/*
Theme Name: Titip Joni
Theme URI: https://titipjoni.com/
Author: Ade Chrisnadhi
Author URI: https://chrisnadhi.com/
Description: WP Theme for titip Joni
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 {
    --primary-color: #803CA2;
    --secondary-color: #FFC111;
    --primary-gradient: linear-gradient(25deg, rgba(230,57,82,1) 0%, rgba(255,79,105,1) 100%);
    --header-color: #ffffff;
    --dark: #DDD;
    --text: #343435;
    --bg-color: #FAFAFA;
    --white: #151517;
    --alwayswhite: #fff;
    --nav_logo: url('https://titipjoni.com/wp-content/themes/joni/img/logo-titip-joni.png');
}


body {
    margin-top: 144px;
    background: var(--bg-color);
    color: var(--text);
    font-family: Inter, sans-serif;
}
/*#logo {
content: var(--nav_logo);
}*/
/*NAVIGATION NAVBAR*/
a.navbar-brand.position-fixed {
    z-index: 9999;
    top: 20px;
    left: 40px;
}
.navbar {
  transition: all 0.5s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.navbar.bg-dark {
    background-color: var(--header-color) !important;
}
#navdesktop ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-top: 2px solid rgba(0,0,0,0.1);
}
.navbar-brand.brand-desktop img {
    height: 48px;
    width: auto;
}
a.nav-link {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 12px 16px;
    color: var(--white);
    font-weight: 600;
}

.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

a.nav-link:hover {
    background: var(--primary-color);
    color: #fff;
    border-top: 4px solid var(--secondary-color);
    margin-top: -4px;
}


button.navbar-toggler {
    border: none;
    border-radius: 0;
    padding: 12px;
    width: 40px;
    height: 40px;
    box-sizing: content-box;
    float: right;
    position: absolute;
    z-index: 99999;
    right: 16px;
    top: 8px;
}
.navbar-toggler.collapsed {
    right: 8px;
}
span.navbar-toggler-icon {
    background-image: url(http://localhost/chrisnadhi/wp-content/themes/chrisnadhi/img/hamburger-menu.svg);
    height: 40px;
    background-size: cover;
    width: 40px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .icon-bar {
    background: var(--white);
    width: 32px;
    height: 4px;
    display: block;
    float: right;
    transition: all 0.2s;
    border-radius: 2px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 6px;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    width: 16px;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    width: 24px;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    width: 26px;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border-radius: 1px;
  width: 32px;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 1px;
  width: 32px;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border-radius: 1px;
}

ul#menu-cart-menu {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
}
.menu-cart-menu-container ul {
    padding: 0;
    margin: 0 24px 0;
    list-style: none;
    display: block;
    float: right;
}
.menu-cart-menu-container ul li a {
    color: #151517;
    line-height: 38px;
}.menu-cart-menu-container ul li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}
ul#menu-cart-menu li {
    float: right;
    margin-left: 20px;
}
ul#menu-cart-menu li a {
    text-decoration: none;
    line-height: 40px;
    color: var(--white);
}
.menu-cart-menu-container, a.account-button {
    display: block;
    float: right;
}

a.account-button {
    padding: 6px 16px 8px;
    background: #fff;
    border-radius: 4px;
    font-weight: 600;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-decoration: none;
}
a.account-button:hover {
    background: var(--primary-color);
    color: #fff;
}

/*search fibo*/
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 0;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 8px 24px 8px 40px;
    background-color: #fff;
    border: 1px solid #343435;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        top: 5px;
        left: 6px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path, .dgwt-wcas-style-pirx.dgwt-wcas-has-submit.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp:hover .dgwt-wcas-search-submit svg path, .dgwt-wcas-style-pirx.dgwt-wcas-has-submit.dgwt-wcas-active .dgwt-wcas-search-submit svg path {
    fill: var(--primary-color);
}
.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-sf-wrapp:hover .dgwt-wcas-search-submit svg path {
    fill: #fff;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover::placeholder {
    color: #fff;
}

