/*
Theme Name: Theme enfant de storefront
Description: Theme enfant
Template: storefront
Version: 0.1.0
Text Domain: storefront-child
*/

/*
Main
*/

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

* {
    outline: 0 !important;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body {
    font-family: 'Muli', sans-serif;
}

.tac {
    text-align: center;
}

.white {
    color: white;
}

.btn-cta {
    display: inline-block;
    color: white;
}

.btn-cta:hover {
    opacity: 0.8;
}

.btn-cta a {
    color: white;
    display: block;
    position: relative;
}

.btn-cta a i {
    position: absolute;
    left: 0;
    font-size: 1.3em;
    top: 3px;
}

.bg-orange {
    background-color: #ff9900;
}

.bg-bleu {
    background-color: #000D48;
}

.bg-vert {
    background-color: #20E0BB;
}

i.reverse {
    transform: scaleX(-1);
}

.col-full {
    max-width: 1325px;
    position: relative;
}

.text-underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

span.onsale {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 0;
    border: none;
    z-index: 990;
}

span.onsale {
    color: #FF9900;
    background-color: #FFE0D7;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget a.button {
    background: #20e0bb;
    color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.widget a.button:hover {
    opacity: 0.8;
    background: #20e0bb;
    color: #fff;
}

/*
Header
*/

/* Header Global */

.woocommerce-active .site-header .main-navigation {
    display: none;
}

.storefront-secondary-navigation .site-header .secondary-navigation {
    display: none;
}

header.site-header {
    padding-top: 0;
    border-bottom: none;
}

.site-header .site-branding img:hover {
    opacity: 0.8;
}

header.site-header .bandeau-header {
    height: 48px;
    background-color: #000D48;
    color: #20E0BB;
}

header.site-header .bandeau-header .col-full:before,
header.site-header .bandeau-header .col-full:after {
    display: none;
}

header.site-header .bandeau-header .col-full {
    height: 100%;
}

header.site-header .bandeau-header span i {
    margin-right: 15px;
}

header.site-header .choix-rayon a,
.error-404 .choix-rayon a {
    width: 49%;
    padding: 15px 30px;
    text-align: center;
    /*box-shadow: 2px 4px 7px 0px #707070;*/
    font-weight: bold;
    font-family: 'Poppins';
    color: white;
    position: relative;
}

header.site-header .choix-rayon a:hover,
.error-404 .choix-rayon a:hover {
    opacity: 0.8;
}

header.site-header .choix-rayon a i,
.error-404 .choix-rayon a i {
    position: absolute;
    left: 20px;
    top: 20px;
}

.woocommerce-active header.site-header .site-search {
    display: block;
    width: 646px;
    max-width: 100%;
    float: none;
    margin: auto;
    margin-top: 115px;
}

.woocommerce-active header.site-header .site-header-cart {
    width: auto;
    position: absolute;
    top: -15px;
    right: 2.617924em;
}

header.site-header .site-header-cart .widget_shopping_cart {
    width: 313px;
    /*left: 0;*/
    background-color: #fff;
}

header.site-header .site-header-cart .widget_shopping_cart:before {
    content: '';
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    position: absolute;
    top: -7px;
    right: 10px;
    transform: rotate(45deg);
}

.added_to_cart,
.site-header-cart .widget_shopping_cart a.button {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: bold;
}

.added_to_cart,
.site-header-cart .widget_shopping_cart a.button:after {
    float: right;
}

.added_to_cart,
.site-header-cart .widget_shopping_cart a.button:not(.checkout) {
    background-color: transparent;
    border: 2px solid #ff9900;
    color: #ff9900;
    text-transform: uppercase;
}

.added_to_cart.alt,
.added_to_cart,
.widget a.button.checkout {
    background-color: #ff9900;
    text-transform: uppercase;
    color: #fff;
}

.count.info-bulle-count {
    position: absolute;
    top: 5px;
    left: -5px;
    color: white;
    background-color: #20E0BB;
    border-radius: 59px;
    padding: 3px 9px;
    z-index: 10;
    font-size: 12px;
    font-weight: bold;
}

.site-header-cart .widget_shopping_cart .buttons,
.site-header-cart .widget_shopping_cart .total {
    background-color: transparent;
}

.woocommerce-active header.site-header .site-branding {
    display: inline-block;
    width: auto;
    margin: 0;
    clear: none;
}

.woocommerce-active header.site-header .site-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    height: 100%;
    background-color: transparent;
    color: #20E0BB;
    text-shadow: none;
    visibility: hidden;
    width: 50px;
    position: absolute;
}

.woocommerce-active header.site-header .site-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before {
    display: none;
}

.woocommerce-active header.site-header .site-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:after {
    content: '\f002';
    visibility: visible;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    position: absolute;
    right: 21px;
    top: 16px;
}

.woocommerce-active header.site-header .site-search .dgwt-wcas-preloader dgwt-wcas-close {
    right: 50px;
}

.woocommerce-active header.site-header .site-search .dgwt-wcas-search-wrapp {
    max-width: 100%;
    min-width: auto;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0;
}

.woocommerce-active header.site-header .site-search input[type='search'] {
    height: 60px;
    border-radius: 0;
    /*box-shadow: 2px 4px 7px 0px #707070;*/
}

.woocommerce-active header.site-header .site-search input[type='search']::placeholder {
    font-style: normal;
    font-family: 'Muli', sans-serif;
}

.woocommerce-active header.site-header .site-search input[type='search'] .dgwt-wcas-search-input,
.woocommerce-active header.site-header .site-search input[type='search'].dgwt-wcas-search-input {
    border-radius: 0;
}

header.site-header .widget_product_search form::after,
.widget_search form::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: baseline;
    content: "\f002";
    position: absolute;
    top: 1em;
    right: 1em;
    line-height: 1;
    color: #20e0bb;
    font-size: 20px;
}

.woocommerce-active header.site-header .site-header-cart>div {
    display: inline-block;
}

.site-header-account {
    position: absolute;
    top: -15px;
    right: calc(100px + 2.617924em);
    list-style-type: none;
}

.site-header-account a span {
    color: white;
}

.site-header-account a:before {
    content: "\f2bd";
    display: block;
    font-family: 'Font Awesome 5 Free';
    text-align: center;
    font-size: 2em;
    color: white;
}

.site-header-account:hover a:before,
.site-header-cart:hover a:before {
    opacity: 0.8;
}


/* Header Home */

header.site-header .header-home {
    height: 472px;
    background-size: cover;
    background-position: center center;
}

header.site-header .header-home-responsive {
    display: none;
}

header.site-header .header-home h1 {
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 800;
    color: #fff;
}

header.site-header .header-home h1 a {
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    text-decoration: underline;
    letter-spacing: 0;
}

header.site-header .header-home .header-top {
    padding-top: 42px;
}

header.site-header .header-home .header-top>.col-full {
    position: relative;
}

header.site-header .choix-rayon {
    width: 646px;
    max-width: 100%;
    margin: 17px auto;
}

.site-header-cart li:first-of-type:hover+li .widget_shopping_cart,
.site-header-cart li .widget_shopping_cart:hover {
    left: -260px;
}

.site-header-cart .woocommerce-mini-cart__total,
.site-header .quantity {
    display: none;
}

