/*!
Theme Name: centrovete
Theme URI: http://underscores.me/
Author: Gaia
Author URI: https://www.gaiafe.com/
Description: Un tema su misura per Centrovete
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: centrovete
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

centrovete is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Oswald:wght@300;400;500;600&display=swap");

:root {
  --primary: #d0ebdc;
  --secondary: #27ac98;
  --brown: #696969;
  --primary-font: "Montserrat", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --zoom: scale(105%);
  --zoom-transition: 0.5s linear;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: var(--secondary-font);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  padding: 0 1rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#page {
  width: 100%;
}

#secondary {
  padding: 0 1rem;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green {
  color: var(--secondary);
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: auto !important;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--secondary);
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: var(--secondary);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: var(--secondary);
  color: #fff;
  display: block;
  margin-top: 1.25rem;
  padding: 0.75rem 1rem;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: var(--primary-font);
  letter-spacing: 0.1rem;
  border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  /* border-radius: 3px; */
  border-radius: 25px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  background-color: var(--secondary);
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.main-navigation-wrapper {
  max-width: 1200px;
  position: relative;
}

.main-navigation img {
  cursor: pointer;
}

.main-navigation .dgwt-wcas-search-wrapp {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: -0.75rem;
  z-index: 10;
  width: calc(100% + 1.5rem);
}

.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f55a03;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  color: white;
  font-size: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  /*left: -999em;*/
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 250px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-secondary-item {
  background-color: var(--primary);
  color: var(--brown);
  font-weight: 600;
  font-size: 0.8rem;
}

.menu-secondary-item ul,
.menu-secondary-item ul li {
  font-family: var(--primary-font) !important;
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.menu-secondary-item ul ul {
  display: none;
}

.menu-secondary-item ul li {
  display: block;
}

.menu-secondary-item ul > li > a {
  position: relative;
}

.menu-secondary-item ul:first-child > li.open > a::after {
  font-family: "FontAwesome";
  font-weight: 500;
  content: "\f068";
  color: var(--brown);
  position: absolute;
  right: 0.5rem;
}

.menu-secondary-item ul:first-child > li:not(.open) > a::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f078";
  color: var(--brown);
  position: absolute;
  right: 0.5rem;
}

.menu-secondary-item ul li a {
  padding: 0 0.8rem;
  display: block;
  text-decoration: none;
  color: var(--brown);
  border-bottom: 1px solid var(--secondary);
  padding: 0.5rem;
}

.menu-secondary-item ul ul li a {
  background-color: white;
}

ul#footer-menu {
  padding: 0 0 2rem 0;
  margin: 0;
}

ul#footer-menu li {
  text-align: center;
}

ul#footer-menu a {
  color: #fff;
}

body.admin-bar #main_menu {
  top: 46px;
}

ul.socialIconsFooter,
ul.socialIconsFooter li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.socialIconsFooter li {
  display: inline-block;
}

ul.socialIconsFooter li:first-child {
  margin-right: 0.3rem;
}

ul.socialIconsFooter li img {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
}

#main_menu {
  display: none;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: white;
}

#main_menu.open {
  display: block;
}

#main_menu .animal_container {
  height: 100px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 1rem 0 1rem;
}

.animal_container .animals {
  width: 90%;
  max-width: 300px;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.animals div {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.animals div img,
.animals div picture img {
  position: absolute;
  bottom: 0;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.animal_active,
.animal_active img {
  -webkit-filter: none !important;
  /* Safari 6.0 - 9.0 */
  filter: none !important;
}

.selector_dog {
  z-index: 5;
}

.selector_cats {
  margin-left: -15%;
  z-index: 5 !important;
}

.selector_horse {
  margin-left: -8%;
  margin-top: 2%;
  z-index: 1;
  z-index: 3 !important;
}

.selector_others {
  margin-left: -9%;
  margin-top: -2%;
}

.menu-main-menu-mobile-container,
.menu-main-menu-desktop-container {
  font-family: var(--primary-font) !important;
  position: relative;
  z-index: 3;
}

.menu-main-menu-mobile-container {
  height: calc(100vh - 100px - 320px);
  overflow: scroll;
}

.menu-main-menu-mobile-container ul,
.menu-main-menu-desktop-container ul,
.menu-main-menu-mobile-container ul li,
.menu-main-menu-desktop-container ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}

.menu-main-menu-mobile-container > ul,
.menu-main-menu-desktop-container > ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0.8rem;
}

.menu-main-menu-mobile-container > ul {
  background-color: var(--secondary);
}

.menu-main-menu-mobile-container ul > li a,
.menu-main-menu-desktop-container ul > li a {
  color: #fff;
}

.menu-main-menu-mobile-container ul > li a:after {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #ffffff;
  content: "";
  display: block;
  height: 2px;
  width: 0;
}

.menu-main-menu-desktop-container ul > li a:after {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #ffffff;
  content: "";
  display: block;
  /* height: 2px; */
  width: 0;
}

.menu-main-menu-mobile-container ul:first-child > li.active a:after,
.menu-main-menu-desktop-container ul:first-child > li.active a:after {
  width: 100%;
  padding-right: 35px;
}

.menu-main-menu-mobile-container ul ul li,
.menu-main-menu-desktop-container ul ul li {
  display: block;
}

.menu-main-menu-mobile-container ul ul,
.menu-main-menu-desktop-container ul ul {
  display: none;
  background-color: white;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50px;
}

.menu-main-menu-mobile-container ul li.dog > ul {
  display: block;
}

.menu-main-menu-mobile-container ul ul ul,
.menu-main-menu-desktop-container ul ul ul {
  position: relative;
  top: 0;
}

#main_menu .menu-main-menu-mobile-container ul li.main_menu > ul,
#main_menu .menu-main-menu-desktop-container ul li.main_menu > ul {
  display: block;
}

.menu-main-menu-mobile-container ul ul li a,
.menu-main-menu-desktop-container ul ul li a {
  color: var(--brown);
  font-weight: 600;
  display: block;
  padding: 0.8rem;
  border-bottom: 1px solid var(--secondary);
}

.menu-main-menu-mobile-container ul ul ul a {
  padding-left: 2rem;
}

.menu-main-menu-mobile-container ul ul ul,
.menu-main-menu-desktop-container ul ul ul {
  display: none;
}

.sub-menu li.menu-item-has-children a {
  position: relative;
}

.sub-menu li.menu-item-has-children > a::after,
.sub-menu li.menu-item-has-children.active > a::after {
  width: auto !important;
  font-family: "FontAwesome";
  height: auto;
  font-weight: 500;
  content: "\f078";
  color: var(--brown);
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0 !important;
}

.sub-menu li.menu-item-has-children.active > a::after {
  content: "\f068";
}

.special_offer_text {
  font-family: var(--primary-font) !important;
  font-size: 0.75rem;
  color: var(--brown);
  padding: 0.6rem;
}

.close_message_special_offer {
  position: relative;
  right: -0.5rem;
  cursor: pointer;
  display: inline-grid;
}

.close_message_special_offer img {
  width: 50%;
}

.mobile_menu_sidebar {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
}

body.admin-bar .mobile_menu_sidebar {
  bottom: 46px;
}

/*Mobile menu*/
.menu-mobile-animals {
  width: 80%;
  max-width: 350px;
}

.menu-mobile {
  background-color: var(--secondary);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.8rem 0.5rem;
  margin-top: -7px;
}

.menu-mobile a {
  text-decoration: none;
  color: white;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  margin: 0 0.5rem;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.alignwide {
  margin-left: -80px;
  margin-right: -80px;
  max-width: 100vw;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.product_meta {
  text-align: left;
}

/*HEADER*/
#notice_banner {
  background-color: white;
  color: var(--secondary);
  font-size: 0.75rem;
}

.notice_banner_content {
  max-width: 1200px;
  font-family: var(--primary-font);
  font-size: 0.7rem;
}

/* Footer */
#mailing_list_footer {
  background-color: #f5f5f6;
  display: block;
}

body.woocommerce-checkout #mailing_list_footer {
  display: none;
}

#mailing_list_footer h6 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

label.magic_selector {
  display: inline-block;
  text-align: center;
  padding: 0 0.6rem;
  cursor: pointer;
}

label.magic_selector::after {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  background-image: url("./img/Dog.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -83px;
}

label.magic_selector::before {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s all ease-in-out;
}

label.magic_selector.active::before {
  background-color: var(--secondary);
}

label#select_cane::after {
  background-image: url("./img/dog_silhouette.png");
}

label#select_gatto::after {
  background-image: url("./img/cat_silhouette.png");
}

label#select_cavallo::after {
  background-image: url("./img/horse_silhouette.png");
}

label#select_altri::after {
  background-image: url("./img/other_silhouette.png");
}

.fdt_merchant300x100-4_widget_merchant {
  margin: 0 auto 1rem auto !important;
}

#pre_footer {
  background-color: #272727;
  color: #fff;
}

#pre_footer .wp-block-image {
  margin: 0;
}

#footer {
  background-color: #161616;
  color: #fff;
  padding: 1rem;
}

ul#footer-gray {
  margin: 0;
  padding: 0;
  text-align: center;
}

ul#footer-gray li {
  display: inline-block;
}

