/*
Theme Name: Salaisons du Lothier
Author: WE JUNE Agency
Author URI: https://we-june.com/
Version: 1.0
Tags: template personnalisé, responsive, bootstrap, made in belgium, e-commerce/webshop (WooCommerce)
License: WE JUNE Agency
*/


@import url("https://use.typekit.net/qfm6iwv.css");

@font-face {
    font-family: 'leyton_personalbold';
    src: url('fonts/leytonpersonal-bold.woff2') format('woff2'),
        url('fonts/leytonpersonal-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.pum-content.popmake-content:focus-visible {
    outline: none;
}

:root {
    --primary: #b68559;
    --secondary: #BF2C07;
    --tertiary: #f0e7de;
    --grey: #FAF8F8;
    --dark: #333333;
    --white: #ffffff;
    --black: #000000;

    --font-default: 'acumin-pro', sans-serif;
    --font-title: 'leyton_personalbold', serif;
    --font-special: 'playfair-display', serif;
}

.bg-light {
    background: var(--grey) !important;
}

.bg-tertiary {
    background: var(--tertiary) !important;
}

hr {
    border-color: var(--primary) !important;
    opacity: 1;
}


.font-default {
    font-family: var(--font-default) !important;
}

.font-title {
    font-family: var(--font-title) !important;
}

.font-special {
    font-family: var(--font-special) !important;
}

/* ADMIN LOGIN */
body.login p {
    color: var(--dark);
}

body.login #login h1 a {
    background: url("img/logo.png") no-repeat center center / cover !important;
    height: 150px;
    width: 100%;
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: var(--dark);
    opacity: 1;
}

#login h1:before,
#login h1:after {
    content: none;
}

.grayscale {
/*    filter: grayscale(99%);
    -webkit-filter: grayscale(99%);
    -ms-filter: grayscale(99%);*/
}

/*  ----------------------------
    GENERAL
    ------------------------- */
.btn,
.button {
    font-family: var(--font-default) !important;
    transition: 0.5s ease-in-out;
}

header .btn-shop a:hover {
    color: var(--white) !important;
}

.single_add_to_cart_button,
.add_to_cart_button {
    background: var(--primary) !important;
    color: var(--white);
    border-radius: 0 !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
}

.single button.button.add_to_cart_button {
	margin-bottom: 25px;
}

.single_add_to_cart_button:hover,
.add_to_cart_button:hover,
.wp-block-button__link:hover {
    color: var(--white);
    opacity: 0.7;
}

html,
body {
    font-family: var(--font-default);
    font-weight: 400;
    color: var(--dark);
    background: var(--white);
    font-size: 15px;
    line-height: 21px;
    overflow-x: hidden;
}

.clear {
    clear: both;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

hr {
    border: 1px solid #ececec;
    width: 100%;
}

strong,
b {
    font-weight: 800;
}

small,
.small {
    font-size: 0.8em;
}

/* - - - - - - - - - - - - - - - - - - - - - LINKS */
.no-events * {
    pointer-events: none !important;
    cursor: auto !important;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    color: var(--secondary);
    text-decoration: none;
    cursor: pointer !important;
}

/* - - - - - - - - - - - - - - - - - - - - - TITLE */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: initial;
    font-family: var(--font-title);
}

h1,
.h1 {
    font-size: 3rem;
    margin-bottom: 1em;
}

.woocommerce h1.page-title {
	font-family: var(--font-special);
}

h2,
.h2 {
    font-size: 2.5rem;
    margin-bottom: 0.8em;
    font-family: var(--font-special);
}

h3,
.h3 {
    font-size: 2.25rem;
    margin-bottom: 0.6em;
    font-family: var(--font-special);
}

h4,
.h4 {
    font-size: 2rem;
    font-family: var(--font-special);
    margin-bottom: 0.4em;
}

h5,
.h5 {
    font-size: 1.75rem;
    font-family: var(--font-special);
    margin-bottom: 0.2em;
}

