.toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.toggle input {
    display: none;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    transition: 0.4s;
    border-radius: 34px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .toggle-slider {
  background-color: var(--wp-admin-theme-color, #720eec);
}

input:checked + .toggle-slider:before {
  transform: translateX(20px);
}

/************************ Global ************************/
.text-bold  {font-weight: bold;}
.text-left  {text-align: left!important;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.font-normal {font-weight: normal!important;}
.fs-20 {font-size: 20px;}
.fs-18 {font-size: 18px;}
.display-none {display: none!important;}
.color-green {color:green;}

.float-left {float: left;}
.full-width {width : 100%;}

.no-padding { padding: 0;}
.padding-20tb { padding: 20px 0!important;}
.padding-20t { padding-top: 20px!important;}
.padding-20b { padding-bottom: 20px!important;}
.without-top-pad { padding-top: 0!important;}

.cursor-wait { cursor: wait!important;}
.cursor-pointer { cursor: pointer!important;}
.cursor-default { cursor: default; }
.line-through {text-decoration: line-through;}

.underlying { text-decoration: underline; }

.delimiteur {
    border: none;
    border-bottom: 1px solid lightgrey;
}

.cell-64 {
    width: 64%;
    float: left;
    margin-right: 4%;
}
.cell-32 {
    width: 32%;
    float: left;
}

.page-template-default main#page-content {
    margin-top: var(--header-height)!important;
}

.border-none {
    border: none!important;
}

/********************** Autres pages ****************/
.storage_price_list_text {
    cursor: pointer;
    color: var(--color-content-link);    
}

.storage_price_list_text:hover {
    color: black!important;
}


/*********************** Boutique *******************/
.cta-button {
    text-align: center;
    margin: 0 20px 20px!important;
}

.cta-button a {
    width: 100%!important;
}

.action-buttons {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 20px!important;
    margin: 0 10px 20px!important;
    -webkit-box-align: center!important;
        -ms-flex-align: center!important;
            align-items: center!important;
    width: 100%;
}
 

.w-grid div:not(.w-vwrapper)>.post_title {
    margin: 1rem 10px 130px!important;
}

.usg_vwrapper_1 {
    position: absolute!important;
    bottom: 0;
    width: 100%
}

.discover-button {
    background-color: var(--color-content-primary)!important;
    color: black!important;
    text-align: center!important;
    border-radius: 5px!important;
    font-weight: 600!important;
    padding: 0.9em 1.8em!important;
}

.discover-button:hover {
    color:white!important;
}

.woocommerce .cta-add-to-cart {
    -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
            flex: 1 1 auto!important;
    -ms-flex-preferred-size: 45px!important;
        flex-basis: 45px!important;
    padding: 0.9em 1em!important;
}

.cta-see {
    -webkit-box-flex: 10!important;
        -ms-flex: 10 1 auto!important;
            flex: 10 1 auto!important;
}

.product.outofstock {
    display: none;
}

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

    .action-buttons {
        margin: 0 5px 10px!important;
        gap: 10px!important;
    }

    .woocommerce .cta-add-to-cart {
        padding: 0.9em 0.5em!important;
    }
    
    .cta-see {
        padding: 0.9em 0!important;
    }
}

.sale_badge{
    line-height: 33px;
}

.left_flag, .flag-quick-shipping {
    position: absolute!important;
    top: 10px!important;
    font-family: var(--font-body)!important;
    font-size: 12px!important;
    font-weight: 700!important;
}


.flag-quick-shipping {
    background: var(--color-content-primary-grad);
    right: 10px!important;
    text-align: center;
    border-radius: 2rem!important;
    display: inline-block;
    vertical-align: top;
}

.left_flag {
    left: 10px!important;    
}

.left_flag p, .flag-quick-shipping p, .flag-storage p  {
    line-height: 10px!important;
    padding-bottom: 5px;
    white-space: nowrap;
}

.standard-left-flag, .flag-quick-shipping-label {
    padding-right: 0.8rem!important;
    padding-left: 0.8rem!important;
    border-radius: 2rem!important;
}

.sale_flag {
    background: #f73453!important;
    color: white;
    padding-top: 7px;
    padding-bottom: 8px;
}

.zero_tax_flag {
    background: #6cac46!important;
    color: white;
    padding-top: 7px;
    padding-bottom: 8px;
}

.zero_vat_flag {
    background: #6cac46!important;
    color: white;
    padding-top: 7px;
    padding-bottom: 8px;
}

.favorite_flag {
    background: #f73453!important;
    color: white;
    padding-top: 7px;
    padding-bottom: 8px;
}

.fa-heart {
    font-family: 'fontawesome';
    font-style: normal;
}

.shop-price {
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
}

.widget_product_categories ul li a {
    color: black!important;
}

.widget_product_categories ul li.selected-cat > a {
    color: var(--color-content-link)!important;
    font-weight: bold;
}

.tri-state-toggle {
    background: rgba(165,170,174,0.25);
    -webkit-box-shadow: inset 0 2px 8px 0 rgba(165,170,174,0.25);
            box-shadow: inset 0 2px 8px 0 rgba(165,170,174,0.25);
    border-radius: 24px;
    display: block;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row
     ;
            flex-direction: row
     ;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.tri-state-toggle-button {
    width: 70px;
    height: 44px;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    border: 0px solid transparent;
    margin: 2px;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out; 
    -webkit-transition:         all 0.5s ease; 
    -o-transition:         all 0.5s ease; 
    transition:         all 0.5s ease;
}

.tri-state-toggle-button.active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(81%, #FAFAFA), to(#F2F2F2));
    background-image: -o-linear-gradient(top, #fff 0%, #FAFAFA 81%, #F2F2F2 100%);
    background-image: linear-gradient(-180deg, #fff 0%, #FAFAFA 81%, #F2F2F2 100%);
    border: 1px solid rgba(207,207,207,0.6);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
            box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    font-weight: bold;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.tri-state-toggle-button:focus {
  outline: none;
}


.bloc-toggle-button1 {
    background: var(--color-content-primary);    
}
.toggle-button1.active {
    background: white;
    color: black;
}

.toggle-button2.active {
    color: black;
}

.bloc-toggle-button3 {
    background: #E0E0E0;   
}

.toggle-button3.active {
    background: #111;
}

/*Filtres*/
.bloc-filter-summary{
    display: inline-block;
    margin-bottom: 20px;
}

.filter-elt {
    float: left;
    background-color: var(--color-content-primary);
    border-radius: 5px;
    margin-right: 10px;
    padding: 5px 10px;
}

.closer {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}

.closer:before {
    content: '\f00d';
    font-family: fontawesome;
}

.widget_product_search button {
    height: 2.8rem;
}


.kdev-woocommerce-product-search {
    position: relative;
}

.widget_product_search div:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    font-size: var(--inputs-font-size);
    margin: 0 var(--inputs-padding);
    color: var(--inputs-text-color);
    content: '\f002';
    font-family: fontawesome;
    font-weight: 400;
    pointer-events: none;
}

.filter-show-more-button-text {
    margin-bottom: 20px;
    background-color: var(--color-content-primary);
    border-radius: 25px;
    padding: 5px 20px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 900px) {
    .filter-show-more-button-text {
        display: none!important;
    }
}


.filter-title {
    float: left;
    margin-top: 5px;
}

.lr-icon-filter {
    margin-left: 5px;
    margin-top: 6px!important;
    display: inline-block;
    vertical-align: middle;
}

.lr-icon-filter::before {
    content:url('data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.9375 8.0625C9.9375 9.09803 9.09803 9.93749 8.0625 9.93749C7.02697 9.93749 6.1875 9.09803 6.1875 8.0625C6.1875 7.02696 7.02697 6.1875 8.0625 6.1875C9.09803 6.1875 9.9375 7.02696 9.9375 8.0625ZM11.0099 8.625C10.7466 10.013 9.52709 11.0625 8.0625 11.0625C6.59791 11.0625 5.37844 10.013 5.11515 8.625H3.75C3.43934 8.625 3.1875 8.37316 3.1875 8.0625C3.1875 7.75184 3.43934 7.5 3.75 7.5H5.11515C5.37844 6.11201 6.59791 5.0625 8.0625 5.0625C9.52709 5.0625 10.7466 6.11201 11.0099 7.5H20.25C20.5607 7.5 20.8125 7.75184 20.8125 8.0625C20.8125 8.37316 20.5607 8.625 20.25 8.625H11.0099ZM18.9143 15.375H20.25C20.5607 15.375 20.8125 15.6268 20.8125 15.9375C20.8125 16.2481 20.5607 16.5 20.25 16.5H18.843C18.51 17.7939 17.3354 18.75 15.9375 18.75C14.5396 18.75 13.365 17.7939 13.032 16.5H3.75C3.43934 16.5 3.1875 16.2481 3.1875 15.9375C3.1875 15.6268 3.43934 15.375 3.75 15.375H12.9607C13.1452 13.8951 14.4076 12.75 15.9375 12.75C17.4674 12.75 18.7298 13.8951 18.9143 15.375ZM17.8125 15.75C17.8125 16.7855 16.973 17.625 15.9375 17.625C14.902 17.625 14.0625 16.7855 14.0625 15.75C14.0625 14.7145 14.902 13.875 15.9375 13.875C16.973 13.875 17.8125 14.7145 17.8125 15.75Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E');
}

.filter-modal {
    z-index: 10002;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    cursor: pointer;
    position: fixed;
    padding: 60px 20px;
    background: white;
    overflow-y: auto;
}

.filter-modal-closer {
    opacity: 1!important;
    color: var(--color-content-text)!important;
    top: 20px!important;
}

.g-loadmore {
    margin-top: 50px;
}

/************************ Produit **********************/
span > .woocommerce-Price-amount bdi,
span ins .woocommerce-Price-amount {
    display: none;
}

#btn-vault, #btn-quick-shipping, #btn-shipping {
    float: left;
}

#btn-shipping,
#btn-quick-shipping{
    margin-right: 20px;
}

#btn-quick-shipping .free-shipping{
    width: 100%
}

.add_to_cart{
    display: inline-block;
    width: 100%;
}

.free-shipping, .lingor-vault {
    cursor: pointer;    
}

.lingor-vault img {
    width: 40px;
    height: auto;
    display: block;
    margin-right: 10px;
}

.free-shipping, .free-shipping-line2, .lingor-vault {
    border-radius: 15px!important;
    background: #fed012!important;
    font-weight: 900;
    text-align: center;
    width: 265px;
}

#btn-shipping .free-shipping {
    padding: 10px 13px!important;
    width: auto!important;
    max-width: 265px;
}

