@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Arvo:700";

/* node_modules/.pnpm/font-awesome@4.7.0/node_modules/font-awesome/css/font-awesome.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
.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: #ffffff;
}
.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-pp: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-resistance: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: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";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}

/* node_modules/.pnpm/bootstrap@3.3.7/node_modules/bootstrap/dist/css/bootstrap.min.css */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("./media/glyphicons-halflings-regular.eot");
  src:
    url("./media/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("./media/glyphicons-halflings-regular.woff2") format("woff2"),
    url("./media/glyphicons-halflings-regular.woff") format("woff"),
    url("./media/glyphicons-halflings-regular.ttf") format("truetype"),
    url("./media/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\a5";
}
.glyphicon-jpy:before {
  content: "\a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
[role=button] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width:768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014\a0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\a0\2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:768px) {
  .container {
    width: 750px;
  }
}
@media (min-width:992px) {
  .container {
    width: 970px;
  }
}
@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width:768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width:992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width:1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\	;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\	;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\	;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\	;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width:768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width:768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width:768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width:768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width:768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width:768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width:768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width:768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width:768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, .5) 0,
      rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, .0001) 0,
      rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\	;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width:768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width:767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width:767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width:1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width:767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width:1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* node_modules/.pnpm/ngx-toastr@19.0.0_@angular+common@19.1.1_@angular+core@19.1.1_rxjs@7.8.1_zone.js@0.15.0__rxjs_4grqsgv5surj5p4mqv6hatimw4/node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/.pnpm/cookieconsent@3.1.1/node_modules/cookieconsent/build/cookieconsent.min.css */
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family:
    Helvetica,
    Calibri,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: .5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: .5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* src/css/theme.css */
