@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.ml-25 {
    margin-left: 25px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-35 {
    font-size: 35px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.lh-14 {
    line-height: 14px;
}
.lh-15 {
    line-height: 15px;
}
.lh-16 {
    line-height: 16px;
}
.lh-20 {
    line-height: 20px;
}
.lh-30 {
    line-height: 30px !important;
}
.w-auto {
    width: auto !important;
}
.no-wrap {
    text-wrap: nowrap;
}
.o-5 {
    opacity: .5;
}
.color-black {
    color: black !important;
}
.color-white {
    color: white;
}
.cursor-normal {
    cursor: default !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.cursor-move {
    cursor: move !important;
}
.bandeau {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bandeau.bandeau-cart {
    height: 75px;
}
.logo {
    margin-top: -200px;
}
.logo img {
    width: 65%;
}
.bandeau-cart + div .logo {
    max-width: 400px;
}
.bandeau-cart.small-bandeau + div .cart-breadcrumb {
    margin-top: 20px;
}
.bandeau-cart.small-bandeau + div .logo {
    max-width: 250px;
    margin-top: -75px;
}
.products > .col-lg-4 > img {
    max-height: 400px;
}
.text-underline,
.text-underline:hover {
    text-decoration: underline !important;
}
a, a:hover {
    color: inherit;
}
footer {
    position: relative;
}
footer .phantom-zone {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
}
.content {
    position: relative;
}
.fl-uppercase {
    display: inline-block;
}
.fl-uppercase:first-letter {
    text-transform: uppercase;
}
.account-footer {
    padding: 10px 0 !important;
}
.account-footer.small-footer .footer-btn + br {
    display: none !important;
}
.account-footer.small-footer .fa-heart-o {
    padding-top: 10px;
}
.account-footer.small-footer #google_translate_element {
    margin-top: 0 !important;
}
.account-footer .cart {
    font-size: 35px;
    line-height: 100px;
    background-color: white;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    margin: 0 auto;
    margin-top: -65px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    z-index: 109;
}
.account-footer .cart:hover {
    transform: scale(1.03);
}
.header-cart .total-cart,
.account-footer .total-cart {
    position: absolute;
    background-color: #474747;
    color: white;
    z-index: 100;
    line-height: 25px;
    font-size: 15px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    top: 0;
    right: 10px;
}
.header-cart .total-cart {
    background-color: black;
    top: 5px;
    right: -3px;
}
.rotate-y {
    animation-duration: 0.6s;
    animation-name: rotate-y;
}
@keyframes rotate-y {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
.account-footer.sticky:not(.no-sticky):not(.without-sticky) .cart:before {
    background-color: transparent;
    top: -100px;
}
.account-footer.sticky:not(.no-sticky):not(.without-sticky) {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 200;
    padding: 15px 0 20px 0 !important;
}
.account-footer.sticky:not(.no-sticky):not(.without-sticky) .cart {
    height: 100px;
    width: 100px;
    line-height: 95px;
    margin-top: -65px;
    font-size: 35px;
}
.account-footer.sticky:not(.no-sticky):not(.without-sticky) .total-cart {
    top: 0;
    right: 10px;
}
.account-footer.sticky:not(.no-sticky):not(.without-sticky) + footer {
    margin-top: 100px;
}
.account-footer.sticky:not(.no-sticky):not(.without-sticky) .cart i {
    padding: 18px;
    font-size: 32px;
}
.account-footer.no-sticky {
    z-index: 110;
    position: relative;
}
.account-footer .fa-heart {
    font-size: 35px;
}
.bandeau-cart .fa-heart {
    font-size: 23px;
    line-height: 30px;
    padding-top: 5px;
}
.header-cart .wishlist-item-counter,
.bandeau-cart .wishlist-item-counter,
.account-footer .wishlist-item-counter {
    position: absolute;
    background-color: black;
    color: white;
    top: -25px;
    z-index: 100;
    line-height: 21px;
    font-size: 13px;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    left: 25px;
    text-align: center;
}
.account-footer .wishlist-item-counter,
.bandeau-cart .wishlist-item-counter {
    left: 32px;
}
.account-footer .wishlist-item-counter,
.bandeau-cart .wishlist-item-counter {
    top: -10px;
}
.header-cart .wishlist-item-counter {
    top: -12px;
    left: 33px;
}
.header-cart .wishlist-item-counter {
    background-color: black;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 13px;
}
.bandeau-cart .account-header-cart-btn {
    border-radius: 25px;
    margin-top: -10px;
}
.bandeau-cart .account-header-cart-btn .fa-user {
    font-size: 24px;
}
.account-footer .wishlist-footer-btn {
    margin-top: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 55px;
    height: 55px;
    padding-top: 11px;
}
.bandeau-cart .wishlist-header-cart-btn {
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 20px;
}
.fa-trash {
    cursor: pointer;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}
.products .fa-search {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    transform: rotate(90deg);
    z-index: 99;
}
.products .card {
    z-index: 200;
    height: 100%;
    border-radius: 0;
    border: unset;
    transition: all .6s;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.products.pbl1 .card,
.products.pbl2 .card {
    min-height: 570px;
}
.products .card:hover {
    transform: scale(1.05);
}
.products .card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.product-details {
    width: 100%;
}
.product-details .back-products {
    top: -100px;
    right: 0;
}
.product-details .full-description {
    font-size: 13px;
    cursor: pointer;
}
.product-details .stock-label {
    font-size: 13px;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
.stock-label:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #a4ff57;
}
.stock-label.low-stock:before {
    background-color: #ffb42c;
}
.stock-label.no-stock:before {
    background-color: #ff5454;
}
.product-details .product-informations p {
    margin-bottom: 0;
}
.product-details .back-products .back-btn {
    background-color: white;
}
.product-details span[id^="product-price-"] {
    font-size: 34px;
    font-weight: 600;
}
.original-price span:not(.promo-value) {
    text-decoration: line-through;
}
.card-body .original-price span:not(.promo-value),
.product-details .original-price span:not(.promo-value) {
    text-decoration: unset;
    position: relative;
    display: inline-block;
}
.product-details .original-price span:not(.promo-value) {
    font-size: 26px;
}
.card-body .original-price span:not(.promo-value):after,
.product-details .original-price span:not(.promo-value):after {
    content: '';
    width: 110%;
    height: 2px;
    background-color: black;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 5px);
    left: -5%;
    transform: rotateZ(-15deg);
}
.card-body .original-price span:not(.promo-value):after {
    height: 1px;
    top: calc(50% - 2px);
    left: -6%;
}
.product-details .products .card img {
    height: 250px;
}
.product-details .products .card-body {
    padding: 1.25rem 0.5rem;
}
.product-details .products .cart-btn {
    font-size: 15px;
    font-weight: 400;
    padding: 9px 0;
}
.product-details .sticky-images {
    position: sticky;
    top: 100px;
}
.products.pbl4 .card-body {
    padding: 0.75rem;
}
.products.pbl4 .card img {
    height: 290px;
}
.products.pbl6 .card img {
    height: 200px;
}
.products .card .fa-camera {
    height: 400px;
    display: flex;
    margin: 0 auto;
    font-size: 90px;
    color: rgba(211, 211, 211, 0.9);
}
.products.pbl4 .card .fa-camera {
    height: 290px;
}
.products.pbl6 .card .fa-camera {
    height: 200px;
}
.products .card .fa-camera:before{
    align-self: center;
}
.sansImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 50px;
    font-weight: 500;
}
.sansImg img {
    max-width: 250px;
}
.cart-item-details .sansImg,
.cart-details .sansImg {
    padding: 7px;
    line-height: 10px;
    font-size: 13px;
}
.cart-details .sansImg img {
    max-width: 100px;
}
.cart-item-details .sansImg img {
    max-width: 65px;
}
.product-card .sansImg img {
    width: 100%;
    height: auto !important;
}
.products .card-title {
    font-size: 20px;
    font-weight: bold;
    max-width: 90%;
}
.products.pbl4 .card-title {
    font-size: 19px;
}
.products.pbl6 .card-title {
    font-size: 15px;
}
.products .card-text {
    font-size: 16px;
}
.products.pbl4 .card-text {
    font-size: 15px;
}
.products.pbl6 .card-text {
    font-size: 13px;
    margin: 0 0 3px 0;
}
.product-details .cart-btn,
.products .cart-btn {
    cursor: pointer;
    font-size: 16px;
    margin: 5px auto;
    font-weight: bold;
    width: 94%;
    text-align: center;
    border-radius: 42px;
    padding: 9px 40px;
    z-index: 10;
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.product-details .cart-btn {
    height: 50px;
    line-height: 50px;
    margin-top: 0;
}
.product-details .products .cart-btn {
    height: 40px;
    line-height: 40px;
}
.cart-btn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: transform .6s;
}
.cart-btn.is-added {
    background-color: #04AA6D !important;
    color: white !important;
}
.cart-btn.is-added span {
    color: transparent;
    transform: translateX(-100%) skewX(45deg);
    transition: transform 0s;
}
.cart-btn span + svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translateX(50%) translateY(-50%);
    transition: transform .3s ease-in-out .1s;
}
.cart-btn.is-added span + svg {
    transform: translateX(-50%) translateY(-50%);
    transition: transform 0s;
}
.products .product-card.col-lg-3 .cart-btn {
    padding: 8px 0;
}
.low-stock {
    font-weight: 300;
    font-size: 14px;
}
.products .custom-select {
    width: 76%;
    text-align: center;
    height: calc(1.3em + .75rem + -2px);
    padding: 0;
    border-radius: 0;
}
.products.pbl4 .custom-select {
    width: 100%;
    margin-left: 0;
}
.products.pbl6 .custom-select {
    width: 43%;
    margin-left: 0;
    margin-top: 0;
}
.products .product-card span[id^="product-price-"] {
    font-size: 24px;
    font-weight: 300;
}
.products .product-card .original-price {
    font-size: 14px;
    font-weight: 300;
}
.product-tag {
    position: absolute;
    z-index: 20;
    width: auto !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px, rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
    padding: 7px 15px;
    top: -3px;
    font-weight: 500;
    font-size: 15px;
}
.product-tag.edit-tag {
    left: 10px;
    background-color: black;
    color: white;
}
.product-tag.new-tag {
    right: 116px;
    background-color: black;
    color: white;
}
.product-tag.preorder-tag {
    right: 220px;
    background-color: white;
    color: black;
}
.product-tag.promo-tag {
    right: 30px;
}
.product-details .carousel-control-prev, .product-details .carousel-control-next,
.products .product-card .carousel-control-prev, .products .product-card .carousel-control-next {
    background-color: unset;
    border: unset;
}
.product-details .carousel-control-prev svg,
.products .product-card .carousel-control-prev svg {
    transform: rotate(90deg) scale(2);
}
.product-details .carousel-control-next svg,
.products .product-card .carousel-control-next svg {
    transform: rotate(-90deg) scale(2);
}
.product-details .cart-btn span svg,
.products .product-card .cart-btn span svg {
    max-width: 25px;
    height: auto;
    vertical-align: initial;
    margin-left: 10px;
}
.products .product-card .variations-wrapper {
    max-height: 200px;
    overflow-y: auto;
}
.products .product-card .open-popup-variations {
    text-decoration: underline;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
    font-style: italic;
}
.products .product-card .popup-variations {
    display: none;
    position: fixed;
    padding: 40px;
    z-index: 300;
    width: 100vw;
    height: 100vh;
    background-color: #0000009c;
    top: 0;
    left: 0;
}
.products .product-card .popup-variations-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #EFEFEF;
    padding: 45px 75px;
    z-index: 300;
    width: 475px;
    max-height: 750px;
    overflow: auto;
}
.products .product-card {
    overflow: hidden;
    margin-bottom: -10px;
    padding-bottom: 10px;
}
.products .product-card .popup-variations-wrapper .close-popup {
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}
.products .product-card .variations-qty-wrapper {
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #EFEFEF;
    width: 100%;
    min-height: 0;
    transition: all .4s;
    overflow: hidden;
    transform: translateY(100%);
    padding-bottom: 64px;
}
.products .product-card .with-stock-alert .variations-qty-wrapper {
    padding-bottom: 85px;
}
.products .product-card .variations-qty-wrapper.active {
    transform: translateY(-10px);
}
.products .product-card .variations-qty-wrapper > div {
    padding: 15px 20px;
}
.products .product-card .variations-qty-wrapper h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
.sub-categories-select select,
.categories-select select,
.form-group select,
.product-details select {
    border: 1px solid #CCCCCC !important;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px !important;
    border-radius: 0;
    height: 45px;
}
.form-group select {
    height: 30px;
}
.sub-categories-select select,
.categories-select select,
.form-group select,
.product-details select,
.products .product-card select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    color: inherit;
    box-shadow: none;
    background-color: white;
    margin-top: 0.5rem;
}
.sub-categories-select select::-ms-expand,
.categories-select select::-ms-expand,
.form-group select::-ms-expand,
.product-details select::-ms-expand,
.products .product-card select::-ms-expand {
    display: none;
}
.sub-categories-select.select,
.categories-select.select,
.form-group.select,
.products .product-card .select {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}
.sub-categories-select.select,
.categories-select.select,
.form-group.select {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: row;
}
.form-group.select label {
    padding-top: 11px;
    margin-bottom: 0;
}
.product-details .select select {
    background-position: 98% center !important;
}
.form-group.select select {
    background-position: 94% center !important;
}
.sub-categories-select select,
.categories-select select,
.form-group.select select,
.product-details .select select,
.products .product-card .select select {
    flex: 1;
    padding: 5px 0 3px 15px;
    cursor: pointer;
    width: 100%;
    background-image: url("/images/chevron-down-sharp.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 14px;
    text-align: left;
    transition: all .3s;
}
.sub-categories-select.select,
.categories-select.select {
    width: 80vw;
    margin: 0 auto;
    overflow: unset !important;
}
.sub-categories-select select,
.categories-select select {
    border-radius: 35px;
    border: unset !important;
    box-shadow: 0 3px 6px #00000029 !important;
    background-position: 97% center;
    background-size: 18px;
    font-weight: 500;
}
.categories.left .sub-categories-select select,
.categories.left .categories-select select {
    border-radius: 0;
}
.categories.left .sub-categories-select.select,
.categories.left .categories-select.select {
    width: 90vw;
}
.products .product-card .empty-variation {
    border: 1px solid red;
}
.light-mode .product-card .sansImg .fa-camera {
    font-size: 90px;
    color: rgba(211, 211, 211, 0.9);
}
.light-mode .product-card img {
    max-height: 100px;
}
hr {
    border-top: 2px solid rgba(0,0,0,.3);
}
.social-footer .fa {
    font-size: 35px;
    margin-left: 30px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%
}
.social-footer a:hover {
    text-decoration: none;
}
.day-pickup {
    display: inline-block;
    width: 150px;
}
.tab-navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
}
.container-fluid .tab-navigation.sub-categories {
    width: 100%;
}
.container .tab-navigation.sub-categories {
    width: calc(100% + 5vw + 5vw);
    margin-left: -5vw;
    border-radius: 10px;
}
.tab-navigation.sub-categories {
    margin-top: 15px;
    max-width: 100vw;
    text-transform: capitalize;
    display: block;
    overflow: auto;
}
.tab-navigation.sub-categories .tab-menu {
    overflow-x: unset;
    margin: 0 auto;
}
.tab-menu {
    list-style: none;
    max-width: 80vw;
    padding: 10px 20px;
    white-space: nowrap;
    scroll-behavior: smooth;
    user-select: none;
    overflow-x: auto;
    margin-bottom: 0;
}
.tab-navigation:not(.sub-categories) .tab-menu:before,
.tab-navigation:not(.sub-categories) .tab-menu:after {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    bottom: 0;
}
.tab-menu:before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 1) 100%);
    left: -10px;
}
.tab-menu:after {
    background: linear-gradient(270deg, rgb(255, 255, 255) 25%, rgba(255,255,255,0) 100%);
    right: -15px;
}
.tab-menu.dragging {
    scroll-behavior: unset;
    cursor: grab;
}
.tab-menu::-webkit-scrollbar {
    display: none;
}
.tab-navigation:not(.sub-categories) .tab-btn {
    display: inline-block;
    font-size: 1em;
    margin: 0 7px;
    border-radius: 35px;
    padding: 15px 25px;
    cursor: pointer;
    user-select: none;
    transition: background-color .3s ease;
    border: 1px solid #CECECE;
}
.tab-navigation.sub-categories .tab-btn {
    cursor: pointer;
    padding: 10px 25px;
    position: relative;
    display: inline-block;
}
.tab-navigation.sub-categories .tab-btn.active {
    font-weight: bold;
}
.tab-navigation.sub-categories .tab-btn.active:after {
    content: "";
    display: block;
    width: calc(100% - 50px);
    height: 3px;
    background-color: black;
    position: absolute;
    bottom: 4px;
}
.tab-menu.dragging .tab-btn {
    pointer-events: none;
}
.categories.left {
    margin-left: -15px;
    box-shadow: 0 3px 6px #00000029;
    margin-top: 0 !important;
    margin-bottom: -1px;
    width: 25%;
    text-transform: capitalize;
}
.categories.left + .products {
    width: 75%;
}
.categories.left .accordion {
    position: sticky;
    top: 75px;
    max-height: calc(100vh - 75px);
    overflow: auto;
}
.categories.left .card {
    border: unset;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 2px;
}
.categories.left .card-header {
    background-color: white;
    border: unset;
    transition: all .3s;
    border-radius: 0;
    padding: 0;
}
.categories.left .card-header h1,
.categories.left .card-header h2 {
    padding: 18px 20px 18px 35px;
    position: relative;
}
.categories.left .sub-category-title h2,
.categories.left .sub-category-title h3 {
    padding: 10px 20px 10px 35px;
    position: relative;
}
.categories.left .card-header .btn {
    font-weight: 500;
}
.categories.left .card-header .btn:focus {
    box-shadow: unset;
}
.categories.left .btn-sub-category {
    position: absolute;
    right: 20px;
    padding: 0;
    top: 16px;
}
.categories.left .btn-sub-category:focus {
    box-shadow: unset;
}
.categories.left .btn-sub-category svg {
    width: 25px;
    height: 25px;
    transition: all .3s;
}
.categories.left .btn-sub-category.is-open svg {
    transform: rotate3d(1, 0, 0, 180deg);
}
.categories.left .card-header:not(.active) h2:before,
.categories.left .sub-category-title h2:before,
.categories.left .sub-category-title h3:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    left: -1px;
    top: 0;
}
.categories.top-center .left-btn,
.categories.top-center .right-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: 1px solid #CECECE;
    border-radius: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    cursor: pointer;
}
.categories.top-center .tab-navigation:not(.sub-categories) .left-btn {
    left: -5vw;
    display: none;
}
.categories.top-center .tab-navigation:not(.sub-categories) .right-btn {
    right: -5vw;
}
.light-mode .categories {
    transition: all .3s;
}
.light-mode .categories:not(.collapsed-category) {
    max-height: 10000px;
}
.light-mode .categories.collapsed-category {
    max-height: 55px;
    overflow: hidden;
}
.light-mode .categories.collapsed-category.parent-category {
    max-height: 45px;
    margin-bottom: 5px;
}
.light-mode .categories.parent-category > .categories {
    margin-top: 20px;
}
.light-mode .categories span.active,
.light-mode .categories span:not(.active) {
    border-bottom: 7px double black;
    color: rgba(0, 0, 0, 1);
    width: 75%;
    margin-right: 0;
}
.light-mode .categories.parent-category > span.active,
.light-mode .categories.parent-category > span:not(.active) {
    border-bottom: unset;
    color: white;
    background-color: black;
    width: 100%;
    margin-right: 0;
    padding: 5px;
    font-size: 25px;
}
.light-mode .categories .fa-sort-up,
.light-mode .categories .fa-sort-down {
    position: absolute;
    right: 120px;
    top: -5px;
}
.light-mode .categories.parent-category .fa-sort-up,
.light-mode .categories.parent-category .fa-sort-down {
    top: 2px;
}
.categories.top-center span:not(.active) {
    transition: all .5s;
    position: relative;
}
.payement-details a:hover {
    text-decoration: none;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 35px;
    transition: all 0.3s ease;
    z-index: 999;
    display: none;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 40px;
    transition: all 0.3s ease;
    padding: 3px 0 0 13px;
}
.form-error {
    color: red;
}
.categories.top-center span::first-letter {
    text-transform: uppercase;
}
body.admin-body .admin-panel-wrapper {
    overflow: hidden;
}
.admin-panel-wrapper .container-fluid.content {
    padding-left: 95px;
    transition: all .3s;
}
.admin-body .sidenav {
    margin-top: 65px;
}
.sidenav {
    height: 100%;
    width: 300px;
    z-index: 201;
    background-color: #373735;
    overflow-x: hidden;
    transition: 0.5s;
    margin: 0 0 0 -220px;
    position:fixed;
    top:0;
    left:0;
}
.admin-panel-wrapper.open-side-nav .sidenav {
    margin: 0;
}
.admin-body .admin-panel-wrapper.open-side-nav .sidenav {
    margin: 65px 0 0;
}
.admin-panel-wrapper.open-side-nav .admin-menu-shortcut {
    display: none;
}
.admin-body .admin-panel-wrapper:not(.open-side-nav) .admin-menu-shortcut {
    height: calc(100% - 65px);
}
.admin-panel-wrapper:not(.open-side-nav) .admin-menu-shortcut {
    width: 80px;
    margin-left: 220px;
    padding-top: 100px;
    height: 100%;
}
.admin-panel-wrapper:not(.open-side-nav) .admin-menu-shortcut > div {
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 0 14px;
    font-size: 23px;
    gap: 1rem;
}
.admin-panel-wrapper:not(.open-side-nav) .admin-menu-shortcut > div > a img {
    width: 25px;
}
.admin-panel-wrapper:not(.open-side-nav) .admin-menu-shortcut > div > a:nth-child(n+3) {
    padding: 12px 5px;
}
.admin-panel-wrapper:not(.open-side-nav) .admin-menu-shortcut > div > a:nth-child(n+3) img {
    width: 30px;
}
.admin-panel-wrapper:not(.open-side-nav) .admin-menu-shortcut > div > a {
    background: linear-gradient(340deg, rgba(236,0,140,1) 0%, rgba(250,166,26,1) 100%);
}
.admin-panel-wrapper:not(.open-side-nav) .admin-menu-shortcut > div > a {
    margin: 10px 0;
    padding: 15px 5px;
    cursor: pointer;
    border-radius: 10px;
    transition: all .3s;
    display: block;
}
.admin-panel-wrapper:not(.open-side-nav) .admin-menu-shortcut > div > a:hover {
    transform: scale(1.05);
}
.admin-body .admin-panel-wrapper:not(.open-side-nav) .container-fluid.content {
    width: 90%;
    margin-left: 5%;
}
.admin-panel-wrapper:not(.open-side-nav) .container-fluid.content {
    width: 100%;
}
.admin-panel-wrapper.open-side-nav .container-fluid.content {
    margin-left: 220px;
    width: calc(100% - 220px);
}
.admin-panel-wrapper:not(.open-side-nav) .sidenav .admin-menu {
    display: none;
}
.admin-panel-wrapper:not(.open-side-nav) .sidenav .close-btn {
    display: none;
}
.admin-panel-wrapper:not(.open-side-nav) .sidenav .close-btn-img {
    display: none;
}
.admin-panel-wrapper.open-side-nav .sidenav .open-btn {
    display: none;
}
body > .container-fluid + div.divBandeau + div.sidenav {
    top: 75px;
}
.block-menu {
    margin-bottom: 30px;
    margin-top: 10px;
}
.sidenav a:not(.menu-no-style):not(.close-btn):not(.open-btn):not(.close-btn-img) {
    text-decoration: none;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: white;
    display: block;
    transition: 0.3s;
}
.sidenav button:not(.close) {
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: white;
    display: block;
    transition: 0.3s;
    margin-right: 20px;
    background-color: transparent;
    border: none;
}
.sidenav button:focus {
    outline: none;
}
.sidenav h3:not(.menu-no-style) {
    text-decoration: none;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    display: block;
    transition: 0.3s;
    margin-right: 40px;
    margin-left: 12%;
    font-weight: bold;
    background: linear-gradient(340deg, rgba(236,0,140,1) 0%, rgba(250,166,26,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sidenav h3:not(.menu-no-style) svg {
    width: 26px;
}
.sidenav .menu-active {
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    color: black !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.sidenav .menu-active:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    width: 50px;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}
.visualiser i {
    margin-right: 10px;
}
.sidenav i:not(.menu-no-style).icon-title{
    float: left;
    margin-right: 0.25rem;
}
.sidenav i:not(.menu-no-style).icon-title-right{
    float: right;
}
.home-admin-link a {
    padding-left: 12%;
    padding-bottom: 2px;
    padding-top: 5px;
}
.home-admin-link span.total-new-order {
    background: linear-gradient(340deg, rgba(236, 0, 140, 1) 0%, rgba(250, 166, 26, 1) 100%);
    border-radius: 50%;
    color: white;
    margin-left: 8px;
    width: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    letter-spacing: -1px;
    font-size: 15px;
}
.home-admin-link-icon {
    margin: auto 15px 2px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.home-admin-link-icon .fa {
    font-size: 20px;
    float: left;
    cursor: pointer;
}
.sidenav .home-admin-link a {
    border-bottom: 0;
    margin-bottom: 0;
    margin-right: 0;
}
.sidenav .admin-menu {
    font-size: 20px;
    color: #818181;
}
.sidenav .admin-menu .offline {
    color: #c9302c;
}
.sidenav .admin-menu .online {
    color: #1e7e34;
}
.sidenav a:hover {
    color: grey;
    cursor: pointer;
}
.sidenav .open-btn {
    position: absolute;
    top: 2px;
    right: 30px;
    font-size: 33px;
    left: 15px;
    border: unset;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    color: white;
    display: block;
    transition: 0.3s;
    text-align: right;
}
.sidenav .logout-icon {
    padding-top: 10px;
    padding-left: 5px;
    display: inline-block !important;
}
.sidenav .logout-icon img {
    width: 33px;
}
.sidenav .close-btn-img {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 20px;
    margin-left: 50px;
    color: #0f0f0f;
    background-color: rgba(0,0,0,0);
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    display: block;
    transition: 0.3s;
    margin-right: -20px;
}
.sidenav a.close-btn {
    position: absolute;
    top: -10px;
    right: 25px;
    font-size: 33px;
    color: white;
    background-color: rgba(0,0,0,0);
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    display: block;
    transition: 0.3s;
    margin-right: -15px;
}
.tooltip .tooltip-inner {
    background-color: white;
    color: black;
}
.tooltip .arrow {
    background-color: black;
}
.tooltip .arrow:before {
    border-top-color: white;
}
.custom-file-label {
    width: 50%;
    top: 50%;
    left: unset;
    right: 0;
    margin-top: 10px;
}
.custom-file-label::after {
    content: "Envoyer";
}
#user_roles label {
    margin: 0 30px 0 10px;
}
.switch-homepage,
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 0 !important;
}
.switch-homepage input,
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: inset 0 3px 6px #00000029;
}
.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 5px;
    bottom: 4px;
    background-color: #c9302c;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: white;
}
input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    background-color: #1e7e34;
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.modal-backdrop {
    z-index: 106;
}
.modal .modal-dialog {
    z-index: 1050;
}
#products-modal-file .close,
#shop-modal-file .close {
    margin-left: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.1) !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.inactive-delivery:after {
    position: absolute;
    width: 100%;
    height: 103.2%;
    background-color: rgba(238, 238, 238, 0.6);
    content: '';
    top: -5%;
    left: 0;
    cursor: not-allowed;
    z-index: 98;
}
.db-list .remove-batch {
    position: absolute;
    right: 10%;
}
.delivery-price-block.flash-css {
    animation: blinker 1s;
}
@keyframes blinker {
    0% {
        background-color: rgba(0,0,0,.5);
    }
    15% {
        background-color: rgba(0,0,0,.5);
    }
}
.list-group-item {
    padding: 0 !important;
    border: unset !important;
    display: revert !important;
}
.list-group {
    display: revert !important;
}
.value {
    text-align: center;
    width: 300px;
    height: 0px;
    margin-left: -54px;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
input[type="range"]::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid #e74c3c;
}
input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.6);
}
.label_pbl{
    font-size: 14px;
}
.boxes {
    padding-top: 50px;
}
/*Checkboxes styles*/
input[type="checkbox"].fullScreen {
    display: none;
}
input[type="checkbox"].fullScreen + label {
    display: block;
    position: relative;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input[type="checkbox"].fullScreen + label:last-child {
    margin-bottom: 0;
}
input[type="checkbox"].fullScreen + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked.fullScreen + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Checkboxes styles*/
input[type="checkbox"].searchBar {
    display: none;
}
input[type="checkbox"].searchBar + label {
    display: block;
    position: relative;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input[type="checkbox"].searchBar + label:last-child {
    margin-bottom: 0;
}
input[type="checkbox"].searchBar + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked.searchBar + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img-fluid-2 {
    max-width: 100%;
    height: auto;
}
.my-infos {
    border-bottom: 1px solid #373735;
    width: 35%;
    margin-left: 15px;
}
.title-form {
    color: #d4d2d4;
    border-bottom: 1px solid #d4d2d4;
    display: inline-block;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-top: 30px;
}
.title-admin {
    color: white;
    border-bottom: 1px solid white;
    display: inline-block;
    margin-left: 19px;
    margin-top: 15px;
    float: left;
    font-size: 12px;
}
.label-checkbox-services {
    vertical-align: super;
}
.checkbox-services {
    width: 22px;
    height: 22px;
    box-shadow: 3px 2px 3px #d7dfde;
    border: #d7dfde;
}
.admin-services-submit {
    margin-bottom: 50px;
}
.label-services {
    margin-left: 41px;
}
.add-stores {
    float: right;
    vertical-align: super;
}
.caret-stock {
    font-size: 50px;
    margin-top: -13px;
}
.bdr-r-w {
    border-right: white 2px dotted;
}
.label-color {
    margin-right: -17px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    padding-left: 0px;
    text-align: left;
}
.admin-windows {
    font-family: 'Open Sans', Arial, sans-serif;
}
.btn-supr {
    margin-bottom: 10px;
    padding: 3px;
}
.row-choice {
    vertical-align: middle!important;
}
.help-boxtal {
    color: #b7b3b7;
    font-size: 15px;
    margin-left: 15px;
    margin-top: -19px;
}
.sign-out-link {
    float: left!important;
    font-size: 23px!important;
    margin-left: 6px;
    margin-top: 7px;
}
.download-stats {
    float: right;
}
.weight-alert {
    color: red;
    font-style: italic;
    float: left;
}
#paypal-btn {
    width: 30px;
    float: right;
    margin-top: -2px;
    margin-left: 31px;
    margin-right: 115px;
}
.border-b {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.homepage-image {
    max-width: 100%;
}
.homepage-paragraph {
    font-size: 15px;
}
.gallery-image {
    max-width: 240px;
    margin-bottom: 45px;
}
.img-row {
    margin-left: 0;
}
.col-6.stacked {
    padding-right: 0;
    padding-left: 0;
}
.max-w-9 {
    max-width: 90%;
}
.max-w-320 {
    max-width: 320px;
}
.pl-49 {
    padding-left: 49rem!important;
}
.img-import {
    max-width: 10%;
}
.contact-admin,
.button-admin {
    background-color: whitesmoke;
    border-radius: 25px;
    margin-top: 5%;
    padding: 2% 2% 0;
    display: none;
    width: 100%;
}
.span-btn-admin {
    color:black;
    border-radius: 20px;
    background-color: lightgray;
    width: 19%;
    padding: 1%;
}
.light-mode .fa-trash-o,
.light-mode .fa-floppy-o,
.light-mode .fa-pencil {
    font-size: 22px;
    margin-left: 10px;
    top: 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 99;
}
.light-mode .parent-category span[id^='category-name-'] + .fa-floppy-o {
    top: 7px;
    right: 25px;
    color: white;
    font-size: 30px;
}
.light-mode .parent-category span[id^='category-name-'] + .fa-pencil {
    top: 5px;
}
.light-mode span[id^='category-name-'] + .fa-pencil {
    right: 150px;
}
.light-mode .fa-trash-o {
    right: -50px;
}
.light-mode p[id^='product-description-'] + p + .fa-floppy-o,
.light-mode p[id^='product-description-'] + .fa-pencil {
    top: 50px;
}
.light-mode input[id^='edit-'] {
    width: 90%;
}
.light-mode strong[id^='product-price-'] + strong input[id^='edit-'] {
    width: 50%;
}
.lightgrey-background-class {
    background-color: lightgrey;
}
.fa-sort-up:before {
    vertical-align: sub;
}
.light-mode .fa-trash-o,
.light-mode .fa-pencil,
.light-mode .fa-sort-down,
.light-mode .fa-sort-up,
.light-mode .fa-ellipsis-v {
    font-size: 25px;
    color: darkgrey;
    z-index: 999;
}
.offline-products-wrapper {
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
.offline-products {
    width: 90%;
    padding: 1% 3%;
    background-color: white;
    margin: 1% auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    overflow-y: scroll;
    height: 80%;
}
.lm-footer .fa-file-pdf-o,
.lm-footer .fa-file-pdf-o:hover {
    background-color: #ecbb2d;
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: white;
}
#fos_user_registration_form_title > input {
    margin-right: 2px;
}
#fos_user_registration_form_title > label {
    margin-right: 15px;
}
.cart-details > div.col-lg-8 > div {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.cart-details .quantity {
    width: 25%;
    border: unset;
    margin-right: -10px;
}
.cart-details .item-name {
    font-size: 25px;
    font-weight: 600;
}
.cart-details .item-name i {
    font-weight: normal;
    vertical-align: top;
}
.cart-details .cart-content {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.cart-details .remove-cart-item.fa-trash {
    font-size: 30px;
}
.cart-details .fa-minus,
.cart-details .fa-plus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
    line-height: 10px;
}
.cart-details .cart-block-right {
    position: sticky;
    top: 10px;
}
.cart-details .cart-block-right > div:nth-child(2) {
    background-color: #F9F9F9;
}
.cart-details .cart-block-right .btn:not(.styled-btn):not(.back-btn) {
    border: 2px solid rgba(0, 0, 0, 0.8);
    border-radius: 25px;
}
.cart-details .cart-block-right .submit-btn.btn.styled-btn {
    border-radius: 25px;
    width: 100%;
    margin-top: 40px;
    font-size: 24px;
    transition: all .3s;
}
.cart-details .cart-block-right button.btn.styled-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transform: translateY(-3px);
}
.cart-details .cart-block-right .current-code .btn.styled-btn {
    border: unset;
    border-radius: 25px;
    color: black;
    background-color: unset;
    font-size: 22px;
}
.cart-details .cart-block-right table tr {
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
.cart-details .cart-block-right table td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.cart-details .current-code li > span {
    width: 15%;
}
.cart-details .current-code li > span + span {
    width: 75%;
}
.cart-details .current-code .d-block {
    display: inline-block !important;
}
.cart-breadcrumb {
    margin-top: -50px;
    margin-bottom: 20px;
}
.cart-breadcrumb > div {
    display: inline-block;
}
.cart-breadcrumb > div img {
    max-width: 40px;
}
.cart-breadcrumb .cb-separator {
    width: 125px;
    height: 2px;
    border-width: 3px;
    margin-left: -4px;
    margin-right: -4px;
}
.cart-breadcrumb > div:not(.cb-separator) {
    border-radius: 50%;
    padding: 12px;
}
.cart-breadcrumb > div.cb-done,
.cart-breadcrumb > div.cb-done + div {
    opacity: .5;
}
.cart-breadcrumb > div.cb-next {
    background-color: white;
}
.cart-details-2 .delivery-choices {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    margin-top: 40px;
}
.cart-details-2 .delivery-choices > div {
    text-align: center;
}
.cart-details-2 .delivery-choices > div.block-or {
    align-self: center;
    font-size: 22px;
    font-weight: bold;
}
.cart-details-2 .delivery-choices > div:not(.block-or) {
    border: 2px solid black;
    padding: 60px 75px;
    cursor: pointer;
}
.cart-details-2 .delivery-choices > div:not(.block-or).inactive {
    opacity: .4;
}
.cart-details-2 .delivery-choices > div img {
    max-width: 80px;
    max-height: 60px;
    margin-bottom: 15px;
}
.cart-details-2 .delivery-choices > div:nth-child(3) {
    padding: 60px 68px;
}
.cart-details-2 .selector-slot-store {
    position: sticky;
    top: 10px;
}
.cart-details-2 input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    width: 1.15em;
    height: 1.15em;
    border-radius: 50%;
    display: grid;
    place-content: center;
    margin-top: 3px;
    border: 1px solid black;
}
.cart-details-2 input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: black;
}
.cart-details-2 input[type="radio"]:checked::before {
    transform: scale(1);
}
.cart-details-2 .stores-block {
    border-right: 2px solid rgba(0, 0, 0, 0.3);
}
.cart-details-2 select:active,
.cart-details-2 select {
    border: unset;
    border-bottom: 1px solid black;
    border-radius: 0;
    background-color: white;
}
.cart-details-2 #pickup-list > div > div > div {
    max-height: 550px;
    overflow-y: auto;
}
.cart-details-2 .stores-wrapper {
    max-height: 300px;
    overflow-y: auto;
}
.cart-details-2 .btn {
    border-radius: 35px;
    font-size: 18px;
    padding: 10px 40px;
}
.tab-navigation.sub-categories::-webkit-scrollbar-track,
.categories.left .accordion::-webkit-scrollbar-track,
#mySidenav::-webkit-scrollbar-track,
#wishlist-order-details::-webkit-scrollbar-track,
#cart-items-details::-webkit-scrollbar-track,
.cart-details-2 #pickup-list > div > div > div::-webkit-scrollbar-track,
.cart-details-2 .stores-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0;
    background-color: #F5F5F5;
}
.tab-navigation.sub-categories::-webkit-scrollbar,
.categories.left .accordion::-webkit-scrollbar,
#mySidenav::-webkit-scrollbar,
#wishlist-order-details::-webkit-scrollbar,
#cart-items-details::-webkit-scrollbar,
.cart-details-2 #pickup-list > div > div > div::-webkit-scrollbar,
.cart-details-2 .stores-wrapper::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
.tab-navigation.sub-categories::-webkit-scrollbar {
    height: 7px;
}
.tab-navigation.sub-categories::-webkit-scrollbar-thumb,
.categories.left .accordion::-webkit-scrollbar-thumb,
#mySidenav::-webkit-scrollbar-thumb,
#wishlist-order-details::-webkit-scrollbar-thumb,
#cart-items-details::-webkit-scrollbar-thumb,
.cart-details-2 #pickup-list > div > div > div::-webkit-scrollbar-thumb,
.cart-details-2 .stores-wrapper::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: black;
}
.cart-details-2 .boxtal-title span {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    line-height: 23px;
}
.cart-details-2 svg {
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
}
.cart-submit {
    border-radius: 35px;
    font-size: 25px;
    padding: 10px 40px;
    color: black;
}
input[type="checkbox"].variation-checkbox,
.payement-details input[type="checkbox"],
.cart-details-2 input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    margin: 0;
    font: inherit;
    width: 1.15em;
    height: 1.15em;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
