@import 'fonts/dm-sans/dm-sans.css';
@import 'fonts/gilroy/Gilroy.css';

body {
    font-size: 13px;
    font-family: dm sans, sans-serif;
    color: #6c757d;
    overflow-x: hidden;
    background-color: #F5F5F7 !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: gilroy, sans-serif
}

.faq-page .accordion-button {
    font-size: 14px
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem
}

.account-slider.slick-initialized {
    visibility: visible;
    opacity: 1
}

.account-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

.slick-track {
    display: flex
}

.slick-slide {
    display: flex;
    justify-content: center
}

.trail-slider .slick-dots {
    bottom: -5px !important
}

.slick-slider {
    margin-bottom: 0 !important
}

.slick-dots {
    bottom: 11px
}

.slick-arrow {
    background: #fff !important;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    box-shadow: 0 .5px 10px rgba(0, 0, 0, .2) !important;
    z-index: 9
}

.slick-arrow:hover,
.slick-arrow:focus {
    background: #0e6dfd !important
}

.slick-arrow:hover:before,
.slick-arrow:focus:before {
    color: #fff
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 20px;
    font-weight: 700
}

.slick-next {
    right: 15px
}

.slick-prev {
    left: 15px !important
}

.slick-prev:before {
    content: "\eac9";
    font-family: IcoFont !important
}

.slick-next:before {
    content: "\eaca";
    font-family: IcoFont !important
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

::-webkit-scrollbar-corner {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05)
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, .4)
}

.dropdown-menu.fs-13.dropdown-menu-end {
    padding: 6px;
    border-radius: 8px
}

.dropdown-menu.fs-13.dropdown-menu-end .dropdown-item {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 6px
}

.dropdown-menu.fs-13.dropdown-menu-end .dropdown-item span {
    margin: 0 8px 0 0 !important
}

.bg-light {
    background-color: #edf2f6 !important
}

.small {
    font-size: .875em !important
}

.fs-3 {
    font-size: 3px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-11 {
    font-size: 11px !important
}

.fw-500 {
    font-weight: 500 !important
}

.ln-0 {
    line-height: 0 !important
}

.ln-18 {
    line-height: 18px
}

.ln-25 {
    line-height: 25px !important
}

.rounded-4 {
    border-radius: 14px
}

.rounded-5 {
    border-radius: 8px !important
}

.form-control:focus {
    border-color: none;
    box-shadow: none
}

.bg-warning-100 {
    background-color: #f6f3e6
}

.fix-sidebar {
    position: sticky;
    top: 20px
}

.sticky-sidebar2 {
    position: sticky;
    top: 20px
}

.rotate-320 {
    transform: rotate(320deg)
}

.form-check-input:checked {
    background-color: #5B2333;
    border-color: #5B2333
}

.chat-text {
    padding: 9px 13px !important
}

.ltsp-n5 {
    letter-spacing: -5px !important
}

.md-3 {
    font-size: 3px !important
}

.md-13 {
    font-size: 13px !important
}

.md-14 {
    font-size: 14px !important
}

.md-16 {
    font-size: 16px !important
}

.md-18 {
    font-size: 18px !important
}

.md-20 {
    font-size: 20px !important
}

.md-32 {
    font-size: 32px !important
}

.md-36 {
    font-size: 36px !important
}

.md-48 {
    font-size: 48px !important
}

.h6,
h6 {
    font-size: 14px
}

#commentModal .modal-dialog {
    max-width: 815px
}

#commentModal .modal-content,
#commentModal .modal-content .h-600 {
    height: 600px
}

#commentModal .content-body .user-img {
    height: 40px
}

.logo {
    height: 100px
}

.navbar {
    justify-content: start;
    align-items: start
}

.top-osahan-nav-tab {
    z-index: 9
}

.top-osahan-nav-tab .nav-link {
    text-transform: uppercase;
    letter-spacing: 1px
}

.navbar .navbar-item {
    width: 100%
}

.sidebar-nav .navbar-nav a {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 900;
    color: #282828;
    padding: 3px 16px !important;
    /* border-radius: 11px; */
    /* background: #edf2f6; */
    margin-bottom: 2px;
}

.sidebar-nav .navbar-nav .dropdown-menu {
    position: static !important;
    transform: unset !important;
    padding: 0 !important;
    border: none;
    background: 0 0
}

.sidebar-nav .navbar-nav .dropdown-menu a {
    padding: 7px 14px !important;
    font-size: 13px;
    margin: 2px 0 !important;
    border-radius: 8px !important
}

.sidebar-nav .navbar-nav a:hover,
.sidebar-nav .navbar-nav a.active {
    color: #000;
    background: #F8EAD8;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 11px;
}

