/*
Theme Name: VSR SHOP Theme
Text Domain: VSRSHOP
Version: 1.0
Requires at least: 6.3
Requires PHP: 7.0.0
Description:  VSR - Wordpress Custom Theme
Author: Jacopo Zangrilli
Author URI: http://visualjack.it/
Theme URI: https://vesuviussoulrecords.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
*/

/* FONTS 

// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 900

.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 200 to 700

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/

body {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  padding-top: 120px;
}

a {
	text-decoration: none;
	color: inherit;
}


a:hover {
	color: inherit;
}
.oswald-600 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.oswald-500 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.oswald-400 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.oswald-300 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.oswald-200 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.raleway-600 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.raleway-500 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.raleway-400 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.raleway-200 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.font-italic {
  font-style: italic;
}

.font-xl {
  font-size: 40px;
  line-height: 1.3;
}

.font-l {
  font-size: 20px;
  line-height: 1.3;
}

.font-m {
  font-size: 20px;
  line-height: 1.3;
}

.font-s {
  font-size: 15px;
  line-height: 1.3;
}

.font-xs {
  font-size: 12px;
  line-height: 1.3;
}

.color-gray {
  color: #E1E1E1;
}


@media only screen and (min-width: 769px) {
  .visibile-desktop {
    display: block;
  }
  .hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .visibile-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
}

p {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.spacer-s {
  display: block;
  height: 10px;
  width: 100%;
  clear: both;
}

.spacer-m {
  display: block;
  height: 25px;
  width: 100%;
  clear: both;
}

.content-area {
  display: flex;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 25px;
}

.content-wide {
  width: 100%;
}

.player-area,
.page-content-area {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto 25px;
  /* padding: 25px; */
}

.page-content-area {
	padding: 25px;
}

.info-toggle {
  position: absolute;
  right: 25px;
  height: 30px;
  width: 30px;
  display: none;
  cursor: pointer; 
}

.pre-header {
  display: flex;
  justify-content: space-between;
  margin: 0px auto 15px;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  color: #5f5f5f;

}

.pre-header a {
	  font-size: 0.8rem;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}

.logo-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.name-header {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  margin-left: 12px;
}

.logo-header {
  width: 40px;
  height: 40px;
  background-image: url('assets/img/VSR_black.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.info-box {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}

.info-title {
  color: #5f5f5f;
  font-weight: 400;
}
.site-menu a {
	color: inherit;
	text-decoration: none;
}
.info-box a:hover,
.site-menu a:hover {
	color: #cf3a3a;
}

.after-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  position: relative;
  padding: 10px 25px;
  margin: 0px auto 10px;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #5f5f5f;
}

.icon-search {
  width: 25px;
  vertical-align: middle;
  margin-left: 5px;
}

#search {
  background: transparent;
  border: 1px solid #5f5f5f;
  border-radius: 2px;
  height: 35px;
  padding: 0 10px;
  color: #000000;
}

.site-menu {
    padding: 0;
    margin: 0;
    margin-left: 70px;
}

.site-menu li {
    display: inline-block;
    margin: 0 30px;
}