#footer span {
  font-family: var(--primary-font);
  font-size: 0.8rem;
}

ul#footer-gray li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 400;
  font-family: var(--primary-font);
}

ul#footer-gray li::after {
  content: "|";
  margin-left: 3px;
  vertical-align: bottom;
  font-weight: 100;
}

ul#footer-gray li:last-child::after {
  content: "";
}

ul#menu-footer-menu,
#menu-footer-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#menu-footer-menu li a {
  color: #fff;
}

.product.type-product {
  font-family: var(--primary-font);
}

.product_title {
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: italic;
}

.product .discount_percentage {
  font-style: italic;
}

.product.type-product .price,
.product-type-simple .price {
  text-align: end;
  font-weight: 700;
  color: #fff;
}

.product.product-type-variable .summary > .price {
  color: var(--secondary);
}

.product.type-product .price ins span,
.product-type-simple .price ins span,
.product.type-product .price bdi,
.product-type-simple .price bdi {
  color: var(--secondary);
}

.woopq-quantity .price ins span,
.woopq-quantity .price bdi {
  color: #fff !important;
}

.woopq-quantity .price del {
  opacity: 0.4;
}

.woopq-quantity .price {
  float: left;
}

.product.type-product .price del,
.product-type-simple .price del {
  color: var(--primary);
}

/*.product.type-product */
.woocommerce-product-gallery {
  border: 1px solid var(--secondary);
  padding: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 280px;
}

.product.type-product table.variations {
  margin-bottom: 1rem !important;
}

.product.type-product table.variations tbody > tr td:last-child {
  margin-bottom: 0 !important;
}

.product.type-product .variations .label {
  color: black;
  font-family: var(--primary-font);
}

.product.type-product .variations .variable-items-wrapper {
  gap: 0.5rem;
}

.product.type-product .variations ul.variable-items-wrapper {
  margin-top: 0.75rem !important;
}

.product.type-product .variations .variable-items-wrapper li {
  border-radius: 20px !important;
  border: thin solid var(--brown) !important;
  min-width: 80px !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0.5rem !important;
}

.product.type-product .variations .variable-items-wrapper li.selected {
  background-color: var(--secondary) !important;
  color: white !important;
  border: none !important;
}

.product.type-product .variations .variable-items-wrapper li span {
  font-size: 0.8rem !important;
}

.product.type-product .custom_single_product_meta,
.product.type-product .custom_single_product_meta a {
  font-size: 0.8rem;
  color: black;
}

a.iubenda-cs-preferences-link.iubenda-tp-btn {
  display: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.aggiungi_al_carrello_btn {
  color: white;
  background-color: #f55a03;
  border: none;
  padding: 0.8rem 1rem;
  margin-bottom: 1.8rem !important;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px !important;
  width: 100%;
  letter-spacing: 1px;
  -webkit-appearance: none !important;
  font-size: 1rem;
  display: block;
  text-align: center;
  float: left;
}

a.ask_help {
  color: white;
  background-color: var(--secondary);
  border: none;
  padding: 0.8rem 1rem;
  margin-bottom: 1.8rem !important;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px !important;
  width: 100%;
  letter-spacing: 1px;
  -webkit-appearance: none !important;
  font-size: 1rem;
  display: block;
  text-align: center;
}

a.aggiungi_al_carrello_btn:hover {
  color: #fff !important;
}

table.variations td.label {
  display: none !important;
}

table.variations tbody::before {
  content: "Formati Disponibili";
  font-weight: 700;
  font-family: var(--primary-font);
}

.woopq-quantity {
  display: block;
  background-color: var(--secondary) !important;
  margin: 0.8rem 0 !important;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 50px !important;
  float: left;
}

.woopq-quantity-input {
  justify-content: flex-end;
  column-gap: 0.5rem;
  position: relative;
}

.woopq-quantity-input .woopq-quantity-input-minus,
.woopq-quantity-input .woopq-quantity-input-plus,
.woopq-quantity-input .qty {
  width: 25px !important;
  height: 25px !important;
  border-radius: 25px !important;
  line-height: 25px !important;
  font-size: 1.2rem !important;
  border: 1px solid var(--brown);
  font-family: var(--primary-font);
}

.woopq-quantity-input .qty {
  width: 40px !important;
  height: 25px !important;
  font-weight: 500 !important;
  font-size: 1rem;
  text-align: center;
}

body.single-product .wc-tabs-wrapper {
  border: 1px solid var(--secondary);
  border-radius: 0 20px 0 0;
  margin-bottom: 2rem !important;
  clear: both;
}

body.single-product ul.wc-tabs {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 0.5rem !important;
}

body.single-product ul.wc-tabs li {
  width: 100%;
  border: none !important;
  background-color: white !important;
  border-bottom: 1px solid var(--secondary) !important;
  margin: 0 !important;
}

body.single-product ul.wc-tabs li::before,
body.single-product ul.wc-tabs li::after {
  display: none !important;
}

body.single-product ul.wc-tabs li:first-child {
  border-radius: 0 20px 0 0 !important;
}

body.single-product ul.wc-tabs li a {
  color: var(--brown);
  width: 100%;
  padding: 1rem;
}

body.single-product ul.wc-tabs li.active a {
  color: var(--secondary) !important;
}

body.single-product section.related.products h2 {
  text-align: center;
  color: var(--secondary);
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  margin-bottom: 1.5rem;
}

.reset_variations {
  display: none !important;
}

body.single-product .woocommerce-Tabs-panel {
  padding: 0 0.8rem !important;
  color: var(--brown);
}

body.single-product .woocommerce-Tabs-panel--description h2 {
  display: none !important;
}

body.single-product p.price,
body.single-product span.discount_percentage {
  display: inline-block;
  width: 50%;
  font-size: 1.2rem;
}

body.single-product.has-variations p.price {
  width: 100%;
}

body.single-product span.discount_percentage {
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 12px;
}

body.single-product p.price {
  text-align: right;
  color: var(--secondary);
}

/*Related products carousel*/
.related ul.products li {
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem !important;
}

/*.related*/
ul.products a.woocommerce-LoopProduct-link {
  display: block;
  border: 1px solid var(--secondary);
  border-radius: 0px 0px 0px 20px;
  padding: 1rem 0.6rem 0.6rem 0.6rem;
}

/*.related*/
ul.products a.woocommerce-LoopProduct-link > img {
  margin: 0 auto;
}

/*.related*/
ul.products a.woocommerce-LoopProduct-link .price_container {
  font-family: var(--primary-font);
  font-size: 0.7rem;
  display: block;
  font-weight: 700;
  color: black;
  text-align: start;
}

/*.related*/
ul.products a.woocommerce-LoopProduct-link h6 {
  color: #000;
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
  height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*.related*/
ul.products a.woocommerce-LoopProduct-link .price {
  min-height: 40px;
}

/*.related*/
ul.products a.woocommerce-LoopProduct-link .price_container bdi,
ul.products a.woocommerce-LoopProduct-link .price_container ins bdi > span {
  color: black;
}

/*.related*/
ul.products a.woocommerce-LoopProduct-link .price_container del,
ul.products a.woocommerce-LoopProduct-link .price_container del bdi,
ul.products a.woocommerce-LoopProduct-link .price_container del bdi > span {
  color: var(--brown);
}

/*.related*/
ul.products a.woocommerce-LoopProduct-link .cart_btn {
  background-color: var(--secondary);
  width: 30px;
  height: 25px;
  padding: 0.2rem;
  border-radius: 12px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/*.related*/
ul.products a.woocommerce-LoopProduct-link .cart_btn img {
  width: 15px !important;
  margin: 0 auto;
}

/*.related*/
ul.products a.woocommerce-LoopProduct-link .product_counter {
  display: flex;
  gap: 0.1rem;
  display: none;
}

/*.related*/
ul.products a.woocommerce-LoopProduct-link .product_counter img {
  cursor: pointer;
  width: 20px !important;
}

/*.related*/
ul.products a.woocommerce-LoopProduct-link .product_counter .count_result {
  background-color: var(--secondary);
  width: 30px;
  color: white;
  font-size: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
}

/*.related*/
ul.products .owl-dot span {
  background: var(--primary) !important;
  border: 1px solid var(--secondary);
}

/*.related*/
ul.products .owl-dot.active span {
  background: var(--secondary) !important;
}

/*Add to cart popup*/
.yith-wacp-main {
  color: black;
  border-radius: 30px 0 0 0;
  padding-top: 0 !important;
  font-family: "Montserrat" !important;
  /* overflow: hidden; */
}

.yith-wacp-overlay {
  cursor: pointer;
}

.yith-wacp-content {
  padding: 0 !important;
}

.yith-wacp-message {
  background-color: var(--primary) !important;
  border-radius: 30px 0 0 0;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}

.popup_product_item {
  display: flex;
  border: 1px solid var(--secondary);
}

.delete_product_container,
.item-remove {
  width: 50px;
  min-width: 50px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--secondary);
}

.delete_product_container img,
.item-remove img {
  cursor: pointer;
}

.product_top_info {
  border-bottom: 1px solid var(--secondary);
}

.product_top_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}

.product_top_info h3 {
  font-size: 0.8rem !important;
  margin-bottom: 0 !important;
}

.product_top_info h3 a {
  color: var(--brown) !important;
}

.product_info_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem;
  column-gap: 0.75rem;
}

