/* Generalize Components */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
    --web-primary-color: #000000;
    --web-secondary-color: #ffe400;
    --web-white-color: #ffffff;
    --web-text-color: #c6c6c6;
    --web-white-color: #ffffff;
    --web-dark-gray-color: #232323;
    --web-light-gray-color: #f5f5f5;
}

html,
body {
    font-family: "Poppins", sans-serif;
    position: relative;
    min-height: 100vh;
}

p {
    font-size: 1rem;
    margin-bottom: 0;
}

h1 {
    color: var(--web-white-color);
    font-size: 3rem;
}

.public-banner {
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    height: 45vh;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

/* override bootstrap css  */
.form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}

.dropwdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
    background-color: #e9ecef;
    color: var(--web-primary-color);
}

.yellow-roll-btn {
    background-color: var(--web-secondary-color);
    overflow: hidden;
}

.roll-out {
    top: 0;
    left: 0;
    color: var(--web-primary-color);
}

.roll-in {
    bottom: -100%;
    left: 0;
    color: var(--web-primary-color);
}

.special-modal {
    width: 65%;
    display: block;
    margin: 0 auto;
}

.yellow-roll-btn,
.yellow-roll-btn span {
    padding: 9px 20px;
    min-width: 144px;
}

.yellow-roll-btn .roll-out,
.yellow-roll-btn .roll-in {
    transition: all 0.2s;
}

.yellow-roll-btn:hover .roll-out {
    top: -100%;
}

.yellow-roll-btn:hover .roll-in {
    bottom: 0;
}

.yellow-btn {
    background-color: var(--web-secondary-color);
    border: 1px solid var(--web-secondary-color);
    color: var(--web-primary-color);
    border-radius: 5px;
    font-size: 18px;
    padding: 6px;
    min-width: 144px;
    text-align: center;
}

.yellow-bar {
    width: 50px;
    border-bottom: 4px solid var(--web-secondary-color);
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.collapse-btn .btn.collapsed i {
    transform: rotate(0deg);
}

.collapse-btn .btn i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.collapse-btn button {
    padding: 0;
}

.collapse-btn button:focus {
    box-shadow: unset;
}

.search-bar {
    background: white;
    position: absolute;
    width: 100%;
    z-index: 10;
}

#loader {
    display: none;
}
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-overlay::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Navbar */

#nav-banner {
    background-color: var(--web-primary-color);
    padding: 1rem 0;
}

#nav-banner p {
    font-size: 0.8rem;
}

#nav-banner a:hover {
    text-decoration: none;
}

.navbar {
    background-color: var(--web-secondary-color);
}

.nav-lang-toggle {
    margin-right: 2.5rem;
    font-size: 0.8rem;
    padding: 0 !important;
}

.nav-banner-ul {
    margin: 0;
    list-style: none;
    font-size: 0.8rem;
}

.nav-banner-ul li {
    margin-right: 2.5rem;
}

.font-gray {
    color: #4e4e4e;
}

.nav-social-icons {
    max-width: 30px;
}

.nav-globe-icon {
    max-width: 18px;
    margin-right: 0.5rem;
}

.nav-link {
    padding: 0;
    margin: 0 0.5rem;
    font-weight: 500;
    color: var(--web-primary-color);
}

#nav-bar .nav-link {
    color: var(--web-primary-color) !important;
}

.nav-hoverable::before,
.nav-non-hoverable::before {
    content: "";
    border-bottom: 4px solid #000;
    width: inherit;
    display: block;
    position: relative;
    top: 35px;
    visibility: hidden;
}

.active.nav-hoverable::before {
    visibility: visible;
}

.nav-right-icons {
    width: 100%;
    height: auto;
    max-width: 22.5px;
    margin-right: 0.2rem;
    display: inline-block;
}

.right-nav {
    position: relative;
    left: -10px;
}

.nav-right-cart {
    max-width: 27.5px;
    position: absolute;
    top: 25px;
}

.nav-hoverable:hover::before {
    visibility: visible;
}

.navbar-brand {
    width: 100%;
    height: auto;
    max-width: 130px;
    padding: 0.5rem 0;
    margin-right: 0.5rem;
}

#navbar_main .dropdown:hover > .dropdown-menu {
    display: block;
}

#navbar_main .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

#search_form {
    max-width: 882px;
}

#search_form button.search-btn {
    padding: 6px 24px;
    background-color: var(--web-primary-color);
    color: var(--web-white-color);
    border-radius: 5px;
    font-size: 16px;
}

.icon-img img {
    max-width: 25px;
    cursor: pointer;
}

.icon-img .nav-link {
    padding-left: 8px;
    padding-right: 8px;
}

.tel-link {
    color: white;
}

.tel-link:hover {
    color: white;
    text-decoration: none;
}

#user_name {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Footer */

.footer-logo {
    max-width: 200px;
}

.footer-name {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 1rem 0;
}

.footer-social-media img {
    display: inline-block;
    margin-right: 0.5rem;
    max-width: 35px;
}

.footer {
    background-color: var(--web-primary-color);
}

.footer a {
    color: var(--web-text-color);
    font-weight: 400;
}

.footer a:hover {
    color: var(--web-white-color);
    text-decoration: none;
}

