/*
Theme Name: Bootstrap Starter V2
Theme URL: https://mercante.venipedia.it
Description: WP Bootstrap Starter Child Theme V2
Author: MarcoPBZ / Sir Bazz
Template: wp-bootstrap-starter
Version: 1.0.1
Text Domain: wp-bootstrap-starter
*/

/* literata-300 - greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https:/*developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 300;
  src: url('font/Literata/literata-v35-greek_greek-ext_latin_latin-ext-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* literata-300italic - greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https:/*developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: italic;
  font-weight: 300;
  src: url('font/Literata/literata-v35-greek_greek-ext_latin_latin-ext-300italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* literata-regular - greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https:/*developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 400;
  src: url('font/Literata/literata-v35-greek_greek-ext_latin_latin-ext-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* literata-italic - greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https:/*developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: italic;
  font-weight: 400;
  src: url('font/Literata/literata-v35-greek_greek-ext_latin_latin-ext-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* literata-600 - greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https:/*developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 600;
  src: url('font/Literata/literata-v35-greek_greek-ext_latin_latin-ext-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* literata-600italic - greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https:/*developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: italic;
  font-weight: 600;
  src: url('font/Literata/literata-v35-greek_greek-ext_latin_latin-ext-600italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-regular - arabic_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https:/*developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('font/Rubik/rubik-v28-arabic_latin_latin-ext-regular.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-600 - arabic_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https:/*developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url('font/Rubik/rubik-v28-arabic_latin_latin-ext-600.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Brockmann Regular */
@font-face {
  font-display: swap;
  /* Check https:/*developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Brockmann';
  font-style: normal;
  font-weight: 400;
  src: url('font/Brockmann/brockmann-regular-webfont.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Brockmann Bold */
@font-face {
  font-display: swap;
  /* Check https:/*developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Brockmann';
  font-style: bold;
  font-weight: 600;
  src: url('font/Brockmann/brockmann-bold-webfont.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --main-serif: "Literata", Georgia, "Times New Roman", Times, serif;
  --main-sans-serif: "Brockmann", Arial, Helvetica, sans-serif;
  --light: rgb(255,255,255);
  --dark: rgb(0,0,0);
  --dark-light: rgb(30, 30, 30);
  --grey-dark: rgb(45, 45, 45);
  --grey: rgb(102, 102, 102);
  --grey-light: rgb(113, 113, 113);
  --grey-lighter: rgb(235,235,235);
  --grey-245: rgb(245,245,245);
  --blue: rgb(0,46,121);
  --cyan: rgb(0, 122, 255);
  --cyan-light: rgb(103, 176, 255);
  --cyan-dark: rgb(3, 69, 142);
  --red: rgb(173,0,0);
  --red-light: rgb(190,67,67);
  --red-dark: rgb(115,0,25);
  --yellow: rgb(250,185,0);
  --yellow-light: rgb(255,210,80);
  --vnp-yellow-main: rgb(255, 236, 0); /* HEX: #ffed00 */
}

html, body {
  font-feature-settings: "kern";
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizelegibility;
  font-family: var(--main-sans-serif);
  background-color: #fafafa;
}

h2 {
  font-weight: 900;
}

h3 {
  font-size: 21px;
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

body.page #primary.content-area {
  font-family: var(--main-serif) !important;
  font-size: 1.3rem;
  line-height: 160%;
  font-weight: 300;
}

body.page #primary.content-area #page-content-title {
  padding: 20px 0px 30px 0px;
}

.magic {
  display: none;
}

.label-primary {
  background-color: #337ab7;
  padding: .2em .6em .3em;
  color: #FFF;
  border-radius: .25em;
  font-size: 75%;
  font-weight: 700;
}

.woocommerce-store-notice, p.demo_store {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #8b00b3;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
}

.woocommerce-store-notice__dismiss-link, .woocommerce-store-notice__dismiss-link:visited {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2px 7px 2px 7px;
  border-radius: 4px;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-left: 15px;
}

.woocommerce-store-notice__dismiss-link:hover, .woocommerce-store-notice__dismiss-link:focus {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2px 7px 2px 7px;
  border-radius: 4px;
  text-decoration: none !important;
  color: rgb(255, 255, 255) !important;
  background: rgba(255, 255, 255, 0.4);
  margin-left: 15px;
}

/* BOOTSTRAP */
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.container {
  max-width: 1600px !important;
}

.woocommerce-variation-price {
  text-align: center;
  color: #fff;
  padding: 8px;
  background: rgba(40, 167, 69, 0.18);
  border-radius: 4px;
  margin-bottom: 15px;
}

.product-top-region .woocommerce-variation-price .price .woocommerce-Price-amount.amount {
  color: rgb(4, 37, 12);
  font-weight: 900;
}

.reset_variations {
  display: none !important;
}

.variations_form .variations .value>select {
  margin-bottom: 0 !important;
}
table.variations td.label {
  display: none;
}

.caption a.btn-success {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 30px;
}

.woocommerce ul.products li.product strong {
  display: inline;
  font-weight: bold;
}

.woocommerce .button.btn-success.alt:hover, .woocommerce .caption a:hover {
  color: #fff;
  background-color: #289600;
  border-color: #28a745;
  font-size: 15px;
}

.woocommerce .wl-add-but.button {
  width: 100%;
  font-size: 15px;
  text-align: center;
}

