:root {
    --primary-system: #ec4640;
    --primary-light: #f5524b;
    --primary-dark: #d02f27;
    --white: #ffffff;
    --box-shadow: 0px 5.96395px 5.96395px rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Roboto', sans-serif;
    padding-top: 100px;
}
* {
    box-sizing: border-box;
}

*:focus {
    outline: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px !important;
    line-height: 1.5;
}

.bg-primary-system {
    background-color: var(--primary-system);
}

.bg-primary-dark {
    background: var(--primary-dark);
    background-color: var(--primary-dark);
}

.header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}
.bg-primary-light {
    background: var(--primary-light);
    background-color: var(--primary-light);
}

.modal-content {
    border-radius: 10px !important;
}

.modal-title {
    font-size: 18px !important;
}

.modal-body {
    font-size: 15px !important;
}

.modal-header {
    border: none !important;
    align-items: center !important;
    justify-content: center !important;
}

.wrap-icon-close-modal {
    position: absolute;
    right: 20px;
}

.text-primary-dark {
    color: var(--primary-dark);
}

.font-weight-bold {
    font-weight: bold !important;
}
.text-white {
    color: var(--white);
}

.rounded-card {
    border-radius: 10px;
}

.pointer {
    cursor: pointer;
}

.wrap-icon-pwpoint {
    background: #ffffff;
    display: inline-block;
    padding: 10px;
    border-radius: 100px;
    margin-right: 20px;
}

.wrap-icon-pwpoint img {
    width: 40px;
}

.wrap-card-pw-point {
    background-image: url('../../web/images/illustration/rounded-bg.png');
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: 120px 100%;
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url('../../web/images/illustration/rounded-bg.png');
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: 120px 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 4px 13px rgb(210 125 122);
}

.header-app-link {
    padding: 0px;
    align-items: center;
}

.header-app-link ul {
    display: flex;
    margin: 0;
    padding: 0px;
}

.header-logo {
    width: 150px;
}

.header-logo img {
    width: 100%;
    object-fit: cover;
}

.header-app-link li {
    list-style: none;
    color: var(--white);
    font-size: 14px;
    font-weight: normal;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 10px;
    cursor: pointer;
    white-space: nowrap;
}

.wrap-icon-prabayar {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    padding: 5px;
}

.wrap-icon-prabayar:hover {
    background: rgb(238, 238, 238);
}
.wrap-icon-prabayar img {
    width: 50px;
    height: 70px;
    object-fit: cover;
    padding-bottom: 15px;
}

.wrap-icon-prabayar p {
    font-size: 13px;
    text-align: center;
}

.wrap-qr-code {
    border: 8px solid #14a8a6;
    border-radius: 6px;
    display: inline-block;
}

.wrap-footer-links {
    padding: 0;
}

.wrap-footer-links ul {
    padding: 0px;
}

.wrap-footer-links li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrap-footer-links li p {
    font-size: 14px;
    cursor: pointer;
}

.wrap-footer-links li p:hover {
    color: var(--primary-system);
}

.wrap-category-dashboard {
    padding: 0px;
    cursor: pointer;
}

.wrap-category-dashboard img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 6px;
}

.wrap-category-dashboard p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.wrap-img-grid-six {
    padding: 0;
}
.wrap-img-grid-six img {
    width: 100%;
    height: auto;
}
.banner-one {
    padding: 0px;
    width: 100%;
}

.banner-one a {
    width: 100%;
}

.banner-one img {
    width: 100%;
    height: auto;
}