.widget_shopping_cart_content {
    text-align: right;
    vertical-align: middle;
    line-height: 40px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border:2px solid var(--primary-color);
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    color: var(--primary-color);
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover {
    color: #151517;
}

/*FAQ*/
body.page-template.page-template-faq {
    background: #fff;
}
body.page-template.page-template-faq h1 {
    padding: 0 0 24px;
    margin: 24px 0 40px;
    border-bottom: 2px solid #ddd;
}
.tanya a {
    display: block;
    padding: 16px 0 16px 16px;
    text-decoration: none;
    color: #151517;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    border-left: 4px solid transparent;
}
.tanya a:hover {
    color: var(--primary-color);
    border-left: 4px solid var(--primary-color);
}


/* product card*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2% 2% 0;
    width: 23.5%;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}
.wopb-block-wrapper .wopb-block-item .wopb-block-title a {
    color: var(--white);
}
.wopb-block-wrapper .wopb-block-item:hover .wopb-block-title a {
    color: var(--dark);
}
.wopb-block-wrapper .wopb-block-item .wopb-category-grid a {
    color: var(--primary-color);
}
.wopb-block-wrapper .wopb-block-item .wopb-product-price {
    color: var(--primary-color);
    font-weight: 700;
}
.wp-block-product-blocks-product-grid-2 .wopb-product-grid3-overlay {
    bottom: 15px;
}
.wopb-block-wrapper .wopb-block-item .wopb-product-grid3-content .wopb-product-btn a {
    background-color: var(--primary-color);
}
.wopb-pagination-wrap .wopb-pagination-ajax-action .wopb-pagination li.pagination-active a, .wopb-pagination-wrap .wopb-pagination-ajax-action .wopb-next-prev-wrap ul li a:hover, .wopb-pagination-wrap .wopb-pagination-ajax-action .wopb-loadmore-action:hover {
    background-color: var(--primary-color);
}
.wp-block-product-blocks-product-grid-2 .wopb-product-grid3-overlay {
    top: -25px;
}


/*JONI*/
.joni-btn a:hover {
    background: #803ac2;
    color: #fff;
}
.joni-btn a {
    background: #fff;
    border: 2px solid #803ac2;
    color: #803ac2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 16px;
}


/*homepage*/
.hero-slider {
    width: 100%;
    overflow: hidden;
    margin: 0 0 8px;
    position: relative;
}
.hero-slider .swiper-slide {
    height: 60vh;
    background-size: cover;
    background-position: center center;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    height: 100% !important;
    width: 7% !important;
    top: 1% !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    color: var(--primary-color) !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    padding: 24px;
    background: #000;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}
a.homepage_banner {
    margin-bottom: 16px;
    display: block;
}
.banner {
        height: 1820px;
}
.request {
    display: block;
    background: #151517;
    padding: 18px;
    margin: 0 0 24px 0;
    color: #fff;
}
.request  .nf-form-content {
    padding: 0;
    margin: 0 auto;
}
.request .nf-before-form-content {
    display: none;
}
.wp-block-gallery.home-cat-box figcaption.wp-element-caption {
    background: var(--primary-color) !important;
    padding: 10px 0 !important;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px !important;
    transition: all 1s ease;
}
.wp-block-gallery.home-cat-box figure:hover figcaption.wp-element-caption {
    bottom: auto !important;
    margin: auto;
}
.homepage-form {
    padding: 24px;
    background: var(--primary-color);
}

/*WOO*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: none;
}
.product-card-content {
    padding: 0 12px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0 0 0 0;
    margin: 0;
    font-size: 14px;
    color: var(--white);
    height: 36px;
    overflow: hidden;
    margin-bottom: 0px;
    font-weight: 600;
}
.woocommerce ul.products li.product .price {
    font-size: 16px;
    color: var(--white);
    font-weight: 700;
}
.woocommerce ul.products li.product.product-type-variable .price {
    font-size: 15px;
    font-weight: 700;
}
.woocommerce ul.products li.product .price del {
    display: block;
    font-size: 13px;
}
.woocommerce ul.products li.product .price ins {
    display: block;
    text-decoration: none;
    margin-top: 0;
}
.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: -1;
    left: -5%;
    top: -3%;
    border-radius: 8px;
}
.woocommerce ul.products li.product a img {
    margin: 0 0 0.5em;
    border-radius: 8px 8px 0 0;
}
.woocommerce ul.products li.product:hover a img {
    box-shadow: 0 4px 0 var(--primary-color);
}

.woocommerce span.onsale {
    height: 3.2em !important;
    width: 3.236em !important;
    line-height: 2.8;
    background-color: #fe178b;
    font-size: 16px;
}
a.woocommerce-loop-product__link {
    position: relative;
    display: block;
}
span.stock-card {
    position: absolute;
    bottom: 0;
    padding: 4px 8px;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 4px 0 0;
}
span.stock-card.ready-stock {
    background: var(--secondary-color);
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
.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(--primary-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(--primary-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: 8px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single {
    padding: 0 4px;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 8px;
}
.woocommerce form .form-row label {
    font-weight: 600;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 2em;
}
.woocommerce .woocommerce-ordering select {
    padding: 8px;
}

/*SIDEBAR*/
.filterjoni {
    padding: 24px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.filterjoni h2 {
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single, .irs--flat .irs-single:before, .irs--flat .irs-bar, .irs--flat .irs-handle > i:first-child {
    background-color: var(--primary-color) !important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before {
    border-top-color: var(--primary-color) !important;
}

/*SINGLE PAGE*/
body.page-template-default {
    background: #fff;
}
.page-template-default h1 {
    margin: 40px 0;
    font-weight: 600;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}
.single-thumbnail {
    height: 50vh;
    background-size: cover;
    margin-bottom: 32px;
    background-position: center center;
    width: 100%;
}
.page-template-page-full-width h1 {
    text-align: center;
}

/*SINGLE POST*/
body.single-post {
    background: #fff;
    margin-top: 168px;
}
.article-content {
    padding-bottom: 80px;
}
a.single-cat {
    padding: 8px 16px;
    background: #803ca2;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 16px;
    display: inline-block;
}
.article-content h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    margin: 16px 0 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ddd;
}
.page-content p {
    line-height: 1.66;
    margin-bottom: 24px;
    font-size: 17px;
}
.page-content h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 24px 0;
}
.page-content h4 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 24px;
}
.category-list {
    background: #eff1f6;
    border-radius: 16px;
    overflow: hidden;
}
.category-list h3 {
    padding: 16px 20px;
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0;
}
.category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list li a {
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    color: #343435;
    font-weight: 500;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.category-list li:last-child a {
    border-bottom: none;
}
.category-list li a:hover {
    color: #fff;
    background: var(--primary-color);
}
.related-section {
    background: #eff1f6;
    padding: 48px 0;
}
.related-section h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 600;
}
.related-item {
    border-radius: 16px;
    overflow: hidden;
    display: block;
    background: #fff;
    text-decoration: none;
    color: #343435;
    margin: 0 0 24px;
}
.related-item .artikel-thumbnail {
    width: 100%;
    height: 320px;
    margin: 0;
    display: inline-block;
    position: relative;
}
.related-item .card-content {
    display: inline-block;
    padding: 24px;
    position: relative;
}
.related-item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
.single-post .section.footer {
    margin-top: 0;
}

/*ARCHIVE POST*/
h1.archive-title {
    font-size: 32px;
    margin: 0 0 24px 0;
    padding: 0 0 12px 0;
    border-bottom: 4px solid var(--primary-color);
}
a.card-artikel {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 24px 0;
    margin: 0 0 24px 0;
    border-bottom: 1px solid #cfd4de;
    color: #343435;
    text-decoration: none;
}
.artikel-thumbnail {
    width: 320px;
    height: 240px;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    float: left;
    margin-right: 24px;
}
.single-category span {
    padding: 4px 16px;
    background: #eff1f6;
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    border-radius: 6px;
}
.card-artikel h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
a.card-artikel:hover h3 span {
    background: var(--primary-color);
    color: #fff;
}

nav.navigation.pagination, div#news-navigation{
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}
nav.navigation.pagination .nav-links span, nav.navigation.pagination .nav-links a {
    padding: 8px 14px;
    text-decoration: none;
    margin-left: 8px;
    border-radius: 6px;
}
nav.navigation.pagination .nav-links span {
    background: #eff1f6;
    font-weight: 500;
}
nav.navigation.pagination .nav-links a {
    background: #fff;
    color: var(--primary-color);
    font-weight: 500;
}
nav.navigation.pagination .nav-links a:hover {
    color: #fff;
    background: var(--primary-color);
}

/*SINGLE PRODUCT*/
button.single_add_to_cart_button.button.alt {
    background: var(--primary-color);
    height: 48px;
    margin-top: 16px;
    width: 100%;
}
.single-product h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 40px;
}
.single-product-price {
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}
.single-product-price del {
    display: block;
    color: #aaa;
}
.single-product .single-product-price del .amount bdi {
    display: block;
    color: #aaa;
    font-size: 14px;
}
.single-product-price ins {
    display: block;
    font-size: 27px;
    color: var(--primary-color);
    font-weight: 800;
    text-decoration: none;
}
.single_product_meta {
    margin-bottom: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.single_product_meta span.sku_wrapper, .single_product_meta span.posted_in, .single_product_meta span.tagged_as {
    display: block;
    padding: 2px 0;
    color: #aaa;
    font-size: 14px;
    font-weight: 600;
}
.woocommerce-page div.product .summary.entry-summary {
    border: none;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.wpgs-for .slick-arrow::before, .wpgs-nav .slick-prev::before, .wpgs-nav .slick-next::before {
    color: #fff !important;
}
.flaticon-back {
    left: 16px !important;
}
.flaticon-right-arrow {
    right: 16px !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    width: 100%;
    display: block;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 100%;
    padding: 8px;
}

.single-product .amount bdi {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
}
.single-product .product-card-content del .amount bdi {
    font-size: 14px;
}
.single-product .product-card-content .amount bdi {
    color: #151517;
    font-size: 20px;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce .quantity .qty {
    width: 3em;
    text-align: center;
    height: 35px;
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: 0;
    float: left;
    border: 1px solid #ddd;
    border-radius: 0;
}
.qty-btn {
    padding: 0;
    border: 1px solid;
    display: inline-block;
    cursor: pointer;
    width: 32px;
    height: 35px;
    text-align: center;
    float: left;
    background: #f5f5f5;
    font-weight: 800;
    font-size: 20px;
    border: 1px solid #ddd;
    line-height: 33px;
}
.mobile-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    background: #fff;
    box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
    z-index: 99;
}
.mobile-to-cart span {
    padding: 8px 40px;
    display: block;
    background: var(--primary-color);
    width: 95%;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
}
.add-to-cart-float {
    background: #fff;
    padding: 24px 24px 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
}
.add-to-cart-float .yith-wcwl-add-button {
    display: none;
}
.d-none.add-to-cart-float.muncul {
    display: block !important;
}
span.close-to-cart {
    position: absolute;
    right: 20px;
    top: -40px;
    width: 24px;
    height: auto;
    border-radius: 16px 16px 0 0;
}

.add-to-cart-float button.single_add_to_cart_button.button.alt {
    width: 100%;
    margin-top: 24px;
    height: 64px !important;
}
.woocommerce .add-to-cart-float .quantity .qty {
    height: 56px;
    width: 50%;
}
.add-to-cart-float .qty-btn {
    height: 56px;
    width: 56px;
    line-height: 50px;
    font-size: 24px;
}
.d-none.cart-overlay.muncul {
    display: block !important;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0.75;
}
.yith-wcwl-add-button, .yith-wcwl-wishlistexistsbrowse {
    padding-top: 16px;
    border-top: 1px solid #ddd;
    margin-bottom: 24px;
}
a.add_to_wishlist.single_add_to_wishlist {
    color: var(--primary-color);
    text-decoration: none;
    margin-top: 24px;
}

section.related.products {
    margin: 24px 0;
    padding-top: 24px;
    border-top: 2px solid #ddd;
}
section.related.products h2 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
}

.notification-box {
    position: fixed;
    top: auto;
    bottom: -200px;
    left: 24px;
    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;
}
.notification-box.muncul {
    bottom: 24px;
    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;
}
.woocommerce div.product .stock {
    color: var(--primary-color) !important;
    font-weight: 700;
    margin-bottom: 0;
}


/*CART*/
body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account {
    background: #fff;
    color: #343435;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 73%;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li:first-child a {
    border-top: 1px solid #ddd;
}
nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    padding: 16px;
    display: block;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #343435;
    font-weight: 600;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    border-left: 8px solid var(--primary-color);
    border-right: none;
    color: var(--primary-color);
}

