/*
Theme Name: Joni 2025
Theme URI: https://titipjoni.com/
Author: Ade Chrisnadhi
Author URI: https://chrisnadhi.com/
Description: WP Theme for titip Joni 2025
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: titipjoni

*/

:root {
/*    --tj-color: #D24D4E;
    --tj-color-saturation: #c5333a;
    --tj-color: #b20032;
    --tj-color-saturation: #b20032;*/
    --tj-color: #DA003D;
    --tj-color-bg: #C20036;
    --tj-color-saturation: #DA003D;
    --secondary-color: #FFC111;
    --primary-gradient: linear-gradient(45deg, rgba(168,0,47,1) 0%, rgba(218,0,61,1) 100%);
    --hover-gradient: linear-gradient(45deg, rgba(194,0,54,1) 0%, rgba(255,15,82,1) 100%);
    --yellow: #F99C06;
    --yellow-light: #ffe600;
    --border-dark: rgba(0,0,0,0.1);
    --text: #343435;
    --blue: #005680;
    --lightgrey: #eff1f6;
    --lightergrey: #fbfcfe;
    --greyline: #BFC9D9;
}

/*GENERAL*/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}
.tj-button a {
    padding: 8px 24px;
    display: block;
    border: 2px solid var(--tj-color);
    text-decoration: none;
    color: var(--tj-color);
    margin: 0 auto 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    transition: all 0.2s ease;
    background: #fff;
}

.tj-button a:hover {
    background: var(--primary-gradient);
    color: #fff;
    border-color: #94262b;
    box-shadow: 1px 1px 0 #94262b, 3px 3px 0 #94262b;
}


/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

body {
    font-family: "Inter", Arial, sans-serif;
    padding-top: 60px;
    overflow-x: hidden;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
}

/*GENERAL*/
table {
    width: 100%;
    border-color: #eff1f6;
}
table td, table tr {
    padding: 6px;
    border-right: 1px solid #eff1f6;
}

/*HEADER*/
.header-mobile {
    padding: 10px 0;
    background: #7D1A87;
    background: linear-gradient(180deg, rgba(125, 26, 135, 1) 0%, rgba(186, 20, 204, 1) 100%);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.logo-mobile img, img.logo-mobile {
    height: 40px;
    position: relative;
    display: inline-block;
    margin-right: 16px;
    float: left;
}
span.menu-icon, span.close-icon, .user-icon {
    cursor: pointer;
}
span.menu-iconn {
    float: left;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 0;
    position: relative;
}
.user-icon {
    float: right;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 0;
    position: relative;
}
span.menu-icon svg, .user-icon svg {
    height: 32px;
    width: 32px;
    display: block;
}
.user-icon img {
    width: 32px;
    height: 32px;
    float: right;
    padding: 2px;
    content: url(img/user-icon.svg);
}
.user-icon.muncul img {
    content: url(img/close-circle.svg);
}
.login-mobile {
    position: fixed;
    background: #fff;
    z-index: -1;
    height: 0;
    width: 100vw;
    opacity: 0;
    top: 58px;
    left: 0;
}
.login-mobile.muncul {
    height: 100vh;
    opacity: 1;
}
.login-mobile a.tj-button {
    padding: 16px 24px;
    background: var(--primary-gradient);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}

.header-home {
    padding: 16px 0;
    display: block;
    background: #fff;
}
.header-home h2 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
}

.header-tj-stock {
    margin-top: 10px;
    text-align: center;
    color: #757575;
    font-size: 12px;
}
.header-tj-stock p {
    margin: 0;
}
.header-tj-stock a {
    text-decoration: none;
    color: #757575;
}


/*HEADER SINGLE PRODUCT*/
a.back-button {
    display: block;
    float: left;
}
a.back-button img {
    display: block;
    float: left;
    height: 32px;
    margin-right: 16px;
}


/* # WooCommerce Cart Icon*/

.cart-contents {
    position: relative;
    display: inline-block;
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}
.cart-contents:before {
    content: url(img/cart-icon.svg);
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    display: block;
    transform: rotate(0deg);
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    display: block;
    transform: rotate(0deg);
    background-image: url(img/cart-icon.svg);
    background-size: cover;
}
.cart-contents-count {
    position: absolute;
    top: 16px;
    right: -2px;
    transform: translateY(-105%) translateX(25%);
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    width: auto;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: var(--tj-color-saturation);
    border-radius: 4px;
    padding: 0 6px;
}
.header-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0;
    border-radius: 0;
}
.header-mobile .dgwt-wcas-search-wrapp {
    min-width: 120px;
    width: calc(100% - 56px);
    margin-right: 0;
    display: inline-block;
    float: left;
}
.home .header-mobile .dgwt-wcas-search-wrapp {
    /* width: 100%; */
}
.header-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 6px 8px 6px 36px;
    font-size: 16px;
    border-radius: 8px;
    margin: 0;
    line-height: 20px;
    height: 36px;
    border: 0;
}
.header-mobile .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
    margin-right: 0;
}
.header-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 6px;
    right: auto;
    top: 2px;
}
.mobile-menu-overlay {
    width: 100vw;
    height: 100vh;
    top: 0;
    position: fixed;
    left: 0;
    display: none;
    background: #000;
    opacity: 0.3;
    z-index: 99;
}
.mobile-menu-overlay.open {
    display: block;
}
.mobile-menu {
    background: #ffffff;
    position: fixed;
    left: -75vw;
    padding-top: 16px;
    width: 75vw;
    height: 100vh;
    z-index: 9;
    bottom: auto;
    right: 0;
    transition: all ease 0.2s;
    overflow-y: scroll;
    overflow-x: hidden;
}
.mobile-menu img.logo-mobile {
    height: 40px;
    position: absolute;
    top: 24px;
    left: 28px;
    display: block;
}
.mobile-menu.open {
	left: 0;
    z-index: 999999;
}
div#kategori-menu {
    opacity: 1;
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all ease 0.2s;
    overflow-y: scroll;
    overflow-x: hidden;
}
div#kategori-menu.open {
    opacity: 1;
    left: 0;
}
.link-kategori a:after {
    background-image: url(img/right.svg);
    content: "";
    position: absolute;
    left: 140px;
    top: 0px;
    display: inline-block;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    bottom: 0;
    margin: auto;
}
.back-kategori a {
    padding-left: 40px !important;
}
.back-kategori a:after {
    background-image: url(img/left.svg);
    content: "";
    position: absolute;
    left: 16px;
    top: 0px;
    display: inline-block;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    bottom: 0;
    margin: auto;
}
.header-mobile .dgwt-wcas-search-wrapp {
    min-width: 0 !important;
    margin-right: 10px;
    float: right;
}
.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
    height: 32px !important;
    max-width: 32px !important;
}
span.close-icon {
    width: 32px;
    height: auto;
    display: block;
    position: absolute;
    left: auto;
    right: calc(var(--bs-gutter-x) * .5);
    bottom: auto;
    top: calc(var(--bs-gutter-x) * .5);
}
.mobile-menu .border-bottom {
    border-color: #DDCBFF !important;
    border-width: 2px !important;
}
.mobile-menu a {
    color: #BA14CC;
    text-decoration: none;
    padding: 12px 16px;
    display: block;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}