input[type="checkbox"].variation-checkbox::before,
.payement-details input[type="checkbox"]::before,
.cart-details-2 input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
}
input[type="checkbox"].variation-checkbox:checked::before,
.payement-details input[type="checkbox"]:checked::before,
.cart-details-2 input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.cart-details .cart-block-right .back-btn {
    margin-top: -50px;
}
.map-list {
    width: 100%;
    height: 100%;
}
#info-marker .card {
    border-radius: 0;
    border: 1px solid transparent;
    transition: all .3s;
    cursor: pointer;
}
#info-marker .card:hover {
    border: 1px solid rgba(155, 155, 155, 0.7);
    transform: scale(1.005);
}
#info-marker .card img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}
#info-marker .btn-holder {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#info-marker .btn-holder .shop-btn {
    background-color: #968eb2;
    color: white;
    border-radius: 1px;
    font-size: 22px;
    padding: 1.5% 8%;
}
#info-marker .btn-holder .shop-btn:hover {
    text-decoration: none;
}
.map-list img {
    transition: width .3s, height .3s;
}
.map-list img::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -30px;
    left: -6px;
    border: 10px solid transparent;
    border-top: 17px solid #fff;
}
.map-list div.centered-marker,
.map-list div.centered-marker img {
    width: 70px !important;
    height: 70px !important;
}
.map-wrapper {
    height: calc(100% - 175px);
}
.map-title {
    font-size: 55px;
    color: #968eb2;
    font-weight: bold;
}
.embedly-card-hug {
    max-width: 100% !important;
}
oembed,
.embedly-card-hug iframe {
    width: 100%;
}
.homepage-btn.return-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
#services_deliveryConfiguration_operators input.form-check-input + label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}
div[id="hidden-content-"] {
    width: 50%;
}
.slash-icon-black,
.slash-icon {
    position: relative;
}
.slash-icon-black:after,
.slash-icon:after {
    position: absolute;
    content: "/";
    color: red;
    font-weight: 700;
    font-size: 1.7em;
    left: 5px;
    top: -6px;
}
.slash-icon-black:after {
    color: black;
}
.rotate-90 {
    transform: rotateZ(90deg);
}
.selector {
    text-align: center;
    position: absolute;
    width: 0;
    box-sizing: border-box;
    transition: 300ms ease-out;
    color: white;
}
.gallery-preview img {
    max-width: 200px;
    max-height: 200px;
}
.product-details .cart-btn {
    border-radius: 42px;
    padding: 9px 40px;
    font-size: 20px;
    transition: all .3s;
}
.product-details .cart-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transform: translateY(-3px);
}
.product-details .fa-camera {
    font-size: 100px;
    color: rgba(211, 211, 211, 0.9);
}
.product-details .products .fa-camera {
    height: 250px;
}
.product-details .fa-minus,
.product-details .fa-plus {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.product-card .wishlist-icon {
    font-size: 25px;
    position: absolute;
    right: 8px;
    top: 14px;
    cursor: pointer;
}
.product-details .wishlist-icon {
    font-size: 35px;
    cursor: pointer;
    vertical-align: top;
    text-align: right;
    float: right;
}
.product-details .products .wishlist-icon {
    font-size: 25px;
}
.product-details .product-quantity .minus,
.product-details .product-quantity .more {
    border: 1px solid #D8D8D8;
    cursor: pointer;
    padding: 0 4px;
    position: absolute;
    right: 0;
    background-color: white;
}
.product-details .product-quantity .minus {
    top: 25px;
}
.product-details .product-quantity .quantity {
    font-size: 20px;
    width: 100%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: 1px solid #dee2e6!important;
    text-align: center;
    height: 51px;
}
.product-details .accordion {
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.product-details .accordion .card {
    border: unset;
    border-radius: 5px;
}
.product-details .accordion .card-header button .fa {
    font-size: 30px;
    float: right;
    line-height: 24px;
    transition: all .3s;
}
.product-details .accordion .card-header button:not(.collapsed) .fa {
    transform: rotate(90deg);
}
.product-informations a,
.product-informations a:hover {
    text-decoration: unset !important;
}
.products.product-card-wishlist .card img {
    max-height: 200px;
}
.products.product-card-wishlist .card .fa-camera {
    height: 200px;
}
.products.product-card-wishlist .card .card-text > strong > input {
    width: 75%;
}
.top-product,
.top-shop {
    transition: all .3s;
    position: relative;
}
.top-product.col-12 .show-more,
.top-shop.col-12 .show-more {
    position: absolute;
    top: 10px;
    right: 25px;
}
.tablesorter-default {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
}
.strike-icon {
    position: relative;
}
.strike-icon:after {
    content: "";
    position: absolute;
    top: 41%;
    left: -12%;
    width: 140%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.8);
    transform: rotate(45deg);
    border-radius: 5px;
}
.logo-payment {
    max-width: 70px;
    max-height: 20px;
    vertical-align: top;
}
.cb-logo {
    max-width: 130px;
}
#promo_code_startDate_date, #promo_code_startDate_time, #promo_code_endDate_date, #promo_code_endDate_time {
    display: inline-block;
    padding-right: 5px;
}
.current-code li {
    list-style-type: none;
}
.pickup-point {
    width: 88%;
    line-height: 17px;
}
.pickup-point-hours {
    line-height: 17px;
}
.operator-logo {
    width: 75px;
}
.block-order-details {
    padding: 15px 20px;
    background-color: #F9F9F9;
    font-size: 18px;
}
#cart-items-details {
    max-height: 275px;
    overflow-y: auto;
}
#cart-items-details .fa-camera {
    color: rgba(211, 211, 211, 0.9);
    font-size: 56px;
}
.payement-details .block-order-details .cart-item-details {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}
#wishlist-order-details {
    overflow-x: auto;
    overflow-y: hidden;
}
#wishlist-order-details .products .card .fa-camera,
#wishlist-order-details .products .card img.fancybox {
    height: 200px;
}
.payement-details .payment-link {
    position: sticky;
    top: 10px;
}
.payment-link .btn {
    border-radius: 0;
    border: 2px solid black;
    line-height: 30px;
    width: 45%;
}
.payment-link .btn.selected {
    box-shadow: rgba(6, 24, 44, 0.4) 0 0 0 2px, rgba(6, 24, 44, 0.65) 0 4px 6px -1px, rgba(255, 255, 255, 0.08) 0 1px 0 inset;
}
.payment-link .btn img {
    max-width: 25px;
    vertical-align: sub;
    margin-right: 5px;
}
.block-order-details table tr.separator {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.payment-link #promocode {
    border: 1px solid black;
    border-radius: 0;
}
.payment-link #promocode + button {
    border: unset;
    background-color: unset;
}
.payment-link .order-submit {
    border-radius: 35px;
    font-size: 25px;
    padding: 10px 40px;
}
.payment-link .current-code .btn {
    border: unset;
    color: black;
    background-color: unset;
    font-size: 22px;
    width: auto;
}
.order-success .home-btn {
    border-radius: 35px;
    font-size: 22px;
    padding: 10px 40px;
}
.order-success-info {
    border: 1px solid black;
    padding: 20px;
    text-align: center;
    line-height: 16px;
}
.order-success-info span {
    font-size: 30px;
    line-height: 32px;
}
#delivery-zone path {
    stroke: #000000;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-opacity: .25;
    fill: #FFFFFF;
}
#delivery-zone g path:hover {
    fill: rgba(0, 0, 0, 0.7);
}
.header-cart {
    height: 75px;
    position: fixed;
    width: 100%;
    z-index: 201;
    top: 0;
}
.header-cart + .bandeau {
    margin-top: 75px;
}
.cart-icon {
    background-color: white;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -10px;
    margin-left: 20px;
    box-shadow: 0 3px 6px #00000029;
}
.cart-icon a {
    padding: 25px;
    display: inline-block;
}
.header-cart .search-bar {
    padding-left: 25px;
    cursor: pointer;
}
.header-cart .search-bar input {
    width: 0;
    margin-left: 0;
    padding-left: 0;
}
.header-cart .search-bar .search {
    position: relative;
    background: unset;
    box-shadow: unset;
    left: 0;
    top: 2px;
}
#google_translate_element {
    max-width: 250px;
}
.confirm-block,
.error-block-form {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(10, 10, 10, 0.60);
    top: 0;
    left: 0;
    z-index: 999;
}
.pwa-product-form .error-block-form > div {
    width: 98%;
}
.confirm-block > div {
    background: white;
    padding: 30px;
}
.error-block-form > div {
    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
    padding: 20px;
}
.confirm-block > div,
.error-block-form > div {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 500px;
    height: auto;
    margin: 15vh auto 0;
    position: relative;
    text-align: center;
}
.confirm-block > div h2 {
    color: black;
}
.error-block-form > div h2 {
    color: white;
}
.confirm-block > div h2 {
    font-size: 22px;
}
.error-block-form > div h2 {
    font-size: 27px;
}
.confirm-block > div h2,
.error-block-form > div h2 {
    margin-bottom: 30px;
    font-weight: bold;
}
.error-block-form > div ul {
    font-size: 16px;
    padding-left: 15px;
    list-style-type: none;
}
.error-block-form > div .fa-times-circle {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 25px;
}
.confirm-block .button-box {
    width: 46%;
    border-radius: 5px;
    text-align: left;
    padding: 0;
}
.confirm-block .button-box h3 {
    margin-bottom: 0;
}
.confirm-block .button-box.confirm-button {
    margin-right: 2%;
}
.confirm-block .button-box.confirm-button i {
    background-color: rgba(0, 169, 0, 0.5);
    margin-right: 25px;
}
.confirm-block .button-box.cancel-button i {
    background-color: rgba(255, 38, 0, 0.51);
    margin-right: 30px;
}
.confirm-block .button-box i {
    width: 25%;
    padding: 10px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}