/*USER DASHBOARD*/
table.wishlist_table thead th {
    border-top: none;
}

/*FOOTER*/
.section.footer {
    margin-top: 50px;
    border-top: 2px solid var(--dark);
    padding-top: 40px;
    background: #fff;
    color: var(--text);
}
.copyright {
    color: var(--text);
    font-size: 16px;
    margin-top: 50px;
}
ul#menu-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#menu-footer-menu li a {
    padding: 0 8px;
}

#buttontop {
  display: inline-block;
  background-color: #FFFFFF;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  border: 2px solid #803ca2;
}
#buttontop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: lighter;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #803ca2;
    display: block;
    margin-top: -4px;
}
#buttontop:hover {
  cursor: pointer;
  background-color: #803ca2;
}
#buttontop:hover:after, #buttontop:active:after {
    color: #fff;
}
#buttontop:active {
  background-color: #803ca2;
}
#buttontop.show {
  opacity: 1;
  visibility: visible;
}


.payment-icon {
    background: #fff;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    margin-left: 8px;
    float: right;
    border: 1px solid #000;
}
.payment-icon svg {
    height: 24px;
    width: auto;
    display: inline-block;
    float: left;
    fill: var(--primary-color);
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background: var(--primary-color); 
}
.accordion-button {
    font-weight: 600;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.faq {
    border: none;
    outline: none;
    padding: 15px 20px;
    font-size: 18px;
    background: var(--primary-color);
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 24px;
    display: inline-block;
    transition: all 0.2s ease;
}
.faq:hover {
    box-shadow: 4px 4px 0 #4c1169;
    color: #fff;
}

/*TOGGLE THEME*/
.lighttoggle {
    position: fixed;
    left: 24px;
    top: 24px;
    z-index: 9999;
}
#lightmode {
    position: relative;
    appearance: none;
    outline: none;
    width: 40px;
    height: 32px;
    border-radius: 20px;
    background: #8de4ff;
    box-shadow: none;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

#lightmode:checked {
  background: #8000c9;
}