.mobile-menu ul#menu-footer-menu-1 a {
    color: #454545;
    font-size: 10px;
}
.mobile-menu ul {
 margin: 1% 0;
 padding: 0;
 text-align: left;
 list-style: none;
}
.mobile-menu ul .sub-menu {
 overflow: hidden;
 display: none;
 list-style: none;
 padding-left: 0;
}
.menu-tab-mobile li {
    width: 50%;
    text-align: center;
}
.menu-tab-mobile li button {
    width: 100%;
    border-radius: 0px !important;
    background: var(--lightgrey);
    color: #343435;
}
.menu-tab-mobile li button.active {
    background: var(--tj-color-saturation) !important;
}

li.menu-item-has-children > a {
 width: 100%;
 display: block;
 margin: 0;
 cursor: pointer;
 position: relative;
}
.sub-menu  .sub-menu li.menu-item-has-children > a {
 background: darkgrey;
}
.sub-menu.show a {
    padding-left: 16px;
}
.sub-menu .sub-menu.show a {
    padding-left: 32px;
}
li.menu-item-has-children > a:before {
    content: url(img/arrow-down.svg);
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    display: block;
    transform: rotate(0deg);
}
li.menu-item-has-children:has(> .show) > a:before {
  transform: rotate(180deg);
}
ul.sub-menu li {
    position: relative;
}
ul.sub-menu li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--tj-color-saturation);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sub-menu ul.sub-menu li:before {
    left: 16px;
}
ul.sub-menu li:has(.sub-menu.show):before {
    top: 21.5px;
    bottom: auto;
}

.woocommerce-products-header {
    top: 84px;
    z-index: 0;
    position: fixed;
    margin-bottom: 24px;
    background: #fff;
    border-bottom: 1px solid var(--lightgrey);
    z-index: 999;
}
h1.woocommerce-products-header__title.page-title {
    font-size: 24px;
    color: #fff;
    line-height: 1;
    padding: 48px 0 16px;
}
h1.woocommerce-products-header__title.page-title:before {
    content: none;
}
nav.woocommerce-breadcrumb a:first-child {
    padding-left: 0;
}
/*HOMEPAGE*/
body.home {
    background: #f2f2f2;
}
.home-top {
    background: #fff;
}
.homepage-request {
    background: #151517;
    padding: 24px;
    color: #fff;
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    overflow: hidden;
}
.homepage-request h4 {
    width: auto;
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
    z-index: 9;
    font-weight: 600;
}
.homepage-request p {
    display: inline-block;
}
.homepage-request p a {
    color: #fff;
    background: var(--tj-color-saturation);
    text-decoration: none;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.homepage-request p a:hover {
    background: #000;
    color: #ffe600;
}
.homepage-request h4:before {
    content: "";
    background: var(--tj-color-saturation);
    position: absolute;
    width: 100%;
    height: 6px;
    left: 2px;
    bottom: 2px;
    z-index: -1;
}

.homepage-request .nf-form-content {
    padding: 0;
}
.homepage-request .nf-form-content .label-above .nf-field-label {
    margin-bottom: 6px !important;
}
.homepage-request .nf-form-content label {
    font-size: 16px;
}
.homepage-request .nf-field-container {
    margin-bottom: 8px;
}
.homepage-request .nf-form-content input:not([type=button]) {
    background: #f7f7f7;
    border: 1px solid #000;
    border-radius: 4px;
    color: #343435;
    height: 40px;
    padding: 8px 12px;
}
.homepage-request .nf-form-content input.request-button-submit {
    background: var(--primary-gradient);
    color: #fff;
    padding: 12px 24px;
    height: auto;
    margin-top: 16px;
    border: none;
}
.homepage-request .nf-form-content input.request-button-submit:hover {
    background: var(--tj-color-saturation);
    color: #fff;
    box-shadow: 2px 2px 0 #fff, 4px 4px 0 #fff;
}
.nf-form-fields-required, .ip_address_field {
    display: none;
}


/*FORM*/
.nf-error.field-wrap .nf-field-element:after {
    height: 38px !important;
    width: 38px !important;
    line-height: 38px !important;
}
.nf-error .nf-error-msg {
    font-size: 14px !important;
}
.nf-pass.field-wrap .nf-field-element:after {
    right: 8px !important;
    line-height: 40px !important;
}

/*HOMEPAGE SLIDER*/
.home-slider {
    background: #F6287D;
    padding: 24px 0 0;
}
.home-slider .swiper-pagination {
    bottom: -6px !important;
}
.home-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.9 !important;
}
.home-slider .swiper-pagination-bullet-active {
    background: rgba(0,0,0,0.5);
}

li.swiper-slide.product {
    transform: scale(0.9);
    opacity: 0.8;
    transition: all 0.2s ease;
    border-radius: 20px !important;
    overflow: hidden;
}
li.swiper-slide.product.swiper-slide-active {
    transform: scale(1.1);
    opacity: 1;
    z-index: 999;
}
.home-slider .swiper-wrapper {
    margin: 24px 0;
}