.product_info_bottom .product_price {
  font-weight: bold;
  color: black;
  font-size: 0.8rem;
}

.product_info_bottom .product_price_counter {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.product_info_bottom .product_price_counter img {
  width: 26px;
  cursor: pointer;
}

.product_info_bottom .product_price_counter .count {
  background-color: var(--secondary);
  color: white;
  padding: 0.4rem;
  width: 50px;
  border-radius: 25px;
  text-align: center;
}

.cart-info > div {
  font-size: 0.9rem !important;
  text-transform: none !important;
  font-weight: 500 !important;
}

.cart-shipping span,
.cart-totals span {
  font-family: var(--primary-font);
  font-weight: bold;
  color: var(--brown);
}

.cart-shipping span:last-child,
.cart-totals span:last-child {
  color: black;
}

.yith-wacp-main .cart_product_info_bottom span {
  font-size: 0.7rem;
}

.popup-actions {
  padding: 0.5rem 1rem;
  border-bottom: none !important;
}

.popup-actions > a {
  color: white !important;
  background-color: var(--secondary) !important;
  border: none;
  padding: 0.6rem 1rem;
  margin: 0.4rem 0 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem !important;
  border-radius: 50px !important;
  width: 100%;
  letter-spacing: 1px;
  -webkit-appearance: none !important;
  letter-spacing: 2px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.popup-actions > a.go-checkout {
  background-color: #f55a03 !important;
}

.yith-wacp-main {
  overflow: hidden;
}

.yith-wacp-wrapper::before {
  content: "X CHIUDI";
  position: absolute;
  color: white;
  top: -25px;
  right: 0;
  font-family: var(--primary-font);
  font-size: 0.8rem;
  pointer-events: none;
}

.yith-wacp-related > h3 {
  color: var(--secondary) !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}

.yith-wacp-related > ul.products {
  display: flex;
  justify-content: center;
}

.yith-wacp-related > ul.products li {
  display: block;
  border: 1px solid var(--secondary);
  border-radius: 0px 0px 0px 20px;
  padding: 1rem 0.6rem 0.6rem 0.6rem !important;
  max-width: 300px;
}

.yith-wacp-related-product span.onsale {
  display: none;
}

.yith-wacp-related-product .product-title {
  color: #000;
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 0.8rem !important;
  margin-bottom: 0.6rem !important;
  height: 51px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yith-wacp-related-product .product-price {
  font-family: var(--primary-font);
  font-size: 0.7rem;
  display: block;
  font-weight: 700;
  color: black;
}

.yith-wacp-related-product .product-price .price {
  display: block;
  text-align: start !important;
  font-size: 0.8rem;
}

.yith-wacp-related-product .product-price bdi,
.yith-wacp-related-product .product-price bdi > span {
  color: black;
}

.yith-wacp-related-product .product-price del bdi {
  color: var(--brown);
  font-size: 0.65rem;
}

.yith-wacp-related-product .product-price .cart_btn {
  background-color: var(--secondary);
  width: 30px;
  height: 25px;
  padding: 0.2rem;
  border-radius: 12px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.yith-wacp-related-product .product-price img {
  width: 15px !important;
  margin: 0 auto !important;
}

/*Cart page*/
.totale_cart {
  background-color: var(--secondary);
  padding: 1rem;
  color: white !important;
  font-weight: 500;
  font-family: var(--primary-font);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.totale_cart > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.totale_cart > a {
  text-decoration: none;
  color: white !important;
  display: block;
  background-color: #f55a03;
  padding: 0.5rem;
  text-align: center;
  border-radius: 35px;
}

table.shop_table_responsive tr:last-child td::before {
  content: "";
}

.cart_tabs {
  padding: 1rem;
  margin-left: auto;
  justify-content: end;
  background: #f5f5f6;
  border-radius: 0px 50px 0px 0px;
  color: black;
  font-weight: bold;
  font-size: 0.9rem;
}

.cart_tabs > div:first-child {
  margin-right: 15rem;
}

.cart_container {
  display: flex;
  border: 1px solid var(--secondary);
  border-top: 0;
}

.cart_container:first-child {
  border-top: 1px solid var(--secondary);
}

.cart_product_info_top {
  justify-content: space-between;
  align-items: center;
}

.productthumb {
  width: 30%;
}

.cart_product_title {
  width: 50%;
  color: var(--brown);
  font-size: 0.8rem;
  font-weight: 300;
  font-family: var(--primary-font);
  display: block;
  line-height: 1.1rem;
  position: relative;
}

.cart_product_price {
  font-size: 0.9rem;
  width: 60%;
  align-items: center;
  justify-content: flex-end;
  column-gap: 0.5rem;
  border-top: 1px solid var(--secondary);
}

.cart_product_price > span {
  font-weight: bold;
}

.cart_product_price .d-flex {
  align-items: center;
}

.cart_product_price .d-flex > div {
  width: 50%;
  justify-content: center;
}

.cart_product_price .d-flex > span {
  width: 25%;
  text-align: center;
}

.cart_product_price.product-135112,
.cart_product_price.product-2362,
.cart_product_price.product-371887,
.cart_product_price.product-395812 {
  opacity: 0;
}

.cart_product_price .woopq-quantity {
  padding: 0.5rem;
  background-color: transparent !important;
}

span.woosb_qty {
  background: var(--secondary);
  color: white;
  border: none;
  width: 40px;
  font-size: 0.8rem !important;
  border-radius: 1rem;
  text-align: center;
  height: 25px;
  line-height: 25px;
}

.cart_product_price .woopq-quantity-input .qty {
  background: var(--secondary);
  color: white;
  border: none;
  font-size: 0.8rem !important;
}

.cart_product_info_bottom {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart_product_info_bottom div.quantity {
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.cart_product_info_bottom div.quantity .qty {
  width: 50px !important;
  background-color: var(--secondary) !important;
  border: none !important;
  color: white !important;
  font-size: 1rem !important;
}

.cart_product_info_bottom .woocommerce-Price-amount {
  color: black;
  font-weight: 600;
  font-size: 0.8rem;
}

#coupon_code {
  font-family: var(--primary-font);
  padding: 0.5rem;
}

.apply_coupon_btn,
.update_cart_btn {
  margin-top: 0.8rem !important;
  width: 100% !important;
  background-color: var(--secondary) !important;
  color: white !important;
  text-align: center !important;
  padding: 0.8rem !important;
  font-weight: normal !important;
  border-radius: 50px !important;
  font-family: var(--primary-font);
  border: none !important;
}

.apply_coupon_btn {
  display: none;
}

body.single-product #ppc-button {
  display: none;
}

#ppcp-hosted-fields,
#ppc-button,
.totale_checkout,
.shop_table {
  background-color: var(--secondary);
  color: #fff;
  font-weight: 300;
  font-family: var(--primary-font);
  width: calc(100% + 2rem) !important;
  /* margin-left: -1rem !important; */
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 1rem;
}

#ppc-button {
  padding: 1rem;
  padding-top: 0;
}

.shop_table.my_account_orders {
  font-weight: normal;
}

.shop_table.my_account_orders
  td.woocommerce-orders-table__cell-order-actions
  a {
  display: block;
}

body.woocommerce-cart .shop_table {
  width: 100% !important;
  position: fixed;
  bottom: 0;
  z-index: 100000;
  border-top: 1px solid var(--secondary);
  left: 0;
  padding-top: 10px;
}

body.woocommerce-cart .shop_table .woocommerce-shipping-destination,
body.woocommerce-cart .shop_table form.woocommerce-shipping-calculator {
  display: none;
}

body.woocommerce-checkout .shop_table,
.totale_checkout {
  margin-left: -1rem;
}

.shop_table td,
.shop_table th {
  padding: 0 1rem;
}

.shop_table td {
  border-top: none !important;
  text-align: end !important;
}

/* .shop_table tr.cart-subtotal td {
	padding-top: 1rem;
} */

.shop_table tr.d-xl-none td {
  padding-bottom: 1.5rem;
}

.shop_table td > ul {
  margin: 0 !important;
}

.shop_table td::before {
  font-weight: 500 !important;
}

.shipping-calculator-button {
  color: var(--brown) !important;
  font-weight: normal;
}

.checkout-button {
  display: block;
  width: 100% !important;
  background-color: #f55a03 !important;
  color: white !important;
  text-align: center !important;
  padding: 0.8rem !important;
  font-weight: normal !important;
  border-radius: 50px !important;
  font-size: 1.2rem !important;
  font-family: var(--primary-font) !important;
  margin-top: 1rem;
}

.prodotti_and_spedizione {
  background-color: var(--primary);
  padding: 0.8rem;
  color: var(--brown);
  font-weight: 300;
  font-family: var(--primary-font);
}

.prodotti_and_spedizione > div {
  display: flex;
  justify-content: space-between;
}

/*Checkout page*/
.garanzia_centrovete {
  padding: 0.5rem 0.8rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
  position: relative;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw;
}

.garanzia_desktop_raccomandato {
  display: none;
}

.garanzia_desktop_raccomandato > h5 {
  background-color: var(--secondary);
  color: white;
  font-family: var(--primary-font);
  padding: 0.2rem 0.4rem;
}

.garanzia_centrovete_top,
.garanzia_centrovete_bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.garanzia_centrovete_top {
  color: black;
  align-items: baseline;
  font-family: "Oswald" !important;
}

.garanzia_centrovete_top > h4,
.garanzia_centrovete_top > h5 {
  font-size: 1.1rem;
}

.garanzia_centrovete_top h5 {
  color: var(--secondary);
  font-family: var(--primary-font);
  font-weight: bold;
  font-size: 1.2rem;
}

.garanzia_centrovete_bottom {
  margin-top: 0.8rem;
  align-items: center;
}

.garanzia_checkbox {
  background-image: url("./img/custom-check-circle.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 28px;
  cursor: pointer;
}

.garanzia_checkbox.active {
  background-image: url("./img/custom-check.svg");
}

.garanzia_hidden {
  display: none;
}

.garanzia_centrovete .come_funziona {
  cursor: pointer;
  margin-left: auto;
}

.garanzia_content {
  display: none;
}

.come_funziona span {
  font-family: var(--primary-font);
  font-style: italic;
  color: var(--brown);
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.come_funziona span::after {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 500;
  content: "\f078";
  color: var(--brown);
  margin: 0 0.5rem;
}

.come_funziona span.active::after {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 500;
  content: "\f068";
  color: var(--brown);
  margin: 0 0.5rem;
}

.garanzia_centrovete p {
  color: black;
  margin-bottom: 0.5rem;
  font-weight: 300;
  font-size: 1.1rem;
}

.acquista_form_container #login_checkout {
  display: none;
}

.acquista_form_option {
  display: flex;
  align-items: center;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
}

.acquista_form_option > div {
  color: black;
  font-size: 1rem;
  font-family: var(--primary-font);
  font-weight: 300;
  padding: 1rem;
  width: 50%;
  cursor: pointer;
  transition: all 0.25s ease;
}

._form_option > div:not(.active) {
  background: #f5f5f6;
  border-radius: 0px 0px 0px 30px;
}

#form-login {
  display: none;
}

.login-form {
  margin: 1rem 0 !important;
}

.login-form .form-floating {
  width: 100% !important;
}

.login-form .btn-submit {
  font-family: var(--primary-font) !important;
  color: white !important;
  background-color: var(--secondary) !important;
  border: none;
  padding: 0.8rem 1rem;
  margin: 0.4rem 0 !important;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 50px !important;
  width: 100%;
  letter-spacing: 1px;
  -webkit-appearance: none !important;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.login-form .form-row {
  width: 100%;
  overflow: hidden;
}

.login-form .form-floating label,
.woocommerce-billing-fields__field-wrapper .form-floating label,
.woocommerce-shipping-fields__field-wrapper .form-floating label,
.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-shipping-fields__field-wrapper .form-row label,
.woocommerce-additional-fields__field-wrapper .form-floating label,
.woocommerce-billing-fields__field-wrapper .form-row label .required,
.woocommerce-shipping-fields__field-wrapper .form-row label .required,
.woocommerce-additional-fields .form-row label,
.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  font-family: var(--primary-font);
  color: var(--brown);
}

.login-form .form-floating .required,
.woocommerce-billing-fields__field-wrapper .form-floating .required,
.woocommerce-shipping-fields__field-wrapper .form-floating .required {
  text-decoration: none !important;
  color: var(--brown);
}

.login-form .form-floating input,
.woocommerce-billing-fields__field-wrapper .form-floating input,
.woocommerce-shipping-fields__field-wrapper .form-floating input,
.woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce-shipping-fields__field-wrapper .form-row input,
.woocommerce-additional-fields__field-wrapper .form-floating textarea,
.woocommerce-billing-fields__field-wrapper .form-row span.selection > span,
.woocommerce-shipping-fields__field-wrapper .form-row span.selection > span,
textarea#order_comments {
  border: none !important;
  border-bottom: 1px solid var(--secondary) !important;
  border-radius: 0 !important;
  font-family: var(--primary-font) !important;
}

.login-form .form-floating input:focus,
.woocommerce-billing-fields__field-wrapper .form-floating input:focus,
.woocommerce-shipping-fields__field-wrapper .form-floating input:focus,
.woocommerce-additional-fields__field-wrapper .form-floating textarea:focus {
  box-shadow: none !important;
  outline: 0 !important;
}

.woocommerce-shipping-fields__field-wrapper .form-row span > input,
.woocommerce-billing-fields__field-wrapper .form-row span > input {
  display: block;
  width: 100%;
}

#ship-to-different-address label {
  display: flex;
  align-items: center;
  column-gap: 0.3rem;
}

#ship-to-different-address span {
  font-size: 1rem;
  font-weight: normal;
  font-family: var(--primary-font) !important;
  color: var(--brown);
}

.woocommerce-checkout-review-order-table tr > th {
  border-top: none !important;
  font-weight: 100;
}

.woocommerce-shipping-totals ul.woocommerce-shipping-methods {
  list-style: none;
  padding-left: 0;
}

.woocommerce-shipping-totals .woocommerce-shipping-methods li {
  margin-bottom: 0 !important;
}

.qaQuestions > ul > li {
  background-color: beige;
  border: 3px groove red;
}

.qaAnswers > li {
  color: navy;
}

.qaQuestion {
  font-size: xx-small;
  border-bottom: none !important;
  width: 100% !important;
}

.qaAction {
  font-style: oblique;
  border-radius: 10px;
  display: block;
  margin: 0px;
  margin-top: 40px;
  margin-left: 0 !important;
  float: left !important;
  width: 100%;
}

.woocommerce-checkout-payment {
  font-family: var(--primary-font) !important;
  color: var(--brown);
}

.woocommerce-checkout-payment > ul {
  margin: 0 !important;
  list-style: none !important;
  padding-left: 0 !important;
}

.woocommerce-privacy-policy-text {
  margin-top: 2rem;
}

.wc_payment_method > label {
  font-weight: bold;
  color: black;
  margin-bottom: 1rem;
}

.payment_box {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.woocommerce-checkout #payment,
.payment_box .payment_method_bacs,
.woocommerce-checkout #payment .payment_box {
  background-color: transparent !important;
}

.woocommerce-checkout #payment .payment_box > p {
  padding-left: 1rem;
  font-size: 0.9rem;
}

