.grecaptcha-badge {
    visibility: hidden !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

body {
    font-family: 'Poppins', sans-serif;
    min-height: calc(100vh - 150px);
    background-color: white;
    font-size: 14px;
    line-height: 20px;
    overflow-y: auto;
}

#app-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f6f7eb;
    padding: 5px 10px 5px 10px;
    display: flex;
    align-items: center;
    z-index: 1000;
}
#app-banner img{
    height: 45px;
    border-radius: 12px;
}
#app-banner p b {
    font-size: 13px;
    font-weight: 800;
}
#app-banner p small {
    font-size: 10px;
}
@media screen and (max-width: 320px) {
    #app-banner p small {
        display: none;
    }
}
.close-banner {
    cursor: pointer;
    font-size: 16px;
    color: #7458C5;
}

.bg-kinkai {
    background-color: #5e07eb;
    color: white;
}

main {
    margin-top: 120px;
    margin-bottom: 60px;
    padding-top: 20px;
    min-height: calc(100vh - 140px);
}
@media screen and (max-width: 1200px) {
    main {
        margin-top: 60px;
        padding-top: 20px;
    }
}
    
#general_banner {
    position: fixed;
    top: 0;
    color: white;
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    z-index: 1000;
    padding-top: 6px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (max-width: 992px) {
    #general_banner div {
        display: inline-block;
        animation: scroll 20s linear infinite;
    }
    @keyframes scroll {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
}
@media screen and (max-width: 768px) {
    #general_banner div {
        animation: scroll 10s linear infinite;
    }
}

/* Select2 */
.select2-results__option--disabled {
    display: none;
}
.form-control:focus, select:focus, textarea:focus, .select2-container--open {
    border-color: #7458C5 !important;
}
.select2.select2-container {
    width: 100% !important;
}
.select2.select2-container .select2-selection {
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 38px;
    outline: none !important;
    transition: all .15s ease-in-out;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 38px;
    padding-right: 33px;
    font-size: 1rem;
    color: #212529;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
    background: white;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 34px;
    width: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #595e63 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -7px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: white;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #d9d9d9;
}
.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 38px;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 38px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 5px;
    line-height: 38px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: white;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 1rem;
    position: relative;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 1rem;
}
.select2-container .select2-dropdown {
    background: transparent;
    border: none;
}
.select2-container .select2-dropdown .select2-search {
    padding: 0;
}
.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #d9d9d9 !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}
.select2-container .select2-dropdown .select2-results {
    padding: 0;
}
.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #d9d9d9;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #7458C5;
}
.select2-results__options {

}

