/*! Woocommerce
---------------------------------------------- */

/* --- Button --- */
.added_to_cart {
  display: none !important;
}

/*.page-id-81 #wpadminbar #wp-admin-bar-edit,*/
.page-id-83 #wpadminbar #wp-admin-bar-edit,
.page-id-85 #wpadminbar #wp-admin-bar-edit,
.page-id-87 #wpadminbar #wp-admin-bar-edit {
    display: none !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: none;
}

/* --- Popup --- */

#popup-add-cart {
  display: none;
}

#popup-add-cart .popup-card {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.popup-content {
  position: relative;
  width: 70em;
  max-width: calc(100% - 4em);
  background: #fff;
  border: 1px solid #000;
}

.p-title {
  width: 100%;
  padding: 2em 6em 2em 2em;
  border-bottom: 1px solid #000;
}

.p-title h3 {
  font-size: 1.6em;
  text-transform: uppercase;
  text-align: center;
}

.p-title .close {
  position: absolute;
  top: 2em;
  right: 2em;
  display: block;
  width: 2em;
  height: 2em;
  background: url(../icons/close.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.popup-content .product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  opacity: 1 !important;
  padding: 2em;
  gap: 2em;
}

.popup-content .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.popup-content .thumb a {
  display: flex;
}

.popup-content .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-content .text h3 {
  font-family: 'Sheila';
  font-size: 3.6em;
}

.popup-content .text p,
.popup-content .total {
  font-size: 1.6em;
  margin: 1em 0;
}

.popup-content .text p.cartCat {
  text-transform: uppercase;
}

.popup-content .price,
.popup-content .total span {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1em 0;
}

#popup-add-cart .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popup-content .buttons {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
  gap: 1em;
}

.popup-content .buttons > * {
  text-align: center;
  cursor: pointer;
}


/* --- Popup Age --- */

#popup-alert-age {
  display: none;
}

#popup-alert-age .popup-age {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.popup-logo {
  width: 100%;
  text-align: center;
  padding: 2em;
  border-bottom: 1px solid #000;
}

.popup-logo svg {
  width: 24em;
  max-width: 100%;
  height: auto;
}

.popup-age .content {
  text-align: center;
  padding: 3em 2em;
}

.popup-age .popup-content .buttons {
  flex-direction: row;
  justify-content: center;
  gap: 0 1.5em;
  margin-top: 4em;
}


/* --- Panier --- */

.wc-block-cart-items__header .wc-block-cart-items__header-image {
  text-align: left;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  display: none !important;
}

.panier .content-page > div,
.woocommerce-checkout .content-page > div {
  width: 110em;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar {
  width: 100% !important;
  padding: 0 !important;
}

/*.wc-block-components-product-metadata__description p {
  margin: 0 !important;
}*/

.wc-block-components-product-metadata__description p > em {
  text-transform: uppercase;
  font-style: normal;
}

.wp-block-woocommerce-cart-line-items-block {
  border-bottom: 1px solid #000 !important;
  margin: 0 !important;
}

.wc-block-components-totals-wrapper {
  border-top: 0 !important;
}

.wc-block-cart-items__header span {
  font-size: 1.6rem !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}

.wc-block-cart .wc-block-cart__totals-title {
  display: none !important;
}

.wc-block-cart-items__row > td,
.wp-block-woocommerce-cart-order-summary-totals-block,
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator,
.wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: 1px solid #000 !important;
}

.wc-block-cart-item__wrap > a {
  font-family: 'Sheila';
  font-size: 3.6em;
  text-decoration: none;
}

.wc-block-cart-item__image a {
  display: block;
  position: relative;
  width: 16em;
  height: 16em;
  overflow: hidden;
}

.wc-block-cart-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc-block-components-product-price span,
.wc-block-components-product-metadata__description > p {
  font-size: 1.6rem;
}

.wc-block-cart-items__row .wc-block-cart-item__wrap .wc-block-components-product-price__value {
  display: none !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  font-size: 1.6em !important;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
  border-radius: none !important;
  border-color: #000 !important;
}

.wc-block-cart-item__remove-link,
.wc-block-cart__submit-button,
.continue-shopping {
  font-size: 1.6em !important;
  text-transform: uppercase !important;
  padding: 0.5rem 1rem !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  text-decoration: none !important;
  background: #eee !important;
}

.axepta-payment-method .axepta-payment-options {
  padding: 1rem !important;
}

.continue-shopping {
  display: inline-block;
  margin-bottom: 2em;
}

.wc-block-cart-item__remove-link:before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 0.5em -0.1em 0;
  background: url(../icons/trash.svg) no-repeat;
  background-size: contain;
}