.dropdown-toggle::after {
    margin-left: auto
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #f8f9fa;
    border-bottom: 2px solid #5B2333;
    border-radius: 0;
    color: #000 !important
}

.image-slider .slick-prev {
    z-index: 9;
    left: 20px
}

.image-slider .slick-next {
    z-index: 9;
    right: 10px
}

.image-slider img {
    width: 489px;
    height: 600px;
    object-fit: cover
}

.slick-prev:before,
.slick-next:before {
    color: #f8c146 !important
}

.user-list-item .img-fluid {
    height: 60px;
    width: 60px
}

.btn-check:active+.btn-outline-primary .follow,
.btn-check:checked+.btn-outline-primary .follow {
    display: none
}

.btn-check:active+.btn-outline-primary .following,
.btn-check:checked+.btn-outline-primary .following {
    display: block !important
}

.pf-item img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.pf-item {
    align-items: center
}

.account-slider .account-item .position-absolute {
    bottom: 4px;
    right: 0;
    left: 0
}

.feeds .feed-item img.user-img {
    height: 50px
}

.account-follow .account-item img {
    height: 50px
}

.langauge-item .btn-language {
    border: 1px solid #dee2e6
}

.btn-check:active+.btn-language,
.btn-check:checked+.btn-language,
.btn-language.active,
.btn-language.dropdown-toggle.show,
.btn-language:active {
    background-color: #5B2333;
    color: #fff;
    font-weight: 700;
    border: 1px solid #5B2333 !important
}

.btn-check:checked+.btn-language span {
    color: #fff !important;
    font-weight: 700 !important
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none
}

#email {
    display: none
}

.offcanvas.offcanvas-start {
    width: 250px
}

.comments img {
    height: 36px;
    min-width: 36px;
    width: 36px
}

.ov-icon {
    font-size: 9px !important;
    padding: 3px !important
}

.profile img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.followers img {
    height: 25px;
    border: 2px solid #fff;
    margin: 0 -6px 0 0
}

@media(max-width:576px) {
    .m-sm-none {
        display: none !important
    }
}

@media(max-width:992px) {
    .lg-none {
        display: none
    }

    .main-content {
        width: 100% !important
    }

    .web-none.d-flex.align-items-center.px-3.pt-3 {
        background: #fff;
        border-bottom: 1px solid #dee2e6;
        padding: .6rem 1rem !important
    }

    img.img-fluid.logo-mobile {
        height: 36px
    }

    button.ms-auto.btn.btn-primary.ln-0 {
        padding: 2px 3px !important;
        width: 33px
    }

    .col-md-2.ps-0.offcanvas.offcanvas-start.show {
        padding: 0 !important
    }
}

@media(max-width:1200px) {
    .m-none {
        display: none !important
    }

    .main-content {
        width: 75%
    }

    .side-trend {
        width: 25%
    }

    .web-none.d-flex.align-items-center.px-3.pt-3 {
        background: #fff;
        border-bottom: 1px solid #dee2e6;
        padding: .6rem 1rem !important
    }

    img.img-fluid.logo-mobile {
        height: 36px
    }

    button.ms-auto.btn.btn-primary.ln-0 {
        padding: 2px 3px !important;
        width: 33px
    }

    .col-md-2.ps-0.offcanvas.offcanvas-start.show {
        padding: 0 !important
    }
}

@media(min-width:1200px) {
    .web-none {
        display: none !important
    }

    .mt-web-5 {
        margin-top: 1.3rem !important
    }

    .px-web-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .web-none.d-flex.align-items-center.px-3.pt-3 {
        background: #fff;
        border-bottom: 1px solid #dee2e6;
        padding: .6rem 1rem !important
    }

    img.img-fluid.logo-mobile {
        height: 36px
    }

    button.ms-auto.btn.btn-primary.ln-0 {
        padding: 2px 3px !important;
        width: 33px
    }

    .col-md-2.ps-0.offcanvas.offcanvas-start.show {
        padding: 0 !important
    }
}

.theme-switch-wrapper {
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    z-index: 99999
}

.theme-switch {
    width: 40px;
    height: 40px;
    background: #000;
    color: #ececec;
    border-radius: 50px;
    font-size: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.dark .theme-switch {
    background: #ececec;
    color: #000
}

.theme-switch-wrapper em {
    display: none
}

.theme-switch-wrapper #checkbox {
    display: none
}

.dark body {
    background-color: #000;
    color: #ececec
}

.dark .web-none {
    background-color: #000 !important;
    border-bottom: 1px solid #292929 !important
}

.dark .bg-white {
    background-color: #1b1b1b !important
}