button.disabled,
a.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.badge-pro {
    padding: 4px 16px;
    border-radius: 20px;
    color: #7458C5;
    font-weight: 500;
    border: 1px solid #D9D9D9;
}
.badge-pro-sm {
    padding: 2px 8px;
    border-radius: 18px;
    color: #7458C5;
    font-weight: 4400;
    border: 1px solid #D9D9D9;
    display: inline-block;
}
.alert-kinkai {
    color: #5D40B5;
    background-color: #eceaf5;
    border-color: #c7bfe9;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 8px;
}
.btn-kinkai {
    padding: 12px 24px;
    color: white;
    background-color: #7458C5;
    border: 1px solid #7458C5;
    border-radius: 8px !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
}
.btn-kinkai-more {
    padding: 8px 14px;
    color: #7458C5;
    background-color: #f8f7fc;
    border: 1px solid #f8f7fc;
    border-radius: 24px !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    min-width: 115px;
}
.btn-kinkai-more:hover {
    color: #5D40B5;
    background-color: #eceaf5;
    border: 1px solid #eceaf5;
}
.btn-kinkai-sm {
    padding: 8px 16px;
    color: white;
    background-color: #7458C5;
    border: 1px solid #7458C5;
    border-radius: 8px !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.btn-kinkai-xs {
    padding: 5px 9px;
    color: white !important;
    background-color: #7458C5;
    border: 1px solid #7458C5;
    border-radius: 8px !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
}

.btn-kinkai-secondary {
    padding: 12px 24px;
    color: white;
    background-color: #319879;
    border: 1px solid #319879;
    border-radius: 8px !important;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
}

.btn-outline-kinkai {
    padding: 12px 24px;
    color: #7458C5;
    background-color: white;
    border-radius: 8px !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid #7458C5;
    cursor: pointer;
    text-align: center;
}

.btn-outline-kinkai-sm {
    padding: 8px 16px;
    color: #7458C5;
    background-color: white;
    border-radius: 8px !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #7458C5;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.btn-outline-danger-sm {
    padding: 8px 16px;
    color: #dc3545;
    background-color: white;
    border-radius: 8px !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #dc3545;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.btn-outline-kinkai:hover,
.btn-outline-kinkai-sm:hover {
    color: white;
    background-color: #7458C5;
}

.btn-danger-sm {
    padding: 8px 16px;
    color: white;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 8px !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
}

.btn-danger:hover,
.btn-danger-sm:hover {
    color: white;
    background-color: #bb2d3b;
}

.btn-kinkai-black {
    padding: 12px 24px;
    color: white !important;
    background-color: #010101;
    border: 1px solid #010101;
    border-radius: 8px !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
}

.btn-outline-kinkai-black {
    padding: 12px 24px;
    color: #010101 !important;
    background-color: white;
    border-radius: 8px !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid #010101;
    cursor: pointer;
    text-align: center;
}

.btn-outline-kinkai-black-sm {
    padding: 8px 16px;
    color: #010101 !important;
    background-color: white;
    border-radius: 8px !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #010101;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.btn-outline-kinkai-black:hover {
    color: white !important;
    background-color: black;
}

.btn-kinkai-black-sm {
    padding: 8px 16px;
    color: white;
    border: 1px solid #010101;
    background-color: #010101;
    border-radius: 8px !important;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    min-width: 80px;
}

.btn-kinkai-black-xs {
    padding: 4px 8px;
    color: white;
    font-size: 14px;
    background-color: #010101;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.btn-kinkai-link {
    padding: 12px 24px;
    color: #010101;
    background-color: transparent;
    border-radius: 8px !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
}

.btn-kinkai-link-sm {
    padding: 8px 16px;
    color: #010101;
    background-color: transparent;
    border-radius: 8px !important;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}
a.btn-kinkai-link-sm {
    color: #010101 !important;
    display: inline-block;
}


.btn-kinkai-link:hover,
.btn-kinkai-link-sm:hover {
    background-color: #F6F7EB;
}

.btn-kinkai:hover, 
.btn-kinkai-sm:hover,
.btn-kinkai-xs:hover {
    background-color: #5D40B5;
    color: white;
}

.btn-kinkai-black:hover, 
.btn-kinkai-black-sm:hover {
    background-color: black;
    color: white;
}

.text-kinkai {
    color: #7458C5 !important;
}

/* Slick js */
.slider, .manga_slider_content {
    display: none;
}
.slider.slick-initialized, .manga_slider_content.slick-initialized {
    display: block;
}

/* custom input */
.input-kinkai {
    border: 1px solid #D9D9D9 !important;
    padding: 11px 18px 11px 18px !important;
    border-radius: 8px !important;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
}

/* Custom select */
.select-kinkai {
    position: relative;
}
.select-kinkai select {
    appearance: none;
    -webkit-appearance: none;
    padding: 7px 12px 7px 12px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
}
.select-kinkai::after {
    --size: 0.3rem;
    content: "";
    position: absolute;
    right: 12px;
    pointer-events: none;
}
.select-kinkai::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid black;
    top: 47%;
}

/* Custom checkbox */
.checkbox-kinkai {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-kinkai input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-kinkai span {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    border-radius: 2px;
}

.checkbox-kinkai label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.checkbox-kinkai:hover input~span {
    background-color: #d4d4d4;
}

.checkbox-kinkai input:checked~span {
    background-color: #7458C5;
}


.text_lines {
    overflow: hidden;
    text-align: center;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.text_lines:before,
.text_lines:after {
    background-color: #737373;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 45%;
}

.text_lines:before {
    right: 0.5em;
    margin-left: -45%;
}

.text_lines:after {
    left: 0.5em;
    margin-right: -45%;
}

/* Pagination/Carousel */
.pagination .page-item {
    width: 44px;
    height: 44px;
    margin: 0 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-link {
    border: none !important;
    color: #A4A4A4 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
    background-color: none !important;
    border-radius: 50%;
    width: 100%;
}

.page-item.active {
    background-color: transparent !important;
    font-weight: 700;
    color: #7458C5 !important;
}

.page-item.active .page-link {
    background-color: rgba(116, 88, 197, 0.2);
    font-weight: 700 !important;
    color: #7458C5 !important;
}

.page-item.previous a,
.page-item.previous span,
.page-item.next a,
.page-item.next span,
.page-item:last-of-type button,
.page-item:last-of-type button,
.carousel-control-prev-icon,
.carousel-control-next-icon {
    border-radius: 50% !important;
    width: 44px;
    height: 44px;
    line-height: 30px !important;
    background-color: #7458C5;
    font-size: 2em !important;
    font-weight: 500;
    color: white !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-size: 50% 50% !important;
}
.page-item.disabled.previous a,
.page-item.disabled:last-of-type button,
.page-item.disabled:last-of-type button,
.page-item.disabled.next a {
    background-color: #7458C5;
    opacity: 0.4;
    cursor: no-drop;
}

.page-item.previous a:hover,
.page-item.previous button:hover,
.page-item.next button:hover,
.page-item.next a:hover {
    background-color: #5D40B5;
}

/* Megamenu */
.badge-notif {
    background-color: #00FF00;
    border: 1px solid #34b151;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -9px;
}

.navbar .megamenu {
    padding: 2rem;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    left: 0;
    right: 0;
}

.navbar .megamenu .title {
    font-size: 16px;
    margin-bottom: 12px;
}

.navbar .megamenu ul {
    display: block;
    padding-left: 10px;
    color: black;
    height: auto;
}

.navbar .megamenu ul li a {
    color: black;
    text-decoration: none;
}

.nav-link.dropdown-toggle::after {
    display: none;
}

.nav-link.nav-bold {
    font-weight: 600;
}


@media all and (min-width: 1200px) {
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        width: 100%;
    }
}
@media(max-width: 1200px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        max-height: 90vh;
    }
}

/* Mobile navbar */
.navbar-nav.right_menu.mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .navbar-nav.right_menu.mobile {
        height: 60px;
        display: flex !important;
        align-items: center;
        border-top: 1px solid #D9D9D9;
        z-index: 9999;
    }
    footer .copyright {
        display: block;
        margin-bottom: 60px !important;
    }
}

.navbar-nav.right_menu.mobile .nav-item.add_product {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #5D40B5;
}

/* Navigation */

.main-navbar {
    height: 80px;
    display: block;
    background-color: white;
}

.navbar-brand {
    font-weight: 400;
    font-size: 48px;
    line-height: 35px;
    color: #1F1F1F !important;
}

.nav_container {
    width: 98%;
    margin: 0 auto;
}

@media screen and (min-width: 1400px) {
    .nav_container {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1680px) {
    .nav_container {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1330px) {
    .navbar .nav_container .right_menu .nav-item:nth-child(1) {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .main-navbar, .nav_container {
        height: 60px;
    }

    .navbar-brand {
        font-weight: 400;
        font-size: 32px;
        color: #1F1F1F !important;
    }
}

.navbar-toggler {
    border: none;
}

.navbar-toggler i {
    width: 24px;
    color: #00212D;
}

.profile,
.profile:hover,
.profile:focus {
    color: #00212D;
    font-size: 18px;
}

.profile::after {
    display: none;
}

.profile img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.global-search-container {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}

.global-search-container input {
    font-size: 14px;
}

#suggestions {
    top: 45px;
    z-index: 800;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

#suggestions ul {
    scrollbar-width: none;
}

#suggestions ul li a:hover {
    background-color: #F6F7EB;
}

.categories {
    height: 40px;
    background-color: white;
    color: #010101;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #D9D9D9;
}

@media only screen and (max-width: 1200px) {
    .categories {
        display: none;
    }
    .navbar-light .navbar-toggler {
        margin-right: 15px;
    }
}

.navbar-nav {
    gap: 32px;
}

.right_menu .menu_icon a,
.right_menu .menu_icon i {
    color: black !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #010101;
}

.right_menu .nav-link,
.right_menu .nav-link a {
    font-weight: 500;
    font-size: 15px;
}

.categories ul {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.categories ul li {
    padding-top: 3px;
    margin-bottom: 3px;
}

.categories ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.nav-link.active {
    border-bottom: 3px solid #9D86E1;
    color: #9D86E1 !important;
}

.nav-link:hover {
    color: #9D86E1 !important;
}

/* Navigation mobile */
@media (min-width: 992px) {
    .navbar-expand-lg #navbarMobile.navbar-collapse:not(.show) {
        display: none !important; /* Override _navbar.css */
    }
}
@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    #navbarMobile .navbar-toggler {
        display: block !important; 
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg #navbarMobile .navbar-nav {
        flex-direction: column !important; /* Override _navbar.css */
    }
}
#navbarMobile .menu-mobile {
    height: 100vh;
    width: 100vw;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    background-color: white;
}