.footer li {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.footer-top {
    background-color: var(--web-secondary-color);
    width: 100%;
    height: 35px;
}

.footer-bottom {
    background-color: #262626;
    color: #929292;
    padding: 0.5rem 0;
    font-size: 80%;
}

.footer-title {
    color: var(--web-white-color);
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}

.footer-payment img {
    max-height: 45px;
    margin: 0 1rem 0 0;
}

button:focus.footer-title {
    color: var(--web-white-color);
}

/* Home section  */
.home-banner {
    background-image: url("../../images/web/home/hero.jpg");
    height: 90vh;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
}

.home-banner-content {
    max-width: 850px;
    margin-top: auto;
    margin-bottom: auto;
    color: var(--web-white-color);
}

.home-banner-content h1 {
    font-size: 60px;
    line-height: 85px;
    margin: 1.5rem 0;
}

.home-banner-content h4 {
    font-size: 25px;
}

.yellow-roll-btn.home-btn,
.yellow-roll-btn.home-btn span {
    padding: 16px 21px !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}

.home-msg-wrapper {
    background-image: url("../../images/web/home/pattern_bg.jpg");
    background-size: cover;
    padding: 0 4rem !important;
}

.home-trial-wrapper {
    padding: 0 10rem 0 6rem !important;
    background-color: var(--web-primary-color);
    color: var(--web-white-color);
}

.parallax {
    background-image: url("../../images/web/home/group_photo.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#features_coach {
    background-image: url("../../images/mobile/home/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#features_coach h2 {
    padding: 20% 0 100px 0;
    color: var(--web-white-color);
}

.coachSwiper .swiper-slide {
    padding-bottom: 100px;
}

#features_coach .swiper-pagination-bullet {
    background-color: var(--web-white-color) !important;
}

#features_coach .swiper-button-next,
#features_coach .swiper-button-prev {
    color: white !important;
    top: 30% !important;
}

#why_us {
    padding-top: 5rem;
    background: var(--web-dark-gray-color);
    color: var(--web-white-color);
}

.why-us-wrapper {
    padding: 0 2.5rem;
}

.why_us_title {
    font-size: 1.5em;
    font-weight: 500;
}

.why-us-img {
    width: 100px;
    height: 100px;
}

.overlap-img {
    width: 90%;
    transform: translate(0px, 25%);
    margin-top: -10%;
}

#homePopModal img {
    width: 100%;
}

#homePopModal .close {
    position: absolute;
    top: 5%;
    right: 3%;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.pop-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

#contact-intro {
    position: relative;
    /* background-image: url("../../images/web/contact_us/boon_heong.jpg"); */
}
#contact-intro:before {
    content: " ";
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    /* opacity: 0.6; */
    background-image: url("../../images/web/contact_us/boon_heong.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
#contact-intro .ssm-no {
    font-size: 1rem;
}

@media (min-width: 768px) {
    #homePopModal .modal-dialog {
        max-width: 80vw;
    }
}

@media (min-width: 992px) {
    #home p {
        font-size: 1.15rem;
    }

    .why-us-img {
        width: 140px;
        height: 140px;
    }

    #features_coach {
        background-image: url("../../images/web/home/bg.jpg");
    }
    #contact-intro:before {
        content: " ";
        display: block;
    }
}

/* Help Center */

#help-center {
    background-color: #f5f5f5;
}

#help-center a {
    font-size: 25px;
    color: #b5b5b5;
    border: none;
}

#help-center a.active {
    color: black;
    border-bottom: 8px solid #fddf01;
    background-color: #f5f5f5;
}

#help-center a {
    font-size: 1.2rem;
    width: max-content;
}

#helpCenterTabContent article h5 {
    font-weight: 600;
}

.help-center-banner {
    background-image: url("../../images/web/help.jpg");
}

#helpCenterTabContent article p {
    font-size: 1.2rem;
}

#helpCenterTabContent article {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

#help-center .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

/* Media */

.btn-media {
    margin: 0 auto;
    padding: 1rem 0;
    width: 25%;
    border-radius: 5px;
    border: 1px solid #090803;
    margin-left: 1rem;
    margin-right: 1rem;
}

.media-selector:focus + .btn-media,
.media-selector:checked + .btn-media,
.btn-media:hover {
    background-color: var(--web-primary-color);
    color: var(--web-secondary-color);
}

.mtm-wrapper {
    padding: 0 3rem;
}

/* Special Program */

.sp-info {
    font-size: 0.9rem;
    color: #4e4e4e;
}

.sp-bold {
    font-weight: 600;
}

.special-program-flag img {
    width: 100%;
    height: auto;
    max-width: 50%;
    margin-right: 1.5rem;
    display: block;
    margin: 0 auto;
}

/* ---------------------------------------------------

  MEDIA XXL Screens (1440 - 1599)

  ----------------------------------------------------- */

@media only screen and (min-width: 1440px) and (max-width: 1599.98px) {
    .home-msg-wrapper {
        padding: 4rem !important;
    }
}

/* ---------------------------------------------------

  MEDIA XL-XXL Screens (1200-1439)

  ----------------------------------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1439.98px) {
    .nav-link {
        font-size: 0.9rem;
        margin: 0 0.15rem;
    }

    .navbar-brand {
        max-width: 120px;
    }

    .nav-right-cart {
        max-width: 22.5px;
        position: relative;
        top: 0;
    }

    .right-nav {
        left: 0;
    }

    .nav-non-hoverable {
        padding: 0 !important;
        margin-left: 1rem;
    }

    .nav-hoverable::before,
    .nav-non-hoverable::before {
        top: 30px;
    }

    .footer li {
        font-size: 0.75rem;
    }

    .footer-name {
        font-size: 1rem;
    }

    .footer-logo {
        max-width: 160px;
    }

    .footer-payment img {
        max-width: 35px;
    }

    .home-banner {
        height: 75vh;
        background-position: left;
    }

    .home-msg-wrapper {
        padding: 3rem 4rem !important;
    }

    .home-trial-wrapper {
        padding: 0 4rem 0 4rem !important;
    }

    .btn-media {
        width: 35%;
    }

    .special-program-flag img {
        width: 100%;
        height: auto;
        max-width: 80%;
        /* margin-right: 1rem; */
    }
}