/* Sidebar / Mini Cart */
.woocommerce-cart-tab-container--right .woocommerce-cart-tab {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.woocommerce a.button.wc-forward,
.woocommerce a.button.wc-forward:visited {
  color: #000;
  background: #fff;
  border: 1px solid rgb(0,0,0);
  border-radius: 9999px;
}
.woocommerce a.button.wc-forward:hover,
.woocommerce a.button.wc-forward:focus {
  color: #fff;
  background: #000;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 9999px;
}
.woocommerce a.button.checkout.wc-forward,
.woocommerce a.button.checkout.wc-forward:visited {
  color: #fff;
  background: #000;
  border: 1px solid rgb(0, 0, 0);
}

.woocommerce a.button.checkout.wc-forward:hover,
.woocommerce a.button.checkout.wc-forward:focus {
  color: #000;
  background: #fff;
  border: 1px solid rgb(0, 0, 0);
}

.wc-block-checkout__shipping-method-option-title {
  font-size: 1.3rem!important;
}
.wc-block-checkout__shipping-method-option-price {
  font-size: 1rem!important;
}
.wc-block-checkout__pickup-options .wc-block-components-radio-control__label,
.wc-block-checkout__pickup-options .wc-block-components-radio-control__secondary-label {
  font-weight: bold!important;
}

.thumbnail {
  padding: 0;
  transition: border .2s ease-in-out;
  background: transparent;
}

.wc-block-grid__product-link, .wc-block-grid__product-price {
  background: transparent;
  padding: 0;
}

.wc-block-grid__product-price {
  padding-bottom: 4px;
}

.wc-block-grid__product-price.price {
  color: #0061b1;
  font-size: 20px;
  font-weight: bold;
}

.thumbnail .caption {
  color: #333;
  padding: 9px 9px;
  text-align: center;
}

.thumbnail .caption a h3, .woocommerce-Price-amount {
  font-family: var(--main-sans-serif);
}
.thumbnail .caption a h3 {
  font-weight: normal;
  font-size: 20px!important;
}

/* NAVBAR */
.navbar {
  padding: 0px 15px;
}

.navbar-brand a img {
  height: 30px;
}

#page-sub-header {
  background: transparent;
}

#content .container, #page-sub-header .container {
  background: #FFF;
}

#content.site-content, #page-sub-header {
  padding-top: 0px;
  padding-bottom: 15px;
}

header#navbar {
  padding: 0px 0px;
}

header#navbar .container {
  background: var(--vnp-yellow-main);
  border-bottom: 1px solid var(--light);
  border-top: 1px solid var(--light);
  padding: 5px 16px;
}

.login-container {
  padding: 8px 0px;
  color: #fabb2c;
}

.login-container .fa-bars {
  font-size: 24px;
  color: var(--dark);
}

.navbar-logo a img {
  padding: 8px 0px 8px 15px;
}

#navbar .header-tools {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 5px;
  text-align: center;
  border-radius: 900px;
  border: 1px solid var(--dark);
  color: var(--dark);
  margin-left: 5px;
  font-size: 14px;
}
#navbar .header-tools:hover,
#navbar .header-tools:focus {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 5px;
  text-align: center;
  border-radius: 900px;
  border: 1px solid var(--dark);
  color: var(--light);
  background-color: var(--dark);
  margin-left: 5px;
  font-size: 14px;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%;
}

#customer_login label {
  color: #212529!important;
  font-weight: 300!important;
}

.control-label {
  color: #157cf2;
  font-weight: 700;
  line-height: 1;
}
#main-nav ul li a {
  border: none !important;
  font-size: 18px;
  font-weight: bold;
  color: var(--dark);
  padding: 8px 15px 8px 15px;
  background-color: transparent;
  display: inline-block !important;
  background-image: none !important;
  text-decoration: none;
}
#mobile-nav ul li a {
  border: none !important;
  font-size: 18px;
  font-weight: bold;
  color: var(--dark)!important;
  padding: 0 15px 0 15px;
  background-color: transparent;
  display: inline-block !important;
  background-image: none !important;
  text-decoration: none;
}

#main-nav ul li.open ul li a, #mobile-nav ul li.open ul li a {
  border: none !important;
  font-size: 13px;
  color: var(--dark)!important;
  padding: 0 15px 0 15px;
  background-color: transparent;
  display: inline-block !important;
  background-image: none !important;
}

#main-nav ul li a:hover, #main-nav ul li a:focus, #main-nav ul li a.open, #main-nav ul li.open a, #mobile-nav ul li a:hover, #mobile-nav ul li a:focus, #mobile-nav ul li a.open, #mobile-nav ul li.open a {
  text-decoration: none;
  background-color: transparent !important;
  color: var(--dark);
  border-bottom: 3px solid var(--dark)!important;
  padding-bottom: 5px;
}

#main-nav ul li ul li a:hover, #main-nav ul li ul li a:focus, #mobile-nav ul li ul li a:hover, #mobile-nav ul li ul li a:focus {
  text-decoration: underline;
  background-color: transparent !important;
  color: var(--dark);
}
#mobile-nav ul li a:hover,
#mobile-nav ul li a:focus,
#mobile-nav ul li ul li a:hover,
#mobile-nav ul li ul li a:focus {
  border-bottom: none!important;
  padding-bottom: 0;
}