#navbarMobile .mobile-categories {
    padding: 20px 15px 120px 15px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

#navbarMobile .menu-mobile .mobile-categories button,
#navbarMobile .menu-mobile .mobile-categories .w-100,
#navbarMobile .menu-mobile .mobile-categories .w-100 a,
#navbarMobile .menu-mobile .mobile-categories #nav_category_title {
    color: #010101;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    border: none;
    text-decoration: none;
    box-shadow: none;
}

#navbarMobile .menu-mobile #nav_subcategories button,
#navbarMobile .menu-mobile #nav_series button,
#navbarMobile .menu-mobile #see_more a,
#navbarMobile .menu-mobile #nav_characters button {
    color: #010101;
    background-color: transparent;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    text-decoration: none;
    box-shadow: none;
}

#navbarMobile .menu-mobile #see_more a {
    color: #7458C5;
}

#navbarMobile .menu-mobile #collapseCategory li a,
#navbarMobile .menu-mobile #collapseSubcategories li a,
#navbarMobile .menu-mobile #collapseSeries li a,
#navbarMobile .menu-mobile #collapseCharacters li a,
#navbarMobile .right_menu li a {
    color: #010101;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    margin-left: 0;
    text-align: left;
}

#navbarMobile .right_menu {
    gap: 0;
}
#navbarMobile .right_menu .nav-link {
    padding: .5rem 1rem;
}

/* Header */
#headerHeroDesktop {
    background-color: #F6F7EB;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    height: 380px;
}

#headerHeroMobile {
    background-color: #F6F7EB;
    border-radius: 16px;
    overflow: hidden;
}
#headerHeroMobile .kinkai_strength {
    border-radius: 0 0 16px 16px;
    color: white;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    z-index: 1000;
    padding-top: 6px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
}
#headerHeroMobile .kinkai_strength div {
    margin-left: -150%;
    display: inline-block;
    animation: scroll 20s linear infinite;
}

#headerHeroDesktop .row {
    height: 100%;
    position: relative;
}

#headerHeroDesktop .text {
    color: #00212D;
    text-align: left;
    padding-top: 40px;
    padding-left: 55px;
    z-index: 999;
}

#headerHeroDesktop .text .title {
    line-height: 40px;
    font-size: 32px;
    font-weight: 600;
    text-shadow: #f6f7eb 2px 2px 2px;
}

#headerHeroDesktop .text .subtitle {
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    text-shadow: #f6f7eb 0px 0px 2px;
}

@media screen and (max-width: 1200px) {
    #headerHeroDesktop .text {
        padding-top: 28px;
        padding-left: 35px;
    }
}

#headerHeroMobile .text {
    color: #00212D;
    text-align: center;
    padding: 15px 10px 0 10px;
}