/*PRODUCT HOMEPAGE*/
.produk-highlight-1 {
    padding: 0 0 40px 0;
}
.produk-highlight-2 {
    background: #fff;
    padding: 0;
    border-radius: 8px;
}
.produk-highlight-2 .product-block-header {
    border-color: rgba(255,255,255,0.2);
}
a.load-more {
    padding: 16px;
    background: #BA14CC;
    color: #fff;
    display: block;
    margin: 0 24px;
    border-radius: 40px;
    text-align: center;
    text-decoration: none;
}
.produk-terbaru {
    padding: 24px 0 0 0;
}

/*PRODUCT CARD*/
/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2% 2.992em 0;
    width: 23.5%;
}
.woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.last {
    margin-right: 0;
}*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15), 0 1px 8px rgba(0,0,0,0.1);
    margin-bottom: 12px !important;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: none;
}
.product-card-content {
    padding: 10px 8px 0 8px;
    min-height: 88px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0 0 0 0;
    font-size: 12px;
    color: #151517;
    height: 30px;
    overflow: hidden;
    font-weight: 600;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title  {
    text-decoration: underline;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #151517;
    font-weight: 700;
    margin-top: auto;
    margin-bottom: 5px;
}
.woocommerce ul.products li.product.product-type-variable .price {
    font-size: 15px;
    font-weight: 700;
    height: 20px;
    overflow: hidden;
}
.woocommerce ul.products li.product .price del {
    display: block;
    font-size: 10px;
}
.woocommerce ul.products li.product .price del bdi {
    font-size: 10px;
}
.woocommerce ul.products li.product .price ins {
    display: block;
    text-decoration: none;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title, .woocommerce ul.products li.product:hover .price {
    color: #151517;
}
.woocommerce ul.products li.product:hover:before, .woocommerce-page ul.products li.product:hover:before {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.woocommerce ul.products li.product .button {
    display: none;
    margin-top: auto;
    overflow: hidden;
    text-align: center;
    width: max-content;
}
.woocommerce ul.products li.product:hover .button {
    color: #fff;
    background: var(--primary-color);
    width: 100%;
}
.woocommerce ul.products li.product:before, .woocommerce-page ul.products li.product:before {
    background: transparent;
    position: absolute;
    display: block;
    content: '';
    height: 106%;
    width: 110%;
    z-index: 0;
    left: -5%;
    top: -3%;
    border-radius: 8px;
}
.woocommerce ul.products li.product a img {
    margin: 0;
    border-radius: 8px 8px 0 0;
    transition: all 0.2s ease;
    height: auto;
    object-fit: contain;
}
.woocommerce ul.products li.product:hover a img {
    transform: scale(1.2);
}
.woocommerce ul.products li.product:hover a img {
    box-shadow: 0 4px 0 var(--primary-color);
}

.woocommerce ul.products li.product span.onsale {
    height: 3.2em !important;
    width: 3.236em !important;
    line-height: 2.8;
    color: #4b3003 !important;
    background: #ffe600 !important;
    font-size: 14px;
    right: 16px;
    top: 16px;
}
a.woocommerce-loop-product__link {
    position: relative;
    display: inline-block;
    width: 100%;
}
.product-card-content a.woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    height: 64px;
}
.tj-img-wrapper {
    overflow: hidden;
    border-radius: 8px;
    height: auto;
}
span.stock-card {
    position: absolute;
    bottom: 0;
    padding: 4px 8px;
    background: #FF9500;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 12px 0 12px;
    z-index: 9;
    top: auto;
    left: 0;
}
span.stock-card.ready-stock-jp {
    background: #6A9FB5;
}
span.stock-card.ready-stock-id {
    background: var(--blue);
}
span.stock-card.ready-stock {
    background: var(--secondary-color);
}
span.stock-card-single {
    display: inline-block;
    margin: 2px 0px 8px 0px;
    padding: 2px 6px;
    background: var(--tj-color-saturation);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}
span.stock-card-single.ready-stock-jp {
    background: var(--yellow);
}
span.stock-card-single.ready-stock-id {
    background: var(--blue);
}
span.stock-card-single.ready-stock {
    background: var(--secondary-color);
}
nav.woocommerce-pagination, ul.page-numbers {
    display: block;
    position: relative;
    background: none;
    padding-top: 40px;
}
.wcct_countdown_timer {
    text-align: right;
}
.wcct_square_wrap {
    border-radius: 6px;
}
.wcct_wrap_border {
    border-color: transparent !important;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin-bottom: 24px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 10px 16px;
    margin: 0 6px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    color: var(--primary-color);
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--tj-color);
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background: var(--tj-color);
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 160px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
    background-color: #fff;
    border: 1px solid var(--greyline);
    border-radius: 4px;
}
.product-card-content span.stock.out-of-stock {
    position: absolute;
    background: #000;
    width: 100%;
    padding: 8px;
    top: -150%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

span.stock.out-of-stock-single {
    position: absolute;
    background: #000;
    width: 100%;
    padding: 8px;
    top: 200px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 99;
}

/*SHOP ARCHIVE*/
body.archive.woocommerce .woocommerce-breadcrumb {
    position: absolute;
    top: 56px;
}
body.archive.woocommerce .site-main {
    margin-top: 50px;
}
span#klik-filter {
    line-height: 48px;
    float: left;
    display: block;
    color: #151517;
    font-weight: 600;
    margin-left: 12px;
}
.filtertj {
    padding: 24px;
    border: 1px solid var(--greyline);
    border-radius: 12px;
    display: none;
}
.filtertj:has(.woof_show_filter_for_mobile.woof) {
    display: block;
}
.filtertj.muncul {
    display: block !important;
    line-height: 2;
    border-radius: 0;
    margin-top: 48px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.chosen-container-single .chosen-single {
    padding: 4px 8px 4px 12px;
    height: auto !important;
    font-weight: 500;
    border: 1px solid var(--greyline);
    border-radius: 4px;
}
.chosen-container-single .chosen-single span {
    font-size: 15px;
    color: #343435;
    font-weight: 500;
    line-height: 32px;
}
.chosen-container-single .chosen-single div b {
    background-position: 0 9px !important;
}
.woof_container .woof_container_inner input[type="search"] {
    border: solid 1px var(--greyline);
    border-radius: 4px;
    height: 40px;
    padding: 8px;
    outline: none;
}
.woof_reset_button_2 {
    padding: 0 8px;
    font-size: 14px;
    border: 1px solid var(--greyline);
    background: var(--lightgrey);
    border-radius: 4px;
}
.woof_products_top_panel li span {
    padding-right: 24px;
    background-size: 20px 20px;
    color: var(--tj-color);
}
.woocommerce select.orderby {
    padding: 6px 16px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #fff;
    background: url(data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path stroke='none' fill='black' d='M6 8l-1 1l5 5l5-5l-1-1l-4 4l-4-4z'/></svg>);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 95% center;
    appearance: none;
    line-height: 32px;
    outline: none;
}
body.archive.woocommerce-shop .woocommerce-products-header {
    padding: 0;
    border-bottom: 1px solid #eff1f6;
    position: fixed;
    z-index: 999;
    background: #fff;
}
.woocommerce-ordering {
    background: #fff;
    width: 50%;
    float: right;
    display: inline-block;
    height: 48px;
    margin-bottom: 0 !important;
}
.woocommerce-ordering select {
    width: 100%;
    border-radius: 0;
    height: 48px;
}

.woof_show_mobile_filter {
    width: 50%;
    display: inline-block;
    float: left;
    background: #fff;
    height: 48PX;
    border-right: 1px solid #eff1f6;
    line-height: 48px;
    position: relative;
}
.woof_show_mobile_filter span {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    line-height: 48px;
    color: #343435;
    margin-left: 12px;
}
.woof_show_mobile_filter img {
    display: none;
    width: 24px;
    margin-left: 16px;
}
.woof_show_mobile_filter:after {
    content: url(img/filter-icon.svg);
    position: absolute;
    right: 12px;
    top: 0;
    width: auto;
    bottom: 0;
    margin: auto;
    height: 32px;
}
.woocommerce-ordering:after {
    content: url(img/sort-icon.svg);
    position: absolute;
    right: 14px;
    top: -4px;
    width: auto;
    bottom: auto;
    margin: auto;
}
.woof_show_filter_for_mobile.woof {
    opacity: 1;
}
.wpc-filter-title {
    margin-bottom: 4px;
    font-weight: 700;
}
.wpc-filters-section {
    margin-bottom: 0 !important;
}
.wpc-filter-content .wpc-filters-widget-select {
    padding: 0.5em;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 95% center;
    cursor: pointer;
    border-radius: 8px;
}

.shop-header {
    margin-top: 0;
}
body.archive .shop-breadcrumb {
    display: none;
}
body.archive .shop-breadcrumb .woocommerce-breadcrumb {
    position: relative;
    top: auto;
    color: #343435;
    background: transparent;
}
body.archive .shop-breadcrumb .woocommerce-breadcrumb a {
    color: #343435;
}
body.archive .shop-header h1.woocommerce-products-header__title.page-title {
    color: #343435;
    padding: 16px 0;
    font-weight: 600;
}
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.woocommerce-products-header.headroom--pinned {
    transform: translateY(0);
}
.woocommerce-products-header.headroom--unpinned {
    transform: translateY(-56px);
}
.lmp_products_loading, .lmp_load_more_button {
    margin-bottom: 80px;
}

/*NO RESULT 404*/
.no-result-page {
    padding: 24px;
    margin: 40px 0;
    background: var(--lightergrey);
    border: 1px solid var(--lightgrey);
    border-top: 4px solid var(--tj-color-saturation);
    border-radius: 4px;
}
.woocommerce-info.no-result-page::before {
    display: none;
}
.no-result-page h5 {
    font-size: 18px;
    color: #343435;
    line-height: 1.4;
    margin: 0 0 32px 0;
}
.no-result-page a.tj-button {
    background: var(--tj-color-saturation);
    padding: 8px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 24px 0;
}
.woocommerce-info::before {
    color: #1e85be;
}
/*SINGLE PRODUCT*/
.woocommerce div.product {
    margin-top: 0px;
}
p.woope-notice, p.woope-variable-notice {
    color: var(--tj-color);
    font-size: 14px;
    font-weight: 700;
}
p.tanggal_rilis {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #eee;
    color: green;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 calc(-.5 * var(--bs-gutter-x));
    height: 40px;
    padding-left: 12px;
    position: relative;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb span {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 4px;
    color: #ddd;
}
.woocommerce .galeri-single {
    position: relative;
}
.woocommerce .galeri-single span.onsale {
    color: #4b3003 !important;
    background: #ffe600 !important;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 300px;
    bottom: auto;
    right: auto;
    left: 16px;
}
.woocommerce .nempelkesini .galeri-single .woocommerce-product-gallery {
    padding: 0 !important;
    margin-bottom: 8px;
}
.woocommerce div.product div.images img {
    max-height: 400px;
    object-fit: contain;
}
.woocommerce div.product div.images .flex-control-thumbs {
    padding: 4px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 4px !important;
}
.single-product h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.single-product h1 {
    font-size: 1.5rem;
}
.single-product h2 {
    font-size: 1.25rem;
}
.single-product h3 {
    font-size: 1.125rem;
}
.single-product h4 {
    font-size: 1rem;
}
.single-product h5 {
    font-size: 0.875rem;
}
.single-product h6 {
    font-size: 0.8125rem;
}
.single-product-price del .woocommerce-Price-amount, .product-card-content del .woocommerce-Price-amount {
    color: rgb(171 174 186);
    margin-right: 8px;
}
.single-product-price {
    display: block;
}
.single-product-price > * {
    display: inline-block;
    margin-right: 0;
}
span.woocommerce-Price-amount {
    font-weight: 700;
    font-size: 18px;
    color: #f6287d;
}
.product-card-content span.woocommerce-Price-amount {
    font-size: 14px;
}
.single-product-price ins {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: var(--tj-color-saturation);
}
.single_product_meta {
    display: block;
    margin: 12px 0;
}
.single_product_meta > * {
    padding: 8px 0;
    border-bottom: 1px solid #dbdff0;
    display: block;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    padding: 14px 32px 32px !important;
    border: 1px solid #ddd !important;
}
.woocommerce div.product p.stock {
    display: none;
    font-size: 1em;
    color: var(--tj-color-saturation);
    margin-bottom: 0;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 0 24px;
    display: block;
    width: 100%;
    height: auto;
}
.numberstyle-qty {
    border: 1px solid #bfc9d9;
    display: inline-block;
    border-radius: 6px;
}
.numberstyle-qty > * {
    display: inline-block;
    float: left;
    border-radius: 0;
}
.woocommerce .quantity .qty {
    height: 40px;
    border: none;
    font-weight: 600;
}
.numberstyle-qty > div {
    padding: 8px 16px;
    font-size: 24px;
    line-height: 22px;
    margin: 0;
    height: 40px;
    color: var(--tj-color-saturation);
    font-weight: 500;
    cursor: pointer;
}
.numberstyle-qty .disabled {
    color: #ddd;
}
table.variations tr {
    margin-top: 0;
    display: flex;
    flex-direction: column;
}
.woocommerce div.product form.cart .variations select , .variations select {
    padding: 8px;
    border: 1px solid #BFC9D9;
    border-radius: 6px;
    width: 100%;
    margin-right: 0;
}
.woocommerce-variation-description {
    display: none;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    display: block;
    width: 48%;
    padding: 16px 0;
    background: rgba(186, 20, 204, 1);
    border-radius: 24px;
    transition: all 0.2s ease;
    margin: 0 1%;
}
.woocommerce div.product form.cart .button:hover {
    background: linear-gradient(135deg, rgba(217,36,45,1) 0%, rgba(197,51,58,1) 100%);
}
button.single_add_to_cart_button.button.alt {
    vertical-align: middle;
    float: left;
    display: block;
    width: 100%;
    padding: 16px 0;
    background: rgba(186, 20, 204, 1);
    margin: 40px 0 0;
    border-radius: 24px;
}
.entry-summary button.single_add_to_cart_button.button.alt {
    margin: 0;
}
.mobile-to-cart {
    width: 100vw;
    background: #fff;
    position: fixed;
    bottom: 0;
    box-shadow: -1px 0 3px rgba(0,0,0,0.1);
    padding: 10px;
    z-index: 999;
}
span.fixed-add-to-cart {
    padding: 12px;
    width: 100%;
    text-align: center;
    background: #ba14cc;
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
}
.a2a_default_style:not(.a2a_flex_style) a {
    margin-right: 8px;
}
.add-to-cart-float.muncul {
    display: block !important;
    position: fixed;
    top: auto;
    bottom: 0;
    padding: 24px;
    width: 100%;
    background: #fff;
    z-index: 999999;
    box-shadow: -1px 0 3px rgba(0,0,0,0.1);
}
.cart-overlay.muncul {
    display: block !important;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: .75;
}
span.close-to-cart {
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 40px;
    height: 40px;
    padding: 8px;
    cursor: pointer;
}
.woocommerce-notices-wrapper {
    position: fixed;
    top: 120px;
    left: 0;
    z-index: 999;
    width: 90%;
    margin: auto;
    right: 0;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner {
    background-color: #f4fff7;
    border-color: #4ab866;
    padding: 16px 16px 56px !important;
}
.wc-block-components-notice-banner__content a.button.wc-forward {
    display: block;
    width: auto;
    height: 24px;
    position: absolute;
    left: 54px;
    bottom: 24px;
}
.add-to-cart-float .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .fa-heart {
    display: none;
}

/*WISHLIST*/
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: auto;
    left: auto;
    bottom: 4px;
    right: 10px;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 1.25rem;
}
.yith-wcwl-add-button .fa-heart:before {
    color: rgba(191,201,217,0.5);
}
.yith-wcwl-add-button:hover .fa-heart:before, .yith-wcwl-wishlistaddedbrowse .fa-heart:before, .yith-wcwl-wishlistexistsbrowse .fa-heart:before {
    color: var(--tj-color-saturation);
}
.yith-wcwl-add-button {
    display: block !important;
}
.summary .yith-wcwl-add-to-wishlist {
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
}
.summary .single_add_to_wishlist.button, div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
    margin: 0;
    background: transparent !important;
    color: var(--tj-color-bg) !important;
    border: 2px solid var(--tj-color-bg);
    line-height: 24px;
    border-radius: 8px;
}
.summary .yith-wcwl-add-button a {
    text-decoration: none;
    color: #343435;
    font-weight: bold;
    width: 100%;
    margin-bottom: 8px;
    display: inline-block;
}
.summary .yith-wcwl-add-button .fa-heart:before {
    color: rgba(0,0,0,0.25);
}
.summary .yith-wcwl-wishlistaddedbrowse .fa-heart:before, .summary .yith-wcwl-add-button:hover .fa-heart:before {
    color: var(--tj-color-saturation);
}
.summary .yith-wcwl-wishlistaddedbrowse a .fa-heart:before, .summary .yith-wcwl-wishlistexistsbrowse a .fa-heart:before {
    display: none;
}
.promo-single-product {
    padding: 10px 10px 10px 16px;
    margin: 0 0 16px 0;
    /* border: 1px solid var(--tj-color-saturation); */
    border-radius: 8px;
    background: #ffd9de;
    /* color: #fff; */
    font-weight: 600;
    display: inline-block;
    width: 100%;
}
.promo-single-product p {
    float: left;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
}
.promo-single-product span {
    background: var(--tj-color-saturation);
    padding: 4px 12px;
    float: right;
    display: block;
    color: #fff;
    border-radius: 6px;
}
a.link-tokopedia, a.link-shopee {
    display: block;
    text-align: center;
    padding: 11px;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    text-decoration: none;
    font-weight: bold;
    float: left;
    width: 100%;
}
a.link-tokopedia {
    color: #00AA5B;
    border: 2px solid #00AA5B;
}
a.link-tokopedia:hover {
    background: #00AA5B;
    color: #fff;
}
a.link-shopee {
    color: #EE4D2D;
    border: 2px solid #EE4D2D;
}
a.link-shopee:hover {
    background: #EE4D2D;
    color: #fff;
}
/*DEPOSIT OPTION*/
.deposits-input-wrapper {
    justify-content: space-between;
}
.pretty {
    opacity: 0.75;
    padding: 0;
    border: 2px solid #567890;
    margin: 0;
    border-radius: 3px;
}
.deposits-input-wrapper .pretty .state {
    padding: 12px 16px !important;
    border: none !important;
    background: #eff1f6;
}
.pretty:has(input:checked), .pretty:hover .state, .pretty:has(input:checked) .state {
    opacity: 1;
    background: #fff;
}
.pretty .state label {
    font-weight: 600;
    font-size: 15px;
}
.pretty .state label:after, .pretty .state label:before {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
}
.pretty .state label:after, .pretty .state label:before {
    width: 1em;
    height: 1em;
}
.add-to-cart-float .deposits-input-wrapper .pretty .state {
    padding: 12px 28px !important;
}

@media only screen and (max-width: 768px) {
    .pswp__top-bar {
        top: 57px;
    }
}



/*RELATED PRODUCT*/
.related.products {
    padding: 24px 0 0;
    background: #FF9F89;
    margin-bottom: 24px;
}
.related.products h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.related .swiper {
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    padding-left: calc(.5 * var(--bs-gutter-x));
    padding-right: calc(.5 * var(--bs-gutter-x));
}

/*SINGLE POST*/
.article-content {
    padding-left: calc(var(--bs-gutter-x) * .25);
    padding-right: calc(var(--bs-gutter-x) * .25);
}
.post-header {
    padding: 0 0 8px 0;
    border-bottom: 1px solid var(--lightgrey);
    margin-bottom: 24px;
}
.article-content h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
}
.single-category {
    padding: 16px 0 4px;
}
.single-category a, .single-category span {
    text-decoration: none;
    color: var(--tj-color);
    font-size: 14px;
    font-weight: 600;
}
.post_meta {
    font-size: 14px;
}
.post_meta a {
    text-decoration: none;
    color: var(--tj-color);
}
.article-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 24px 0 16px 0;
}
.article-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 24px 0 16px 0;
}
.article-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 24px 0 16px 0;
}
.article-content h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 24px 0 16px 0;
}
.article-content p {
    font-size: 17px;
    line-height: 1.6;
}
.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 100%;
}
.related-section h2.section-title {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 8px 0;
    margin: 24px 0 16px 0;
    border-bottom: 4px solid var(--tj-color);
}
a.related-item {
    display: inline-block;
    border-bottom: 1px solid var(--lightgrey);
    padding-bottom: 16px;
    margin-bottom: 16px;
    width: 100%;
}
.related-item .artikel-thumbnail {
    width: 30%;
    height: 96px;
    margin-right: 5%;
    float: left;
    display: inline-block;
}
.related-item .card-content {
    display: inline-block;
    float: left;
    width: 65%;
}
.related-item .card-category {
    color: var(--tj-color);
    font-size: 13px;
}
.related-item h3 {
    font-size: 17px;
    color: #343435;
    line-height: 1.4;
    font-weight: 600;
}
.share-button {
    margin-bottom: 40px;
}
.share-button h2 {
    padding: 16px 0;
    border-top: 1px solid var(--lightgrey);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin-right: 0.5em;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 1em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.resp-sharing-button__icon svg {
  width: 24px;
  height: 24px;
  margin-right: 0;
  vertical-align: top;
}

.resp-sharing-button span {
    display: none;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

.link-tanya-min {
	display: block;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.wa-tanya-min {
	padding: 12px 0 !important;
	border-radius: 8px;
}

.icon-tanya-min {
	margin-right: 10px;
	margin-left: 18px;
}

.wp-block-separator {
    margin: 40px 0;
    opacity: 1;
}

#rank-math-toc nav{
    line-height: unset;
    background: none;
    padding-top: unset;
}

#rank-math-toc nav ul{
    border-radius: unset;
    background: none;
}

#rank-math-toc nav ul li, #rank-math-toc nav ul li:hover{
    display: block;
}