/*!
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
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.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;
}
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
}
body.grid {
  background-image: url("./media/grid.png");
  background-repeat: repeat-y;
  background-position: center;
}
body,
button,
input,
textarea {
  color: #666666;
  font-family:
    "Open Sans",
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Lucida Grande",
    sans-serif;
  line-height: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
select {
  color: initial;
  font-family:
    "Open Sans",
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Lucida Grande",
    sans-serif;
}
.section-title,
.error404 .page-content section h2,
.error404 .fourohfour-columns-2 .col-1 h2,
.related > h2:first-child,
.upsells > h2:first-child,
.woocommerce-cart .cart-collaterals + .cross-sells h2 {
  font-size: 1.625em;
  font-weight: normal;
  color: #484848;
  text-align: center;
  padding-bottom: 0.692em;
  margin-bottom: 2.692em;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.section-title::after,
.error404 .page-content section h2::after,
.error404 .fourohfour-columns-2 .col-1 h2::after,
.related > h2:first-child::after,
.upsells > h2:first-child::after,
.woocommerce-cart .cart-collaterals + .cross-sells h2::after {
  content: "";
  width: 80px;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -2px;
}
.container,
.col-full,
.woocommerce-tabs .panel,
.woocommerce-breadcrumb,
.section-product .product-wrapper,
.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,
  .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,
  .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,
  .pizzaro-sorting .food-type-filter,
  .single-product.style-2 .woocommerce-tabs ul.tabs,
  .single-product.style-3 div.product form.cart {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: "";
  display: table;
}
.container-fluid:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0 0 0.5407911001em;
  color: #2d2b2d;
}
h1,
.alpha {
  font-size: 2.617924em;
  line-height: 1.214;
  letter-spacing: -1px;
}
h2,
.beta {
  font-size: 2em;
  line-height: 1.214;
}
h2 + h3,
.beta + h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0.5407911001em;
}
h3,
.gamma {
  font-size: 1.618em;
  font-weight: 600;
}
h4,
.delta {
  font-size: 1.41575em;
  font-weight: 700;
}
.alpha,
.beta,
.gamma,
.delta {
  display: block;
}
p + h2,
p + header h2,
p + h3,
p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 2.2906835em;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1em;
}
p {
  margin: 0 0 1em;
}
ul,
ol {
  margin: 0 0 1em 3em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.618em;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  padding: 2.5em 4em 2.5em 0;
  margin: 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e9e9e9;
  font-size: 1em;
  color: #666666;
  font-style: italic;
  display: table;
  width: 100%;
}
blockquote:before {
  color: #cfcfcf;
  content: "B";
  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: 0.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: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1em;
  width: 100%;
}
th {
  font-weight: bold;
}
img {
  height: auto;
  max-width: 100%;
  display: block;
}
a {
  color: #2d2b2d;
  text-decoration: none;
}
a:focus,
a:hover {
  outline: none;
  color: #2d2b2d;
  text-decoration: none;
}
.pizzaro-cute * {
  font-family: "Comic Sans MS", sans-serif;
}
.strike-line-title,
.section-recent-posts .pre-title {
  margin-right: 1em;
  margin-left: 1em;
  position: relative;
  z-index: 1;
  color: #2b2929;
  font-size: 0.875em;
  margin-bottom: 2.429em;
  margin-top: 0.857em;
}
.strike-line-title:before,
.section-recent-posts .pre-title:before {
  border-top: 1px solid #e9e9e9;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
.strike-line-title span,
.section-recent-posts .pre-title span {
  background: #fff;
  padding: 0 15px;
}
* {
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
  overflow-x: hidden;
}
.site {
  overflow-x: hidden;
}
.pizzaro-logo {
  fill: #fff;
  max-height: 54px;
}
.site-header {
  padding-top: 1.618em;
  padding-bottom: 1.618em;
  background-position: center center;
  position: relative;
  z-index: 999;
}
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  display: block;
}
.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
  max-width: 200px;
}
.site-header .site-branding,
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  margin-bottom: 0;
  float: left;
}
.site-header .widget {
  margin-bottom: 0;
}
.no-wc-breadcrumb .site-header {
  margin-bottom: 4.236em;
}
.no-wc-breadcrumb.page-template-template-homepage .site-header {
  margin-bottom: 0;
}
.header-widget-region {
  position: relative;
  z-index: 99;
}
.site-branding h1 {
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0;
}
.site-branding h1 a {
  font-weight: 700;
}
.site-branding .site-description {
  font-size: 0.857em;
  display: none;
}
.header-phone-numbers {
  text-align: right;
}
.header-phone-numbers .intro-text {
  color: #ffae00;
}
.header-phone-numbers .intro-text,
.header-phone-numbers .select-city-phone-numbers {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: -0.025em;
}
.header-phone-numbers .select-city-phone-numbers {
  max-width: 100%;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #fff;
  background-color: transparent;
  border: none;
  padding-right: 12px;
  text-indent: 6px;
  background-repeat: no-repeat;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAQAAAAHDYbIAAAAN0lEQVQI12P4f+S/OQMQ/Nf9v5uJYQvD5v8q/2UYtjGcAYlN+//k/73/S/4zgjjMQMbO/2wMDABu6BhjzbYAsAAAAABJRU5ErkJggg==) no-repeat right 0.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;
}
.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: 0.6em;
}
.site-main {
  margin-bottom: 2.618em;
}
.site-content {
  outline: none;
}
.page-template-template-homepage .site-main {
  padding-top: 4.236em;
}
.site-footer {
  background-color: #f3f3f3;
  color: #999999;
  padding: 1.618em 0 3.706325903em;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: #888888;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.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;
  outline: none;
}
.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;
}
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;
}
.error404 .site-content .widget_product_search form {
  margin: 0;
}
.error404 .content-area {
  width: 100%;
}
.error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
}
.error404 .fourohfour-columns-2:before,
.error404 .fourohfour-columns-2:after {
  content: "";
  display: table;
}
.error404 .fourohfour-columns-2:after {
  clear: both;
}
.error404 .fourohfour-columns-2 ul.products,
.error404 .fourohfour-columns-2 ul.products li.product,
.error404 .fourohfour-columns-2 .widget {
  margin-bottom: 0;
}
.error404 .fourohfour-columns-2 .col-1 {
  width: 65.2173913043%;
  float: left;
  margin-right: 4.347826087%;
}
.error404 .fourohfour-columns-2 .col-1 ul.products li.product {
  width: 45.4545454545%;
  float: left;
  margin-right: 9.0909090909%;
}
.error404 .fourohfour-columns-2 .col-1 h2 {
  text-align: left;
  margin-bottom: 1.4em;
}
.error404 .fourohfour-columns-2 .col-2 {
  width: 30.4347826087%;
  float: right;
  margin-right: 0;
}
.error404 .fourohfour-columns-2 .col-2 h2 {
  font-size: 1.313em;
  color: #2d2b2d;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 1em;
  margin-bottom: 1em;
  font-weight: 300;
}
#comments {
  padding-top: 2.617924em;
}
#comments .comments-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0.5407911001em;
  font-size: 2.2em;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 400;
}
#comments .comment-list {
  list-style: none;
  margin-left: 0;
}
#comments .comment-list .comment-body:before,
#comments .comment-list .comment-body:after {
  content: "";
  display: table;
}
#comments .comment-list .comment-body:after {
  clear: both;
}
#comments .comment-list .comment-content .comment-text {
  padding: 1.618em;
  border-radius: 3px;
}
#comments .comment-list .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
#comments .comment-list .comment-meta a.comment-date {
  font-size: 0.875em;
}
#comments .comment-list .comment-meta cite {
  font-style: normal;
  clear: both;
  display: block;
}
#comments .comment-list .children {
  list-style: none;
}
.comment-content a {
  word-wrap: break-word;
}
#respond {
  clear: both;
  position: relative;
  display: inline-block;
  width: 100%;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 100%;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  margin-bottom: 2.4em;
}
#respond .comment-form-author label,
#respond .comment-form-author .required,
#respond .comment-form-email label,
#respond .comment-form-email .required,
#respond .comment-form-url label,
#respond .comment-form-url .required,
#respond .comment-form-comment label,
#respond .comment-form-comment .required {
  font-size: 0.875em;
  color: #a1a1a1;
  font-weight: normal;
}
#respond .comment-reply-title,
#respond .comment-form {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#respond .comment-reply-title {
  width: 100%;
  font-size: 1.875em;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: normal;
  padding-left: 0;
}
@media (min-width: 768px) {
  #respond .comment-reply-title {
    width: 25%;
  }
}
@media (min-width: 992px) {
  #respond .comment-reply-title {
    width: 25%;
  }
}
#respond .comment-form {
  width: 100%;
}
@media (min-width: 768px) {
  #respond .comment-form {
    width: 75%;
  }
}
@media (min-width: 992px) {
  #respond .comment-form {
    width: 75%;
  }
}
#respond.comment-respond .form-submit {
  clear: both;
}
#respond .form-submit,
#respond form {
  margin-bottom: 0;
}
#respond input[type=submit] {
  font-size: 0.938em;
  padding: 0.733em 2.063em;
}
#respond #cancel-comment-reply-link {
  display: block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  line-height: 1;
  font-size: 1.41575em;
  text-align: center;
  -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;
}
.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("./media/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;
}
form {
  margin-bottom: 1.618em;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.added_to_cart {
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  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: "h";
  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: "x";
  font-size: 1.16em;
  line-height: 0;
  margin-right: 0.4em;
  vertical-align: middle;
  font-weight: 600;
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=search] {
  box-sizing: border-box;
}
.no-padding {
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 0.473em 1.2em;
  color: #666666;
  outline: none;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  border-radius: 50px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  color: #4d4d4d;
}
textarea {
  overflow: auto;
  padding-left: 0.875em;
  vertical-align: top;
  width: 100%;
  border-radius: 20px;
}
label {
  font-weight: 600;
}
label.inline input {
  width: auto;
}
fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 1.618em;
}
fieldset legend {
  font-weight: 700;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.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;
}
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding: 1em 0;
}
.gallery {
  margin-bottom: 1em;
}
.gallery: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%;
}
embed,
iframe,
object,
video {
  max-width: 100%;
  border: none;
}
.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,
    0.3s;
  -moz-transition:
    all,
    ease,
    0.3s;
  transition:
    all,
    ease,
    0.3s;
  padding: 0.6180469716em 2em;
  border-radius: 50px;
  font-size: 15px;
  background-color: #fafafa;
  font-style: italic;
}
.site-main nav.navigation .nav-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);
}
.pizzaro-sorting select,
.widget select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \	;
  color: #8c8c8c;
  font-size: 0.875em;
  border: 1px solid #ebeaef;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 1em center;
  background-image: none \	;
  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);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.widget .widget-title,
.widget .widgettitle {
  font-size: 1.5em;
  color: #2d2b2d;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 1em;
  margin-bottom: 1em;
  font-weight: 300;
}
.widget ul {
  margin-left: 0;
  list-style: none;
}
.widget ul ul {
  margin-left: 1.618em;
}
.widget a {
  font-weight: normal;
}
.widget.widget_product_tag_cloud .tagcloud a,
.widget.widget_tag_cloud .tagcloud a {
  background: transparent;
  border-color: #e4e5e7;
  border-style: solid;
  border-width: 1px;
  color: #565656;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin-right: 0.429em;
  margin-bottom: 0.714em;
  padding: 0.823em 0.788em;
}
.widget.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_product_tag_cloud .tagcloud a:focus,
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #333e48;
  border-color: #333e48;
}
.widget-area .widget {
  font-weight: 300;
}
.widget-area .widget a.button {
  font-weight: 700;
  color: #fff;
}
.widget-area .widget a.button:hover {
  color: #fff;
}
.header-widget-region:before,
.header-widget-region:after {
  content: "";
  display: table;
}
.header-widget-region:after {
  clear: both;
}
.header-widget-region .widget {
  margin: 0;
  padding: 1em 0;
  font-size: 0.875em;
}
.widget_search form,
.widget_product_search form {
  position: relative;
}
.widget_search form::before,
.widget_product_search form::before {
  content: "F";
  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);
  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: 0.236em;
  text-align: center;
}
.widget_recent_entries ul li:before,
.widget_pages ul li:before {
  content: "\f0f6";
}
.widget_recent_entries ul ul.children,
.widget_pages ul ul.children {
  margin: 0.6180469716em 0 0 1.41575em;
}
.widget_categories ul li + li {
  border-top: 1px solid #ececec;
}
.widget_categories ul li {
  margin-bottom: 0;
  padding: 0.26em 0 0.26em 1em;
}
.widget_categories ul li:hover {
  color: #2d2b2d;
}
.widget_categories ul li a {
  color: #575560;
}
.widget_categories ul li a:hover {
  color: #2d2b2d;
}
.widget_categories ul li:before {
  content: "\f105";
  margin-right: 1em;
}
.widget_categories ul li.current-cat > a,
.widget_categories ul li.current-cat-parent > a,
.widget_categories ul li.current-cat-ancestor > a {
  font-weight: bold;
}
.widget_archive ul li:before {
  content: "\f115";
}
.widget_recent_comments ul li:before {
  content: "\f0e5";
}
.widget_nav_menu ul li:before,
.page-template-template-homepage-v6 .secondary-navigation ul li:before {
  content: "\f0f6";
}
.widget_links ul li:before {
  content: "\f08e";
}
.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 0.6180469716em;
}
.widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
}
.widget-area .widget {
  font-size: 0.875em;
}
.widget-area .widget h1.widget-title {
  font-size: 1.41575em;
}
.pizzaro_about_widget {
  text-align: center;
}
.pizzaro_about_widget .about-image {
  position: relative;
}
.pizzaro_about_widget .about-info {
  padding: 90px 20px 10px 20px;
  border-width: 0 3px 3px 3px;
  border-color: #e9e9e9;
  border-style: solid;
}
.pizzaro_about_widget h2 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 1.857em;
  color: #1f1f1f;
  margin-bottom: 18px;
}
.pizzaro_about_widget p {
  font-size: 1.071em;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 40px;
}
.pizzaro_about_widget .social-icons li {
  padding-right: 14px;
  padding-left: 14px;
}
.pizzaro_about_widget .social-icons li a {
  font-size: 21.53px;
}
.pizzaro_about_widget .logo {
  position: absolute;
  left: 50%;
  border-radius: 90px;
  max-width: 130px;
  transform: translate(-50%, -50%);
}
.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;
  }
  .page-template-template-fullwidth-php .content-area,
  .page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-widgets {
    padding-top: 4.235801032em;
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  }
  .footer-widgets: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;
  }
  .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;
  }
  .hentry .entry-header {
    margin-bottom: 2.617924em;
  }
  .pizzaro-primary-navigation {
    clear: both;
    background: rgba(0, 0, 0, 0.06);
    margin-left: -99em;
    margin-right: -99em;
    padding-left: 99em;
    padding-right: 99em;
  }
  .pizzaro-primary-navigation:before,
  .pizzaro-primary-navigation:after {
    content: "";
    display: table;
  }
  .pizzaro-primary-navigation:after {
    clear: both;
  }
  .primary-navigation div.menu {
    display: block;
  }
  .primary-navigation ul.menu,
  .primary-navigation ul.nav-menu,
  .primary-navigation div.menu ul.nav-menu {
    max-height: none;
    overflow: visible;
  }
  .primary-navigation ul.menu > li > a,
  .primary-navigation ul.nav-menu > li > a,
  .primary-navigation div.menu ul.nav-menu > li > a {
    padding: 1.8em 1.27em 1.618em 1.27em;
  }
  .primary-navigation ul.menu > li > a i,
  .primary-navigation ul.nav-menu > li > a i,
  .primary-navigation div.menu ul.nav-menu > li > a i {
    margin-right: 12px;
  }
  .primary-navigation ul.menu > li.menu-item-has-children:hover:after,
  .primary-navigation ul.menu > li.page_item_has_children:hover:after,
  .primary-navigation ul.nav-menu > li.menu-item-has-children:hover:after,
  .primary-navigation ul.nav-menu > li.page_item_has_children:hover:after,
  .primary-navigation div.menu ul.nav-menu > li.menu-item-has-children:hover:after,
  .primary-navigation div.menu ul.nav-menu > li.page_item_has_children:hover:after {
    display: block;
  }
  .primary-navigation ul.menu > li.menu-item-has-children > a:after,
  .primary-navigation ul.menu > li.page_item_has_children > a:after,
  .primary-navigation ul.nav-menu > li.menu-item-has-children > a:after,
  .primary-navigation ul.nav-menu > li.page_item_has_children > a:after,
  .primary-navigation div.menu ul.nav-menu > li.menu-item-has-children > a:after,
  .primary-navigation div.menu ul.nav-menu > li.page_item_has_children > a:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-left: 0.8em;
    position: absolute;
  }
  .primary-navigation ul.menu ul,
  .primary-navigation ul.nav-menu ul,
  .primary-navigation div.menu ul.nav-menu ul {
    margin-left: 0;
  }
  .primary-navigation ul.menu ul li a,
  .primary-navigation ul.nav-menu ul li a,
  .primary-navigation div.menu ul.nav-menu ul li a {
    padding: 0.875em 1.41575em;
    font-weight: 400;
    font-size: 0.875em;
  }
  .primary-navigation ul.menu ul li:last-child,
  .primary-navigation ul.nav-menu ul li:last-child,
  .primary-navigation div.menu ul.nav-menu ul li:last-child {
    border-bottom: 0;
  }
  .primary-navigation ul.menu ul li.menu-item-has-children > a:after,
  .primary-navigation ul.menu ul li.page_item_has_children > a:after,
  .primary-navigation ul.nav-menu ul li.menu-item-has-children > a:after,
  .primary-navigation ul.nav-menu ul li.page_item_has_children > a:after,
  .primary-navigation div.menu ul.nav-menu ul li.menu-item-has-children > a:after,
  .primary-navigation div.menu ul.nav-menu ul li.page_item_has_children > a:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    float: right;
    line-height: 1.118;
  }
  .primary-navigation ul.menu ul ul,
  .primary-navigation ul.nav-menu ul ul,
  .primary-navigation div.menu ul.nav-menu ul ul {
    margin-left: 0;
    box-shadow: none;
  }
  .primary-navigation ul.menu ul a:hover,
  .primary-navigation ul.menu ul li:hover > a,
  .primary-navigation ul.nav-menu ul a:hover,
  .primary-navigation ul.nav-menu ul li:hover > a,
  .primary-navigation div.menu ul.nav-menu ul a:hover,
  .primary-navigation div.menu ul.nav-menu ul li:hover > a {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .primary-navigation a {
    padding: 0 1em 2.2906835em;
  }
  .secondary-navigation {
    margin: 0 0 1.618em;
    width: auto;
    clear: none;
    line-height: 1;
  }
  .secondary-navigation .menu {
    width: auto;
  }
  .secondary-navigation .menu > li:hover > a {
    text-decoration: none;
  }
  .secondary-navigation .menu > li > a {
    position: relative;
  }
  .secondary-navigation .menu ul a {
    padding: 0.326em 0.875em;
    background: rgba(0, 0, 0, 0.05);
  }
  .secondary-navigation .menu ul li:first-child a {
    padding-top: 1em;
  }
  .secondary-navigation .menu ul li:last-child a {
    padding-bottom: 1em;
  }
  .secondary-navigation .menu ul ul {
    margin-top: -ms(-2);
  }
  .secondary-navigation .menu a:hover {
    text-decoration: none;
  }
}
.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;
}
.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,
    0.2s;
  -moz-transition:
    all,
    ease,
    0.2s;
  transition:
    all,
    ease,
    0.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: 0.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: #2c2c2c;
  text-align: center;
  padding-top: 5.5em;
}
.footer-v1.site-footer .footer-logo {
  width: 200px;
  margin: 0 auto 52px auto;
}
.footer-v1.site-footer .footer-logo .site-description {
  color: #888;
}
.footer-v1.site-footer .footer-logo .site-title {
  margin-bottom: 0;
}
.footer-v1.site-footer .footer-social-icons {
  margin-bottom: 3.375em;
}
.footer-v1.site-footer .footer-social-icons .social-icons {
  margin: 0;
}
.footer-v1.site-footer .footer-social-icons .social-icons > li {
  display: inline-block;
}
.footer-v1.site-footer .footer-social-icons .social-icons > li + li {
  margin-left: 1.563em;
}
.footer-v1.site-footer .footer-social-icons .social-icons a {
  color: #969696;
  font-size: 1.125em;
  border: 1px solid #969696;
  border-radius: 50%;
  display: block;
  width: 52px;
  height: 52px;
  position: relative;
}
.footer-v1.site-footer .footer-social-icons .social-icons a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-v1.site-footer .footer-social-icons .social-icons a: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: 0.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: #f0002f;
  display: inline-block;
  padding: 1.214em 3.746em;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.footer-v1.site-footer .footer-action-btn i {
  font-size: 1.8em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.338em;
}
.footer-v1-static-content:before,
.footer-v1-static-content:after {
  content: "";
  display: table;
}
.footer-v1-static-content:after {
  clear: both;
}
.footer-v1-static-content .kc_wrap_instagram ul li {
  margin: 0;
  padding: 0;
}
.site-footer.footer-v2 {
  background-color: #232d35;
  color: #ddd;
  padding-top: 4.125em;
  padding-bottom: 4.125em;
}
.site-footer.footer-v2 .footer-contact-form {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer.footer-v2 .footer-contact-form {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-footer.footer-v2 .footer-contact-form {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .site-footer.footer-v2 .footer-contact-form {
    width: 50%;
  }
}
.site-footer.footer-v2 .footer-store-info,
.site-footer.footer-v2 .footer-contact-info {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer.footer-v2 .footer-store-info,
  .site-footer.footer-v2 .footer-contact-info {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-footer.footer-v2 .footer-store-info,
  .site-footer.footer-v2 .footer-contact-info {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .site-footer.footer-v2 .footer-store-info,
  .site-footer.footer-v2 .footer-contact-info {
    width: 25%;
  }
}
.site-footer.footer-v2 .footer-store-info .pizzaro-logo,
.site-footer.footer-v2 .footer-store-info a img {
  width: 140px;
}
.site-footer.footer-v2 .footer-store-info .store-timings,
.site-footer.footer-v2 .footer-store-info .social-icon-text {
  font-size: 0.938em;
}
.site-footer.footer-v2 .footer-store-info .social-icons {
  display: inline-block;
  float: right;
}
.site-footer.footer-v2 .footer-logo {
  margin: 0;
  margin-bottom: 2.188em;
}
.site-footer.footer-v2 .footer-logo .site-title {
  margin: 0;
}
.site-footer.footer-v2 .footer-logo .site-description {
  color: #888;
}
.site-footer.footer-v2 .footer-logo .custom-logo-link .custom-logo {
  margin: 0;
}
.site-footer.footer-v2 ul.store-timings {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.25em;
}
.site-footer.footer-v2 ul.store-timings > li:before,
.site-footer.footer-v2 ul.store-timings > li:after {
  content: "";
  display: table;
}
.site-footer.footer-v2 ul.store-timings > li:after {
  clear: both;
}
.site-footer.footer-v2 ul.store-timings .store-timing-label {
  float: left;
}
.site-footer.footer-v2 ul.store-timings .store-timing-value {
  float: right;
}
.site-footer.footer-v2 ul.social-icons {
  padding: 0;
  margin: 0;
}
.site-footer.footer-v2 ul.social-icons > li {
  display: inline-block;
}
.site-footer.footer-v2 ul.social-icons > li a {
  color: #c8cacc;
  font-size: 1.2em;
}
.site-footer.footer-v2 ul.social-icons > li a:focus,
.site-footer.footer-v2 ul.social-icons > li a:hover {
  color: #fff;
}
.site-footer.footer-v2 ul.social-icons > li + li {
  margin-left: 1.75em;
}
.site-footer.footer-v2 .footer-contact-form .contact-form {
  background-color: #fff;
  margin: 0 auto;
  padding: 2.875em 2.188em 2.375em 2.188em;
  position: absolute;
  width: 83%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
}
.site-footer.footer-v2 .footer-contact-form .contact-form label {
  display: none;
}
.site-footer.footer-v2 .footer-contact-form .contact-form form {
  margin: 0;
}
.site-footer.footer-v2 .footer-contact-form .contact-form form .form-control {
  height: 50px;
  border-color: #ccc;
  box-shadow: none;
  padding-left: 23px;
}
.site-footer.footer-v2 .footer-contact-form .contact-form form .form-control:focus {
  border-color: #ccc;
}
.site-footer.footer-v2 .footer-contact-form .contact-form form textarea.form-control {
  height: auto;
  border-radius: 20px;
  padding: 15px 25px;
  margin-bottom: 26px;
}
.site-footer.footer-v2 .footer-contact-form .contact-form form .button {
  background-color: #b8b8b8;
  font-size: 0.938em;
  padding: 0.867em 2.18em;
}
.site-footer.footer-v2 .footer-contact-form .contact-form form .button:hover {
  background-color: #6c6c6c;
}
.site-footer.footer-v2 .footer-contact-form .contact-form .contact-form-title {
  font-weight: normal;
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-align: center;
  color: #393939;
  font-size: 2.25em;
  border-bottom: 1px dashed #c2c1c0;
  padding-bottom: 0.444em;
  margin-bottom: 1em;
}
.site-footer.footer-v2 .footer-contact-info .address {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer.footer-v2 .footer-contact-info .address > li {
  margin-bottom: 28px;
}
.site-footer.footer-v2 .footer-contact-info .address > li:before,
.site-footer.footer-v2 .footer-contact-info .address > li:after {
  content: "";
  display: table;
}
.site-footer.footer-v2 .footer-contact-info .address > li:after {
  clear: both;
}
.site-footer.footer-v2 .footer-contact-info .address > li i {
  float: left;
  display: block;
  width: 40px;
}
.site-footer.footer-v2 .footer-contact-info .address > li .address-text {
  font-size: 0.938em;
  display: block;
  float: left;
  line-height: 1.6;
  width: calc(100% - 40px);
}
.site-footer.footer-v2 .footer-contact-info .address > li .fa {
  font-size: 28px;
  line-height: 28px;
}
.site-footer.footer-v2 .footer-contact-info .address > li .fa::before {
  margin-left: 8px;
}
.site-footer.footer-v2 .footer-contact-info .address > li .po {
  font-size: 24px;
  line-height: 28px;
}
.site-footer.footer-v2 .footer-contact-info .address > li .po-mail-icon {
  font-size: 22px;
}
.site-footer.footer-v2 .footer-contact-info .address > li .po-mail-icon::before {
  margin-left: 5px;
}
.footer-v2 + .site-info {
  background-color: #131b21;
  margin: 0;
  padding: 2.188em 0;
}
.footer-v2 + .site-info .copyright {
  font-size: 0.875em;
  color: #919293;
  text-align: center;
}
.footer-map {
  height: 462px;
  background-color: #cbcbcb;
}
.footer-map iframe {
  width: 100%;
  border: none;
}
.footer-about-info {
  background-color: #f5f5f5;
  padding-top: 46px;
  padding-bottom: 10px;
}
.footer-about-info .image img {
  position: relative;
  top: -76px;
}
.footer-about-info h2 {
  color: #2d2b2d;
  font-size: 1.5em;
  margin-bottom: 1.542em;
}
.footer-about-info .content {
  padding-left: 20px;
}
.footer-about-info p {
  color: #666666;
  margin-bottom: 1.8em;
}
.footer-about-info a {
  color: #6d6d6d;
  font-size: 0.86em;
}
.site-footer.footer-v3 {
  background-color: #2b2b2b;
  color: #8c8c8c;
  border-top: 1px solid #565656;
  padding: 0;
}
.site-footer.footer-v3 .footer-row {
  padding-top: 1.875em;
  padding-bottom: 1.24em;
  border-bottom: 1px solid #565656;
  margin-bottom: 2.125em;
}
.site-footer.footer-v3 .footer-logo,
.site-footer.footer-v3 .footer-menu,
.site-footer.footer-v3 .footer-social-icons {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  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: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.site-footer.footer-v4 .footer-logo,
.site-footer.footer-v4 .site-address,
.site-footer.footer-v4 .footer-social-icons {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.site-footer.footer-v4 .footer-logo {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-footer.footer-v4 .footer-logo {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-footer.footer-v4 .footer-logo {
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .site-footer.footer-v4 .footer-logo {
    width: 16.6666666667%;
  }
}
.site-footer.footer-v4 .footer-logo .pizzaro-logo,
.site-footer.footer-v4 .footer-logo a img {
  width: 154px;
}
.site-footer.footer-v4 .footer-logo .site-title {
  margin-bottom: 0;
}
.site-footer.footer-v4 .site-address {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer.footer-v4 .site-address {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-footer.footer-v4 .site-address {
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .site-footer.footer-v4 .site-address {
    width: 66.6666666667%;
  }
}
.site-footer.footer-v4 .footer-social-icons {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .site-footer.footer-v4 .footer-social-icons {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-footer.footer-v4 .footer-social-icons {
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .site-footer.footer-v4 .footer-social-icons {
    width: 16.6666666667%;
  }
}
.site-footer.footer-v4 .col-full {
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}
.site-footer.footer-v4 .address {
  margin: 0;
  list-style: none;
  font-size: 0.938em;
}
.site-footer.footer-v4 .address li {
  display: inline-block;
  color: #191919;
}
.site-footer.footer-v4 .address li + li::before {
  content: "|";
  display: inline-block;
  margin: 0 1.467em;
}
.site-footer.footer-v4 .social-icons {
  margin: 0;
  padding-left: 20px;
}
.site-footer.footer-v4 .social-icons li + li {
  padding-left: 30px;
}
.site-footer.footer-v4 .social-icons,
.site-footer.footer-v4 .social-icons li,
.site-footer.footer-v4 .social-icon-text {
  display: inline-block;
}
.site-footer.footer-v4 .footer-social-icons {
  text-align: right;
}
.site-footer.footer-v4 .footer-social-icons .social-icon-text {
  font-size: 0.938em;
  color: #919191;
}
.site-footer.footer-v5 {
  text-align: center;
  padding-top: 4.375em;
  padding-bottom: 1.75em;
  background-color: #f1f1f1;
}
.site-footer.footer-v5 .site-info {
  margin-bottom: 0;
  padding: 0;
  font-size: 0.875em;
  margin: 0 2.143em;
  padding-top: 2.143em;
  border-top: 1px solid #d9d9d9;
}
.site-footer.footer-v5 .site-info p {
  font-size: 1em;
}
.site-footer.footer-v5 .footer-logo {
  margin-bottom: 1.75em;
}
.site-footer.footer-v5 .footer-logo .pizzaro-logo,
.site-footer.footer-v5 .footer-logo a {
  width: 200px;
  margin: 0 auto;
}
.site-footer.footer-v5 .footer-logo .site-title {
  margin-bottom: 0;
}
.site-footer.footer-v5 .footer-menu {
  margin: 0;
  list-style: none;
  font-size: 0.938em;
}
.site-footer.footer-v5 .footer-menu li {
  display: inline-block;
}
.site-footer.footer-v5 .footer-menu li a {
  color: #404040;
}
.site-footer.footer-v5 .footer-menu li + li::before {
  content: "|";
  display: inline-block;
  margin: 0 1.467em;
  color: #dcdcdc;
}
.site-footer.footer-v5 .footer-newsletter {
  width: 900px;
  margin: 1.5em auto 3.5em auto;
}
.header-v1,
.header-v2,
.header-v3,
.header-v4,
.header-v5 {
  margin-bottom: 4em;
}
.header-v1.site-header .custom-logo-link,
.header-v1.site-header .site-logo-anchor,
.header-v1.site-header .site-logo-link,
.header-v2.site-header .custom-logo-link,
.header-v2.site-header .site-logo-anchor,
.header-v2.site-header .site-logo-link,
.header-v3.site-header .custom-logo-link,
.header-v3.site-header .site-logo-anchor,
.header-v3.site-header .site-logo-link,
.header-v4.site-header .custom-logo-link,
.header-v4.site-header .site-logo-anchor,
.header-v4.site-header .site-logo-link,
.header-v5.site-header .custom-logo-link,
.header-v5.site-header .site-logo-anchor,
.header-v5.site-header .site-logo-link {
  float: none;
}
.header-v1 {
  padding-bottom: 0;
}
.header-v1 .site-branding,
.header-v1 .main-navigation,
.header-v1 .header-info-wrapper,
.header-v1 .header-phone-numbers,
.header-v1 .site-header-cart,
.header-v1 .site-header-cart-v2 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-v1 .site-branding {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v1 .site-branding {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v1 .site-branding {
    width: 16.6666666667%;
  }
}
.header-v1 .site-branding .site-title,
.header-v1 .site-branding .site-description {
  color: #fff;
}
.header-v1 .header-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.header-v1 .main-navigation {
  width: 100%;
}
.header-v1 .header-info-wrapper {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v1 .header-info-wrapper {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v1 .header-info-wrapper {
    width: 41.6666666667%;
  }
}
.header-v1 .header-phone-numbers {
  width: 100%;
  padding-left: 0;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .header-v1 .header-phone-numbers {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .header-v1 .header-phone-numbers {
    width: 50%;
  }
}
.header-v1 .site-header-cart,
.header-v1 .site-header-cart-v2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v1 .site-header-cart,
  .header-v1 .site-header-cart-v2 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .header-v1 .site-header-cart,
  .header-v1 .site-header-cart-v2 {
    width: 50%;
  }
}
.header-v1 .secondary-navigation {
  margin-bottom: 0;
}
.header-v1 .primary-navigation {
  text-align: center;
  margin-bottom: 0;
}
.header-v1 .primary-navigation .menu > li > a::before,
.header-v1 .primary-navigation .menu ul.nav-menu > li > a::before {
  content: " ";
  display: block;
  height: 2px;
  width: 42px;
  margin: 0 auto;
  margin-top: 6px;
  background-color: #ffae00;
  visibility: hidden;
  bottom: 14px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.header-v1 .primary-navigation .menu > li:hover > a::before,
.header-v1 .primary-navigation .menu ul.nav-menu > li:hover > a::before {
  visibility: visible;
}
.header-v2 .main-navigation,
.header-v2 .site-branding,
.header-v2 .header-info-wrapper,
.header-v2 .header-nav-links,
.header-v2 .site-header-cart {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-v2 .main-navigation {
  width: 100%;
}
@media (min-width: 768px) {
  .header-v2 .main-navigation {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v2 .main-navigation {
    width: 41.6666666667%;
  }
}
.header-v2 .site-branding {
  width: 100%;
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v2 .site-branding {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v2 .site-branding {
    width: 16.6666666667%;
  }
}
.header-v2 .site-branding a img {
  width: 180px;
  margin: 0 auto;
}
.header-v2 .header-info-wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header-v2 .header-info-wrapper {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v2 .header-info-wrapper {
    width: 41.6666666667%;
  }
}
.header-v2 .header-nav-links {
  width: 100%;
}
@media (min-width: 768px) {
  .header-v2 .header-nav-links {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .header-v2 .header-nav-links {
    width: 50%;
  }
}
.header-v2 .site-header-cart {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v2 .site-header-cart {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .header-v2 .site-header-cart {
    width: 50%;
  }
}
.header-v2 .col-full {
  display: flex;
  align-items: center;
}
.header-v2 .primary-navigation {
  margin-bottom: 0;
}
.header-nav-links {
  font-size: 0.813em;
  text-align: center;
}
.header-nav-links ul {
  margin: 0;
}
.header-nav-links ul li {
  list-style: none;
}
.header-nav-links ul li a {
  color: #fff;
}
.page-template-template-homepage-v2 .header-v2 {
  background-color: transparent;
  position: absolute;
  width: 100%;
}
.header-v3 {
  padding: 6.54px 0;
}
.header-v3 .col-full {
  display: flex;
  align-items: center;
  padding-right: 0;
}
.header-v3 .site-branding,
.header-v3 .main-navigation,
.header-v3 .site-header-cart {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-v3 .site-branding {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v3 .site-branding {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v3 .site-branding {
    width: 16.6666666667%;
  }
}
.header-v3 .site-branding .pizzaro-logo,
.header-v3 .site-branding a img {
  width: 138px;
  display: block;
}
.header-v3 .main-navigation {
  width: 100%;
  padding-left: 2.875em;
}
@media (min-width: 768px) {
  .header-v3 .main-navigation {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v3 .main-navigation {
    width: 66.6666666667%;
  }
}
.header-v3 .site-header-cart {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header-v3 .site-header-cart {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v3 .site-header-cart {
    width: 16.6666666667%;
  }
}
.header-v3 .primary-navigation {
  margin-bottom: 0;
}
.header-v3 .primary-navigation > .menu > li > a {
  text-transform: uppercase;
  font-weight: 800;
}
.header-v3 .primary-navigation > .menu > li > a i {
  font-size: 0.933em;
  margin-right: 8px;
}
.header-v3 .primary-navigation > .menu li,
.header-v3 .primary-navigation > .menu li::before,
.header-v3 .primary-navigation > .menu li a {
  display: inline-block;
  vertical-align: middle;
}
.header-v3 .primary-navigation > .menu > li:hover > a {
  text-decoration: none;
}
.header-v3 .primary-navigation > .menu > li + li::before {
  width: 1px;
  content: " ";
  display: inline-block;
  height: 50px;
  margin: 0 12px;
  background-color: #ef575d;
  opacity: 0.4;
}
.lite-bg.header-v3 {
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(1, 1, 1, 0.15);
}
.lite-bg.header-v3 .primary-navigation > .menu > li > a {
  color: #b3b3b3;
}
.lite-bg.header-v3 .primary-navigation > .menu > li:hover a,
.lite-bg.header-v3 .primary-navigation > .menu > li.focus a {
  color: #343433;
}
.lite-bg.header-v3 .primary-navigation > .menu > li .sub-menu li:hover > a,
.lite-bg.header-v3 .primary-navigation > .menu > li .sub-menu li.focus > a {
  color: #fff;
}
.lite-bg.header-v3 .primary-navigation > .menu > li + li::before {
  background-color: #e6e6e6;
  opacity: 1;
}
.lite-bg.header-v3 .site-header-cart .cart-contents::before,
.lite-bg.header-v3 .site-header-cart .cart-contents::after,
.lite-bg.header-v3 .site-header-cart .cart-contents .amount {
  color: #343433;
}
.header-v4 {
  padding: 18px 0;
}
.header-v4 .col-full {
  width: 100%;
  padding: 0 52px;
  display: flex;
  align-items: center;
}
.header-v4 .site-branding,
.header-v4 .main-navigation,
.header-v4 .site-header-cart {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-v4 .site-branding {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v4 .site-branding {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v4 .site-branding {
    width: 16.6666666667%;
  }
}
.header-v4 .site-branding .pizzaro-logo,
.header-v4 .site-branding a img {
  width: 162px;
  display: block;
}
.header-v4 .main-navigation {
  width: 100%;
}
@media (min-width: 768px) {
  .header-v4 .main-navigation {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v4 .main-navigation {
    width: 66.6666666667%;
  }
}
.header-v4 .site-header-cart {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v4 .site-header-cart {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v4 .site-header-cart {
    width: 16.6666666667%;
  }
}
.header-v4 .site-header-cart .cart-contents {
  float: right;
}
.header-v4 .site-header-cart .cart-contents .amount span {
  display: none;
}
.header-v4 .primary-navigation {
  margin-bottom: 0;
  text-align: center;
}
.header-v4 .primary-navigation ul.menu > li > a,
.header-v4 .primary-navigation ul.nav-menu > li > a {
  padding: 1.8em 1.84em 1.618em;
}
.header-v4 .primary-navigation .current-menu-item > a {
  color: #262626;
}
.header-v4 .primary-navigation .menu > li > a::before,
.header-v4 .primary-navigation .current-menu-item > a::before {
  content: " ";
  display: block;
  height: 2px;
  width: 42px;
  margin: 0 auto;
  margin-top: 6px;
  background-color: #ffae00;
  bottom: 14px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.header-v4 .primary-navigation .menu > li > a::before {
  visibility: hidden;
}
.header-v4 .primary-navigation .menu > li:hover > a::before {
  visibility: visible;
}
.header-v4 .primary-navigation .menu .current-menu-item > a::before {
  visibility: visible;
}
.lite-bg.header-v4.site-header {
  background-color: #fff;
}
.lite-bg.header-v4 .primary-navigation {
  text-align: right;
}
.lite-bg.header-v4 .primary-navigation .menu > li > a {
  color: #969696;
}
.lite-bg.header-v4 .primary-navigation .menu > li:hover a,
.lite-bg.header-v4 .primary-navigation .menu > li.focus a {
  color: #262626;
}
.lite-bg.header-v4 .primary-navigation .menu > li .sub-menu li:hover > a,
.lite-bg.header-v4 .primary-navigation .menu > li .sub-menu li.focus > a {
  color: #fff;
}
.lite-bg.header-v4 .primary-navigation .menu .current-menu-item > a {
  color: #262626;
}
.lite-bg.header-v4 .site-header-cart .cart-contents {
  color: #a3a3a3;
}
.lite-bg.header-v4 .site-header-cart .cart-contents .amount {
  color: #262626;
}
.lite-bg.header-v4 .site-header-cart .cart-contents .count {
  color: #fff;
}
.page-template-template-homepage-v6 footer {
  clear: both;
}
.page-template-template-homepage-v6 .site-content,
.page-template-template-homepage-v6 .site-footer {
  box-shadow: inset 9px 0px 16px -8px rgba(1, 1, 1, 0.3);
}
.page-template-template-homepage-v6 .products-card .media-body img,
.page-template-template-homepage-v6 .banner {
  position: relative;
  z-index: -1;
}
.page-template-template-homepage-v6 .products-card .media-body img {
  width: 100%;
}
.page-template-template-homepage-v6 .products-card .media ul.products li.product .ywapo_input_container_radio {
  margin: 0 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: 0.106em 0.8em;
  color: #fff;
  line-height: 1;
  font-size: 1.188em;
  border-radius: 50px;
  border: 1px solid #dadada;
  background-color: #fff;
  max-width: 100%;
  margin-left: 0;
}
.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: "i";
  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: "G";
  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: "i";
  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: 0.7em 0;
}
.page-template-template-homepage-v6 .primary-navigation ul li a::before {
  display: none;
}
.page-template-template-homepage-v6 .primary-navigation ul li:hover > a,
.page-template-template-homepage-v6 .primary-navigation ul li.focus > a {
  color: #fff;
}
.page-template-template-homepage-v6 .primary-navigation ul li .sub-menu li:hover > a,
.page-template-template-homepage-v6 .primary-navigation ul li .sub-menu li.focus > a {
  color: #fff;
}
.page-template-template-homepage-v6 .primary-navigation .primary-navigation > ul > li > a {
  color: #fff;
}
.page-template-template-homepage-v6 .primary-navigation ul.menu > li:first-child,
.page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li:first-child {
  margin: 0;
}
.page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children:hover::after,
.page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children:hover::after,
.page-template-template-homepage-v6 .primary-navigation ul.menu > li.menu-item-has-children:hover::after,
.page-template-template-homepage-v6 .primary-navigation ul.menu > li.page_item_has_children:hover::after,
.page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children:hover::after,
.page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children:hover::after,
.page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.menu-item-has-children:hover::after,
.page-template-template-homepage-v6 .primary-navigation ul.nav-menu > li.page_item_has_children:hover::after {
  display: none;
}
.page-template-template-homepage-v6 .primary-navigation .menu > li > a::after {
  display: none;
}
.page-template-template-homepage-v6 .secondary-navigation {
  margin: 0 0 2.8em;
}
.page-template-template-homepage-v6 .secondary-navigation .menu li {
  padding: 0 40px;
}
.page-template-template-homepage-v6 .secondary-navigation ul.menu > li,
.page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li {
  display: block;
}
.page-template-template-homepage-v6 .secondary-navigation ul.menu > li a,
.page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li a {
  line-height: 1.75em;
  font-size: 1em;
}
.page-template-template-homepage-v6 .secondary-navigation ul.menu > li a i,
.page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li a i {
  float: none;
  margin-right: 0;
}
.page-template-template-homepage-v6 .secondary-navigation ul.menu > li + li,
.page-template-template-homepage-v6 .secondary-navigation ul.nav-menu > li + li {
  margin-left: 0;
}
.mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin: 0;
}
.mCustomScrollbar .mCSB_inside > .mCSB_scrollTools {
  opacity: 0;
}
.mCustomScrollbar .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCustomScrollbar .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollbar .mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollbar .mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 0;
}
.mCustomScrollbar .mCSB_draggerContainer {
  opacity: 0;
}
.single-post blockquote {
  margin: 1em 0;
}
.single-post blockquote.single-blockquote {
  margin: 3.375em 0 4.64em 0;
}
.single-post article.post .entry-header {
  margin-bottom: 2.5em;
}
.single-post article.post .entry-content .para-title {
  font-size: 1em;
  margin-bottom: 2.125em;
}
.single-post article.post .entry-content p {
  letter-spacing: -0.4px;
}
.single-post article.post .entry-content p img {
  margin-bottom: 3.75em;
  margin-top: 4.875em;
}
.single-post article.post .entry-content p strong {
  color: #2d2b2d;
}
.single-post article.post .entry-content blockquote p {
  margin-bottom: 0;
}
.post-author-info {
  background: #f5f5f5;
  padding: 1.125em;
  margin-bottom: 4em;
  margin-top: 2.857em;
}
.post-author-info .media .media-left {
  padding-right: 1.786em;
}
.post-author-info .media img {
  max-width: none;
}
.post-author-info .media .media-body h4.media-heading {
  font-size: 1.125em;
  line-height: 1.474em;
  margin-bottom: 1.5em;
  margin-top: 0.526em;
}
.post-author-info .media .media-body h4.media-heading a {
  color: #333e48;
}
.post-author-info .media .media-body p {
  color: #747474;
  line-height: 1.714em;
}
.post-author-info .media .media-body p:last-child {
  margin-bottom: 0;
}
#comments .comment-list .comment-body,
#comments .children .comment-body {
  border-bottom: 1px dashed #c7c7c6;
  padding-top: 2.9em;
  padding-bottom: 2.9em;
  position: relative;
}
#comments .comment-navigation {
  padding-top: 20px;
}
#comments .comment-navigation:before,
#comments .comment-navigation:after {
  content: "";
  display: table;
}
#comments .comment-navigation:after {
  clear: both;
}
#comments .comment-navigation a:hover {
  text-shadow: 0 0 0.35px #000, 0 0 0.35px #000;
}
#comments .comment-navigation .nav-previous {
  float: left;
}
#comments .comment-navigation .nav-next {
  float: right;
}
#comments li > ol {
  margin-left: 0;
}
#comments #comment-nav-below {
  padding-top: 0;
  margin-bottom: 40px;
}
#comments .comment-list {
  padding-bottom: 3.938em;
}
#comments .comment-list .comment-meta .avatar {
  margin-bottom: 1em;
  max-width: 100px;
  height: auto;
  display: inline-block;
  border-radius: 50px;
}
#comments .comment-list .comment-meta cite {
  font-weight: bold;
  color: #2d2b2d;
}
#comments .comment-list .bypostauthor > .comment-body cite:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f097";
  display: block;
}
#comments .comment-list .reply {
  position: absolute;
  bottom: 24px;
  right: 0;
  font-size: 0.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;
}
.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);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
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;
}
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: 0.5;
  font-weight: 400;
}
.price del + ins {
  margin-left: 0.327em;
}
.single-product div.product {
  position: relative;
}
.single-product div.product:before,
.single-product div.product:after {
  content: "";
  display: table;
}
.single-product div.product:after {
  clear: both;
}
.single-product div.product .images,
.single-product div.product .summary {
  margin-bottom: 2.617924em;
  margin-top: 0;
}
.single-product div.product .images .woocommerce-main-image {
  margin-bottom: 1.618em;
  display: block;
}
.single-product div.product .images .thumbnails a.zoom {
  display: block;
  float: left;
  margin-bottom: 1em;
}
.single-product div.product .images .thumbnails a.zoom.last {
  margin-right: 0;
}
.single-product div.product .images .thumbnails a.zoom.first {
  clear: both;
}
.single-product div.product form.cart {
  margin-bottom: 1.618em;
  padding: 1em 0;
}
.single-product div.product form.cart:before,
.single-product div.product form.cart:after {
  content: "";
  display: table;
}
.single-product div.product form.cart:after {
  clear: both;
}
.single-product div.product form.cart .quantity {
  float: left;
}
.single-product div.product form.cart .button {
  float: right;
}
.single-product div.product .summary .price {
  font-size: 1.5em;
  color: #2d2b2d;
}
.single-product div.product .summary .price .woocommerce-Price-currencySymbol {
  font-size: 0.6em;
  vertical-align: top;
  line-height: normal;
}
.single-product div.product .summary .price del {
  font-size: 0.75em;
}
.single-product div.product table.variations {
  margin: 0;
}
.single-product div.product table.variations th,
.single-product div.product table.variations td {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.single-product div.product table.variations .value {
  margin-bottom: 1em;
}
.single-product div.product .single_variation .price {
  margin-bottom: 1em;
  display: block;
}
.single-product div.product .variations_button {
  padding-top: 1em;
}
.single-product div.product .variations_button:before,
.single-product div.product .variations_button:after {
  content: "";
  display: table;
}
.single-product div.product .variations_button:after {
  clear: both;
}
.single-product div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
  line-height: 1;
  margin-top: -ms(-1);
}
.single-product div.product .woocommerce-product-rating:before,
.single-product div.product .woocommerce-product-rating:after {
  content: "";
  display: table;
}
.single-product div.product .woocommerce-product-rating:after {
  clear: both;
}
.single-product div.product .woocommerce-product-rating a {
  font-weight: 400;
  text-decoration: underline;
}
.single-product div.product .woocommerce-product-rating a:hover {
  text-decoration: none;
}
.single-product div.product .woocommerce-product-rating .star-rating {
  float: left;
  margin-right: 0.6180469716em;
}
.single-product div.product .product_meta {
  font-size: 0.875em;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
  display: block;
}
.single-product div.product .product_meta .sku_wrapper:last-child,
.single-product div.product .product_meta .posted_in:last-child,
.single-product div.product .product_meta .tagged_as:last-child {
  border-bottom: 0;
}
.single-product div.product .product_meta a {
  font-weight: 400;
  text-decoration: underline;
}
.single-product div.product .product_meta a:hover {
  text-decoration: none;
}
.stock:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5407911001em;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.in-stock:before {
  content: "\f118";
}
.stock.out-of-stock {
  color: #e2401c;
}
.stock.out-of-stock:before {
  content: "\f119";
}
a.reset_variations {
  display: inline-block;
  margin-left: 1em;
}
a.reset_variations:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f021";
  margin-right: 0.5407911001em;
}
#reviews #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;
}
.product_list_widget {
  list-style: none;
  margin-left: 0;
}
.product_list_widget li {
  padding: 1em 0;
}
.product_list_widget li:before,
.product_list_widget li:after {
  content: "";
  display: table;
}
.product_list_widget li:after {
  clear: both;
}
.product_list_widget li img {
  float: right;
}
.product_list_widget li > a {
  display: block;
}
.product_list_widget li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.widget ul.products li.product a {
  text-decoration: none;
}
.widget_products a {
  display: block;
}
.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li {
  position: relative;
}
.widget_shopping_cart .product_list_widget li a.remove {
  float: right;
  color: #000;
  font-size: 10px;
}
.widget_shopping_cart .product_list_widget li a:not(.remove) {
  line-height: 1.4;
}
.widget_shopping_cart .product_list_widget li dl {
  color: #5b5b5b;
  padding-top: 0.816em;
}
.widget_shopping_cart .product_list_widget li dl + .quantity,
.widget_shopping_cart .product_list_widget li dl {
  margin-left: 115px;
}
.widget_shopping_cart p.total,
.widget_shopping_cart p.buttons {
  padding: 1em 0;
  margin: 0;
  text-align: center;
}
.widget_shopping_cart p.total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin: 1em 0 0.714em 0;
  color: #2b2b2b;
}
.widget_shopping_cart .buttons .button {
  display: block;
}
.widget_shopping_cart .buttons .button:not(.checkout) {
  background-color: #e8e8e8;
  color: #2b2b2b;
}
.widget_shopping_cart .buttons .button:not(.checkout):hover {
  color: #2b2b2b;
  background-color: #cfcfcf;
}
.widget_shopping_cart .buttons .button:nth-child(odd) {
  margin-bottom: 1em;
}
.widget_product_categories ul {
  margin: 0;
}
.widget_product_categories ul li {
  list-style: none;
  margin-bottom: 0.6180469716em;
}
.widget_product_categories ul li:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5407911001em;
  opacity: 0.25;
  content: "\f114";
}
.widget_product_categories ul li.current-cat:before {
  content: "\f115";
}
.widget_product_categories .children {
  margin-top: 0.6180469716em;
  margin-left: 1.618em;
}
.site-header .widget_shopping_cart p.total,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart li {
  padding-left: 1.41575em;
  padding-right: 1.41575em;
}
.widget_layered_nav li {
  margin-bottom: 0.6180469716em;
}
.widget_layered_nav li:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5407911001em;
  opacity: 0.35;
  content: "\f0a3";
  display: none;
}
.widget_layered_nav .chosen:before {
  content: "\f14a";
}
.widget_layered_nav_filters ul li.chosen a:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  margin-right: 0.5407911001em;
  color: #e2401c;
}
.widget.woocommerce li .count {
  font-size: 1em;
  float: right;
}
.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  cursor: ew-resize;
  outline: none;
  background: #2d2b2d;
  box-sizing: border-box;
  margin-top: -0.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 0.236em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: #2d2b2d;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.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_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,
    0.2s;
  -moz-transition:
    color,
    ease,
    0.2s;
  transition:
    color,
    ease,
    0.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);
  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: 0.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;
}
#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: 0.25;
}
#payment .terms input[type=checkbox] {
  clip: rect(1px 1px 1px 1px);
  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;
}
.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";
}
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: 0.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: 0.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);
}
.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: "SSSSS";
  opacity: 0.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: "SSSSS";
  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: 0.473em 0.5em;
}
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.single-product.woocommerce .quantity .minus,
.single-product.woocommerce .quantity .plus,
.single-product.woocommerce .quantity .minus:hover,
.single-product.woocommerce .quantity .plus:hover,
.single-product.woocommerce-page .quantity .minus,
.single-product.woocommerce-page .quantity .plus,
.single-product.woocommerce-page .quantity .minus:hover,
.single-product.woocommerce-page .quantity .plus:hover {
  background-color: transparent;
  border: none;
  font-size: 1.3em;
}
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus,
.single-product.woocommerce .quantity .minus,
.single-product.woocommerce .quantity .plus,
.single-product.woocommerce-page .quantity .minus,
.single-product.woocommerce-page .quantity .plus {
  font-weight: 100;
}
.woocommerce .quantity .minus:focus,
.woocommerce .quantity .plus:focus,
.woocommerce-page .quantity .minus:focus,
.woocommerce-page .quantity .plus:focus,
.single-product.woocommerce .quantity .minus:focus,
.single-product.woocommerce .quantity .plus:focus,
.single-product.woocommerce-page .quantity .minus:focus,
.single-product.woocommerce-page .quantity .plus:focus {
  outline: none;
}
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.single-product.woocommerce .quantity .minus,
.single-product.woocommerce-page .quantity .minus {
  transform: translateY(-50%);
  top: 50%;
  left: 0.6em;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.single-product.woocommerce .quantity .plus,
.single-product.woocommerce-page .quantity .plus {
  transform: translateY(-50%);
  top: 50%;
  right: 0.6em;
}
.woocommerce-tabs {
  margin: 1em 0 5.99em -50vw;
  width: 100vw;
  position: relative;
  left: 50%;
  background-color: #f5f5f5;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  text-align: center;
  font-size: 1.25em;
  background-color: #fff;
}
.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 0.85em;
  display: block;
  font-weight: normal;
  color: #71706c;
}
.woocommerce-tabs ul.tabs li a:focus {
  outline: none;
}
.woocommerce-tabs ul.tabs li.active a {
  font-weight: bold;
  padding: 0.85em 2.9em;
  color: #2d2b2d;
  background-color: #f5f5f5;
}
.woocommerce-tabs ul.tabs li + li {
  margin-left: 0.96em;
}
.woocommerce-tabs #tab-description {
  text-align: center;
}
.woocommerce-tabs .panel {
  padding: 5.8em 2em 5em 2em;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce-tabs .panel .table-version {
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-align: left;
  font-size: 1.875em;
  font-weight: normal;
  margin-bottom: 1.4em;
  border-top: 1px dashed #c7c7c6;
  padding-top: 70px;
  margin-top: 90px;
}
.woocommerce-tabs .panel table {
  font-size: 0.875em;
}
.woocommerce-tabs .panel table th,
.woocommerce-tabs .panel table tbody td {
  background-color: transparent;
}
.woocommerce-tabs .panel table .food-name,
.woocommerce-tabs .panel table .allergies-food,
.woocommerce-tabs .panel table .value {
  display: block;
}
.woocommerce-tabs .panel table .value {
  font-size: 2.143em;
}
.woocommerce-tabs .panel table .food-name,
.woocommerce-tabs .panel table .value,
.woocommerce-tabs .panel table .allergies-food {
  font-weight: bold;
  color: #2d2b2d;
}
.woocommerce-tabs .panel table .food-name,
.woocommerce-tabs .panel table .allergies-food {
  font-size: 1.286em;
  font-weight: bold;
}
.woocommerce-tabs .panel table th {
  font-weight: normal;
}
.woocommerce-tabs .panel table td {
  text-align: center;
}
.woocommerce-tabs .panel table .food-nutrition th,
.woocommerce-tabs .panel table .food-nutrition td {
  border-bottom: 1px solid #d0d0d0;
}
.woocommerce-tabs .panel table .food-nutrition th {
  padding-right: 5.143em;
  padding-bottom: 2.571em;
}
.woocommerce-tabs .panel table .food-nutrition td:nth-of-type(1) {
  padding-left: 2.643em;
}
.woocommerce-tabs .panel table .food-nutrition th,
.woocommerce-tabs .panel table .allergies-name th {
  border-right: 1px solid #d0d0d0;
}
.woocommerce-tabs .panel table.table-style-02 {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  font-size: 0.875em;
}
.woocommerce-tabs .panel table.table-style-02 > thead > tr > th,
.woocommerce-tabs .panel table.table-style-02 > thead > tr > td,
.woocommerce-tabs .panel table.table-style-02 > tbody > tr > th,
.woocommerce-tabs .panel table.table-style-02 > tbody > tr > td,
.woocommerce-tabs .panel table.table-style-02 > tfoot > tr > th,
.woocommerce-tabs .panel table.table-style-02 > tfoot > tr > td {
  border-top: 1px solid #d0d0d0;
}
.woocommerce-tabs .panel table.table-style-02 > thead > tr > td,
.woocommerce-tabs .panel table.table-style-02 > thead > tr > th + th,
.woocommerce-tabs .panel table.table-style-02 > tbody > tr > td,
.woocommerce-tabs .panel table.table-style-02 > tbody > tr > th + th,
.woocommerce-tabs .panel table.table-style-02 > tfoot > tr > td,
.woocommerce-tabs .panel table.table-style-02 > tfoot > tr > th + th {
  border-left: 1px solid #d0d0d0;
}
.woocommerce-tabs .panel table.table-style-02 thead th {
  padding: 0.5em;
  font-weight: normal;
  text-transform: capitalize;
}
.woocommerce-tabs .panel table.table-style-02 tbody th {
  color: #2d2b2d;
  font-weight: bold;
}
.woocommerce-tabs .panel table.table-style-02 td,
.woocommerce-tabs .panel table.table-style-02 th {
  padding: 0.78em 1.41575em;
}
.woocommerce-tabs .panel table.table-style-02 th,
.woocommerce-tabs .panel table.table-style-02 tbody td {
  text-align: center;
}
.woocommerce-tabs .panel .ingredients {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 40px;
  border-top: 1px dashed #c7c7c6;
  margin-top: 80px;
}
.woocommerce-tabs .panel .ingredients:before,
.woocommerce-tabs .panel .ingredients:after {
  content: "";
  display: table;
}
.woocommerce-tabs .panel .ingredients:after {
  clear: both;
}
.woocommerce-tabs .panel .ingredients .title,
.woocommerce-tabs .panel .ingredients .food-items,
.woocommerce-tabs .panel .ingredients .items {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-tabs .panel .ingredients .title {
  width: 100%;
  text-align: left;
  font-family: "Yanone Kaffeesatz", sans-serif;
  padding-left: 0;
}
@media (min-width: 768px) {
  .woocommerce-tabs .panel .ingredients .title {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .woocommerce-tabs .panel .ingredients .title {
    width: 25%;
  }
}
.woocommerce-tabs .panel .ingredients .title h3 {
  font-weight: normal;
  font-size: 1.875em;
  padding-top: 20px;
}
.woocommerce-tabs .panel .ingredients .food-items {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-tabs .panel .ingredients .food-items {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .woocommerce-tabs .panel .ingredients .food-items {
    width: 75%;
  }
}
.woocommerce-tabs .panel .ingredients .items {
  width: 100%;
  padding-bottom: 34px;
  text-align: left;
  padding-left: 0;
}
@media (min-width: 768px) {
  .woocommerce-tabs .panel .ingredients .items {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .woocommerce-tabs .panel .ingredients .items {
    width: 33.3333333333%;
  }
}
.woocommerce-tabs .panel .ingredients .items span {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-tabs .panel .ingredients .items .info {
  padding-left: 19px;
  line-height: 1.4;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  padding: 1em 1.618em;
  margin-bottom: 2.617924em;
  background-color: #0f834d;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}
.woocommerce-message:before,
.woocommerce-message:after,
.woocommerce-info:before,
.woocommerce-info:after,
.woocommerce-error:before,
.woocommerce-error:after,
.woocommerce-noreviews:before,
.woocommerce-noreviews:after,
p.no-comments:before,
p.no-comments:after {
  content: "";
  display: table;
}
.woocommerce-message:after,
.woocommerce-info:after,
.woocommerce-error:after,
.woocommerce-noreviews:after,
p.no-comments:after {
  clear: both;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  float: right;
  padding: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  padding-left: 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25);
  border-radius: 0;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-content > .col-full > .woocommerce > .woocommerce-message:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
  margin-top: 2.617924em;
}
.wc-forward:after,
.woocommerce-Button--next:after {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  margin-left: 0.5407911001em;
  display: none;
}
.woocommerce-Button--previous:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f177";
  margin-right: 0.5407911001em;
}
.woocommerce-error {
  list-style: none;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}
.woocommerce-error {
  background-color: #e2401c;
}
dl.variation {
  font-size: 0.875em;
}
dl.variation dd {
  margin: 0 0 1em;
}
.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;
  }
  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;
  }
  .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: 0.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;
  }
  ul.products li.product {
    clear: none;
    width: 100%;
    float: left;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  #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: 0.327em 0;
  }
  .woocommerce-ordering {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    padding: 0.327em 0;
  }
  .woocommerce-pagination {
    float: right;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0;
  }
  .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%;
  }
  #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: 0.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 0.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;
  }
  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;
  }
  .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;
  }
}
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: 0.838em;
  padding: 0.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,
.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,
.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: 0.838em;
  font-weight: normal;
  padding: 0.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: "h";
  line-height: 16px;
  margin: 0;
  text-indent: 0;
  height: 20px;
  width: 20px;
  font-weight: 100;
  top: -9px;
  right: 9px;
  position: relative;
}
.full-width.columns-6 ul.products li.product .price,
.full-width .columns-6 ul.products li.product .price,
.full-width.columns-5 ul.products li.product .price,
.full-width .columns-5 ul.products li.product .price,
.left-sidebar.columns-6 ul.products li.product .price,
.left-sidebar .columns-6 ul.products li.product .price,
.left-sidebar.columns-5 ul.products li.product .price,
.left-sidebar .columns-5 ul.products li.product .price,
.right-sidebar.columns-6 ul.products li.product .price,
.right-sidebar .columns-6 ul.products li.product .price,
.right-sidebar.columns-5 ul.products li.product .price,
.right-sidebar .columns-5 ul.products li.product .price {
  display: block;
  margin-bottom: 0;
  font-size: 0.9em;
}
.header-v1,
.header-v2,
.header-v3,
.header-v4,
.header-v5 {
  margin-bottom: 4em;
}
.header-v1.site-header .custom-logo-link,
.header-v1.site-header .site-logo-anchor,
.header-v1.site-header .site-logo-link,
.header-v2.site-header .custom-logo-link,
.header-v2.site-header .site-logo-anchor,
.header-v2.site-header .site-logo-link,
.header-v3.site-header .custom-logo-link,
.header-v3.site-header .site-logo-anchor,
.header-v3.site-header .site-logo-link,
.header-v4.site-header .custom-logo-link,
.header-v4.site-header .site-logo-anchor,
.header-v4.site-header .site-logo-link,
.header-v5.site-header .custom-logo-link,
.header-v5.site-header .site-logo-anchor,
.header-v5.site-header .site-logo-link {
  float: none;
}
.header-v1 {
  padding-bottom: 0;
}
.header-v1 .site-branding,
.header-v1 .main-navigation,
.header-v1 .header-info-wrapper,
.header-v1 .header-phone-numbers,
.header-v1 .site-header-cart,
.header-v1 .site-header-cart-v2 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-v1 .site-branding {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v1 .site-branding {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v1 .site-branding {
    width: 16.6666666667%;
  }
}
.header-v1 .site-branding .site-title,
.header-v1 .site-branding .site-description {
  color: #fff;
}
.header-v1 .header-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.header-v1 .main-navigation {
  width: 100%;
}
.header-v1 .header-info-wrapper {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v1 .header-info-wrapper {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v1 .header-info-wrapper {
    width: 41.6666666667%;
  }
}
.header-v1 .header-phone-numbers {
  width: 100%;
  padding-left: 0;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .header-v1 .header-phone-numbers {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .header-v1 .header-phone-numbers {
    width: 50%;
  }
}
.header-v1 .site-header-cart,
.header-v1 .site-header-cart-v2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v1 .site-header-cart,
  .header-v1 .site-header-cart-v2 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .header-v1 .site-header-cart,
  .header-v1 .site-header-cart-v2 {
    width: 50%;
  }
}
.header-v1 .secondary-navigation {
  margin-bottom: 0;
}
.header-v1 .primary-navigation {
  text-align: center;
  margin-bottom: 0;
}
.header-v1 .primary-navigation .menu > li > a::before,
.header-v1 .primary-navigation .menu ul.nav-menu > li > a::before {
  content: " ";
  display: block;
  height: 2px;
  width: 42px;
  margin: 0 auto;
  margin-top: 6px;
  background-color: #ffae00;
  visibility: hidden;
  bottom: 14px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.header-v1 .primary-navigation .menu > li:hover > a::before,
.header-v1 .primary-navigation .menu ul.nav-menu > li:hover > a::before {
  visibility: visible;
}
.header-v2 .main-navigation,
.header-v2 .site-branding,
.header-v2 .header-info-wrapper,
.header-v2 .header-nav-links,
.header-v2 .site-header-cart {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-v2 .main-navigation {
  width: 100%;
}
@media (min-width: 768px) {
  .header-v2 .main-navigation {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v2 .main-navigation {
    width: 41.6666666667%;
  }
}
.header-v2 .site-branding {
  width: 100%;
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v2 .site-branding {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v2 .site-branding {
    width: 16.6666666667%;
  }
}
.header-v2 .site-branding a img {
  width: 180px;
  margin: 0 auto;
}
.header-v2 .header-info-wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header-v2 .header-info-wrapper {
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v2 .header-info-wrapper {
    width: 41.6666666667%;
  }
}
.header-v2 .header-nav-links {
  width: 100%;
}
@media (min-width: 768px) {
  .header-v2 .header-nav-links {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .header-v2 .header-nav-links {
    width: 50%;
  }
}
.header-v2 .site-header-cart {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v2 .site-header-cart {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .header-v2 .site-header-cart {
    width: 50%;
  }
}
.header-v2 .col-full {
  display: flex;
  align-items: center;
}
.header-v2 .primary-navigation {
  margin-bottom: 0;
}
.header-nav-links {
  font-size: 0.813em;
  text-align: center;
}
.header-nav-links ul {
  margin: 0;
}
.header-nav-links ul li {
  list-style: none;
}
.header-nav-links ul li a {
  color: #fff;
}
.page-template-template-homepage-v2 .header-v2 {
  background-color: transparent;
  position: absolute;
  width: 100%;
}
.header-v3 {
  padding: 6.54px 0;
}
.header-v3 .col-full {
  display: flex;
  align-items: center;
  padding-right: 0;
}
.header-v3 .site-branding,
.header-v3 .main-navigation,
.header-v3 .site-header-cart {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-v3 .site-branding {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v3 .site-branding {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v3 .site-branding {
    width: 16.6666666667%;
  }
}
.header-v3 .site-branding .pizzaro-logo,
.header-v3 .site-branding a img {
  width: 138px;
  display: block;
}
.header-v3 .main-navigation {
  width: 100%;
  padding-left: 2.875em;
}
@media (min-width: 768px) {
  .header-v3 .main-navigation {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v3 .main-navigation {
    width: 66.6666666667%;
  }
}
.header-v3 .site-header-cart {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header-v3 .site-header-cart {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v3 .site-header-cart {
    width: 16.6666666667%;
  }
}
.header-v3 .primary-navigation {
  margin-bottom: 0;
}
.header-v3 .primary-navigation > .menu > li > a {
  text-transform: uppercase;
  font-weight: 800;
}
.header-v3 .primary-navigation > .menu > li > a i {
  font-size: 0.933em;
  margin-right: 8px;
}
.header-v3 .primary-navigation > .menu li,
.header-v3 .primary-navigation > .menu li::before,
.header-v3 .primary-navigation > .menu li a {
  display: inline-block;
  vertical-align: middle;
}
.header-v3 .primary-navigation > .menu > li:hover > a {
  text-decoration: none;
}
.header-v3 .primary-navigation > .menu > li + li::before {
  width: 1px;
  content: " ";
  display: inline-block;
  height: 50px;
  margin: 0 12px;
  background-color: #ef575d;
  opacity: 0.4;
}
.lite-bg.header-v3 {
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(1, 1, 1, 0.15);
}
.lite-bg.header-v3 .primary-navigation > .menu > li > a {
  color: #b3b3b3;
}
.lite-bg.header-v3 .primary-navigation > .menu > li:hover a,
.lite-bg.header-v3 .primary-navigation > .menu > li.focus a {
  color: #343433;
}
.lite-bg.header-v3 .primary-navigation > .menu > li .sub-menu li:hover > a,
.lite-bg.header-v3 .primary-navigation > .menu > li .sub-menu li.focus > a {
  color: #fff;
}
.lite-bg.header-v3 .primary-navigation > .menu > li + li::before {
  background-color: #e6e6e6;
  opacity: 1;
}
.lite-bg.header-v3 .site-header-cart .cart-contents::before,
.lite-bg.header-v3 .site-header-cart .cart-contents::after,
.lite-bg.header-v3 .site-header-cart .cart-contents .amount {
  color: #343433;
}
.header-v4 {
  padding: 18px 0;
}
.header-v4 .col-full {
  width: 100%;
  padding: 0 52px;
  display: flex;
  align-items: center;
}
.header-v4 .site-branding,
.header-v4 .main-navigation,
.header-v4 .site-header-cart {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-v4 .site-branding {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v4 .site-branding {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v4 .site-branding {
    width: 16.6666666667%;
  }
}
.header-v4 .site-branding .pizzaro-logo,
.header-v4 .site-branding a img {
  width: 162px;
  display: block;
}
.header-v4 .main-navigation {
  width: 100%;
}
@media (min-width: 768px) {
  .header-v4 .main-navigation {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v4 .main-navigation {
    width: 66.6666666667%;
  }
}
.header-v4 .site-header-cart {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header-v4 .site-header-cart {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-v4 .site-header-cart {
    width: 16.6666666667%;
  }
}
.header-v4 .site-header-cart .cart-contents {
  float: right;
}
.header-v4 .site-header-cart .cart-contents .amount span {
  display: none;
}
.header-v4 .primary-navigation {
  margin-bottom: 0;
  text-align: center;
}
.header-v4 .primary-navigation ul.menu > li > a,
.header-v4 .primary-navigation ul.nav-menu > li > a {
  padding: 1.8em 1.84em 1.618em;
}
.header-v4 .primary-navigation .current-menu-item > a {
  color: #262626;
}
.header-v4 .primary-navigation .menu > li > a::before,
.header-v4 .primary-navigation .current-menu-item > a::before {
  content: " ";
  display: block;
  height: 2px;
  width: 42px;
  margin: 0 auto;
  margin-top: 6px;
  background-color: #ffae00;
  bottom: 14px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.header-v4 .primary-navigation .menu > li > a::before {
  visibility: hidden;
}
.header-v4 .primary-navigation .menu > li:hover > a::before {
  visibility: visible;
}
.header-v4 .primary-navigation .menu .current-menu-item > a::before {
  visibility: visible;
}
.lite-bg.header-v4.site-header {
  background-color: #fff;
}
.lite-bg.header-v4 .primary-navigation {
  text-align: right;
}
.lite-bg.header-v4 .primary-navigation .menu > li > a {
  color: #969696;
}
.lite-bg.header-v4 .primary-navigation .menu > li:hover a,
.lite-bg.header-v4 .primary-navigation .menu > li.focus a {
  color: #262626;
}
.lite-bg.header-v4 .primary-navigation .menu > li .sub-menu li:hover > a,
.lite-bg.header-v4 .primary-navigation .menu > li .sub-menu li.focus > a {
  color: #fff;
}
.lite-bg.header-v4 .primary-navigation .menu .current-menu-item > a {
  color: #262626;
}
.lite-bg.header-v4 .site-header-cart .cart-contents {
  color: #a3a3a3;
}
.lite-bg.header-v4 .site-header-cart .cart-contents .amount {
  color: #262626;
}
.lite-bg.header-v4 .site-header-cart .cart-contents .count {
  color: #fff;
}
.page-template-template-homepage-v6 footer {
  clear: both;
}
.page-template-template-homepage-v6 .site-content,
.page-template-template-homepage-v6 .site-footer {
  box-shadow: inset 9px 0px 16px -8px rgba(1, 1, 1, 0.3);
}
.page-template-template-homepage-v6 .products-card .media-body img,
.page-template-template-homepage-v6 .banner {
  position: relative;
  z-index: -1;
}
.page-template-template-homepage-v6 .products-card .media-body img {
  width: 100%;
}
.page-template-template-homepage-v6 .products-card .media ul.products li.product .ywapo_input_container_radio {
  margin: 0 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: 0.106em 0.8em;
  color: #fff;
  line-height: 1;
  font-size: 1.188em;
  border-radius: 50px;
  border: 1px solid #dadada;
  background-color: #fff;
  max-width: 100%;
  margin-left: 0;
}
.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: "i";
  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: "G";
  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: "i";
  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: 0.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;
}
.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: 0.857em;
}
button.menu-toggle:hover {
  background-image: none;
}
button.menu-toggle span:before {
  -webkit-transition:
    all,
    ease,
    0.2s;
  -moz-transition:
    all,
    ease,
    0.2s;
  transition:
    all,
    ease,
    0.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,
    0.2s;
  -moz-transition:
    all,
    ease,
    0.2s;
  transition:
    all,
    ease,
    0.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;
  -webkit-transition:
    all,
    ease,
    0.8s;
  -moz-transition:
    all,
    ease,
    0.8s;
  transition:
    all,
    ease,
    0.8s;
}
.handheld-navigation {
  clear: both;
}
.handheld-navigation ul {
  margin: 0;
}
.main-navigation.toggled .handheld-navigation,
.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 1750px;
}
.main-navigation ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-navigation ul ul {
  display: block;
  margin-left: 1.387em;
}
.main-navigation ul li a {
  padding: 0.857em 0;
  display: block;
}
.main-navigation ul li:hover > a,
.main-navigation ul li.focus > a {
  color: #e6e6e6;
}
@media (min-width: 768px) {
  .primary-navigation,
  .secondary-navigation {
    width: 100%;
  }
  .primary-navigation ul,
  .secondary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
  }
  .primary-navigation ul li,
  .secondary-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .primary-navigation ul li a,
  .secondary-navigation ul li a {
    display: block;
  }
  .primary-navigation ul li:hover > ul,
  .primary-navigation ul li.focus > ul,
  .secondary-navigation ul li:hover > ul,
  .secondary-navigation ul li.focus > ul {
    left: 0;
    display: block;
  }
  .primary-navigation ul li:hover > ul li > ul,
  .primary-navigation ul li.focus > ul li > ul,
  .secondary-navigation ul li:hover > ul li > ul,
  .secondary-navigation ul li.focus > ul li > ul {
    display: none;
  }
  .primary-navigation ul li:hover > ul li:hover > ul,
  .primary-navigation ul li:hover > ul li.focus > ul,
  .primary-navigation ul li.focus > ul li:hover > ul,
  .primary-navigation ul li.focus > ul li.focus > ul,
  .secondary-navigation ul li:hover > ul li:hover > ul,
  .secondary-navigation ul li:hover > ul li.focus > ul,
  .secondary-navigation ul li.focus > ul li:hover > ul,
  .secondary-navigation ul li.focus > ul li.focus > ul {
    left: 100%;
    top: 0;
    display: block;
  }
  .primary-navigation ul ul.sub-menu,
  .primary-navigation ul ul.children,
  .secondary-navigation ul ul.sub-menu,
  .secondary-navigation ul ul.children {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    display: none;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  }
  .primary-navigation ul ul.sub-menu li a,
  .primary-navigation ul ul.children li a,
  .secondary-navigation ul ul.sub-menu li a,
  .secondary-navigation ul ul.children li a {
    width: 200px;
  }
  .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: 2em 0;
    color: #ffc0ca;
    font-size: 1em;
    line-height: 2.813em;
  }
  .secondary-navigation ul.menu > li > a i,
  .secondary-navigation ul.nav-menu > li > a i {
    font-size: 2.813em;
    display: inline-block;
    float: left;
    margin-right: 0.4em;
  }
  .secondary-navigation ul.menu > li > a i.icon,
  .secondary-navigation ul.nav-menu > li > a i.icon {
    font-size: 76px;
    margin-right: 5px;
    margin-left: -16px;
  }
  .secondary-navigation ul.menu > li > a: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 0.65px #fff, 0 0 0.65px #fff;
  }
  .secondary-navigation ul.menu > li + li,
  .secondary-navigation ul.nav-menu > li + li {
    margin-left: 32px;
  }
  .secondary-navigation ul.menu ul,
  .secondary-navigation ul.nav-menu ul {
    margin-left: 0;
  }
  .secondary-navigation ul.menu ul li a,
  .secondary-navigation ul.nav-menu ul li a {
    padding: 0.857em 1.387em;
    font-weight: 400;
    font-size: 0.857em;
  }
  .secondary-navigation ul.menu ul li:last-child,
  .secondary-navigation ul.nav-menu ul li:last-child {
    border-bottom: 0;
  }
  .secondary-navigation ul.menu ul li.menu-item-has-children > a:after,
  .secondary-navigation ul.menu ul li.page_item_has_children > a:after,
  .secondary-navigation ul.nav-menu ul li.menu-item-has-children > a:after,
  .secondary-navigation ul.nav-menu ul li.page_item_has_children > a:after {
    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 {
    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: #fff;
    font-weight: bold;
  }
  .primary-navigation .menu > li:hover > a,
  .primary-navigation .menu > li.focus > a,
  .primary-navigation .menu .nav-menu > li:hover > a,
  .primary-navigation .menu .nav-menu > li.focus > a {
    text-decoration: none;
  }
  .primary-navigation .menu li.current-menu-item > a::after,
  .primary-navigation .menu .nav-menu li.current-menu-item > a::after {
    visibility: visible;
  }
  .primary-navigation .menu ul,
  .primary-navigation .menu .nav-menu ul {
    padding: 10px 0;
    background-color: #fff;
  }
  .primary-navigation .menu ul a,
  .primary-navigation .menu .nav-menu ul a {
    padding: 0.326em 0.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: -0.618em;
  }
  .primary-navigation .menu a,
  .primary-navigation .menu .nav-menu a {
    padding: 1.387em 1.5em;
    font-weight: 300;
    color: #999999;
  }
  .primary-navigation .menu a:hover,
  .primary-navigation .menu .nav-menu a:hover {
    text-decoration: none;
  }
  .primary-navigation div.menu > ul {
    background-color: transparent;
  }
  .primary-navigation div.menu > ul li:hover > a {
    color: #e6e6e6;
  }
}
.vertical-align {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.vertical-align > [class^=col-],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(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 .owl-carousel {
  display: block;
}
.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 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #bcbcbc;
  display: inline-block;
  border-radius: 50%;
}
.owl-dots .owl-dot.active {
  width: 30px;
  height: 8px;
  border-radius: 3px;
}
.owl-dots .owl-dot + .owl-dot {
  margin-left: 1em;
}
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;
}
.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: 0.6;
}
.jp-controls a:hover {
  color: #262626;
  background: transparent;
  text-decoration: none;
  opacity: 0.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;
}
.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: #2d2b2d;
}
.features-list .feature .feature-icon {
  margin-bottom: 1em;
}
.features-list .feature i {
  color: #bdbdbd;
  display: table;
  margin: 0 auto;
  height: 124px;
}
.features-list .feature i::before {
  vertical-align: middle;
  display: table-cell;
}
.features-list .feature .po-best-quality {
  font-size: 5.056em;
}
.features-list .feature .po-on-time {
  font-size: 5.722em;
}
.features-list .feature .po-master-chef {
  font-size: 4.444em;
}
.features-list .feature .po-ready-delivery {
  font-size: 6.889em;
}
.features-list .feature h4 {
  font-size: 1em;
  font-weight: normal;
}
.features-list .feature p {
  font-size: 0.778em;
  color: #71706c;
  padding: 0 2.6em;
  line-height: 1.6;
}
.menu-card {
  font-family: "Yanone Kaffeesatz", sans-serif;
  padding-top: 9em;
}
.menu-card .menu-items {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .menu-card .menu-items {
    margin-left: 33.3333333333%;
  }
}
.menu-card .menus {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 68px;
  -moz-column-gap: 68px;
  column-gap: 68px;
  -webkit-column-rule: 1px solid #4c4c4c;
  -moz-column-rule: 1px solid #4c4c4c;
  column-rule: 1px solid #4c4c4c;
  margin: 0;
  list-style: none;
}
.menu-card .menus h3 {
  color: #ffae00;
  font-size: 2.25em;
  font-weight: 300;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.menu-card .menus h3 .title {
  max-width: 222px;
  display: inline-block;
}
.menu-card .menus h3 .price {
  float: right;
}
.menu-card .menus h3 .price .decimals,
.menu-card .menus h4 .price .decimals {
  font-size: large;
  vertical-align: top;
  line-height: 1.5;
}
.menu-card .menus h3 .price .currency,
.menu-card .menus h4 .price .currency {
  display: none;
}
.menu-card .menus .menu {
  margin-bottom: 2.25em;
}
.menu-card .menus .description {
  color: #fff;
  font-style: italic;
}
.menu-card .menus .description p {
  line-height: 1.4;
  font-family:
    "Open Sans",
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Lucida Grande",
    sans-serif;
  font-size: 14px;
}
.menu-card .menus .description ul {
  margin: 0;
  list-style: none;
}
.menu-card .menus .description ul h4 {
  font-size: 1.5em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
}
.menu-card .menus .description ul h4 .title {
  max-width: 222px;
  display: inline-block;
}
.menu-card .menus .description ul h4 .price {
  position: absolute;
  font-size: 1.5em;
  top: -10px;
  right: 0;
  color: #ffae00;
}
.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: #2d2b2d;
}
.section-tabs .nav .nav-item.active a::after {
  content: "";
  width: 80px;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -2px;
}
.page-template-template-homepage-v5 .section-tabs > .nav {
  margin: 0 0 5.2em;
}
.page-template-template-homepage-v1 .section-tabs .nav {
  padding-top: 48px;
}
.page-template-template-homepage-v2 .section-tabs .nav {
  padding-top: 98px;
}
.page-template-template-homepage-v6 .section-tabs .nav {
  padding-top: 83px;
}
.page-template-template-homepage-v2 .products-with-gallery-tabs.section-tabs .nav,
.products-with-gallery-tabs.section-tabs .nav {
  padding: 1.266em 0;
  margin: 0;
  font-size: 0.938em;
}
.page-template-template-homepage-v2 .products-with-gallery-tabs.section-tabs .nav li + li::before,
.products-with-gallery-tabs.section-tabs .nav li + li::before {
  content: " ";
  width: 2px;
  height: 40px;
  background-color: #df8392;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-template-template-homepage-v2 .products-with-gallery-tabs.section-tabs .nav .nav-item .nav-link,
.products-with-gallery-tabs.section-tabs .nav .nav-item .nav-link {
  font-size: 1em;
  color: #e0929d;
  padding: 10px 52px 0.692em;
}
.page-template-template-homepage-v2 .products-with-gallery-tabs.section-tabs .nav .nav-item .nav-link i,
.products-with-gallery-tabs.section-tabs .nav .nav-item .nav-link i {
  display: block;
  font-size: 2.133em;
}
.page-template-template-homepage-v2 .products-with-gallery-tabs.section-tabs .nav .nav-item .nav-link:hover,
.products-with-gallery-tabs.section-tabs .nav .nav-item .nav-link:hover {
  color: #fff;
  text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
}
.page-template-template-homepage-v2 .products-with-gallery-tabs.section-tabs .nav .nav-item.active a,
.products-with-gallery-tabs.section-tabs .nav .nav-item.active a {
  color: #fff;
  text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
  font-weight: 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: #2d2b2d;
}
.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: 0.3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-template-template-homepage-v2 .products-with-gallery-tabs.kc_tabs .kc_tabs_nav li a,
.products-with-gallery-tabs.kc_tabs .kc_tabs_nav li a {
  font-size: 1em;
  color: #e0929d;
  padding: 10px 52px 0.692em;
  line-height: 1.75em;
}
.page-template-template-homepage-v2 .products-with-gallery-tabs.kc_tabs .kc_tabs_nav li a i,
.products-with-gallery-tabs.kc_tabs .kc_tabs_nav li a i {
  display: block;
  font-size: 2.133em;
}
.page-template-template-homepage-v2 .products-with-gallery-tabs.kc_tabs .kc_tabs_nav li a:hover,
.products-with-gallery-tabs.kc_tabs .kc_tabs_nav li a:hover {
  color: #fff;
  text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
}
.page-template-template-homepage-v2 .products-with-gallery-tabs.kc_tabs .kc_tabs_nav li.ui-tabs-active a,
.products-with-gallery-tabs.kc_tabs .kc_tabs_nav li.ui-tabs-active a {
  color: #fff;
  text-shadow: 0 0 0.65px #fff, 0 0 0.65px #fff;
  font-weight: 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;
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #3b3b3b;
}
.section-recent-post .post-title {
  font-size: 2.25em;
}
.section-recent-post .post-title a:hover {
  color: #000;
}
.section-recent-post .post-info p {
  color: #1f1f1f;
  font-size: 1.063em;
  margin-bottom: 2em;
}
.section-recent-post .post-info .btn-more {
  padding: 0.5em 3.464em;
  border-radius: 3.333em;
  display: inline-block;
  font-size: 0.938em;
  font-weight: 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;
  font-family: "Yanone Kaffeesatz", sans-serif;
}
.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: "n";
  font-family: "font-pizzaro";
  vertical-align: middle;
  padding-left: 15px;
  font-size: 1.286em;
}
.section-recent-posts .post-items .post-item .comments-link {
  float: right;
  margin-bottom: 0;
}
.newsletter-subscription,
.site-footer.footer-v5 .footer-newsletter {
  position: relative;
}
.newsletter-subscription .caption,
.site-footer.footer-v5 .footer-newsletter .caption {
  text-align: center;
  padding: 0 26%;
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}
.newsletter-subscription .caption .title,
.site-footer.footer-v5 .footer-newsletter .caption .title,
.newsletter-subscription .caption .marketing-text,
.site-footer.footer-v5 .footer-newsletter .caption .marketing-text {
  font-family: "Yanone Kaffeesatz", sans-serif;
}
.newsletter-subscription .caption .title,
.site-footer.footer-v5 .footer-newsletter .caption .title {
  font-size: 3.438em;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}
.newsletter-subscription .caption .marketing-text,
.site-footer.footer-v5 .footer-newsletter .caption .marketing-text {
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 2em;
  display: inline-block;
}
.newsletter-subscription form,
.site-footer.footer-v5 .footer-newsletter form {
  margin-bottom: 0;
}
.newsletter-subscription form .newsletter-form,
.site-footer.footer-v5 .footer-newsletter form .newsletter-form {
  position: relative;
}
.newsletter-subscription form 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: 0.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;
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin-bottom: 1.375em;
}
.banner .banner-bg {
  position: relative;
}
.banner.center {
  text-align: center;
}
.banner.center .caption {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner.center .title span {
  font-weight: 300;
  color: #fdba3e;
  font-size: 0.45em;
  vertical-align: top;
}
.banner.center-right {
  margin-bottom: 6.4em;
}
.banner.center-right .caption {
  font-size: 14em;
  max-width: 2.455em;
  top: 50%;
  left: 5.5em;
  transform: translate(-50%, -50%);
}
.banner.center-right .caption .title {
  font-size: 0.321em;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 0.9;
}
.banner.center-right .caption .price {
  font-size: 1em;
}
.banner.center-right .caption .price span {
  font-size: 0.5em;
  vertical-align: top;
}
.banner.center-right .caption .description {
  font-size: 1em;
}
.banner.center-right .caption .text {
  font-size: 0.429em;
  max-width: 4.063em;
  padding-left: 0.24em;
}
.banner.center-right .caption .price,
.banner.center-right .caption .text {
  display: inline-block;
  font-weight: 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:
    "Open Sans",
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Lucida Grande",
    sans-serif;
  padding: 0.962em 3.63em;
  border-radius: 3.333em;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid;
  background-color: transparent;
}
.banner .caption {
  position: absolute;
  top: 0.575em;
  left: 0.5em;
  font-size: 5em;
  width: 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: 0.2154em;
  display: block;
  padding-top: 2px;
}
.banners .banner .caption .subtitle {
  font-size: 0.554em;
  font-weight: 300;
}
.banners .banner .caption .banner-price {
  position: absolute;
  top: 210px;
  font-size: 4.615em;
  line-height: 1;
  letter-spacing: -2px;
  font-weight: 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: 0.25em;
}
.tiles .banner.top-left .caption .condition {
  display: block;
  position: absolute;
  top: 350px;
}
.products-card + .banner,
.products-card + .banners {
  margin-top: 30px;
}
.banner:hover .banner-bg {
  -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: "j";
}
article.post .comments-link a::before {
  content: "z";
}
article.post.format-quote .entry-content blockquote {
  letter-spacing: -0.025em;
  color: #fff;
  margin-left: 0;
  margin-bottom: 0;
  border: none;
  font-size: 0.875em;
  background-color: #333e48;
  display: block;
  padding: 6.429em 6em 6.429em 7.143em;
}
article.post.format-quote .entry-content blockquote:before {
  display: none;
}
article.post.format-quote .entry-content blockquote p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.429em;
  margin-bottom: 1.667em;
  display: block;
}
article.post.format-quote .entry-content blockquote ol:last-child,
article.post.format-quote .entry-content blockquote p:last-child,
article.post.format-quote .entry-content blockquote ul:last-child {
  margin-bottom: 0;
}
article.post.format-quote .entry-content blockquote cite {
  display: block;
  font-style: normal;
}
article.post.format-quote .entry-content blockquote cite:before {
  content: "-";
  padding-right: 4px;
}
article.post.format-link {
  letter-spacing: 0.025em;
}
article.post.format-link .entry-content {
  background: #f5f5f5;
  padding: 5.357em 7.143em;
}
article.post.format-link .entry-content p {
  font-size: 1.563em;
  margin-bottom: 0.8em;
  color: #434343;
  line-height: 1.2em;
}
article.post.format-link .entry-content p:last-child {
  margin-bottom: 0;
}
article.post.format-link .entry-content p a {
  font-size: 0.56em;
  line-height: 2.143em;
}
article.post.format-aside .entry-content p {
  font-size: 1.286em;
  margin-bottom: 1.889em;
}
article.post.format-status .entry-content p {
  font-size: 1.571em;
  margin-bottom: 1.545em;
}
.sticky h1.entry-title {
  font-size: 1.786em;
  letter-spacing: -0.025em;
  font-weight: 400;
  margin-bottom: 0.36em;
  padding-bottom: 0.36em;
}
.sticky h1.entry-title a {
  color: #434343;
  text-decoration: none;
}
.sticky h1.entry-title a:hover,
.sticky h1.entry-title a:focus {
  color: #000;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(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 .owl-carousel {
  display: block;
}
.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 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #bcbcbc;
  display: inline-block;
  border-radius: 50%;
}
.owl-dots .owl-dot.active {
  width: 30px;
  height: 8px;
  border-radius: 3px;
}
.owl-dots .owl-dot + .owl-dot {
  margin-left: 1em;
}
.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: #2d2b2d;
}
.pagination .page-numbers li .page-numbers.dots,
.woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: transparent;
}
.pagination .page-numbers li .page-numbers.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-v1-slider {
  margin-bottom: 60px;
}
.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 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  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: "o";
  font-style: normal;
  padding-right: 6px;
}
.section-events .events .event .btn-more {
  font-size: 0.875em;
  color: #6d6d6d;
  font-weight: normal;
}
.section-events .events .event .btn-more::after {
  content: "n";
  font-family: "font-pizzaro";
  vertical-align: middle;
  padding-left: 15px;
  font-size: 1.286em;
}
.section-tiled-gallery .tiled-gallery {
  margin: 0;
}
.section-tiled-gallery .tiled-gallery .tiled-gallery-item img {
  width: 100%;
  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: #2d2b2d;
  text-decoration: underline;
}
.blog .blog-menu span + span::before {
  content: "/";
  padding: 0 9px 0 6px;
}
.blog.full-width .blog-menu {
  margin-bottom: 2.813em;
}
.pizzaro-breadcrumb {
  margin-top: -1.786em;
  margin-bottom: 3em;
  border-bottom: 1px solid #e9e9e9;
}
.woocommerce-breadcrumb {
  padding-bottom: 2em;
}
.woocommerce-breadcrumb a {
  color: #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: #2d2b2d;
  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: "z";
  padding-right: 4px;
  font-size: 0.929em;
}
.pizzaro_recent_posts_widget ul > li .post-content .post-date {
  color: #aeaeae;
  font-size: 0.858em;
  font-style: italic;
  line-height: 1em;
}
.pizzaro_recent_posts_widget .pizzaro-img-placeholder {
  position: relative;
}
.pizzaro_recent_posts_widget .pizzaro-img-placeholder .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -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: #333e48;
  position: fixed;
  top: 0;
  left: -80%;
  width: 310px;
  height: 100%;
  transition: left 0.2s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -ms-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
  z-index: 10000;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.handheld-navigation .phm-close {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  color: #fff;
  overflow: hidden;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.handheld-navigation .phm-close:before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f00d";
  margin-right: 1em;
  display: inline-block;
  padding: 0.857em 0 0.857em 1.387em;
}
.handheld-navigation .navbar-toggler {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid #333e48;
  box-shadow: none;
  border-radius: 2px;
  padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
  font-size: 0.875em;
}
.handheld-navigation .nav-title,
.handheld-navigation .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: 0.875em;
  padding-right: 24px;
}
.handheld-navigation .sub-menu li a .child-indicator {
  font-size: 1.143em;
}
.handheld-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.handheld-navigation ul li {
  display: block;
}
.handheld-navigation ul li.menu-item-has-children a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  border: none;
}
.handheld-navigation ul li a {
  padding: 0.857em 1.387em;
  display: inline-block;
  width: 100%;
  color: #fff;
}
.handheld-navigation ul li a i {
  margin-right: 10px;
}
.handheld-navigation ul li .child-indicator {
  float: right;
}
.handheld-navigation ul li ul {
  border-radius: 0;
  margin: 0;
}
.handheld-navigation ul li ul::after,
.handheld-navigation ul li ul::before {
  bottom: 100%;
  right: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(72, 72, 72, 0);
  border-bottom-color: #090b0c;
  border-width: 7px;
  margin-left: -7px;
}
.handheld-navigation ul li ul li a {
  color: #c7c7c7;
}
.handheld-navigation ul .sub-menu {
  position: relative;
  background-color: #090b0c;
  width: 100%;
  transition: all 0.3s ease;
  border: none;
}
.handheld-navigation ul .sub-menu li a {
  padding-left: 2.188em;
}
.handheld-navigation ul .sub-menu .sub-menu {
  background-color: #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: 0.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: 0.5em 1.429em 0.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: 0.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: #434343;
  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("./media/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;
  font-family: "Yanone Kaffeesatz", sans-serif;
}
.site-content .home-v1-slider .caption {
  position: absolute;
  top: 50%;
  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: 55em;
  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: #ffae00;
  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: 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: #ffae00;
  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: "Open 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 0.692em;
  position: relative;
  border: none;
}
.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: 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: #2d2b2d;
  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: 0.857em 1em 1.2em;
}
.store-locator-page .wpsl-search {
  background: #f4f3f3;
}
.store-locator-page .wpsl-search .wpsl-from {
  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: #2d2b2d;
  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: 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: 700px;
  }
}
@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: 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-family: "Yanone Kaffeesatz", sans-serif;
  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;
  position: absolute;
  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 {
  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 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: 0.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: 0.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: 5px solid transparent;
  border-left: 5px solid transparent;
  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: 5px solid transparent;
}
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;
}
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 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: 0.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: #2d2b2d;
}
.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: "h";
  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: 0.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 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;
  font-family: "Yanone Kaffeesatz", sans-serif;
  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: 0.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;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16%;
  z-index: -1;
}
.section-product-categories .pre-title span {
  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 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  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:
    "Open Sans",
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Lucida Grande",
    sans-serif;
  border-radius: 6px;
  font-size: 0.938em;
}
.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 {
  font-family: "Yanone Kaffeesatz", sans-serif;
}
.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: #2d2b2d;
  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: #2d2b2d;
}
.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: 0.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 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: #2d2b2d;
  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: #2d2b2d;
}
.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 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;
  font-family: "Yanone Kaffeesatz", sans-serif;
  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: 0.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;
  font-family: "Yanone Kaffeesatz", sans-serif;
  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 {
  font-family: "Yanone Kaffeesatz", sans-serif;
}
.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:
    "Open Sans",
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Lucida Grande",
    sans-serif;
  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: #ffae00;
}
.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 0.236em rgba(0, 0, 0, 0.1);
}
.widget.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.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;
}
.left-sidebar .pizzaro-sorting,
.right-sidebar .pizzaro-sorting {
  padding-bottom: 20px;
  margin-bottom: 48px;
}
.pizzaro-sorting {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-bottom: 36px;
  margin-bottom: 50px;
}
.pizzaro-sorting {
  border-bottom: 1px solid #ebeaf1;
  position: relative;
}
.pizzaro-sorting:before,
.pizzaro-sorting:after {
  content: "";
  display: table;
}
.pizzaro-sorting:after {
  clear: both;
}
.pizzaro-sorting select {
  width: auto;
}
.pizzaro-sorting form {
  margin-bottom: 0;
}
.dark .pizzaro-sorting {
  border: none;
}
.dark.full-width .pizzaro-sorting {
  margin-bottom: 6px;
}
.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-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 5.625em;
  margin-bottom: 0.133em;
}
.shop-archive-header .woocommerce-breadcrumb {
  font-size: 0.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-family: "Yanone Kaffeesatz", sans-serif;
  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;
  font-family: "Yanone Kaffeesatz", sans-serif;
  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: #2d2b2d;
  font-weight: normal;
}
.header-v1 .site-header-cart .cart-contents {
  padding: 0.407em 0.9em 0.8em 0.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: "G";
  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: 0.327em;
}
.header-v1 .site-header-cart-v2 {
  list-style: none;
  margin: 0;
}
.header-v1 .site-header-cart-v2 .cart-content {
  position: relative;
  margin-left: calc(100% - 225px);
}
.header-v1 .site-header-cart-v2 .cart-content > a {
  padding: 0.66em 0.9em;
  background-color: #8ca93e;
  border-radius: 50px;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  max-width: 225px;
  font-size: 1.813em;
  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: 2px solid #226f0b;
  width: 137px;
  list-style: none;
  margin: 0 auto;
  position: absolute;
  bottom: -63px;
  overflow: hidden;
  min-height: 52px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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, -44px);
}
.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: 0.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: "i";
  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: "G";
  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: "h";
  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: #2d2b2d;
  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 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 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  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: 0.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.5em);
}
.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: 0.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:
    "Open Sans",
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Lucida Grande",
    sans-serif;
}
.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: 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: 0.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: 0.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: 0.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: 0.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 0.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: 0.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: 0.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 0.2s ease-in-out 0s;
  font-size: 0.938em;
  padding: 0.867em 2.18em;
  border-radius: 50px;
  background-color: #ffae00;
}
#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: 0.875em;
  display: inline-block;
  padding: 0.5em 3.0224em;
  letter-spacing: -0.2px;
  font-weight: 400;
}
.events-list .tribe-events-read-more:hover {
  background-color: #333e48;
  border-color: #333e48;
  color: #fff;
}
#tribe-events .tribe-events-content p {
  margin-bottom: 1.4em;
}
.tribe-events-loop .tribe-events-event-meta {
  font-size: 1em;
  margin-bottom: 1em;
  background: #f6f6f6;
  padding: 12px 20px;
  border-left: 4px solid #a3a3a3;
}
.tribe-events-loop .tribe-events-event-meta .tribe-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: 0.4em;
  font-weight: 400;
  font-style: italic;
  font-size: 0.96em;
}
.tribe-events-loop .tribe-events-event-meta .tribe-event-schedule-details::before {
  content: "\f073";
  font-family: "FontAwesome", sans-serif;
  padding-right: 6px;
  font-style: normal;
}
.tribe-events-loop .tribe-events-event-meta .tribe-events-venue-details::before {
  font-family: "font-pizzaro";
  content: "o";
  font-style: normal;
}
.tribe-events-loop .tribe-events-event-meta 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: 0.6em;
  display: block;
}
.single-tribe_events .tribe-events-single-event-title {
  font-size: 2.4em;
  font-weight: normal;
  margin-bottom: 0.6em;
  display: block;
}
.single-tribe_events .tribe-events-schedule h2 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0;
}
.single-tribe_events .tribe-events-cal-links {
  display: none;
}
.single-tribe_events .tribe-events-back {
  margin-bottom: 40px;
}
.single-tribe_events .tribe-events-back a {
  color: #333e48;
  background-color: #efecec;
  border-radius: 1.571em;
  border-color: #efecec;
  font-size: 0.875em;
  display: inline-block;
  padding: 0.5em 3.0224em;
  letter-spacing: -0.2px;
  font-weight: 400;
}
.single-tribe_events .tribe-events-back a:hover {
  background-color: #333e48;
  border-color: #333e48;
  color: #fff;
}
.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 .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 {
}
.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: #2d2b2d;
  font-weight: normal;
}
.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: 0.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: 0.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: 100%;
  }
}
@media (min-width: 992px) {
  .single-product div.product form.cart .ywapo_group_container {
    width: 100%;
  }
}
.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: 2em;
}
.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 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-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: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \	;
  color: #8c8c8c;
  font-size: 0.875em;
  border: 1px solid #ebeaef;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 1em center;
  background-image: none \	;
  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: #2d2b2d;
  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: "h";
}
.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-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: #2d2b2d;
  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: 0.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: 0.875em;
  color: #3e3e3e;
  text-transform: capitalize;
}
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
  padding: 1em 0;
  font-size: 0.875em;
  color: #3e3e3e;
}
.woocommerce-checkout-review-order-table td:last-child,
.woocommerce-checkout-review-order-table th:last-child {
  text-align: right;
  color: #2d2b2d;
}
.woocommerce-checkout-review-order-table tbody .cart_item td {
  padding-bottom: 30px;
}
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
}
.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: #434343;
  font-weight: bold;
}
#payment .payment_methods li label a {
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  font-size: 0.92em;
  color: #6a6a6a;
  padding-left: 4px;
}
#payment .payment_methods li p {
  margin: 0;
}
#payment .payment_methods li .payment_box {
  padding: 0 0 0 1.8em;
  color: #6a6a6a;
  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: 0.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 .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: 0.327em 0.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;
}
.woocommerce-checkout .payment-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
}
.admin-bar .woocommerce-checkout .payment-fixed {
  top: 32px;
}
.woocommerce-password-strength {
  text-align: left;
  font-weight: 600;
  padding: 0.53em 0;
  text-align: right;
  font-size: 0.857em;
}
.woocommerce-password-strength:after {
  content: "\f119";
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: 400;
  margin-left: 0.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: 0.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: 0.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: #333e48;
}
#customer_details .select2-container .select2-choice {
  padding: 0.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: 0.473em 3em 0.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: "F";
  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 {
  background-color: #f5f5f5;
  padding: 25px;
  padding-bottom: 15px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .woocommerce-checkout-review-order {
    transition: box-shadow ease 0.4s, top ease 0.4s;
  }
}
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: 0.326em 0.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: 0.326em 0.8em 0.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: "y";
  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: 0.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: 0.9em;
  font-weight: 600;
  margin-top: 16px;
  display: inline-block;
  border-bottom: 1px solid #3e3e3e;
}
.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: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \	;
  color: #8c8c8c;
  font-size: 0.875em;
  border: 1px solid #ebeaef;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 1em center;
  background-image: none \	;
  background-size: 8px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-color: #ccc;
  padding: 0.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: "x";
  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;
  margin-bottom: 10px;
}
#customer_login #rememberme {
  margin-right: 3px;
}
#customer_login input[type=submit] {
  padding: 0.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: 0.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: 0.53em;
  width: 1.387em;
  text-align: right;
  float: right;
  opacity: 0.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: 0.618em 0.857em;
  font-size: 0.857em;
  margin-right: 0.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.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: 0.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: 0.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: 0.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) {
  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 {
    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: 0.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: 0.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: 0.6em;
  }
  .section-recent-post .post-title {
    font-size: 1.6em;
  }
  .section-recent-post .post-info p {
    font-size: 1em;
  }
  .section-recent-post .post-info .btn-more {
    font-size: 0.8em;
  }
  .section-recent-posts {
    padding: 5em 0;
  }
  .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 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: 0.2em;
  }
  .section-coupon .caption .coupon-info .button {
    font-size: 0.1em;
  }
  .banner.social-block {
    margin-bottom: 0;
  }
  .banner.social-block .banner-bg {
    height: 535px;
  }
  .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: 0.6em;
  }
  .section-recent-post .post-title {
    font-size: 1.6em;
  }
  .section-recent-post .post-info p {
    font-size: 1em;
  }
  .section-recent-post .post-info .btn-more {
    font-size: 0.8em;
  }
  .section-recent-posts {
    padding: 5em 0;
  }
  .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: 0.1em;
  }
  .newsletter-subscription .caption,
  .site-footer.footer-v5 .footer-newsletter .caption {
    padding: 0 6%;
  }
  .list-view .columns-2 ul.products,
  .list-view.columns-2 ul.products {
    margin-left: 0;
    margin-right: 0;
  }
  .list-view .columns-2 ul.products li.product,
  .list-view.columns-2 ul.products li.product {
    margin-bottom: 2em;
  }
  .list-view .columns-2 ul.products .button,
  .list-view.columns-2 ul.products .button {
    line-height: 1.4;
    font-size: 0.8em;
    padding: 1em 2.4em;
  }
  .page-template-template-homepage-v2 .list-view.section-products .columns-2 ul.products .button {
    display: inline-block;
  }
  .footer-about-info {
    padding-bottom: 40px;
  }
  .footer-about-info .image {
    margin-bottom: 40px;
  }
  .footer-about-info .image img {
    top: 0;
  }
  .site-footer.footer-v2 .vertical-align {
    display: block;
  }
  .site-footer.footer-v2 .footer-store-info {
    margin-bottom: 50px;
  }
  .site-footer.footer-v2 .footer-contact-form .contact-form {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    bottom: 0;
    margin-bottom: 50px;
  }
  .create-your-own {
    float: none;
  }
}
@media (min-width: 768px) {
  @media (max-width: 1199px) {
    ul.products li.product.first {
      clear: none;
    }
    ul.products li.product:nth-child(odd) {
      clear: both;
    }
    .woocommerce-tabs .panel .ingredients .items .info {
      padding-left: 10px;
    }
    .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: "h";
      line-height: 16px;
      margin: 0;
      text-indent: 0;
      height: 20px;
      width: 20px;
      font-weight: 100;
      top: -9px;
      right: 9px;
      position: relative;
    }
    .section-product .product-wrapper .product-inner {
      padding: 0;
    }
    .banners .banner.top-right .caption {
      font-size: 3.2em;
    }
    .woocommerce-tabs ul.tabs {
      font-size: 1em;
    }
    .list-no-image-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: 0.1em;
    }
  }
}
@media (min-width: 768px) {
  @media (max-width: 1199px) {
    .page-template-template-homepage-v6 .site-header-cart .cart-contents {
      display: inline-block;
    }
    .page-template-template-homepage-v6 .site-header-cart .widget_shopping_cart {
      margin: 0 auto;
    }
    .page-template-template-homepage-v6 .custom-logo-link {
      margin: 0 auto;
      width: 260px;
    }
    .page-template-template-homepage-v6 .products-card .media-body img {
      display: block;
      margin: 0 auto;
    }
    .section-products-with-gallery ul.products li.product {
      padding: 0 30px;
    }
  }
}
@media (min-width: 981px) and (max-width: 1382px) {
  .page-template-template-homepage-v5 .columns-5 ul.products li.product,
  .page-template-template-homepage-v5 .columns-6 ul.products li.product {
    padding-bottom: 0;
  }
  .page-template-template-homepage-v5 .columns-5 ul.products li.product h3,
  .page-template-template-homepage-v5 .columns-6 ul.products li.product h3 {
    font-size: 1.1em;
  }
  .page-template-template-homepage-v5 .columns-5 ul.products li.product .yith_wapo_groups_container,
  .page-template-template-homepage-v5 .columns-5 ul.products li.product div[itemprop=description],
  .page-template-template-homepage-v5 .columns-6 ul.products li.product .yith_wapo_groups_container,
  .page-template-template-homepage-v5 .columns-6 ul.products li.product div[itemprop=description] {
    display: none;
  }
  .page-template-template-homepage-v5 .columns-5 ul.products li.product .product-content-wrapper,
  .page-template-template-homepage-v5 .columns-5 ul.products li.product .product-image-wrapper,
  .page-template-template-homepage-v5 .columns-6 ul.products li.product .product-content-wrapper,
  .page-template-template-homepage-v5 .columns-6 ul.products li.product .product-image-wrapper {
    border-width: 3px;
  }
  .page-template-template-homepage-v5 .columns-5 ul.products li.product .hover-area,
  .page-template-template-homepage-v5 .columns-6 ul.products li.product .hover-area {
    padding-top: 20px;
  }
  .page-template-template-homepage-v5 .columns-5 ul.products li.product .button,
  .page-template-template-homepage-v5 .columns-6 ul.products li.product .button {
    overflow: hidden;
    height: 20px;
    width: 20px;
    padding: 1.6em;
    text-indent: -9999px;
  }
  .page-template-template-homepage-v5 .columns-5 ul.products li.product .button::before,
  .page-template-template-homepage-v5 .columns-6 ul.products li.product .button::before {
    float: left;
    font-size: 18px;
    content: "h";
    line-height: 16px;
    margin: 0;
    text-indent: 0;
    height: 20px;
    width: 20px;
    font-weight: 100;
    top: -9px;
    right: 9px;
    position: relative;
  }
  .page-template-template-homepage-v5 .columns-5 ul.products li.product .price,
  .page-template-template-homepage-v5 .columns-6 ul.products li.product .price {
    display: block;
    margin-bottom: 0;
    font-size: 0.9em;
  }
}
@media (min-width: 1025px) and (max-width: 1382px) {
  .page-template-template-homepage-v6 .products-card .columns-1 ul.products li.product 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: "h";
    line-height: 16px;
    margin: 0;
    text-indent: 0;
    height: 20px;
    width: 20px;
    font-weight: 100;
    top: -9px;
    right: 9px;
    position: relative;
  }
  .section-sale-product .product-content h3 {
    font-size: 9em;
  }
  .section-sale-product .price-action .button {
    padding: 0.6334em 2.81em;
    text-align: center;
  }
  .section-sale-product .price-action .price {
    font-size: 4.625em;
  }
  .section-products .columns-4 ul.products > li {
    border: none;
    padding-bottom: 0;
  }
  .section-products .columns-4 ul.products > li 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) {
  @media (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;
  }
  .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 .header-info-wrapper,
  .site-header .site-header-cart {
    display: none;
  }
  .site-header button.menu-toggle {
    background: none;
  }
  .site-header .site-branding {
    max-width: 180px;
    padding: 0;
  }
  .site-header .main-navigation {
    float: right;
    width: 20px;
    padding: 0;
    text-align: left;
    margin-right: 20px;
    margin-top: 10px;
  }
  .header-v1 .header-wrap {
    justify-content: space-between;
    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: 69px;
  }
  .footer-v1 + .footer-map.in {
    margin-top: -69px;
    margin-bottom: 69px;
  }
  .site-footer.footer-v2 {
    margin-bottom: 0;
  }
  .site-footer.footer-v3 .col-full,
  .site-footer.footer-v4 .col-full {
    padding: 0 15px;
  }
  .site-footer.footer-v3 .footer-row,
  .site-footer.footer-v4 .footer-row {
    margin-left: 0;
    margin-right: 0;
  }
  .site-footer.footer-v3 .footer-logo,
  .site-footer.footer-v3 .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) {
  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: 0.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;
  }
}
.checkout h3::after {
  content: " ";
  border-bottom: 2px solid;
  display: block;
  width: 114px;
  position: absolute;
  bottom: -1px;
}
.checkout h3 {
  line-height: 1.6em;
  display: block;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 1.36em;
  font-weight: normal;
  font-size: 1.5em;
}

/* src/css/theme-color.css */
button,
.button,
#scrollUp,
.header-v1,
.header-v2,
.header-v3,
.header-v4,
.header-v5,
.added_to_cart,
input[type=reset],
input[type=submit],
input[type=button],
.dark .create-your-own a,
.owl-dots .owl-dot.active,
.pizzaro-handheld-footer-bar,
.widget_nav_menu .menu li:hover,
.related > h2:first-child:after,
.upsells > h2:first-child:after,
.widget_nav_menu .menu li::after,
.section-products .section-title:after,
.pizzaro-handheld-footer-bar ul li > a,
.banners .banner .caption .banner-price,
.section-tabs .nav .nav-item.active a::after,
.products-with-gallery-tabs.section-tabs .nav,
.section-recent-post .post-info .btn-more:hover,
.section-sale-product .price-action .button:hover,
.list-no-image-view ul.products li.product::before,
.woocommerce-account .customer-login-form h2::after,
.section-coupon .caption .coupon-info .button:hover,
.page-template-template-homepage-v2 .header-v2.stuck,
.pizzaro-order-steps ul .step,
.list-no-image-cat-view ul.products li.product::before,
.pizzaro-handheld-footer-bar ul li.search .site-search,
.widget.widget_price_filter .ui-slider .ui-slider-handle,
.list-no-image-view .products .owl-item > .product::before,
.list-no-image-view ul.products li.product .button:hover,
.woocommerce-cart .cart-collaterals + .cross-sells h2::after,
.footer-v1.site-footer .site-address .address li + li::before,
.list-no-image-cat-view ul.products li.product .button:hover,
.header-v4.lite-bg .primary-navigation .menu > li > a::before,
.kc-section-tab.kc_tabs .kc_tabs_nav > .ui-tabs-active > a::after,
.list-no-image-view .products .owl-item > .product .button:hover,
.page-template-template-homepage-v6 .footer-social-icons ul li a:hover,
.list-view.left-sidebar.columns-1 ul.products li.product .button:hover,
.products-card .media .media-left ul.products li.product .button:hover,
.products-card .media .media-right ul.products li.product .button:hover,
.page-template-template-homepage-v6 .primary-navigation > ul > li:hover,
.list-view.right-sidebar.columns-1 ul.products li.product .button:hover,
.page-template-template-homepage-v6 .secondary-navigation .menu li:hover,
.page-template-template-homepage-v6 .secondary-navigation .menu li::after,
.page-template-template-homepage-v6 .main-navigation ul.menu ul li:hover > a,
.list-view.left-sidebar.columns-1 .products .owl-item > .product .button:hover,
.list-view.right-sidebar.columns-1 .products .owl-item > .product .button:hover,
.page-template-template-homepage-v6 .main-navigation ul.nav-menu ul li:hover > a,
.page-template-template-homepage-v2 .products-with-gallery-tabs.section-tabs .nav,
.stretch-full-width .store-locator .store-search-form form .button,
.banner.social-block .caption .button:hover,
.wpsl-search #wpsl-search-btn,
.lite-bg.header-v4 .primary-navigation .menu .current-menu-item > a::before,
.secondary-navigation ul.menu {
  background-color: #2c2c2c;
}
.custom .tp-bullet.selected,
.home-v1-slider .btn-primary,
.home-v2-slider .btn-primary,
.home-v3-slider .btn-primary,
.products-with-gallery-tabs.kc_tabs > .kc_wrapper > .kc_tabs_nav,
.products-with-gallery-tabs.kc_tabs .kc_tabs_nav li.ui-tabs-active a::after {
  background-color: #0787ea;
}
.lite-bg.header-v4 .pizzaro-logo,
.lite-bg.header-v3 .pizzaro-logo,
.site-footer.footer-v5 .pizzaro-logo,
.site-footer.footer-v4 .footer-logo .pizzaro-logo,
.page-template-template-homepage-v4 .header-v3 .pizzaro-logo,
.page-template-template-homepage-v6 .header-v1 .site-branding .pizzaro-logo,
.page-template-template-homepage-v6 .header-v2 .site-branding .pizzaro-logo,
.page-template-template-homepage-v6 .header-v3 .site-branding .pizzaro-logo,
.page-template-template-homepage-v6 .header-v4 .site-branding .pizzaro-logo,
.page-template-template-homepage-v6 .header-v5 .site-branding .pizzaro-logo,
.page-template-template-homepage-v6 .header-v6 .site-branding .pizzaro-logo {
  fill: #0787ea;
}
.section-events .section-title,
.section-product-categories .section-title,
.section-products-carousel-with-image .section-title,
.section-product .product-wrapper .product-inner header .sub-title,
.section-recent-post .post-info .btn-more,
.section-coupon .caption .coupon-code,
.widget_layered_nav li:before,
.product_list_widget .product-title,
.product_list_widget li > a,
#payment .payment_methods li label a:hover,
article.post.format-link .entry-content p a,
.page-template-template-contactpage .store-info a {
  color: #0787ea;
}
.section-recent-posts .section-title,
.terms-conditions .entry-content .section.contact-us p a {
  color: #055fa5;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.added_to_cart,
.section-sale-product .price-action .button:hover,
.section-recent-post .post-info .btn-more,
.section-recent-post .post-info .btn-more:hover,
.section-coupon .caption .coupon-info .button:hover,
.widget.widget_price_filter .ui-slider .ui-slider-handle:last-child,
.checkout h3::after,
#customer_details .woocommerce-billing-fields h3::after,
#customer_details .woocommerce-shipping-fields h3::after,
.pizzaro-order-steps ul .step.active,
.page-template-template-homepage-v6 .footer-social-icons ul li a:hover,
.cart-collaterals h2::after,
.widget_nav_menu .menu li:hover a,
.page-template-template-contactpage .contact-form h2:after,
.page-template-template-contactpage .store-info h2:after,
.banner.social-block .caption .button:hover,
#byconsolewooodt_checkout_field h2::after {
  border-color: #0787ea;
}
.pizzaro-order-steps ul .step.active {
  background-color: #3fa8f9;
}
button,
.button:hover,
.added_to_cart:hover,
#respond input[type=submit],
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.dark .create-your-own a:hover,
.wc-proceed-to-checkout .button,
.main-navigation ul.menu ul a:hover,
.main-navigation ul.menu ul li:hover > a,
.main-navigation ul.nav-menu ul a:hover,
.main-navigation ul.nav-menu ul li:hover > a,
.main-navigation div.menu ul.nav-menu ul a:hover,
.main-navigation div.menu ul.nav-menu ul li:hover > a,
.stretch-full-width .store-locator .store-search-form form .button:hover {
  background-color: #0670c2;
}
#respond input[type=submit]:hover {
  background-color: #0565af;
}
@media (max-width: 1025px) {
  .page-template-template-homepage-v2 .header-v2 {
    background-color: #0787ea;
  }
}
.secondary-navigation ul.menu > li > a,
.secondary-navigation ul.nav-menu > li > a,
.variant-price {
  color: #8a8a8a;
}
.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover,
.variant-price:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers,
.variant-price {
  border: 1px solid #d7d7d7;
  color: #817f81;
  background-color: #e9e9e9;
}
.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current,
.variant:hover .variant-price,
.variant.selected .variant-price,
.food-type-filter .selected {
  background-color: #ffae02;
  border-color: #f0f0f0;
  color: #2d2b2d;
}
.header-v1 .site-header-cart-v2 .cart-content > a,
.secondary-navigation .menu-item.selected {
  background-color: #ffae02;
}
.secondary-navigation .menu-item.selected {
  background-color: #ffae02;
}
.secondary-navigation ul.menu > li.menu-item.selected > a {
  color: #ffffff;
}
.woocommerce-order-received .entry-header::before {
  color: #0f834d;
}
.option.selected {
  background-color: #ffae02;
}