#headerHeroMobile .text .title {
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
}

#headerHeroMobile .text .subtitle {
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}

.multiple_header_banner .search-container {
    padding: 17px 15px;
}

@media screen and (min-width: 992px) {
    .multiple_header_banner .search-container {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .search-container {
        margin-top: -20px;
    }
}

#headerHeroDesktop img {
    height: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1200px) {
    #headerHeroDesktop img {
        height: calc(100% - 60px);
    }
}

/* Sections */
.section_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
}
.section_title h2,
.section_title h1,
.blog_title h1  {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 992px) {
    .section_title h2,
    .section_title h1 {
        font-size: 20px;
        line-height: 28px;
    }
}

/* GROUPES */
.card_groups {
    border-radius: 16px;
    overflow: hidden;
}
.card_groups .card-img-top {
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}
.card_groups h2 {
    font-size: 18px;
    font-weight: bold;
}
.card_groups p {
    font-size: 14px;
    color: #495057;
    margin: 0;
}

/* BREVO chatbot */
#brevo-conversations {
    right: 20px !important;
    left: auto !important;
}
@media screen and (max-width: 768px) {
    #brevo-conversations {
        bottom: 70px !important;
    }
}

/* Trouvez votre bonheur ici */
.card_category {
    display: block;
    position: relative;
    border-radius: 16px;
    height: 165px;
    background-color: #F6F7EB;
    overflow: hidden;
}
.main_categories .card_category .title {
    font-family: 'Racing Sans One', sans-serif;
    z-index: 2;
    position: relative;
    font-size: 25px;
    line-height: 32px;
    color: black;
    text-shadow: #f6f7eb 0px 0px 3px;
}
.card_category .img {
    z-index: 1;
    height: 100%;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card_category .circle {
    width: 90%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: absolute;
    right: -20%;
    top: -30%;
}

@media screen and (max-width: 680px) {
    .card_category .img {
        height: 75%;
        width: 70%;
        align-items: bottom;
        justify-content: center;
    }

    .card_category .circle {
        width: 110%;
        right: -30%;
        top: 5%;
    }
}
@media screen and (max-width: 400px) {
    .card_category .img {
        height: 65%;
        width: 80%;
        align-items: bottom;
        justify-content: center;
    }
    .card_category .circle {
        width: 120%;
        right: -30%;
        top: 10%;
    }
}

/* partenaires */
.slider_autoplay {
    height: auto;
}
.slider_autoplay .slick-track {
    height: 120px;
}
.slider_autoplay .slick-track img {
    height: 100px;
}

/* Products */
.article_pupolaire .slick-slide .title_favorite .unliked,
.article_pupolaire .slick-slide .title_favorite .liked {
    width: 20px;
    height: 20px;
}
.slick-disabled {
    display: none !important;
    opacity: 0 !important;
}
.slick-prev::before {
    position: relative;
    content: url("/images/icons/left-circle.svg") !important;
    left: -20px;
}
.slick-next::before {
    position: relative;
    content: url("/images/icons/right-circle.svg") !important;
    right: -20px;
}
@media screen and (max-width: 992px) {
    .slick-prev::before, .slick-next:before {
        left: 0px;
        opacity: 1 !important;
        scale: 1.2 !important;
    }
}

.products_sell {
    padding-top: 0.6rem !important;
    position: relative;
    border-radius: 16px;
}
.products_sell:not(.fake):hover {
    background-color: #F6F7EB;
}

.products_sell.slider {
    padding: 0 12px;
}

.products_sell a {
    text-decoration: none;
}

.card_product {
    border-radius: 16px;
}

img.product_image,
.fake_product_image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}
.fake_product_image {
    background-color: #F6F7EB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_price {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
}
.product_title, .product_title a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    height: 43px;
    overflow: hidden;
}
.product_category {
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_category a {
    color: #000000;
    font-weight: 400;
}

.title_favorite {
    position: absolute;
    top: 57px;
    right: 30px;
    width: 25px;
}
.title_favorite img {
    height: 25px !important;
}
.sold_banner {
    position: absolute;
    width: 100%;
    height: 22%;
    background-color: #7458C5;
    bottom: 0;
    border-radius: 0 0 16px 16px;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Testimonials */
.testimonials_card {
    background-color: #F6F7EB;
    padding: 15px 25px 15px 25px !important;
    border-radius: 16px;
    margin: 0 15px 0 15px;
}
.testimonials_card .name {
    color: #7458C5
}

/* Pourquoi choisir kinkai ? */

.why_kinkai_slider_content .why_kinkai {
    text-align: center;
}
.why_kinkai_slider_content .why_kinkai {
    padding: 0 24px;
}
@media screen and (max-width: 1200px) {
    .why_kinkai_slider_content .why_kinkai {
        padding: 0 12px;
    }
}
.why_kinkai_slider_content .why_kinkai .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #F6F7EB;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why_kinkai_slider_content .why_kinkai .icon-circle img {
    width: 24px;
}
.why_kinkai_slider_content .why_kinkai h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
}
.why_kinkai_slider_content .why_kinkai p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

/* Réseaux sociaux */

.card_social_container {
    border-radius: 16px;
    height: 100%;
}

.card_social {
    padding: 0 12px;
    border-radius: 16px;
}