.woocommerce-checkout #payment div.payment_box::before {
  border: none;
}

.woocommerce-checkout #payment .form-row {
  margin: 0;
  padding-bottom: 0 !important;
}

.totale_checkout > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.totale_checkout {
  padding-top: 1rem;
}

.ppcp-dcc-order-button,
.totale_checkout > button {
  width: 100%;
  color: white !important;
  background-color: #f55a03 !important;
  padding: 0.75rem !important;
  text-align: center !important;
  border-radius: 35px !important;
  margin: 0;
  font-weight: 500 !important;
  font-family: var(--primary-font) !important;
  border: none !important;
  float: none;
  text-transform: uppercase;
}

#wc-ppcp-credit-card-gateway-cc-form span {
  width: 100% !important;
}

#wc-ppcp-credit-card-gateway-cc-form input {
  display: block !important;
}

#wc-ppcp-credit-card-gateway-cc-form p {
  margin-bottom: 0.75rem !important;
}

/*Category page*/
p#breadcrumbs,
p#breadcrumbs span a {
  color: var(--brown);
  margin: 0.75rem 0;
  font-style: italic;
  font-family: var(--primary-font) !important;
}

p#breadcrumbs span a {
  font-weight: bold;
}

.woocommerce-products-header .term-description {
  font-family: var(--primary-font) !important;
}

.woocommerce-result-count {
  font-size: 0.8rem;
  color: var(--brown);
  text-align: right;
  font-family: var(--primary-font) !important;
}

.ordering_select_container {
  background-color: var(--secondary);
  color: white;
  border: none;
  text-align: center;
  border-radius: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

.ordering_select_container > img {
  margin-right: 1rem;
}

.woocommerce-ordering select {
  background: transparent;
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: var(--primary-font) !important;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  color: white;
  width: 100%;
  cursor: pointer;
  z-index: 100;
}

.woocommerce-ordering select option {
  color: #000;
}

.woocommerce-ordering select:focus {
  border: 0 !important;
  box-shadow: none;
  outline: 0;
}

.ordering_select_container picture {
  position: absolute;
  right: 1.5rem;
}

.woocommerce-ordering + ul.products {
  margin-top: 2rem !important;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.woocommerce-ordering + ul.products li {
  width: 48%;
  margin-bottom: 0 !important;
}

ul.page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 2rem 0;
  padding-left: 0;
  padding-bottom: 1rem;
}

ul.page-numbers li span.current {
  background-color: var(--secondary);
  color: white;
  padding: 0.2rem 0.5rem;
  min-width: 34px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid var(--secondary);
}

ul.page-numbers li a.page-link {
  background-color: transparent;
  color: var(--brown);
  padding: 0.2rem 0.5rem;
  min-width: 34px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid var(--brown) !important;
}

ul.page-numbers li a.page-link:hover {
  background: var(--secondary);
  color: #fff;
  border-color: var(--secondary) !important;
}

ul.page-numbers li span,
ul.page-numbers li a {
  font-family: var(--primary-font);
  background-color: transparent;
  padding: 0;
  font-size: 0.8rem;
}

ul.page-numbers li span {
  text-decoration: underline;
  font-weight: bold;
}

ul.page-numbers li a:focus {
  background-color: transparent;
  box-shadow: none;
}

.product_category_widget {
  margin-top: 2rem;
  padding: 0;
}

.summary {
  clear: both;
}

.summary > p.price {
  display: none !important;
}

.summary > p.price del .amount bdi,
.product > p.price del .amount bdi {
  color: var(--primary);
}

.summary > .discount_percentage {
  display: none !important;
  padding: 1rem 1rem 1rem 0 !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
}

body.single-product .woocommerce-breadcrumb {
  /* display: none; */
}

div.type-product {
  margin-top: 1rem;
}

#notice_banner a {
  color: white;
  font-family: var(--primary-font);
}