h6,
.h6 {
    font-size: 1.5rem;
    font-family: var(--font-special);
    margin-bottom: 0;
}

.text-muted {
    color: #999999 !important;
}

.zoom-link {
    transition: 1s ease-in-out;
}

.zoom-link:hover {
    transform: scale(0.9);
}

/*  ----------------------------
        HEADER
        ------------------------- */
header#header,
header#header .navbar-brand {
    padding-top: 0;
}

header#header .container {
    position: relative;
}

header#header {
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.5s ease-in-out;
    position: relative;
    background: var(--white);
    border-bottom: 2px solid var(--tertiary);
}

.home header#header {
    background: transparent !important;
    border: none !important;
}

.home header#header.sticky {
    background: var(--white) !important;
}

/* header#header.sticky #logo {
    width: 75%;
} */


header #logo {
    width: 100%;
    max-width: 250px;
    transition: 1s;
}

header#top-title p {
    font-size: 1.2rem;
}

header .breadcrumbs {
    color: var(--white);
    font-size: 0.7rem;
}

header .breadcrumbs a {
    color: var(--dark);
    text-decoration: underline;
}

header .breadcrumbs a:hover {
    text-decoration: none;
}

/* Breadcrumb */
#breadcrumb * {
    color: var(--primary);
}

#breadcrumb span.current-item {
    color: var(--secondary);
}

/* MENU */
#navigation {
    background: var(--white);
    padding: 10px;
}

#navigation .navbar-nav>li>a {
    font-family: var(--font-default);
    color: var(--dark);
    padding: 10px;
    text-decoration: none;
    transition: 0.5s;
    text-transform: uppercase;
}

header.bg-white #navigation .navbar-nav>li>a {
    color: var(--dark);
}

header .btn-shop a {
    border: 3px solid var(--dark);
    padding: 5px 15px !important;
    border-radius: 50px;
}

header .btn-shop:hover a,
#navigation .navbar-nav .btn-shop.current-menu-item>a {
    border: 3px solid var(--secondary);
    background: var(--secondary);
    color: var(--white) !important;
}

#navigation .navbar-nav>li>a:hover,
#navigation .navbar-nav .current-menu-item>a,
#navigation>ul li>ul.sub-menu>li:hover {
    color: var(--secondary);
}

#navigation>ul li.menu-item-has-children {
    position: relative;
}

#navigation>ul li>ul.sub-menu {
    z-index: 999;
    position: absolute;
    margin: 0px;
    padding: 12px 0 0;
    list-style: none;
    display: none;
    left: 0px;
    top: 20px;
    width: 210px;
}

#navigation>ul li>ul.sub-menu li:first-child {
    border-top: 2px solid var(--tertiary);
}

#navigation>ul>li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}

#navigation>ul li:hover>ul.sub-menu {
    display: block;
}

#navigation>ul li>ul.sub-menu>li {
    padding: 5px 10px;
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: var(--white);
}

#navigation>ul li>ul.sub-menu>li a {
    color: var(--dark);
    text-decoration: none;
    font-size: 1rem;
}

/* CATEGORY MENU */
nav#category {
    width: 100%;
    position: fixed;
    z-index: 9;
    transition : 0.5s;
}

nav#category.sticky-shop {
    top: 0 !important;
}

nav#category ul,
nav#category li {
    display: inline-block;
    margin: 0 auto;
}

nav#category li {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 !important;
    padding: 15px 25px;
}

nav#category li a {
    color: var(--white);
}

nav#category li:hover {
    color: var(--white);
    background: var(--secondary);
}

/*  ----------------------------
        CONTENT
        ------------------------- */

/* HOMEPAGE */
.home main {
    margin-bottom: 0;
}

.home #banner {
    position: relative;
    width: 100%;
    margin: 0;
}

.home #banner>div:first-child {
    height: 650px;
}

