:root {
    --main-color: #99989C;
    --second-color: #fbb040;
    --third-color: #1b1c18;
    --yellow-color: #fcb040;
}

@font-face {
    font-family: 'PingFang';
    font-style: normal;
    font-weight: normal;
    src: local('PingFang'), url('PingFang.ttc') format('ttc');
}

/* General */
body {
    font-family: 'IBM Plex Serif', serif;
    /*background-color: #f0f0f0;*/
}

/*footer {
    background: #f0f0f0;
}
.container-fluid{
    background: #f0f0f0 !important;
}
.product-container{
    background: #f0f0f0 !important;
}
.container-fluid-footer{
    background: #1b1c18 !important;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'IBM Plex Serif', serif;
    padding-bottom: 1rem;
    font-weight: bold !important;
}

.page-title {
    color: #1b1c18 !important;
    font-family: 'IBM Plex Serif', serif;
}

.main-container {
    margin-top: 49px;
}

.container {
    padding-top: 10px;
    padding-bottom: 40px;
}

.h-100 {
    height: 100%
}

.editor {
    overflow-wrap: break-word;
    /*padding: 10px 20px 10px 20px;*/
}

.editor img {
    max-width: 100% !important;
    height: auto !important;
}

.editor table {
    width: 100% !important;
}

.editor li {
    -ms-word-break: break-all !important;
    word-break: break-all !important;
    word-break: break-word !important;
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
}

.bg-container {
    padding-left: 0;
    padding-right: 0;
}

/* Nav Block */
.top-bar {
    width: 100%;
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: #fff;
    color: #000;
    padding: 5px;
}

.top-email {
    display: inline-flex;
    padding-right: 25px;
    font-size: 12px;
    float: right;
}

li.nav-item {
    font-family: 'IBM Plex Serif', serif;
    padding: 0 10px 0 10px;
}

li.nav-item a {
    color: (--third-color) !important;
}

.dropdown option {
    background-color: #fff000 !important;
}

#mainNav {}

.navbar-light {
    background: #fff;
}