.free-shipping {
    padding: 10px!important;
    line-height: 37px!important;
    font-size: 18px;
}

.free-shipping-line2, .lingor-vault {
    padding: 8px 15px!important;   
    line-height: 20px!important;
    font-size: 18px;
}

.free-shipping .fa-truck {
    font-size: 25px;
    margin-top: auto;
    margin-bottom: auto;
}

.free-shipping .w-text-h,
.lingor-vault .w-text-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    vertical-align: middle;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.free-shipping .w-text-h p,
.lingor-vault .w-text-h p {
    font-weight: 400;
    font-size: 16px!important;
}

.promo_regular_price {
    color: var(--color-header-middle-text)!important;
    font-weight: 600!important;
    font-size: 1.6rem!important;
    margin-right: 15px;
}

.block-regular-price{
    margin-bottom: calc(0.4rem + 1vw);    
}

.woocommerce .stock, .usb_preview .stock {
    color: #43962a!important;
}

.tier-pricing-summary-table {
    margin: 20px 0 0!important;
}

.alert-modal {
    max-width: 600px;
    margin: auto!important;
}

@media screen and (max-width: 900px) {
 
    #btn-shipping, #btn-vault, #btn-quick-shipping, .lingor-vault {
        width: 100%;
    }
    .free-shipping, .free-shipping-line2 {
        margin-bottom: calc(0.4rem + 1vw);
        width: 100%;
    }
    #btn-shipping .free-shipping {
       max-width: 100%;
    }
}