a.card_social {
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_social img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

/* Posts (blog) */
/* Rendre la carte entière cliquable */
.post_container a {
    text-decoration: none;
    color: black;
}
.post_container {
    border-radius: 16px;
    padding: 0 24px;
    height: 100%;
}
.post_card {
    border-radius: 16px;
    text-decoration: none;
}
.post_card .post_image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}
.post_card .post_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.post_card .post_description {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    min-height: 100px;
}

/* kinkai strength */
.kinkai_strength {
    background-color: #7458C5;
}
.kinkai_strength p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

/* Login/register */

@media screen and (min-width: 1680px) {
    .login_container .left_panel {
        padding-right: 80px;
    }
    .login_container .right_panel {
        padding-left: 80px;
    }
}

.login_container {
    background-color: #F6F7EB;
    border-radius: 16px;
}

.login_title {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.01em;
}

.login_title_sm {
    font-size: 26px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.01em;
    text-align: center;
}

.login_container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.login_container .pro_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.login_card .btn-group {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    width: 70%;
}
.login_card .btn-group:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
}
.login_card .btn-group .active {
    font-weight: 700;
    border-bottom: 3px solid #7458C5;
    color: #7458C5;
}

.login_container .icon-circle {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #7458C5;
}

.login_card {
    background-color: white;
    border-radius: 16px;
}

.login_card .btn-outline-dark {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background-color: white;
    padding: 10px 0;
    border: 1px solid #D9D9D9 !important;
}
.login_card .btn-outline-dark:hover {
    background-color: #F6F7EB;
    color: black;
}

.login_card h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.login_card h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.login_card .bottom_text {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #737373;
}

/* Page profil */
.profile_container .left_side .photo-profile {
    height: 130px;
    width: 130px;
    margin-left: auto;
}
.profile_container .right_side {
    padding-left: 30px;
}

.profile_container .right_side .username {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.profile_container .right_side .follow {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}
.profile_container .right_side .follow b {
    font-size: 20px;
    font-weight: 700;
}
.profile_container .about {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: anywhere;
}
.profile_menu,
.history_menu,
.history_menu_buy,
.history_menu_sell {
    width: 30%;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 680px) {
    .profile_menu,
    .history_menu,
    .history_menu_buy,
    .history_menu_sell {
        min-width: 340px;
    }
}
.profile_menu a,
.history_menu a,
.history_menu_buy a,
.history_menu_sell a {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: black;
}
.profile_menu a:not(.collapsed),
.history_menu a:not(.collapsed),
.history_menu_buy a:not(.collapsed),
.history_menu_sell a:not(.collapsed) {
    font-weight: 700;
    color: #7458C5;
    border-bottom: 3px solid #7458C5;
}
.profile_container .photo_profile {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
.profile_container.mobile_profile .username {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.profile_container.mobile_profile .photo_profile {
    width: 100%;
    max-width: 90px;
    border-radius: 50%;
}

#evaluations .col-md-12 {
    border-bottom: 1px solid #D9D9D9;
}
#evaluations .username {
    font-size: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
#evaluations .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
#evaluations .rate {
    height: 15px;
}
#evaluations .evaluation-text {
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* Page confirmation de réception de colis */
.order_confirmation h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.order_confirmation h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
} 

/* Page multi produits */
.collection_container .collection_title {
    margin-bottom: 10px;
}
.collection_container .collection_title h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.collection_container .accordion-button {
    padding: 8px 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}
.collection_container .accordion-button:hover {
    color: #7458C5;
}
.collection_container .accordion-button:not(.collapsed) {
    color: #1F1F1F;
    background-color: #FFFFFF;
    box-shadow: none;
}
.collection_container .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237458C5'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/* Fil d'ariane (breadcrumb) */
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item::before {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    color: #737373;
}
.breadcrumb .breadcrumb-item a:hover {
    color: #7458C5;
}