#main-nav ul li ul, #mobile-nav ul li ul {
  background-color: #340507;
}

#main-nav ul li ul li a, #mobile-nav ul li ul li a {
  font-weight: bold;
  padding: 3px 7px !important;
}

#main-nav ul li ul li ul li a, #mobile-nav ul li ul li ul li a {
  font-weight: normal;
}

/* Contenuto */
.title-container, .section-home-titolo-container {
  width: 100%;
  padding-right: 15px;
}

.title-container h2 {
  font-size: 36px;
}

.title-container .fa-sliders-h {
  display: none;
  /* PROVVISORIO */
}

.title-container .fa-sliders-h {
  padding: 30px 15px;
}

.breadcrumbs-container {
  display: none;
}
.breadcrumbs-container ol.breadcrumb {
  font-weight: bold;
  padding: 15px 15px 0px 15px;
  background-color: transparent;
  margin-bottom: 0px;
}

.breadcrumbs-container .breadcrumb a, .breadcrumbs-container .breadcrumb li,
.breadcrumbs-container .breadcrumb span, .breadcrumbs-container .breadcrumb a:visited {
  color: #007aff;
  font-size: 12px;
  text-decoration: none;
}

.breadcrumb>li+li::before {
  content: " • ";
  padding: 0 2px 0 5px;
  color: #8c8c8c;
}

.section-home-titolo-container {
  padding-left: 30px;
  padding-top: 30px;
}

.section-home-titolo-container h2 {
  font-size: 28px;
}

body.home .entry-content .woocommerce, body.woocommerce-checkout .entry-content .woocommerce-checkout {
  padding: 0px 15px;
}

body.woocommerce-checkout #order_review, h3#order_review_heading {
  padding: 0;
}

body.woocommerce-checkout .entry-content {
  margin: 0px 0px;
}

.product-template-default #primary, .post-type-archive #primary, .page-template-default #primary, .tax-product_cat #primary {
  padding: 0px 0px;
}

.title-container {
  border-bottom: 1px solid #d8d8d8;
}

#page-content-title {
  font-family: var(--main-sans-serif);
  font-weight: 900;
  font-size: 36px;
  line-height: 120%;
  margin: 0 !important;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 30px 30px 30px;
  border-bottom: 0;
}

/* SHOP */
.woocommerce-ordering, .woocommerce-result-count {
  padding: 20px 30px;
}

.post-type-archive ul.products, .tax-product_cat ul.products, body.woocommerce-cart #primary .woocommerce {
  padding: 0px 30px;
}

body.page-template-default #primary {
  padding: 0px 30px 30px 30px;
}

/* CARRELLO */
.wc-stripe-elements-field {
  display: block;
  width: 100%;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  width: 100%;
}

/* CHECKOUT */
.order-total strong .woocommerce-Price-amount.amount {
  color: #00a500;
  font-size: 160%;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  width: 100%;
  background: #00a500;
  float: none;
}

/* Prodotti */
.button-zone {
  width: 100%;
}

.single-product.woocommerce .quantity,
.woocommerce div.product form.cart div.quantity {
  display: none!important;
}

.product-template-default .product {
  padding: 15px 30px;
}

.wc-block-grid__product {
  padding: 0px 15px;
}

.woocommerce-product-details__short-description, .woocommerce-product-details__full-description {
  font-family: var(--main-serif) !important;
  font-size: 1.3rem;
  line-height: 140%;
  font-weight: 300;
}

.woocommerce-product-details__full-description {
  padding-top: 20px;
  border-top: 8px solid rgb(245, 245, 245);
  margin-top: 15px;
  font-weight: 300;
}

.sku_wrapper {
  text-align: center;
  display: block;
  color: #999;
  font-size: 13px;
}

.product_meta {
  display: none;
  background: #fffde7;
  padding: 8px;
  margin: 30px 0px 30px 0px;
}

.wc-block-grid__product-link {
  color:
    #000;
  font-size: 17px;
  text-decoration: none !important;
  margin-top: 10px;
}

.product-top-region {
  margin-bottom: 30px;
}

.woocommerce ul.products li.product a img {
  margin: 0px 0px;
}

a h3.product-title {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

ul.products li .quick-view-button {
  width: 100%;
  background-color: #1e73be;
  color: #FFF;
}

.woocommerce .quick-view-button.btn-success.alt:hover, .woocommerce .caption a.quick-view-button:hover {
  background-color: rgba(29, 114, 189, 0.5);
}

/* Gallery */
.woocommerce-product-gallery__image {
  float: none;
  padding: 0;
  background: transparent;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 4px 4px;
}

.wc-points-rewards-product-message {
  display: none;
}

/* ALERT */
.wc-forward {
  width: auto;
}

/* DASHBOARD */
.woocommerce table {
  font-size: inherit !important;
}

.woocommerce-MyAccount-navigation ul {
  padding-left: 30px;
}

.woocommerce-MyAccount-content {
  padding-right: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
}

.woocommerce-MyAccount-navigation-link a, .woocommerce-MyAccount-navigation-link a:visited,
.woocommerce-MyAccount-navigation-link a:hover, .woocommerce-MyAccount-navigation-link a:focus {
  display: block;
}

/* FOOTER */
#footer-widget {
  background-color: #000 !important;
  color: #646464;
}

#footer-widget h3, #footer-widget a {
  color: rgb(150, 150, 150);
}