.wc-block-components-quantity-selector:after {
  opacity: 1 !important;
  border-radius: 0 !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  opacity: 1 !important;
}

.wc-block-components-panel__button,
.wc-block-components-totals-item span,
.wc-block-components-totals-item__label,
.wc-block-components-totals-wrapper p,
.wc-block-components-quantity-selector__button {
  font-size: 1.6rem !important;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  border-bottom: 1px solid #000 !important;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button {
  min-height: auto !important;
  color: #fff !important;
  background: #000 !important;
  transition: color .3s, background .3s !important;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
  color: #000 !important;
  background: #fff !important;
}

#wc-block-components-totals-coupon__input-coupon,
.wc-block-components-totals-coupon__button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-step__heading-content a {
  font-size: 1.6rem !important;
  font-weight: normal !important;
  height: auto;
  min-height: auto !important;
  padding: 0.5em 1em !important;
  color: #000 !important;
  border-radius: 0;
  border: 1px solid #000 !important;
  background: #eee !important;
  outline: none !important;
}

.wc-block-components-totals-coupon__input label {
  display: none;
}

.wc-block-components-totals-coupon__button[aria-disabled=true] {
  border-color: #888 !important;
}

.wc-block-components-totals-coupon__button,
.wc-block-components-checkout-step__heading-content a {
  border-color: #000 !important;
  background: #fff !important;
  text-decoration: none;
  transition: color .3s, background .3s !important;
}

.wc-block-components-totals-coupon__button:hover,
.wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-step__heading-content a {
  color: #fff !important;
  background: #000 !important;
  transition: color .3s, background .3s !important;
}

.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-step__heading-content a:hover {
  color: #000 !important;
  background: #fff !important;
}

.wc-block-components-textarea {
  font-size: 1.6em !important;
  border-radius: 0 !important;
}


/* --- Validation --- */

.wc-block-components-checkout-step__heading h2 {
  font-size: 5em !important;
}

.wc-block-checkout__contact-fields input,
.wc-block-components-address-address-wrapper input,
.wc-blocks-components-select__container select {
  font-size: 1.6rem !important;
  height: auto !important;
  min-height: auto !important;
  padding: 1.5em 1em 0.5em 1em !important;
  color: #000 !important;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  background: #eee !important;
  outline: none;
}

.wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice,
.wp-block-woocommerce-checkout .wc-block-components-formatted-money-amount {
  font-size: 1.6rem !important;
}

.wc-blocks-components-select__container {
  margin-bottom: 2em;
}

.wc-block-components-address-form__email label,
.wc-block-components-address-address-wrapper label {
  transform: translateY(0.4em) scale(.75) !important;
  font-size: 1.4em !important;
  margin: 0 0 0 0.6em !important;
}

.wc-block-components-address-card {
  font-size: 1.6em !important;
  padding: 0.5em 1em !important;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
}

.wc-block-components-checkbox__label,
.wc-block-components-address-form__address_2-toggle,
.wc-block-components-formatted-money-amount {
  font-size: 1.6em !important;
}

.wc-block-components-checkbox__input[type=checkbox],
.woocommerce-form__input-checkbox[type=checkbox] {
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 50% !important;
  border: 1px solid #000 !important;
}

.woocommerce-form__input-checkbox[type=checkbox] {
  display: inline-block !important;
  cursor: pointer;
}

.wc-block-components-checkbox__input[type=checkbox]:checked,
.woocommerce-form__input-checkbox[type=checkbox]:checked {
  background: #000 !important;
}

.wc-block-components-checkbox__mark {
  height: 2.25em !important;
  margin-left: 0em !important;
  margin-top: -0.25em !important;
  width: 2.25em !important;
}

#checkbox-control-0.wc-block-components-checkbox__input {
  width: 2rem !important;
  min-width: auto !important;
  margin-right: 1rem;
}

.wc-block-components-radio-control__option {
  font-size: 1.6em !important;
  padding-left: 4em !important;
}

.wc-block-components-radio-control-accordion-content {
  font-size: 1.4em !important;
}

.wc-block-components-radio-control__option,
.wc-block-components-radio-control-accordion-option {
  border-radius: 0 !important;
}

.wc-block-components-checkout-return-to-cart-button {
  font-size: 1.6rem !important;
  text-transform: uppercase;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
  display: none !important;
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata__description .price {
  font-weight: bold !important;
}


/* --- Resumé --- */

.wp-block-woocommerce-checkout {
  padding-top: 0 !important;
}

.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block {
  position: relative !important;
  order: -1 !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  margin-bottom: 5em;
}

.wc-block-components-product-name {
  font-family: 'Sheila' !important;
  font-size: 3.6rem !important;
}

.wc-block-components-checkout-order-summary__title-text {
  font-size: 1.6em !important;
  text-transform: uppercase;
}

.wc-block-components-order-summary-item__quantity {
  display: none !important;
  /*border: 1px solid #000 !important;
  border-radius: 50% !important;
  box-shadow: 0 !important;*/
}

.wc-block-components-order-summary-item__image {
  margin-right: 2em;
}

#checkbox-control-0.wc-block-components-checkbox__input {
  padding: 0 !important;
}