.site-header-cart .woocommerce-mini-cart-item {
    display: flex;
    flex-direction: row-reverse;
    padding: 1em 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.site-header-cart .woocommerce-mini-cart-item a {
    display: flex;
    align-items: center;
    font-family: 'Muli';
    color: #666699;
    font-size: 13px;
}

.site-header-cart .woocommerce-mini-cart-item a img {
    margin-left: 0 !important;
    margin-right: 20px;
    max-width: 2.617924em;
    float: right;
}

.site-header-cart .remove_from_cart_button {
    margin-left: 20px;
}

header.site-header .site-header-cart .cart-contents {
    padding-top: 0;
}

header.site-header .site-header-cart .cart-contents::before {
    content: "\f291";
    display: block;
    font-style: normal;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-align: center;
    font-size: 2em;
    color: white;
}

header.site-header .site-header-cart .cart-contents::after {
    content: "";
}

header.site-header .site-header-cart .cart-contents>span {
    display: block;
    margin: auto;
    color: white;
    text-align: center;
}

header.site-header .site-search form input[type=search],
.site-search form input[type=text] {
    padding: 20px;
}

header.site-header .widget_product_search form::before,
.widget_search form::before {
    display: none;
}

/* Header Other */

header.site-header .header-all {
    height: 130px;
    /*background-color: #4231bc;*/
    background-color: #666699;
    padding: 33px 0;
}

.woocommerce-active header.site-header .header-all .site-search {
    margin-top: 0;
    max-width: 100%;
    float: left;
    margin-left: 23px;
    margin-right: 20px;
    display: flex;
    width: calc(100% - 460px);
}

.woocommerce-active header.site-header .nwa-widget .nwa-title {
    display: none;
}

.woocommerce-active header.site-header .header-all .site-search>.nwa-widget {
    width: calc(100% - 445px);
}

.woocommerce-active header.site-header .header-all .site-search:after {
    font-size: 20px;
}

.woocommerce-active header.site-header .header-all .site-search input[type='search'] {
    height: 60px;
    max-width: 100%;
    margin-right: 0;
}

.woocommerce-active header.site-header .header-all .site-search .dgwt-wcas-search-wrapp {
    width: 100%;
}

header.site-header .header-all .choix-rayon {
    width: 470px;
    margin: 0;
    justify-content: flex-start;
}

header.site-header .header-all .choix-rayon a {
    width: 150px;
    height: 60px;
    padding: 20px 30px;
    text-align: right;
    margin-left: 10px;
}

header.site-header .header-all .choix-rayon a i {
    top: 25px;
}

/*
Breadcrumbs
 */
.storefront-breadcrumb {
    padding: 0;
}

.woocommerce-breadcrumb {
    color: #000D48;
    font-weight: bold;
    padding: 30px 0;
    border-bottom: 2px solid #E8EFFF;
}
@media screen and (max-width: 768px) {
    .woocommerce-breadcrumb {
        padding: 10px 0;
        font-size: .7rem;
    }
}

.woocommerce-breadcrumb a:first-of-type::before {
    display: none;
}

.woocommerce-breadcrumb .breadcrumb-separator {
    text-indent: 0;
    color: #666699;
    font-weight: normal;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
    display: none;
}

.woocommerce-breadcrumb a,
a.woocommerce-review-link,
.product_meta a {
    color: #666699;
    text-decoration: none;
    font-weight: normal;
}

/*
Footer
 */

footer.site-footer {
    padding-top: 0;
    padding-bottom: 0;
}

footer #before-footer-widget-area {
    width: 100%;
    background-color: #E8EFFF;
    padding: 70px 0 80px 0;
}

footer #before-footer-widget-area .col-full {
    display: flex;
    justify-content: space-around;
}

footer #before-footer-widget-area .col-full .nwa-widget-before-footer {
    max-width: 245px;
    text-align: center;
    margin-right: 2%;
    position: relative;
}

/* footer #before-footer-widget-area .col-full .nwa-widget-before-footer:after {content: '\f30b'; font-family: "Font Awesome 5 Free"; font-size: 25px; position: absolute; bottom: -30px;} */
footer #before-footer-widget-area .col-full .nwa-widget-before-footer .nwa-title-before-footer {
    color: #666699;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 20px;
    display: flex;
    flex-direction: column;
}

footer #before-footer-widget-area .col-full .nwa-widget-before-footer .nwa-title-before-footer:before {
    font-family: "Font Awesome 5 Free";
    font-size: 36px;
    margin-bottom: 40px;
}

footer #before-footer-widget-area .col-full .nwa-widget-before-footer:nth-of-type(1) .nwa-title-before-footer:before {
    content: url('img/logo-coq.png');
    margin-bottom: 33px;
}

footer #before-footer-widget-area .col-full .nwa-widget-before-footer:nth-of-type(2) .nwa-title-before-footer:before {
    content: '\f0d1';
}

footer #before-footer-widget-area .col-full .nwa-widget-before-footer:nth-of-type(3) .nwa-title-before-footer:before {
    content: '\f153';
}

footer #before-footer-widget-area .col-full .nwa-widget-before-footer:nth-of-type(4) .nwa-title-before-footer:before {
    content: '\f13e';
}

footer .widget .widget-title,
.widget .widgettitle {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins';
}

footer .footer-widgets {
    display: flex;
    width: 100%;
    padding-top: 0;
}

footer .footer-widgets .block p {
    position: relative;
    padding-left: 65px;
    padding-top: 7px;
    line-height: 18px;
    margin-bottom: 34px;
}

footer .footer-widget-4 p:first-of-type:before {
    content: '\f0f0';
}

footer .footer-widget-2 p:first-of-type:before {
    content: '\f3c5';
}

footer .footer-widget-2 p:last-of-type:before {
    content: '\f017';
}

footer .footer-widgets .block p:before {
    font-family: "Font Awesome 5 Free";
    font-size: 40px;
    margin-right: 15px;
    position: absolute;
    top: 18px;
    left: 0;
}

.site-footer a:not(.button):not(.components-button) {
    text-decoration: none;
}

.site-footer a:not(.button):not(.components-button):hover {
    text-decoration: underline;
}

/* footer .footer-widget-1 p:last-of-type {padding-left: 0;} */
footer .footer-widget-1 .widget_text {
    margin-bottom: 0;
}

footer .footer-widget-1 #mailjet-widget-title-wrap span.widget-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    padding-top: 7px;
}

footer .footer-widget-1 #mailjet_widget_email {
    width: 90%;
}

footer .footer-widget-1 p:first-of-type {
    margin-top: 84.293px;
}

footer .footer-widget-3 li {
    padding-left: 0;
}

footer .footer-widget-3 li:before {
    content: '';
}

footer.site-footer .footer-widget-3 li a {
    text-decoration: none;
}

footer .footer-widget-1,
footer .footer-widget-2,
footer .footer-widget-3 {
    border-right: 1px solid #666699;
}

footer .footer-widget-2 {
    min-width: 270px;
}

footer .footer-widget-4 p strong:last-of-type,
footer .footer-widget-1 p strong:last-of-type {
    color: #FF9900;
    margin-top: 15px;
}

footer .site-info {
    display: flex;
    justify-content: space-between;
}

footer .site-info .logo-pharmacie-footer {
    width: 121px;
    height: 37px;
}

footer .site-info .logo-pharmacie-footer:after {
    content: url('img/logo-pharmacie-footer.png');
}

footer .site-info .logo-pharmacie-footer:hover:after {
    content: url('img/logo-pharmacie-footer-hover.png');
}

footer .social a {
    display: inline-block;
    margin-right: 10px;
    width: 33px;
    height: 33px;
}

footer .social .facebook:after {
    content: url('img/logo-facebook-footer.png');
}

footer .social .facebook:hover:after {
    content: url('img/logo-facebook-footer-hover.png');
}

footer .social .youtube:after {
    content: url('img/logo-youtube-footer.png');
}

footer .social .youtube:hover:after {
    content: url('img/logo-youtube-footer-hover.png');
}

/*
Home
 */
.home header .n2-section-smartslider {
    position: absolute;
    z-index: -1000;
}

.home header .n4-section-smartslider {
    position: absolute;
    z-index: -1000;
}

.home header .n2-section-smartslider div#n2-ss-6 .n2-ss-layers-container {
    margin: 0 !important;
    width: 100% !important;
}

.home header .n2-section-smartslider div#n2-ss-8 .n2-ss-layers-container {
    margin: 0 !important;
    width: 100% !important;
}

.home header .n4-section-smartslider div#n4-ss-8 .n4-ss-layers-container {
    margin: 0 !important;
    width: 100% !important;
}

div#n2-ss-7 .nextend-arrow img:hover {
    opacity: 0.8;
}

div#n2-ss-7 .n2-ss-control-bullet {
    margin-top: 25px !important;
}

div#n2-ss-7 .nextend-bullet-bar .n2-bullet {
    padding: 7px;
}

div#n2-ss-7 .n2-ss-button-container a div {
    font-weight: bold !important;
    font-family: 'Poppins' !important;
    text-transform: uppercase;
}

div#n2-ss-7 .n2-ss-button-container a>div:after {
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
}

.page-template-template-homepage:not(.has-post-thumbnail) main.site-main {
    padding-top: 0;
}

.home section {
    padding-top: 60px;
}

.home section h2,
.cross-selling-suggestions h2 {
    font-family: 'poppins';
    font-weight: bold;
    font-size: 30px;
    color: white;
    margin: 20px 0;
    text-transform: uppercase;
}

.home section h2,
.home section p,
.home section i,
.cross-selling-suggestions h2,
.cross-selling-suggestions p {
    color: #000D48;
}

.home #section-a-la-une {
    background-color: #E8EFFF;
    padding-bottom: 65px;
    padding-right: 15px;
    padding-left: 15px;
}

.home #section-a-la-une .n2-section-smartslider {
    position: relative;
    margin-top: 45px;
}

.home #section-a-la-une div#n2-ss-7 .nextend-arrow-previous {
    left: calc(45% - 545px) !important;
}

.home #section-a-la-une div#n2-ss-7 .nextend-arrow-next {
    right: calc(45% - 545px) !important;
}

.home section.storefront-on-sale-products {
    background-color: #666699;
    margin-bottom: 0;
}

section.storefront-on-sale-products {
    padding-bottom: 94px;
}

section.storefront-on-sale-products h2,
section.storefront-on-sale-products p,
section.storefront-on-sale-products i {
    color: #fff;
}