#rank-math-toc nav ul li a:hover{
    background: none;
    color: var(--tj-color);
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}



/*ARCHIVE POST*/
.archive-post .archive-header {
    padding-left: calc(.5 * var(--bs-gutter-x));
    padding-right: calc(.5 * var(--bs-gutter-x));
}
.archive-post h1.archive-title {
    margin: 24px 0;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 4px solid var(--tj-color);
}
.archive-list {
    display: block;
    position: relative;
}
nav.navigation.pagination {
    display: block;
    position: relative;
    margin-bottom: 40px;
    background: transparent;
    padding: 0;
}
nav.navigation.pagination .nav-links span, nav.navigation.pagination .nav-links a {
    padding: 8px 14px;
    text-decoration: none;
    margin-right: 8px;
    border-radius: 6px;
    float: left;
    display: inline-block;
    border: 1px solid var(--lightgrey);
    line-height: 24px;
}
nav.navigation.pagination .nav-links span {
    background: #eff1f6;
    font-weight: 500;
}
nav.navigation.pagination .nav-links a {
    background: #fff;
    color: var(--tj-color);
    font-weight: 500;
}
nav.navigation.pagination .nav-links a:hover {
    color: #fff;
    background: var(--tj-color);
}
.card-artikel {
    text-decoration: none;
    color: var(--text);
    padding-bottom: 8px;
    display: block;
    margin: 0 0 24px 0;
    border-bottom: 1px solid var(--lightgrey);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.card-artikel .single-category {
    padding: 0;
}
.artikel-thumbnail {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 8px;
    transition: all .5s;
}
.card-artikel h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.archive-list .card-content p {
    display: none;
}

/*SIDEBAR*/
div#sidebar {
    padding-left: calc(.5 * var(--bs-gutter-x));
    padding-right: calc(.5 * var(--bs-gutter-x));
}
.single-post div#sidebar {
    padding-left: 0;
    padding-right: 0;
}
.search-blog {
    padding: 12px;
    background: var(--primary-gradient);
    border-radius: 10px;
    margin-bottom: 24px;
    display: block;
}
.search-blog .is-search-form label input {
    border-radius: 6px !important;
    display: block;
    border: none !important;
    padding: 12px;
    height: 40px;
}