/* --- Reçu --- */

.woocommerce-thankyou-order-details {
  font-size: 1.6rem !important;
  margin: 3em 0 !important;
}

.woocommerce-thankyou-order-details li {
  border-right: 1px solid #000 !important;
}

.woocommerce-thankyou-order-details li:before {
  content: none;
}

.woocommerce-table--order-details {
  margin-bottom: 1em !important;
}

.woocommerce-order-details {
  margin-bottom: 5em !important;
}

.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions > a {
  display: inline-block;
  margin: 4px 4px 3px 0;
}

.woocommerce table.shop_table,
.woocommerce-column--billing-address address,
.woocommerce-column--shipping-address address {
  font-size: 1.6rem !important;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  border-collapse: collapse;
}

.woocommerce-customer-details--email {
  font-size: 1.6rem !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  border-top: 1px solid #000;
}


/* --- user --- */

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-form-login {
  border-radius: 0 !important;
  border: 1px solid #000 !important;
}

.woocommerce-Input--text {
  font-size: 1.6rem !important;
  border-radius: 0 !important;
  outline: none;
}

.woocommerce-Button,
.woocommerce-button,
.woocommerce-account .woocommerce-MyAccount-navigation-link,
.woocommerce-MyAccount-content .order-again a,
.back-to-website .button,
.woocommerce #payment #place_order {
  font-size: 1.6rem !important;
  font-weight: normal !important;
  text-transform: uppercase;
  padding: 0.5em 1em !important;
  color: #000 !important;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  background: #fff !important;
  transition: color .3s, background .3s !important;
}

.woocommerce-button,
.woocommerce-Button:hover,
.woocommerce-account .woocommerce-MyAccount-navigation-link:hover,
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active,
.woocommerce-MyAccount-content .order-again a,
.back-to-website .button,
.woocommerce #payment #place_order {
  color: #fff !important;
  background: #000 !important;
}

.woocommerce-button:hover,
.woocommerce-MyAccount-content .order-again a:hover,
.back-to-website .button:hover {
  color: #000 !important;
  background: #fff !important;
}

.back-to-website {
  margin: 4em 0 6em 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 3em 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link {
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link:before {
  content: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  text-transform: uppercase;
  text-decoration: none;
}

/* BNP */
.woocommerce-checkout #payment {
  border: 1px solid #000;
  border-radius: 0;
  background: transparent !important;
  margin-bottom: 3em;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  width: 2rem;
}

.woocommerce-checkout #payment div.payment_box {
  background: #eee !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #eee !important;
}

.woocommerce-checkout #payment div.payment_box p {
  font-size: 1.6rem !important;
  color: #000 !important;
}

.woocommerce-terms-and-conditions * {
  font-family: 'Mulish' !important;
  font-size: 1.6rem !important;
}

.axepta-payment-description img {
  max-height: 2rem !important;
}

.axepta-payment-description p {
  font-size: 1.6rem !important;
}

/* Adresse */
.woocommerce-Address-title a.edit {
  font-size: 1.6rem !important;
  float: left !important;
}
.woocommerce-Address address {
  font-size: 1.6rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #000;
}
/* Détail du compte */
.woocommerce form .woocommerce-Input--email,
.woocommerce form .woocommerce-Input--password,
.woocommerce form .woocommerce-form-row--wide .password-input {
  font-size: 1.6rem !important;
  border-radius: 0 !important;
  outline: none !important;
}

.woocommerce-MyAccount-content .woocommerce-info {
  font-size: 1.6rem;
  color: #000;
  border-top: 1px solid #000;
  padding: 1em 0 !important;
  background: #fff;
}

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


/* Boutique */
#products-list {
  padding-bottom: 16em;
}

.boutique-filters ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8em 2em 1.5em 2em;
  gap: 2.75em 1em;
}

.boutique-filters li {
  list-style-type: none;
}

.boutique-filters li > a {
  font-size: 1.6em;
  text-transform: uppercase;
  list-style-type: none;
  padding: 0.5em;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  transition: color .3s, background .3s;
}

.boutique-filters li > a.is-active {
  background: #eee;
}

.boutique-filters li > a.is-active:after {
  display: inline-block;
  content: "";
  width: .75em;
  height: .75em;
  background: url(../icons/close.svg) no-repeat;
  background-size: contain;
  margin: 0 0 -.1em .5em;
}