section.storefront-on-sale-products li {
    padding: 0 !important;
    border: none !important;
    margin-right: 2% !important;
}

section.storefront-on-sale-products div.reduction-countdown {
    position: absolute;
    right: 0;
    padding: 5px 8px;
    background-color: #FF9900;
    color: #fff;
    display: flex;
    justify-content: center;
}

section.storefront-on-sale-products div.reduction-countdown[data-countdown-type="start"] {
    background-color: lightgray;
}

.time-unit {
    text-align: center;
    min-width: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.time-unit .number {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: bold;
}

.time-unit .label {
    font-size: 12px;
    margin-top: -5px;
}

section ul.products li.product .img-reduction {
    width: 100%;
    max-height: 100%;
}

:not(.home) section.storefront-on-sale-products div.infos-reductions {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

section.storefront-on-sale-products div.infos-reductions {
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    min-height: 180px;
}

section.storefront-on-sale-products div.infos-reductions div.titre-texte-reduction h4 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: bold;
    color: #000D48;
    text-align: left;
}

section.storefront-on-sale-products div.infos-reductions div.titre-texte-reduction p {
    font-family: 'Muli';
    font-size: 12px;
    color: #666699;
}

section.storefront-on-sale-products div.infos-reductions a.lien-reduction {
    background-color: #FF9900;
    padding: 22px;
    max-height: 69.625px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: bold;
    width: 180px;
    align-self: flex-end;
}

section.storefront-on-sale-products div.infos-reductions a.lien-reduction-disable {
    pointer-events: none;
    cursor: default;
    background-color: lightgray;
}

section.storefront-on-sale-products div.infos-reductions a.lien-reduction-responsive {
    display: none;
    width: 48px;
    height: 48px;
    padding: 13px 17px;
}

section.storefront-on-sale-products div.infos-reductions a.lien-reduction:after {
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    float: right;
}

section.storefront-on-sale-products div.infos-reductions a.lien-reduction:hover {
    opacity: 0.8;
}

section.storefront-on-sale-products div.infos-reductions a.lien-reduction-desktop {
    flex: 0 0 180px;
}

.toutes-nos-promotions {
    text-align: center;
    margin-top: 40px;
}

.toutes-nos-promotions a {
    padding: 15px 30px;
    box-shadow: 2px 4px 7px 0px #707070;
    font-weight: bold;
    font-family: 'Poppins';
    color: #ffffff;
    text-transform: uppercase;
}

.toutes-nos-promotions a:hover {
    opacity: 0.8;
}

section.storefront-on-sale-products li.sale.product-type-simple {
    background-color: white;
    height: 340px;
    margin: 10px;
    margin-right: 10px !important;
    max-width: 646px;
}

section.storefront-on-sale-products li.sale.product-type-simple h2 {
    color: #666699;
    text-align: left;
    margin-left: 18px;
    text-transform: initial;
}

section.storefront-on-sale-products li.sale.product-type-simple img {
    height: 240px;
    width: auto;
}

ul.products li.product {
    margin-bottom: 45px;
}

.home section.listing-suggestions {
    background-color: #E8EFFF;
    padding-top: 85px;
    padding-bottom: 50px;
}

.home section.listing-suggestions li {
    background-color: #ffffff;
}

.home section.storefront-best-selling-products ul.products li.product {
    border: 2px solid #EDEDED;
    position: relative;
    padding: 40px 15px 15px 15px;
    width: 100% !important;
}

.cross-selling-suggestions ul.products li.product {
    width: 17.9% !important;
    margin-right: 2% !important;
}

/* .home section.storefront-best-selling-products li.product a.add_to_cart_button {
    display: none;
}

.home section.storefront-best-selling-products li.product a.product_type_simple {
    display: none;
}

li.product a.product_type_simple {
    display: none;
} */

.home section.storefront-best-selling-products li.product h2.woocommerce-loop-product__title,
.cross-selling-suggestions li.product h2.woocommerce-loop-product__title {
    text-align: left;
    font-family: 'Muli';
    text-transform: inherit;
    color: #666699;
    font-size: 14px;
    min-height: 50px;
    margin-top: 10px;
}

.home section.storefront-best-selling-products li.product .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-family: 'Muli';
    font-weight: bold;
    font-size: 14px;
    color: #000D48;
}

.home section.storefront-best-selling-products li.product .price ins {
    font-weight: bold;
    margin-left: 0;
    margin-right: 12px;
}

.home section.storefront-best-selling-products li.product .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
}

.icon-title-ctn-listing-products {
    margin: auto;
    display: block;
    text-align: center;
    font-size: 2em;
}

/*
Single product
*/
.quantity {
    position: relative;
}

.button-quantity {
    color: #20E0BB;
    background-color: #fff;
    position: absolute;
    height: 100%;
    font-size: 35px;
    padding: 0 10px;
}

.button-quantity:hover {
    background-color: #fff;
    color: #20E0BB;
}

.button-quantity-plus {
    top: 0;
    right: 0;
}

.button-quantity-minus {
    top: 0;
    left: 0;
}

.single-product div.product .woocommerce-product-gallery img {
    margin: auto;
}

.storefront-sticky-add-to-cart--slideInDown {
    display: none;
}

.woocommerce-message {
    background-color: rgba(32, 224, 187, 0.05);
    border-color: #20E0BB;
}

.woocommerce-message,
.woocommerce-message a.button {
    color: #20E0BB;
}

.woocommerce-message,
.woocommerce-message a.button:hover {
    color: #20E0BB;
    text-decoration: underline;
}

.woocommerce-message,
.woocommerce-message a.button:before {
    content: '|';
    margin-right: 20px;
}

.storefront-product-pagination {
    display: none;
}

.presentation-product {
    display: flex;
    justify-content: space-between;
}

.single-product-thumbnail {
    display: flex;
    width: 39.1304347826%;
    position: relative;
    margin-right: auto;
    align-items: center;
}

.single-product-thumbnail .ref {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 91px;
    right: 0;
    z-index: 990;
}

.single-product-thumbnail .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
}

.single-product-thumbnail .onsale {
    position: absolute;
    top: 0;
    left: 120px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: transparent;
    height: auto;
    width: auto;
    color: transparent;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: transparent !important;
    border: 0 !important;
    color: transparent !important;
    opacity: 0.8;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    height: 100% !important;
    width: 77%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    color: #20E0BB;
    font-size: 40px;
}

.single-product-thumbnail .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-product-thumbnail .woocommerce-product-gallery .flex-control-thumbs li {
    width: 91px !important;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    margin-left: 4%;
}

.summary.entry-summary {
    color: #666699;
}

.single-product div.product .product_meta {
    border: none;
    padding: 0;
}

.single-product div.product .product_meta a {
    text-decoration: none;
    font-size: 16px;
    color: #20E0BB;
    text-transform: uppercase;
    font-weight: bold;
}

.summary.entry-summary h1.product_title.entry-title {
    font-weight: bold;
    font-size: 26px;
    font-family: Poppins;
    color: #000D48;
    margin-top: 18px;
    margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
    .summary.entry-summary h1.product_title.entry-title {
        margin-bottom: 20px;
        font-size: 24px;
    }
}
.single-product div.product table.variations select {
    padding: 5px;
    background: white;
    border: none;
}

.storefront-full-width-content.single-product div.product .summary {
    width: 535px;
    display: inline-block;
    background-color: #E8EFFF;
    vertical-align: top;
    padding: 30px 40px 50px 40px;
    float: right;
    max-width: 50vw;
}

.container-single-product-left {
    width: 50%;
    margin-right: 5%;
    display: inline-block;
}

.container-single-product-left .format-galenique {
    margin-bottom: 10px;
    font-weight: bold;
    color: #bdbaba;
}

.container-single-product-left .laboratoire {
    margin-bottom: 10px;
    text-decoration: underline;
    color: #0dccfa;
    font-weight: bold;
}

.etiquette-stock,
.etiquette-stock-24-48h {
    color: #000D48;
    font-weight: bold;
}

.etiquette-stock:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
}

.etiquette-stock-24-48h:before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
}

/* .container-single-product-right {width: 535px; display: inline-block; background-color: #E8EFFF; vertical-align: top; padding: 30px 40px 50px 40px; float: right; max-width: 50vw;} */
.single-product div.product div.container-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.single-product div.product div.container-price>p {
    margin: 0;
}

.single-product div.product div.container-price>p.price_volume {
    font-size: 12px;
}

/* .single-product div.product p.price {display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: flex-end;} */
.single-product div.product p.price {
    display: inline-block;
    margin: 0 0 1.4rem;
}
@media screen and (max-width: 768px) {
    .single-product div.product p.price {
        margin: 0;
    }
}

.single-product div.product p.price span {
    font-size: 26px;
    color: #000D48;
    font-weight: bold;
}

.single-product div.product p.price del span {
    font-size: 16px;
    font-weight: lighter;
    color: #666699;
}

.single-product div.product p.price ins {
    margin: 0 28px 0 0;
}