#lightmode::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: inherit;
    width: 24px;
    height: 24px;
    background: #ffff00;
    transition: inherit;
}

#lightmode::after {
    content: '';
    position: absolute;
    top: -4px;
    right: calc(100% + 32px);
    border-radius: inherit;
    width: 24px;
    height: 24px;
    background: #c3c3c3;
    transition: inherit;
}

#lightmode:checked::before {
    left: calc(100% - 31px);
    background: #fff;
}

#lightmode:checked::after {
    right: 12px;
    background: #8000c9;
    top: -2px;
}


/*MOBILE*/
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }
    body {
        margin-top: 132px;
    }
    body.single-product {
        margin-bottom: 80px;
    }
    .navbar {
        height: 120px;
        padding: 8px 0;
        display: block;
        width: 100vw;
    }
    a.navbar-brand.brand-mobile {
        float: left;
        width: 45%;
        padding-top: 16px;
    }
    a.navbar-brand.brand-mobile img {
        width: 100%;
        position: relative;
    }
    .nav-container {
      background: var(--white);
      height: 100vh;
      padding-top: 40px;
    }
    .headroom--unpinned {
      transform: translateY(-120%);
    }
    .navbar-nav li {
        margin: 0 40px;
    }
    .navbar .navbar-nav a.nav-link {
        font-weight: 700;
        font-size: 24px;
        padding: 16px 0;
        border-bottom: 1px solid #F9FAFB;
    }
    .mobile-search {
        display: block;
        width: 100%;
        float: left;
        margin-top: 8px;
    }
    .mobile-menu {
        background: #fff;
        position: fixed;
        left: 0;
        top: 120px;
        width: 100%;
        height: 100vh;
        padding: 24px 24px 120px;
        z-index: 9999;
        border-top: 1px solid #ddd;
        overflow-y: scroll;
    }
    .mobile-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .mobile-menu li a {
        padding: 16px;
        display: block;
        border-bottom: 1px solid var(--bg-color);
        font-size: 20px;
        text-decoration: none;
        color: var(--white);
        font-weight: 600;
    }
    .menu-cart-menu-container {
        position: absolute;
        right: 80px;
        top: 20px;
    }
    .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
        fill: #000;
    }
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        top: 3px;
    }
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        padding: 6px 24px 6px 40px;
        background-color: #fff;
    }
    .lighttoggle {
        left: 12px;
        top: auto;
        bottom: 12px;
    }

    /*HOMEPAGE*/
    .hero-slider .swiper-slide {
        height: 50vh;
    }
    .sidebanner-mobile.d-flex.d-md-none.row {
        --bs-gutter-x: 1rem;
    }
    /*WOOCOMMERCE*/
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        max-width: 50%;
        float: left;
    }
    .wopb-block-item .wopb-block-image {
        margin: 0px 0px 6px 0px !important;
    }
    .wopb-block-items-wrap {
        grid-row-gap: 16px !important;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0 0 1.2em;
    }
    .banner {
        height: auto;
    }

    /*SINGLE PRODUCT MOBILE*/
    table.variations {
        width: 100%;
    }
    table.variations tr {
        width: 100%;
    }
    table.variations th.label, table.variations td.value {
        width: 100%;
        display: block;
        font-size: 20px;
    }
    table.variations td.value select {
        padding: 12px 8px;
        width: 100%;
        border: 1px solid #aaa;
        border-radius: 4px;
        margin-bottom: 16px;
    }
    .single-product p {
        font-size: 18px;
        line-height: 32px;
    }
    .notification-box.muncul {
        bottom: 80px;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%;
    }
    .muncul p.stock.in-stock {
        font-weight: 700;
        color: var(--primary-color);
    }

    /*SINGLE POST*/
    body.single-post {
        margin-top: 144px;
    }
    .article-content h1 {
        margin: 0 0 16PX;
        padding-bottom: 16px;
    }
    .related-item .artikel-thumbnail {
        width: 40%;
        height: 200px;
        margin: 0;
        display: inline-block;
        position: relative;
        float: left;
    }
    .related-item .card-content {
        padding: 5% 0 5% 5%;
        width: 55%;
        float: left;
    }
    .card-category {
        margin-bottom: 8px;
    }
    .related-item .card-category {
        padding: 4px 12px;
        font-size: 12px;
        border-radius: 4px;
    }
    .related-item h3 {
        font-size: 16px;
    }

    /*ARCHIVE*/
    .archive-content .artikel-thumbnail {
        margin: 0 0 16px 0;
        height: 200px;
        width: 100%;
    }
    .archive-list .card-content p {
        display: none;
    }
    .archive-list .card-artikel h3 {
        font-size: 20px;
    }

    /*SIDEBAR*/
    .filterjoni {
        height: 72px;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all 0.5s ease;
        background: #803ac2;
        color: #fff;
    }
    .filterjoni.open {
        height: auto;
        background: #fff;
        color: #803ac2;
    }
}