.header.header--sticky .header__topone {
    position: relative;
}

#overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    opacity: 0.8;
    z-index: 1999;
}

#overlay-catmenu {
    position: fixed;
    left: 270px;
    right: 270px;
    top: 50px;
    bottom: 0;
    background: #fff;
    /* opacity: 0.8; */
    z-index: 1999;
}

#overlay-content {
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    right: 0;
    background: #ffffff;
    z-index: 3;
}

#loading-content {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

#loading {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 40%;
    left: 48%;
    margin: 0px;
}

.wrap-main {
    position: relative;
    overflow: hidden;
}

.wrap-main .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
}

.w-search {
    width: 60% !important;
}

.overlay-blackshadow {
    position: fixed;
    left: 0;
    top: 0px;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.9;
    z-index: 2;
}

.modal-header {
    /* padding: 15px 30px; */
}

.modal-body {
    padding: 25px 30px;
    max-height: 750px;
    overflow: auto;
    /*height: calc(100vh - 228px);*/
}

/* MEGAMENU STYLE
-------------------------------------------------- */
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}
.megamenu .container {
    position: relative;
}
.megamenu .dropdown-menu {
    left: auto;
}
.megamenu .megamenu-content {
    padding: 15px;
}
.megamenu .megamenu-content h3 {
    margin-top: 0;
    color: #428bca;
    font-size: 18px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.h-full {
    height: 100%;
}
.absolute {
    position: absolute;
}
.w-full {
    width: 100%;
}
#page-title {
    position: relative;
    padding: 4rem 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
}
#page-title .container {
    position: relative;
}
#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}
#page-title .breadcrumb {
    position: initial !important;
    right: 10px !important;
    padding: 5px !important;
    font-size: 100%;
    transform: translateY(0%);
    color: #ffffff;
}
#page-title .breadcrumb a {
    color: #fff;
}
#page-title .breadcrumb-item.active {
    color: #ffffff;
    font-weight: bold;
}
#content {
    position: relative;
    background-color: #fff;
    margin: 20px 0px 0px 20px;
    min-height: 50vh;
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

.fs-8 {
    font-size: 8px;
}

.download-app {
    padding-right: 20px;
}

.main-container {
    background: transparent;
    max-width: 100vw;
}

.start-80 {
    left: 80% !important;
}

.btn-category {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color);
}
.btn-categories {
    background-color: #02471f !important;
    color: #fff;
}

.btn-categories:hover {
    background-color: #02471f;
    color: #fff;
    border: 1px solid #02471f;
}

.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active {
    background-color: #00b0dc;
    border-color: #00b0dc;
}

.btn-outline-primary {
    --bs-btn-color: #136034;
    --bs-btn-border-color: #136034;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #136034;
    --bs-btn-hover-border-color: #136034;
}

.btn-search {
    padding: 6px 15px;
}
.popular-search {
    color: #5c6c75;
}

.popular-search a {
    font-size: 0.7rem;
    line-height: 1.6em;
    color: #5c6c75;
}

.popular-search a:hover {
    color: #ffc107;
}

.popular-search a::after {
    content: "";
    padding: 0 8px;
}

.btn-loadmore {
    height: 48px;
    line-height: 22px;
    outline: none;
    position: relative;
    padding: 0px 16px;
    text-indent: initial;
    transition: background-color 300ms ease 0s;
    width: 320px;
}

.btn-google {
    background-color: transparent;
    border-radius: 8px;
    cursor: pointer;
    height: 40px;
    line-height: 20px;
    outline: none;
    position: relative;
    padding: 0px 16px;
    text-indent: initial;
    transition: background-color 300ms ease 0s;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.btn-google::before {
    background-image: url("../img/icon/ic-google.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 100px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.action-bottom-fixed {
    position: fixed;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    bottom: 0px;
    background: #ffffff;
    padding: 16px;
    box-shadow: rgb(49 53 59 / 12%) 0px -1px 6px 0px;
}

.action-top-search {
    padding: 8px 0px;
    background-color: #ffffff;
    position: sticky;
    top: 52px;
    z-index: 1;
}

.topbar {
    position: relative;
    background-color: #ffffff;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 2px 1px rgb(166 166 166 / 10%);
    -moz-box-shadow: 0 1px 2px 1px rgba(166, 166, 166, 0.1);
    box-shadow: 0 1px 2px 1px rgb(166 166 166 / 10%);
    z-index: 5;
}

.header-navigation {
    position: sticky;
    top: 0;
    z-index: 3;
}

#loadIconCart {
    background: #eee;
    background-image: linear-gradient(
        to right,
        #f6f7f8 0%,
        #edeef1 20%,
        #f6f7f8 40%,
        #f6f7f8 100%
    );
    background-repeat: no-repeat;
    display: inline;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

#navbar-top {
    background: url("../img/vector/navbar-bg.png");
    background-size: cover;
    background-position: 50% 100%;
    height: 80px;
    background-color: #fff;
    z-index: 4;
    padding: 0px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 7%);
    -webkit-transition: -webkit-transform 280ms ease;
    -webkit-transition: transform 280ms ease;
}

