h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 1.6rem;
}
h2 {
    font-size: 1.25rem;
}
h3 {
    font-size: 1.25rem;
}
h4 {
    font-size: 1rem;
}
h5 {
    padding: 12px 0 0 0;
}
.p {
    font-family: "Figtree", sans-serif;
}
li {
    line-height: 2;
}
.larger {
    font-size: 120%;
}
.border-danger {
    border: 2px solid #e6171a !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.divider {
    background-color: #fdfcf9;
    height: 10px;
    display: block;
}
.btn {
    font-weight: 600;
}
.text-white {
    color: #fff;
}
.text-white:hover {
    color: #fff;
}
.full-height {
    height: 100%;
}
.align-items-center {
    display: flex;
    align-items: center;
}
.lift {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.lift:focus,
.lift:hover {
    box-shadow: 0 1rem 2.5rem rgb(22 28 45 / 0.1), 0 0.5rem 1rem -0.75rem rgb(22 28 45 / 0.1) !important;
    transform: translateY(-6px);
}
.site-header {
    padding: 4px 0;
    position: relative;
    width: 100%;
    top: 0;
    box-shadow: 0 0 3px rgb(0 0 0 / 0.05);
    background: #fff;
    z-index: 990;
}
.nav-item i {
    font-size: 1rem;
    line-height: 1.5;
}
.nav-item {
    font-size: 14px;
    font-weight: 600 !important;
}
.form-control {
    height: 45px;
}
.hide {
    display: none;
}
section#checkout {
    padding: 2rem;
}
#sidebarCollapse {
    cursor: pointer;
    margin-right: 15px;
}
#sidebar {
    width: 75vw;
    max-width: 280px;
    position: fixed;
    top: 0;
    left: -75vw;
    height: 100vh;
    z-index: 996;
    padding-bottom: 30px;
    background: #fff;
    color: #3e3d38;
    transition: all 0.3s;
    overflow-y: scroll;
}
#sidebar.active {
    left: 0;
}
#sidebar .sidebar-header {
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
}
#sidebar .sidebar-header .media-body i {
    padding: 4px;
}
#sidebar .sidebar-body p {
    font-weight: 600;
    margin-bottom: 0;
    padding: 0.85rem;
    border-bottom: 1px solid #ebebeb;
}
#sidebar .sidebar-body ul {
    padding-left: 0;
}
#sidebar .sidebar-body ul li {
    padding: 0.85rem 1.2rem;
    border-bottom: 1px solid #ebebeb;
}
#sidebar .sidebar-body ul li i {
    margin-right: 0.8rem;
}
.dismiss {
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.section-title {
    font-size: 24px;
    margin: 16px 0 16px 0;
    color: #1d1716;
}
.section-subtitle h4 {
    margin-bottom: 4px;
    line-height: 1.75;
    font-weight: 400;
}
section.company,
section.kategori,
section.promo {
    padding: 30px 0;
}
.company-slider {
    margin-top: 20px;
}
section.kategori {
    padding: 24px 0;
}
section.kategori .grid-hover img {
    -webkit-box-shadow: 0 8px 26px -3px rgb(62 57 107 / 0.1);
    box-shadow: 0 8px 26px -3px rgb(62 57 107 / 0.1);
}
section.home-contact {
    background: #fbf8d9;
}
section.home-contact h3 {
    margin-bottom: 1rem;
}
.see-more-button,
.see-more-button:hover {
    font-weight: 600;
    color: #fff;
    background: #cc0303;
    padding: 10px 20px;
    border-radius: 10px;
}
.see-more {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 2.5;
    color: #cc0303;
}
.greeting h1 {
    font-size: 42px;
}
.greeting p {
    margin-top: 10px;
    line-height: 1.75;
}
.product-carousel .owl-stage {
    left: -25px;
}
.offer .item {
    padding: 0 5px;
}
.search-suggest a {
    color: #6b0303;
    font-weight: 600;
}
.search-suggest a:after {
    content: ",";
    color: #6b0303;
    font-weight: 600;
}
.search-suggest a:last-child:after {
    content: "";
}
.overlay,
.search-overlay {
    display: none;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 0.7);
    z-index: 993;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.icon-section .h4 {
    color: var(--blue);
    font-size: 16px !important;
    font-weight: 700 !important;
}
.icon-section p {
    font-size: 0.85rem;
}
.icon-section img {
    width: 50px;
    height: 50px;
    margin-right: 4px;
}
.list-katalog {
    margin: 0;
}
.list-katalog li {
    margin-bottom: 15px;
    box-shadow: 0 4px 12px -2px rgb(0 0 0 / 0.12);
    border-radius: 6px;
    min-height: 100px;
    transition: all 0.5s ease;
}
.list-katalog a {
    padding: 10px 10px 0;
}
.list-katalog h3 {
    font-size: 1rem;
}
.list-katalog p {
    font-size: 0.75rem;
}
.list-katalog img {
    box-shadow: unset !important;
}
.cta-katalog {
    padding: 0 15px 10px;
    text-align: right;
}
.cta-katalog a {
    color: #211c21;
    font-weight: 600;
    position: relative;
}
.cta-katalog a:after {
    content: " ";
    height: 2px;
    width: 77%;
    position: absolute;
    left: 17%;
    bottom: -2px;
    background: #f0d966;
    -webkit-transform: skew(-8deg) scale(1) rotate(-2deg);
    transform: skew(-8deg) scale(1) rotate(-2deg);
    z-index: -1;
}
.city {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.city .section-title {
    color: #1d1716;
}
.category-link {
    font-size: 12px;
    color: #f22613;
    font-weight: 600;
}
.product-carousel-item img {
    border-radius: 5px;
}
.product-carousel-item {
    text-align: center;
}
.last-item-owl {
    min-height: 100px;
    padding: 5%;
    margin-top: 25%;
}
.last-item-owl i {
    font-size: 1.2rem;
}
.home-products {
    border-radius: 4px;
}
.rekomendasi .owl-stage {
    left: 0;
}
.home-products .owl-stage,
.offer .owl-stage {
    left: -25px;
}
.grid-spacing > div {
    margin-bottom: 2rem;
}
.home-products .item img,
.offer img,
.product-carousel-item img,
.product-grid .grid-hover,
.product-grid img {
    border-radius: 10px;
}
.home-products .product-body,
.offer .product-body,
.product-carousel-item .product-body,
.product-grid .product-body {
    padding: 5px;
}
.home-products .product-name,
.offer .product-name,
.product-carousel-item .product-name,
.product-grid .product-name {
    font-size: 14px;
    font-weight: 600;
    color: #966a00;
    margin: 0.5rem 0 0 0;
    line-height: 1.5;
}
.home-products .product-price,
.product-carousel-item .product-price,
.product-grid .product-price {
    margin: auto;
}
.grid-hover img {
    -webkit-transform: translateY(-4px) scale(1.01);
    -moz-transform: translateY(-4px) scale(1.01);
    -ms-transform: translateY(-4px) scale(1.01);
    -o-transform: translateY(-4px) scale(1.01);
    transform: translateY(-4px) scale(1.01);
    transition: all 0.5s ease;
}
.grid-hover img:hover {
    -webkit-transform: translateY(-4px) scale(1.01);
    -moz-transform: translateY(-4px) scale(1.01);
    -ms-transform: translateY(-4px) scale(1.01);
    -o-transform: translateY(-4px) scale(1.01);
    transform: translateY(-4px) scale(1.01);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}
.grid-hover {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.grid-hover:hover {
    -webkit-transform: translateY(-4px) scale(1.01);
    -moz-transform: translateY(-4px) scale(1.01);
    -ms-transform: translateY(-4px) scale(1.01);
    -o-transform: translateY(-4px) scale(1.01);
    transform: translateY(-4px) scale(1.01);
    -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 0.1);
    box-shadow: 0 14px 24px rgb(62 57 107 / 0.1);
}
.product-body del {
    font-size: 0.75rem;
    margin-top: 0.25rem;
    color: #de0c0c;
}
.sale-label {
    position: absolute;
    top: 3px;
    right: 6px;
    font-size: 12px;
    background: #de0c0c;
    color: #fff;
    padding: 14px 5px;
    line-height: 1;
    border-radius: 28px;
}
.stocklabel {
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    right: 5px;
    background: #e60808;
    color: #fff;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 6px;
}
.product-carousel-item .sale-label {
    top: 16px;
    right: 21px;
}
.bestseller,
.signaturelabel {
    display: inline-block;
    margin: -10px 3px;
    line-height: 1.2;
}
.signaturelabel span {
    text-align: center;
    padding: 3px 5px;
    font-size: 12px;
    background: #1c1716;
    color: #edd78c;
    line-height: 1;
    border-radius: 3px;
}
.bestseller span {
    text-align: center;
    background: #106A06;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    border-radius: 3px;
}
.express-label {
    line-height: 1.2;
}
.express-label span {
    text-align: center;
    color: #fff;
    background-color: #bb0707;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
}
.dateoverlay {
    display: none;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 0.5);
    z-index: 9;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.product-detail {
    padding: 6vh 0 6vh 0;
}
.product-badge {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    padding-left: 10px;
    padding-right: 20px;
    border-bottom-right-radius: 36px;
    background-color: #ff4747;
    color: #fff;
    line-height: 2;
    z-index: 1;
}
.product-desc .nav-tabs .nav-item.show .nav-link.active,
.product-desc .nav-tabs .nav-link.active {
    background-color: #fff0;
    border: none;
    border-bottom: 2px solid #ceb068;
    transition: border 1.5s ease;
    font-weight: 600;
}
.product-desc .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
    border-bottom: 2px solid #f3f3f3;
    font-size: 12px;
}
.widget-social ul {
    margin: 0;
    padding: 0;
}
.product-share .widget-social ul li {
    display: inline-block;
    padding-right: 5px;
    list-style: none;
    text-align: center;
}
.product-share .widget-social ul li a {
    display: inline-block;
    width: 28px;
    line-height: 1.5;
    height: 28px;
    padding: 3px 0;
    border-radius: 100%;
    border: 1px solid #484849;
}
.product-share .widget-social ul li .icon {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-share .widget-social ul li .icon i {
    font-size: 14px;
}
.product-desc {
    box-shadow: 0 30px 70px 0 #efeaea;
    padding: 0.5rem 2rem 2rem 2rem;
    border-radius: 8px;
}
.product-desc h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.occassion {
    white-space: nowrap;
    overflow: auto;
    clear: both;
}
.occasion a {
    font-size: 0.75rem;
}
.product-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.product-title h3 {
    font-size: 1.125rem;
    margin: 0.6rem 0;
}
.product-title .discount del {
    font-weight: 600;
    color: #94928e;
}
.instock {
    padding: 5px 10px;
    color: #fff;
    background: #de0c0c;
    border-radius: 3px;
    line-height: 3;
    font-weight: 600;
}
.product-title .discount .cut {
    padding: 2px 4px;
    color: #ff4747;
    background: #fff0f2;
    border-radius: 3px;
    margin-left: 8px;
    font-weight: 600;
}
.product-short p {
    line-height: 1.75;
    color: #353131;
}
.bg-secondary {
    background-color: #6c757d !important;
}
.text-danger {
    color: #de0c0c;
}
.text-success {
    color: #28a745 !important;
}
.label-premium {
    position: absolute;
    z-index: 18;
    left: 3px;
    top: 0;
    padding: 1px 5px;
    background: #c19016;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
}
.product-form {
    background-image: url(https://files.delovery.com/static/form-bg_09535413-b847-4078-d06e-c7a8293a9000.webp) !important;
    background-size: cover;
    background-position: center left;
    padding: 6px;
}
.product-order {
    padding: 8px 22px;
    background: #fff;
}
.product-order .row {
    border: 2px solid #ece0bc;
    padding: 12px 0;
}
.product-summary h3 {
    margin-bottom: 15px;
}
.product-order label {
    margin: 3px 0;
    color: #ef3024;
    font-size: 14px;
    font-weight: 600;
}
.product-order .form-control[readonly] {
    margin-bottom: 10px;
    height: auto;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    background-color: #f8f9fa;
    color: #212529;
    font-weight: 600;
}
.product-order #kotakirim {
    margin-bottom: 10px;
    height: auto;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    background-color: #fff;
    color: #212529;
    font-weight: 600;
}
.product-order .form-control option {
    padding: 10px;
}
.product-button {
    display: flex;
    padding: 8px;
}
.product-button a,
.product-button button {
    padding: 8px;
    border-radius: 6px;
    margin: 0 4px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all ease 0.5s;
}
.product-button a span {
    font-weight: 600;
}
.product-button a.wa-button {
    border: 2px solid #3b9869;
    color: #135d37;
    background: #fff;
    width: 40%;
}
.product-button .cart-button {
    border: 2px solid #e6171a;
    background: #e6171a;
    color: #fff;
    width: 60%;
    box-shadow: 0 10px 10px -7px rgb(250 89 3 / 0.8);
}
.product-button a.wa-button:hover {
    background: #16d174;
    border: 2px solid #16d174;
    color: #fff;
}
.product-button .cart-button:hover {
    border: 2px solid #d11212;
    color: #fff;
    background: #d11212;
    box-shadow: 0 10px 10px -7px rgb(252 45 46 / 0.8);
}
.cart-show {
    border: 2px solid #d10e11;
    padding: 10px;
    background: #d10e11;
    color: #fff;
    width: 75%;
    cursor: pointer;
    box-shadow: 0 4px 22px -8px rgb(252 45 46 / 0.8);
}
.product-button .cart-show:hover {
    color: #fff;
    border: 2px solid #e6171a;
    background: #e6171a;
}
.product-info {
    background: #fff;
    line-height: 2.4;
}
.product-info i {
    position: relative;
    top: 0;
    font-size: 18px;
    margin-right: 5px;
}
section#deskripsi::before {
    content: "";
    height: 10px;
    display: block;
    background-color: #fdfcf9;
}
.product-summary {
    padding: 10px 0;
}
.product-short ul,
.product-summary ul {
    padding-left: 12px;
    text-align: left;
}
.product-short ul li,
.product-summary ul li {
    list-style: none;
    position: relative;
    margin: 8px 0;
}
.product-short ul li:before,
.product-summary ul li:before {
    font-family: "font awesome\ 5 pro";
    content: "\f054";
    position: absolute;
    top: 6px;
    left: -12px;
    font-size: 8px;
}
.review {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 20px 12px;
    border: 1px solid #c2c2d0;
    border-radius : 8px;
    break-inside: avoid; /* Prevents items from breaking between columns */
}
.user-review {
    border-top: 1px solid #b6b6b6;
}

.stars {
    color: #ffd700;
    font-size: 14px;
}

.review-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}
.rating {
    color: gold;
}
.timestamp {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 0.8rem;
} 