.home #banner>div {
    position: relative;
}

.home #banner div:first-child:after {
    content: '';
    width: 30px;
    height: 50px;
    background: url('img/triangle.png') no-repeat center center / contain;
    display: inline-block;
    position: absolute;
    top: 25%;
    right: -5px;
}

#banner h1 {
    margin-bottom: 0 !important;
}

.card.box {
    position: relative;
    border: none;
}

.card.box h5 {
    background: var(--white);
    color: var(--dark);
    position: absolute;
    top: 15%;
    left: -5px;
    padding: 0 25px 0 15px;
    font-family: var(--font-special);
    font-style: italic;
	max-width: min-content;
	min-width: 230px;
    z-index: 2;
}

.card.box h5 * {
    padding: 0;
    margin: 0;
    list-style: none;
    color: var(--dark);
}

.card-img-overlay {
    bottom: initial;
    top: 10%;
}

.card-img,
.card-img-overlay,
.content-ds, .dots-shadow a {
    z-index: 1;
    transition: transform 1s ease-in-out;
}

#cta a:hover div.card.box img {
    transform: scale(0.95);
}

.content-ds,
.dots-shadow {
    position: relative;
}

.dots-shadow:after {
    content: '';
    display: block;
    background: url('img/dots-shadow.png') repeat center center / contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 15px;
    left: 15px;
}

#faq {
    background: var(--dark);
    color: var(--white);
}

#map {
    background: var(--grey);
}

#faq>div {
    border: 2px solid var(--primary);
}

.home #qui-sommes-nous {
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    padding: 100px 0;
}

.home section#infos-utiles img {
    margin: 0;
}

#qui-sommes-nous h3,
#faq h3 {
    font-family: var(--font-title);
}

#faq a.btn-sdl,
.home #qui-sommes-nous a.btn-sdl {
    background: var(--white);
    color: var(--primary);
    border: 2px solid var(--tertiary);
    padding: 10px 15px;
    display: inline-block;
    margin: 5px 0;
}

#faq a:hover,
.home #qui-sommes-nous a:hover {
    opacity: 0.7;
}

#payement-faq .accordion-button:not(.collapsed),
#livraison-faq .accordion-button:not(.collapsed) {
    background: var(--tertiary);
}

#payement-faq .accordion-button:focus,
#livraison-faq .accordion-button:focus {
    border-color: var(--primary) !important;
    box-shadow: none;
}

#payement-faq .accordion-button::after,
#livraison-faq .accordion-button::after {
    background-image: none;
    content: '+';
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
}

#payement-faq .accordion-button:not(.collapsed)::after,
#livraison-faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '-';
}

.title-faq:after {
    content: '';
    display: block;
    width: 35%;
    height: 2px;
    background: var(--tertiary);
    position: absolute;
    left: 0;
    margin-top: -20px;
}

/* PAGES */
main#content {
    margin-bottom: 25px;
}

main#content li {
    margin-bottom: 15px;
}

/* ACTUALITES - BLOG */
.blog #index article:nth-child(even),
.single #single article:nth-child(even),
.category #category article:nth-child(even),
.taxonomy #taxonomy article:nth-child(even) {
    position: relative;
    top: 100px;
}

.single #single .dots-shadow img {
    position: relative;
    z-index: 2;
}

.single #single h5.font-title {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 2px solid var(--tertiary);
}

.single #single h5.font-title * {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--dark);
}

/* SIDEBAR */

#sidebar #cta-product {
    position: relative;
    min-height: 200px;
}

#sidebar span.arrow-link {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 2rem;
}

#sidebar ul {
    list-style: '> ';
    padding-left: 20px;
    color: var(--primary);
}

.sidebar-widget {
    padding: 15px;
    font-weight: 400;
    background: var(--grey);
    position: relative;
    z-index: 2;
}