@media only screen and (max-width: 980px) {
  
  .info-toggle {
    display: block;
  }

  .name-header {
    font-size: 20px;
    margin-left: 5px;
  }
  
  .logo-header {
    width: 30px;
    height: 30px;
    background-image: url('assets/img/VSR_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .info-box {
    display: none;
    margin: 10px 0;
  }

  .view-info-box {
    display: block;
  }

  header {
    flex-direction: column;
  }
  
}

p.price {
  text-align: right;
}


.woocommerce-products-header__title.page-title,
.related h2 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

header.woocommerce-products-header {
  padding: 0;
  margin: 0 0 30px;
}

select.orderby {
  background: transparent;
  border: 1px solid #757575;
  border-radius: 2px;
  height: 35px;
  padding: 0 10px;
  color: #757575;

  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

p.woocommerce-result-count {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; 
  color: #757575;

}

.shop-artist {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #000000;
}

.shop-album {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #5f5f5f;
}

.woocommerce ul.products li.product .price {
  color: #cf3a3a;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 2px;
  flex: auto;
}

section.related.products {
  margin-top: 30px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .woocommerce-product-gallery {
    padding: 0 50px;
  }

  .entry-summary {
    text-align: center;
  }

  .woocommerce div.product .product_title {
    margin-bottom: 0px!important;
    text-align: right;
	padding-right: 10px;
  }

  p.price {
    margin-bottom: 10px;
	text-align: left;
	padding-left: 10px;
  }

  .player-area {
    text-align: left;
  }

  form.cart {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}

.woocommerce div.product .product_title, p.price {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 30px!important;
  line-height: 1.3;
  width: 50%;
  float: left;
}

.woocommerce div.product p.price,.woocommerce div.product span.price {
    color: #cf3a3a;
}


.wp-block-woocommerce-cart,
.wc-block-checkout {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
}

.wp-block-woocommerce-cart a,
.wc-block-checkout a {
	color: inherit;
}

.woocommerce-cart .wc-block-components-radio-control__option {
  padding: 0px 0px 0px 50px;
}

.single-product .product .single_add_to_cart_button.button,
.woocommerce .product .add_to_cart_button.button,
.wc-block-cart__submit-container,
.wc-block-components-checkout-place-order-button {
  background-color: #272727;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-radius: 0px;
  min-height: 40px;
  text-decoration: none;
  border: none;
  padding-top: 12px;
}

.btn-black {
  display: inline-block;
  background-color: #272727;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  border-radius: 0px;
  text-decoration: none;
  border: none;
  padding: 10px 50px;
  margin: 5px 0;
  font-weight: bolder;
}

.btn-black:hover {
	background-color: #cf3a3a;
	color: #ffffff;
}

.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button span {
	text-decoration: none;
	color: inherit;
  font-weight: 600;
}

.wc-block-cart__submit-container:hover,
.wc-block-components-checkout-place-order-button:hover {
	background-color: #cf3a3a;
	color: #fff;
}


.quantity input {
  background: #272727;
  border: none;
  border-radius: 0px;
  height: 40px;
  color: #fff;
  font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.woocommerce div.product form.cart {
  margin-bottom: 10px!important;
}

.single-product .product .single_add_to_cart_button.button:hover,
.woocommerce .product .add_to_cart_button.button:hover {
	background-color: #cf3a3a;
	color: #ffffff;
}


.woocommerce-notices-wrapper {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.woocommerce-notices-wrapper .button {
  border-radius: 0!important;
  background-color: #272727!important;
  color: #ffffff!important;
  text-transform: uppercase;
  font-weight: 400!important;
  font-size: 13px!important;
  letter-spacing: 1px;
}

form.cart {
  width: 100%;
  clear: both;
}

.custom__soundcloud {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 25px;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#radio-control-wc-payment-method-options-stripe::after {
  content: "";
  display: block;
  width: 150px;
  height: 34px;
  margin-left: 140px;
  margin-top: -8px;
  background: url('https://shop.vesuviussoulrecords.com/wp-content/uploads/2024/03/Pwd-Stripe.png');
  background-repeat: no-repeat;
}


.woocommerce-cart .newsletter-form-warp{
  display: none;
}

#nf-form-1-cont .nf-form-fields-required {
  display: none;
}

#nf-form-1-cont .nf-error-msg {
  font-size: 12px;
}

#nf-form-1-cont {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

#nf-form-1-cont .nf-form-content {
  position: relative;
  float: left;
  width: 100%;
  padding: 25px 0 0;
}

#nf-form-1-cont #nf-field-2-container, 
#nf-form-1-cont #nf-field-4-container {
    width: 50%;
    clear: none;
    float: left;
}

#nf-form-1-cont #nf-field-4-container {
    padding-left: 20px;
}

#nf-form-1-cont .nf-after-form-content {
    clear: both;
}

#nf-form-1-cont .nf-form-content input[type=submit] {
  background-color: #272727;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  min-width: 100%;
  max-width: 100%;
  border-radius: 0px;
  min-height: 50px;
  text-decoration: none;
  border: none;
  transition: none;
}

#nf-form-1-cont .nf-form-content input[type=submit]:hover {
	background-color: #cf3a3a;
	color: #ffffff;
}

.title-newsletter {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.title-newsletter span {
  font-size: 20px;
  font-weight: 300;
}

.social-link-warp {
  text-align: center;
}

.social-link-icon {
  width: 35px;
}




#global-audio-player {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -120px;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  z-index: 999;
  transition: bottom 0.4s ease;
  gap: 12px;
}

#global-audio-player.active {
  bottom: 0;
}

#global-audio-player img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 4px;
}

#global-audio-player .track-info {
  flex: 1;
}

#global-audio-player .track-title {
  font-size: 14px;
  color: #fff;
}

#global-audio-player button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.85;
}

#global-audio-player button:hover {
  opacity: 1;
}

#global-audio-player input[type=range] {
  flex: 1;
  max-width: 200px;
}

#global-audio-player .track-count {
  margin-left: 10px;
}

.price-audio-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
  margin-top: 8px;
}

.play-demo-btn, .favorite-btn {
    border: none;
    background: transparent;
    padding: 0;
}

.player-mobile-view {
  display: none;
}