/* Page produit */
.fslightbox-slide-number-container {
    display: none !important;
}
.product_info p {
    word-wrap: anywhere;
}
.product_page .gallery {
    display: grid;
    grid-template-areas: "A B" "A C";
    grid-template-columns: 2.5fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px 15px;
}
@media screen and (max-width: 576px) {
    .product_page .gallery {
        display: block;
    }
}
.product_page .gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    cursor: pointer;
}
@media screen and (min-width: 576px) {
    .product_page .gallery img:hover {
        filter: brightness(85%);
    }
}
@media screen and (max-width: 768px) {
    .product_page .product_card {
        border: none !important;
    }
}
.product_page .gallery .show_more,
.products .show_more,
.order_card .show_more {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid white !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    z-index: 99;
}
.product_page .bagde-views-favorites {
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: white;
    padding: 5px 10px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.3);
}
.product_page .bagde-views-favorites span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.product_page .product_card {
    border: 1px solid #D9D9D9;
    border-radius: 16px;
}
.product_page .product_card_protection {
    border-radius: 16px;
    padding: 20px;
    background-color: #F6F7EB;
    margin-top: 20px;
    border: 2px solid #19EE7B;
}
.product_page .product_card .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.product_page .product_card .price {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.product_page .product_card .info {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #999999;
}
.product_page .product_card .state {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.product_page .table tr td:nth-child(1) {
    width: 1px;
    min-width: 150px;
}
.product_page .product_card_protection ul {
    padding-left: 0 !important;
}
.product_page .product_card_protection ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 15px;
}
.product_page .product_card_protection ul li i {
    font-size: 18px;
}
.product_page .seller_container .photo_profile {
    height: 80px;
    width: 80px;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.favoriters .photo_profile {
    height: 50px;
    width: 50px;
    object-fit: cover;
    aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
    .product_page .seller_container .photo_profile {
        height: 60px;
        width: 60px;
    }
}
.product_page .seller_container .username {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: black;
    text-decoration: none;
}
.product_page .seller_container div {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: black;
    text-decoration: none;
}
.product_page .seller_container .reviews {
    height: 14px;
}
.product_page .subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}
.product_page .bottom_banner,
.batch_page .bottom_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F6F7EB;
    z-index: 100;
    border-top: 1px solid #D9D9D9
}
@media screen and (max-width: 768px) {
    .batch_page .bottom_banner {
        bottom: 60px;
    }
}
.product_page .bottom_banner .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    max-width: 40%;
}
.product_page .bottom_banner .info {
    font-size: 14px;
    font-weight: 500;
}
.product_page .bottom_banner .secured {
    font-size: 12px;
    font-weight: 400;
    color: #7a7a7a;
}
.product_page .bottom_banner .price {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
@media screen and (max-width: 768px) {
    .product_page .bottom_banner {
        bottom: 60px;
    }.product_page .bottom_banner .buy_now {
        width: 100%;
    }
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Page de commandes */
.order_page .sections {
    display: grid;
    grid-template-columns: 1fr 400px;
    column-gap: 40px;
    align-items: start;
}
.order_page .order_card {
    background-color: #FFFDF0;
    border-radius: 16px;
}
.order_page .right-section {
    top: 120px;
    grid-column: 2/3;
    grid-row: 1/4;
    position: sticky;
    padding: 0;
    margin: 0;
    border: none;
}
@media screen and (max-width: 1200px) {
    .order_page .sections {
        display: grid;
        grid-template-columns: 1fr 300px;
        column-gap: 20px;
        align-items: start;
    }
    .order_page .right-section {
        top: 60px;
    }
}
@media screen and (max-width: 992px) {
    .order_page .sections {
        display: flex;
        align-items: start;
        flex-direction: column-reverse;
    }
    .order_page .left-section {
        width: 100%;
    }
    .order_page .right-section {
        top: 0;
        width: 100%;
        position: relative;
    }
    .order_page .bottom_banner {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #F6F7EB;
        z-index: 100;
        border-top: 1px solid #D9D9D9
    }
}
@media screen and (max-width: 768px) {
    .order_page .bottom_banner {
        bottom: 60px;
    }
}
.order_page h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin: 25px 0 10px 0;
}
.order_page h4 {
    font-size: 16px;
}
.order_page .group_inputs,
.recapitulatif .main-container {
    background-color: #F6F7EB;
    border-radius: 16px;
    border: 1px solid #F6F7EB;
}
.recapitulatif .main-container {
    padding: 20px;
}
.recapitulatif .main-container table {
    margin: 0;
}
.recapitulatif .main-container .muted {
    font-size: 14px;
    font-weight: 500;
    color: #737373;
}
.recapitulatif table tbody tr td:nth-child(2) {
    text-align: right;
}
.recapitulatif table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.recapitulatif table tbody tr:nth-child(1) td {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 20px;
}
.recapitulatif table tbody tr.total td {
    border-top: 1px solid #d4d4d4;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 20px;
}
.recapitulatif table tbody tr.total td:nth-child(2) {
    min-width: 120px;
}
.bottom_banner .total {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.order_page .group_inputs img {
    height: 25px;
}
.order_page .pickup_point,
.order_page .shipping_item {
    border-bottom: 1px solid #D9D9D9;
    background-color: #F6F7EB;
}
.order_page #pickup_points,
.order_page #home_prices {
    background-color: #F6F7EB;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.order_page #pickup_points .pickup_point:nth-child(1),
.order_page #home_prices .shipping_item:nth-child(1) {
    margin-top: 40px !important;
}
.order_page .pickup_point,
.order_page .shipping_item {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 30px 10px;
}
.order_page .pickup_point img,
.order_page .shipping_item img {
    height: 25px;
}
.order_page .pickup_point .title,
.order_page .shipping_item .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #7458C5;
    margin-left: 20px;
}
.order_page .pickup_point .address {
    margin: 10px 0;
    font-weight: 400;
}
.order_page .group_inputs.opened {
    border: 1px solid black;
}
.order_page .group_inputs {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: black !important;
}
.order_page .group_inputs .checkbox-kinkai {
    font-size: 17px;
}

/* Batch purchase */
#floating-batch-order .btn {
    position: fixed;
    bottom: 20px;
    height: 60px;
    right: 100px; /* Because of the chatbot */
    background-color: #F6F7EB;
    z-index: 9999;
    border: 2px solid #7458c5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 16px !important;
}
@media screen and (max-width: 768px) {
    #floating-batch-order .btn {
        bottom: 70px;
    }
}
#floating-batch-order .btn a {
    line-height: 60px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: #7458c5;
}
#floating-batch-order .btn .badge {
    position: absolute;
    font-weight: 500;
    top: -6px;
    right: -6px;
}
.stacked-image-container {
    text-align: center;
    margin-left: -18px;
    width: 65px;
}
.stacked-image {
    height: 65px;
    width: 65px;
    border: 4px solid #f6f7eb;
    object-fit: cover;
}

