/*
 Theme Name:   Mouton Facile
 Description:  Mouton Facile Theme
 Author:       Mouton Facile
 Author URI:   https://www.mouton-facile.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
    --btn-accented-brd-radius: 5px !important;
}

/*  DIMINUER LA LONGUEUR DU BOUTON GPAY POUR QU'IL SOIT VALIDÉ CHEZ GOOGLE
*/
.gpay-card-info-container-fill {
    width: 280px !important;
    margin: 0 auto;
}

#st-001 .product-tabs-wrapper {
    display: none;
}

.st-002 p,
.st-003 .wd-accordion-content {
	text-align: justify;
}

.wd-logo img {
    padding-top: 15px !important;
}

.whb-top-bar .wd-header-text {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.woocommerce div.product form.cart table.extra-options td.value {
    padding-bottom: 20px;
}

.woocommerce div.product form.cart table.extra-options {
    margin-bottom: 0;
}

/*:is(.btn,.button,button,[type=submit],[type=button]) {
    font-size: 20px !important;
    padding: 15px 18px !important;
}*/

.st-004 {
    top: -1px;
    position: relative;
}

.st-005 {
    color: #cca23e;
}

.st-006 {
    background: #fff !important;
}

.st-center {
    text-align: center;
}

.woocommerce-order-pay .woocommerce-error {
    display: none;
}

.wd-page-title .wd-breadcrumbs {
    display: none;
}

.wd-timer > span {
    border: #fff 2px solid;
    background-color: orange !important;
    border-radius: 12px !important;
    min-width: 3.7em !important;
    min-height: 3.7em !important;
}

.wd-timer span {
    color: #fff;
}

.whb-top-bar .wd-header-text {
  animation: blinker 1s linear 3;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

@media (max-width: 767px) {
    .wd-page-title {
        background-size: auto !important;
    }
}