#navbar-klik {
    height: 80px;
    background-color: #fff;
    z-index: 4;
    padding: 0px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 7%);
    -webkit-transition: -webkit-transform 280ms ease;
    -webkit-transition: transform 280ms ease;
}

.navbar-dark {
    height: 60px;
}

.navbar .navbar-toggler {
    border: 1px solid #ffffff;
    margin-left: 0.5rem;
    padding: 0.1rem;
    color: #5c6c75;
    font-size: 30px;
}

.navbar .dropdown-menu {
    z-index: 999;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0.3125rem 1.5rem;
    /* padding: 0px 20px; */
}

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

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

.navbar .user-area {
    display: flex;
}

.navbar .user-area .info > span {
    font-size: 14px;
    font-weight: 400;
    color: #5c6c75;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.navbar .user-area .info > span .user-level {
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    white-space: nowrap;
    max-width: 180px;
}

#dropdown-load .dropdown-toggle:after {
    display: none;
}

#dropdown_home .dropdown-toggle:after {
    display: none !important;
}

.navbar .dropdown-user {
    width: 200px;
    left: auto !important;
    right: 0;
    z-index: 99;
    /*  top: 40px;*/
}

.navbar .dropdown-cart {
    width: 400px;
    left: auto !important;
    right: -300px;
    z-index: 99;
    border-radius: 25px;
    box-shadow: 5px 5px 16px 15px rgb(166 166 166 / 10%);
    border: none;
    z-index: 99;
}

.bg-primary,
.btn-primary {
    background-color: #00b0dc !important;
    border-color: #00b0dc !important;
}

.text-primary {
    color: #00b0dc;
}

.btn-outline-primary {
    background-color: white !important;
    border-color: #00b0dc !important;
    color: #00b0dc !important;
}

.btn-outline-primary:hover {
    background-color: #00b0dc !important;
    border-color: #00b0dc !important;
    color: white !important;
}

.border-success {
    border-color: #00b0dc !important;
}

.bg-warning,
.btn-warning {
    background: #d6ab0a;
    border: 1px solid #d6ab0a;
}

.bg-yellow {
    background: #d6ab0a;
}

.bg-red {
    background: #ed2c2d;
}

#footer-bg {
    background: url("../img/footer.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f5f5f5;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(10, 110, 173, 0.25);
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    border-radius: 4px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    transition: transform 200ms cubic-bezier(0.2, 0.64, 0.21, 1) 0s;
    transform-box: fill-box;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

/* Custom style flickity */
.flickity-page-dot:focus,
.flickity-button:focus {
    box-shadow: none !important;
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    color: #00b0dc !important;
    border: none;
    box-shadow: 0 0 24px -4px rgb(0 0 0 / 24%);
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}

.flickity-prev-next-button {
    top: 50%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.flickity-prev-next-button.next {
    right: -20px !important;
}

.flickity-prev-next-button.previous {
    left: -20px !important;
}

/* Style slider homepage */
.slide-placeholder {
    min-height: 450px;
    position: relative;
}

.carousel-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.carousel-container__background {
    width: 100%;
    height: 450px;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-filter: blur(35px);
    filter: blur(35px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 35%;
}

#carousel-banner {
    margin-top: -450px;
}

#carousel-banner .carousel-cell {
    border-radius: 16px;
    min-height: 400px;
    width: 100%;
    background-size: cover;
    margin-top: 20px;
}

#carousel-banner .flickity-page-dots {
    width: auto;
    margin: 0px;
    bottom: -20px;
}

#carousel-banner .flickity-page-dots .dot {
    margin: 0 5px;
}

#carousel-banner .flickity-page-dots .dot.is-selected {
    width: 30px;
    background: #00b0dc;
    border-radius: 5px;
}

.carousel-nav .carousel-cell {
    height: 80px;
    width: 90px;
    margin-right: 10px;
    border-radius: 10px;
}