.single-product div.product p.price_volume {
    display: inline-block;
}

.single-product div.product table.variations {
    display: block;
}

.single-product div.product table.variations tr {
    display: flex;
    flex-wrap: wrap;
}

.single-product div.product table.variations .label {
    margin-right: 10px
}

.single-product div.product .variations_button {
    display: flex;
}

.stock.in-stock::before {
    content: "\f00c";
}

/* .container-single-product-right .ctn-stock-add-to-cart {display: flex; flex-direction: column-reverse;}
.container-single-product-right .stock {margin: 0; color: #000D48; font-weight: bold;} */
.single-product div.product form.cart {
    margin: 0;
    display: flex;
}

.single-product div.product form.cart.variations_form {
    flex-wrap: wrap;
}

.single-product div.product form.cart .single_add_to_cart_button {
    width: 275px;
    height: 60px;
    text-transform: uppercase;
    font-family: 'Poppins';
    background-color: #FF9900;
}

.single-product div.product form.cart .single_add_to_cart_button:hover {
    opacity: 0.8;
}

.single-product div.product form.cart .single_add_to_cart_button:before {
    content: '\f291';
    font-family: "Font Awesome 5 Free";
    margin-right: 25px;
    font-size: 22px;
}

.single-product div.product form.cart .quantity {
    width: 167px;
}

.single-product div.product form.cart .quantity input {
    height: 60px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #fff;
}

/* .container-single-product-right .quantity {margin-bottom: 15px; width: 100%;} */
/* .container-single-product-right .quantity .qty {width: 100%; border: 2px solid #6d6d6d;} */
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
    background-color: #000D48;
    border-color: #000D48;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: space-around;
    width: 100%;
    border-top: 2px solid #E8EFFF;
    border-bottom: 2px solid #E8EFFF;
    margin-bottom: 68px;
    float: none;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs li {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs li:hover {
    cursor: pointer;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs li.active {
    border-bottom: 10px solid #20E0BB;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs li.active a {
    color: #20E0BB;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs li a {
    font-family: Poppins;
    font-size: 18px;
    font-weight: bold;
    color: #000D48;
    text-transform: uppercase;
    margin: auto;
    padding: 33px 0 23px;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs li.active::after {
    display: none;
}

.storefront-full-width-content .woocommerce-tabs .panel {
    width: 85%;
    margin: auto;
    float: none;
}

.product-detail .sub-bloc-infos-produits .container-details-product:not(:nth-of-type(2)) {
    display: none;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs-responsive {
    display: none;
}

.related.products {
    background-color: #666699;
    padding: 55px 0 70px 0;
}

.related.products .title-related-product {
    text-align: center;
    position: relative;
}

.related.products .title-related-product h2.section-title {
    color: #fff;
    font-family: Poppins;
    font-size: 30px;
    padding: 30px 0 40px 0;
}

.related.products .title-related-product span {
    border: 1px solid #797979;
    position: absolute;
    width: 100%;
    z-index: 1;
    right: 0;
    left: 0;
    top: 40%;
}

.related.products ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.related.products ul li {
    background-color: white;
    padding: 32px 16px 5px 16px;
}

.related.products h2:first-of-type {
    font-weight: bold;
    color: #797979;
    position: relative;
    z-index: 2;
    padding: 15px;
}

.related.products li.product img {
    margin-bottom: 40px;
    height: 165px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.related.products ul li a h2.woocommerce-loop-product__title {
    color: #666699;
    text-align: left;
    padding: 0;
    min-height: 35px;
}

.owl-theme .owl-dots .owl-dot span {
    height: 13px;
    width: 13px;
    background: #c4cfe8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #20e0bb;
}

#single-product-products-views-area {
    width: 100%;
    padding: 75px 0 85px 0;
}

#single-product-products-views-area .product_list_widget>a.woocommerce-loop-product__link {
    display: none;
}

#single-product-products-views-area .product_list_widget li {
    width: 99%;
    border: 1px solid #EDEDED;
    padding: 32px 16px 30px 16px;
}

#single-product-products-views-area .product_list_widget li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#single-product-products-views-area .product_list_widget li>a img {
    max-width: 100%;
    height: 165px;
    width: auto;
    margin-bottom: 40px;
}

#single-product-products-views-area .product_list_widget li .listing-product-marque {
    width: 100%;
}

#single-product-products-views-area .product_list_widget li .product-title {
    width: 100%;
    text-align: left;
    padding: 0;
    min-height: 35px;
    font-size: 14px;
    color: #666699;
    margin-top: 10px;
    line-height: 1.214;
    margin-bottom: .5407911001em;
}

#single-product-products-views-area .nwa-title-single-product-products-views-area {
    text-align: center;
    color: #000D48;
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

#single-product-products-views-area .nwa-title-single-product-products-views-area:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    display: block;
    margin-bottom: 18px;
}



/*
Page listing product
 */
header.woocommerce-products>div.div50 {
    width: 50%;
}

header.woocommerce-products>div.div50:first-of-type {
    padding-right: 2%;
}

header.woocommerce-products>div.div100 {
    width: 100%;
    text-align: center;
}

header.woocommerce-products .woocommerce-products-header__title {
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: bold;
    color: #000D48;
}

header.woocommerce-products .term-description {
    font-family: 'Muli';
    font-size: 14px;
    color: #666699;
}

header.woocommerce-products .term-description a {
    color: #20e0bb;
}

header.woocommerce-products .term-description a:hover {
    text-decoration: underline;
}

.storefront-sorting {
    background-color: rgba(232, 239, 255, 0.4);
    padding: 15px 20px;
    margin-top: 50px;
    font-family: 'Poppins';
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.storefront-sorting select {
    border: none;
    padding: 15px;
}

.storefront-sorting .woocommerce-result-count {
    padding: 15px;
}

.storefront-sorting,
.storefront-sorting label {
    font-size: 16px;
    font-weight: bold;
    color: #666699;
}

.storefront-sorting,
.storefront-sorting select option {
    font-family: 'Muli';
    font-size: 14px;
    color: #666699;
}

.storefront-sorting .woocommerce-notices-wrapper {
    display: none;
}

.storefront-sorting::after,
.storefront-sorting::before {
    display: none;
}


/* .products.columns-3 .product {
    width: 30% !important;
} */


.products .product {
    border: 1px solid #EDEDED;
    font-size: 14px;
    color: #666699;
    padding: 15px;
}

.products .product a {
    text-align: left;
}

.listing-product-marque {
    font-family: Poppins;
    font-size: 14px;
    font-weight: bold;
    color: #000D48;
}

ul.products {
    display: flex;
    flex-wrap: wrap;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
    font-size: 14px;
    color: #666699;
    margin-top: 10px;
}

ul.products li.product:hover,
ul.product_list_widget li:hover {
    border-color: #666699 !important;
}

ul.products li.product .price,
ul.products li.product .price ins,
ul.product_list_widget .price,
ul.product_list_widget .price ins {
    font-size: 14px;
    font-weight: bold;
    color: #000D48;
}

ul.products li.product .price,
ul.product_list_widget .price {
    display: flex;
    align-items: baseline;
}

ul.products li.product .price ins,
ul.product_list_widget .price ins {
    margin-left: 0;
    margin-right: .6180469716em;
}

ul.products li.product .price del,
ul.product_list_widget .price del {
    font-size: 11px;
    color: #666699;
}

.products .product .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
}

ul.products li.product img {
    max-height: 290px;
    width: auto;
    margin: auto;
}

.ctn-voir-plus-produits {
    margin-top: 50px;
}

a.voir-plus-produits {
    background-color: #07E5BA;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 25px 20px 30px;
}

a.voir-plus-produits:hover {
    opacity: 0.8;
}

a.voir-plus-produits:after {
    content: '\f309';
    font-family: 'Font Awesome 5 Free';
    margin-left: 20px;
}