.bc-mnc__cart-link--container {
  align-items: center;
}

.bc-mnc__cart-details--cart-items-count {
  display: none;
}

.bc-mnc {
  padding: 0;
  background-color: var(--secondary);
  border-radius: 30px;
}

.bc-menu-cart-hr {
  height: 0;
  background-color: transparent;
}

.bc-mnc__cart-link-layout-02 {
  flex-direction: row-reverse;
}

.bc-mnc__cart-link-layout-02 .bc-mnc__cart-link--cart-icon {
  margin-right: 0 !important;
  margin-left: 0px;
}

.bc-mnc__cart-details--cart-total__amount bdi {
  color: white;
  font-family: var(--primary-font);
  font-weight: 500;
}

.bc-mnc
  .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-02
  .bc-menu-cart-text-container {
  display: none;
}

.single_product_sidebar_widget {
  margin-top: 2rem;
}

.single_product_sidebar_widget > h2 {
  font-family: Oswald;
}

#desktop_single_product_sidebar {
  background: #f5f5f6;
  position: sticky;
  bottom: 0;
  padding: 3rem 1rem 1rem 1rem;
  right: 0;
  min-height: 100vh;
  margin-top: 1px;
}

.desktop-menu > .menu-main-menu-desktop-container {
  background-color: transparent;
  position: static;
}

.desktop-menu > .menu-main-menu-desktop-container > ul.menu > li > ul.sub-menu {
  top: 100px;
  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0px 30px;
  padding: 1rem 2rem 0 2rem;
  width: calc(100% + 2rem);
  left: -1rem;
  grid-template-columns: 250px repeat(4, 1fr);
}

.desktop-menu ul.menu {
  gap: 1.5rem;
}

.desktop-menu ul.menu > li.menu-item-has-children {
  background-color: white;
  border-radius: 30px;
  position: static;
  transition: all ease 0.25s;
}

.desktop-menu ul li a {
  color: black !important;
  font-weight: 600 !important;
  font-size: 0.6rem !important;
  padding: 0.4rem 0.8rem !important;
  border-bottom: none !important;
}

.desktop-menu ul.menu > li.menu-item {
  background-color: white;
  border-radius: 30px;
}

.desktop-menu ul.menu > li.menu-item:hover,
.desktop-menu ul.menu > li.menu-item.active {
  background-color: var(--secondary);
}

.desktop-menu ul#menu-main-menu-desktop > li.menu-item:hover > a,
.desktop-menu ul#menu-main-menu-desktop > li.menu-item.active > a {
  color: white !important;
}

.desktop-menu ul.menu > li.menu-item-has-children > a::after {
  display: inline-block;
  background-color: transparent;
  width: auto !important;
  font-family: "FontAwesome";
  height: auto;
  font-weight: 100;
  content: "\f078";
  color: black;
  right: 0.5rem;
  padding-right: 0 !important;
  padding-left: 0.5rem;
}

.desktop-menu ul.menu > li.menu-item-has-children:hover,
.desktop-menu ul.menu > li.menu-item-has-children.active {
  background-color: var(--secondary);
}

.desktop-menu ul.menu > li.menu-item-has-children:hover > a,
.desktop-menu ul.menu > li.menu-item-has-children.active > a,
.desktop-menu ul.menu > li.menu-item-has-children:hover > a::after,
.desktop-menu ul.menu > li.menu-item-has-children.active > a::after {
  color: white !important;
}

.desktop-menu ul ul > li {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.desktop-menu ul ul > li.desktop-button {
  display: flex;
  justify-content: end;
  align-self: end;
  margin-left: auto;
}

.desktop-menu ul ul > li.desktop-button > a {
  border-radius: 30px;
  background-color: var(--secondary);
  color: white !important;
  padding: 0.4rem 0.8rem !important;
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
}

.desktop-menu ul ul > li.desktop-button > a::after {
  height: 0;
}

.desktop-menu ul ul > li.menu-item-has-children > ul a {
  color: black;
  border-bottom: none;
}

.desktop-menu ul ul > li.menu-item-has-children > a::after {
  content: "";
}

.desktop-menu ul ul > li.menu-item-has-children > ul {
  display: flex !important;
  flex-direction: column;
  top: 0 !important;
  box-shadow: none;
  padding-left: 2rem;
}

.desktop-menu ul ul > li.menu-item-has-children > ul > li > a {
  border-left: 1px solid var(--secondary);
  padding: 0.4rem !important;
}

.menu-main-menu-desktop-container ul ul li.menu-item-type-yspl_win {
  display: none;
}

.desktop-menu .menu-item-type-yspl_win {
  max-width: 400px;
  margin-right: 1rem;
  border-right: 1px solid var(--brown);
}

.desktop-menu .menu-item-type-yspl_win h2:first-child {
  font-size: 1.5rem;
}

.desktop-menu .menu-item-type-yspl_win h2:first-child + h2 {
  font-size: 1rem;
}

.desktop-menu .menu-item-type-yspl_win img {
  max-width: 185px;
}

.menu-secondary-desktop {
  background-color: var(--primary);
  border-width: 2px 0;
  border-color: var(--secondary);
  border-style: solid;
  padding: 1rem;
}

.menu-secondary-desktop .menu-secondary-item {
  position: absolute;
  z-index: 2;
  background-color: transparent;
}

.menu-secondary-desktop .menu-secondary-item ul li a {
  background-color: var(--secondary);
  color: white;
  padding: 0.6rem 1.2rem;
  min-width: 250px;
}

.menu-secondary-desktop .menu-secondary-item ul li:first-child a {
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  transition: 0.1s border-radius ease;
}

.menu-secondary-desktop .menu-secondary-item ul.menu > li.open:first-child > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px 30px 0 0;
}

.menu-secondary-desktop .menu-secondary-item ul.sub-menu > li > a {
  border-radius: 0;
  border-top: 1px solid white;
}

.menu-secondary-desktop .menu-secondary-item ul.sub-menu > li:last-child > a {
  border-radius: 0 0 30px 30px;
}

.menu-secondary-desktop .menu-secondary-item ul li a::after {
  color: white !important;
  position: static !important;
  font-weight: normal !important;
  padding-left: 0.5rem;
  display: inline-block;
}

.menu-secondary-desktop-wrapper {
  max-width: 1200px;
  position: relative;
}

.dgwt-wcas-search-wrapp {
  max-width: none !important;
  display: flex;
  width: 130%;
}

.dgwt-wcas-search-input {
  border-radius: 30px !important;
  font-family: var(--primary-font) !important;
  padding: 10px 40px 10px 40px !important;
}

.selectCatalogo {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.selectCatalogo a {
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
  font-size: 0.95rem;
  margin-left: 1rem;
  border: 1px solid var(--secondary);
}

.selectCatalogoMobile {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  border-bottom: 1px solid var(--secondary);
  border-top: 1px solid var(--secondary);
}

.selectCatalogoMobile a {
  width: 50%;
  text-align: center;
  font-weight: bolder;
  padding: 1rem 0;
  font-size: 3.5vw;
}

#search_mobile_close {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  width: 30px;
  cursor: pointer;
}

.desktop_cart_shop_container {
  background: #f5f5f6;
  min-height: 100vh;
}

.summary > .product_title {
  display: none;
}

.cart-container span.mobileQuickCart {
  background-image: url("img/cartIcon.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}

.cart-container span.mobileQuickCart span {
  background: orangered;
  position: absolute;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  top: -7px;
  right: -8px;
}

.cart-container span.mobileQuickCart.empty span {
  display: none;
}

.cart-container span.desktopQuickCart {
  color: var(--secondary) !important;
  font-weight: 600 !important;
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem !important;
  background-color: #fff;
  border: 1px solid var(--secondary);
  border-radius: 30px;
  position: static;
  transition: all ease 0.25s;
}

.cart-container span.desktopQuickCart.empty {
  font-size: 0;
}

.cart-container span.desktopQuickCart::after {
  content: "";
  background-image: url("img/cartIconGreen.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 2px;
  vertical-align: bottom;
}

.cart-container span.desktopQuickCart.empty::after {
  margin-left: 0;
  background-position: center center;
  width: 28px;
  height: 20px;
}

body.woocommerce-cart h1.entry-title {
  text-align: center;
  color: var(--secondary);
  text-transform: uppercase;
  padding-top: 1.5rem;
  margin-top: 0;
}

.gx-8 {
  --bs-gutter-x: 4rem;
}

body.single-product #primary .row > .product.gx-8 {
  --bs-gutter-x: 1.5rem;
}

/* Woocommerce my account */
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation li {
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 0;
}

.woocommerce-MyAccount-navigation li.is-active {
  background-color: #ddd;
}

.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 0.5em 1em;
}

h2.produttoriTitle {
  height: 3.5rem;
  padding: 0 1rem;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  font-family: var(--primary-font);
}

body.woocommerce-account form .form-row-first {
  width: 48%;
  display: inline-block;
  margin-right: 1%;
}

body.woocommerce-account form .form-row-last {
  width: 48%;
  display: inline-block;
  margin-left: 1%;
}

body.woocommerce-account form .form-row-wide {
  width: 98%;
  display: block;
}

body.woocommerce-account form label {
  display: block;
}

body.woocommerce-account form input,
body.woocommerce-account form textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
}