.footer {
  padding-top: 15px;
  background: #000;
  background-size: 100px;
  padding-bottom: 80px;
  font-size: 13px;
  color: rgb(150, 150, 150);
}

.footer p, .footer a, .footer h4 {
  font-weight: 400;
  color: rgb(150, 150, 150);
  font-size: 13px;
}

.footer h4 {
  font-weight: bold;
  color: rgb(150, 150, 150);
  font-size: 14px;
  text-transform: uppercase;
}

.footer .footer-disclaimer {
  font-size: 14px !important;
  margin: 0;
  padding: 0;
}

#footer-widget a:hover, #footer-widget a:focus, .footer a:hover, .footer a:focus {
  color: #fff;
  text-decoration: none;
}

.footer .footer-navigation a {
  font-weight: bold;
}

#footer-widget #custom_html-2 {
  padding-left: 15px;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  list-style: none;
}

.footer ul li a {
  display: block;
  text-align: left;
}

.footer ul li .fal,
.footer ul li .far,
.footer ul li .fas,
.footer ul li .fab {
  margin-right: 5px;
}

/* V2 — BOTTOM BAR */
#venipedia-sticky-bottom-bar {
  position: fixed;
  z-index: 15000;
  bottom: 0;
  width: 100%;
  background: rgba(247, 247, 247, .95);
  border-top: 1px solid rgb(220, 220, 220);
  color: #000;
  padding: 5px 0px 5px 0px;
}

#venipedia-sticky-bottom-bar .container {
  padding-left: 5px;
  padding-right: 5px;
}

#venipedia-sticky-bottom-bar .bottom-bar-btn-container {
  padding: 0;
}

#venipedia-sticky-bottom-bar .bottom-bar-btn-container .btn {
  color: inherit;
  border: none;
  background: transparent;
  padding: 0;
  text-decoration: none;
}

#venipedia-sticky-bottom-bar .fal {
  color: inherit;
}

#venipedia-sticky-bottom-bar .vnp-section-btn-label {
  color: inherit;
  display: block;
  font-family: var(--main-serif) !important;
  letter-spacing: -0.02em;
  font-size: 11px;
}

.vnp-section-btn-label .fal {
  color: inherit;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  padding-left: 45px !important;
}

.woocommerce-message {
  background: #28a745;
  color: #fff;
}

.woocommerce-message::before {
  content: "\e015";
  color: rgba(255, 255, 255, 0.5);
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
  background: #28a745;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
  background: #1c8133;
}

/* MENU / Mobile */
#mobile-nav {
  padding: 0;
}
#mobile-nav ul {
  padding-left: 10px;
}
#mobile-nav ul.menu.nav.main-menu {
  border-top: 1px solid var(--light);
}
.cbp-spmenu {
  background: rgb(255, 255, 255);
  position: fixed;
  text-align: left;
  padding-left: 10px;
  z-index: 15000;
}

#showLeft {
  padding-top: 5px;
}

#showLeft, #showBottom, #showLeft:hover, #showLeft:focus, #showBottom:hover, #showBottom:focus {
  background: transparent;
  border: 0;
  outline: 0;
}

#showLeft span, #showBottom span {
  font-size: 24px;
  line-height: 26px;
}

#showLeft span:hover, #showLeft span:focus, #showBottom span:hover, #showBottom span:focus {
  color: #000;
}

.cbp-spmenu ul {
  padding: 10px 0px;
  margin: 10px 0px;
}

.cbp-spmenu ul li {
  list-style: none;
  text-align: left;
  padding: 3px 0px;
}

.cbp-spmenu ul li a, .cbp-spmenu ul li a:visited, .cbp-spmenu ul li a:hover, .cbp-spmenu ul li a:focus, .cbp-spmenu ul li a:active {
  font-size: 16px;
  line-height: 29px;
  font-weight: bold;
  color: #ffbb00 !important;
  text-decoration: none;
  background-color: transparent;
}

.cbp-spmenu h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 10000;
}

.cbp-spmenu-horizontal {
  width: 100%;
  min-height: 50px;
  left: 0;
  z-index: 10000;
  overflow: hidden;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  top: 75px;
  left: -240px;
  background: var(--vnp-yellow-main);
  border-right: 5px solid var(--light);
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
  top: 73px;
  background: var(--vnp-yellow-main);
  border-right: 5px solid var(--light);
}

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px;
}

.cbp-spmenu-bottom {
  bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

/* Transitions */
.cbp-spmenu, .cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Media Query */
@media (max-width:680px) {
  .navbar {
    padding: 0px 0px;
  }

  header#navbar {
    background: var(--vnp-yellow-main);
    border-bottom: 1px solid var(--light);
  }

  header#navbar .container {
    border-bottom: none;
  }

  #mobile-nav ul {
    display: block;
  }

  #content {
    margin-top: 75px;
  }

  #footer-widget #custom_html-2 {
    padding-left: 0px;
  }

  .woocommerce-message {
    position: fixed;
    top: 9%;
    z-index: 999;
    width: 100%;
    left: 0px;
    font-weight: bold;
    font-size: 130%;
    border-bottom: 8px solid #0ab500;
  }

  .woocommerce-MyAccount-navigation ul {
    padding-left: 0px;
  }

  .woocommerce-MyAccount-content {
    padding-right: 0px;
  }

  #content .row .row {
    margin: 0px 0px;
  }

  .mobile-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .footer-navigation h4 {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid;
    color: rgb(150, 150, 150);
  }
}