/* --- Notice --- */

.woocommerce-notices-wrapper {
  position: fixed;
  top: 6em;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: -1px;
  border-bottom: 1px solid #000;
  z-index: 8;
}

.admin-bar .woocommerce-notices-wrapper {
  top: calc(32px + 6em);
}

.woocommerce-notices-wrapper:not(:empty) + .type-product {
  margin-top: 5em;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
  font-size: 1.6em;
  text-transform: uppercase;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  padding: 1rem 2rem;
  margin: 0;
  outline: none;
  background: #eee;
}

.woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce-notices-wrapper .woocommerce-error:after {
  content: none;
}

.woocommerce-notices-wrapper .woocommerce-error li {
  font-size: 1.6rem;
}

.woocommerce-notices-wrapper .woocommerce-error li:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-error li:before {
  content: none !important;
}

.woocommerce .woocommerce-error {
  background: #eee !important;
}


/* --- Single product --- */
.single-product .type-product .content-page > div {
  width: 100%;
  padding: 2em 12em;
}
.column-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
}

.single-product .button-back {
  margin-bottom: 2em;
}

.single-product .button-back .button {
  color: #000;
  background: #fff;
}

.single-product .button-back .button svg {
  width: 1em;
  margin: 0 0.25em -0.25em 0;
}

.single-product .button-back .button svg * {
  stroke: #000;
  transition: stroke .3s;
}

.single-product .button-back .button:hover {
  color: #fff;
  background: #000;
}

.single-product .button-back .button:hover svg * {
  stroke: #fff;
}

.single-product .product_title {
  font-size: 5em;
  line-height: 1.1;
  margin-bottom: 0;
}

.single-product .entry-tags > ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 4em 0 2em 0;
}

.single-product .entry-tags > ul:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}

.single-product .entry-tags > ul > li {
  text-transform: uppercase;
  border: 1px solid #000;
  padding: .5rem 1rem;
  margin: -1px -1px 0 0;
  cursor: pointer;
  transition: background .3s;
}

.single-product .entry-tags > ul > li.is-active {
  opacity: 1;
  font-weight: bold;
  border-bottom-color: #fff;
}

.single-product .entry-tags > ul > li:before {
  content: none;
}

.single-product .entry-tags .text {
  display: none;
}

.single-product .entry-tags .text p {
  margin: 0;
}

.single-product .entry-tags .text.current {
  display: block;
}

.entry-single-content .product_excerpt {
  margin: 1em 0 2em 0;
}

.entry-single-content .product_excerpt p {
  margin: 0.5em 0;
}

.entry-single-content .product_excerpt p > em {
  text-transform: uppercase;
  font-style: normal;
}

.entry-single-content .woocommerce-Price-amount {
  font-size: 1.6rem;
  color: #000;
}

.entry-single-content .price {
  font-size: 1.6rem !important;
  color: #000 !important;
}

.entry-single-content .cart {
  margin-top: 1rem !important;
}

.entry-single-content .single_add_to_cart_button {
  color: #fff !important;
  background: #000 !important;
}

.type-product .add_to_cart_button.loading:after {
  content: none !important;
}

.entry-single-content .single_add_to_cart_button:hover {
  color: #000 !important;
  background: #fff !important;
}

.entry-single-content .quantity {
  margin-right: .75rem !important;
}

.entry-single-content .quantity .input-text.qty {
  font-size: 1.6rem;
  padding: 0.45rem;
  border: 1px solid #000;
  outline: none;
}

.single-product .woocommerce-tabs .wc-tabs {
  display: none;
}

.entry-list > p {
  padding-top: 0 !important;
}

.entry-list p {
  font-weight: bold;
  margin: 0;
  padding: .5rem 0;
}

.entry-list ul > li {
  margin: 0;
  padding: .5rem 0;
  border-top: 1px solid #000;
  display: flex;
}

.entry-list ul > li:before {
  content: none;
}

.entry-list ul > li strong {
  width: 9em;
}

.entry-list ul > li span {
  width: calc(100% - 9em);
}

.related-product {
  margin-top: 12em;
}

.related-product .entry-title {
  text-align: center;
}

.related-product a {
  text-decoration: none;
}



/* --- Queries --- */

@media screen and (max-width: 740px) {
  .wc-block-cart-items__row > td {
    padding-top: 2em !important;
  }
  .wc-block-cart-item__image a {
    width: 7em;
    height: 7em;
  }
}

@container (max-width: 699px) {
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title,
  .wc-block-components-totals-wrapper {
    padding: 2em !important;
    border: none !important;
    margin-top: 0 !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    display: none !important;
  }
}