/* ---------------------------------------------------

  MEDIA LG-XL Screens (992-1199)

  ----------------------------------------------------- */

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .nav-link {
        font-size: 0.8rem;
        margin: 0 0.15rem;
    }

    .nav-hoverable::before,
    .nav-non-hoverable::before {
        top: 28px;
    }

    .navbar-brand {
        max-width: 110px;
    }

    #nav-banner p {
        font-size: 0.7rem;
    }

    .nav-lang-toggle {
        margin-right: 1rem;
        font-size: 0.7rem;
    }

    .nav-banner-ul {
        font-size: 0.7rem;
    }

    .nav-banner-ul li {
        margin-right: 1rem;
    }

    .nav-right-cart {
        max-width: 22.5px;
        position: relative;
        top: 0;
    }

    .right-nav {
        left: 0;
    }

    .nav-non-hoverable {
        padding: 0 !important;
        margin-left: 1rem;
    }

    .footer-social-media {
        margin-bottom: 1rem;
    }

    .footer-name {
        font-size: 1rem;
    }

    button.footer-title,
    .footer-title,
    .footer a {
        font-size: 0.9rem;
    }

    .footer-logo {
        max-width: 160px;
    }

    .mobile-footer-margin li:last-of-type {
        margin-bottom: 2rem;
    }

    .home-banner {
        height: 75vh;
        background-position: left;
        background-image: url(../../images/mobile/home/hero.jpg);
    }

    .home-msg-wrapper {
        padding: 3rem 2rem !important;
    }

    .home-msg-wrapper p {
        font-size: 0.9rem !important;
    }

    .home-trial-wrapper {
        padding: 0 4rem 0 4rem !important;
    }

    #contact-intro {
        background-image: none;
    }

    .btn-media {
        width: 35%;
    }

    .mtm-wrapper p {
        font-size: 0.9rem;
    }

    .mtm-wrapper {
        padding: 2rem 1rem;
    }

    .special-program-flag img {
        width: 100%;
        height: auto;
        max-width: 80%;
        display: block;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .special-program-flag {
        text-align: center;
    }
}

/* ---------------------------------------------------

  MEDIA MD-LG Screens (768-991)

  ----------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 2.5rem;
        color: var(--web-white-color);
    }

    .mobile-offcanvas {
        width: 45%;
    }

    .nav-link {
        margin: 1rem 0;
    }

    .nav-social-icons {
        max-width: 40px;
    }

    .navbar-brand {
        max-width: 100px;
    }

    .footer-social-media {
        margin-bottom: 1rem;
    }

    .footer-name {
        font-size: 1rem;
    }

    button.footer-title,
    .footer-title,
    .footer a {
        font-size: 0.9rem;
    }

    .footer-logo {
        max-width: 160px;
    }

    .mobile-footer-margin li:last-of-type {
        margin-bottom: 2rem;
    }

    .home-banner {
        height: 60vh;

        background-image: url(../../images/mobile/home/hero.jpg);
    }

    .home-banner-content h1 {
        font-size: 45px;
        line-height: 55px;
        margin: 2.5rem 0;
    }

    .yellow-roll-btn.home-btn,
    .yellow-roll-btn.home-btn span {
        padding: 10px 14px !important;
        font-size: 1.1rem !important;
    }

    .home-msg-wrapper {
        padding: 4rem 0 !important;
        background-image: url(../../images/mobile/home/pattern_bg.jpg);
    }

    .home-trial-wrapper {
        padding: 4rem 12rem !important;
    }

    #contact-intro {
        background-image: none;
    }

    .btn-media {
        width: 50%;
    }

    .public-banner {
        height: 25vh;
    }

    #help-center ul li {
        margin-right: 3rem;
    }

    .trial-banner {
        background: none;
    }

    .special-program-flag img {
        width: 100%;
        height: auto;
        max-width: 50%;
        display: block;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .special-program-flag {
        text-align: center;
    }
}

/* ---------------------------------------------------

  MEDIA SM-MD Screens (600-767)

  ----------------------------------------------------- */

@media only screen and (min-width: 600px) and (max-width: 767.98px) {
    h1 {
        font-size: 2rem;
        color: var(--web-white-color);
    }

    .mobile-offcanvas {
        width: 60%;
    }

    .nav-link {
        margin: 0.75rem 0;
        font-size: 0.9rem;
    }

    .nav-social-icons {
        max-width: 40px;
    }

    .nav-toggle-mobile {
        font-size: 0.9rem;
    }

    .navbar-brand {
        max-width: 100px;
    }

    .footer-logo {
        max-width: 140px;
    }

    .footer-social-media {
        margin-bottom: 1rem;
    }

    .footer-name {
        font-size: 1rem;
    }

    button.footer-title,
    .footer-title,
    .footer a {
        font-size: 0.9rem;
    }

    .footer-social-media img {
        max-width: 40px;
    }

    .mobile-footer-margin li:last-of-type {
        margin-bottom: 2rem;
    }

    .home-banner {
        height: 60vh;
        background-image: url(../../images/mobile/home/hero.jpg);
    }

    .home-banner-content h1 {
        font-size: 35px;
        line-height: 55px;
        margin: 2.5rem 0;
    }

    .home-banner-content h4 {
        font-size: 20px;
    }

    .yellow-roll-btn.home-btn,
    .yellow-roll-btn.home-btn span {
        padding: 14px 21px !important;
        font-size: 1.1rem !important;
    }

    .home-msg-wrapper {
        padding: 4rem 0 !important;
        background-image: url(../../images/mobile/home/pattern_bg.jpg);
    }

    .home-trial-wrapper {
        padding: 4rem 8rem !important;
    }

    #contact-intro {
        background-image: none;
    }

    .btn-media {
        width: 60%;
    }

    .public-banner {
        height: 25vh;
    }

    #help-center ul li {
        margin-right: 3rem;
    }

    .mtm-wrapper {
        padding: 0;
    }

    .mtm-inner-wrapper {
        padding: 0 2rem;
    }

    .special-program-flag img {
        width: 100%;
        height: auto;
        max-width: 50%;
        display: block;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .special-program-flag {
        text-align: center;
    }

    .special-modal {
        width: 80%;
    }
}