.woocommerce .quantity input.qty {
    width: 3.5em!important;
}

/*********************** Menu Search *******************/
.w-search {
    margin: 0 20px!important;
}

.w-search-form,
.l-subheader.at_bottom.full-grey {
    background: #edebeb!important;
}

@media screen and (min-width: 900px ) {
    .w-search-form {
        left: -2.5rem!important;
        right: -2.5rem!important;
    }
}

/*********************** Menu Panier *******************/
.button.wc-forward.checkout {
    display: none!important;
}

.button.wc-forward,
.button.wc-forward:hover {
    background-color: #fed012!important;
}

.w-cart.hide_empty.empty {
    display: block!important;
}



/************************ Panier ************************/
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"],
.woocommerce-shipping-destination,
#lpc_pick_up_info::before {
    display: none!important;
}

form.woocommerce-cart-form.processing {
    position: inherit!important;
}

.woocommerce .shop_table.cart~.blockOverlay {
    display: block!important;
}

.cart-h1 {
    padding-bottom: 50px;
    padding-top: 0;    
    font-size: 72px;
}

.cart tr {
    background: white;
}   

.cart .border-top td,
tfoot.border-top .cart-subtotal th,
tfoot.border-top .cart-subtotal td,
.woocommerce-checkout-review-order-table tr.border-top {
    border-top: 1px solid lightgrey!important;
}

.cart th {
    border-bottom: 1px solid lightgrey!important;
}

.cart th, .cart td {
    border: none;
    vertical-align: middle;
}

.cart a {
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.cart_totals tr {
    background: none;
}

.cart-subtotal th,
.cart-subtotal td {
    padding-top: 20px!important;
}

.cart-subtotal th {
    width: 100%;
}

#lpc_pick_up_info {
    font-size: 12px;
    padding: 0;
}

.woocommerce-cart-form a.remove {
    margin: auto;
    text-align: center;
}

.woocommerce .shop_table.cart th.product-name {
    width: 20rem!important;    
}

.woocommerce .shop_table.cart td.product-subtotal {
    padding: 0.6rem 1rem;
}

.woocommerce .actions .coupon {
    margin: 0 0.6rem 0.6rem 0.6rem!important;
}

.cart .no-border td {
    border: none;
}

.tooltip {
    position: relative;
    display: inline-block;
    background-color: var(--color-content-primary);
    color: #000;
    font-weight: bold;
    width: 15px;
    border-radius: 3px;
    text-align: center;
    margin-left: 5px;
    line-height: 20px;
}