.sidebar h2 {
    padding: 0 0 10px 0;
    margin: 10px 0 16px 0;
    border-bottom: 4px solid var(--tj-color);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.category-list ul {
    display: inline-block;
    list-style: none;
    padding: 0;
}
.category-list ul li {
    display: inline-block;
    margin: 0 8px 8px 0;
    float: left;
}
.category-list ul li a {
    padding: 8px 12px;
    background: var(--lightgrey);
    border-radius: 8px;
    display: block;
    color: #343435;
    font-weight: 600;
    text-decoration: none;
}
.category-list ul li a:hover {
    background: var(--tj-color);
    color: #fff;
}
/*FOOTER*/
.section.footer {
    background: #F77051;
    display: block;
    padding: 40px 0 0;
}
.footer-info {
    margin: 0 0 40px;
    padding-left: calc(var(--bs-gutter-x) * 1);
    padding-right: calc(var(--bs-gutter-x) * 1);
}
.footer-info h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}
.footer-info h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.benefit {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}
.benefit img {
    display: block;
    width: 80px;
    float: left;
    margin-right: 16px;
}
.benefit h3, .benefit p  {
    display: block;
    float: left;
    width: calc(100% - 96px);
}
.benefit h3 {
    font-size: 18px;
    font-weight: 600;
}
img.footer-logo {
    margin: 0 0 24px 0;
    width: 180px;
}
.footer-menu {
    padding: 0 12px;
    margin-bottom: 32px;
}
.footer-menu h3 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    border-bottom: 1px solid var(--border-dark);
    padding-bottom: 16px;
    margin-bottom: 0;
}
.footer-menu.social-menu h3 {
    text-align: center;
    border: none;
    margin-bottom: 16px;
}
.footer-menu ul {
    padding: 0;
    list-style: none;
}
.footer-menu ul li a {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}
.copyright {
    background: #F6287D;
    display: block;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 24px;
}
.copyright hr {
    border-color: var(--border-dark);
    opacity: 1;
}
.single-product .copyright {
    padding-bottom: 80px !important;
}
.copyright-menu ul {
    padding: 0;
    list-style: none;
    width: 100%;
}
.copyright-menu ul li {
    display: inline-block;
    margin: 4px;
}
.footer-menu.social-menu ul li a {
    padding: 12px;
    margin: 0 8px;
    border: none;
}
.payment-icon {
    background: rgba(255,255,255,0.8);
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    margin-left: 8px;
    float: right;
    border: var(--tj-color-saturation);
}
.payment-icon svg {
    height: 24px;
    width: auto;
    display: inline-block;
    float: left;
    fill: var(--tj-color-saturation);
}
.woocommerce-message {
    border-top-color: var(--tj-color-saturation);
}