.banner-ads {
    position: relative;
    margin-top: 40px;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: calc(163px);
    transition: all 1s ease-in-out 0s;
}

.banner-ads__item {
    display: block;
    position: relative;
    margin: 0px auto;
    border-radius: 12px;
    overflow: hidden;
}

.banner-ads__images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 151px;
    max-height: 100%;
    opacity: 1 !important;
}

.banner-ads__images-parent {
    display: block;
    position: relative;
}

.carousel-highlight .carousel-cell {
    flex: 0 0 auto;
    width: 15%;
    margin-right: 15px;
    margin-bottom: 10px;
}

#carousel-flashsale .carousel-cell {
    flex: 0 0 auto;
    width: 15%;
    margin-right: 15px;
    margin-bottom: 10px;
}

#carousel-product-popular .carousel-cell {
    flex: 0 0 auto;
    width: 15%;
    margin-right: 15px;
    margin-bottom: 10px;
}

#carousel-product-search .carousel-cell {
    flex: 0 0 auto;
    width: 15%;
    margin-right: 15px;
    margin-bottom: 10px;
}

#carousel-product .carousel-cell {
    flex: 0 0 auto;
    width: 19%;
    margin-right: 15px;
}

#carousel-product {
    display: none;
}

#carousel-event .carousel-cell {
    flex: 0 0 auto;
    width: 50%;
    margin-right: 15px;
}

.flickity-button:disabled {
    display: none !important;
}

#carousel-product-thumb {
    margin-top: 20px;
    width: 100%;
}

#carousel-product-thumb .carousel-cell {
    height: 100px;
}

/*style category menu*/
.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.tooltip__content {
    position: absolute;
    z-index: 12;
}

.tooltip__content:after {
    content: "";
    position: absolute;
    top: -5px;
    height: 15px;
    width: 100%;
}

.categories-card {
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 24px -4px rgb(0 0 0 / 12%);
    box-shadow: 0 0 24px -4px rgb(0 0 0 / 12%);
}

.categories {
    height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
}

.categories__menu {
    width: 250px;
    padding: 10px 0;
}

.categories-overflow-y {
    overflow-y: auto;
    margin: 5px 3px 5px 0;
}

.categories-overflow-x::-webkit-scrollbar,
.categories-overflow-y::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: transparent;
}

.categories-overflow-x::-webkit-scrollbar-thumb,
.categories-overflow-y::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #d6d6d6;
}

.categories-overflow-x::-webkit-scrollbar-track,
.categories-overflow-y::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: transparent;
}

.categories a {
    cursor: pointer;
    color: inherit;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.categories a:hover {
    color: #00b0dc;
}

.categories__menu-item {
    cursor: pointer;
    padding: 5px 4px 2px 45px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1px;
    font-size: 14px;
}

.categories__content {
    position: relative;
    width: 800px;
    padding: 0 16px;
    border-left: 1px solid #d6d6d6;
    line-height: 2rem;
}

.categories__heading {
    border-bottom: 1px solid #d6d6d6;
    margin-top: 16px;
    font-size: 13px;
}

.categories__item {
    overflow: auto;
    width: 520px;
    height: 380px;
}

.categories__item-splitter {
    -webkit-column-count: 3;
    column-count: 3;
    padding: 16px 16px 60px 0;
}

.categories__item-block {
    margin-bottom: 16px;
}

.categories__item-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6rem;
    margin-bottom: 4px;
}

.categories__item-block .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.categories__banner {
    position: absolute;
    top: 56px;
    right: 16px;
    height: 350px;
    border-radius: 8px;
}

/*end style category menu*/

/*style category-featured*/
.home__top__category__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.home__top__category__item {
    background: #ffffffeb;
    text-align: center;
    padding: 8px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 12px !important;
    outline: none !important;
    margin: 5px;
    box-shadow: 2px 1px 5px 0px rgb(0 0 0 / 20%);
}

.home__top__category__item:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    outline: 1px solid #cbcbcb;
    -webkit-box-shadow: 3px 5px 20px #eaeaea;
    box-shadow: 3px 5px 20px #eaeaea;
    text-decoration: none !important;
    box-shadow: 3px 2px 6px 0px rgb(0 0 0 / 20%);
    text-shadow: 0 0 4px #fff, 0 0 0px #fff, 0 0 1px #fff, 0 0 2px #0fa,
        0 0 172px #0fa, 0 0 112px #0fa, 0 0 112px #0fa, 0 0 151px #0fa;
}