.popup_sealed {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.woocommerce .quantity input.paid-sealed-qty,
.woocommerce .quantity input.added-product-qty {
    width: 2.5em;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.flag-outofstock, .icon-outofstock {
    background-color: grey!important;
    color: white;
}

.outofstock {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

/* Popup montant minimum */
.minimum-modal .w-popup-box {
    width: 500px;
}

.minimum-modal .w-popup-box-h {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.minimum-modal i {
    color: black!important;
    font-size: 100px!important;
}

.minimum-modal .w-popup-box-title {
    background: none;
    font-weight: bold;
    font-size: 24px;
}

.minimum-modal .w-popup-box-content {
    line-height: normal;
    padding: 0 5%;
}

.minimum-modal .minimum-delta {
    margin: 20px 20px 0;
    font-size: 42px;
    font-weight: bold;
    color: #55af32;
}

.minimum-cta {
    background-color: #55af32;
    width: 220px;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.minimum-cta:hover{
    background-color: #428727;
}

.minimum-modal .w-popup-box-h .w-popup-closer {
    position: unset;
    font-size: 24px;
    opacity: 1;
    float: right;
    width: auto;
    line-height: normal;
    color: lightgray!important;
}

.shop_table .quantity-button {
    display: none;
}

/** Panier responsive **/
@media screen and (max-width: 600px) {
    .woocommerce-cart .shop_table_responsive td:nth-child(1) { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
    .woocommerce-cart .shop_table_responsive td:nth-child(2) { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
    .woocommerce-cart .shop_table_responsive td:nth-child(3) { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
    .woocommerce-cart .shop_table_responsive td:nth-child(4) { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
    .woocommerce-cart .shop_table_responsive td:nth-child(5) { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
    .woocommerce-cart .shop_table_responsive td:nth-child(6) { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }

    .woocommerce-cart .shop_table_responsive td {
        padding-bottom: 0;
        margin-top: 20px!important;
    }

    .woocommerce-cart .shop_table_responsive .product-remove {
        position: relative!important;
    }

    .woocommerce.woocommerce-cart .shop_table.cart.shop_table_responsive .product-thumbnail {
        padding-right: 0;
        padding-left: 0;
        width: 20%!important;
    }

    .woocommerce-cart .shop_table_responsive .product-name {
        width: calc(80% - 104px)!important;
        padding-right: 0;
    }

    .woocommerce-cart .shop_table_responsive .product-price {
        margin-left: calc(20% + 2rem);
        margin-top: 0!important;
        padding-top: 0!important;
    }

    .woocommerce-cart .shop_table_responsive .product-quantity {
        background: var(--color-content-bg-alt);
        margin: 0;
        border-radius: 5px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.08) inset;
        box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.08) inset;
        width: 72px
    }
    
    .quantity-button {
        padding: 10px 5px;
        display: inline!important;
    }
    
    .woocommerce .quantity input {
        width: 1.25em!important;
        padding: 0 0.25em;
        text-align: center;
    }
    
    
    .woocommerce .quantity input::-webkit-outer-spin-button,
    .woocommerce .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: textfield;
        margin: 0;
    }
    
    .woocommerce-cart .shop_table_responsive .product-subtotal {
        margin-top: 0!important;
        margin-left: auto;
        padding: 0!important;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

/******************** CheckOut ****************************/
.woocommerce-checkout #customer_details {
    width: 40%!important;
}

.woocommerce-checkout #order_review ,
.woocommerce-checkout #order_review_heading {
    width: 56%!important;
}

.woocommerce-checkout section.l-section.height_custom {
    padding-top: 0 !important;
}

.woocommerce-checkout .l-section-h.i-cf {
    padding-top: 50px!important;
}

.woocommerce-checkout-review-order{
    background-color: #f2f4f7!important;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields .select2-selection,
.woocommerce-billing-fields .select2-dropdown,
.select2-dropdown--below ,
.select2-dropdown--above,
.select2-search--dropdown
.select2-search--dropdown input[type="text"], 
#order_comments {
    background: white!important;
    border: solid 1px #757f9c!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}

tr.cart_item,
.display-head tr,
.woocommerce-checkout-review-order-table tfoot tr {
    background: none;
}   

.woocommerce-checkout-review-order-table thead.display-head  {
    display: table-header-group!important;
}

.display-head tr {
    color: black;
}

.woocommerce-checkout-review-order-table th.review-header {
    width: 100%!important;
}

.woocommerce .shop_table thead.display-head .review-header,
.woocommerce .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.payment-header {
    font-family: 'Fira Sans Condensed',sans-serif;
    width: 100%;
    padding-bottom: 15px;
    font-weight: bold!important;
    letter-spacing: -0.02em;
    opacity: 1!important;
    font-size: 24px;    
}

.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping {
    border-bottom: solid 1px lightgrey;
}

.woocommerce-shipping-totals th,
.woocommerce-shipping-totals td{
    padding-top: 15px!important;
}

.col-1-review {
    width: 40%!important;
}

.woocommerce-checkout-review-order-table th {
    width: 65%!important;
}

.col-2-review{
    width: 60%!important;
}

/****** Shipping ****/
.bloc_shipping_method label{
    vertical-align: middle;
}

.shipping-label-vd{
    width: calc(100% - 35px)!important;
    padding-right: 5px;    
}

.shipping-logo-vd {
    width: 34px;
    margin-left: 20px;
    margin-top: -8px
}

.shipping-logo-colissimo {
    width: 35px;
    vertical-align: middle;
    padding-left: 5px;
}

button.lpc_pick_up_webservice_show_map,
button#lpc_pick_up_widget_show_map {
    margin: 20px 0 0;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 0.3em;
    background: var(--color-content-primary);
    border-color: transparent;
    color: var(--color-header-middle-text)!important;
    -webkit-box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
            box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 0rem!important;
}

.woocommerce-terms-and-conditions-wrapper p {
    margin: 0 0 0.5rem !important;
}

#block_shipping_type {
    background-color: white;
}

#block_vault_type{
    background-color: white;
    padding: 10px 10px 10px 30px;
}

#block_shipping_type ul, #block_vault_type ul {
    margin-left: 0;
}

.shipping-type {
    list-style-type: none;
    padding: 10px 10px 10px 30px;
    margin: 0;
    display: inline-block;
}

.vault-type {
    list-style-type: none;
    padding: 12px 0;
    margin: 0;
    display: inline-block;
}

.woocommerce #block_shipping_type li>input:checked+label:before,
.woocommerce #block_vault_type li>input:checked+label:before {
    -webkit-box-shadow: inset 0 0 0 5px currentColor;
            box-shadow: inset 0 0 0 5px currentColor;
}

.woocommerce #block_shipping_type li>label:before,
.woocommerce #block_vault_type li>label:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    border: 1px solid;
    margin-right: 10px;
    margin-top: 3px;
}  

.shipping-desc {
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
}

#shipping_relay {
    margin-bottom: 20px;
}

blockquote#lpc_pick_up_info {
    margin-top: 20px;
    margin-bottom: 0;
}