/* Woocommerce notification */

.woocommerce-message,
.woocommerce-info {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 1rem;
  background-color: var(--secondary) !important;
  color: #fff;
}

.woocommerce-error {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 1rem 0;
  color: #fff;
}

ul.woocommerce-error {
  list-style: none;
  padding: 1rem;
}

ul.woocommerce-error li {
  list-style: none;
  margin: 0;
}

.woocommerce-error a,
.woocommerce-message a,
.woocommerce-info a {
  color: #fff;
  text-decoration: underline;
}

.dgwt-wcas-suggestions-wrapp {
  font-family: var(--primary-font);
}

.dgwt-wcas-si {
  width: 64px;
}

.dgwt-wcas-st {
  font-size: 18px;
}

span.woocommerce-input-wrapper span.description {
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-top: 6px;
}

.woosb-products .woosb-product {
  display: block;
  position: relative;
}

.woosb-products .woosb-product .woosb-thumb {
  width: 50%;
  display: inline-block;
  position: absolute;
}

.woosb-products .woosb-product .woosb-thumb img {
  width: 100%;
  max-width: 100%;
}

.woosb-products .woosb-product .woosb-title {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding-top: 1rem;
  position: relative;
  left: 50%;
}

.woosb-qty span.price {
  display: none;
}

.woosb-qty .woopq-quantity-input {
  justify-content: center;
}

.woosb-products .woosb-product .woosb-qty {
  width: 48%;
  display: inline-block;
  position: relative;
  display: block;
  left: 50%;
}

.woosb-products .woosb-product .woosb-price {
  display: block;
  position: relative;
  left: 50%;
  margin-bottom: 1rem;
  width: 50%;
}

.woosb-cart-parent {
  /* display: none; */
}

.woosb-total.woosb-text {
  font-size: 0;
}

.summary > .custom_bundle_price,
.product-type-woosb > .custom_bundle_price {
  display: none;
}

.TicketRestaurantBox {
  text-align: center;
}

.TicketComplimentsButton {
  margin: 1rem auto;
}

#scalapay-widget-area-wc-scalapay-payin3 {
  margin-left: 1rem;
  padding: 0;
}

li.payment_method_wc-scalapay-payin3 label {
  /* display: inline; */
}

.payment_box.payment_method_wc-scalapay-payin3 > div {
  padding-left: 15px !important;
  font-size: 0.9rem !important;
  font-weight: 300;
  margin-bottom: 15px;
}

li.payment_method_wc-scalapay-payin3 label img {
  max-width: 30%;
  margin-left: 1rem;
}

/* Checkout - paypal edit - gf */

body.woocommerce-checkout .about_paypal {
  display: none;
}

body.woocommerce-checkout .wc_payment_method.payment_method_yith-paypal-ec br {
  display: none;
}

/* Cart - align elements - gf */

body.woocommerce-cart .cxecrt-button-holder {
  padding-left: 0.7rem;
}

body.woocommerce-cart p.cart-empty.woocommerce-info,
body.woocommerce-cart .woocommerce-message {
  background-color: #fff !important;
  border: 1px solid var(--secondary) !important;
  color: var(--secondary) !important;
}

body.woocommerce-cart .woocommerce-message a {
  color: var(--secondary) !important;
}

/* Order received - page optimization */

body.woocommerce-order-received
  p.woocommerce-notice.woocommerce-thankyou-order-received {
  margin-top: 1.4rem;
  font-size: 1.5rem;
  font-weight: 600;
}

body.woocommerce-order-received h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 0.7rem;
}

body.woocommerce-order-received h3 {
  font-size: 1.3rem;
  font-weight: 400;
}

body.woocommerce-order-received ul.order_details {
  margin-top: 0.7rem;
}

ul.wc_payment_methods.payment_methods.methods li label img {
  display: none;
}

ul.wc_payment_methods.payment_methods.methods
  li
  label[for="payment_method_setefi"]::after {
  display: inline-block;
  background: url("./img/centrovete-nexi.png") no-repeat;
  content: "";
  width: 80px;
  height: 16px;
  background-size: cover;
}

ul.wc_payment_methods.payment_methods.methods
  li
  label[for="payment_method_wc-scalapay-payin3"]::after {
  display: inline-block;
  background: url("https://centrovete.net/wp-content/plugins/scalapay-payment-gateway-for-woocommerce/assets/images/scalapay-logo-black.png")
    no-repeat;
  content: "";
  width: 80px;
  height: 20px;
  background-size: cover;
  margin-bottom: -3px !important;
}

ul.wc_payment_methods.payment_methods.methods
  li
  label[for="payment_method_bacs"]::after {
  display: inline-block;
  background: url("./img/centrovete-pagamenti-contrassegno.svg") no-repeat;
  content: "";
  width: 45px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  margin-bottom: -5px;
}

ul.wc_payment_methods.payment_methods.methods
  li
  label[for="payment_method_cod"]::after {
  display: inline-block;
  background: url(./img/centrovete-pagamenti-bonifico.svg) no-repeat;
  content: "";
  width: 45px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  margin-bottom: -5px;
}

ul.wc_payment_methods.payment_methods.methods
  li
  label[for="payment_method_ppcp-gateway"]::after {
  display: inline-block;
  background: url("./img/centrovete-pagamenti-paypal.svg") no-repeat;
  content: "";
  width: 45px;
  height: 20px;
  background-size: contain;
  margin-bottom: -5px;
}

ul.wc_payment_methods.payment_methods.methods
  li
  label[for="payment_method_ppcp-credit-card-gateway"]::after {
  display: inline-block;
  background: url("./img/centrovete-paypal.png") no-repeat;
  content: "";
  width: 40px;
  height: 16px;
  background-size: cover;
}

.certificazioniMinisteriali .alignleft {
  margin: 0.5em 0em 0.5em 0;
}

.certificazioniMinisteriali .alignright {
  margin: 0.5em 0 0.5em 0em;
}

@media screen and (max-width: 991px) {
  body.woocommerce-order-received .shop_table.order_details tr {
    border-bottom: 1px dotted #fff;
  }

  body.woocommerce-order-received .shop_table.order_details tr:last-child {
    border-bottom: none !important;
  }

  .cart_product_price {
    display: flex !important;
    justify-content: center !important;
  }
}

@media screen and (min-width: 991px) {
  body.woocommerce-order-received .shop_table.order_details tr {
    border-bottom: 1px dotted #ccc;
  }

  body.woocommerce-order-received .shop_table.order_details tr:last-child {
    border-bottom: none !important;
  }
}

/* FIX PLUGIN UAG */
@media (min-width: 1025px) {
  body .uag-hide-desktop.uagb-google-map__wrap,
  body .uag-hide-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body .uag-hide-tab.uagb-google-map__wrap,
  body .uag-hide-tab {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body .uag-hide-mob.uagb-google-map__wrap,
  body .uag-hide-mob {
    display: none !important;
  }

  .rapido-modal-message {
  }

  .fdt_productStriscia-full_logo,
  .fdt_productStriscia-full_ratx {
    display: none;
  }

  .woocommerce-ordering select {
    font-size: 0.9rem !important;
  }

  #product_category_sidebar {
    display: none !important;
  }

  form.woocommerce-cart-form {
    margin-bottom: 40px;
  }

  .fdt_productStriscia-full_widget_wrapper > a {
    justify-content: left !important;
  }
}