.home__top__category__item__image {
    width: 100px;
    max-width: 100%;
    margin: 10px auto 0;
}

.home__top__category__item__body {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    height: 25px;
    margin-top: 10px;
    color: black;
}

.home__top__category__item__image {
    margin: 3px auto 0;
}

.home__top__category__item__1 {
    background: #ffffffeb;
    outline: 1px solid #aeaeae;
    width: 10%;
    text-align: center;
    padding: 8px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.home__top__category__item__1:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    outline: 1px solid #cbcbcb;
    -webkit-box-shadow: 3px 5px 20px #eaeaea;
    box-shadow: 3px 5px 20px #eaeaea;
    text-decoration: none !important;
    text-shadow: 0 0 4px #fff, 0 0 0px #fff, 0 0 1px #fff, 0 0 2px #0fa,
        0 0 172px #0fa, 0 0 112px #0fa, 0 0 112px #0fa, 0 0 151px #0fa;
}

.home__top__category__item__image__1 {
    width: 100px;
    max-width: 100%;
    margin: 10px auto 0;
}

.home__top__category__item__body__1 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    height: 25px;
    margin-top: 10px;
    color: #136034;
}

.home__top__category__item__image__1 {
    margin: 3px auto 0;
}

/*style navigation recomended*/
.navTab > .item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 220px;
    height: 40px;
    margin-right: 20px;
    border-radius: 7px;
    color: white;
    cursor: pointer;
    text-align: center;
    background-image: linear-gradient(
        104deg,
        rgb(237, 85, 101) 1%,
        rgb(214, 40, 57) 99%
    );
}

.navTab > .bg-red {
    background-image: linear-gradient(
        104deg,
        rgb(237, 85, 101) 1%,
        rgb(214, 40, 57) 99%
    );
}

.navTab > .bg-yellow {
    background-image: linear-gradient(
        104deg,
        rgb(255, 217, 124) 1%,
        rgb(246, 167, 66) 98%
    );
}

.navTab > .bg-green {
    background-image: linear-gradient(
        104deg,
        rgb(160, 212, 104) 4%,
        rgb(110, 175, 39) 97%
    );
}

.navTab > .bg-blue {
    background-image: linear-gradient(
        104deg,
        rgb(79, 193, 233) 1%,
        rgb(11, 155, 208) 99%
    );
}

.navTab > .bg-purple {
    background-image: linear-gradient(
        104deg,
        rgb(172, 146, 236) 4%,
        rgb(116, 85, 195) 97%
    );
}

.navTab > .bg-pink {
    background-image: linear-gradient(
        104deg,
        rgb(236, 146, 191) 4%,
        rgb(195, 85, 171) 97%
    );
}

.navTab .item:last-child {
    margin-right: 0px;
}