/*FULL WIDTH PAGE*/
body.page-template-page-full-width {
    padding-top: 80px;
}

/*PROMO PAGE*/
body.page-template-page-promo {
    margin-top: 108px;
}
.voucher.row {
    margin-bottom: 80px;
    margin-top: 40px;
}
.voucher-list {
    border: 2px solid var(--tj-color);
    margin-bottom: 24px;
    border-radius: 6px;
}
.voucher-list .voucher-code {
    position: relative;
    cursor: pointer;
}
.voucher-list .voucher-code span {
    padding: 16px 16px 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #454545;
}
.voucher-code .copy {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--lightgrey);
    padding: 8px;
    border-radius: 6px;
    display: none;
}
.voucher-code:hover .copy {
    display: block;
}
.voucher-list .voucher-code h3 {
    display: block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 16px 16px;
    color: var(--tj-color);
    margin: 0;
}
.voucher-code p {
    padding: 0 16px;
    margin: 0 0 8px 0;
    font-size: 15px;
}
.voucher-list .expired {
    background: var(--tj-color);
    padding: 8px 16px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}


/*CART*/
body.page-template-page-full-width.woocommerce-cart.woocommerce-page {
    padding-top: 80px;
}
.wp-block-woocommerce-cart.alignwide {
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
}
a.wc-block-cart__submit-button {
    padding: 12px 0;
    background: var(--tj-color-saturation);
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
}
.is-mobile table.wc-block-cart-items tr.wc-block-cart-items__row {
    border-bottom: 8px solid var(--lightgrey);
    padding: 8px 12px;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 0;
    grid-template-columns: 100px 132px;
    -ms-grid-columns: 100px 132px;
}
.is-mobile table.wc-block-cart-items tr.wc-block-cart-items__row:first-child {
    border-top: 8px solid var(--lightgrey);
}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    display: none;
}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding-top: 8px !important;
}
.wc-block-cart .wc-block-cart__submit-container {
    margin-top: 40px;
}
.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
    margin: 0 !important;
}
.wc-block-cart table.wc-block-cart-items td.wc-block-cart-item__product {
    padding-right: 0 !important;
}
.wc-block-components-formatted-money-amount {
    white-space: nowrap;
    font-weight: 600;
}
.woocommerce-cart .wc-block-components-product-metadata__description {
    display: none;
}
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar.wp-block-woocommerce-cart-totals-block {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    border-top: none;
}
.woocommerce-cart  a.wc-block-components-product-name {
    font-size: 15px !important;
}
.wc-block-components-quantity-selector:after {
    border: 1px solid var(--greyline) !important;
}