/* ---------------------------------------------------

  MEDIA XS-SM Screens (0-599)

  ----------------------------------------------------- */

@media only screen and (max-width: 599.98px) {
    .special-modal {
        width: 80%;
    }

    h1 {
        font-size: 2rem;

        color: var(--web-white-color);
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.35rem;
    }

    .mobile-offcanvas {
        width: 80%;
    }

    .nav-link {
        margin: 0.75rem 0;
        font-size: 0.9rem;
    }

    .nav-social-icons {
        max-width: 30px;
    }

    .nav-toggle-mobile {
        font-size: 0.9rem;
    }

    .nav-banner-ul li {
        margin-right: 0.75rem;
    }

    .navbar-brand {
        max-width: 90px;
    }

    .footer-logo {
        max-width: 140px;
    }

    .footer-social-media {
        margin-bottom: 1rem;
    }

    .footer-name {
        font-size: 1rem;
    }

    button.footer-title,
    .footer-title,
    .footer a {
        font-size: 0.9rem;
    }

    .mobile-footer-margin li:last-of-type {
        margin-bottom: 2rem;
    }

    .footer-payment img {
        max-width: 30px;
    }

    .footer-social-media img {
        max-width: 35px;
    }

    .home-banner {
        height: 60vh;
        background-image: url(../../images/mobile/home/hero.jpg);
    }

    .home-banner-content h1 {
        font-size: 25px;
        line-height: 35px;
        margin: 2.5rem 0;
    }

    .home-banner-content h4 {
        font-size: 16px;
    }

    .yellow-roll-btn.home-btn,
    .yellow-roll-btn.home-btn span {
        padding: 12px 12px !important;
        font-size: 0.9rem !important;
    }

    .home-msg-wrapper {
        padding: 4rem 0 !important;
        background-image: url(../../images/mobile/home/pattern_bg.jpg);
    }

    .why_us_title {
        font-weight: 400;
    }

    .home-trial-wrapper {
        padding: 4rem 2rem !important;
    }

    #contact-intro {
        background-image: none;
    }

    .btn-media {
        width: 80%;
    }

    .public-banner {
        height: 25vh;
    }

    #help-center ul li {
        margin-right: 3rem;
    }

    #help-center a {
        padding: 0.5rem 0.75rem;
    }

    .mtm-wrapper {
        padding: 0;
    }

    .mtm-inner-wrapper {
        padding: 0 3rem;
    }

    .hc-btn {
        padding: 10px 41px !important;
        position: relative;
        right: 3px;
    }

    .special-program-flag img {
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .special-program-flag {
        text-align: center;
    }
}

/* ---------------------------------------------------

  MEDIA Mobile NAV (0-991)

  ----------------------------------------------------- */

@media only screen and (max-width: 991.98px) {
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
        background-color: #fff !important;
    }

    html:lang(ar) .mobile-offcanvas {
        transform: translateX(100%);
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .nav-cont {
        display: block;
        padding-right: auto;
        padding-left: auto;
    }

    .dropdown-menu {
        border: none;
    }

    .nav-banner-ul {
        padding: 0;
    }

    .nav-banner-ul li {
        margin: 0 0.5rem;
        display: inline-block !important;
    }

    .nav-hoverable::before,
    .nav-non-hoverable::before {
        content: "";
        border: none;
    }

    .nav-toggle-mobile {
        margin: 0;
        padding: 0;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    #collapseNavStore li a {
        padding: 0.2rem 0;
        font-size: 0.9rem;
        font-weight: 400;
    }

    .login-btn {
        background-color: var(--web-secondary-color);
        padding: 0.35rem 1.5rem;
        font-weight: 500;
        border-radius: 2px;
        margin: 0 1rem;
        font-size: 0.8rem;
    }

    .register-btn {
        background-color: var(--web-white-color);
        padding: 0.35rem 1.5rem;
        font-weight: 500;
        border-radius: 2px;
        border: 1px solid var(--web-secondary-color);
        font-size: 0.8rem;
    }

    .profile-icon {
        max-width: 40px;
    }

    .nav-mob-logo img {
        width: 100%;
        height: auto;
        max-width: 100px;
    }

    .sb-btn-close,
    .hamburger-btn {
        border: unset;
    }

    .sb-btn-close i {
        font-size: 25px;
    }

    .screen-overlay {
        width: 0%;
        height: 100%;
        z-index: 30;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(34, 34, 34, 0.6);
        transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
    }

    .screen-overlay.show {
        transition: opacity 0.5s ease, width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }
}

/* PUBLIC CSS */
.yellow-btn {
    padding: 10px 21px;
    min-width: 209px;
}

.yellow-roll-btn,
.yellow-roll-btn span {
    padding: 10px 21px;
    font-weight: 500;
    font-size: 14px;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}