/* src/css/font-pizzaro.css */
@font-face {
  font-family: "font-pizzaro";
  font-display: swap;
  src: url("./media/font-pizzaro.eot");
  src:
    url("./media/font-pizzaro.eot?#iefix") format("embedded-opentype"),
    url("./media/font-pizzaro.woff") format("woff"),
    url("./media/font-pizzaro.ttf") format("truetype"),
    url("./media/font-pizzaro.svg#font-pizzaro") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "font-pizzaro" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=po-]:before,
[class*=" po-"]:before {
  font-family: "font-pizzaro" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.po {
  display: inline-block;
  font: normal normal normal 16px/1 font-pizzaro;
  font-size: inherit;
  text-rendering: auto;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.po-burger:before {
  content: "a";
}
.po-drinks:before {
  content: "b";
}
.po-fries:before {
  content: "c";
}
.po-pizza:before {
  content: "d";
}
.po-salads:before {
  content: "e";
}
.po-tacos:before {
  content: "f";
}
.po-wraps:before {
  content: "g";
}
.po-add-to-cart:before {
  content: "h";
}
.po-arrow-down:before {
  content: "i";
}
.po-likes-post:before {
  content: "j";
}
.po-load-more-icon:before {
  content: "k";
}
.po-arrow-left:before {
  content: "l";
}
.po-arrow-left-slider:before {
  content: "m";
}
.po-arrow-right:before {
  content: "n";
}
.po-map-marker:before {
  content: "o";
}
.po-mail-icon:before {
  content: "p";
}
.po-marker-hand-drawned:before {
  content: "q";
}
.po-arrow-right-slider:before {
  content: "r";
}
.po-best-deals-menu:before {
  content: "s";
}
.po-master-chef:before {
  content: "t";
}
.po-menu-icon:before {
  content: "u";
}
.po-best-quality:before {
  content: "v";
}
.po-on-time:before {
  content: "w";
}
.po-order-complete:before {
  content: "x";
}
.po-close-delete:before {
  content: "y";
}
.po-comments:before {
  content: "z";
}
.po-pizza-menu-icon:before {
  content: "A";
}
.po-quote:before {
  content: "B";
}
.po-edit:before {
  content: "C";
}
.po-store-locator-menu:before {
  content: "D";
}
.po-shopping-bag-full-color:before {
  content: "E";
}
.po-search:before {
  content: "F";
}
.po-scooter:before {
  content: "G";
}
.po-ready-delivery:before {
  content: "H";
}
.po-veggie-icon:before {
  content: "I";
}

/* src/css/styles.css */
.header-phone-numbers .phone-number {
  font-size: 1.5em;
}
.variants {
  display: flex;
  justify-content: space-around;
}
.variant-price {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 100%;
  padding: 5px;
  width: 70px;
  height: 70px;
  line-height: 60px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 768px) {
  .variant-price {
    width: 55px;
    height: 55px;
    line-height: 20px;
    font-size: 0.8em;
  }
}
.variant .variant-price > span {
  display: block;
  font-weight: bold;
}
.variant .variant-price .buy {
  display: none;
}
.variant.buy-button .variant-price:hover > span {
  display: none;
}
.variant.buy-button .variant-price:hover .buy {
  display: block;
}
ul.products li.product .hover-area,
.products .owl-item > .product .hover-area {
  background-color: transparent;
}
.food-type-filter ul li {
  cursor: pointer;
}
.food-type-filter ul li div {
  padding: 7.5px 30px 7.5px 40px;
}
.food-type-filter .clear-food-type-filter div {
  padding: 7.5px 30px;
  display: inline-block;
  cursor: pointer;
}
.secondary-navigation .menu-item {
  padding: 0 15px;
}
.secondary-navigation .menu-item.selected {
  font-weight: bold;
}
#page.fixed-header .site-header {
  position: fixed;
  width: 100%;
}
#page.fixed-header .page-content {
  margin-top: 120px;
}
@media (min-width: 1200px) {
  #page.fixed-header .page-content {
    margin-top: 165px;
  }
}
.header-v1 .site-header-cart-v2 .cart-content .sub-menu {
  width: 200px;
}
.single-product div.product .thumbnails {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
.product .thumbnails img {
  height: 180px;
  margin-right: 15px;
}
.pizzaro-handheld-footer-bar ul li.phone > a:before {
  content: "\f095";
}
select.form-control {
  border-radius: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .site-header {
    padding-top: 0.75em;
  }
}
@media (min-width: 768px) {
  .secondary-navigation ul.menu > li > a,
  .secondary-navigation ul.nav-menu > li > a {
    padding: 1em 0;
    line-height: 2em;
  }
}
@media (min-width: 768px) {
  .secondary-navigation ul.menu > li > a i,
  .secondary-navigation ul.nav-menu > li > a i {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .list-view.columns-2 ul.products li.product .product-inner .product-image-wrapper {
    width: 44%;
  }
}
@media (max-width: 480px) {
  .list-view.columns-2 ul.products li.product .product-inner .product-content-wrapper {
    width: 55%;
  }
}
.has-error input.form-control {
  background: #ffe1e8;
}
.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-bottom: 0.2em;
}
body > .spinner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-branding {
  width: unset;
}
.footer-logo .custom-logo-link {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  ul.products li.product h3,
  .products .owl-item > .product h3 {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .site-branding {
    display: none;
  }
}
@media (max-width: 768px) {
  #page.fixed-header .page-content {
    margin-top: 100px;
  }
}
.site-footer.mobile-hidden {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .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 0;
  }
}
.alert.alert-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.alert.alert-fixed-top {
  position: fixed;
  top: 180px;
  width: 100%;
  z-index: 100;
}
@media (max-width: 768px) {
  .alert.alert-fixed-bottom {
    bottom: 60px;
  }
}
@media (max-width: 768px) {
  .alert.alert-fixed-top {
    top: 100px;
  }
}
.single_add_to_cart_button {
  padding: 1.1em 4.6em;
}
@media (max-width: 1000px) {
  .single_add_to_cart_button {
    padding: 1.1em 2.2em;
  }
}
@media (max-width: 768px) {
  .single_add_to_cart_button {
    padding: 0.8999em 1.6em;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