.liste-sous-categories {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.liste-sous-categories a {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    background-color: #000D48;
    color: #ffffff;
}

.liste-sous-categories a:hover {
    opacity: 0.8;
}

/*
Page panier
 */
.entry-header>h1.entry-title {
    font-family: Poppins;
    font-size: 36px;
    font-weight: bold;
    color: #000D48;
    text-align: center;
}

.woocommerce-cart-form th {
    text-transform: uppercase;
    color: #666699;
    font-family: Poppins;
    font-weight: bold;
    font-size: 14px;
    background-color: transparent;
}

.woocommerce-cart-form th.product-remove,
.woocommerce-cart-form td.product-remove,
.woocommerce-cart-form tr:not(:last-of-type) {
    border-bottom: 2px solid #E8EFFF;
}

.woocommerce-cart-form td:not(.actions) {
    border-bottom: 2px solid #E8EFFF;
}

.woocommerce-cart-form td,
.woocommerce-cart-form td a {
    color: #666699;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none !important;
}

a.remove:before {
    content: '\f2ed';
    font-family: 'Font Awesome 5 Free';
    color: #20E0BB;
}

table.cart td.product-subtotal {
    color: #000D48;
    font-weight: bold;
}

table.cart td.product-subtotal:before {
    color: #666699;
}

table.cart td {
    vertical-align: middle;
}

table.cart th,
table.cart tr:not(:last-of-type) td {
    border-bottom: 2px solid #E8EFFF !important;
}

table.cart .quantity {
    max-width: 167px;
    width: 100%;
}

table.cart .quantity input {
    max-width: 167px;
    min-width: 85px;
    width: 100% !important;
    background-color: #e8efff;
    box-shadow: none;
    color: #666699;
    height: 60px;
}

table.cart .button-quantity {
    background-color: #E8EFFF;
}

.cart-collaterals {
    position: relative;
}

.cart_totals table th {
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 18px;
    color: #000D48;
    text-align: right !important;
    background-color: transparent;
}

.cart_totals table td,
.cart_totals table td label {
    text-align: right !important;
    font-size: 18px;
    font-family: 'Muli';
    font-weight: bold;
    color: #000D48;
    background-color: transparent !important;
}

.cart_totals table tr.order-total td {
    color: #FF9900;
}

.livraison-colissimo {
    font-family: 'Muli';
    text-transform: initial;
    font-size: 10px;
}

.add-x-livraison-gratuite {
    font-family: 'Muli';
    text-transform: initial;
    font-size: 11px;
    font-weight: bold;
}

.coupon input {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #666699;
    width: 313px !important;
}

.coupon button[type="submit"] {
    background-color: #20E0BB;
    color: white;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: bold;
    height: 47px;
}

.coupon button[type="submit"]:after {
    content: '\f30b';
    font-family: 'Font Awesome 5 Free';
    margin-left: 25px;
}

.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
    max-width: 540px;
    width: 100%;
}

.wc-proceed-to-checkout a.checkout-button {
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: bold;
    background-color: #FF9900;
    padding-top: 15px;
    padding-bottom: 15px;
}

.wc-proceed-to-checkout a:before {
    content: '\f291';
    font-family: 'Font Awesome 5 Free';
    margin-right: 20px;
}

.wc-proceed-to-checkout a:after {
    content: '';
}

.woocommerce-shipping-totals td {
    width: 100%;
}

.woocommerce-shipping-totals #shipping_method {
    margin-top: 10px;
    width: 100%;
}

.woocommerce-shipping-totals #shipping_method li {
    display: block;
    padding: 0.3em;
}

.woocommerce-shipping-totals #shipping_method li label {
    cursor: pointer;
    font-size: 14px;
}

.woocommerce-shipping-totals #shipping_method li button {
    margin: 15px 0;
}

.cross-selling-suggestions .ajax_add_to_cart {
    display: block !important;
    text-align: center !important;
}

/*
Page ma commande
 */

.woocommerce-info {
    background-color: #e8efff;
    color: #666699;
    border-left-color: #666699;
}

.woocommerce-info a {
    color: #20e0bb;
    text-decoration: none !important;
}

.woocommerce-info a:hover {
    color: #20e0bb;
    text-decoration: underline !important;
}

.woocommerce-checkout {
    font-family: 'Muli';
    color: #666699;
}

form.checkout h3 {
    color: #000D48;
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

form.checkout h3:not(#ship-to-different-address):after {
    content: '';
    display: block;
    background-color: #47E3C8;
    width: 150px;
    height: 4px;
    margin-top: 15px;
}

form.checkout #customer_details {
    width: 50%;
}

form.checkout #order_review,
#order_review_heading {
    width: 44%;
}

form.checkout #customer_details h3:not(#ship-to-different-address):before {
    content: '\f0c5';
    font-family: 'Font Awesome 5 Free';
    margin-right: 25px;
}

form.checkout #order_review #payment h3:before {
    content: '\f153';
    font-family: 'Font Awesome 5 Free';
    margin-right: 25px;
}

form.checkout #order_review #payment button {
    background-color: #FF9900;
    color: white;
    text-transform: uppercase;
    margin-bottom: 40px;
}

form.checkout #order_review #payment button:after {
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    float: right;
}

form.checkout #order_review #payment button:hover {
    opacity: 0.8;
}

form.checkout h3#order_review_heading:before {
    content: '\f49e';
    font-family: 'Font Awesome 5 Free';
    margin-right: 25px;
}

form.checkout label {
    color: #000D48;
    font-family: 'Muli';
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}

form.checkout label .optional {
    font-size: 12px;
    font-weight: normal;
}

form.checkout label .required {
    color: #20E0BB;
}

form.checkout input {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #666699;
}

#payment .payment_methods>li .payment_box,
#payment .place-order {
    background-color: #fff;
}

#customer_details.col2-set .form-row-first {
    width: 42%;
    margin-right: 2%;
}

form.checkout #ship-to-different-address {
    border-top: 2px solid #E8EFFF;
    border-bottom: 2px solid #E8EFFF;
    padding: 25px 0 13px 0;
}

form.checkout #ship-to-different-address label {
    padding-left: 25px;
}

form.checkout #ship-to-different-address .woocommerce-form__input-checkbox {
    right: inherit;
    left: 0;
}

form.checkout #ship-to-different-address span {
    font-family: 'Muli';
    font-size: 20px;
    font-weight: bold;
    text-transform: initial;
}

form.checkout #order_comments {
    background-color: transparent;
    border: 1px solid #666699;
    height: 96px;
}

form.checkout #order_comments::placeholder {
    color: #666699;
}

table.woocommerce-checkout-review-order-table .product-name {
    padding-left: 0;
}

form.checkout .woocommerce-checkout-review-order-table tr>th:nth-child(2),
form.checkout .woocommerce-checkout-review-order-table tr>td:nth-child(2) {
    text-align: right;
    width: 40%;
}

form.checkout .woocommerce-checkout-review-order-table thead th {
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    padding-left: 0;
}

form.checkout .woocommerce-checkout-review-order-table td {
    background-color: #fff;
}

form.checkout .woocommerce-checkout-review-order-table tfoot {
    color: #000D48;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

form.checkout .woocommerce-checkout-review-order-table tfoot th {
    font-family: 'Poppins';
    padding-top: 0;
    background-color: #fff;
    padding-left: 0;
}

form.checkout .woocommerce-checkout-review-order-table tfoot td {
    padding-top: 0;
}

form.checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
    color: #FF9900;
}

form.checkout .wc_payment_methods a {
    color: #47E3C8;
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #47E3C8;
}

a.modify-panier,
a.continuer-achats,
.voir-commandes,
.return-home {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: bold;
    color: #20E0BB;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
}

a.modify-panier:hover,
a.continuer-achats:hover,
.voir-commandes:hover,
.return-home:hover {
    text-decoration: underline !important;
}

a.modify-panier i,
a.continuer-achats i,
a.voir-commandes i,
a.return-home i {
    margin-right: 25px;
}

a.continuer-achats {
    position: absolute;
    left: 0;
    bottom: 90px;
}


/*
Page connexion compte
 */
.col2-set#customer_login {
    display: flex;
    justify-content: center;
}

.col2-set#customer_login .col-1,
.col2-set#customer_login .col-2 {
    width: 535px;
    background-color: #E8EFFF;
    padding: 50px 50px 0 50px;
}

.col2-set#customer_login .col-1 h2,
.col2-set#customer_login .col-2 h2 {
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: bold;
    color: #000D48;
    margin-bottom: 35px;
}

.col2-set#customer_login .col-1 h2:before {
    content: '\f13e';
    font-family: 'Font Awesome 5 Free';
    margin-right: 20px;
}

.col2-set#customer_login .col-2 h2:before {
    content: '\f055';
    font-family: 'Font Awesome 5 Free';
    margin-right: 20px;
}

.col2-set#customer_login .col-1 h2:after,
.col2-set#customer_login .col-2 h2:after {
    content: '';
    height: 4px;
    width: 150px;
    background-color: #47E3C8;
    display: block;
    margin-top: 20px;
}

.col2-set#customer_login .col-1 button[type="submit"],
.col2-set#customer_login .col-2 button[type="submit"] {
    width: 100%;
    background-color: #20E0BB;
    color: #ffffff;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.col2-set#customer_login .col-1 button[type="submit"]:hover,
.col2-set#customer_login .col-2 button[type="submit"]:hover {
    opacity: 0.8;
}

.col2-set#customer_login .col-1 button[type="submit"]:after,
.col2-set#customer_login .col-2 button[type="submit"]:after {
    content: '\f30b';
    font-family: 'Font Awesome 5 Free';
    float: right;
}

.col2-set#customer_login input {
    box-shadow: none;
    background-color: #ffffff;
    height: 60px;
}

.col2-set#customer_login input::placeholder {
    font-family: 'Muli';
    font-size: 14px;
    color: #666699;
}