@media (max-width: 768px) {

  .player-mobile-view {
  display: contents;
  }

  .player-mobile-hide {
    display: none;
  }

  #global-audio-player.active {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px;
    text-align: center;
  }

  #global-audio-player .player-top {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  #global-audio-player .player-cover img {
    height: 50px;
    width: 50px;
    border-radius: 4px;
  }

  #global-audio-player .track-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #global-audio-player .track-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }

  #global-audio-player .track-count {
    font-size: 12px;
    color: #ccc;
  }

  #global-audio-player .player-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  #global-audio-player .player-controls button {
    flex: 1;
    text-align: center;
    font-size: 22px;
    padding: 8px 0;
    color: #fff;
    background: none;
    border: none;
    opacity: 0.85;
  }

  #global-audio-player .player-controls button:hover {
    opacity: 1;
  }

  #global-audio-player input[type=range] {
    width: 100%;
    margin-top: 6px;
    height: 4px;
    max-width: 100%;
  }
}




.single-tracklist {
  margin-top: 20px;
}

.single-tracklist h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.single-tracklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-tracklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.single-tracklist button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #000;
}

.single-tracklist button i {
  font-family: 'Flaticon';
}

.single-tracklist .track-title-text {
  flex: 1;
}


.price-audio-wrap button.favorite-btn i {
  color: #aaa;
  transition: color 0.3s;
}

.price-audio-wrap button.favorite-btn.favorited i,
.price-audio-wrap button.favorite-btn:hover i {
  color: #000000;
}


.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left .site-logo img {
  height: 65px;
}

.header-nav {
  flex-grow: 1;
  margin-left: 40px;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.nav-menu li {
    display: inline-block;
    padding: 0 10px;
}

.nav-menu li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon-btn {
  text-decoration: none;
  font-size: 22px;
  color: #000;
  position: relative;
}

.icon-btn:hover {
  color: #000;
}

.cart-link {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #000;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile Hamburger */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  margin-bottom: 13px;
  margin-left: 16px;
  cursor: pointer;
}

.hamburger {
  width: 25px;
  height: 2px;
  background-color: #000;
  position: relative;
  display: inline-block;
}

.hamburger::before,
.hamburger::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  top: 8px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #fff;
    width: 100%;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    z-index: 9;
  }

  .header-nav.active {
    display: block;
  }


 .header-nav ul {
	display: flex;
	flex-direction: column;
	}
  .nav-menu {
    flex-direction: column;
    gap: 15px;
  }

  .mobile-menu-toggle {
    display: inline-block;
  }

  .header-right {
    gap: 15px;
  }

  .header-inner {
    justify-content: end;
}

.header-left {
    flex: auto;
}
}


.extra-menu ul {
  background-color: #fff;
  font-size: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.extra-menu .container {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

.extra-nav .extra-menu-list {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.extra-nav .extra-menu-list li {
  display: inline-block;
}

.extra-nav .extra-menu-list li + li::before {
  content: "|";
  margin: 0 10px;
}

@media (max-width: 768px) {
  .extra-menu {
    display: none;
  }
}


.site-search-overlay {
  display: none;
  position: absolute;
  top: 129px;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  z-index: 999;
  padding: 20px 0;
  animation: slideDown 0.3s ease forwards;
}

.site-search-overlay.active {
  display: block;
}

.site-search-overlay .search-form {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

.site-search-overlay .search-field {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.site-search-overlay .search-submit {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.3s;
}

.site-search-overlay .search-submit:hover {
  background: #333;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 60px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    display: inline-block;
    padding: 0 10px;
    font-size: 0.8rem;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}

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

.woocommerce div.product p.stock {
    display: block;
    width: 100%;
    clear: both;
}

.woocommerce-products-header {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 30px;
}
/* FILTRI - Contenitore laterale */
#ajax-product-filter {
  flex: 0 0 250px;
  max-width: 250px;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 6px;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  position: sticky;
  top: 80px;
}

/* RISULTATI prodotti */
#ajax-product-results {
  flex: 1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .woocommerce-products-header {
    flex-direction: column;
  }

  #ajax-product-filter {
    max-width: 100%;
    position: relative;
    top: auto;
    max-height: unset;
  }
}

/* PAGINAZIONE AJAX */
.ajax-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 30px;
}

.ajax-page-link {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  min-width: 36px;
  text-align: center;
  transition: background-color 0.2s;
}

.ajax-page-link:hover {
  background-color: #eee;
}

.ajax-page-link.active {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

/* FILTRI - Checkbox su una riga */
.term-item {
  display: block;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

/* FILTRI - Termini extra nascosti di default */
.extra-term.hidden {
  display: none;
}

/* FILTRI - Bottone "Mostra altri" */
.toggle-more-terms {
  display: block;
  margin-top: 10px;
  margin-bottom: 12px;
  background-color: white;
  border: 1px solid #ccc;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  text-align: left;
}

.toggle-more-terms:hover {
  background-color: #f5f5f5;
}

/* Nascondi quantità carrello */
.wp-block-woocommerce-cart table div.wc-block-components-quantity-selector {
    display: none !important;
}

.wp-block-woocommerce-cart .ppcp-messages{
    display: none !important;
}

.wp-block-woocommerce-cart .wc-block-cart__payment-options{
    display: none !important;
}