.font-700 {
    font-weight: 700;
}
.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-self: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 10% !important;
}

#home_partners .swiper-pagination {
    bottom: -10% !important;
}

@media (min-width: 992px) {
    .partnerSwiper {
        max-width: 945px !important;
    }
}

/* PUBLIC END */
/* MY-ACCOUNT */
.my-account-nav {
    background-color: var(--web-light-gray-color);
}

.profile-side-content-container {
    border-top: 2px solid #cecece;
    padding-top: 1.5rem;
}

#account label {
    font-weight: 500;
}

#address_book .default-address {
    color: #b5b5b5;
}

@media (min-width: 992px) {
    #account {
        min-height: 70vh;
    }

    .profile-side-content-container {
        border-left: 2px solid #cecece;
        border-top: 0;
        padding-left: 50px;
        padding-top: 0;
        min-height: 70vh;
    }

    .my-account-nav {
        background-color: unset;
        padding: 0;
    }

    #account p {
        font-size: 1rem;
        font-weight: 400;
    }

    #account label {
        font-size: 18px;
    }

    #account h3 {
        font-weight: 600;
        font-size: 26px;
    }
}

/* MY ACCOUNT END*/
/* ACCOUNT SIDE MENU */
.my-account-nav li,
.my-account-nav a {
    font-size: 15px;
    text-decoration: none;
    color: #090803;
}

.my-account-nav li:not(:first-child, :last-child) {
    margin: 14px auto;
}

.my-account-nav li a.active {
    text-decoration: none;
    color: #090803;
}

@media (min-width: 992px) {
    .my-account-nav li,
    .my-account-nav a {
        font-size: 1.3rem;
        color: #b5b5b5;
    }

    .my-account-nav li:hover,
    .my-account-nav a:hover {
        text-decoration: none;
        color: #090803;
    }
}

/* ACCOUNT SIDE MENU END */
/* PROFILE */
.student-info {
    background-color: var(--web-light-gray-color);
}

.account-info {
    font-weight: 500;
}

.student-info-label,
.student-info-content {
    color: #4e4e4e;
}

.student-info-label {
    font-weight: 500;
}

/* PROFILE */
/* ABOUT US */
.about-us-banner {
    background-image: url("../../images/mobile/about_us/hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#about_intro {
    background-image: url("../../images/mobile/about_us/pattern_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#meet_coach img {
    border-radius: 5%;
}

.about-message {
    max-width: 900px;
    margin: auto;
}

.aboutrSwiper {
    max-width: 1150px;
}

#about_us .swiper-pagination-bullet {
    background-color: #7c7c7c !important;
}

#about_us .swiper-button-next,
#about_us .swiper-button-prev {
    color: #b7b7b7 !important;
}

@media (min-width: 992px) {
    .about-us-banner {
        background-image: url("../../images/web/about_us/hero.jpg");
    }

    #about_intro {
        background-image: url("../../images/web/about_us/pattern_bg.jpg");
    }

    #about_intro p {
        font-size: 1.15rem;
    }
}

/* ABOUT US END */

/* CONTACT US */
.contact-us-banner {
    background-image: url("../../images/mobile/contact_us/hero.jpg");
    background-position-x: right;
}

#contact-intro {
    background-color: var(--web-light-gray-color);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    display: flex;
    align-items: center;
}

#contact_us a:hover {
    text-decoration: none;
    color: unset;
}

#training-centers img.img-fluid {
    border-radius: 3%;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3 / 2;
}

.contact-url {
    color: var(--web-primary-color);
}