/*MEDIA QUERY*/
@media (min-width: 768px) {
  .popup-actions {
    display: flex;
    column-gap: 1rem;
  }

  .popup-actions > a {
    letter-spacing: unset;
    font-weight: 600;
  }

  .yith-wacp-related-product .product-price .price {
    text-align: end !important;
  }

  .best_seller {
    background: #f5f5f6;
    padding: 3rem 0;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: 100vw;
  }

  body.single-product .product p.price {
    display: none;
  }

  .summary {
    width: 50%;
    min-width: 400px;
    max-width: 600px;
    clear: none;
    float: right;
    margin-top: 0;
  }

  .summary > h1 {
    margin-top: 0;
  }

  body.single-product span.discount_percentage {
    display: none;
  }

  .summary > p.price {
    display: inline-block !important;
    width: 50%;
    font-size: 1.2rem;
    margin: 0;
    text-align: right;
  }

  .summary > .discount_percentage {
    display: inline-block !important;
    width: 50% !important;
    font-weight: 600 !important;
  }

  .woocommerce-result-count {
    float: left;
  }

  .woocommerce-ordering {
    float: right;
    margin-bottom: 2rem;
  }

  .woocommerce-ordering + ul.products {
    clear: both;
  }

  .woocommerce-ordering + ul.products li {
    width: 23%;
  }

  .menu-main-menu-desktop-container ul ul li.menu-item-type-yspl_win {
    display: block;
    grid-row: span 2;
  }

  .upsells ul.products > li,
  .related ul.products > li {
    width: 225px;
    margin: 0 1rem;
    display: inline-block;
  }

  .upsells ul.products,
  .related ul.products {
    text-align: center;
    row-gap: 1.5rem;
    column-gap: 5rem;
    flex-wrap: wrap;
  }

  .bc-mnc {
    padding: 0.4rem 0.8rem;
  }

  .bc-mnc__cart-link--container {
    column-gap: 0.5rem;
  }

  .shop_table tr td,
  .shop_table tr th {
    padding: 0.3rem 0.8rem;
  }

  label.magic_selector::after,
  label.magic_selector::before {
    width: 90px;
    height: 90px;
  }

  label#select_cane::after {
    margin-top: -106px;
  }

  label#select_gatto::after {
    margin-top: -105px;
  }

  label#select_cavallo::after {
    margin-top: -102px;
  }

  label#select_altri::after {
    margin-top: -113px;
  }

  span#cart-others-also-bought.clerk {
    display: inline-block;
    max-width: 760px;
    padding-left: 4px;
  }
}

@media (min-width: 992px) {
  #notice_banner {
    background-color: var(--secondary);
    color: white;
  }

  .cart_product_info {
    display: block;
  }

  .rapido-list .cart_product_info {
    display: flex;
  }

  .woocommerce-ordering + ul.products {
    gap: 1rem;
  }

  #ppcp-hosted-fields,
  #ppc-button,
  .totale_checkout,
  .shop_table {
    width: calc(100% + 1rem) !important;
  }

  #special_offer_banner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .special_offer_text {
    margin-left: auto;
    margin-right: auto;
  }

  .close_message_special_offer {
    right: 1rem;
  }

  .bc-mnc
    .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-02
    .bc-menu-cart-text-container {
    display: block;
  }

  .main-navigation {
    background-color: var(--primary);
    color: black;
    padding: 1.5rem 1rem;
  }

  .main-navigation-wrapper {
    position: static;
  }

  .garanzia_centrovete {
    background-color: var(--primary);
    border-radius: 30px 0px;
    box-shadow: none;
    padding: 0.8rem 1.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%;
  }

  .garanzia_centrovete_top > h4 {
    font-size: 1.1rem;
  }

  .checkout_fields_container .col2-set {
    border: 1px solid var(--secondary);
    border-radius: 50px 0px;
  }

  .acquista_form_option,
  .acquista_form_option .ospite,
  .acquista_form_option > div.ospite:not(.active) {
    border-radius: 50px 0 0 0;
  }

  .apply_coupon_btn,
  .update_cart_btn {
    background-color: var(--primary) !important;
    color: var(--brown) !important;
    font-weight: 500 !important;
    text-transform: uppercase;
  }

  .product.type-product .product_title {
    display: none;
  }

  body.single-product .product .summary .product_title {
    display: block;
  }

  body.home .product_list {
    display: none;
  }

  body.single-product .wc-tabs-wrapper {
    border: none;
    border-radius: 0;
  }

  body.single-product ul.wc-tabs {
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
    border-bottom: 1px solid #a1a1a1;
  }

  body.single-product ul.wc-tabs li {
    font-weight: 500;
    background: #f0f0f0 !important;
    border-radius: 0 20px 0 0 !important;
    border-bottom: 0 !important;
  }

  body.single-product ul.wc-tabs li a {
    padding: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-style: italic;
  }

  body.single-product ul.wc-tabs li.active {
    background-color: var(--primary) !important;
  }

  body.single-product ul.wc-tabs li.active a {
    color: var(--brown) !important;
  }

  .shop_table {
    background: #f5f5f6;
    color: black;
  }

  .woocommerce-cart-form {
    border: 1px solid var(--secondary);
    overflow: hidden;
    margin-bottom: 2rem;
  }

  .cart_container {
    border-width: 0 0 1px 0;
    width: calc(100% + 0.5rem) !important;
  }

  .cart_product_info {
    border-bottom: 1px solid var(--secondary);
  }

  .cart_product_price {
    border-top: none;
    flex: 2.7;
    justify-content: center;
    padding-right: 1rem;
  }

  body.archive main {
    padding-top: 1px;
  }

  /*.yith-wacp-main */
  .cart_container {
    border-bottom: 0;
  }

  .cart_product_title {
    flex: 2;
    padding: 0 1rem;
  }

  .delete_product_container,
  .item-remove {
    border-bottom: 1px solid var(--secondary);
  }

  .cart_product_info_top {
    padding: 0;
  }

  .productthumb {
    width: auto;
    border-right: 1px solid var(--secondary);
    flex: 1;
  }

  .cart_product_price > div {
    width: 100%;
  }

  .cart_product_price > div > span,
  .cart_product_price > div > div {
    display: inline-flex;
    justify-content: center;
  }

  .cart_product_price > div > span {
    width: 25% !important;
    float: left;
    line-height: 65px;
  }

  body.single-product #primary .row > .product.gx-8,
  .gx-lg-8 {
    --bs-gutter-x: 4rem;
  }

  #ppcp-hosted-fields,
  #ppc-button,
  .totale_checkout,
  .shop_table {
    background: none;
  }

  .cross-sells {
    display: none;
  }

  body.woocommerce-cart .shop_table {
    position: static;
    border-top: none;
  }

  body.woocommerce-cart {
    position: relative;
  }

  body.woocommerce-cart article.page,
  body.woocommerce-checkout article.page {
    margin-bottom: 0;
    padding-bottom: 2rem;
    min-height: 60vh;
  }

  body.woocommerce-cart header.entry-header {
    margin-left: -1rem;
    width: 60%;
  }

  .cart-collaterals {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f5f5f6;
  }

  .main-cart {
    min-height: 350px;
  }
}

@media (max-width: 1199px) {
  .cart_tabs {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .woocommerce-ordering + ul.products {
    gap: 1.3rem;
  }

  .desktop_main_category_page_wrapper {
    margin-right: 50px;
  }

  #ppcp-hosted-fields,
  #ppc-button,
  .totale_checkout,
  .shop_table {
    width: 100% !important;
  }

  .woocommerce-product-gallery {
    max-width: 400px;
  }

  .desktop-menu ul li a {
    font-size: 0.8rem !important;
  }

  div.type-product {
    margin-top: 2rem;
  }

  #product_category_sidebar,
  .order_review_container {
    background: #f5f5f6;
    /* position: absolute; */
    bottom: 0px;
    top: 0;
    right: 0;
    padding: 1rem;
    padding-top: 3rem;
    min-height: 100vh;
  }

  .category_list .subcategories_list li a {
    font-size: 0.9rem;
  }

  .checkout-button {
    background-color: #f55a03 !important;
    font-weight: 500 !important;
    text-transform: uppercase;
  }

  /* .shop_table {
		width: 60% !important;
		margin-left: 0 !important;
	} */

  body.archive main {
    display: flex;
    min-height: 100vh;
  }

  .selectCatalogo {
    width: 73%;
  }

  .acquista_form_option {
    width: 100%;
  }

  /* fix-home-margins */
  .home .uagb-column__wrap {
    padding: 3px !important;
  }

  .home .uagb-column__inner-wrap {
    padding: 0 !important;
  }

  body.home:not(.amp) .coblocks-animate.clipHorizontal {
    width: 100%;
  }

  body.home:not(.amp) .coblocks-animate.clipHorizontal a {
    width: 100%;
    display: block;
  }

  body.home:not(.amp) .coblocks-animate.clipHorizontal a picture {
    width: 100%;
    display: block;
  }

  body.home:not(.amp) .coblocks-animate.clipHorizontal a picture img {
    width: 100%;
    display: block;
  }

  .brand-carousel {
    width: 100% !important;
  }

  body.woocommerce-checkout .shop_table,
  .totale_checkout {
    margin-left: 0;
  }
}

input#submit_ricetta,
#insert_ricetta input#submit_single_ricetta {
  background-color: #27ac98;
  color: white;
}

#insert_ricetta input[type="submit"] {
  width: 100%;
  font-size: 1rem;
  margin: 2rem auto 0;
  padding: 0.8rem 1rem;
}

/* Hover Zoom Buttons*/

.checkout-button,
.ppcp-dcc-order-button,
.totale_checkout > button {
  transition: var(--zoom-transition);
}

.aggiungi_al_carrello_btn:hover,
.checkout-button:hover,
.ppcp-dcc-order-button:hover,
.totale_checkout > button:hover {
  transform: var(--zoom);
  transition: var(--zoom-transition);
}

.page-link:hover {
  background-color: transparent;
  color: #fff;
}

.product.type-product .price,
.product-type-simple .price {
  color: var(--brown);
}