.review-column {
    column-count: 3; /* Set the number of columns */
    column-gap: 20px; /* Gap between columns */
    padding: 20px 20px 0px 20px;
}

.user-avatar {
    width: 50px;
    height: 50px;
    background-color: #F8A98F;
    display: flex; 
    font-weight: bold; 
    border-radius: 50%; 
    justify-content: center; 
    align-items: center;
    color: white;
    font-size: 20px;
}
section.related::before {
    content: "";
    height: 10px;
    display: block;
    background-color: #fdfcf9;
}
@media (max-width: 768px) {
    .grid-spacing {
        margin-right: -9px;
        margin-left: -9px;
    }
    .grid-spacing > div {
        margin-bottom: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .review-column {
        column-count: 1; 
    }
    .review-item {
        display: none;
    }

    .review-item:nth-child(-n+3) {
        display: block;
    }
    #showMoreBtn {
        display: block;
    }

    #lihatSemuaUlasan {
        display: none; 
    }
}

@media (min-width: 769px) {
    #showMoreBtn {
        display: none;
    }

    #lihatSemuaUlasan {
        display: block;
    }
}

@media (max-width: 480px) {
    .review-column {
        column-count: 1;
    }
}
#city-result {
    display: none;
    background: #fff;
    position: relative;
    z-index: 12;
    border-radius: 10px;
    padding: 1rem;
    -webkit-box-shadow: 4px 10px 20px -1px rgb(68 63 50 / 0.1);
    box-shadow: 4px 10px 20px -1px rgb(68 63 50 / 0.1);
}
.katalog-banner {
    padding: 1rem;
    box-shadow: 0 10px 20px -5px #f2f3f5;
    background-image: url(../images/bg-heading.webp) !important;
    background-size: cover;
    background-position: top;
}
.katalog-title {
    padding-top: 0.5rem;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}