.navTab h6 {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    color: rgb(255, 255, 255);
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navTab > .active > h6 {
    padding-bottom: 4px;
    border-bottom: 2px solid rgb(255, 255, 255);
    margin-bottom: -5px;
}

.navigation-recomended {
    position: sticky;
    top: 0px;
    z-index: 2;
    background: #fff;
    padding: 8px 0px;
    /* box-shadow: rgb(0 0 0 / 7%) 0px 4px 6px -1px; */
}

/* style color */
.bg-green-gradient {
    background: linear-gradient(rgb(1, 33, 189), rgb(0, 255, 225));
}

.bg-yellow-gradient {
    background: linear-gradient(rgb(1, 200, 255), rgb(1, 33, 189));
}

.bg-red-gradient {
    background: linear-gradient(rgb(0, 255, 225), rgb(1, 33, 189));
}

.bg-grey-gradient {
    background: linear-gradient(rgb(223, 221, 216), rgb(248, 240, 240));
}

.bg-chocolate {
    background: #bd4b16;
}

.gallery-image {
    display: grid;
    grid-template-columns: 32.667% 32.667% 32.667%;
    grid-auto-rows: 190px;
    gap: 12px;
}

.grid-slider {
    grid-area: SLIDER;
    height: 100%;
}

.grid-col {
    grid-area: STORE_1;
}

.bg-cover {
    background-size: cover !important;
    background-position: 50% 100% !important;
}

/* style adsense */
.product-highlight {
    position: relative;
    padding: 10px;
    height: 400px;
}

.ads-bg__highlight {
    width: 350px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    opacity: 1;
}

.ads-product__image {
    background-repeat: no-repeat;
    background-size: 99% 100%;
    position: relative;
    text-align: center;
    width: 80%;
    height: 100%;
    margin: 0px;
    background-color: transparent;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.ads-product__image > img {
    margin: 0px auto;
    max-height: 100%;
    min-height: 380px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    object-fit: contain;
}

.timer-text {
    flex: 0 1 auto;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28571rem;
    letter-spacing: normal;
    color: rgba(49, 53, 59, 0.68);
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box-white {
    background: #fff;
    /* padding: 20px; */
    box-shadow: 0 0 20px -7px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin-bottom: 20px;
}

.box-white.full-height {
    min-height: calc(100vh - 30px);
}

.box-primary {
    background: #28a000;
    padding: 20px;
    box-shadow: 0 0 20px -7px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin-bottom: 20px;
}

.box-shadow-nav {
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%);
}

.full-height {
    height: calc(100% - 30px);
}

.card-custom {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
}

.card-primary {
    border: 1px solid #00b0dc;
    background-color: #ebfaff;
}

.card-product {
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.list-product button.flickity-button.flickity-prev-next-button.next,
.list-product button.flickity-button.flickity-prev-next-button.previous {
    display: none;
}

.list-product:hover button.flickity-button.flickity-prev-next-button.next {
    display: block;
    right: -20px !important;
}

.list-product:hover button.flickity-button.flickity-prev-next-button.previous {
    display: block;
    left: -20px !important;
}

.list-product {
    margin: 8px -8px;
    position: static;
}

.product-bottom {
    min-height: 160px;
}

.product-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.product-item .product-campaign__badge {
    padding-top: 10px;
}

.product-item .name-product {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
    white-space: initial;
    /* word-break: break-all; */
    height: 2.1rem;
    /* width: calc(100% - 40px); */
}

.product-item .product-location {
    color: #5c5c5c;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0px 0px -5px;
    height: 1.6rem;
}

.product-item .product-location i {
    max-height: 16px;
    display: inline-flex;
}

.product-item .product-location span {
    margin-left: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: 17px;
}

.product-item .store-info {
    display: flex;
    flex-direction: column;
    line-height: 18px;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.product-item .store-info__flip {
    height: 20px;
    transition: transform 0.3s ease 0s;
    transform: translateY(1px);
}

.product-item:hover .store-info__flip {
    transition: transform 0.3s ease 0s;
    transform: translateY(-16px);
}

.product-item .product-price__wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 4px;
}

.product-item .product-price__before {
    font-size: 0.7rem;
    color: rgba(0, 0, 0, 0.38);
    text-decoration: line-through;
}

.product-item .product-price__discount {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 1px 3px;
    height: 20px;
    color: #f94d63;
    background-color: #ffdbe2;
    font-size: 0.714286rem;
    font-weight: bold;
    border-radius: 3px;
    margin: 0px 4px 0px 0px;
}

.product-item .product-rating {
    color: #5c5c5c;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    line-height: 1;
    height: 1.6rem;
}

.product-item .product-rating .product-rating__wrapper {
    display: flex;
    align-items: center;
}

.product-item .product-divider {
    margin: 0px 5px;
    height: 10px;
    width: 1px;
    background: #bdbdbd;
}

.product-detail-info ul {
    display: flex;
    flex-flow: column wrap;
    height: 96px;
    margin-bottom: -4px;
    padding: 0px;
}

.product-detail-info ul > li {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px 12px 4px 0px;
    padding: 0px;
    list-style-type: none;
    color: rgba(49, 53, 59, 0.96);
    font-size: 0.9rem;
    line-height: 20px;
}

.border-bottom-full-width {
    position: relative;
    display: block;
    height: 8px;
    width: 100%;
    border: none;
    background: #e5e7e9;
}

.border-color-light {
    border: solid 1px #dbdee2;
}

.input-group .btn {
    z-index: 0;
}

/*STYLE PRODUCT DIGITAL*/
.product-digital__list {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 4px;
    transform: translateX(0px);
    transition: transform 0.5s ease 0s;
}

.product-digital__item {
    width: 100px;
    height: 98px;
    margin: 15px 10px 0px 0px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.product-digital__item img {
    width: 25px;
}

.product-digital__title {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(51, 51, 51);
    margin: 10px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.referral-section {
    position: absolute;
    display: flex;
    z-index: 2;
    margin-left: -1.6px;
}

.referral-section__content {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    width: 350px;
    color: #ffffff;
}
.badge-notif {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.6rem;
}

/*END STYLE PRODUCT DIGITAL*/

.horizontal-scroll-wrapper {
    height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
}

figure.snip * {
    /* '*':select all elements */
    transition: all 0.5s ease;
    /* smooth zoom on/out */
    box-sizing: border-box;
}

/*STYLE PROPERTY*/
.list-property button.flickity-button.flickity-prev-next-button.next,
.list-property button.flickity-button.flickity-prev-next-button.previous {
    display: none;
}

.list-property:hover button.flickity-button.flickity-prev-next-button.next {
    display: block;
    right: -20px !important;
}

.list-property:hover button.flickity-button.flickity-prev-next-button.previous {
    display: block;
    left: -20px !important;
}

.list-property {
    margin: 15px -8px;
    position: static;
}

.property-bottom {
    min-height: 160px;
}

.property-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.property-item .property-campaign__badge {
    padding-top: 10px;
}

.property-item .name-property {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
    white-space: initial;
    /* word-break: break-all; */
    height: 2.1rem;
    /* width: calc(100% - 40px); */
}

.property-item .property-location {
    color: #5c5c5c;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0px 0px -5px;
    height: 1.6rem;
}

.property-item .property-location i {
    max-height: 16px;
    display: inline-flex;
}

.property-item .property-location span {
    margin-left: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: 17px;
}

.property-item .store-info {
    display: flex;
    flex-direction: column;
    line-height: 18px;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.property-item .store-info__flip {
    height: 20px;
    transition: transform 0.3s ease 0s;
    transform: translateY(1px);
}

.property-item:hover .store-info__flip {
    transition: transform 0.3s ease 0s;
    transform: translateY(-16px);
}

.property-item .property-price__wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 4px;
}

.property-item .property-price__before {
    font-size: 0.7rem;
    color: rgba(0, 0, 0, 0.38);
    text-decoration: line-through;
}

.property-item .property-price__discount {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 1px 3px;
    height: 20px;
    color: #f94d63;
    background-color: #ffdbe2;
    font-size: 0.714286rem;
    font-weight: bold;
    border-radius: 3px;
    margin: 0px 4px 0px 0px;
}

.property-item .property-rating {
    color: #5c5c5c;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    line-height: 1;
    height: 1.6rem;
}

.property-item .property-rating .property-rating__wrapper {
    display: flex;
    align-items: center;
}

.property-item .property-divider {
    margin: 0px 5px;
    height: 10px;
    width: 1px;
    background: #bdbdbd;
}

.property-small-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card-property {
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

/*STYLE PRODUCT DIGITAL*/
.product-digital__list {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 4px;
    transform: translateX(0px);
    transition: transform 0.5s ease 0s;
}

.product-digital__item {
    width: 100px;
    height: 98px;
    margin: 15px 10px 0px 0px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.product-digital__item img {
    width: 25px;
}

.product-digital__title {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(51, 51, 51);
    margin: 10px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.referral-section {
    position: absolute;
    display: flex;
    z-index: 2;
    margin-left: -1.6px;
}

.referral-section__content {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    width: 350px;
    color: #ffffff;
}

.form-label {
    color: #21313c;
    margin-bottom: 0.2rem;
}

.form-control {
    border: 1px solid #bfc9d9;
}

/* MEMBER AREA */
.member-area-menu {
    border-bottom: 1px solid #efefef;
    padding-bottom: 1rem;
}

.member-area-menu h3 {
    color: #585858;
    font-weight: 600;
    font-size: 24px;
}

.member-area-menu > .account {
    display: flex;
}

.member-area-menu > .account img {
    width: 20px;
}

.member-area-menu > .account span {
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
}

.member-area-menu > .wallet img {
    width: 30px;
}

.bw-3 {
    border-width: 3px !important;
}

.line-address {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 350px;
}

.border-right {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    margin: 0px 12px;
    background-color: #e5e7e9;
}

/* END MEMBER AREA */
.custom-tab {
    padding: 0px;
    background-color: #ffffff;
}

.custom-tab .scroll-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.custom-tab #tabs {
    background: #007b5e;
    color: #eee;
}

.custom-tab #tabs h6.section-title {
    color: #eee;
}

.custom-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #00b0dc !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}

.custom-tab .nav-link {
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 600;
    transition: none;
    border: none;
}

.custom-tab .nav-link.active:hover {
    border: none;
    color: #00b0dc;
}

.custom-tab .nav-link:hover {
    border: none;
    color: #000000;
}

.form-check #termAndCondition-error {
    width: 0px;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545 !important;
}

.page-account {
    padding-top: 20px;
}

.active > .page-link,
.page-link.active {
    z-index: 2;
}

.user-area .avatar-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.user-area .ellipsis-username {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
}

.user-area .dropdown-toggle:after {
    margin-top: 5px;
}

.user-area .navbar .dropdown-menu {
    top: 40px;
    left: 30px;
}

.swal-footer,
.swal-text {
    text-align: center;
}

#FormId .form-control.error + .select2 .select2-selection {
    border-color: #dc3545 !important;
}

#FormId .form-control.is-invalid + .select2 .select2-selection {
    border-color: #dc3545 !important;
}

#FormId .form-control.is-valid + .select2 .select2-selection {
    border-color: #31ce36 !important;
}

.form-control.error {
    border-color: #dc3545 !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.field-error input {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.field-error label.error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545 !important;
}

label.is-invalid {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545 !important;
}

.select2-container--bootstrap .select2-selection {
    border-color: #d1d1d1;
}

.input-group > .select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
}

.input-group > .select2-container--bootstrap .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
}