/*CHECKOUT*/
.wp-block-woocommerce-checkout-fields-block input {
    border: 1px solid var(--greyline) !important;
    background: var(--lightergrey) !important;
}
.wp-block-woocommerce-checkout-fields-block .is-active input {
    background: #fff !important;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%;
    background: var(--tj-color-saturation);
    border-radius: 8px;
    border: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: #151517 !important;
    border: 2px solid #fff !important;
    box-shadow: 0 0 0 2px #fff !important;
    color: #fff !important;
    min-height: 22px !important;
}

p#order_akses_tora_field, p#order_username_field, p#order_email_tora_field, p#order_password_field {
    display: none;
}

p#order_nama_lengkap_field, p#order_tanggal_lahir_field, 
p#order_social_media_field, p#order_nickname_field,
p#order_nama_fansclub_field, p#order_favorite_member_field {
    display: none;
}

p#extra_packing_field {
    margin-top: -18px;
}

p#extra_packing_field, p#shipping_insurance_field {
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 0px 15px;
}

/*BLOCK*/
.product-block-header {
    display: inline-block;
    width: 100%;
    padding: 16px 0 0;
}
.product-block-header * {
    transition: all 0.2s ease;
}
.product-block-header h3 {
    font-size: 16px;
    font-weight: 800;
    font-family: 'Poppins', Arial, sans-serif;
    letter-spacing: 1px;
    margin: 0;
    float: left;
    display: inline-block;
    line-height: 40px;
    color: #BA14CC;
}
.product-block-header a {
    float: right;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    font-size: 16px;
    color: #BA14CC;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 40px;
}
.product-block-header a svg {
    width: 0;
}
.product-block-header a:hover svg {
    width: auto;
}