.sidebar-widget form input {
    background: var(--white);
    color: var(--primary);
    border: 2px solid var(--tertiary);
    padding: 10px 15px;
    display: inline-block;
    margin: 5px 0;
}

.sidebar-widget [type="submit"] {
    cursor: pointer;
    border: none;
    background: none;
}


.sidebar-widget img {
    width: 100%;
    height: auto;
}

.sidebar-widget h4 {
    border-top: 2px solid var(--tertiary);
    padding-top: 35px;
}

.sidebar-widget:first-child h4 {
    border: none;
    padding-top: initial;
}

.sidebar-widget ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-widget ul li:before {
    color: var(--dark);
    content: "";
    display: none;
    /* font-family: "Font Awesome 5 Free"; */
    font-style: normal;
}

#sidebar .sidebar-widget .cbd {
    margin: 0;
    padding: 0;
}

.sidebar-widget a {
    color: var(--primary);
}

.sidebar-widget a:hover {
    color: var(--secondary);
}

input#q {
    width: 85%;
    background: transparent;
}

input#q+button {
    width: 15%;
}

/*  ----------------------------
FOOTER
------------------------- */

footer#footer {
    background: var(--grey);
    color: var(--dark);
    font-size: 0.9rem;
    border-top: 1px solid var(--primary);
    clear: both;
}

footer#footer h4 {
    font-size: 1.2rem;
    font-family: var(--font-default);
}

footer img {
    margin: 0 !important;
}

footer#footer .textwidget {
    padding-top: .5rem !important;
}


footer#footer aside#footer-1 a {
    background: var(--white);
    color: var(--primary);
    border: 2px solid var(--tertiary);
    padding: 10px 15px;
    display: inline-block;
    min-width: 220px;
}

footer#footer aside#footer-1 p:last-child a {
    background: initial;
    border: none;
    padding: initial;
}

footer#footer aside#footer-1 a:hover {
    opacity: 0.7;
}

footer#footer ul {
    list-style: none;
    padding-left: 0;
}

footer#footer ul li {
    padding-bottom: 5px;
}

footer#footer .sub-footer-widget {
    font-size: 0.7rem;
}

footer#footer .sub-footer-widget li {
    display: inline-flex;
    padding: 0 10px;
}

footer .fcol-2 {
    border-left: 2px solid var(--tertiary);
}

/* CONTACT FORM 7 */
form input,
form textarea,
form select {
    background: var(--white);
    color: var(--primary);
    border: 2px solid var(--tertiary);
    padding: 10px 15px;
    display: inline-block;
    margin: 5px 0;
}

form input:focus,
form textarea:focus,
form select:focus {
    border: 1px solid var(--tertiary) !important;
    outline: none !important;
}

form.wpcf7-form input.wpcf7-text,
form.wpcf7-form textarea,
form.wpcf7-form select {
    width: 100%;
}

form input.wpcf7-submit {
    background: var(--primary);
    color: var(--white);
    border: 2px solid var(--tertiary);
    padding: 15px 55px;
    display: inline-block;
    margin: 5px 0;
    border: none;
}

form input.wpcf7-submit:hover {
    background: var(--secondary);
}

form input[readonly=readonly] {
    background: var(--tertiary) !important;
}

.wpcf7-response-output {
    background: var(--grey) !important;
    color: #000000 !important;
    border: 3px solid red !important;
    padding: 15px !important;
    font-size: 1.2rem;
}

form.sent .wpcf7-response-output {
    background: green !important;
    border: 3px solid green !important;
    color: white !important;
}

input.wpcf7-not-valid {
    border: 3px solid red !important;
}

/* RECAPTCHA */
.grecaptcha-badge {
    display: none !important;
    bottom: 50px !important;
}

body.page.page-id-13 .grecaptcha-badge {
    display: block !important;
}

/*  ----------------------------
SHORTCODES
------------------------- */
#achats_en_ligne .col-lg-4 {
    border-top: 1px dashed var(--primary);
    padding-top: 25px;
    margin-top: 25px;
    position: relative;
}