.product-detail-qty {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.input-spinner {
    border: solid 1px #bfc9d9;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 3px;
    transition: border 120ms cubic-bezier(0.2, 0.64, 0.21, 1) 0s;
}

.input-spinner .button-minus,
.input-spinner .button-plus {
    background-color: transparent;
    padding: 0px;
    border: none;
    width: 1.8rem;
    appearance: none;
    font-size: 15px;
}

.input-spinner .form-input {
    width: 56px;
    padding: 1px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    text-align: center;
}

.has-error .select2 .select2-selection--single {
    border: 1px solid #dc3545;
    border-radius: 4px;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #31ce36 !important;
}

/* Style Shimer Loading  */
.shimmer {
    -webkit-animation: shimmer-loading 2s infinite linear;
    animation: shimmer-loading 2s infinite linear;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(4%, #eff1f3),
        color-stop(25%, #e2e2e2),
        color-stop(36%, #eff1f3)
    );
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
    border-radius: 16px;
}

@-webkit-keyframes shimmer-loading {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

@keyframes shimmer-loading {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.list-logo {
    list-style: none;
    margin: 0 0 0 -6px;
    padding: 0;
}

.list-logo__item {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -10px;
}

.list-logo .logo-payment {
    width: 72px;
    height: 36px;
    background-color: #fff;
    background-image: url("../img/logo_payment.png");
    background-position: 0 9999px;
    background-repeat: no-repeat;
    -webkit-background-size: 72px 72px;
    background-size: 72px;
    display: block;
    text-indent: -9999px;
}

.list-logo .logo-payment--visa {
    background-position: 0 -144px;
}

.list-logo .logo-payment--mastercard {
    background-position: 0 -180px;
}

.list-logo .logo-payment--jcb {
    background-position: 0 -612px;
}

.list-logo .logo-payment--bca-klikpay {
    background-position: 0 0;
}

.deals-countdown .countdown-section .countdown-amount {
    text-align: center;
}

.countdown-payment .countdown-section {
    border: 1px solid #db3030;
    border-radius: 8px;
    background: #db3030;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    margin-left: 3px;
    margin-right: 3px;
    padding: 14px 5px 26px;
    position: relative;
}

.countdown-payment .countdown-section .countdown-amount {
    color: #ffffff;
    font-weight: 700;
}

.countdown-payment .countdown-section .countdown-period {
    color: #ffffff;
}

.countdown-sm .countdown-section {
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    margin-left: 1px;
    margin-right: 1px;
    padding: 10px 5px 20px;
    position: relative;
}

.countdown-sm .countdown-section .countdown-amount {
    color: #001e2b;
    display: inline-block;
    font-weight: 500;
    height: 50px;
    line-height: 1;
    line-height: 30px;
    margin-bottom: 5px;
    max-width: 100%;
    width: 30px !important;
}

.countdown-sm-2 .countdown-section {
    border: 1px solid #db3030;
    border-radius: 8px;
    background: #db3030;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    margin-left: 3px;
    margin-right: 3px;
    padding: 5px 5px 25px;
    position: relative;
}

.countdown-sm-2 .countdown-section .countdown-amount {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 0px;
    margin-bottom: 5px;
    max-width: 100%;
    width: 35px;
    height: 25px;
}

.countdown-sm-2 .countdown-section .countdown-period {
    color: #ffffff !important;
}

.copy-button {
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.tip {
    background-color: #263646;
    padding: 0 14px;
    line-height: 27px;
    position: absolute;
    border-radius: 4px;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    animation-name: tip;
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

.tip:before {
    content: "";
    background-color: #263646;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: -4px;
    left: 17px;
}

#copied_tip {
    animation-name: come_and_leave;
    animation-duration: 1s;
    animation-fill-mode: both;
    bottom: -35px;
    left: 2px;
}

.text-line-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.chat-launcher {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background: #136034;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
}

.chat-launcher:before,
.chat-launcher:after {
    font-family: bootstrap-icons;
    font-size: 25px;
    position: absolute;
    -webkit-transition: transform 180ms linear, opacity 130ms linear;
    transition: transform 180ms linear, opacity 130ms linear;
}

.chat-launcher:before {
    content: "\F25C";
    margin: 15px 17px;
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.chat-launcher:after {
    content: "\F659";
    margin: 13px 17px;
    opacity: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.chat-launcher.active:before {
    opacity: 0;
    -webkit-transform: rotate(70deg) scale(0);
    transform: rotate(70deg) scale(0);
}

.chat-launcher.active:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.chat-wrapper {
    max-height: calc(100vh - 233px);
    height: 450px;
    width: 400px;
    display: block;
    border-radius: 12px;
    background: #ffffff;
    position: fixed;
    right: 50px;
    bottom: 20px;
    z-index: 999;
    box-shadow: 0 2px 30px 0 #b5bbc5;
    -webkit-transition: transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transform: translateY(130%);
    transform: translateY(130%);
    opacity: 1;
}

.chat-wrapper.is-open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.box-payment-guide {
    display: flex;
    flex-flow: row wrap;
}

.box-payment-guide__list {
    display: flex;
    padding-left: 16px;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    flex-basis: calc(50% - 4px);
}

.box-payment-guide__list::before {
    content: "";
    display: block;
    position: relative;
    top: 16px;
    left: -16px;
    width: 8px;
    height: 8px;
    background: #03ac0e;
    border-radius: 50%;
}

.box-payment-guide__label {
    color: rgba(49, 53, 59, 0.68);
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0.25rem 0px;
}

.box-payment-guide__value {
    color: rgba(49, 53, 59, 0.68);
    font-size: 12px;
    font-weight: unset;
    line-height: 16px;
    margin: 0.25rem 0px;
}

.box-upload-single {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 32px;
    border-radius: 4px;
    background: #f3f4f5;
    border: 1px dashed #e5e7e9;
}

.box-upload-single .image-area {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    padding: 32px;
    height: 345px;
    text-align: center;
}

.box-upload-single .note-desc {
    color: rgba(49, 53, 59, 0.68);
    font-size: 14px;
    font-weight: unset;
    line-height: 16px;
    margin: 16px;
}
.icon-box {
    padding: 20px;
    color: #5f687b;
    background: #f9f9fa;
    border-radius: 4px;
    border: 1px solid #f9f9fa;
    transition: 0.3s;
    height: 100%;
}
.icon-box:before {
    content: "";
}
.icon-box .icon {
    margin: 0 0 15px 0;
}

.icon-box .icon i {
    color: #136034;
    font-size: 36px;
}

.icon-box .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18p;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

.bg-overlay-light {
    background: hsla(0, 0%, 100%, 0.75);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.bg-pink {
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 1rem;
    color: #ed1c24;
    margin-left: 2px;
    background-color: #f9b9bc;
}

.code-lot {
    z-index: 1;
    margin: 0px 5px;
}

.img-mask {
    width: 100%;
    border-radius: 10px;
    display: table;
    max-width: 100%;
}

img.lazyload {
    display: block;
    background: #f6f7f8;
    background-image: linear-gradient(
        to right,
        #f6f7f8 0%,
        #edeef1 20%,
        #f6f7f8 40%,
        #f6f7f8 100%
    );
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.img-wrapper {
    object-fit: cover;
    object-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    -webkit-mask-image: url("../img/img-mask.svg");
    mask-image: url("../img/img-mask.svg");
}

.footer {
    padding: 2rem 0 0;
    margin-top: 50px;
}

.footer-checkout {
    width: 100%;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%);
    position: absolute;
}

.footer .office-contact li {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 10px 35px;
    position: relative;
}

.footer .office-contact li img {
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    left: 0;
    top: 0;
}

#copyright {
    font-size: 12px;
    color: #000;
    background: #d9d9d9;
}

.wrapper.wrapper-full-page {
    height: auto;
    min-height: 100vh;
}

.bg-product__highlight {
    background-size: cover;
    min-height: 400px;
}

@media (min-width: 320px) and (max-width: 767px){
    .silent-profile {
        display: none;
    }
}