.col2-set#customer_login .woocommerce-form__input-checkbox {
    height: auto;
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
}

.col2-set#customer_login .lost_password a {
    color: #20E0BB;
    font-size: 14px;
}


/*
Page Blog
*/
.single-post .col-full {
    max-width: 1040px;
}
.single-post .wc-block-product .wp-block-post-title{
    font-size: 14px;
    color: #666699;
    text-decoration: none !important;
}
.single-post .wc-block-product .wp-block-button{
    background-color: #20E0BB;
    color: #ffffff;
    text-decoration: none !important;
    padding: 10px 20px;
}

/*
Page 404
*/
.error-404 .site-search {
    max-width: 600px;
    margin: 20px auto 100px auto;
}

.error-404 .site-search .nwa-widget {
    margin-bottom: 10px;
}

.error-404 p a {
    color: #20e0bb;
    text-decoration: none;
}

.error-404 p a:hover {
    text-decoration: underline;
}

/*
Loader chargement plus de produits pages listing
 */
.ctn-voir-plus-produits .spinner {
    display: none;
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.ctn-voir-plus-produits .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #07E5BA;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.ctn-voir-plus-produits .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.ctn-voir-plus-produits .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*
Widget inscription newsletter
*/
.widget-inscription-newsletter {
    background-color: #666699;
    padding: 30px 0;
}

.widget-inscription-newsletter .nwa-title-inscription-newsletter {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #e8efff;
    text-align: center;
    font-size: 24px;
}

.widget-inscription-newsletter .textwidget p {
    color: #e8efff;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    padding-top: 7px;
}

.widget-inscription-newsletter .mailjet_widget_front_container {
    text-align: center;
}

.widget-inscription-newsletter .mailjet-widget-form-group,
.widget-inscription-newsletter .mailjet_widget_front_container {
    margin-bottom: 0;
}

.widget-inscription-newsletter #mailjetSubscriptionForm {
    display: block;
    margin-bottom: 0 !important;
}

.widget-inscription-newsletter #mailjetSubscriptionForm .mailjet-widget-form-group {
    display: inline-block;
    width: 55%;
}

.widget-inscription-newsletter #mailjetSubscriptionForm #mailjet_widget_email {
    background-color: #f2f2f2;
    border: none;
    width: 100%;
}

.widget-inscription-newsletter #mailjetSubscriptionForm input[type="submit"] {
    background-color: #20e0bb;
    border: none;
}

/*
Page mon compte
 */
.woocommerce-MyAccount-navigation {
    width: 20%;
}

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

.woocommerce-MyAccount-navigation ul li a {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: bold;
    color: #000D48;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li a:before {
    float: none;
    margin-left: 0;
    margin-right: 40px;
    opacity: 1;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a {
    color: #42E6CA;
}

.woocommerce-MyAccount-content {
    width: 70%;
    font-family: 'Muli';
    font-size: 18px;
    color: #666699;
}

.woocommerce-MyAccount-content a {
    font-family: 'Muli';
    font-size: 18px;
    font-weight: bold;
    color: #20E0BB;
}

.woocommerce-MyAccount-content a.button {
    color: #ffffff;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul {
    min-width: 265px;
}

.woocommerce-MyAccount-content .woocommerce-Addresses address {
    font-style: normal;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: bold;
    color: #000D48;
}

.woocommerce-MyAccount-content .woocommerce-Address-title a {
    margin-top: 0 !important;
}

.woocommerce-MyAccount-content form label {
    color: #000D48;
    font-family: 'Muli';
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}

.woocommerce-MyAccount-content form input {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #666699;
}

/*
Responsive
*/
@media screen and (max-width: 1105px) {
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
        width: 36%;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1100px) {

    /* .footer-widgets.col-4 .block.footer-widget-1 {margin-right: 0;} */
    .footer-widgets.col-4 .block.footer-widget-1,
    .footer-widgets.col-4 .block.footer-widget-2,
    .footer-widgets.col-4 .block.footer-widget-3 {
        margin-right: 2%;
    }

    header.site-header .header-all .site-branding {
        max-width: 110px;
        margin-top: 12px;
    }

    header.site-header .header-all .site-branding img {
        max-width: 100%;
    }

    .woocommerce-active header.site-header .header-all .site-search {
        width: calc(100% - 350px);
    }

    .woocommerce-MyAccount-content {
        width: calc(100% - 300px);
    }

}

@media screen and (max-width: 1063px) {
    .woocommerce-active header.site-header .header-all .site-header-cart {
        right: 0;
    }

    .woocommerce-active header.site-header .header-all .site-header-account {
        right: 100px;
    }
}

@media screen and (max-width: 1050px) {

    .col2-set#customer_login .col-1,
    .col2-set#customer_login .col-2 {
        padding: 30px 25px 0 25px;
    }
}

@media screen and (max-width: 1020px) {
    .single-product div.product .variations_button {
        flex-direction: column;
    }

    .single-product div.product form.cart .single_add_to_cart_button {
        width: 120px;
        font-size: 0;
    }
    .single-product div.product form.cart .quantity{
        width: 100%;
        margin-right: 0;
    }
    .single-product div.product form.cart .single_add_to_cart_button::before{
        margin-right: 0;
    }
}

@media screen and (max-width: 1000px) {

    footer .footer-widgets {
        flex-wrap: wrap;
        justify-content: space-around;
        max-width: 700px;
        margin: auto;
    }

    .footer-widgets::after,
    .footer-widgets::before {
        display: none;
    }

    .footer-widgets.col-4 .block {
        width: 50%;
        margin: 0 !important;
    }

    .footer-widgets.col-4 .block.footer-widget-1,
    .footer-widgets.col-4 .block.footer-widget-2,
    .footer-widgets.col-4 .block.footer-widget-3 {
        border-right: 0;
    }

    .footer-widgets.col-4 .block.footer-widget-2 {
        width: 230px;
    }

    .footer-widgets.col-4 .block.footer-widget-4 {
        width: 270px;
    }

}

@media screen and (max-width: 970px) {
    header.site-header .header-all .choix-rayon {
        display: none;
    }

    .woocommerce-active header.site-header .header-all .site-search>.nwa-widget {
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    section.storefront-on-sale-products ul.products {
        flex-direction: column;
    }

    .home section.storefront-on-sale-products ul.products li.product {
        width: 100% !important;
        margin-bottom: 15px;
    }

    section.storefront-on-sale-products ul.products li.product:nth-of-type(4) {
        display: none;
    }

    footer #before-footer-widget-area .col-full {
        flex-wrap: wrap;
    }

    footer #before-footer-widget-area .col-full .nwa-widget-before-footer {
        max-width: 100%;
        width: 48%;
    }

    footer #before-footer-widget-area .col-full .nwa-widget-before-footer:nth-child(3),
    footer #before-footer-widget-area .col-full .nwa-widget-before-footer:nth-child(4) {
        margin-top: 60px;
    }

    form.checkout {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    form.checkout #customer_details {
        width: 100%;
        margin-right: 0;
    }

    form.checkout #order_review,
    #order_review_heading {
        width: 100%;
    }

    #payment .place-order {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .menu-rayons .col-full>ul.menu-rayons ul {
        width: 33%
    }

    .single-product div.product {
        display: flex;
        flex-direction: column;
    }

    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery,
    .storefront-full-width-content.single-product div.product .summary {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding : 30px 20px
    }
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery{
        padding: 0;
    }

    .presentation-product {
        flex-direction: column;
    }

    .single-product-thumbnail {
        display: block;
        margin: auto;
        width: 100%;
        margin-bottom: 50px;
    }

    .single-product-thumbnail .ref {
        left: 0;
        width: 100%;
        bottom: -50px;
    }

    /* .container-single-product-right {max-width: 100%; width: 100%;} */
    /* .storefront-full-width-content.single-product div.product .summary {width: 100%;} */
    .related.products>h2:first-of-type:before,
    .related.products>h2:after {
        display: none;
    }

    /* .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {flex-direction: column;} */
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
        margin-right: 0;
    }

    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none;
    }

    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img:before {
        content: '';
        width: 13px;
        height: 13px;
        border-radius: 13px;
        background-color: red;
    }

    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        height: auto !important;
    }

    .single-product div.product .woocommerce-product-gallery .flex-viewport figure div {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    a.continuer-achats {
        bottom: -20px;
    }
}

