@font-face {
    font-family: 'gilroy';
    src: url('../assets/fonts/Gilroy-Regular.woff');
}

@font-face {
    font-family: 'gilroy-light';
    src: url('../assets/fonts/Gilroy-Light.woff');
}

@font-face {
    font-family: 'gilroy-medium';
    src: url('../assets/fonts/Gilroy-Medium.woff');
}

@font-face {
    font-family: 'gilroy-bold';
    src: url('../assets/fonts/Gilroy-Bold.woff');
}

@font-face {
    font-family: 'quicksand-bold';
    src: url('../assets/fonts/Quicksand_Bold.otf');
}

@font-face {
    font-family: 'quicksand-medium';
    src: url('../assets/fonts/Quicksand_Book.otf');
}

@font-face {
    font-family: 'quicksand';
    src: url('../assets/fonts/Quicksand_Light.otf');
}

body {
    font-family: 'gilroy-medium' !important;
    overflow: auto;
    background-color: #000000 !important;
    min-height: 100vh;
}

.w-address {
    width: 100%;
}

.truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-fluid {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-dark-nav {
    background-color: #000000;
}

.loading {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    background-color: rgb(64 63 63 / 52%);
    overflow: hidden;
}

.loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    animation: move 2s infinite alternate;
}

@keyframes move {
    from {
        top: 50%;
        left: 25%;
    }
    to {
        top: 50%;
        left: 30%;
    }
    to {
        top: 50%;
        left: 35%;
    }
}


/* ================================== STYLING FOR CARD ================================== */

.shadow-card {
    transition: 0.3s all;
}

.shadow-card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 5px 0px;
}

.card-product {
    max-height: 390px;
    height: 280px;
    width: 100%;
    margin: auto;
    border: 1px solid #f0f0f0 !important;
    padding: 10px;
}