.contact-training-icon {
    border-radius: 50%;
    background-color: var(--web-secondary-color);
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.training-center {
    position: relative;
}

.training-center-ol {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.training-center-content {
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.contact-us-social-media img {
    max-height: 40px;
    max-width: 40px;
    margin: 0 4px;
}

.contact-training-icon:hover {
    background: #fff17f;
}

@media (min-width: 992px) {
    .training-center:hover .training-center-content {
        display: block;
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
        border-radius: 5%;
    }
    #training-centers img.img-fluid {
        max-width: 490px;
    }
    .contact-us-banner {
        background-image: url("../../images/web/contact_us/hero.jpg");
        /* height:35vh; */
    }
}

/* CONTACT US END */

/* SPECIAL PROGRAM */
.special-program-banner {
    background-image: url("../../images/mobile/special_program/tbhacademytraningprogram.jpg");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

#special-program-intro {
    background-image: url("../../images/mobile/special_program/pattern_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.program-schadule-collaps {
    background-color: var(--web-light-gray-color);
    font-size: 11px;
}
/* .program-schadule-collaps.is_expired {
  opacity: 0.5;
} */

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 60px;
    text-align: right;
}

.ribbon span {
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 22%;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79a70a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79a70a;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79a70a;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79a70a;
}

.program-content-text {
    font-size: 11px;
}

.program-time {
    font-size: 0.8rem;
}

@media (min-width: 992px) {
    .program-content-text {
        font-size: 18px;
    }

    .special-program-banner {
        background-image: url("../../images/web/special_program/hero.jpg");
        background-position: center;
    }

    #special-program-intro {
        background-image: url("../../images/web/special_program/pattern_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* SPECIAL PROGRAM END */

/* SPECIAL PROGRAM REGISTER */
.special-program-register-banner {
    background-image: url("../../images/mobile/special_program/register_special_program.jpg");
    background-position: center;
}

#special-program-register .term-tick {
    font-size: 1rem;
    font-weight: 400;
}

@media (min-width: 992px) {
    .special-program-register-banner {
        background-image: url("../../images/web/special_program/register_special_program.jpg");
        background-position: center;
    }

    #special-program-register p {
        font-size: 16px;
        font-weight: 400;
    }

    #special-program-register label {
        font-size: 18px;
        font-weight: 500;
    }
}

/* SPECIAL PROGRAM REGISTER END */

/* USER LOGIN */
.user-login-bg {
    background: url("../../images/web/login_register/login.jpg");
    display: flex;
    align-items: center;
    background-size: cover;
    min-height: 72vh;
    background-position: center;
}

.login-card {
    background-color: var(--web-white-color);
    border-radius: 0.25rem;
    border: 1px solid #aeaeae;
    width: 100%;
    min-width: 300px;
}

.login-wrapper {
    margin: 2rem 2rem;
    min-width: 270px;
}

.login-header {
    font-size: 18px;
    font-weight: 500;
}

.pwd-rigister {
    color: var(--web-primary-color);
    text-decoration: underline;
}

.pwd-rigister:hover {
    color: var(--web-primary-color);
    text-decoration: underline;
}

.privacy-terms {
    color: var(--web-text-color);
    text-decoration: underline;
}

.pwd-icon {
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    opacity: 0.5;
}

.subtitle-text {
    font-size: 14px;
    font-weight: 400 !important;
}

@media (min-width: 992px) {
    .login-card {
        max-width: 782px;
    }

    .login-wrapper {
        max-width: 521px;
    }

    .login-header {
        font-size: 33px;
        font-weight: 500;
    }

    .subtitle-text {
        font-size: 23px;
    }
}

.log-reg-form {
    margin: 5rem 0;
}

.log-reg-account {
    font-weight: 500;
    font-size: 14px;
}

/* USER LOGIN END*/

/* USER REGISTER */
.user-register-bg {
    background: url("../../images/web/login_register/register_account.jpg");
    display: flex;
    align-items: center;
    background-size: cover;
    min-height: 100vh;
    background-position: center;
}

.register-card {
    background-color: var(--web-white-color);
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    max-width: 1920px;
    border: 1px solid #aeaeae;
    width: 100%;
    min-width: 300px;
}

.register-wrapper {
    margin: 2rem 1rem;
    min-width: 270px;
}

.btn-gender {
    border: 1px solid #ced4da;
    width: 100%;
    height: auto;
    font-size: 12px;
}

.btn-gender:hover {
    background-color: var(--web-secondary-color);
    border: 1px solid var(--web-secondary-color);
}

.gender-selector {
    width: 50px;
}

input.gender-selector[type="radio"] {
    appearance: none;
    display: none;
}

.gender-selector:focus + .btn-gender,
.gender-selector:checked + .btn-gender,
.btn-gender:hover {
    background-color: var(--web-secondary-color);
    color: var(--web-primary-color);
}

.privacy-terms-text {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.form-text.text-muted {
    color: var(--web-text-color) !important;
    font-size: 12px;
}

.check-pswd {
    font-size: 12px;
}

@media (min-width: 992px) {
    .register-card {
        max-width: 782px;
    }

    .register-wrapper {
        max-width: 521px;
    }

    .form-text.text-muted {
        color: var(--web-text-color) !important;
        font-size: 14px;
    }

    .btn-gender {
        border: 1px solid #ced4da;
        width: 100%;
        height: auto;
        font-size: 18px;
        font-weight: 400 !important;
    }

    .check-pswd {
        font-size: 16px;
    }
}

/* USER REGISTER END */

/* MEDIA */
.media-banner {
    background: url("../../images/web/media/media_mob.jpg");
    background-position-x: left;
    background-size: cover;
}

.btn-media {
    border: 1px solid #ced4da;
    max-width: 15rem;
    min-width: 5rem;
    width: 100%;
    height: 3rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-text {
    font-weight: 600;
    margin: 1rem 0;
    text-align: left;
}

.media-gallery-title {
    font-size: 18px;
    font-weight: 600;
}

/* .video-link {
    pointer-events: none;
} */

#mediaTab.nav-pills .nav-link.active,
#mediaTab.nav-pills .show > .nav-link,
#mediaTab .nav-link:hover {
    background-color: var(--web-primary-color) !important;
    color: var(--web-secondary-color) !important;
}

.zoom-effect-container {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    /* max-width: 25rem; */
}

.image-card img {
    transition: 0.4s ease;
    min-height: 315px;
    max-height: 315px;
    object-fit: cover;
    min-width: 500px;
}

.zoom-effect-container:hover .image-card img {
    transform: scale(108%);
}

#mediaTab {
    flex-wrap: initial !important;
}

#mediaTab a {
    color: var(--web-primary-color);
}

#next-btn a {
    color: var(--web-primary-color);
    background-color: var(--web-secondary-color);
    min-height: 40px;
}

#page-select {
    min-height: 40px;
    border-radius: 6px;
}
/* MEDIA END */

/* MEDIA IMAGE */
.masonry {
    column-count: 1;
    column-gap: 1rem;
    margin: 2.5em;
    padding: 0;
}

#gallery .item {
    /* display: flex; */
    background: #fff;
    padding: 10px;
    margin: 0 0 1em;
    width: 100%;
    transition: 1s ease all;
    box-sizing: border-box;
}
#gallery .item img {
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
    max-height: 20rem;
    object-fit: cover;
}

.modal button.close {
    right: 0;
    outline: 0;
}

.carousel-item {
    background: white;
    height: 100%;
}

.carousel-item img {
    border-radius: 15px;
    width: 100%;
    object-fit: contain;
}

.modal-image-gallery {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    height: 95vh;
    max-width: 70%;
}