/*TEMPLATE*/
.testimoni {
    padding: 24px 0;
    position: relative;
}
.testimoni .swiper-pagination-bullet {
    background: #aaa !important;
}
.testimoni .swiper-pagination-bullet-active {
    background: var(--tj-color-saturation) !important;
}
/*OTHER*/
.notification-box {
    position: fixed;
    top: auto;
    bottom: -224px;
    left: 10px;
    background: #fff;
    padding: 16px 24px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    transition: all 0.5s ease;
    opacity: 0.5;
    z-index: 99999;
    width: 240px
}
.notification-box.muncul {
    bottom: 80px;
    opacity: 1;
}
span.close-notif {
    position: absolute;
    right: -12px;
    top: -12px;
    padding: 4px 9px;
    background: red;
    font-size: 12px;
    border-radius: 40px;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

/*USER MENU / DASHBOARD USER*/
body.page-template-page-dashboard-user {
    padding-top: 80px;
}
body.page-template-page-dashboard-user h1 {
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 4px solid var(--tj-color-saturation);
}
nav.woocommerce-MyAccount-navigation {
    position: fixed;
    bottom: auto;
    top: 56px;
    padding-top: 0;
    display: block;
    background: #fff;
    height: 0;
    transition: all 0.2s ease;
    opacity: 0;
    z-index: 9999;
}
nav.woocommerce-MyAccount-navigation.muncul {
    height: auto;
    opacity: 1;
}
nav.woocommerce-MyAccount-navigation.muncul:after {
    position: fixed;
    background: #000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    content: "";
    opacity: 0.75;
}
nav.woocommerce-MyAccount-navigation ul {
    display: block;
    background: #fff;
}
nav.woocommerce-MyAccount-navigation ul li {
    border-color: var(--greyline);
}
nav.woocommerce-MyAccount-navigation ul li a {
    color: #343435;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0;
    padding: 0 16px;
}
nav.woocommerce-MyAccount-navigation ul li:hover a {
    background: transparent;
}
header.woocommerce-Address-title.title {
    position: relative;
    background: transparent;
    border: 2px solid var(--greyline);
    padding: 8px;
    color: #343435;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 16px;
}
.woocommerce-account header.woocommerce-Address-title.title h3 {
    float: left;
    font-size: 20px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid var(--greyline);
    border-radius: 4px;
    height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.wishlist-title h2 {
    display: inline-block;
    padding: 0;
    margin-top: 24px;
    font-weight: 600;
}
.wishlist_table.mobile {
    padding-left: 0;
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
}
.wishlist_table.mobile li {
    margin-bottom: 16px;
    padding: 0 16px 16px 16px;
    border-bottom: 1px solid var(--greyline);
}
.wishlist_table.mobile li .item-wrapper {
    width: 100%;
    margin-bottom: 0;
}
.wishlist_table.mobile li .item-details h3 a {
    text-decoration: none;
    font-size: 18px;
    color: #343435;
}
.wishlist_table.mobile li .item-details h3  {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}
.wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
    border: none;
    font-size: 16px;
    padding: 0;
    vertical-align: top;
}
.wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label {
    display: none;
}
.additional-info-wrapper {
    display: inline-block;
    width: 100%;
    margin: 16px 0 0 0;
}
.wishlist_table.mobile li table.additional-info, .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    width: 25%;
    float: left;
    display: inline-block;
    line-height: 36px;
    margin: 0;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: center;
    font-size: 20px;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    width: 50%;
    float: left;
    display: inline-block;
    margin: 0;
}
.wishlist_table .product-add-to-cart a {
    background: var(--tj-color-saturation);
    padding: 6px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block !important;
    margin: 0 !important;
}
.wishlist_table .product-add-to-cart a.button {
    padding: 6px 25px !important;
    margin-bottom: 8px !important;
}

.wishlist_table .product-add-to-cart a.button.remove_from_wishlist {
    background: grey;
    opacity: 0.5;
}
/*ACCORDION*/
.accordion-button {
    background-color: var(--lightgrey);
    font-weight: 500;
}
.accordion-button:not(.collapsed) {
    color: var(--tj-color-saturation);
    background-color: #fff;
    box-shadow: none;
    border-bottom: 1px solid #dee2e6;
}
.accordion-button:focus {
    box-shadow: none;
}
/*LOGIN REGISTER*/
.woocommerce form.login, .woocommerce form.register {
    min-height: 320px;
}

/*FOOTER*/
.footer p {
    font-size: 10px;
}
.footer h4 {
    font-size: 11px;
}