.confirm-block .button-box.cancel-button {
    margin-left: 2%;
}
.error-block-form .button-box {
    width: 33%;
    border-radius: 35px;
    padding: 10px 0;
    font-size: 20px;
}
.confirm-block .button-box,
.error-block-form .button-box {
    margin-top: 20px;
    background: #FCFCFC;
    outline: 0;
    border: none;
    box-shadow: 2px 2px 10px rgba(119, 119, 119, 0.5);
    transition: all 0.5s ease-in-out;
}
.confirm-block .button-box h3,
.error-block-form .button-box h3 {
    font-size: 20px;
}
.confirm-block .button-box:hover,
.error-block-form .button-box:hover {
    background: #efefef;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}
.giftcard-input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    padding: 10px;
    transition: all .3s;
    width: 90%
}
.giftcard-input:focus-visible {
    outline: 1px solid #CCCCCC;
}
.custom-form input[type="email"],
.custom-form input[type="text"],
.custom-form input[type="password"] {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #CCCCCC;
    padding: 10px;
    transition: all .3s;
    border-radius: 0;
}
.custom-form input[type="email"]:focus-visible,
.custom-form input[type="text"]:focus-visible,
.custom-form input[type="password"]:focus-visible {
    outline: 1px solid #CCCCCC;
}
.custom-form button {
    transition: all .3s;
}
.custom-form button:hover {
    transform: scale(1.05);
}
#app_user_registration_birthDate,
#fos_user_registration_form_birthDate {
    flex-grow: 1;
}
#app_user_registration_birthDate select,
#fos_user_registration_form_birthDate select {
    width: 32%;
}
#app_user_registration_title_0,
#app_user_registration_title_1 {
    margin-right: 3px;
}
#app_user_registration_title_1 {
    margin-left: 15px;
}
.colored-btn,
.colored-btn:hover {
    padding: 15px 30px;
    background: linear-gradient(340deg, rgba(236,0,140,1) 0%, rgba(250,166,26,1) 100%);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    border-radius: 35px;
}
.colored-btn.logout-btn:hover {
    padding: 5px 30px 2px 29px;
    transform: scale(1.05);
}
.store-card {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 20px 5px;
}
.store-card .store-choices-btn {
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
}
.store-card .itinerary-link {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 999;
    transform: rotateZ(45deg);
    border-radius: 5px;
}
.store-card .itinerary-link:focus-visible {
    outline: none;
}
.store-card svg {
    transform: rotateZ(-45deg);
    fill: white;
}
footer .tiktok-icon {
    width: 36px;
    margin-left: 15px;
}