.changecity .bootstrap-select.form-control {
    border: 1px solid #d2cfc9;
    height: 45px;
    border-radius: 10px;
}
.changecity .bootstrap-select.form-control .btn {
    padding: 0.6rem;
}
.changecity .bs-searchbox .form-control {
    height: 36px;
}
.katalog-title .bootstrap-select.form-control {
    height: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 10px 20px -1px rgb(68 63 50 / 0.1);
    box-shadow: 4px 10px 20px -1px rgb(68 63 50 / 0.1);
}
.katalog-title .bootstrap-select.form-control .btn {
    border: none;
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    color: #353131;
    font-weight: 600;
}
.katalog-title .bs-searchbox .form-control {
    height: 40px;
}
.katalog-title .dropdown-menu.inner {
    max-height: 186px !important;
    overflow: auto;
}
.katalog-title .dropdown-toggle::before {
    display: inline-block;
    margin: 0 0.5rem 0 0.35rem;
    position: relative;
    vertical-align: 0.255em;
    content: "\f3c5";
    font-weight: 300;
    font-size: 1.75rem;
    font-family: "font awesome\ 5 pro";
    border: none;
}
.katalog-title .dropdown-toggle::after {
    display: none;
}
.katalog-title .dropdown-menu {
    border-radius: 10px;
    -webkit-box-shadow: 4px 10px 20px -1px rgb(68 63 50 / 0.2);
    box-shadow: 4px 10px 20px -1px rgb(68 63 50 / 0.2);
}
#kontak {
    display: none;
}
.load-more {
    display: none;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
}
.load-more div {
    position: absolute;
    top: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #222220;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.load-more div:nth-child(1) {
    left: 6px;
    animation: load-more1 0.6s infinite;
}
.load-more div:nth-child(2) {
    left: 6px;
    animation: load-more2 0.6s infinite;
}
.load-more div:nth-child(3) {
    left: 26px;
    animation: load-more2 0.6s infinite;
}
.load-more div:nth-child(4) {
    left: 45px;
    animation: load-more3 0.6s infinite;
}
@keyframes load-more1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes load-more3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes load-more2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}
.breadcrumb-trail {
    font-size: 13px;
    color: #353131;
    overflow-x:auto;
    margin: auto;
}
.trail-items {
    margin-bottom: 0;
    background-color: #fff0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 8px 0;
    list-style: none;
}
.breadcrumb-trail .breadcrumb a {
    font-weight: 600;
}
@keyframes animateBg {
    0% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}