.woocommerce-Message.woocommerce-info {
  padding: 15px 20px !important;
}

.woocommerce-Message.woocommerce-info:before {
  content: none;
}

.woocommerce-Message.woocommerce-info .btn {
  display: inherit;
  clear: both;
  margin-bottom: 10px;
}

.woocommerce-page.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row span {
  width: 100%;
}

.woocommerce-page.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row span.show-password-input::after {
  text-align: right;
  display: none;
}

.woocommerce .button.btn-success.alt.disabled.wc-variation-selection-needed, .woocommerce .single_variation_wrap .button.btn-success.alt {
  width: 70%;
  padding: 20px 15px;
}

.woocommerce ul.products li.product .onsale {
  top: 70px;
  right: 0;
  left: 0;
  margin: -.5em -.5em 0 0;
  font-family: var(--main-sans-serif);
}

/**/
/* ------- USER  ------------------------------------------------ */
/**/
.chzn-drop .woocommerce-input-wrapper { display: block; margin-bottom: 15px; width: 100%; }
.chzn-drop .woocommerce-input-wrapper .select2-container { width: 100%; }
.caret {
  display: none !important;
}

.navbar-venipedia-user {
  background: #222222 !important;
}

.navbar-venipedia-user a, .navbar-venipedia-user a:visited, .navbar-venipedia-user a:hover, .navbar-venipedia-user a:focus {
  color: #9d9d9d;
  font-size: 14px !important;
  text-decoration: none !important;
}

.navbar-venipedia-user .dropdown .dropdown-menu {
  background: #222222 !important;
  width: auto;
  min-width: 12em;
}

.navbar-venipedia-user .dropdown .dropdown-menu a, .navbar-venipedia-user .dropdown .dropdown-menu a:visited {
  color: #f5f5f5 !important;
}

.navbar-venipedia-user .dropdown .dropdown-menu a:hover, .navbar-venipedia-user .dropdown .dropdown-menu a:focus {
  color: #222222 !important;
  background: #fff;
}

.navbar-venipedia-user li {
  list-style: none;
}

.navbar-venipedia-user a .fal, .navbar-venipedia-user a .far, .navbar-venipedia-user a .fas {
  margin-right: 8px;
}

.navbar-venipedia-user .nav-item {
  padding: 8px;
}

.navbar-venipedia-user .nav-item.dropdown.show {
  background: #000;
}

.woocommerce-MyAccount-navigation ul {
  padding-left: 0px;
}

/* WOOCOMMERCE ---------------------------------------------- */
/* Woocommerce: typography */
.woocommerce table.shop_attributes td {
  font-style: normal;
}
/* Woocommerce: system messages */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  padding-left: 55px !important;
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a,
.woocommerce-message a:visited, .woocommerce-info a:visited, .woocommerce-error a:visited {
  color: rgba(255, 255, 255, 0.8);
}

.woocommerce-message a:focus, .woocommerce-info a:focus, .woocommerce-error a:focus,
.woocommerce-message a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover {
  color: #fbba00;
  text-decoration: none;
  border-bottom: 3px solid #fbba00;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.woocommerce-message {
  background: #2857a7;
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  border-top-color: transparent;
}

.woocommerce-message::before {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Font Awesome 6 Pro";
  content: "\f671";
  font-weight: 300;
  font-size: 30px;
  top: 13px;
  left: 15px;
}

.woocommerce-info {
  background: #2857a7;
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  border-top-color: transparent;
}

.woocommerce-info::before {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Font Awesome 6 Pro";
  content: "\f05a";
  font-weight: 300;
  font-size: 30px;
  top: 13px;
  left: 15px;
}

.woocommerce-error {
  background: #a80000;
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  border-top-color: transparent;
}

.woocommerce-error::before {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Font Awesome 6 Pro";
  content: "\f071";
  font-weight: 300;
  font-size: 30px;
  top: 13px;
  left: 15px;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  background: #28a745;
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  border-top-color: transparent;
}

.limited-subscription-notice.notice {
  display: none!important;
  background: #9b0000;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
}

/* Woocommerce: form */
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-Button.woocommerce-button.woocommerce-form-register__submit,
input#password.woocommerce-Input.woocommerce-Input--text.input-text.form-control,
input#reg_password.woocommerce-Input.woocommerce-Input--text.input-text.form-control,
.password-input {
  display: block;
  width: 100%;
}