button.lpc_pick_up_webservice_show_map:hover,
button#lpc_pick_up_widget_show_map:hover {
    color: white!important;
}

.custom-modal-overlay,
.display-justificatif-modal-overlay,
.change-password-modal-overlay,
.alert-modal-overlay {
    background: rgba(0, 0, 0, 0.85); 
    opacity: 1!important;
}

#canvas_container canvas {
    width: 100%;
}

.custom-modal, 
.alert-modal {
    margin: 0 10px;
}

.w-popup-box {
    width: 600px;
}

.w-popup-box-title {
    color:var(--color-content-heading);
    background:var(--color-content-bg-alt);
}

.w-popup-box-content {
    padding:5%;
    background:var(--color-content-bg);
    color:var(--color-content-text);    
}

.custom-modal i,
.alert-modal i {
    color: var(--color-content-primary);
    font-size: 25px;
    display: inline-block;
    margin-right: 10px;
}

.custom-modal-closer,
.alert-modal-closer {
    background:var(--color-content-bg);
    color:var(--color-content-text)!important;
}

.storable-products {
    color: var(--color-content-primary);
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.storable-products:hover {
    color: #6cac46;
}

.shipping-storage {
    background: var(--color-content-primary);
    box-shadow: 0px 0em 0em 0px rgba(0, 0, 0, 0.2);
}

/******* Fin Shipping ********/

/* Bloc paiement */
td#block_paiement_type {
    background-color: white;
    padding: 10px 10px 10px 30px;
}

.paiement-type {
    background: var(--color-content-bg)!important;
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

#order-total-amount th,
#order-total-amount td {
    font-size: 20px;
}

label.payment-method {
    color : black;
}

.payment-desc {
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
}

#block_paiement_type ul {
    margin-left: 0;
}

.woocommerce #block_paiement_type li>input:checked+label:before {
    -webkit-box-shadow: inset 0 0 0 5px currentColor;
            box-shadow: inset 0 0 0 5px currentColor;
}
.woocommerce #block_paiement_type li>label:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    border: 1px solid;
    margin-right: 10px;
    margin-top: 3px;
}   

ul.wc_payment_methods.payment_methods.methods,
.woocommerce-privacy-policy-text{
    display: none;
}

.label-acompte {
    margin-right: 5px;
}

.logo-cadenas{
    height: 20px;
    margin-left: 20px;
}

.order-total-font {
    font-family: 'Fira Sans Condensed',sans-serif;
    letter-spacing: -0.02em;
    font-size: 24px;
}

span.woocommerce-terms-and-conditions-checkbox-text {
    font-weight: normal;
}

span.woocommerce-terms-and-conditions-checkbox-text a{
    color: black;
    font-weight: bold;
}

span.woocommerce-terms-and-conditions-checkbox-text a:hover{
    color: var(--color-content-primary);
}

.woocommerce-form__label-for-checkbox span.required {
    display: none;
}

/****************** Liste des commandes *******************/
th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-date {
        width: 15%!important;
} 

th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-status {
    width: 20%!important;
}

.woocommerce-orders-table__cell-invoice {
    text-align: center!important;
}

.invoice_icon {
    max-width: 50px;
}

/*********************** Pop up CGV *********************/
.br_popup_header {
    display: none;
}

#br_popup .popup_animation.with_header {
    padding-top: 50px!important;
}

a.br_yes_button {
    background-color: var(--color-content-primary-grad)!important;
}

a.br_no_button {
    background-color: darkgrey;
}


/********************* Thank you ************************/
.thanku-cart th {
    color: lightgrey;
    font-weight: 400!important;
}

.thanku-cart.cart th, 
.thanku-cart.cart td {
    vertical-align: middle;
}

.thanku-short-cart{
    max-width: 800px;
    margin: auto;
}
    
.thanku-img{
    width: 5rem!important;
}

.thanku-subtotal{
   width: 110px!important; 
}

.thanku-summary .cart_totals{
    text-align: right!important;
    padding: 1.8rem 0.5rem 2rem;
    background: var(--color-content-bg-alt-grad);
}

.thanku-summary th,
.thanku-summary td {
    border: none;
    font-weight: normal!important;
}

.thanku-summary ul {
    list-style: none;
}

.thanku-summary .order-transfer td,
.thanku-summary .order-transfer th {
    font-family: 'Fira Sans Condensed',sans-serif;
    letter-spacing: -0.02em;
    font-size: 24px;
    font-weight: 700!important;
}

.thanku-summary .order-transfer td{
    vertical-align: middle;
}

.block-transfert-confirmation {
    vertical-align: middle;
}

.block-transfert-confirmation .wpb_wrapper {
    margin: auto;
}