.animated-gradient {
    animation: animateBg 1s linear infinite;
    background-image: linear-gradient(90deg, #ffffff, #d8d3d0, #ffffff, #d8d3d0);
    background-size: 300% 100%;
}
.breadcrumb-trail .breadcrumb > li + li::before {
    content: "\f111";
    display: inline-block;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 600;
    font-size: 6px;
    margin: 0 6px;
    position: relative;
    top: -1px;
}
.katalog-title .btn-search {
    border-radius: 10px;
    height: 50px;
    font-size: 1.1rem;
    min-width: 150px;
}
.katalog-title .btn-search {
    background: #ee3000;
    color: #fff;
}
.katalog-title h1 {
    font-weight: 600;
    margin: 2.5rem 0 1.5rem 0;
}
.katalog-title form {
    margin-bottom: 1rem;
}
.katalog-product {
    padding: 0.5rem 0;
    font-weight: 600;
}
.katalog-product .title {
    margin-top: 10px;
    line-height: inherit;
}
.katalog-product h5,
.product-body h5 {
    font-weight: 600;
    font-size: 0.75rem;
    margin: 0;
    color: #ceb058;
}
.katalog-product .title:before {
    content: "\f192";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    margin-right: 10px;
    font-size: 50%;
    position: relative;
    top: -2px;
}
.katalog-product .kota:before {
    content: "\f3c5";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 400;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.product-grid_container {
    padding: 0 0 0.5rem 0;
    position: relative;
}
.product-grid_image {
    position: relative;
}
.product-grid_image img {
    padding: 2px;
}
.katalog-product .product-list {
    padding: 1.5rem 0;
}
.katalog-product .product-list a img {
    width: 100%;
}
.promo-card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 14px -2px rgb(82 76 59 / 0.11);
}
.promo-card:hover {
    box-shadow: 0 3px 14px -2px rgb(82 76 59 / 0.25);
}
.category-banner .owl-dots {
    position: relative;
    margin-top: -25px !important;
}
.quick-filter .item a {
    border: 1px solid #3f3f3f;
    color: #3f3f3f;
    background: #fff;
    border-radius: 6px;
    font-size: 12px;
}
.quick-title {
    font-size: 14px;
}
.filter {
    padding: 10px 0;
}
.btn-filter a {
    padding: 8px;
    width: 90%;
    border-radius: 20px;
    border: 1px solid #757e88;
}
#kota .input-icon i {
    left: 10px;
    color: #8b8b8b;
}
.load-btn {
    background: #ff670a;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 20px 6px 15px;
}
.load-icon {
    font-size: 1.25rem;
    position: relative;
    top: 2px;
    margin-right: 5px;
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.load-btn:hover {
    background: #ff670a;
    color: #fff;
    font-weight: 600;
}


@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}100%{transform:translateY(0)}}
#btn-kontak:hover{animation-play-state:paused}
#btn-kontak {
    position:fixed;
    right: 10px;
    bottom: 18px;
    width:auto;
    animation: float 2s infinite;bottom: 18px;
    z-index:9090;
}
.btn-whatsapp {
    background: #098633;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease all;
    padding: 8px 22px;
    box-shadow: 0 3px 14px -2px rgb(82 76 59 / 0.25);
    border: unset;
    border-radius: 12px;
}