/* Page ajouter article */
.create_product_page h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.create_product_page .title h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 25px 0 15px 0;
}
.create_product_page label {
    font-size: 16px;
    font-weight: 600;
}
.create_product_page .group_inputs {
    border-radius: 16px;
    background-color: #F6F7EB;
    padding: 1.5rem 2rem;
}
.create_product_page .questions {
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    padding: 1.5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 64px;
}
.create_product_page .questions li {
    margin-bottom: 15px;
}
.create_product_page .questions h3,
.create_product_page .questions h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.create_product_page .questions a {
    color: #7458C5;
    text-decoration: none;
}
.create_product_page .accordion-item {
    border-radius: 16px;
    border: 0;
    background-color: #F6F7EB;
}
.create_product_page .accordion-header,
.create_product_page .accordion-button {
    border-radius: 16px !important;
    background-color: #F6F7EB;
    border: 0;
}
.create_product_page .accordion-button:not(.collapsed) {
    color: #7458C5;
}
.create_product_page .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

/* Dropzone */
.dropzone .dz-details,
.dropzone .dz-success-mark,
.dropzone .dz-error-mark,
.dropzone .dz-error-message {
    display: none !important;
}
.dropzone .dz-preview .dz-image {
    border: 1px solid #7458C5;
}

/* Page Mes commandes */
.history_page h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.history_page .btn-kinkai-link-sm {
    color: black;
    display: inline-block;
}
.order_card {
    background-color: #F6F7EB; 
    border-radius: 8px;
    border: none;
}
.order_card img:not(.photo_profile_sm) {
    border-radius: 8px 0 0 8px;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}
.order_card .card-body {
    padding: 1rem;
}
.order_card .card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.order_card .muted {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #737373;
}
.order_card .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.tracking_number a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: black;
    text-decoration: none;
}

/* Page d'offre */
.offer_page h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.offer_page h2,
.offer_page h3,
.offer_page h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

/* Page de requêtes */
.list_request_page h1,
.create_request_page h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.create_request_page h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.list_request_page .card_request {
    border-radius: 16px;
    background-color: #F6F7EB;
    padding: 1.5rem;
}
.list_request_page .created_at {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.list_request_page h2 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #7458C5;
    text-decoration: none;
}
.list_request_page h3 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: black;
    text-decoration: none;
    word-wrap: anywhere;
}
.list_request_page .description {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    word-wrap: anywhere;
}
.list_request_page .user_profile a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: black;
}
.list_request_page .see_more {
    font-weight: 600;
    text-decoration: none;
    color: black;
}

/* Footer */
footer {
    border-top: 1px solid #D9D9D9;
}
footer .footer_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}
footer ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    padding: 8px 0;
}
footer ul li a,
footer ul a {
    color: black;
    text-decoration: none;
}
footer a:hover {
    color: #7458C5 !important;
}
.square_icon {
    background-color: #F6F7EB;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 8px;
    margin: 0 8px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
}
.square_icon img{
    object-fit: contain;
}

/* Avatar */

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

.user_profile .username {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user_profile .username p {
    overflow: hidden;
    max-height: 24px;
}

.user_profile img.photo_profile {
    width: 60px;
    height: 60px;
    background-color: #ced4da;
    border-radius: 50%;
    position: relative;
}

.user_profile img.photo_profile_sm {
    width: 33px;
    height: 33px;
    background-color: #ced4da;
    border-radius: 50%;
    position: relative;
    object-fit: cover;
}

.user_profile img.reviews {
    width: 120px;
}

/* Shop by manga */
.container_shop_by_manga {
    padding: 0 12px;
}
.card_shop_by_manga {
    background-color: #F6F7EB;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    border-radius: 16px;
}
.card_shop_by_manga a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card_shop_by_manga img {
    height: 60% !important;
    object-fit: contain;
    object-position: center;
    margin: auto;
}




 /*  */

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}


/*Reviews form*/

.star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
}

.star-cb-group * {
    font-size: 2rem;
}

.star-cb-group > input {
    display: none;
}

.star-cb-group > input + label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
}

.star-cb-group > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "☆";
    color: #1F1F1F;
}

.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
    content: "★";
    color: #FFB800;
}

.star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.star-cb-group > .star-cb-clear + label:before {
    width: .5em;
}

.star-cb-group:hover > input + label:before {
    content: "☆";
    color: #888;
}

.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
    content: "★";
    color: #FFB800;
}


fieldset {
    border: 0;
    border-radius: 1px;
}


.form-review {
    padding: 1.5em;
}

.form-review h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 20px;
    color: #1F1F1F;
}

.form-review button {
    height: 42px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    padding: 0 1.5em;
    display: block;
    margin: 1em 0 1em auto;
}

.form-review textarea {
    resize: none;
    height: 100px;
}

/*end reviews form*/

.product-content {
    position: relative;
}

.card_product .btn-favorite,
.products_sell .btn-favorite {
    position: absolute;
    right: -5px;
    top: 5px;
    padding: 0;
    z-index: 10;
}

.mobile-images .slick-dots {
    left: 0;
}

.mobile-images .slick-dots li button::before {
    font-size: 12px;
}

.mobile-images .slick-dots li.slick-active button::before  {
    color: #5d40b5;
}