/* Woo login - Tabs */
#user-login-tabs {
  border-bottom: none;
}
#user-login-tabs .nav-link {
  font-family: var(--main-sans-serif);
  color: #000;
  font-weight: bold;
  font-size: 110%;
  background: transparent!important;
}
#user-login-tabs .nav-link.active {
  font-family: var(--main-sans-serif);
  color: #000;
  font-weight: bold;
  font-size: 110%;
  background: rgb(245,245,245)!important;
  border-color: transparent;
}
#user-login-tabs .nav-link .fa-stack {
  font-size: 90%;
  color: var(--dark);
}
#user-login-tabs .fa-stack .fa-inverse {
  background: var(--dark)!important;
}
#user-login-forms .tab-pane {
  background: rgb(245,245,245);
  padding: 30px;
}
#user-login-forms .woocommerce-form-login,
#user-login-forms .woocommerce-form-register {
  background: rgb(250,250,250);
  margin-top: 0px;
  margin-bottom: 0px;
}
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-Button.woocommerce-button.woocommerce-form-register__submit {
  font-family: var(--main-sans-serif);
  font-size: 110%;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #fff!important;
  background: #000!important;
  border: 2px solid #000;
  padding: 30px;
}
.woocommerce-button.button.woocommerce-form-login__submit:hover,
.woocommerce-Button.woocommerce-button.woocommerce-form-register__submit:hover {
  font-family: var(--main-sans-serif);
  font-size: 110%;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #000!important;
  background: #fff!important;
  border: 2px solid #000;
  padding: 30px;
}
.woocommerce-LostPassword {
  margin-top: 30px;
}
.woocommerce-LostPassword a,
.woocommerce-LostPassword a:visited {
  font-size: 90%;
  padding: 15px;
  border: 1px solid;
  border-radius: 4px;
  font-family: var(--main-sans-serif);
  color: #666;
}
.woocommerce-LostPassword a:hover,
.woocommerce-LostPassword a:focus {
  font-size: 90%;
  padding: 15px;
  border: 1px solid;
  border-radius: 4px;
  font-family: var(--main-sans-serif);
  text-decoration: none;
  color: #fff;
  background: #000;
}
.woocommerce-privacy-policy-text {
  font-size: 15px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 15px;
  font-style: italic;
}

/* Woocommerce: Codex */
#codex {
  background: #fff3d5;
  padding: 8px;
}

#codex-description {
  font-family: "source-sans-pro";
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.6);
}

#vela-pnr-receipt {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, .1);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
}

#vela-pnr-receipt td {
  vertical-align: top;
}

#voucher-howto p {
  padding-left: 50px;
  font-style: italic;
}

/* WOOCOMMERCE / My Account / Link dashboard */
.woocommerce-MyAccount-navigation-link a,
.woocommerce-MyAccount-navigation-link a:visited {
  color: var(--dark);
}

/* Woocommerce: Products */
.woocommerce span.onsale {
  font-family: var(--main-sans-serif);
  min-height: 0;
  min-width: 0;
  padding: 5px;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: normal;
  top: -.5em;
  left: 0;
  margin: 0;
  border-radius: 4px;
  background-color: #9600ff;
  color: #fff;
  font-size: 14px;
  z-index: 9;
}

/* Woocommerce: Buttons */
.wc-block-components-checkout-place-order-button {
  color: #fff;
  background: #000;
  font-weight: bold;
  border-radius: 9999px;
  border: 1px solid #000;
}
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus {
  color: #000;
  background: #fff;
  font-weight: bold;
  border-radius: 9999px;
  border: 1px solid #000;
}
.woocommerce .button.btn-success.alt, .woocommerce .button.btn-success.alt.disabled.wc-variation-selection-needed {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  width: 100%;
  font-size: 15px;
}

.woocommerce a.btn-success, .woocommerce .button.btn-success.alt.disabled.wc-variation-selection-needed,
.woocommerce button.button.alt {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  font-size: 15px;
}
.woocommerce a.btn-success:hover, .woocommerce .button.btn-success.alt.disabled.wc-variation-selection-needed:hover,
.woocommerce button.button.alt:hover {
  color: #fff;
  background-color: #208537;
  border-color: #208537;
  font-size: 15px;
}

.single_add_to_cart_button strong .woocommerce-Price-amount.amount {
  font-size: 140%;
}

.woocommerce .button.btn-success.alt.disabled.wc-variation-selection-needed,
.woocommerce .single_variation_wrap .button.btn-success.alt {
  width: 80%;
  padding: 15px 15px;
}
.woocommerce .button.btn-success.alt.disabled.wc-variation-selection-needed, .woocommerce .single_variation_wrap .button.btn-success.alt, .woocommerce button.button.alt,
.woocommerce .button.btn-success.alt.disabled.wc-variation-selection-needed:hover, .woocommerce .single_variation_wrap .button.btn-success.alt:hover, .woocommerce button.button.alt:hover {
  font-size: 20px;
  width: 100%;
  padding: 20px 15px;
}

/* Woocommerce / Checkout */
.woocommerce-additional-fields {
  background: rgb(245,245,245);
  padding: 10px;
  margin-top: 10px;
  border-radius: .25rem;
}

/* Woocommerce / Gift Card */
.woocommerce_gc_giftcard_form {
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
.woocommerce_gc_giftcard_form {
  font-weight: bold;
}
.wc_gc_giftcard_message textarea {
  width: 100%;
}

.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
  float: right;
  font-size: 1.2em !important;
  margin-top: -5px !important;
}

.wc-block-components-checkout-step__heading-content a {
  color: ihnerit;
  font-weight: 700;
  font-family: var(--main-sans-serif);
  padding: 5px 18px;
  background: rgb(245, 245, 245);
  border: 1px solid #666;
  border-radius: 999px;
  margin: 15px 0;
}
.wc-block-cart__submit-button {
  background: #000;
  color: #fff;
  border-radius: 9999px;
  border: 1px solid #000;
}
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus {
  background: #fff;
  color: #000;
  border-radius: 9999px;
  border: 1px solid #000;
  text-decoration: none;
}