.dark .border-bottom,
.dark .border-top,
.dark .border-start,
.dark .border-end {
    border-color: #292929 !important
}

.dark .text-body {
    color: #ececec !important
}

.dark .nav-pills .nav-link.active,
.dark .nav-pills .show>.nav-link {
    background-color: #000;
    border-bottom: 2px solid #5B2333;
    border-radius: 0;
    color: #fff !important
}

.dark .modal-backdrop {
    background-color: #5b5b5b
}

.dark .modal-footer {
    border-top: 1px solid #000
}

.dark .text-black {
    color: #ececec !important
}

.dark .text-dark {
    color: #ececec !important
}

.dark .dropdown-menu {
    background-color: #000
}

.dark .dropdown-menu .dropdown-item {
    color: #ececec !important
}

.dark .dropdown-menu .dropdown-item:hover {
    background: #1b1b1b;
    color: #ececec !important
}

.dark .navbar-nav .nav-item .nav-link {
    background-color: #101010
}

.dark .navbar-nav .nav-item .nav-link.active {
    background-color: #1b1b1b;
    color: #ececec
}

.dark .navbar-nav .nav-item .nav-link:hover {
    background-color: #1b1b1b;
    color: #ececec
}

.dark .navbar-nav .dropdown-menu .dropdown-item {
    background-color: #101010
}

.dark .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #1b1b1b;
    color: #ececec
}

.dark .accordion .accordion-item {
    background-color: #000;
    color: #ececec;
    border-color: #292929
}

.dark .accordion .accordion-item button {
    background-color: #000 !important;
    color: #ececec
}

.dark .accordion .accordion-item button::after {
    color: #ececec !important
}

.dark .modal-content {
    background-color: #000
}

.dark .bg-light {
    background-color: #101010 !important
}

.dark .modal-header {
    border-bottom: 1px solid #292929
}

.dark .modal-body .bg-white {
    background-color: #1b1b1b !important
}

.dark .modal-body .bg-light {
    background-color: #101010 !important
}

.dark .close {
    color: #ececec !important
}

.dark .btn {
    color: #ececec
}

.dark a.text-dark:focus,
.dark a.text-dark:hover {
    color: #ececec !important
}

.dark .list-card-image a.btn,
.dark .cart-items-number .btn {
    border: 3px solid #252525;
    background: #000;
    box-shadow: none
}

.dark .cart-items-number {
    background: #000
}

.dark .hc-nav-trigger {
    color: #0e6dfd
}

.dark label {
    color: #ececec
}

.dark .hc-offcanvas-nav .nav-container,
.dark .hc-offcanvas-nav .nav-wrapper,
.dark .hc-offcanvas-nav ul {
    background: #25282e
}

.dark .hc-offcanvas-nav li:not(.custom-content) a {
    color: #a3a6a9;
    background: transparent;
    border-bottom: 1px solid #33353e
}

.dark .hc-offcanvas-nav li:not(.custom-content) a:hover {
    color: #ececec;
    background: #000 !important;
    border-bottom: 1px solid #000
}

.dark .hc-offcanvas-nav li.nav-close a,
.dark .hc-offcanvas-nav li.nav-back a {
    border-top: 1px solid #33353e;
    border-bottom: 1px solid #33353e
}

.dark .hc-offcanvas-nav .nav-item {
    background: transparent;
    border-bottom: 1px solid #343a40
}

.dark .hc-offcanvas-nav ul.bottom-nav {
    border-top: 1px solid #343a40
}

.dark .form-control {
    border: 1px solid #333538;
    background-color: transparent !important;
    font-size: 13px;
    box-shadow: none !important;
    color: #ececec
}

.dark .form-select {
    border: 1px solid #333538;
    background-color: transparent !important;
    font-size: 13px;
    box-shadow: none !important;
    color: #ececec
}

.dark .form-select option {
    background-color: #1b1b1b !important;
    color: #ececec
}

.dark .text-muted {
    color: #99a2ab !important
}

.dark .list-card-image img {
    margin: 0;
    background: #ececec;
    padding: 17px;
    min-width: 100%;
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.dark .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ececec
}

.dark .slick-dots li button:before {
    color: #ececec
}

.dark .list-card-osahan-2 .img {
    width: 100%;
    padding: 22px;
    margin-bottom: 15px
}

.dark .schedule .nav-link.active,
.dark .schedule .nav-link:focus {
    color: #0e6dfd !important;
    background: #1b1b1b;
    border-color: #292929
}

.dark .schedule .nav-link:hover {
    background: #1b1b1b;
    border-color: #292929
}

.dark .nav-tabs {
    border-bottom: 1px solid #292929
}