#achats_en_ligne span.bulle {
    background: var(--white);
    border: 1px solid var(--primary);
    border-radius: 100%;
    padding: 5px 12.5px 7.5px;
    position: absolute;
    top: -20px;
    left: 0;
}

a.wpmenucart-contents>span.bulle-item-total {
    background: var(--secondary);
    color: var(--white);
    border-radius: 100%;
    padding: 2px 9.5px 4.5px;
    position: absolute;
}

.small-device-cart {
    display: none;
}

.small-device-cart span.bulle-item-total {
    bottom: -20px;
    left: -10px;
}

.large-device-cart span.bulle-item-total {
    bottom: -10px;
    left: 0;
}

.small-device-cart>div {
    display: inline;
}

a.wpmenucart-contents {
    position: relative;
}

a.wpmenucart-contents>img.wpmenucart-custom-icon {
    height: 40px;
    width: auto;
}

.custom-details-poids {
    border-top: 1px solid var(--tertiary);
    padding-top: 25px;
    margin-top: 35px;
}


/*  ----------------------------
SLICK
------------------------- */
.slick-dots li button:before {
    font-size: 15px;
    width: 16px;
    height: 16px;
    color: var(--primary);
}

.slick-dots li.slick-active button:before {
    color: var(--primary);
}

/*  ----------------------------
WOOCOMMERCE
------------------------- */
div#customer_details {
    z-index: 99;
    position: relative;
}

.quantity-area .quantity:before {
    content: 'Quantité :';
}

.quantity-area label {
    font-weight: normal !important;
}

.quantity-area input {
    width: 75px;
}

.quantity-area select {
    width: 115px;
    max-width: 115px !important;
    min-width: initial !important;
}

.woocommerce-js button.button.alt {
    padding: 15px 25px !important;
}
.woocommerce-checkout div#wc_checkout_add_ons {
    float: left;
}

.woocommerce-js div.product form.variations_form .variations td.label {
    padding: 10px 15px;
    display: inline-block;
    margin: 5px 0;
}

/* Désaffichage : Emballage sous-vide category */
.woocommerce-shop ul.products li:last-child {
    display: none !important;
}

.woocommerce.archive h1.page-title {
    margin-bottom: 0.25em;
}

.woocommerce-js .term-description {
    margin-bottom: 60px;
}

.product article#product-dots-shadow {
    border: 1px solid var(--tertiary);
}

.product article#product-dots-shadow a.btn-ensavoirplus {
    display: block;
    padding: 10px 0;
    border: 1px solid var(--tertiary);
    display: flex;
    justify-content: space-around;
    text-align: right;
    margin: 15px 15px 0;
}

.product article#product-dots-shadow img.attachment-woocommerce_thumbnail {
    width: 100%;
    border-radius: 0 !important;
}

.woocommerce-variation-price {
    margin-bottom: 25px;
}

p#order_comments_field {
    background: var(--tertiary);
    padding: 20px;
    border: none;
    border-radius: 5px;
    margin-bottom: 25px;
}

p#order_comments_field label {
    color: var(--dark);
    font-weight: bold;
}

.woocommerce-js ul.products li.product .price {
    font-family: var(--font-special);
    margin-bottom: 0;
    font-size: 1.5rem !important;
}

.woocommerce-js td.product-name {
    font-family: var(--font-special);
    font-size: 1.7rem;
}

.u-columns#customer-login {
    width: 100% !important;
}

.u-column1,
.u-column2 {
    width: 50% !important;
}

.woocommerce-js a.button,
.woocommerce-js button.button,
.woocommerce-js input.button,
.woocommerce-js #respond input#submit,
.woocommerce-js #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
    background: var(--primary) !important;
    color: #fff !important;
}

.woocommerce-MyAccount-navigation a {
    color: var(--dark);
}