.wrap-image-event-product {
    padding: 40px 0px 40px 0px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.wrap-image-event-product img {
    width: 400px;
    height: auto;
    object-fit: cover;
}

.wrap-image-promo-article {
    display: inline;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.wrap-image-promo-article p {
    white-space: nowrap;
}

.wrap-image-promo-article img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-bottom: 20px;
}

.button-primary {
    padding: 15px 8px;
    background: var(--primary-dark);
    color: var(--white);
    display: inline-block;
    outline: none;
    width: 250px;
    font-size: 16px;
    border: 1px solid var(--primary-dark);
    border-radius: 6px;
}

.button-primary:hover {
    background: var(--primary-system);
}

.wrap-article {
    margin: auto 20%;
}

.wrap-img-product {
    border-radius: 10px;
    padding: 0px;
}

.wrap-img-product img {
    width: 100%;
    height: 150px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
}

.product-card {
    border-radius: 15px;
    cursor: pointer;
    background: var(--white);
}

.product-card-festival {
    border-radius: 15px;
    cursor: pointer;
    background: var(--white);
    min-width: 180px;
}

.wrap-title-product {
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrap-content-product {
    height: 195px;
}
.wrap-title-product p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.wrap-price-product {
    padding: 0px;
}

.wrap-price-product h6 {
    font-size: 16px;
    color: #14a8a6;
    font-weight: 800;
}

.wrap-price-product p {
    font-size: 14px;
    text-decoration-line: line-through;
}

.wrap-star-product {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.wrap-star-product img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.wrap-review-product {
    margin-top: 5px;
}

.wrap-review-product p {
    font-size: 14px;
}

.wrap-location-product {
    padding-top: 10px;
    align-items: center;
    display: flex;
}

.wrap-location-product img {
    width: 15px;
    height: 15px;
}

.wrap-location-product p {
    font-size: 14px;
    padding-left: 5px;
}

.loading-content {
    width: 40px;
    height: 40px;
    border: solid 5px #ccc;
    border-top-color: var(--primary-dark);
    border-radius: 100px;
    z-index: 9;
    overflow: show;
    bottom: 0;
    margin: auto;
    animation: loadingCircle 2s linear infinite;
}

@keyframes loadingCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.wrap-image-footer {
    padding: 0;
}

.wrap-image-footer img {
    width: 200px;
}

.wrap-desc-footer {
    padding: 0;
}

.wrap-desc-footer h6 {
    white-space: break-spaces;
}

.wrap-img-logistic-modal {
    padding: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
    border: 1px solid rgb(212, 212, 212);
    border-radius: 10px;
}

.wrap-img-logistic-modal img {
    width: 100px;
    height: auto;
    object-fit: cover;
}

.wrap-img-banner-store {
    padding: 0px;
}

.wrap-img-banner-store img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.wrap-rating-store {
    padding: 0;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.wrap-rating-store img {
    width: 18px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.wrap-location-store {
    padding-top: 5px;
}

.wrap-location-store p {
    color: #32343c;
    font-weight: 400;
    font-size: 15px;
}

.wrap-img-profile-store {
    padding: 0px;
}

.wrap-img-profile-store img {
    width: 120px;
    height: 120px;
}

.wrap-title-store {
    padding: 0;
    align-items: center;
    display: flex;
}

.wrap-title-store h5 {
    font-weight: 700;
}

.wrap-title-store img {
    width: 18px;
    margin-left: 10px;
}

.wrap-img-grid-four {
    padding: 0px;
}

.wrap-img-grid-four img {
    padding: 0;
    width: 100%;
    border-radius: 0px;
    cursor: pointer;
    object-fit: cover;
}

.wrap-img-grid-three {
    padding: 0px;
}

.wrap-img-grid-three img {
    padding: 0;
    width: 100%;
    border-radius: 0px;
    cursor: pointer;
    height: auto;
    object-fit: cover;
}

.product-see-more {
    height: 345px;
    max-height: 376px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    flex-direction: column;
}

.product-see-more p {
    width: 80%;
    text-align: center;
    padding-top: 10px;
}

.wrap-slider-product {
    width: 100%;
    display: -moz-box;
    display: flex;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.wrap-slider-product-festival {
    width: 100%;
    display: -moz-box;
    display: flex;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #9f060f;
    z-index: 10;
    padding-left: 200px;
    background-image: url('https://static.pasarwarga.com/web/images/festival/festival.jpg');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.counter-time {
    padding: 4px 14px;
    background-color: var(--primary-dark);
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    margin-left: 10px;
}

.festival-background {
    position: absolute;
    left: 0;
    z-index: 1;
}

.festival-background img {
    width: 200px;
    z-index: 1;
}

.wrap-product-festival {
    width: 300px;
}

.mobile-modal {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    min-height: 200px;
    display: none;
    z-index: 15;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
}

.overlay {
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.list-navlink {
    padding: 10px;
}

.list-navlink ul {
    padding: 0;
    margin-bottom: 0px !important;
}

.list-navlink li {
    list-style: none;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.wrap-slider-img {
    padding-left: 10px;
    padding-right: 10px;
    padding: 20px;
}

.wrap-slider-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.slick-center img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.slick-dots {
    bottom: -30px !important;
}

.slick-dots li.slick-active button:before {
    color: var(--primary-dark) !important;
}

.thumbnail-detail-product {
    padding: 0px;
    /* box-shadow: 3px 3px 8px rgb(0 0 0 / 25%); */
    border-radius: 8px;
    height: 350px;
    width: 350px;
}

.thumbnail-detail-product img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
    border-radius: 8px;
}

.mini-thumbnail-detail-product {
    padding: 5px;
    border: 1px solid #bdbdbd;
    height: 55px;
    width: 55px;
    border-radius: 0px;
    cursor: pointer;
}

.mini-thumbnail-detail-product img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
    border-radius: 0px;
}

.mini-thumbnail-detail-product-active {
    background-color: #bdbdbd;
}

.wrap-rating-product {
    padding: 0px;
}

.page-item.active .page-link {
    border-color: var(--primary-dark) !important;
    background-color: var(--primary-dark) !important;
    color: var(--white) !important;
}
.page-item.disabled {
    cursor: no-drop !important;
}

.wrap-rating-product img {
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
}

.wrap-total-count {
    padding-left: 0;
}

.wrap-total-count p {
    font-size: 14px;
}

.wrap-product-price {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.wrap-product-price h5 {
    padding-right: 10px;
    font-weight: 700;
    color: #14a8a6;
}

.wrap-product-price p {
    text-decoration: line-through;
}

.card-fix-banner-height {
    display: flex;
    height: 400px;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 6.48394px 6.48394px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6 !important;
}

a {
    text-decoration: none !important;
    color: #000000 !important;
}

.wrap-list-faq {
    padding-top: 0px;
}

.wrap-list-faq p {
    padding-top: 10px;
}

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

.title-product-store {
    align-items: center;
    display: flex;
}

.title-product-store h6 {
    font-weight: bold;
}

.title-product-store img {
    width: 20px !important;
    height: 20px !important;
    margin-left: 10px;
    border-radius: 0px !important;
}

.detail-info-product-store img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
}
.detail-info-product-store {
    display: flex;
}

.rating-product-store {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.rating-product-store img {
    width: 20px;
    height: 20px;
}

.rating-product-store p {
    font-size: 15px;
    padding-left: 5px;
}

.location-product-store {
    margin-top: 1px;
}

.location-product-store p {
    color: #32343c;
    font-weight: 400;
    font-size: 14px;
}

.user-active-product-store {
    margin-top: 1px;
}

.user-active-product-store p {
    color: #bdbdbd;
    font-weight: 400;
    font-size: 14px;
}

.shadow-card {
    box-shadow: 1px 0px 3.7px rgb(0 0 0 / 25%);
}

.button-buy-product {
    background-color: var(--primary-dark);
    border: 1px solid var(--primary-dark);
    border-radius: 10px;
    color: #ffffff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    cursor: pointer;
}

.button-buy-product-inverse {
    background-color: var(--white);
    border: 1px solid var(--primary-dark);
    border-radius: 10px;
    color: var(--primary-dark);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    cursor: pointer;
}

.button-buy-product-inverse img {
    width: 23px;
    object-fit: cover;
    height: 25px;
}

.button-buy-product-inverse:hover {
    opacity: 0.5;
}

.button-buy-product:hover {
    opacity: 0.5;
}

.wrap-img-download-product-detail {
    padding: 0;
}

.wrap-img-download-product-detail img {
    width: 50%;
}

.wrap-detail-download-product-detail {
    padding-top: 30px;
}

.wrap-detail-download-product-detail img {
    width: 40px;
    height: auto;
    margin-right: 20px;
}

.wrap-detail-download-product-detail h5 {
    font-size: 20px;
    font-weight: 600;
}

.wrap-img-qrcode-modal {
    background: #14a8a6;
    border-radius: 10px;
    padding: 6px;
}

.wrap-img-qrcode-modal img {
    height: 100px;
    width: 100px;
    margin-right: 0px;
}

.wrap-img-download-store {
    padding: 0;
    margin-top: 10px;
}

.wrap-img-download-store img {
    width: 150px;
}

.wrap-detail-scan-download {
    padding: 0;
}

.wrap-detail-scan-download h5 {
    color: var(--primary-dark);
    font-weight: bold;
}

.wrap-text-copyright {
    font-size: 14px;
}

/* skeleton */
.skeleton {
    background-image: linear-gradient(to right, #e6e6e6, #ffffff, #e6e6e6);
    display: inline-block;
    background-size: 200%;
    animation: preloader-block 2s linear 0s infinite reverse forwards;
}

@keyframes preloader-block {
    from {
        background-position: 0%, 0;
    }
    to {
        background-position: 170%, 0;
    }
}

.wrap-skeleton {
    flex-direction: column;
    display: flex;
}

.large-card-skeleton {
    height: 200px;
    min-width: 100%;
    border-radius: 10px;
}

.medium-card-skeleton {
    height: 100px;
    min-width: 100%;
    border-radius: 10px;
}

.small-list-skeleton {
    height: 15px;
    border-radius: 100px;
    margin-top: 10px;
}

.skeleton-large {
    width: 100%;
}

.skeleton-medium {
    width: 60%;
}

.skeleton-small {
    width: 30%;
}
/* skeleton */

/* share */
.modal {
    top: 20%;
}

.btn-close {
    box-shadow: none;
    border: none;
    outline: none;
}

.modal-body .icons {
    margin: 15px 0px 20px 0px;
}

.modal-body .icons a {
    text-decoration: none;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.modal-body .icons a:nth-child(1) {
    color: #4267B2;
    border-color: #b7d4fb;
}

.modal-body .icons a:nth-child(1):hover {
    background-color: #4267B2;
    color: #fff;
}

.modal-body .icons a:nth-child(2) {
    color: #1DA1F2;
    border-color: #b6e7fc;
}

.modal-body .icons a:nth-child(2):hover {
    background-color: #1DA1F2;
    color: #fff;
}

.modal-body .icons a:nth-child(3) {
    color: #25D366;
    border-color: #25D366;
}

.modal-body .icons a:nth-child(3):hover {
    background-color: #25D366;
    color: #fff;
}

.modal-body .icons a:nth-child(4) {
    color: #0077b5;
    border-color: #0077b5;
}

.modal-body .icons a:nth-child(4):hover {
    background-color: #0077b5;
    color: #fff;
}

.modal-body .icons a:nth-child(5) {
    color: #00c300;
    border-color: #00c300;
}

.modal-body .icons a:nth-child(5):hover {
    background-color: #00c300;
    color: #fff;
}

.modal-body .icons a:nth-child(6) {
    color: #0088cc;
    border-color: #0088cc;
}

.modal-body .icons a:nth-child(6):hover {
    background-color: #0088cc;
    color: #fff;
}

.modal-body .icons a:hover {
    border-color: transparent;
}

.modal-body .icons a span {
    transition: all 0.09s ease-in-out;
}

.modal-body .icons a:hover span {
    transform: scaleX(1.1);
}

.modal-body .field {
    margin: 15px 0px -5px 0px;
    height: 45px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 0 5px;
}

.modal-body .field.active {
    border-color: var(--primary-dark);
}

.field span {
    width: 50px;
    font-size: 1.1rem;
}

.field.active span {
    color: var(--primary-dark);
}

.field input {
    border: none;
    outline: none;
    font-size: 0.89rem;
    width: 100%;
    height: 100%;
}

.field button {
    padding: 5px 16px;
    color: #fff;
    background: var(--primary-dark);
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 500;
}

@media (max-width: 330px) {
    .modal-body .icons a {
        margin-right: 15px;
        width: 35px;
        height: 35px;
    }
}

.socmed-icon:hover {
    color: white;
}
/* share */