.clearfix::before,
.clearfix::after {
    clear: both;
    display: table;
    content: " ";
}

.hidden{
    display: none !important;
}

table.woocommerce-cart-form__contents.cart td {
    vertical-align: middle;
}

table.woocommerce-cart-form__contents.cart th.product-price,
table.woocommerce-cart-form__contents.cart td.product-price,
table.woocommerce-cart-form__contents.cart th.product-subtotal,
table.woocommerce-cart-form__contents.cart td.product-subtotal{
    white-space: nowrap;
}

table.woocommerce-cart-form__contents.cart .product-name>div {
    white-space: nowrap;
}

table.woocommerce-cart-form__contents.cart tr.cart_item_description {
    transform: translateY(-20px);
}

table.woocommerce-cart-form__contents.cart tr.cart_item_description td {
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
}

table.woocommerce-cart-form__contents.cart td.product-description {
    padding-top: 0;
    padding-bottom: 0;
}

table.woocommerce-cart-form__contents.cart td.product-description .item-cart-description {
    padding-right: 5px;
    border-right: 1px solid #d2d6de;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
}

table.woocommerce-cart-form__contents.cart td.product-description .item-cart-description:last-child {
    border-right: none;
}

table.woocommerce-cart-form__contents.cart .woocommerce-cart-form__cart-item.no-bottom-border td {
    border-bottom: none;
}

table.woocommerce-cart-form__contents.cart .mds_product_description {
    margin-top: 10px;
    white-space: initial !important;
    word-break: break-word;
}

/* .content-area-full main .product.product-type-mds_product form.cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 50%;
    margin-left: 0;
}

.content-area-full main .product.product-type-mds_product form.cart .button {
    margin-bottom: 0.3em;
    margin-right: 0.25em;
    flex-basis: calc(33.33% - 0.25em);
    align-self: stretch;
} */

.storefront-sticky-add-to-cart__content .mds-button.wc-backward+.storefront-sticky-add-to-cart__content-button {
    margin-left: inherit;
}

.storefront-sticky-add-to-cart__content .mds-button.wc-backward {
    margin-left: auto;
    margin-right: 0.25em;
}

.widget .amount.price-start {
    position: relative;
    top: -4px;
    display: block;
    margin-bottom: -4px;
}

/* @media screen and (max-width: 767px) {
    .content-area-full main .product.product-type-mds_product form.cart {
        justify-content: flex-start;
        width: 100%;
    }
    .content-area-full main .product.product-type-mds_product form.cart .button {
        flex-basis: 100%;
        flex-grow: 1;
    }
} */

.single-product div.product .entry-summary-full {
    width: 100%;
    float: none;
}

.mds-button.button-small {
    padding: 0.25em;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

.mds-button.button-small>i {
    margin: 0 !important;
}

.cart-item-edit-link.mds-button,
.cart-item-info-link.mds-button {
    margin-left: 0.25em;
}

a.button.cart-item-edit-link{
    display: inline-block;
    min-height: unset;
    min-width: unset ;
    padding: 5px;
    margin: 0 0 0 5px;
    font-weight: normal;
}

a.button.cart-item-edit-link.button-small {
    line-height: 1.4;
	font-size: 14px;
	height: auto;
	width: auto;
    min-height: unset;
	min-width: unset;
}

a.button.cart-item-edit-link i{
    margin: 0 !important;
}

.mds-button:disabled,
.mds-button:disabled:hover,
.mds-button:disabled:focus {
    opacity: .5 !important;
    cursor: not-allowed !important;
}

.notice.is-dismissible {
    padding-right: 38px;
    position: relative;
}

.notice.notice-success {
    border-left-color: #46b450;
}

.notice.notice-error,
div.error {
    border-left-color: #dc3232;
}

.notice.notice-warning {
    border-left-color: #ffb900;
}

.notice.notice-info {
    border-left-color: #00a0d2;
}

.notice,
div.error {
    background: #fff;
    border-left: 4px solid #fff;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    margin: 30px auto -15px auto;
    padding: 1px 12px;
}

.notice p,
.notice-title,
div.error p {
    margin: .5em 0;
    padding: 2px;
}

.notice-dismiss {
    position: absolute;
    top: 0;
    right: 1px;
    border: none;
    margin: 0;
    padding: 9px;
    background: 0 0;
    color: #72777c;
    cursor: pointer;
}

.notice-dismiss::before {
    background: 0 0;
    color: #72777c;
    content: "\f153";
    display: block;
    font: 400 16px/20px dashicons;
    speak: none;
    height: 20px;
    text-align: center;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.to-blur {
    transition: filter 0.35s ease;
}

#mds-product-overlay,
#mds-full-overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.6);
    left: 0;
    top: 0;
    pointer-events: none !important;
}

#mds-full-overlay {
    position: fixed;
}

#mds-full-overlay~.to-blur,
#mds-product-overlay~.to-blur {
    filter: blur(3px);
    pointer-events: none !important;
}

#mds-full-overlay .lds-roller,
#mds-product-overlay .lds-roller {
    position: relative;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}

.mds-notice {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    margin: 5px 15px 2px;
    padding: 5px 12px;
}

.mds-notice.mds-notice-error {
    border-left-color: #dc3232;
}

.page-checkout table.order_details tr.order_item td.product-name ul.wc-item-meta li >.wc-item-meta-label{
    margin: 10px 0 0 0;
    display: inline-block;
}

.page-checkout table.order_details tr.order_item td.product-name ul.wc-item-meta li >.wc-item-meta-label+div{
    margin-top: 10px;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #aaaaaa;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* exceptions theme */
body.theme-agota input[type="checkbox"]:checked::after {
	top: -2px;
	left: -3px;
}

.product-type-mds_product .single-product-info p.price,
.product-type-mds_product .rating-price div.price {
	flex-direction: row !important;
	justify-content: flex-start !important;
}

.bouton_pour_boutique + .class_affiche_faq{
    margin-bottom: 0.5rem;
}