.woocommerce-js a.button:hover,
.woocommerce-js button.button:hover,
.woocommerce-js input.button:hover,
.woocommerce-js #respond input#submit:hover,
.woocommerce-js #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
    background: var(--primary) !important;
}

.woocommerce-js ul.products li.product,
.woocommerce-page ul.products li.product,
li.wc-block-grid__product {
    text-align: center;
}

.woocommerce-js ul.products li.product img,
.woocommerce-page ul.products li.product img,
li.wc-block-grid__product img {
    transition: .3s ease-in-out;
    border-radius: 10px;
}

.woocommerce-js ul.products li.product img:hover,
.woocommerce-page ul.products li.product img:hover,
li.wc-block-grid__product img:hover {
    opacity: .7;
}

.woocommerce-js .widget_shopping_cart_content a.button.wc-forward {
    background: var(--primary) !important;
}

.woocommerce-js .widget_shopping_cart_content a.button.checkout.wc-forward {
    background: var(--tertiary) !important;
}

.woocommerce-js .widget_shopping_cart_content a.button.wc-forward:hover {
    background: var(--primary) !important;
}

.woocommerce-cart-form td.product-name dl.variation dt,
.woocommerce-cart-form td.product-name dl.variation dd {
    width: 100% !important;
    display: block !important;
    text-align: left;
    margin-top: 25px;
}

.woocommerce-notices-wrapper {
    padding-top: 3rem !important;
    display: none;
}

.woocommerce.single-product div.product p.price,
.woocommerce.single-product div.product span.price {
    font-size: 2rem;
    font-family: var(--font-special);
    margin-bottom: 25px;
}
.woocommerce.single-product .summary form.custom-addCart-sdl {
    opacity: .5
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    background: var(--tertiary);
    border-radius: 0 25px 0 0;
    font-weight: 400;
}

.woocommerce-js dl.variation {
    font-size: 0.7rem;
    margin-top: 15px;
}

.woocommerce-js li.woocommerce-mini-cart-item.mini_cart_item a {
    font-size: 1.2rem;
    font-family: var(--font-special);
}

.woocommerce-js a.remove.remove_from_cart_button {
    margin-bottom: 5px;
    margin-left: auto;
}

a.button.wc-forward {
    padding: 5px 10px;
    background: var(--tertiary);
    margin: 0 5px;
    color: var(--white);
}

table.shop_table.woocommerce-checkout-review-order-table {
    background: var(--white);
}

.woocommerce-js .woocommerce-additional-fields {
    margin-top: 45px;
}

.woocommerce-js .woocommerce-additional-fields h3 {
    margin-bottom: 0;
}

.woocommerce-js ul.products li.product .woocommerce-loop-category__title {
	font-size: 1.3rem;
}

div#payment.woocommerce-checkout-payment {
    background: var(--grey) !important;
    color: var(--dark);
}

div#payment.woocommerce-checkout-payment a {
    color: var(--primary) !important;
    font-weight: bold;
}

div#payment.woocommerce-checkout-payment #stripe-payment-data a {
    color: var(--primary) !important;
}

div#payment.woocommerce-checkout-payment .payment_box {
    background: var(--white) !important;
}

div#payment.woocommerce-checkout-payment .payment_box:before {
    border-color: var(--white) !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

label[for="wc-stripe-new-payment-method"] {
    max-width: 90%;
}

.woocommerce-js a.button,
.woocommerce-js button#place_order {
    padding: 10px 20px !important;
    box-shadow: none !important;
}

.woocommerce-notice {
    background: var(--tertiary);
    padding: 25px;
    margin-bottom: 25px;
}

/* ADD TO CART CHECKOUT PLUGIN */
.xoo-cp-modal td.xoo-cp-pimg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.xoo-cp-modal .xoo-cp-btns .xcp-btn {
    border: none !important;
    font-family: var(--font-title);
}