/* Woocommerce / Estimated Delivery Date for WooCommerce */
/*.bz-edd.notice span,
.bz-edd.notice time {
  font-size: 1.3rem;
} */
.bz-edd.notice {
  display: block;
  margin: 15px 0;
  padding: 8px;
  background: #e4f7ff;
  border-radius: 6px;
  text-align: center;
}
.bz-edd.notice span.bz-edd-label::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  content: '\e58b';
  margin-right: 5px;
}
.wc-block-components-product-details__data-di-spedizione-prevista {
  display: inline-block;
  border-radius: 6px;
  background-color: var(--vnp-yellow-main);
  padding: 3px 16px;
}

.wc-block-components-order-summary .wc-block-components-product-details__data-di-spedizione-prevista span.wc-block-components-product-details__name {
  font-weight: bold;
}

/* WPML */
/*
.wpml-ls-statics-post_translations {
	display: none;
}
*/
/* Media ---------------------------------------------- */
@media (max-width:480px) {
  body.page #primary.content-area {
    font-size: 1.4rem;
  }
  .wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
    font-size: 1.2em !important;
    margin-top: 20px !important;
    display: block;
    float: none !important;
    text-align: center;
  }
  body.page.woocommerce-cart #primary.content-area,
  body.page.woocommerce-checkout #primary.content-area  {
    font-family: var(--main-sans-serif)!important;
    font-size: 1.3rem;
  }
  /* Woocommerce / Gift Card */
  .woocommerce_gc_giftcard_form {
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  }
  .woocommerce_gc_giftcard_form {
    font-weight: bold;
  }
  .wc_gc_giftcard_message textarea {
    width: 100%;
  }
  .mobile-addtocart {
    order: 1;
    background: #e4f7ff;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 4px;
  }

  .woocommerce div.product form.cart .variations select,
  .woocommerce-variation-price {
    font-size: 1.3rem;
  }
  .woocommerce div.product form.cart .variations select {
    font-weight: 400;
  }

  .mobile-content {
    order: 3;
  }

  .mobile-content {
    order: 3;
  }

  .woocommerce-product-gallery {
    order: 2;
  }

  .woocommerce-product-details__short-description, .woocommerce-product-details__full-description, .woocommerce-product-details__full-description p {
    font-family: var(--main-serif) !important;
    font-size: 1.5rem!important;
    line-height: 140%;
  }
  table.woocommerce-product-attributes.shop_attributes th,
  table.woocommerce-product-attributes.shop_attributes td {
    font-family: var(--main-sans-serif) !important;
    font-size: 1.2rem;
  }
  .wcst_estimated_date_container .wcst_estimated_label,
  .wcst_estimated_date_container .wcst_estimated_text {
    font-size: 1.3rem;
  }
  .wcst_estimated_date_container .wcst_estimated_label {
    display: block;
  }
  .woocommerce-store-notice.demo_store {
    font-family: var(--main-sans-serif) !important;
    font-size: 14px;
    padding: 8px;
  }
}

@media (min-width:680px) {
  #mobile-nav, #venipedia-sticky-bottom-bar {
    display: none;
  }
}

/* Dal pannello CSS aggiuntivi / Da riordinare */
.wp-block-separator {
  border-top: 1px solid rgb(210,210,210);
  border-bottom: none;
}
.chzn-drop .woocommerce-input-wrapper { display: block; margin-bottom: 15px; width: 100%; }
.chzn-drop .woocommerce-input-wrapper .select2-container { width: 100%; }
h3.mercante-home {
	padding: 15px;
	border-left: 5px solid #fbba00;
}
.language-switch button.dropdown-toggle {
  background: transparent!important;
  color: var(--dark)!important;
  text-transform: uppercase!important;
  border: none!important;
  font-size: 18px!important;
}
.language-switch.show button.dropdown-toggle {
  color: var(--dark) !important;
  text-transform: uppercase !important;
  border: none !important;
  font-size: 18px !important;
  background: var(--vnp-yellow-main) !important;
}
.language-switch button.dropdown-toggle .caret,
#dropdownfilter .caret {
  display: inline-block!important;
}
.language-switch ul.dropdown-menu {
  background-color: var(--vnp-yellow-main) !important;
	margin-top: 10px;
}
.language-switch ul.dropdown-menu  li a, .language-switch ul.dropdown-menu  li a:visited  {
  text-decoration: none!important;
  color: var(--dark)!important;
  font-weight: bold!important;
}
.lingua-non-disponibile {
  color: #5e3434!important;
  font-weight: normal;
  display: block;
  padding: 3px 20px;
  clear: both;
  white-space: nowrap;
  text-decoration: line-through;
}
.language-switch ul.dropdown-menu  li a:hover, .language-switch ul.dropdown-menu  li a:focus,
.language-switch ul.dropdown-menu  li a:active {
  text-decoration: none!important;
  color: var(--light)!important;
  font-weight: bold!important;
  background: var(--dark);
}

.language-switch ul.dropdown-menu li a { padding: 3px 20px; color: #000; display: block }

.user_toolbar-dashboard .woocommerce { margin-top: 1rem; }

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
float: left;
position: relative;
width: 13.5%;
margin: 0 3% 0 0;
clear: unset;
}
@media (max-width: 480px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	width: 100%;
	margin: 15px 0;
	}
}

/*  */
.woocommerce div.product .out-of-stock {
  background: #ffe5e5;
  padding: 8px;
  border-radius: 6px;
  text-align: center;
  color: rgb(184, 0, 0);
  font-weight: bold;
  font-size: 1em;
}