@media (min-width: 992px) {
    .media-banner {
        background: url("../../images/web/media/media.jpg");
        background-position-x: center;
        background-size: cover;
    }
    .media-gallery-title {
        font-size: 33px;
        font-weight: 500;
    }

    .carousel-item img {
        border-radius: 15px;
        height: 80vh;
    }

    .masonry {
        column-count: 3;
    }

    #gallery-masonry img {
        max-height: 10rem;
    }
}

#gallery-masonry img {
    height: auto;
    max-height: 20rem;
    object-fit: cover;
    cursor: pointer;
}

.carousel-control-prev,
.carousel-control-next {
    position: fixed;
    height: 50%;
    margin: auto;
}

/* MEDIA IMAGE  END*/

/* COURSES */
#master_train_master {
    background-color: var(--web-primary-color);
}

.course-banner {
    background-image: url("../../images/mobile/course/hero.jpg");
    background-position: center;
}

.trial-banner {
    color: var(--web-white-color);
    position: relative;
}

.trial-banner-content {
    height: 50%;
    position: absolute;
    bottom: 0;
}

#courses_intro {
    background-image: url("../../images/web/course/pattern_bg2.jpg");
    padding: 4rem 0;
}

.course-card-black {
    background-color: var(--web-dark-gray-color);
    color: var(--web-white-color);
}

.course-card-white {
    background-color: var(--web-white-color);
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.course-remark {
    font-weight: 500;
}

.remark-red {
    color: red;
}

#trainingScheduleModal .modal-dialog {
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

#trainingScheduleModal .modal-content {
    width: auto;
}

#trainingScheduleModal .modal-body {
    position: relative;
    padding: 0px;
    min-height: 400px;
    background: #ccc;
}

#trainingScheduleModal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

@media (min-width: 992px) {
    #scroll_view {
        height: 70vh;
        overflow-y: scroll;
    }

    .course-banner {
        background-image: url("../../images/web/course/hero.jpg");
    }
}

@media (min-width: 992px) {
    .trial-banner {
        background-image: url("../../images/web/course/badminton_trial_class.png");
        min-height: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        position: relative;
    }

    .trial-banner-content {
        height: 100%;
    }
}

/* Hide scrollbar for Chrome, Safari and Opera */
#scroll_view::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#scroll_view {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* COURSES END */

/* HELP CENTER */
/* Hide scrollbar for Chrome, Safari and Opera */
#help-center .nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#help-center .nav {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* HELP CENTER END */

/* CART */
.amount-input {
    width: 50%;
    border-radius: 5px;
    border: 1px solid #b6b6b6;
}

.minus-btn,
.plus-btn {
    background-color: unset;
    height: 30px;
    border: none;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    color: var(--web-dark-gray-color);
}

.number-input {
    width: 100%;
    padding-top: 5px;
    border: none;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.price-section p:not(.text-danger) {
    color: #979797;
}

.price-section p.promoted-ori {
    text-decoration: line-through;
}

.price-section p.text-danger {
    font-weight: 700;
}

#summary-list td {
    padding: 15px 0;
}

#summary-list tr > td,
#promo p {
    font-weight: 500;
}

.apply-btn {
    background-color: black;
    color: var(--web-white-color);
}

.apply-btn:hover {
    background-color: #4e4e4e;
    color: var(--web-white-color);
}

/* #promo p,
#summary-list tr td:last-child:not(.final-price) {
    color: #4e4e4e;
} */

#notice .cart-notice {
    background-color: #f7f7f7;
}

#notice p {
    margin-bottom: 0;
}

#cart hr {
    border: 1px solid #aeaeae;
}

#summary-list td:not(.font-weight-bold) {
    color: #979797;
}

/* Chrome, Safari, Edge, Opera */

#cart input::-webkit-outer-spin-button,
#cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

#cart input[type="number"] {
    -moz-appearance: textfield;
}

/* CART END */

.pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    background-color: #ffffff8c;
}

/* TRIAL REGISTER */
.trial-register-banner {
    background-image: url("../../images/mobile/special_program/register_badminton_trai_class.jpg");
    background-size: cover;
    height: 50vh;
    background-position-x: center;
    background-position-y: bottom;
}

#trial_register label {
    font-size: 18px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .trial-register-banner {
        background-image: url("../../images/web/special_program/register_badminton_trai_class.jpg");
    }
}

/* TRIAL REGISTER END */

/* ORDER ITEM */
#order_item {
    background-color: #f5f5f5;
}

/* ORDER ITEM END */

/* STORE */
.store-banner {
    background-image: url("../../images/mobile/e_store/hero.jpg");
    height: 60vh;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

#store_icon_container {
    max-width: 600px;
    margin: auto;
}

#store_category {
    background-image: url("../../images/mobile/e_store/pattern_bg.jpg");
}

.store-icon-img {
    width: 90px;
    height: 90px;
}

.feature-brand {
    background-color: #f5f5f5;
}

.store-brand {
    font-size: 1.1rem;
    font-weight: 500;
}

.store-category-card {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
}

.store-category-card img {
    transition: all 0.2s;
    border-radius: 5px;
    object-fit: cover;
    height: 100%;
}