.banktransfert-confirmation {
    text-align: center;
    margin-top: 40px;
}

/************************ Mon compte **************************/

/** Menu **/
.woocommerce-MyAccount-navigation li {
    margin-right: 30px;
}

.woocommerce-MyAccount-navigation-link a {
    color: black;
    padding: 5px;    
    display: block;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    background-color: var(--color-content-link);
    border-radius: 5px;
}

.woocommerce-orders-table__cell-order-number a:hover {
   color: var(--color-content-link)!important;
}

/* Mes commandes */
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders.shop_table th, 
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders.shop_table td {
    vertical-align: middle;
    padding: 0.5rem;
    text-align: center;    
}

.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-orders.shop_table th {
    font-weight: 600!important;
}


.woocommerce-MyAccount-orders thead th {
    opacity: 1 !important;
    text-align: center;
}

.woocommerce-account.woocommerce-orders .woocommerce-orders-table__cell-order-certificat {
    text-align: center;
}

.woocommerce-account.woocommerce-orders .woocommerce .button {
    padding: 0.6em;
}

.woocommerce-orders-table__cell-order-number a,
.woocommerce-orders-table__cell-order-status  {
    color: black;
    font-weight: normal!important;
}

.woocommerce-orders-table__cell-order-actions .button {
    background-color: var(--color-content-link)!important;
}

/************************/

.justificatifs{
    background: rgba(0,0,0,0.08);
    padding: 20px 10px;
    border-radius: 5px;
}

.block-justificatifs {
    display: block;
}

.block-justificatifs h3 {
    font-weight: bold;
}    

.block-justifs h3 {
    margin: 0;
}

.block-entreprise {
    margin-top: 20px;
}

.justif-legal-title {
    font-weight: bold;
}

.justif-legal-desc {
    margin-bottom: 40px;
}

.justif-msg {
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0;
    background: rgba(226,244,248,255);
}

#add_justif {
    background: var(--color-content-primary);
}

.popup-open{
    cursor: pointer;
    padding-left: 10px;
    vertical-align: middle;
}

.pen-justif:hover{
    background: black;
}

.justif-msg span {
    font-weight: bold;
}

.block-justif {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 5px 0;
    border-bottom: solid 1px lightgrey;
    font-size: 14px;
    
}

.div-label{
    min-width: 280px;
    display: inline-flex;
    align-items: center;
}

.justificatif-line {
    display: flex;
    align-items: center;
}

.justificatif-name {
    word-break: break-all;
}

.display-justificatif-modal {
    position: fixed;
    left: calc((100% - 600px) / 2)!important;
    right: calc((100% - 600px) / 2)!important;
    overflow: scroll;
}

.display-justificatif-modal .w-popup-box-content {
    padding: 0!important;
}

.loader-justificatif {
    text-align: center;
    margin: 30px auto;
}

#navigation_controls {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
}

#go_previous, #go_next {
    padding: 5px 10px;
    border-radius: 5px;
}

.fa-file {
    float: left;
    margin-right: 5px;
    font-size: 20px
}

.div-popup {
    float: left;
    margin-left: auto;
}

.type-select {
    margin: 10px 0;
    display: block;
    background: white;
    border: 1px solid lightgrey;
}

.file-upload{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    width: 100%;
    max-width: 100%!important;
    border: 1px solid var(--color-content-primary);
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
    color: black;
    background: var(--color-content-primary);
    vertical-align: middle!important;
}

.woocommerce-success{
    margin: 0 0 1.5rem;
    list-style-type: none;
    padding: 1rem 1.5rem;
    position: relative;
    overflow: hidden;
    background: rgba(144, 238, 144, 0.25);
}

.pen-justif {
    color: white;
    background: rgb(250, 204, 0);
    padding: 10px;
    border-radius: 50%;    
}

.fa-file-upload {
    font-size: 26px;
    margin-left: 10px;
}

.button-label{
    margin: auto 10px;
}

.justif-remove {
    margin-left: 10px!important;
    cursor: pointer;
    color: black;
}

.justif-type a {
    color: black;
}

.fa-check-circle, .fa-times-circle{
    margin-right: 5px;
}

.block_modal{
    max-width: 700px;
    margin: auto;
    background-color: white;
    padding: 20px 32px;
    border-radius: 5px;
}

.close {
    background: lightgrey;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    line-height: 1.20!important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 0.9em 3em;
    -webkit-box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
            box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
    cursor: pointer;
}

.change-password-modal-overlay {
    display: block!important;
}

.change-password-modal {
    display: flex!important;
}

.error-msg {
    color: red;
    margin: 0 0 20px;
    font-weight: bold;
}

.email-alert-form .error-msg {
    color: green;
}

.success-msg {
    color: green;
    font-weight: bold;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-orders tr {
    background: white;
}

.woocommerce-MyAccount-orders td,
.woocommerce-MyAccount-orders th {
    border: none!important;
}

.woocommerce-MyAccount-orders tbody tr {
    background: white;
    border-top: 1px solid lightgrey !important;
}

.woocommerce-MyAccount-orders tbody td a {
    width: 100%;
    margin: 5px;
}

.woocommerce-account .view {
    cursor: pointer;
}


.woocommerce-order-pay .woocommerce {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.woocommerce-order-pay h3#order_review_heading,
.woocommerce-order-pay #order_review {
    width: auto !important;
    margin: auto;
}

.woocommerce-order-pay tfoot tr {
    background: 0 0 !important;
}

/*Popup *********/ 
.popup-active .detail-popup-background {
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.3s;
    background: rgba(0, 0, 0, 0.85);
}

.popup-active .detail-popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 99999;
    max-width: 600px;
    width: 90%;
    max-height: 85%;
    overflow: scroll;
    color: #000;
    margin: auto;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
}