/* Woo Waitlist */
.wcwl_elements.bound {
  background: blanchedalmond;
  padding: 8px;
  border-radius: 6px;
}
.wcwl_intro {
  font-weight: bold;
}
button.woocommerce_waitlist.button,
button.woocommerce_waitlist.button:visited {
  float: none!important;
  background: #28a745!important;
  color: #fff!important;
}
button.woocommerce_waitlist.button:hover,
button.woocommerce_waitlist.button:focus {
  float: none!important;
  background: #176e2b!important;
  color: #fff!important;
}


.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
	display: block;
}


.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
	width: 48%;
	float: right;
}

.woocommerce .cart-collaterals .cross-sells {
	width: 48%;
	float: left;
}

.cart-collaterals ul.products[class*=columns-] li.product {
	width: 30%;
}

/* Gift Card */
.wc_gc_giftcard_delivery .reset_delivery_date {
	display: none;
	font-size: .9em;
	margin-top: 15px;
	background: rgb(255, 255, 173);
	padding: 8px 12px;
	border-radius: 6px;
	color: #444;
}

/* Variazioni */
dl.variation dt,
dl.variation dd {
  font-weight: 300;
	font-size: 1rem;
  font-family: source-sans-pro, Arial, Helvetica, sans-serif;
}

/* Cart: totals */
.cart-collaterals table.shop_table tbody tr.cart_item th,
.cart-collaterals table.shop_table tbody tr.cart_item td,
.cart-collaterals table.shop_table tbody tr.cart_item td.product-name,
.cart-collaterals table.shop_table tbody tr.cart_item td.product-total,
.cart-collaterals table.shop_table tr.cart-subtotal th,
.cart-collaterals table.shop_table tr.cart-subtotal td,
.cart-collaterals table.shop_table tr.order-total th,
.cart-collaterals table.shop_table tr.order-total td {
	background: rgb(224, 244, 224);
}
.cart-collaterals table.shop_table td small.includes_tax {
	display: block!important;
}
/* Cart: recurring totals */
.cart-collaterals table.shop_table tr.recurring-totals th,
.cart-collaterals table.shop_table tr.recurring-totals td,
.cart-collaterals table.shop_table tr.recurring-total th,
.cart-collaterals table.shop_table tr.recurring-total td,
.cart-collaterals table.shop_table tr.order-total.recurring-total th,
.cart-collaterals table.shop_table tr.order-total.recurring-total td {
  color: rgb(80, 80, 80);
	background: transparent!important;
  font-weight: 300;
}

.cart-collaterals table.shop_table  tr.order-total.recurring-total strong .woocommerce-Price-amount.amount {
  color: rgb(80, 80, 80);
  font-size: 100%;
	font-weight: 300;
}
/* Checkout: coupon */
table.shop_table .coupon {
  background: rgb(255, 242, 204);
  padding: 10px;
	border-radius: 6px;
	text-align: left;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: none;
	width: 100%!important;
}
#coupon-code {
	width: auto!important;
}
table.woocommerce-checkout-review-order-table tr.cart-discount th,
table.woocommerce-checkout-review-order-table tr.cart-discount td,
.cart-collaterals table.shop_table tr.cart-discount th,
.cart-collaterals table.shop_table tr.cart-discount td {
	background: rgb(255, 242, 204);
}
/* Checkout: totals */
table.woocommerce-checkout-review-order-table thead th,
table.woocommerce-checkout-review-order-table tbody tr.cart_item th,
table.woocommerce-checkout-review-order-table tbody tr.cart_item td,
table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name,
table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total,
table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td,
table.woocommerce-checkout-review-order-table tr.order-total th,
table.woocommerce-checkout-review-order-table tr.order-total td {
	background: rgb(224, 244, 224);
}
table.woocommerce-checkout-review-order-table td  small.includes_tax {
	display: block!important;
}
/* Checkout: recurring totals */
table.woocommerce-checkout-review-order-table tr.recurring-totals th,
table.woocommerce-checkout-review-order-table tr.recurring-totals td,
table.woocommerce-checkout-review-order-table tr.recurring-total th,
table.woocommerce-checkout-review-order-table tr.recurring-total td,
table.woocommerce-checkout-review-order-table tr.order-total.recurring-total th,
table.woocommerce-checkout-review-order-table tr.order-total.recurring-total td {
  color: rgb(80, 80, 80);
	background: transparent!important;
  font-weight: 300;
}

table.woocommerce-checkout-review-order-table tr.order-total.recurring-total strong .woocommerce-Price-amount.amount {
  color: rgb(80, 80, 80);
  font-size: 100%;
	font-weight: 300;
}

/* Checkout: Gift Card */
.woocommerce-checkout .add_gift_card_form {
  background: rgb(254, 212, 67);
  padding: 15px 15px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.woocommerce-checkout .add_gift_card_form h4 {
  font-size: 100%;
  margin-bottom: 15px;
}
.woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form button {
  display: block;
  width: auto;
  box-sizing: border-box;
}

/* Checkout: Payments method */
.woocommerce-checkout #payment {
background: transparent;
border: 1px solid rgb(122, 203, 0);
border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 0;
  margin: 0;
  list-style: none outside;
}
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: rgb(224, 244, 224);
  color: #000;
}
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid rgb(224, 244, 224);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