@media screen and (max-width: 850px) {
    .archive header.woocommerce-products {
        flex-direction: column;
    }

    .archive header.woocommerce-products>div {
        width: 100%;
        max-width: 550px;
    }

    .archive header.woocommerce-products>div.div50>img {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .archive header.woocommerce-products>div.div50>h1 {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        max-width: 550px;
    }

    body.woocommerce-account h1.entry-title {
        text-align: center;
    }

    .col2-set#customer_login {
        flex-direction: column;
        align-items: center;
    }

    .col2-set#customer_login .col-1,
    .col2-set#customer_login .col-2 {
        margin-right: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {

    .storefront-full-width-content .woocommerce-tabs ul.tabs-responsive .title-detail-product:after {
        content: '\f30b';
        font-family: "Font Awesome 5 Free";
        float: right;
        vertical-align: middle;
        color: #000D48;
        font-size: 18px;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs-responsive .title-detail-product.active:after {
        content: '\f30c';
        color: #20E0BB;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs {
        flex-direction: column;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs div {
        width: 100% !important;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs .ctn-titre-detail-produit {
        border-top: 2px solid #E8EFFF;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs .container-details-product-responsive {
        margin-top: 25px;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs li {
        width: 100%;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs-desktop,
    .container-details-product-desktop {
        display: none !important;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs-responsive {
        display: flex;
        border-top: none;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs-responsive .ctn-titre-detail-produit:not(:first-of-type) .container-details-product-responsive {
        display: none;
    }

    .menu-rayons .col-full>ul {
        width: 33%
    }
}

@media screen and (max-width: 700px) {
    header.site-header .header-home {
        background-position: 25% center;
    }
}

@media screen and (max-width: 767px) {

    .menu-marques,
    .menu-rayons {
        top: 0;
    }

    .menu-marques ul h3,
    .menu-rayons h3 {
        font-size: 27px;
    }

    .menu-marques ul li {
        width: 32.7%;
    }

    .menu-marques .close-menu-bottom,
    .menu-rayons .close-menu-bottom {
        display: block;
    }

    header.site-header .header-home-desktop {
        display: none;
    }

    header.site-header .header-home-responsive {
        display: block;
        background-position: top center;
    }

    body:not(home) header.site-header {
        padding-bottom: 0;
    }

    .col2-set#customer_login .col-2 {
        margin-top: 20px;
    }

    .col2-set#customer_login .col-1 h2,
    .col2-set#customer_login .col-2 h2 {
        font-size: 20px;
    }

    .col2-set#customer_login form.woocommerce-form-login>div.d-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .col2-set#customer_login form.woocommerce-form-login>div.d-flex .form-row {
        margin-bottom: 0;
    }

    header.site-header .header-home .header-top {
        padding-top: 20px;
    }

    .storefront-primary-navigation {
        position: absolute;
        top: 16px;
    }

    .woocommerce-active .site-header .main-navigation {
        display: block;
    }

    .woocommerce-active .site-header .main-navigation div.menu-responsive {
        display: none;
        background-color: #000D48;
        color: #fff;
        position: absolute;
        left: -2.617924em;
        top: -42px;
        width: 100vw;
        height: 100vh;
    }

    .woocommerce-active .site-header .main-navigation div.menu-responsive ul {
        margin-top: 100px;
        margin-left: 5%;
        overflow: scroll;
        height: calc(100% - 120px);
    }

    .woocommerce-active .site-header .main-navigation div.menu-responsive ul li {
        position: relative;
    }

    .woocommerce-active .site-header .main-navigation a {
        color: #fff;
    }

    header.site-header .bandeau-header {
        display: none;
    }

    .site-header .custom-logo-link img,
    .site-header .site-logo-anchor img,
    .site-header .site-logo-link img {
        max-width: 110px;
    }

    .site-header-cart .cart-contents {
        display: block;
    }

    header.site-header .site-header-cart .cart-contents>span,
    .site-header-account a span {
        display: none;
    }

    .woocommerce-active header.site-header .site-header-cart {
        right: 0;
    }

    .woocommerce-active header.site-header .site-search {
        position: absolute;
        top: 0;
    }

    .site-header-account {
        right: 60px;
    }

    header.site-header .header-all {
        height: 153px;
        padding: 20px 0;
    }

    header.site-header .header-all>.col-full {
        height: 100%;
        padding: 0;
    }

    header.site-header .header-all .site-branding,
    header.site-header .site-branding {
        margin-top: 0;
        position: absolute;
        right: calc(50% - 60px);
    }

    .woocommerce-active header.site-header .header-all .site-header-account {
        right: 60px;
    }

    .woocommerce-active header.site-header .header-all .site-search {
        width: 100%;
        margin-left: 0;
        bottom: 0;
        top: initial;
    }

    .storefront-handheld-footer-bar {
        display: none;
    }

    footer>.col-full {
        padding-top: 65px;
    }

    .container-single-product-left {
        width: 100%;
    }

    button.alt,
    input[type="button"].alt,
    input[type="reset"].alt,
    input[type="submit"].alt,
    .button.alt,
    .widget-area .widget a.button.alt {
        width: 100%;
    }

    .woocommerce-product-details__short-description {
        display: none;
    }

    .related.products>h2:first-of-type {
        text-align: center;
    }

    .related.products li {
        margin-bottom: 0;
    }

    .single-product-thumbnail .onsale {
        left: 0;
    }


    #customer_details.col2-set .form-row-first {
        width: 100%;
    }

    form.checkout #ship-to-different-address label {
        padding-left: 0;
    }

    .woocommerce-checkout h1.entry-title {
        text-align: center;
    }

    .woocommerce-cart h1.entry-title {
        text-align: center;
    }

    table.cart td.actions .coupon {
        display: flex;
        align-items: center;
    }

    table.cart td.actions .coupon button[type="submit"] {
        margin-left: 20px;
    }

    .woocommerce-cart-form th.product-remove,
    .woocommerce-cart-form td.product-remove,
    .woocommerce-cart-form tr:not(:last-of-type) {
        border-bottom: 0;
        border: 1px solid #E8EFFF;
        margin-top: 20px;
    }

    table.cart tr {
        position: relative;
        display: block;
    }

    table.cart tr td.product-remove {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
    }

    table.cart tr td.product-remove:before {
        display: none;
    }

    table.cart td.product-remove a.remove {
        font-size: 17px;
        top: 0;
        right: 10px;
    }

    table.cart th,
    table.cart tr:not(:last-of-type) td {
        border-bottom: none !important;
    }

    table.cart tbody tr:nth-child(2n) td,
    fieldset,
    fieldset legend,
    table.cart tbody td {
        background-color: #fff;
    }

    table.cart .quantity {
        float: right;
    }

    table.cart .quantity input {
        height: 50px;
    }

    table.cart td.product-quantity:before {
        margin-top: 10px;
    }

    table.cart .quantity .button-quantity {
        font-size: 30px;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-MyAccount-content {
        width: 100%;
    }

    .woocommerce-Addresses {
        display: flex;
        justify-content: space-around;
    }

    .woocommerce-cart div.cart_totals table.shop_table_responsive tbody th {
        display: inline-block;
        text-align: right;
        width: 100%;
    }

    .woocommerce-cart div.cart_totals table.shop_table_responsive tr {
        display: flex;
        justify-content: space-between;
    }

    .woocommerce-cart div.cart_totals table.shop_table_responsive tr:nth-of-type(2)>th {
        padding-right: 0;
    }

    .woocommerce-cart div.cart_totals table.shop_table_responsive tr td[data-title]::before {
        display: none;
    }

}

@media screen and (max-width: 660px) {
    form.checkout h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 650px) {
    footer .site-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer .site-info>a {
        margin-bottom: 20px;
    }

    .menu-rayons .col-full>ul {
        width: 50%
    }
}

@media screen and (max-width: 620px) {

    .cross-selling-suggestions ul.products li.product {
        width: 48% !important;
    }
}

@media screen and (max-width: 600px) {
    footer #before-footer-widget-area .col-full .nwa-widget-before-footer {
        width: 100%;
        margin-top: 60px;
    }

    footer #before-footer-widget-area .col-full .nwa-widget-before-footer:after {
        position: absolute;
        right: 0;
        top: 0;
    }

    footer #before-footer-widget-area .col-full .nwa-widget-before-footer .nwa-title-before-footer,
    footer #before-footer-widget-area .col-full .nwa-widget-before-footer .textwidget {
        width: auto;
        margin-right: 30px;
        margin-left: 55px;
        text-align: left;
    }

    footer #before-footer-widget-area .col-full .nwa-widget-before-footer .nwa-title-before-footer:before {
        position: absolute;
        left: 0;
    }

    .footer-widgets.col-4 .block,
    .footer-widgets.col-4 .block.footer-widget-2,
    .footer-widgets.col-4 .block.footer-widget-4 {
        width: 100%;
    }

    .footer-widgets.col-4 .block>div,
    .footer-widgets.col-4 .block.footer-widget-2>div,
    .footer-widgets.col-4 .block.footer-widget-4>div {
        margin-right: auto;
        margin-left: auto;
        max-width: 280px;
    }

    .footer-widgets.col-4 .block.footer-widget-1,
    .footer-widgets.col-4 .block.footer-widget-2,
    .footer-widgets.col-4 .block.footer-widget-3,
    .footer-widgets.col-4 .block.footer-widget-4 {
        border-bottom: 1px solid #fff;
    }

    .footer-widgets.col-4 .block.footer-widget-2,
    .footer-widgets.col-4 .block.footer-widget-3,
    .footer-widgets.col-4 .block.footer-widget-4 {
        padding-top: 50px;
    }

    .footer-widgets.col-4 .block.footer-widget-1>div {
        margin-bottom: 0;
    }

    footer .footer-widget-1 p:last-of-type {
        position: absolute;
        top: 370px;
    }

    .footer-widgets.col-4 .block.footer-widget-2 {
        padding-bottom: 50px;
    }

    footer .footer-widget-2 p:first-of-type {
        margin-top: 0;
    }

    .storefront-sorting {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        padding-right: 0;
        padding-left: 15px;
    }

    .storefront-sorting form.woocommerce-ordering {
        margin-bottom: 0;
        width: auto;
    }

    .storefront-sorting form.woocommerce-ordering select {
        max-width: 180px;
    }

    .storefront-sorting p.woocommerce-result-count {
        padding: 0;
        margin-bottom: 0;
    }

    table.cart td.actions .coupon {
        flex-direction: column;
    }

    table.cart td.actions .coupon>* {
        width: 100% !important;
        margin-left: 0 !important;
    }

    table.cart td.actions button[name="update_cart"] {
        width: 100%;
    }

    .woocommerce-Addresses {
        flex-direction: column;
    }
}

