/*
Theme Name: ameconceptstore

WooCommerce styles override
*/

/* ---------------------------------------------------------------------------------------------
STILE GENERALE
--------------------------------------------------------------------------------------------- */
.text-small{
  font-size: .75rem;
  line-height: 1rem;
  text-transform: uppercase;
}
a{text-decoration: none; color: var(--black-color);}
li {list-style-type: none;}
button:disabled {
  background-color: var(--gunsmoke-color);
  color:  var(--dust-color);
}
.page-title {
  margin-block-start: 2rem;
}
.woocommerce-Button{
  background-color:var(--black-color)!important;
  color: var(--dust-color)!important;
  padding: 1.4rem!important;
  border-radius: 0px!important;
  text-transform: uppercase;
  font-size: 0.88rem !important;
  letter-spacing: 0.08rem;
  font-weight: 500!important;
}
.woocommerce-Button:hover{
  background-color: var(--shadow)!important;
}
.woocommerce-notices-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.woocommerce-notices-wrapper:focus {
  outline: none;
  box-shadow: none;
}
.woocommerce-message {
  border-top-color: var(--black-color);
}
.woocommerce-message::before {
    color: var(--black-color);
}
.woocommerce-error li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
a.button.wc-forward{
  background-color:var(--black-color)!important;
  color: var(--dust-color)!important;
  padding: 1.4rem!important;
  border-radius: 0px!important;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 0.88rem !important;
  letter-spacing: 0.08rem;
  font-weight: 500!important;
}
a.button.wc-forward:hover{
  background-color: var(--dust-color)!important;
  color: var(--black-color)!important;
  border: 1px solid var(--black-color);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.required {
  color: var(--black-color)!important;
}
.woocommerce-info {
  border-top-color: var(--black-color);
}
.woocommerce-info::before {
  color:var(--black-color);
}
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce input[type="number"],
.woocommerce input[type="url"],
.woocommerce select,
.woocommerce textarea {
  border: 1px solid var(--gunsmoke-color)!important;
  color: var(--black-color)!important;
  border-radius: 0px!important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
/* form */
.woocommerce input:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
  border: 1px solid var(--gunsmoke-color)!important;
  color: var(--black-color);
  border-radius: 0px!important;
}
/* form */
.wc-block-components-text-input input,
.wc-block-components-text-input select,
.wc-block-components-select select {
  border: 1px solid var(--gunsmoke-color)!important;
  color: var(--black-color);
  border-radius: 0px!important;
}
.wc-blocks-components-select .wc-blocks-components-select__select{
  border: 1px solid var(--gunsmoke-color)!important;
  border-radius: 0px!important;
}
/* ---------------------------------------------------------------------------------------------
AREA WIDGET header
--------------------------------------------------------------------------------------------- */
.wp-block-woocommerce-customer-account a{
  width: 45px;
  height: 45px;
  padding: 0em !important;
  gap: 0em !important;
  justify-content: center;
}
.wc-block-mini-cart__button{
	width: 45px;
  height: 45px;
  padding: 0em !important;
  gap: 0em !important;
	justify-content: center!important;
}
.header-widget-area .wp-block-group{
	gap: 0.2rem
}
/* ---------------------------------------------------------------------------------------------
MINICART LATERALE con classe custom "custom-minicart"
--------------------------------------------------------------------------------------------- */
.wc-block-mini-cart__badge {
  color: var(--dust-color)!important;
}
.wc-block-mini-cart__empty-cart-wrapper .has-text-align-center {
  color: var(--dust-color);
  padding-block: 1rem;
}
.custom-minicart .wp-block-woocommerce-mini-cart-contents{
  background: var(--black-color);
}
.custom-minicart .wc-block-components-drawer__close {
  opacity: 1!important;
}
.custom-minicart .wc-block-components-button.wc-block-components-drawer__close svg{
  fill: var(--dust-color);
}
.custom-minicart .wc-block-mini-cart__title{
  color: var(--dust-color);
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
.custom-minicart .wc-block-cart-items__row{
  border-bottom: 1px solid var(--dust-color);
}
.custom-minicart .wc-block-components-product-name{
  color: var(--dust-color);
  text-decoration: none;
}
.custom-minicart .wc-block-components-product-name:hover{
  color: var(--gunsmoke-color)!important;
}
.custom-minicart .wc-block-cart-item__remove-link{
  text-decoration: none!important;
}
.custom-minicart .wc-block-cart-item__product {
  color: var(--dust-color);
}
.custom-minicart .wc-block-cart-item__total{
  color: var(--dust-color);
}
.custom-minicart .wc-block-components-quantity-selector{
  border: 1px solid var(--dust-color);
  border-radius: 0;
}
.custom-minicart input.wc-block-components-quantity-selector__input{
  color: var(--dust-color)!important;
}
.custom-minicart .wc-block-components-quantity-selector__button {
  font-size: 1.5em!important;
  background: var(--shadow)!important;
  color: var(--dust-color)!important;
  opacity: 1!important;
}
.custom-minicart .wc-block-components-totals-item {
  color: var(--dust-color);
}
/* bottoni minicart */
.custom-minicart .wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px rgb(255 255 255)!important;
}
.custom-minicart .wc-block-components-button:not(.is-link).outlined:first-of-type{
  color: var(--dust-color);
  text-decoration: none;
}
.custom-minicart .wp-block-woocommerce-mini-cart-checkout-button-block{
  background: var(--dust-color)!important;
  color:  var(--black-color)!important;
  text-decoration: none;
}
.custom-minicart .wc-block-components-button:not(.is-link).outlined:hover {
  background-color:var(--shadow);
  border: none;
}

/* ---------------------------------------------------------------------------------------------
SHOP PAGE
--------------------------------------------------------------------------------------------- */
/* totale prodotti e ordinamento prodotti */
.amc-archive-header{
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.amc-archive-header .woocommerce-ordering select{
  padding: .25rem 2rem .25rem .5rem!important;
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1rem;
}
/* loop prodotti */
.amc-custom-product-loop {
  margin-block: 2rem;
}
.amc-custom-product-loop .products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 3rem 1rem;
  list-style-type: none;
  margin-block-start: 2rem;
  justify-items: stretch;
  align-items: stretch;
}
@media (min-width: 768px) {
  .amc-custom-product-loop .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* Shop page images */
.amc-custom-img-loop img {
  position: relative;
}
.amc-custom-img-loop .onsale {
  position: absolute;
  z-index: 1;
  margin: 0.6rem;
  padding: 0.4rem;
  font-size: .75rem;
  text-transform: uppercase;
  background-color: var(--black-color);
  color: var(--dust-color);
}

/* Shop page title and price */
.amc-custom-title {
  width: 100%;
}
.amc-custom-title .woocommerce-loop-product__title {
  line-height: 1.25;
  font-size: .875rem;
  margin-top: .5rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
}
.amc-custom-title .woocommerce-Price-amount {
  font-size: .75rem;
  line-height: 1rem;
  color: var(--black-color);
}
/* ---------------------------------------------------------------------------------------------
   PRODUCT PAGE
   --------------------------------------------------------------------------------------------- */
p.price {font-size: 18px;letter-spacing: 0.08rem;}
.amc-wc-product{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin-block: 3rem;
}
.amc-gallery-desktop{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  position: relative;
  gap: .5rem;
  grid-column: span 1 / span 1;
}
 span.onsale {
  position: absolute;
  z-index: 1;
}
/* summary */
.amc-summary-wrap {
  position: relative;
  margin-block-start: 1rem;
}
.amc-summary-wrap .product_title{
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}
.amc-summary-wrap .woocommerce-product-details__short-description{
  margin-block-start: 1rem;
}
.amc-summary-wrap .product_meta {
  display: flex;
  flex-direction: column;
  margin-block: 2rem;
  font-size: .875rem;
}
.amc-wc-product .summary.entry-summary {
  position: relative;
  top: 2rem;
}
.amc-summary-wrap .single_add_to_cart_button {
  background-color:var(--dust-color)!important;
  color: var(--black-color)!important;
  border: 1px solid var(--black-color)!important;
  padding: 1.4rem!important;
  border-radius: 0px!important;
  text-transform: uppercase;
  font-size: 0.88rem !important;
  letter-spacing: 0.08rem;
  font-weight: 500!important;
  cursor: pointer;
  margin-block: 2rem;
}
.amc-summary-wrap .single_add_to_cart_button:hover {
background-color:var(--black-color)!important;
color: var(--dust-color)!important;
}
.amc-gallery-desktop {
  display: none;
}
.amc-gallery-mobile {
  display: block;
}
@media (min-width: 768px) {
  .amc-wc-product{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .amc-gallery-desktop {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    gap: 0.5rem;
    grid-column: span 2 / span 2;
  }
  .amc-gallery-mobile {
    display: none;
  }
  .amc-wc-product .summary.entry-summary {
    position: sticky;
    grid-column: span 1 / span 1;
    left: 0;
    top: calc(80px + 1.875rem);
  }
}
/*taglia selezionata*/
.amc-variations-wrapper {
  margin-block: 2rem 3rem;
}
.selected-size-display {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-size: 0.75rem;
  padding-block-end: 0.5rem;
}
.selected-size-display .selected-size {
  font-weight: normal;
}
/* size buttons */
.amc-summary-wrap .quantity input[type=number] {
  padding: 10px 20px;
}
/* Nasconde i dropdown WooCommerce */
.variations select {
  display: none !important;
}
.variations th label {
  display: none;
}
.variations tr:last-child {
  display: table-row;
}
/* Layout bottoni taglie */
.amc-summary-wrap .custom-variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-block-end: 1.5rem;
}
.amc-summary-wrap .variation-button {
  background-color: transparent;
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  min-width: 48px;
  height: 45px;
  text-align: center;
}
.amc-summary-wrap .variation-button:hover {
  background-color: #000;
  color: #fff;
}
.amc-summary-wrap .variation-button.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.amc-summary-wrap .variation-button.disabled {
  pointer-events: none;
  opacity: 0.3;
  border-style: dashed;
}
.amc-cart-buttons-wrap {
  display: flex;
  flex-direction: column;
  margin-block-start: 1rem;
}
/* stile + and - buttons */
.amc-qty-button {
  background: transparent;
  height: 45px;
  width: 45px;
  border: 1px solid var(--black-color);
  font-weight: 600;
  padding: 7px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0 4px;
  text-align: center;
  text-transform: uppercase;
}
.amc-qty-button:hover {
  background-color: #000;
  color: #fff;
}
.amc-summary-wrap .quantity .qty {
  width: 60px;
  height: 45px;
  text-align: center;
  font-weight: 600;
  border: 1px solid var(--black-color)!important;
  border-radius: 0;
  color: var(--black-color)!important;
  background-color: transparent;
  padding: 7px!important;
  appearance: none;
  -moz-appearance: textfield;
}
.amc-qty-button.amc-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Rimuove freccette su Chrome/Safari */
.woocommerce div.quantity .qty::-webkit-inner-spin-button,
.woocommerce div.quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Rimuove freccette su Firefox */
.woocommerce div.quantity .qty[type=number] {
    -moz-appearance: textfield;
}
/* Stile tab orizzontali descrizione informazioni aggiuntive */
.woocommerce-tabs .wc-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.woocommerce-tabs .wc-tabs li {
  margin-right: 1em;
  border: 1px solid var(--black-color);
  border-bottom: none;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  justify-content: stretch;
}
.woocommerce-tabs .wc-tabs li a {
  height: 45px;
  padding: 0.5em;
}
.woocommerce-tabs .wc-tabs li.active {
  background-color: var(--black-color);
  color: var(--dust-color);
}
.woocommerce-tabs .wc-tabs li.active a {
  color: var(--dust-color);
}
.woocommerce-Tabs-panel {
  border: 1px solid var(--black-color);
  padding: 1.5em;
}
/* ---------------------------------------------------------------------------------------------
PAGINATIONS
--------------------------------------------------------------------------------------------- */
.woocommerce-pagination {
  text-align: center;
  margin: 4em 0 0;
}
.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5em;
}
.woocommerce-pagination .page-numbers {
  display: inline-block;
  padding: 0.5em 0.9em;
}
.woocommerce-pagination .page-numbers li {
  border: 1px solid var(--black-color);
}
.woocommerce-pagination .page-numbers li a:hover{
  background-color: var(--black-color);
  color: var(--dust-color);
}
.woocommerce-pagination .page-numbers:focus {
  outline: none;
}
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers[aria-current="page"] {
  background-color: var(--black-color);
  color: var(--dust-color);
  font-weight: bold;
  cursor: default;
  border-color: #333;
}
.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.prev {
  font-weight: normal;
}
.woocommerce-pagination .page-numbers:focus-visible {
  outline: 2px solid var(--black-color);
  outline-offset: 2px;
}
.woocommerce-pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* ---------------------------------------------------------------------------------------------
SWIPER GALLERY FOR PRODUCT RESPONSIVE
--------------------------------------------------------------------------------------------- */
.amc-gallery-mobile {
  width: 100%;
  overflow-x: hidden; /* evita lo scroll */
}
.amc-gallery-mobile .amc-swiper-gallery {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden; /* ulteriore protezione */
}
.amc-gallery-mobile .swiper-wrapper {
  display: flex;
  width: 100%;
}
.amc-gallery-mobile .swiper-slide {
  width: 100%; /* forza ogni slide ad occupare il 100% del contenitore */
  flex-shrink: 0;
  box-sizing: border-box;
}
.swiper-horizontal>.amc-gallery-mobile .swiper-scrollbar, .amc-gallery-mobile .swiper-scrollbar.swiper-scrollbar-horizontal{
  position: relative!important;
  border-radius: 0;
  left: 0!important;
  width: 100%!important;
}
.amc-gallery-mobile .swiper-scrollbar-drag{
  background: var(--black-color)!important;
  border-radius: 0!important;
}
.amc-gallery-mobile .swiper-pagination {
  color: var(--black-color)!important;
  text-align: left!important;
  padding: 4px 8px;
  font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------
PRODOTTI CORRELATI
--------------------------------------------------------------------------------------------- */
.amc-related-wrapper{
  margin-block: 4rem;
}
.amc-related-wrapper .products ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 3rem 1rem;
  list-style-type: none;
  margin-block-start: 2rem;
  justify-items: stretch;
  align-items: stretch;
}
@media (min-width: 768px) {
  .amc-related-wrapper .products ul{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* ---------------------------------------------------------------------------------------------
LOGIN
--------------------------------------------------------------------------------------------- */
.amc-wc-register {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.amc-wc-register .woocommerce-form-login{
  max-width: 28rem;
  border: none!important;
  width: 100%;
  margin: 0 !important;
}
.amc-wc-register .form-row {
  display: flex;
  flex-direction: column;
}
.amc-wc-register .form-row {
  padding: 0px!important;
  margin: 0 0 1.875rem!important;
}
.amc-wc-register .form-row .input-text{
  border-radius: 0px!important;
}
.amc-wc-register .form-row label:not(.woocommerce-form-login__rememberme){
  text-transform: uppercase;
}
.amc-wc-register .woocommerce-form-login__submit {
  background-color:var(--black-color)!important;
  color: var(--dust-color)!important;
  margin-right: 0em!important;
  padding: 1.4rem!important;
  text-transform: uppercase;
  border-radius: 0!important;
  font-weight: 500!important;
  letter-spacing: 0.08rem;
}
.amc-wc-register .woocommerce-form-login__submit:hover {
  background-color: var(--shadow)!important;
}
.amc-wc-register .woocommerce-form-login__rememberme {
  padding-block-end: 1rem;
}
.amc-wc-register .lost_password{
  display: flex;
  justify-content: center;
}
.amc-wc-register .lost_password a{
  text-decoration: none;
  color: var(--black-color)!important;
}
.amc-wc-register .lost_password a:hover{
  text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------
ACCOUNT
--------------------------------------------------------------------------------------------- */
.amc-wc-account {
  margin: 5rem auto;
}
@media (min-width: 1200px) {
  .amc-wc-account {
    max-width: 90em;
  }
}
/* ---------------------------------------------------------------------------------------------
ACCOUNT MENU
--------------------------------------------------------------------------------------------- */

.amc-wc-account-nav .woocommerce-MyAccount-navigation ul{
  list-style: none;
}
.amc-wc-account-nav .woocommerce-MyAccount-navigation li{
  padding-block: 1rem;
  position: relative;
}
.amc-wc-account-nav .woocommerce-MyAccount-navigation li:not(:first-child){
  border-top: 1px solid var(--dust-color);
}
.amc-wc-account-nav .woocommerce-MyAccount-navigation li a{
  color: var(--dust-color);
  text-decoration: none;
  position: relative;
}
.amc-wc-account-nav .woocommerce-MyAccount-navigation li a:hover{
  color: var(--gunsmoke-color);
}
.amc-wc-account-nav .woocommerce-MyAccount-navigation {
  background-color: var(--shadow);
  padding: 2rem;
}
@media (min-width: 1200px) {
  .amc-wc-account-nav .woocommerce-MyAccount-navigation {
    max-width: 350px;
  }
}
/* tabella indirizzi */
.amc-wc-account .woocommerce-MyAccount-content{
  gap: 3rem;
  display: flex;
  flex-direction: column;
}
header.woocommerce-Address-title.title{
  position: static;
  margin-block-end: 2rem;
  padding: 1rem;
  border-top: 2px solid var(--black-color);
}
.amc-wc-account address{
  padding: 1rem;
  margin-block-end: 1rem;
}
/* tabella ordini */
.amc-wc-account table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 1.5rem 1rem!important;
}
.amc-wc-account table.shop_table td {
  border-top: 1px solid var(--black-color);
}
/* ---------------------------------------------------------------------------------------------
ACCOUNT DASHBOARD
--------------------------------------------------------------------------------------------- */
form.woocommerce-EditAccountForm.edit-account fieldset {
  margin-block-end: 1.5rem;
}
.woocommerce-orders-table .woocommerce-button{
  background-color: var(--black-color) !important;
  color: var(--dust-color) !important;
  padding: 1.2rem !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-size: 0.88rem !important;
  letter-spacing: 0.08rem;
  font-weight: 500 !important;
}
.woocommerce-orders-table .woocommerce-button:hover {
    background-color: var(--shadow) !important;
}

/* ---------------------------------------------------------------------------------------------
CART PAGE
--------------------------------------------------------------------------------------------- */
/* stile generale tabella */
.woocommerce table.shop_table{
  border: 0!important;
}
.woocommerce-cart table.cart td{
  vertical-align: top!important;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
  text-align: left!important;
}
.woocommerce-page table.cart td.actions {
    text-align: right !important;
}
.woocommerce table.shop_table th{
  padding: 20px 10px;
}
.woocommerce-cart-form__cart-item .amc-qty-wrapper{
 justify-content: center;
}
.amc-disponibilità {
   text-align: center;
}
@media screen and (min-width: 1300px) {
    .amc-cart-products {
      max-width: calc(83% - 300px);
        min-width: 61.4393939394%;
    }
    .amc-cart-inner{
      display: flex;
      justify-content: space-between;
    }
}

@media (min-width: 1367px) {
  .amc-cart-layout {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1920px;
    padding: 0 60px!important;
    margin-block: 2rem;
  }

  .amc-cart-layout .shop_table td{
    padding: 20px 10px!important;
  }
  .amc-cart-product-image{
    min-width: 97px;
    width: 12%;
  }
  .amc-product-name{
    width: 30%;
    text-align: start!important;
  }
  .amc-price-mobile{
    display: none;
  }
  .amc-product-price {
    width: 12%;
  }
  .amc-product-subtotal{
    width: 12%;
  }
  .amc-product-remove {
    width: 34px;
    padding: 0 0;
  }
  .amc-product-remove a.remove:hover {
    background: none!important;
  }
  .product-quantity{
    text-align: center;
  }
  .amc-product-quantity{
    text-align: center;
  }
  .amc-disponibilità{
    display: grid;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  .amc-product-head .product-name,.product-price,.product-subtotal{
    text-align: start;
  }
  .amc-cart-summary {
    margin-top: 0;
    max-width: 500px;
    min-width: 300px;
    position: relative;
    width: 100%;
  }
}
.woocommerce table.shop_table tbody th{
  border-top: 1px solid rgb(7 9 13);;!important;
}
.amc-cart-attribute span{
  text-transform: uppercase;
  font-weight: 900;
  word-break: break-all;
}

@media screen and (max-width: 767.9px) {
  .amc-grid-product-item {
    gap: 0 10px;
  }
}
@media screen and (max-width: 1366px) {
.amc-cart-product-image,
.amc-product-quantity,
.amc-product-name,
.amc-product-remove,
.amc-product-subtotal,
.amc-product-price{
  border-top: unset!important;
}
}
@media screen and (max-width: 1367px) {
  .amc-cart-products .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
    background: unset!important;
  }
  .amc-cart-products .amc-product-head{
    display: none;
  }
/*  .amc-cart-layout .shop_table td{
    border-top: unset!important;
  }*/
  .amc-cart-products .woocommerce table.shop_table td{
    padding: 0px!important;
  }
  .amc-grid-product-item {
    display: grid!important;
    gap: 0 20px;
    grid-template-areas:
    "image details details remove"
    "image qty total total";
    grid-template-columns: min(max(97px, 28%), 200px) auto fit-content(0) 24px;
    grid-template-rows: auto 1fr;
    padding: 20px 0;
  }
  .amc-cart-product-image{
    grid-area: image;
    padding-inline-start: 0;
    text-align: center;
  }
  .amc-product-name{
    grid-area: details;
  }
  .amc-product-quantity {
    grid-area: qty;
    margin-top: 12px;
  }
  .amc-qty-wrapper {
   justify-content: start!important;
 }
  .amc-product-price span{
    display: none;
  }
  .amc-product-subtotal {
    grid-area: total;
    margin-top: 24px;
  }
  .amc-product-remove {
    grid-area: remove;
    padding: 10px 0!important;
  }
  table.shop_table td::before {
    content: none !important;
    display: none !important;
  }
  /* Rimuovi layout tabellare */
  .amc-cart-products .shop_table thead {
    display: none;
  }
}

.amc-cart-layout .shop_table tr td {
  border-top: 1px solid var(--black-color);
}
.amc-cart-layout .shop_table tr {
  border-top: 1px solid var(--black-color);
}
.amc-cart-products .qty-button {
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
  align-self: center;
  touch-action: manipulation;
  font-size: 1.8rem;
}
 .amc-qty-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.qty-button.out-of-stock {
  color: var(--gunsmoke-color);
  cursor: not-allowed !important;
  opacity: 0.7;
}
.amc-cart-products .shop_table td.product-price,
.amc-cart-products .shop_table td.product-quantity,
.amc-cart-products .shop_table td.product-subtotal {
  text-align: center;
  vertical-align: middle;
}

/* summary coupon */
.amc-cart-totals__actions-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-block: 2rem;
}
.amc-cart-totals__coupon {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-grow: 1;
  flex-wrap: wrap;
  min-width: 0;
}
.amc-cart-totals__coupon label {
  white-space: nowrap;
  text-align: left!important;
}
.amc-cart-totals__coupon-form {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.amc-cart-totals__coupon-form input[type="text"] {
  width: 180px!important;
  box-sizing: border-box;
}
.amc-cart-totals__coupon-form button,
.amc-cart-totals__update button {
  height: 48px;
  background: none !important;
  border: 1px solid var(--black-color) !important;
  border-radius: 0 !important;
  color: var(--black-color) !important;
  text-transform: uppercase;
  padding: 0 20px !important;
  white-space: nowrap;
}
.amc-cart-totals__update {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .amc-cart-totals__actions-row {
    flex-direction: column;
    align-items: stretch;
  }
  .amc-cart-totals__coupon {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .amc-cart-totals__coupon-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 0.75rem;
  }
  .amc-cart-totals__coupon-form input[type="text"] {
    flex-grow: 1;
    min-width: 0;
  }
  .amc-cart-totals__coupon-form button {
    flex: 0 0 auto;
    white-space: nowrap;
    max-width: 140px;
  }
  .amc-cart-totals__update button {
    width: 100%;
    margin-top: 1rem;
  }
}

.amc-cart-products .button{
  background-color:var(--black-color)!important;
  color: var(--dust-color)!important;
  height: 48px;
  opacity: 1!important;
  font-size: 0.88rem !important;
  letter-spacing: 0.08rem;
  font-weight: 200!important;
  text-transform: uppercase;
  border: none;
  border-radius: 0px!important;
}
.amc-cart-products .button:hover{
background-color:var(--dust-color)!important;
  color: var(--black-color)!important;
  border: 1px solid var(--black-color);
}
/* ---------------------------------------------------------------------------------------------
CHECKOUT
--------------------------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .wc-block-checkout{
    width: 1200px;
    margin: 0 auto !important;
  }
}
/* form */
.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
  width: 50%;
}
.wc-block-checkout .wc-block-components-address-card{
  background-color: #fff;
  border: 1px solid var(--black-color);
  border-radius: 0;
}
/* sidebar */
.wc-block-checkout .is-large .wc-block-checkout__sidebar{
  top: calc(80px + 1.875rem);
}
.wc-block-checkout .wc-block-components-sidebar{
  width: 50%;
}
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block{
  border: none;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
  background-color:var(--black-color)!important;
  color: var(--dust-color)!important;
  border: none!important;
  min-height: 23px!important;
  min-width: 23px!important;
}
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-totals-block{
  border-top: none;
}
.wc-block-checkout .wc-block-components-totals-wrapper{
  border-top: none;
}
.wc-block-checkout .wc-block-components-button:disabled{
  background-color: var(--gunsmoke-color);
  border: none;
}
.wc-block-checkout .wc-block-components-button{
  background-color:var(--black-color);
  color: var(--dust-color);
  opacity: 1!important;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
}
.wc-block-checkout .wc-block-components-button:hover{
  background-color: var(--shadow);
}
.wc-block-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted{
  background: var(--shadow);
  color: var(--dust-color);
  border-radius: 0!important;
  border-color: 1px solid var(--black-color)!important;
}
/* button */
.wc-block-checkout .wc-block-components-checkout-place-order-button{
  background-color:var(--black-color);
  color: var(--dust-color);
  padding: 1.4rem!important;
  border-radius: 0px;
}
.wc-block-checkout .wc-block-components-checkout-place-order-button:hover{
  background-color: var(--shadow);
}