#phone-button {
    display: none;
    background-color: var(--blue);
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease all;
    padding: 8px 22px;
    box-shadow: 0 3px 14px -2px rgb(82 76 59 / 0.25);
    border: unset;
    border-radius: 12px;
}
#phone-button, #wa-button {
    width: auto;
}
#phone-button:hover, .btn-whatsapp:hover {
    color: #fff;
}
#phone-button span, .btn-whatsapp span {
    position: relative;
    top: -2px;
    font-size: 14px;
}
.btn-whatsapp i, #phone-button i {
    font-weight: 400;
    font-size: 20px;
    margin-right: 4px;
}
#phone-button i {
    font-size: 18px;
}
#phone-button:hover {
    background-color: var(--blue);
    color: #fff;
}
@media only screen and (max-width: 540px) {
    #phone-button {
        display: block;
    }
}
.btn-payment {
    border: 2px solid #07a03d;
    background: #07a03d;
    padding: 0.65em 1em;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 2px 10px 0 rgb(123 119 119 / 80%);
}
.btn-payment:hover {
    border: 2px solid #e6171a;
    background: #e6171a;
    color: #fff;
    box-shadow: 0 10px 10px -7px rgb(250 89 3 / 0.8);
}
.order-form {
    padding: 20px 0;
}
.order-form .box {
    margin-bottom: 40px;
}
.order-form .box-body p,
.order-form .form-group {
    line-height: 1.75;
}
.order-form .form-group a {
    float: right;
    color: #2b2525;
}
.order-form .btn-login {
    color: #097e0f;
    font-weight: 600;
}
.order-form label {
    font-weight: 600;
    font-size: 90%;
    text-transform: uppercase;
    padding-left: 4px;
}
.form-line {
    margin-bottom: 20px;
    height: 0.1875rem;
    width: 100%;
    background-position-x: -1.875rem;
    background-size: 7.25rem 0.1875rem;
    background-image: repeating-linear-gradient(45deg, #6fa6d6, #6fa6d6 33px, transparent 0, transparent 41px, #f18d9b 0, #f18d9b 74px, transparent 0, transparent 82px);
}
.order-form .box-body {
    padding-bottom: 10px;
}
.env-box {
    padding: 20px;
    margin-bottom: 20px;
    border: 4px solid #fff0;
    background: linear-gradient(white, #fff) padding-box, repeating-linear-gradient(-45deg, #f18d9b 0, #f18d9b 12.5%, transparent 0, transparent 25%, #6fa6d6 0, #6fa6d6 37.5%, transparent 0, transparent 50%) 0/4.75em 4.75em;
}
.order-form .box-title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
}
.order-form .cart-item h5 {
    font-weight: 600;
    font-size: 1rem;
}
.order-form .checkout button {
    border: none;
    padding: 0.65rem 1.65rem;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 5px 18px -2px rgb(82 76 59 / 0.5);
}
.order-form .checkout {
    padding: 5px;
    font-size: 1rem;
    font-weight: 600;
    background: #fff;
}
.form-group .label {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
}
input#nama_pengirim {
    border: 2px solid #000;
}
.form-group .helper {
    font-size: 0.9em;
}
.login {
    font-size: 0.85rem;
}
.cart_items {
    background: #fafafa;
}
.cart_items .media img {
    border-radius: 10px;
}
.cart_items .discount {
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid rgb(175 175 175 / 0.34);
    border-bottom: 1px solid rgb(175 175 175 / 0.34);
}
.cart_items .discount .form-control {
    height: 40px;
}
.cart_items .discount .btn {
    padding: 9px 16px;
    border: none;
    font-size: inherit;
    font-weight: 600;
    text-transform: uppercase;
}
.cart_items .subtotal {
    font-weight: 600;
    margin: 10px 0;
}
.payment-header {
    cursor: pointer;
    padding: 8px 15px 15px;
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 2px;
}
.payment-header h5 {
    text-decoration: none !important;
    font-weight: 600;
}
.card-body {
    padding: 0 15px 20px 15px;
    border-radius: 3px;
}
.card-header .payment-header.collapsed {
    background: #fafafa;
    border-radius: 10px;
}
.card-header .payment-header .fal {
    font-size: 18px;
    color: #ceb058;
}
.card-header .payment-header.collapsed .fal.up,
.card-header .payment-header.collapsed .far.up {
    display: inline-block;
}
.card-header .payment-header.collapsed .fal.main,
.card-header .payment-header.collapsed .fas.main {
    display: none;
}
.card-header .payment-header .fal.up,
.card-header .payment-header .far.up {
    display: none;
}
.card-header .payment-header .fal.main,
.card-header .payment-header .fas.main {
    color: #ceb058;
}
.payment-list {
    padding: 0 0 20px 0;
}
.payment-list .custom-control-input:checked ~ .custom-control-label::before {
    top: 12px;
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.payment-list .custom-control {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
}
.payment-list .custom-control {
    padding: 15px 0 15px 0;
}
.payment-list .custom-control label {
    padding-left: 30px;
}
.payment-list .custom-control-input:checked ~ .custom-control-label::after {
    top: 12px;
}
.payment-list .custom-control-label::before {
    top: 12px;
    left: 0;
    border-radius: 1rem;
    width: 1rem;
    height: 1rem;
}
.payment-list .custom-control-label::after {
    width: 1rem;
    left: 0;
    height: 1rem;
}
.accordion .card {
    margin-top: 20px;
}
.accordion .accordion-title,
.text-red {
    color: #ef3024;
}
.payment-info {
    margin-bottom: 20px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 12px 40px rgb(171 158 158 / 0.35);
}
.payment-inner {
    border: 0.125em solid #ece0bc;
    padding: 15px 20px;
}
.countdown,
.rekening {
    margin: 15px 0;
}
.timer {
    font-weight: 600;
    font-size: 21px;
}
.offside .content,
.cross,
.partnership img {
    border-radius: 10px;
}
.offside {
    margin-left: -8.333333%;
    margin-top: 6%;
}
.offside .content {
    background: #fff5eb;
    padding: 80px 4% 80px 10%;
}
footer {
    background: #fafafa;
    padding-top: 20px;
    padding-bottom: 10px;
}
footer .widget h5 {
    margin: 10px 0;
}
footer .widget {
    margin-bottom: 15px;
}
footer .widget ul li {
    padding: 5px 2px;
}
.explainer {
    color: #5e5e5e;
    font-size: 80%;
}
.megamenu {
    width: 760px;
}
.nav-link {
    display: block;
    padding: 0.75rem 1rem;
}
.dropdown-menu {
    border: none;
    border-radius: unset;
    margin: 0;
}
.dropdown-header {
    font-weight: 700;
    font-size: 16px;
    padding: 0.5rem 0.75rem;
}
.dropdown-menu .dropdown-item {
    white-space: normal;
}
.dropdown-submenu .dropdown-toggle::after {
    display: none;
}
.dropdown-toggle::after {
    position: relative;
    top: 2px;
}
.dropdown-item-title,
.dropdown-header {
    font-weight: 700;
    color: #3c4043;
}
.dropdown-item-new {
    color: red;
    font-weight: 700;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0;
    border-radius: 0.25rem;
    display: none;
}
.dropdown-item:hover {
    background: none;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff0;
        border: none;
        box-shadow: none;
    }
    .dropdown-item {
        padding-left: 1rem;
    }
    .dropdown-header,
    .dropdown-title {
        font-size: 16px;
        font-weight: 700;
        padding: 0.5rem 0.75rem;
    }
}
@media screen and (max-width: 800px) {
    .product-button a i {
        top: 2px;
        font-size: 16px;
        margin-right: 5px;
    }
    .product-button a {
        padding: 12px 0;
    }
}
@media screen and (max-width: 640px) {
    .user-offcanvas,
    .offcanvas-collapse .nav-link {
        padding: 0.75rem 1rem;
        font-size: 16px;
    }
    .offcanvas-collapse .nav-link {
        border-bottom: 1px solid #ebebeb;
    }
    .product-body del {
        display: block;
    }
    .sale-label {
        position: absolute;
        top: 3px;
        right: 6px;
        font-size: 10px;
        background: #de0c0c;
        color: #fff;
        padding: 12px 4px;
        line-height: 1;
        border-radius: 28px;
    }
    .stocklabel {
        font-size: 10px;
    }
    .product-carousel-item .sale-label {
        top: 5px;
        right: 8px;
        padding: 10px 5px;
        font-size: 8px;
    }
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 16px;
    }
    .see-more {
        font-size: 13px;
    }
    .single-product .owl-nav.disabled + .owl-dots {
        margin-top: 8px !important;
    }
    .section-title {
        font-size: 18px;
    }
    main .search {
        padding: 1.75rem 0 1rem 0;
    }
    .logo img {
        position: relative;
        top: 1px;
    }
    .greeting {
        text-align: center;
    }
    .greeting h1 {
        font-size: 32px;
        line-height: 1.5;
    }
    .offer .item {
        max-height: 30vh;
    }
    .logo img {
        width: 120px;
        height: auto;
        margin-bottom: 2px;
    }
    #promo-banner .item {
        padding: 4px;
    }
    .main-menu {
        display: none;
    }
    .search-suggest {
        font-size: 10px;
    }
    .search-suggest span {
        display: block;
    }
    section.partnership h2 {
        font-size: 1.25rem;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    section#checkout {
        padding: 0.5rem;
    }
    .home-products .product-price del {
        display: block;
    }
    .katalog-product .title {
        margin-top: 5px;
        font-size: 16px;
    }
    .katalog-product .product-list {
        padding: 0.5rem 0;
    }
    .katalog-title .bootstrap-select.form-control {
        margin-top: 0.3rem;
        font-size: 0.8rem;
        height: 45px;
    }
    .katalog-title .bootstrap-select.form-control .btn {
        font-size: 0.88rem;
    }
    .katalog-title .dropdown-toggle::before {
        font-size: 1.5rem;
    }
    .katalog-title h1 {
        margin-bottom: 0.8rem;
        text-align: center;
        margin: 1rem 0;
    }
    .product-desc h2 {
        margin-bottom: auto;
        line-height: 1;
    }
    .product-desc {
        padding: 1.5rem 1rem 1.5rem 1rem;
    }
    .payment-inner h3 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
    .rekening h5 {
        font-size: 0.85rem;
    }
    .pay .btn {
        margin: 5px 0;
    }
    .city .section-title {
        font-size: 18px;
    }
    .city .category-link {
        font-size: 10px;
    }
    .search-city {
        padding: 0;
    }
    .search-close i {
        font-size: 1.35rem;
        padding-bottom: 0.75rem;
    }
    .icon-section img {
        width: 36px;
        height: 36px;
    }
    .icon-section h2.h5 {
        margin-top: 8px;
        font-size: 9px;
    }
    #search-result ul li {
        display: block;
    }
    .list-katalog .media p {
        font-size: 12px;
    }
    .cta-katalog {
        padding: 0 0 10px;
        text-align: right;
        font-size: 12px;
    }
    .home-products .product-price {
        font-weight: 600;
    }
    .product-detail {
        background: #fbfcfd;
        padding: 0;
    }
    .product-badge {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 10px;
        padding-right: 20px;
        border-bottom-right-radius: 36px;
        background-color: #ff4747;
        color: #fff;
        line-height: 2;
        z-index: 1;
    }
    .product-gallery {
        padding: 10px;
    }
    .product-desc {
        background: #fff;
    }
    .product-title h3 {
        font-weight: 600;
    }
    .product-button {
        padding: 12px 4px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 8;
        box-shadow: 0 0 20px -4px rgb(199 202 201 / 0.74);
    }
    .product-button a,
    .product-button button {
        font-size: 12px;
        padding: 8px 0;
    }
    .order-form .seal img {
        margin: 10px;
        width: 40%;
    }
    .quick-title {
        font-size: 10px;
        display: block;
        line-height: 1;
    }
    .filter {
        padding: 2px 0;
    }
    #kota {
        position: relative;
        z-index: 899;
        padding: 8px 10px;
        background: #fff;
        width: 100%;
        left: 0;
    }
    #kota .input-icon input {
        background: #f2f4f6;
        border: none;
    }
    .btn-filter {
        padding: 6px 0;
    }
    section.category {
        margin-top: 60px;
    }
    .offside {
        margin-left: 0;
        padding: 0 22px;
        margin-top: -20%;
    }
    .btn-responsive {
        width: 100%;
    }
    .offside {
        margin-left: 0;
        padding: 0 22px;
        margin-top: -20%;
    }
    .offside .content {
        padding: 40px 20px;
        text-align: center;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    main .search {
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        padding: 5vh 0 4vh 0;
    }
}
.tabbed {
	overflow-x: hidden;
	margin-bottom: 32px;
	padding-bottom: 16px;
}