.popup-closer {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 999999999;
    border: solid 1px;
    border-radius: 50%;
    padding: 0 8px;
    color: gray;
}

.popup-closer:before {
    vertical-align: top;
    z-index: 99999999;
    content: "X";
    font-size: 20px;
    font-weight: 700;
}

.popup-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    .display-justificatif-modal {
        left: 0!important;
        right: 0!important;
    }
}

@media screen and (max-width: 900px) {
    .block-justif {
        display: flex;
        flex-flow: column;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .div-files {
        max-width: 100%;
        min-width: 200px;
        padding-bottom: 10px;
    }
    
    .div-label {
        max-width: 100%;
    }
    
    .block-justif .div-label {
        max-width: 100%;
        order: -1;
        flex: 1 0 50%;
        min-width: unset;        
    }
    
    .div-popup {
        order: -1;
        min-width: 20%;
        text-align: right;        
    }
    
    .div-files .justif-remove {
        width: 34px;
        text-align: center;
    }
}


/************************ Loader ************************/
.loader{
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.loader-inner {
    margin: 20px auto 0;
}

.ball-pulse > div {
  background-color: rgb(250, 204,0);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; 
  vertical-align: middle;
}

main.loaded {
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
    opacity: 1; 
}
  

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }


.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }


#unsubscribe_msg {
    display: block;
    margin-top: 20px;
    
}

/************************ Admin **************************/
.agence-admin-label {
    padding: 20px 10px 20px 0!important;
    width: 200px;
}

.wp-list-table #iban {
    width: unset!important;
}

.padding_top_h2 {
    padding-top: 50px;
}

#lpc_banner-box {
    display: none;
}

.kdev_list_table th {
    width: unset!important;
}

.wc-order-preview-tracking {
    padding: 1.5em;
}

.link-remove {
    cursor: pointer;
    color: #b32d2e;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-h2{
    padding-top: 0;
    margin-bottom: 20px;
}

.modal-content {
    background-color: #fefefe;
    margin: 50px auto;
    padding: 30px;
    border: 1px solid #888;
    max-width: 500px;
    border-radius: 5px;
}

.modal-title {
    padding-top: 6px;
    margin-bottom: 30px;
    font-weight: bold!important;
    font-size: 20px!important;
}

.admin-file-upload{
    color: rgb(250, 204,0);
    border: 1px solid rgb(250, 204,0);
    max-width: 365px;
    display: block;
    padding: 10px 0;
    border-radius: 3px;
}

.admin-select {
    min-height: 40px!important
}

.admin-select, .admin-file-upload{
    margin-right: auto;
    margin-left: auto;    
    max-width: 100%!important;
    width: 100%;
}

.admin-btn-label{
    font-size: 14px;
    margin-left: 5px;
}

.admin-buttons .justif-button {
    padding-left: 0!important;
}

.admin-buttons .cancel-button {
    padding-top: 12px!important;
}

.admin-buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.admin-button{
    float: left;
    width: 46%;
    margin: 0 2%;
    padding: 5px;
}

.cancel-button {
    border: solid 1px grey;
    border-radius: 3px;
    background: rgb(239, 239, 239);
    display: block;
    text-align: center;
}

.admin-button span{
    margin: auto!important;
}

.justif-closer {
    top: 20px !important;
    opacity: 1 !important;
    background: none;
    color: white !important;
}

.wp-admin .lpc_order_affect {
    display: none;
}

#the-list .column-message {
    white-space: break-spaces;
}

.vault-tab_options a:before{
    content: "\f178"!important;
}

.star-rating-tab_options a:before{
    content: "\f155"!important;
}

.notification-invoice .post-locked-message {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.notification-invoice  .currently-editing  {
    width: 50%;
}

.invoice-buttons {
    margin: 15px;
}

#invoice_cancel {
    margin-right: 20px;
}

.column-invoice {
    text-align: center!important;
    padding: unset !important;
    width: 140px!important;
}

.post-locked-icon {
    float: left;
    margin: 20px 40px 20px 20px;
}

.post-locked-icon i {
    font-size: 55px;
    color: rgb(250,204,0);
    height: 64px;
    aspect-ratio: auto 64 / 64;
    width: 64px;
}

.inline-edit-row fieldset label span.title, .inline-edit-row fieldset.inline-edit-date legend {
    width: 12em;
}

.inline-edit-row fieldset label span.input-text-wrap, .inline-edit-row fieldset .timestamp-wrap {
        margin-left: 12em;
}

.wc-backbone-modal-content tr:nth-child(2) {
    display: none;
}

.wc-order-preview-table .wc-order-preview-table__item:nth-child(2) {
    display: table-row!important;
}

.admin-table-comment {
    width: -webkit-fill-available;
}

.lingor_comment{
    padding: 0!important;
}

.yodaforex_exists {
    background: lightgreen!important;
}