/* MAIN Carousel */
/*.carousel-indicators{
    right: auto;
    margin-left: 1%;
    margin-right: 0;
    margin-bottom: -2%
}*/
.carousel-indicators li {
    background-color: #717171;
    width: 10px;
    height: 10px;
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.carousel-indicators li.active {
    background-color: var(--main-color);
}

/* ./MAIN Carousel */
.header-title {
    border-bottom: 1px solid #c1baba;
    margin-bottom: 30px;
}

/* About Us */
.about-product-list {
    font-size: 34px;
    color: #919191;
    padding-left: 25px;
}

.about-product-list li:first-child {
    border-left: none;
}

.about-product-list li {
    padding-left: 10px;
    padding-right: 10px;
    list-style-type: number;
    font-size: 22px;
}

/* News */
.news-card {
    margin-bottom: 30px;
}

.news-header {
    color: #000;
    background-color: #fff;
    border: 0px solid #000;
    border-bottom: 1px solid #1b1c18;
}

.news-header.active {
    color: #000;
    background-color: #fff;
    border: 0px solid #000;
    border-bottom: 1px solid #1b1c18;
}

.news-header.active>a {
    color: #000;
}

.news-header>a {
    color: #000;
}

.news-card {
    border: 0px solid #000;
}

.news-body {
    border: 0px solid var(--main-color);
    border-top: none;
}

.news-year-header {
    color: #000;
    background-color: #fff;
    font-size: 24px
}

.news-year .list-group-item a {
    font-size: 18px;
}

/* Store */
.store-list .list-group-item:first-child {
    color: #ffffff;
    background-color: #1b1c18 !important;
    font-size: 20px;
    text-align: center;
}

.store-list .list-group-item a {
    background-color: #1b1c18 !important;
    font-size: 18px;
}

.store-product {
    margin-bottom: 30px;
    border: none;
    transition: 1s ease;
}

.store-product a {
    color: #1b1c18;
}

.store-product a:hover {
    text-decoration: none;
}

.store-product .card-footer {
    text-align: center;
    background: #fff;
    border-top: none;
}

.store-product-image {
    height: 250px;
    overflow: hidden;
}

.store-product-title {
    font-size: 16px;
    color: #636363;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.price-label .promotional {
    text-decoration: line-through;
    font-size: 12px;
    line-height: 15px;
}

.price-label .price {
    color: #1b1c18;
    font-weight: bold;
    font-size: 18px;
}

.store-product-info {
    /*min-height : 140px;*/
    padding: 0;
    padding-top: 20px;
}

.btn-cart-add {
    background-color: #1b1c18 !important;
    border: 1px solid var(--third-color);
}

.cart-add {
    color: #ffffff;
    display: inline-block;
    width: 20px;
}

.overlay {
    background: #6e707e47;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    visibility: hidden;
}

.store-product:hover .overlay {
    visibility: visible;
}

.view-more {
    color: var(--main-color);
    font-size: 18px;
    position: absolute;
    top: 40%;
    font-weight: bold;
    z-index: 99;
    text-align: center;
    border: 1px solid var(--main-color);
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
    transform: translate(-50%);
    left: 50%;
    width: 150px;
}

.zoomImg {
    background-color: #FFF;
}

.btn-cart-add {
    color: #fff !important;
}

.collapsibleNavbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-nav .img-fluid {
    height: 50px;
    width: auto;
}

.check-cart {
    position: relative;
}

.cart-no {
    font-size: 10px;
    margin-left: 0px;
    background-color: #fff;
    color: #000;
    position: absolute;
    z-index: 999;
    text-align: center;
    border-radius: 20px;
    top: -2px;
    right: -4px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1em .4em;
}

@media (min-width: 992px) {
    .navbar-menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.product_list {
    display: flex;
    flex-wrap: wrap;
}

.error_msg {
    opacity: 0;
    line-height: 18px;
    font-size: 14px;
    color: #ee0000;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.carousel-indicators {
    display: none;
}


.container {
    max-width: 100%;
    padding: 0;
}

.navbar {
    padding: 0;
}

.navbar-expand-lg .navbar-collapse {
    max-width: fit-content;
}

.cus-menu {
    display: flex;
}

.login_pop_up {
    position: absolute;
    top: 50px;
    background: #1b1c18;
    padding: 10px;
    width: 200px;
    right: 0;
}

.login_pop_up.active {
    display: inline-block;
}

.nav-item {
    display: flex;
    align-items: center;
}

.nav-icon {
    width: 30px;
    margin-right: 8px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.img-fluid {
    width: 100%;
}

.brand-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.brand-list {
    display: inline-block;
    border-radius: 100px;
    width: 150px;
    overflow: hidden;
    margin: 0 10px;
}

.brand-list img {
    width: 100%;
}

.product_img {
    height: 250px;
    overflow: hidden;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #f9f9f9;
}

.list-group-item.active {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f9f9f9;
}

.list-group-item {
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
}

.store-list .list-group-item:first-child {
    border-radius: 0px;
}

.product_menu {
    border: 1px solid rgba(0, 0, 0, .125);
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        max-width: fit-content;
        position: absolute;
        background: #1b1c18;
        top: 50px;
        min-width: 100%;
        left: 0;
        justify-content: flex-start;
        align-items: flex-start;
        display: none;
    }

    .navbar-expand-lg .navbar-collapse.show {
        display: flex;
    }

    .nav-item {
        flex-wrap: wrap;
    }

    .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .dropdown-item {
        white-space: wrap;
    }
}

@media (max-width: 768px) {
    .product_menu {
        border: 0px solid rgba(0, 0, 0, .125);
    }
}

.login_card {
    width: 100%;
}

.login_card .card-body {
    width: 100%;
    justify-content: center;
    display: flex;
}

.login_wrap {
    max-width: 420px;
    width: 100%;
}

.login_wrap .title {
    font-size: 30px;
    margin: 50px 0;
    font-weight: bolder;
}

.form_input {
    width: 100%;
    min-width: 0px;
    outline: transparent solid 2px;
    outline-offset: 2px;
    position: relative;
    appearance: none;
    transition-property: var(--chakra-transition-property-common);
    transition-duration: var(--chakra-transition-duration-normal);
    color: rgb(39, 45, 54);
    font-size: 16px;
    padding-inline: 0px;
    height: 40px;
    border-radius: 0px;
    padding-bottom: 12px;
    padding-right: 26px;
    border: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: inherit;
    background: var(--chakra-colors-transparent);
    box-shadow: none !important;
    border-color: #d3d3d3;
}

.btn_form {
    border: 1px solid #999594;
    border-radius: 20px;
    color: #000000;
    width: 100%;
    border-radius: 0;
    width: 100px;
    background-color: #000;
    color: #f9f9f9;
    border-color: black;
    text-align: center;
    width: 100%;
    display: inline-block;
}

a:hover {
    color: #f9f9f9;
    text-decoration: none;
    opacity: 0.7;
}

.nav-pills .nav-link,
.nav-pills .show>.nav-link {
    background-color: #f9f9f9;
    color: #1b1c18;
    border-radius: 50px;
    z-index: 999;
}

.nav-justified .nav-item {
    justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #1b1c18;
    color: #f9f9f9;
}

.checkout-nav {
    margin-bottom: 50px;
    position: relative;
}

.checkout-nav .nav-middle::before {
    content: " ";
    background-color: #CCCCCC;
    height: 2px;
    width: 60%;
    position: absolute;
    left: 21%;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
}

.checkout-card {
    border: 0px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6;
}

.table_total td,
.table_total th {
    border: 0px;
}

.input-group-text {
    background-color: #fff;
    border: 0 solid #ced4da;
    border-right-width: 1px;
    width: 90px;
}

.input-group-value {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.contact_footer {
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .contact_footer {
        justify-content: center;
    }
}

.contact_footer_title {
    color: #dee2e6;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 15px;
}

.contact_footer_wrap {
    width: 420px;
}

.contact_footer_item {
    display: flex;
    margin-bottom: 10px;
}

.contact_footer_item span {
    display: flex;
    align-items: center;
}

.contact_footer_item .icon {
    min-width: 75px;
    display: flex;
    align-items: center;
}

.contact_footer_item .icon i {
    color: #dee2e6;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1b1c18;
}

#accordion .content_details {
    display: flex;
    margin-bottom: 25px;
    cursor: pointer;
}
#accordion .content_details:hover {
    opacity: 0.7;
}

#accordion .content_details .item {
    width: 30%;
    text-align: center;
}

#accordion .content_details .item img {
    max-height: 400px;
}

.image_item {
    text-align: center;
}

.image_item img {
    max-height: 400px;
}


#accordion .content_details .content_box {
    width: 70%;
    padding: 15px;
}

#accordion .content_details .content_box .subject {
    font-size: 25px;
    font-weight: bolder;
}

@media (max-width: 768px) {
    #accordion .content_details {
        display: flex;
        flex-wrap: wrap;
    }

    #accordion .content_details .item {
        width: 100%;
    }

    #accordion .content_details .content_box {
        width: 100%;
    }
}

.showtime {
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
}


.btn-primary:hover {
    color: #fff;
    background-color: #1b1c18;
    border-color: #1b1c18;
    opacity: 0.7;
}