.card-product .card-product__image {
    background-color: #f3f3f3;
    background-image: url('../assets/icon/ic-product.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    background-size: contain;
}

.card-product img {
    display: block;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 140px;
    margin: 0px auto;
    border-radius: 4px;
}

.card-product .card-body {
    padding-top: 14px;
}

.card-product .card-body .card-text {
    font-family: 'gilroy-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 14px;
}

.card-product .card-body .card-price {
    font-family: 'gilroy-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #3366FF;
}

.card-product .card-body-black .card-price {
    font-family: 'gilroy-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #4D4D4D;
}


/* ================================== STYLING FOR NAVBAR ================================== */

.navbar {
    min-height: 79px;
}

.nav-stance {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.nav-stance .navbar-nav {
    width: 100%;
}

.nav-stance .navbar-nav .nav-item {
    margin: 0 20px;
    padding: 14px 0;
}

.nav-stance .navbar-collapse {
    position: absolute;
    z-index: 100;
    transition: 0.5s ease;
    padding-top: 10px;
    height: 91vh;
    background: #FFFFFF;
    top: 100%;
    overflow: scroll;
}

.show {
    left: 0%;
    opacity: 1;
    width: 100%;
}

.hide {
    opacity: 0;
    left: 100%;
    width: 0;
}

.nav-stance .navbar-nav .nav-item .nav-link {
    font-family: 'gilroy-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000 !important;
    padding: 0;
}

.nav-stance .navbar-nav .nav-item .nav-link.active-link {
    color: #686868 !important;
    font-family: 'gilroy-bold';
    border-left: 2px solid #686868;
    padding-left: 7px;
}

.nav-stance .nav-link.collapsed .icon-chev-up {
    transform: rotate(0deg);
    transition: 0.3s ease-in;
}

.nav-stance .nav-link .icon-chev-up {
    transform: rotate(180deg);
    transition: 0.3s ease-out;
}

.nav-stance .navbar-nav .nav-item .nav-link:hover {
    color: #000000 !important;
}

.nav-stance .navbar-nav .nav-item .nav-link.active {
    color: #000000 !important;
}

.nav-stance .navbar-toggler {
    border: none !important;
    transition: none !important;
}


/* .nav-stance .navbar-collapse.show,
.nav-stance .navbar-collapse.collapsing {
  padding-top: 10px;
  position: absolute;
  height: 91vh;
  background: #FFFFFF;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 100%;
  overflow: scroll;
} */

.nav-stance .navbar-collapse .text-copyright-menu {
    font-family: 'gilroy-light';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #272727;
    padding: 20px 0;
}

.nav-stance .navbar-nested {
    background: #F3F3F3;
    border-radius: 8px;
    padding: 14px 14px;
    margin-top: 0;
    position: unset;
    visibility: unset;
    transition: 0.5s ease-in-out;
    width: 100%;
}

.nav-stance .navbar-nested .nav-item {
    margin: 0;
}

.nav-stance .navbar-nested .navbar-nav {
    display: block;
}

.nav-stance .navbar-nested .nav-item p {
    font-family: 'gilroy-medium';
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 4px;
}

.nav-stance .navbar-nested .navbar-nav .nav-item {
    margin: 0;
    padding: 4px 0;
}

.nav-stance .navbar-nested .nav-item .nav-link {
    margin-bottom: 8px;
}

.nav-stance .navbar-nested .nav-item span {
    font-family: 'gilroy';
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #999999;
    width: 100%;
    background-image: unset;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 8%;
    padding-left: 0;
}

.nav-stance .active .nav-item span {
    transition: 0.3s ease-in-out;
}

.nav-stance .active .nav-item span:hover {
    color: #FFFFFF;
    border-left: 1px solid #FFFFFF;
    padding-left: 5px;
    background-image: url('../assets/icon/ic-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 8%;
}


/* ================================== STYLING FOR FOOTER ================================== */

.footer-section .footer-section__information {
    background-color: #000000;
    padding-top: 34px;
    padding-bottom: 64px;
    color: #FFFFFF;
}

.footer-section .footer-section__information h3 {
    font-family: 'gilroy-bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.footer-section .footer-section__information p {
    font-family: 'gilroy';
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
}

.footer-section .footer-section__copyright {
    height: 41px;
    background: #CCCCCC;
    font-family: 'gilroy-light';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    color: #272727;
}

.footer-section__information .footer-section__detail-info article {
    margin-bottom: 14px;
}

.footer-section__information .footer-section__link article {
    margin-bottom: 14px;
}

.footer-section__information .footer-section__link article a {
    text-decoration: none;
    font-family: 'gilroy';
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .card-product {
        height: 300px;
        border: none !important;
    }
    .card-product .card-product__image {
        background-size: initial;
    }
    .card-product img {
        height: 200px;
    }
}

@media (min-width: 480px) {
    .card-product {
        height: 300px;
        border: none !important;
    }
    .card-product img {
        height: 200px;
    }
}

@media (min-width: 992px) {
    .nav-stance .navbar-nav {
        width: auto;
    }
    .nav-stance .navbar-nav .nav-item .nav-link-outer {
        color: #FFFFFF !important;
        transition: 0.3s ease;
        border-left: 1px solid transparent;
        padding-left: 0;
        height: auto;
    }
    .nav-stance .navbar-nav .nav-item .nav-link-outer.active-link {
        color: rgba(255, 255, 255, 0.714) !important;
        border-left: 2px solid rgba(255, 255, 255, 0.714);
        padding-left: 7px;
        height: 100%;
        font-family: 'gilroy-medium';
    }
    .nav-stance .navbar-nav .nav-item .nav-link-outer:hover {
        color: rgba(255, 255, 255, 0.714) !important;
        border-left: 2px solid rgba(255, 255, 255, 0.714);
        padding-left: 7px;
        height: 100%;
    }
    .nav-stance .navbar-nav .nav-item .nav-link.active {
        color: rgba(255, 255, 255, .55) !important;
    }
    .hide {
        opacity: 1;
    }
    .nav-stance .navbar-collapse {
        position: unset;
        z-index: 100;
        transition: 0.5s ease;
        padding-top: 0;
        height: auto;
        background: #000000;
        width: 100%;
        top: 100%;
        overflow: hidden;
    }
    .nav-stance .navbar-nested {
        background: #000000;
        border-radius: 8px;
        padding: 0 14px;
        margin-top: 0;
        z-index: -1;
        position: absolute;
        visibility: hidden;
        transition: 0.5s ease;
        width: 218px;
        top: -100%;
    }
    .nav-stance .navbar-nested.active {
        border-radius: 8px;
        padding: 0 14px;
        visibility: visible;
        top: 95%;
    }
    .nav-stance .navbar-nested .nav-item p {
        font-family: 'gilroy-medium';
        color: #FFFFFF;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 4px;
    }
    .nav-stance .navbar-nested .nav-item span {
        background-image: url('../assets/icon/ic-arrow-right-grey.svg');
    }
    @keyframes move {
        from {
            top: 50%;
            left: 40%;
        }
        to {
            top: 50%;
            left: 47%;
        }
        to {
            top: 50%;
            left: 53%;
        }
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }
    .w-address {
        width: 65%;
    }
    .nav-stance .navbar-nav .nav-item {
        padding: 0 20px;
        margin: 0 5px;
    }
    .footer-section .footer-section__information h3 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 24px;
    }
    .footer-section .footer-section__information p {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
    }
    .footer-section__information .footer-section__link article a {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
    }
    .footer-section .footer-section__copyright {
        height: 46px;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
    }
    .card-product {
        height: 315px;
        border: none !important;
    }
    .card-product .card-product__image {
        background-size: initial;
    }
    .card-product img {
        height: 200px;
    }
    .card-product .card-body {
        padding-top: 14px;
    }
    .card-product .card-body .card-text {
        font-size: 16px;
    }
    .card-product .card-body .card-price {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .card-product {
        height: 380px;
        border: none !important;
    }
    .card-product img {
        height: 280px;
    }
}