/* Hide Download Section - My Account Page */

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

/* Custom arrows owl carousel  */
.brands-carousel .owl-nav button.owl-prev {
  left: -40px;
}

.brands-carousel .owl-nav button.owl-next {
  right: -40px;
}

.brands-carousel .owl-nav button.owl-prev,
.brands-carousel .owl-nav button.owl-next {
  cursor: pointer;
  z-index: 999;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  box-shadow: rgb(0 0 0 / 28%) 0px 0.1em 0.3em 0px;
  background-color: #27ac98 !important;
}

.brands-carousel .owl-nav button.owl-prev:after {
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  border: solid rgba(255, 255, 255, 1) !important;
  border-width: 0 3px 3px 0 !important;
  transform: rotate(135deg) !important;
  margin-left: 8px;
  display: block;
}

.brands-carousel .owl-nav button.owl-next:after {
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  border: solid rgba(255, 255, 255, 1) !important;
  border-width: 0 3px 3px 0 !important;
  transform: rotate(-45deg) !important;
  margin-right: 3px;
  display: block;
}

.feedaty_fwr_product_badge {
  float: left;
  width: 100%;
}

.cart_btn_out_of_stock {
  background-color: var(--secondary);
  width: 30px;
  height: 25px;
  padding: 0.2rem;
  border-radius: 12px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

span.out_of_stock_badge {
  font-size: 12px;
  line-height: 25px;
  margin-right: 4px;
}

span.page-link.dots {
  border: none;
  color: var(--brown);
  text-decoration: none;
}

/* Page loader */

html,
body {
  overflow: hidden;
}

html.removed-page-loader,
body.removed-page-loader {
  overflow-y: visible;
}

div#page-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999999999;
}

div#page-loader.loading::before {
  content: "";
  display: block;
  background-image: url(./img/search.gif);
  width: 100%;
  height: calc(100% + 1rem);
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  left: 0;
  top: -1rem;
}

.fdt_productStriscia-slim-blk_widget_wrapper {
  overflow: visible !important;
}

/* Waitlist Button */

button.xoo-wl-action-btn.xoo-wl-open-form-btn.button.btn.xoo-wl-btn-popup,
.xoo-wl-form button.xoo-wl-submit-btn {
  width: 100% !important;
  display: block;
  max-width: 100%;
  border-radius: 50px;
  transition: var(--zoom-transition);
  padding: 0.8rem 1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

button.xoo-wl-action-btn.xoo-wl-open-form-btn.button.btn.xoo-wl-btn-popup:hover,
.xoo-wl-form button.xoo-wl-submit-btn:hover {
  color: white;
  transform: var(--zoom);
  transition: var(--zoom-transition);
}

p.stock.out-of-stock {
  margin-bottom: 0.8rem;
}

/* Hide elements from cart */

.woocommerce-cart #mailing_list_footer {
  display: none !important;
}

/* Read more, show archive description - mobile */
a.showDescription {
  display: none;
}

@media (max-width: 767px) {
  .archive h1 {
    font-size: 1.4rem;
  }

  .cart_product_title {
    width: 67% !important;
    margin: 0 !important;
  }

  h3.titleClerk {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .archive a.showDescription {
    display: block;
    margin-bottom: 20px;
  }

  .archive .term-description {
    position: relative;
    height: 50px;
    overflow: hidden;
    margin-bottom: 0px;
    transition: var(--zoom-transition);
  }

  .archive .term-description:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, #fff);
    transition: var(--zoom-transition);
  }

  .archive .term-description.open {
    height: auto !important;
    transition: var(--zoom-transition);
  }

  .archive .term-description.open:after {
    display: none !important;
    transition: var(--zoom-transition);
  }
}

/* Optimize Feedaty - Single Product badge*/
.single-product .product_meta {
  text-align: left;
  display: block;
  float: left;
  width: 100%;
}

.single-product .feedaty_fwr_product_badge {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
}

.selectCatalogo a:hover {
  background-color: var(--secondary);
  border-color: var(--secondary) !important;
  color: #fff !important;
}

/* hide footer in woocommerce checkout */
.woocommerce-checkout #pre_footer {
  display: none;
}

.flex-viewport {
  min-height: 300px;
  height: 300px;
}

.attachment-shop_single {
  width: 100%;
}

figure.woocommerce-product-gallery__wrapper {
  min-height: 200px;
}

.woocommerce-product-gallery__image.flex-active-slide {
  min-width: 300px !important;
}

/*media queries max 767, 768 991, 991 1199*/
@media (max-width: 767px) {
  .home .uagb-columns__columns-2 .wp-block-uagb-column {
    width: 50% !important;
    float: left;
  }

  .home .uagb-columns__columns-4 .wp-block-uagb-column {
    width: 50% !important;
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home .uagb-columns__columns-2 .wp-block-uagb-column {
    width: 50% !important;
    float: left;
  }

  .home .uagb-columns__columns-4 .wp-block-uagb-column {
    width: 25% !important;
    float: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home .uagb-columns__columns-2 .wp-block-uagb-column {
    width: 50% !important;
    float: left;
  }

  .home .uagb-columns__columns-4 .wp-block-uagb-column {
    width: 25% !important;
    float: left;
  }
}

@media (min-width: 1200px) {
  .home .uagb-columns__columns-2 .wp-block-uagb-column {
    width: 50% !important;
    float: left;
  }

  .home .uagb-columns__columns-4 .wp-block-uagb-column {
    width: 25% !important;
    float: left;
  }
}

body:not(.amp) .coblocks-animate {
  opacity: 1 !important;
}

a.item-name {
  position: absolute;
  left: 20px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.cart_product_info {
  border-bottom: 1px solid var(--secondary);
  width: 100%;
  align-items: center;
  justify-content: center;
}

.rapido-modal-cart-shipping {
  padding: 20px 20px 10px 20px;
}

.rapido-modal-cart-total {
  padding: 10px 20px 20px 20px;
}

span.rapido-modal-cart-shipping-value,
span.rapido-modal-cart-total-value {
  float: right;
}

.rapido-modal-cart-shipping-label,
.rapido-modal-cart-total-label {
  font-size: 0.9rem !important;
  text-transform: none !important;
  font-weight: 500 !important;
  color: #565656;
}

.rapido-custom-shortcode {
  padding: 20px 0;
  text-align: center;
}

.rapido-modal-message {
  background-color: var(--primary) !important;
  border-radius: 30px 0 0 0;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  font-size: 14px;
  padding: 10px 15px;
}

.cart_product_price > div > span {
  width: auto !important;
}

@media (max-width: 380px) {
  .rapido-modal-message,
  .mobile-padding {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
}

h3.titleClerk {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: var(--secondary);
}

@media (min-width: 1200px) {
  .cart_product_price {
    margin-right: -121px !important;
    padding-right: 0 !important;
  }
  .cart_product_price .woopq-quantity {
    padding: 0.5rem 0 !important;
  }

  .cart_product_price .woopq-quantity {
    padding: 0.5rem 0 !important;
    margin: 0.8rem -21px 0.9rem -30px !important;
  }
}

a.add_all_aic {
  background-color: #f55a03 !important;
}

.woocommerce-cart .woocommerce-shipping-totals,
.woocommerce-cart .cart-subtotal {
  display: none !important;
}

/* Questions & Answers Custom CSS */

.qaQuestion {
  padding: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 50px;
}

.qaQuestions {
  margin-bottom: 50px;
  display: block;
  float: left;
}

.qaQuestions ul {
  margin: 0 !important;
}

.qaQuestions > ul > li {
  border: none !important;
}

.qaQuestionText {
  padding-left: 0 !important;
  color: var(--secondary) !important;
  display: block;
  float: left;
  font-weight: 600;
  width: 100% !important;
  font-size: 18px;
  padding-bottom: 0 !important;
}

.qaAction {
  background-color: var(--secondary) !important ;
  border: 1px solid var(--secondary) !important;
  color: #ffffff !important;
  cursor: pointer;
  border-radius: 20px;
  font-style: normal !important;
}

.qa input,
.qa textarea {
  margin-bottom: 10px;
}

div.qaAnswerFrom {
  padding-left: 10px !important;
}

.qaAnswerText,
.qaAnswerLabel,
.qaAnswerFrom {
  color: var(--brown) !important;
}
.qaAnswerLabel {
  font-style: normal !important;
  font-size: 16px !important;
}
.qaAnswerFrom span:first-child {
  color: var(--secondary) !important;
}

.qaAnswerFrom span,
.qaAnswerFrom div {
  margin-right: 10px !important;
}

.qa input,
.qa textarea {
  width: 100% !important;
}

button.qaAction.qaAccept {
  padding-left: 50px;
  padding-right: 50px;
}
.qaQuestions ul > li {
  padding: 0 !important;
}

.qaQuestionFrom {
  padding-left: 0 !important;
}

.qaAnswers,
.qaAnswerText {
  margin-left: 20px !important;
}

.qaQuestions ul.qaAnswers li {
  width: 95% !important;
  padding-bottom: 35px !important;
}
form.qa > span{
  display: block;
}
@media (max-width: 991px) {
  body.single-product .wc-tabs-wrapper {
    display: block !important;
    float: left !important;
  }
}