.mobile-images img {
    aspect-ratio: 1/1;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.btn-favorite img {
    width: 25px !important;
    height: 25px !important;
}

.alert {
    margin-bottom: 0;
}


.slick-track {
    margin-left: 0;
}

.required {
    color: red;
    font-weight: bold;
}


i.fas.fa-bell {
    margin-top: -3px;
}


@media screen and (max-width: 768px) {
    header {
        width: 80% !important;
        margin: auto !important;
        padding: 2em 0 !important;
        padding-bottom: 1em !important;
    }
}


.address .title {
    align-items: center;
}

.header_banner {
    background-image: url(/images/banniere.png);
    width: 100%;
    height: 700px;
    background-repeat: no-repeat, no-repeat;
    background-position: center;
    background-size: cover;
}

.multiple_header_banner .desktop {
    display: block;
}
.multiple_header_banner .desktop .kinkai_strength {
    border-radius: 0 0 16px 16px;
}

.multiple_header_banner .mobile {
    display: none;
}

.account_settings_desktop {
    display: block;
}

.account_settings_mobile {
    display: none;
}

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

    .shipping-page .left-panel {
        border: none;
    }

    .header_banner {
        background-image: url("/images/kinkai_phone.png");
        width: 100%;
        height: calc(90vh - 100px);
        background-repeat: no-repeat, no-repeat;
        background-position: center;
        background-size: cover;
    }

    .multiple_header_banner .mobile {
        display: block;
        height: auto;
    }

    .multiple_header_banner .mobile .right_col {
        display: flex;
        justify-content: flex-end;
        margin-top: 1em;
    }

    .multiple_header_banner .mobile .header_banner .btn_vendre {
        width: max-content;
        height: 30px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    .multiple_header_banner .mobile p {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding-top: 1em;
        color: #1F1F1F;
    }

    .multiple_header_banner .mobile #suggestions p,
    .overlay-content #suggestions {
        font-weight: normal !important;
        text-align: left !important;
        padding-top: 0 !important;
        font-size: 1rem !important;
    }

    .multiple_header_banner .mobile .search_form .input-group {
        background-color: #ffffff;
        opacity: .7;
        width: 250px;
        height: 35px;
    }

    .multiple_header_banner .mobile .search_form .input-group input {
        line-height: 20px;
    }

    .multiple_header_banner .mobile .search_form .input-group input::placeholder {
        font-size: 11px;
        line-height: 20px;
    }

    .multiple_header_banner .desktop {
        display: none;
    }

    .multiple_header_banner .mobile .form-inline {
        justify-content: center;
        width: 280px;
        min-width: 280px !important;
    }

    footer .footer_links {
        margin-bottom: 5em !important;
    }

    .account_settings_desktop {
        display: none;
    }

    .account_settings_mobile {
        display: block;
        margin-bottom: 1em;
    }

    .account_settings_mobile .accordion {
        border: none;
        border-radius: 10px;
    }


    .account_settings_mobile .accordion .accordion-item {
        border-radius: 10px !important;
        border: none;
    }

    .account_settings_mobile .accordion .accordion-button:not(.collapsed) {
        color: #1F1F1F;
        background-color: #FFFFFF;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    }


    .account_settings_mobile .accordion-button {
        border-radius: 0 !important;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        color: #1F1F1F;
    }

    .notifications-page .right-panel h3,
    .privacy-page .right-panel h3 {
        display: none;
    }

    .account_settings_mobile .list-group {
        margin-bottom: 0 !important;
    }

    .account_settings_mobile .list-group .list-group-item {
        padding: 0.5em 0 !important;
    }

    .account_settings_mobile .list-group .list-group-item:last-of-type {
        border-bottom: none;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

    .shipping-page .left-panel h3,
    .payment-page .left-panel h3,
    .mes-solde-page .right-panel h3{
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .table-inputs tbody,
    .table-inputs td,
    .table-inputs tfoot,
    .table-inputs th,
    .table-inputs thead,
    .table-inputs tr {
        display: block;
        padding: 0 !important;
    }
}

/* Custom file input */
.custom-file input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.custom-file label {
    position: relative;
    display: block;
    width: 50%;
    min-width: 285px;
    min-height: 45px;
    margin: 10px 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    color: #666666;
    line-height: 45px;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-file input.has-file + label {
    border-color: #39b54a;
    background: #39b54a;
    color: #39b54a;
}

.custom-file input.has-file + label:before {
    content: "Fichier sélectionné";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #ffffff;
    line-height: 45px;
}

/* Upload video */
.video-size {
    height: 80vh;
    width: 80vw;
}
#deleteVideoButton {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #7458c5;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    z-index: 999;
    text-align: center;
    text-decoration: none;
    transform: rotate(45deg);
    font-size: 30px;
    border: 1px solid #7458c5;
}
.title small {
    font-size: 12px;
}
#video-dropzone {
    background: #fff;
    border-radius: 16px;
    cursor: pointer;
    font-weight: normal;
}
#video-dropzone progress {
    border-radius: 0 0 16px 16px;
    height: 6px;
}
#video-dropzone progress::-moz-progress-bar,
#video-dropzone progress::-webkit-progress-value {
    background: #5d40b5;
}
#video-dropzone .dz-message {
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    font-size: 4.5em;
}
#video-dropzone .dz-button {
    background-color: #7458c5;
    color: #fff;
    border: none;
    padding: 0;
    font: inherit;
    font-size: inherit;
    outline: inherit;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 22px;
}
.show_video {
    background-color: #7458c5;
    border-radius: 50%;
    padding: 20px;
    opacity: 0.9;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2) !important;
    z-index: 99;
}