@media screen and (max-width: 568px) {
    .woocommerce-active .site-header .main-navigation div.menu-responsive {
        left: -1.41575em;
    }
}

@media screen and (max-width: 550px) {
    header.site-header .choix-rayon {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    header.site-header .choix-rayon a {
        width: 48%;
        margin: 0 !important;
    }

    a.voir-plus-produits {
        display: block;
        position: relative;
    }

    a.voir-plus-produits:after {
        position: absolute;
        right: 20px;
        top: 36%;
        content: '\f30b';
    }
}

@media screen and (max-width: 500px) {
    section.storefront-on-sale-products div.infos-reductions a.lien-reduction-desktop {
        display: none;
    }

    section.storefront-on-sale-products div.infos-reductions a.lien-reduction-responsive {
        display: block;
    }

    section.storefront-on-sale-products div.infos-reductions>a {
        max-width: calc(100% - 50px);
    }

    .menu-marques ul h3,
    .menu-rayons h3 {
        text-align: left;
    }

    .menu-marques ul li {
        width: 48.7%;
    }

    .woocommerce-EditAccountForm fieldset {
        padding: 0;
    }

    section.storefront-on-sale-products div.img-reduction {
        background-repeat: no-repeat;
        background-position: bottom center;
        height: 210px;
    }

    .menu-rayons .col-full>ul {
        width: 100%;
    }

    .menu-rayons ul li a i {
        display: inline-block;
        position: absolute;
        right: 0;
        font-size: 25px;
    }

    .menu-rayons ul li a,
    .menu-rayons ul li {
        display: block !important;
    }

    .menu-rayons ul ul,
    .menu-rayons ul ul ul,
    .menu-rayons ul ul>li:last-of-type {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .site-main ul.products li.product {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .col2-set#customer_login .col-1 button[type="submit"],
    .col2-set#customer_login .col-2 button[type="submit"] {
        font-size: 13px;
    }

    .single-product div.product div.container-price {
        flex-direction: column;
        align-items: flex-start;
    }

    .wc-proceed-to-checkout .button.checkout-button {
        font-size: 1em;
    }

    .menu-rayons .close-menu {
        position: relative;
        text-align: center;
        display: block;
    }

    .menu-rayons h3 {
        font-size: 22px;
        text-align: center;
    }

    section.storefront-on-sale-products div.reduction-countdown {
        position: relative;
    }

}

@media screen and (max-width: 400px) {
    .col-full {
        margin-left: 15px;
        margin-right: 15px;
    }

    .woocommerce-active .site-header .main-navigation div.menu-responsive {
        left: -15px;
    }

    /* .container-single-product-right {width: 100%;} */

    table.woocommerce-checkout-review-order-table .product-name {
        padding-right: 0;
    }

    form.checkout .woocommerce-checkout-review-order-table tfoot th {
        padding-right: 0;
    }

    .menu-marques ul .close-menu {
        position: relative;
        text-align: center;
        display: block;
    }

    .menu-marques ul h3 {
        font-size: 22px;
        text-align: center;
    }

    .menu-marques ul li {
        width: 100%;
    }
}

@media screen and (max-width: 390px) {
    header.site-header .choix-rayon a {
        padding: 15px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    header.site-header .choix-rayon a i {
        position: relative;
        left: initial;
        top: initial;
    }

    .home section.storefront-best-selling-products ul.products li.product,
    .cross-selling-suggestions ul.products li.product {
        width: 100% !important;
    }
}

@media screen and (max-width: 366px) {

    .single-product div.product form.cart .quantity,
    .single-product div.product form.cart .single_add_to_cart_button {
        display: block;
        height: auto;
    }
}

@media screen and (max-width: 350px) {
    footer #before-footer-widget-area .col-full .nwa-widget-before-footer .nwa-title-before-footer {
        font-size: 18px;
    }

    footer>.col-full {
        margin-right: 15px;
        margin-left: 15px;
    }

    table.cart .quantity {
        max-width: 135px;
    }
}

/* ============================================
   POPUP RCP (Résumé des Caractéristiques du Produit)
   ============================================ */
.rcp-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.rcp-popup-container {
    background: #fff;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.rcp-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 2px solid #000D48;
    background-color: #000D48;
    color: #fff;
}

.rcp-popup-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.rcp-popup-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

.rcp-popup-close:hover {
    opacity: 0.7;
}

.rcp-popup-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.rcp-popup-intro {
    padding: 20px 25px;
    margin: 0;
    font-size: 16px;
    color: #333;
}


.rcp-popup-actions {
    padding: 20px 25px;
    border-top: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}


.rcp-popup-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.rcp-popup-buttons .button {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
    font-family: 'Poppins', sans-serif;
}

.rcp-popup-buttons .rcp-popup-confirm {
    background-color: #FF9900;
    color: #fff;
}

.rcp-popup-buttons .rcp-popup-confirm:hover {
    opacity: 0.8;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .rcp-popup-overlay {
        padding: 10px;
    }
    
    .rcp-popup-container {
        max-height: 95vh;
    }
    
    .rcp-popup-header {
        padding: 15px 20px;
    }
    
    .rcp-popup-header h3 {
        font-size: 18px;
    }
    
    .rcp-popup-intro {
        padding: 15px 20px 0;
        font-size: 14px;
    }
    
    .rcp-popup-actions {
        padding: 15px 20px;
    }
    
    .rcp-popup-buttons {
        flex-direction: column;
    }
    
    .rcp-popup-buttons .button {
        width: 100%;
    }
}

.wc-accordion-title {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs {
    border-bottom: 1px solid #E8EFFF;
}

@media screen and (max-width: 768px) {
    .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
        display: none;
    }

    .wc-accordion-title {
        display: block;
        width: 100%;
        text-align: left;
        padding: 12px 15px;
        margin: 0;
        border-top: 1px solid #E8EFFF;
        background: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        cursor: pointer;
        color: #000D48;
    }

    .wc-accordion-title.is-open {
        color: #20E0BB;
    }

    .woocommerce-Tabs-panel {
        display: none;
        padding: 15px 0;
    }
}

/* ============================================
   ENCART MÉDICAMENT VÉTÉRINAIRE
   ============================================ */
.rcp-veterinaire-notice {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 30px;
    clear: both;
}

.rcp-veterinaire-notice-content {
    flex: 1;
}

.rcp-veterinaire-notice-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.rcp-veterinaire-notice-logo {
    flex-shrink: 0;
}

.rcp-veterinaire-notice-logo img {
    width: 110px;
    height: auto;
    display: block;
}

.rcp-veterinaire-notice strong {
    display: block;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.rcp-veterinaire-link {
    color: #000D48;
    font-weight: 600;
    text-decoration: underline;
    transition: opacity 0.3s;
    align-items: center;
    gap: 5px;
}

.rcp-veterinaire-link:hover {
    opacity: 0.8;
}

.rcp-veterinaire-link i {
    font-size: 12px;
}

/* Badge "Médicament" */
.rcp-medicament-badge {
    display: inline-block;
    background-color: #ff9900;
    color: #FFFFFF;
    padding: 8px 16px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .rcp-veterinaire-notice {
        padding: 12px 15px;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .rcp-veterinaire-notice-content p {
        font-size: 14px;
    }
    
    .rcp-medicament-badge {
        padding: 6px 12px;
        font-size: 13px;
    }
}

.notice-medicament-ordonnance{
    background-color: #FFFFFF;
    padding: 20px;
    font-size: 14px;
}
.notice-medicament-ordonnance a{
    text-decoration: underline;
    color: #000D48;
}