.shipping_ontime .shipping_delay {
    background: green!important;
}

.shipping_warning .shipping_delay {
    background: orange!important;
}

.shipping_redflag .shipping_delay {
    background: red!important;
}

.shipping_redflag .shipping_delay p,
.shipping_warning .shipping_delay p,
.shipping_ontime .shipping_delay p {
    color : white!important;
}


.column-customer_info {
    width: 250px!important;
}

.customer-action, .identity-action, .home-action, .trash-justif, .add-justif {
    text-indent: -9999px;
    position: relative;
    display: inline-block;
    margin: 2px 4px 0 0!important;
    padding: 0!important;
    height: 2em!important;
    width: 2em;
    vertical-align: middle;
}

.identity-action-text, .home-action-text, .trash-justif {
    position: relative;
    display: inline-block;
    margin: 2px 4px 0 0!important;
    height: 2em!important;
}


.trash-justif:after,
.add-justif:after,
.customer-action:after,
.identity-action:after,
.home-action:after {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.trash-justif:after {
    content: "\f1f8";
}

.add-justif:after {
    content: "\2b";
}

.customer-action:after {
    content: "\f007";
}

.identity-action:after {
    content: "\f5ab";    
}

.home-action:after {    
    content: "\f571";    
}

.home-action-obsolet:after {
    color: #ce1c1c;
}

.inline-edit-col-left-kdev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    clear: both;
    width: 40%!important;
}

.toggle-wrapper{
    display:flex;
    margin-bottom:10px;
    align-items: center;
    gap: 2ch;
    justify-content: space-between
}

input[type=checkbox].admin-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    width: auto;
    height: auto;
    vertical-align: middle;
    position: relative;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 0 4px;
    background: none;
    box-shadow: none;
    transition: ease 0.15s;
}

input[type='checkbox'].admin-toggle,
input[type='checkbox'].admin-toggle:before, 
input[type='checkbox'].admin-toggle:after, 
input[type='checkbox'].admin-toggle:checked:before, 
input[type='checkbox'].admin-toggle:checked:after {
    transition: ease 0.15s;
}
input[type='checkbox'].admin-toggle:checked:before {
    left: 20px;
    margin: 0;
    background-color: #ffffff;
}
input[type='checkbox'].admin-toggle:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    margin: 0;
    border-radius: 50%;
    background-color: #ffffff;
}

input[type='checkbox'].admin-toggle:checked:after {
    /* content: 'ON'; */
    background-color: #2271b1;
}
input[type='checkbox'].admin-toggle, 
input[type='checkbox'].admin-toggle:before, 
input[type='checkbox'].admin-toggle:after, 
input[type='checkbox'].admin-toggle:checked:before, 
input[type='checkbox'].admin-toggle:checked:after {
    transition: ease 0.15s;
}
input[type='checkbox'].admin-toggle:after {
    content: '';
    font-size: 8px;
    font-weight: 400;
    line-height: 18px;
    text-indent: -14px;
    color: #ffffff;
    width: 36px;
    height: 18px;
    display: inline-block;
    background-color: #a7aaad;
    border-radius: 72px;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%) inset;
}

.justificatif-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1000005;
    overflow-y: auto;
    padding: 20px;
}

/********************** Responsive **************************/

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

    .woocommerce .shop_table.cart .cart_item .product-price{
        display: -ms-grid!important;
        display: grid!important;
        min-width: 120px;
        text-align: left;
    }
    
    .woocommerce .shop_table.cart .product-price del,
    .woocommerce .shop_table.cart .product-price ins {
        line-height: normal!important;        
    }

    .woocommerce .cart_totals tr.shipping>*{
        display: inline-block!important;
        padding-bottom: 20px!important;
    }
    
    .woocommerce .cart_totals .shop_table tbody td,
    .woocommerce .shop_table.cart td.product-subtotal {
        float: right!important;
    }
    
    .file-upload, .justif-button {
        padding-left: 0!important;
    }
    
/*    .justif-button, .justif-button-dom {
        padding: 24px 0 !important;
        width: 100%;
    }*/
    
    .close {
        width: 100%;
        text-align: center;
    }
    
    .div-label{
        max-width: 100%;
    }
    
    .select2-results__option {
        font-size: 10px;
    }    
}

@media screen and (max-width: 768px) {
	.woocommerce .shop_table.cart .cart_item .product-price{
        display: -ms-grid!important;
        display: grid!important;
		min-width: 120px;
		text-align: left;
    }
	
    .woocommerce-shipping-methods label {
        font-size: 14px;
    }
    
    .thanku-cart .product-quantity {
        text-align: center!important;
    }
    
    .thanku-summary td, .thanku-summary th,
    .thanku-cart td, .thanku-cart th {
        padding: inherit;;
    }
    
    .justif-type {
        float: unset;
    }
    
/*    .justif-button, .justif-button-dom {
        width: calc(100% - 140px);
    }*/
    
    .close {
        padding: 15px 30px;
    }
    
    .div-label{
        max-width: 100%;
    }
} 


@media screen and (max-width: 900px) {
    
    .woocommerce-checkout #customer_details, 
    .woocommerce-checkout #order_review_heading, 
    .woocommerce-checkout #order_review {
        width: auto!important;
    }
    
    .cell-32, .cell-64{
        width: 100%;
    }
}