.category-text {
    padding-top: 24px;
    padding-bottom: 24px;
    color: var(--web-white-color);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.category-text-bg {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        var(--web-primary-color) 100%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.category-name {
    font-size: 1.2rem;
}

.view-product {
    font-weight: 400;
    font-size: 0.8rem;
}

.arrow-box {
    overflow: hidden;
}

.arrow-box i {
    transition: all 0.2s;
    font-size: 0.8rem;
    position: relative;
}

.store-category-card:hover .arrow-box i {
    left: 0;
}

.store-category-card:hover img {
    transform: scale(105%);
}

.store-brand-img {
    max-height: 45px;
}

@media (min-width: 992px) {
    .store-banner {
        height: 90vh;
        background-image: url("../../images/web/e_store/hero_banner.jpg");
    }

    .store-brand-img {
        max-height: 50px;
    }

    .arrow-box i {
        left: -0.8rem;
    }
}

/* STORE END */

/* CHECKOUT */
#course_cart .breadcrumb,
#checkout .breadcrumb {
    background-color: var(--web-white-color);
    color: var(--web-black-color);
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">>";
}

#checkout .quantity {
    font-weight: 500;
}

#checkout .collapse-btn .btn.collapsed i {
    transform: rotate(0deg);
}
/* CHECKOUT END */

/* PRODUCT */
/* This makes the custom arrow rotate. */
#store_sort .select2-container--open .select2-selection__arrow {
    transform: rotate(180deg) !important;
}

/* visual css */
#store_sort .select2 {
    width: 160px !important;
}

/* arrow container */
#store_sort .select2-selection--single .select2-selection__arrow {
    height: 35px;
    top: 45%;
    right: 0px;
    width: 35px;
    margin-top: -15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}

/*the arrow itself */
#store_sort .select2-selection--single .select2-selection__arrow b {
    background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}

#product_side label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}

#product_side {
    top: 100%;
    background: var(--web-white-color);
    position: fixed;
    /* top: 0; */
    left: 0;
    z-index: 10;
    height: 100%;
    overflow-y: scroll;
    transition: all 0.5s ease;
}

#product_side::-webkit-scrollbar {
    border-radius: 10px;
    width: 10px;
}

#product_side {
    /* width: 40px; */
    overflow-y: scroll;
    display: inline-block;
}

#product_side::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 10px;
    background-color: #ebebeb;
}

#product_side .close-btn {
    font-size: 1.5rem;
}
#product_side .sticky-side {
    position: sticky;
    bottom: 0%;
    background-color: var(--web-white-color);
    z-index: 11;
}

#product_side .clear-btn,
#product_side .apply-btn {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--web-primary-color);
    border: 1px solid gray;
}

#product_side .clear-btn {
    background-color: var(--web-white-color);
}
#product_side .apply-btn {
    background-color: var(--web-secondary-color);
}

.product-side-btn:hover,
.product-side-btn:focus,
.product-side-btn {
    background-color: var(--web-primary-color);
    color: var(--web-white-color);
}

#product_list {
    min-height: 75vh;
}

.product-img-container {
    position: relative;
    overflow: hidden;
    border: 2px solid #aeaeae;
}

.view-hover {
    color: var(--web-white-color);
    background: var(--web-primary-color);
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -20%;
    transition: all 0.2s;
}

#product .product-discount {
    background-color: #ffb113;
    color: var(--web-white-color);
    font-size: 0.7rem;
    position: absolute;
    top: 10px;
    left: 10px;
}
#product .product-price {
    font-size: 1.1rem;
}

#product .discount-price {
    color: #979797;
    text-decoration: line-through;
    font-weight: 500;
}

.product-img {
    transition: all 0.2s;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
}

.product-brand {
    color: #b9a376;
    font-size: 0.9rem;
    font-weight: 500;
}

#product .product-tag-list {
    font-size: 0.8rem;
    font-weight: 500;
}

#product .category-title {
    font-size: 1.3rem;
    font-weight: 600;
}

@media (min-width: 992px) {
    #product_side {
        position: static;
        max-height: 75vh;
    }

    .product-img-container:hover .view-hover {
        bottom: 0;
    }
    .product-img-container:hover .product-img {
        transform: scale(105%);
    }
    .product-brand {
        font-size: 1rem;
    }
    #product_side .sticky-side {
        position: static;
    }
}
/* PRODUCT END */

/* PRODUCT DETAIL */
#product_detail .product-discount {
    background-color: #ffb113;
    color: var(--web-white-color);
    /* font-size: 0.7rem; */
    top: 10px;
    left: 10px;
}

#product_detail .product-tag-list {
    font-size: 0.9rem;
    font-weight: 500;
}

.product-qty {
    font-size: 1.1rem;
    font-weight: 600;
}

#product_detail .discount-price {
    color: #979797;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 0.9rem;
}

#product_detail .nav-pills .nav-link {
    color: #979797;
}

.product-detail-tooltip i {
    font-size: 1.2rem;
}

.product-detail-tooltip u {
    font-size: 0.8rem;
}

#product_detail .product-detail-price {
    font-size: 1.2rem;
}

#product_detail .nav-pills .nav-link.active {
    border-bottom: 5px solid #fddf01;
    background-color: var(--web-white-color);
    color: var(--web-black-color);
}

#product_detail .underSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #979797;
    border-radius: 5px;
}

.underSwiper img {
    aspect-ratio: 1;
}

/* Chrome, Safari, Edge, Opera */
#product_detail input::-webkit-outer-spin-button,
#product_detail input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#product_detail input[type="number"] {
    -moz-appearance: textfield;
}

#product-pills-tab a {
    margin-right: 2rem;
    font-weight: 600;
    font-size: 1rem;
}

@media (min-width: 992px) {
    #product_detail .product-detail-price {
        font-size: 1.5rem;
    }

    #product_detail .discount-price {
        font-size: 1.3rem;
    }

    .product-detail-tooltip i {
        font-size: 1.2rem;
    }
    .product-detail-tooltip u {
        font-size: 1.1rem;
    }
}

/* PRODUCT DETAIL END*/