.tabbed [type="radio"] {
	/* hiding the inputs */
	display: none;
}

.tabs {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-ms-overflow-style: none;  /* hide scrollbar in IE and Edge */
	scrollbar-width: none;  /* hide scrollbar in Firefox */
	-webkit-overflow-scrolling: touch;  /* enable smooth scrolling on iOS */
	border-bottom: 1px solid #dee2e6;
}

.tabs::-webkit-scrollbar {
	display: none;  /* hide scrollbar on WebKit browsers */
}

.tab > label {
	display: block;
	padding: 12px 0;
	cursor: pointer;
	transition: all 0.3s;
	white-space: nowrap;  /* ensure tabs do not wrap */
	margin-right: 36px;
	margin-bottom: -1px;
}

.tab:hover label {
	color: #ceb068;
	font-weight: bold;
}

.tab-content {
	display: none;
	color: #777;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
	font-weight: bold;
	border-bottom: 3px solid #ceb068;
	background: #fff;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
	display: block;
}
.btn-secondary {
    color: #484849;
    background-color: #edd78c;
    border-color: #edd78c;
}

.btn-dark {
    color: #ffffff;
    background-color: #030303;
    border-color: #030303;
}
.btn-dark:hover {
    color: #ceb068;
    background-color: #000000;
    border-color: #000000;
}
.more-content {
    display: none;
}
.content-wrapper {
    position: relative;
    max-height: 54vh; /* Tinggi maksimal sebelum expand */
    overflow: auto;
    transition: max-height 0.3s ease; /* Animasi saat membuka konten */
}
.content-wrapper h2 {
    font-size: 1.5rem;
}
.content-wrapper a {
    color: #0a469b !important;
    text-decoration: underline;
}

.content-wrapper {
    text-decoration: none;
}

.content-wrapper a:visited {
    color: #551a8b;
}

.content-wrapper a:hover {
    color: #003366;
    text-decoration: underline;
}

.content-wrapper table {
  width: 100%;
}
.content-wrapper table td, .content-wrapper table th {
  border: 1px solid #ddd;
  padding: 4px 8px;
}

.content-wrapper table tr:nth-child(even){background-color: #f2f2f2;}

.content-wrapper table tr:hover {background-color: #ddd;}

.content-wrapper table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