.xoo-cp-modal .xoo-cp-btns .xcp-btn:hover {
    color: var(--white);
    opacity: 0.7;
}

.xoo-cp-modal .xoo-cp-btns .xoo-cp-btn-vc {
    background: var(--secondary) !important;
    color: var(--white);
}

.xoo-cp-modal .xoo-cp-btns .xoo-cp-btn-ch {
    background: var(--tertiary) !important;
    color: var(--white);
}

.xoo-cp-modal .xoo-cp-btns .xoo-cp-close {
    background: var(--primary) !important;
    color: var(--white);
}

/* PAYPAL */

a.about_paypal {
    line-height: initial !important;
    margin-left: 10px;
}

/* STRIPE */
div#wc-stripe-payment-request-wrapper,
p#wc-stripe-payment-request-button-separator {
    display: none !important;
    opacity: 0;
}

fieldset#wc-stripe-cc-form * {
    width: 100% !important;
}

#add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand,
.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
    width: 30px !important;
}

/*  ----------------------------
        RESPONSIVE
        ------------------------- */

button.navbar-toggler {
    background: var(--white);
    color: var(--dark);
}

select#code_postaux {
    max-width: 60%;
	display: block;
}

@media screen AND (min-width: 769px) {
    #achats_en_ligne .col-lg-4:last-child {
        border-top: none;
    }
	.home #loop-product .col-lg-2 {
	width: 20%;
}
}

@media screen AND (min-width: 1200px) {
    .navbar-collapse {
        width: 65%;
    }
}

@media screen AND (max-width: 1024px) {
    .home #banner div:first-child:after {
        content: none;
    }

    main#content:before,
    main#content:after {
        content: none !important;
    }

    .home #banner>div:first-child {
        height: 300px;
    }

}

@media screen AND (max-width: 768px) {
    header #logo {
        max-width: 150px;
    }

    footer .fcol-2 {
        border-left: none;
    }

    #navigation>ul li>ul.sub-menu {
        display: block;
        position: relative;
        top: initial;
        left: initial;
    }

    #navigation>ul li>ul.sub-menu ul.sub-menu {
        display: none;
    }

    #navigation>ul li>ul.sub-menu li,
    #navigation>ul li>ul.sub-menu li a {
        background: none !important;
        color: var(--white);
        font-size: 0.9rem;
    }

    #navigation {
        padding-top: 25px;
    }

    #navigation>ul>li {
        padding: 10px;
        text-align: center;
    }

    nav#category li {
        font-size: 0.7rem;
        padding: 10px 5px;
    }

    body.page h1 span,
    body.page h2 span,
    body.page h3 span,
    body.page h4 span,
    body.page h5 span,
    body.page h6 span {
        line-height: initial;
    }

    div.ub_styled_list ul {
        margin-left: 0 !important;
    }
	
	select#code_postaux {
    	max-width: 100%;
	}

    #navigation .navbar-nav .sub-menu .current-menu-item>a {
        background: none !important;
    }

    #navigation>ul li.menu-item-has-children>ul.sub-menu li.menu-item-has-children>a:after {
        content: '';
    }

    .small-device-cart {
        display: inline;
    }

    .large-device-cart {
        display: none;
    }

    .title-faq:after {
        content: none;
    }

    #sidebar {
        margin: 50px 0;
    }
}

@media screen AND (max-width: 480px) {
    body.woocommerce-checkout h3 {
        margin-top: 35px;
    }

    .home section#infos-utiles {
        text-align: center;
    }

    .home .card.box h5 {
        font-size: 1.1rem;
    }
	
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h3 {
		font-size: 1.5rem;
	}

    #faq h3 {
        font-size: 1.75rem;
    }

    .blog #index article:nth-child(even),
    .single #single article:nth-child(even),
    .category #category article:nth-child(even),
    .taxonomy #taxonomy article:nth-child(even) {
        top: initial;
    }

    footer#footer * {
        text-align: center
    }
}