/*
 Theme Name:   Klik Printing
 Theme URI:    https://shandykaf.com
 Description:  Kadence Child Theme
 Author:       Shandyka Febrian
 Author URI:   https://shandykaf.com
 Template:     kadence
 Version:      2.0.0
 Text Domain:  kadence-child
*/


/* GLOBAL STYLE */
/* -- EDIT HERE -- */


/* SAMPLE CODE */
.sample-code .for-global-styles {
	font-family: var(--default-title-family);
	font-size: var(--default-title-size);
	font-weight: var(--default-title-weight);
}


/* BODY */

.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
	margin-bottom: 0 !important;
}

.single-content p:last-child,
p:last-child {
	margin-bottom: 0px !important;
}

.single-content p:not(:last-child),
p:not(:last-child) {
	margin-bottom: 15px !important;
}

p:first-child {
	margin-top: 0px !important;
}

.single-content ul,
.single-content ol {
	margin: 0 0 0px;
}

.aspect-ratio-1-1,
.aspect-ratio-1-1 img {
	aspect-ratio: 1 / 1;
	object-fit: cover !important;
}


/* HEADER */

header.site-header,
.item-is-fixed {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

.header-navigation .menu {
	margin-left: 20px;
}

.elementor-237 .elementor-element.elementor-element-cead803 .elementor-button {
	white-space: nowrap !important;
}

.elementor-237 .elementor-element.elementor-element-7c31b55{
	margin-left: 20% !important;
}

.custom-project-menu {
    display: none;
}


/* FOOTER */

.site-middle-footer-wrap .site-middle-footer-inner-wrap {
	/* grid-template-columns: 1.5fr 0.3fr 2.2fr !important; */
}

.btn-map {
	color: #575757;
	text-decoration: none;
}

.btn-map:hover,
.btn-map:visited,
.btn-map:active,
.btn-map:focus {
	color: #575757;
}

.footer-product-cat .jet-listing-grid__item {
	display: flex !important;
    align-items: flex-start !important;
}


/* BUTTON - STICKY WHATSAPP BUTTON */

.wa-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
}

.wa-button a {
	background: linear-gradient(to top, #29b43f, #60d36b);
	color: #fff !important;
	width: 60px;
	display: table;
	height: 60px;
	border-radius: 100%;
	position: relative;
	text-align: center;
	font-size: 35px !important;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
	outline: none;
	text-decoration: none;
	animation: ring-animation 5s infinite;
}

.wa-button a:hover {
	transform: scale(0.9);
	text-decoration: none !important;
}

.wa-button a img {
	width: 30px;
	height: auto;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
	z-index: 888;
	transition: all 0.2s ease-in-out;
	text-shadow: 0 2px 5px rgba(20, 113, 34, 0.5);
}

.wa-button a:hover img {
	text-shadow: 0 0 0 rgba(20, 113, 34, 0.5);
	text-decoration: none;
}

/* CATALOG PRODUCT */
.categories-catalog .jet-listing-grid__items > .jet-listing-grid__item:nth-of-type(even) {
    flex-direction: row-reverse !important;
}
/* container scroll */
.categories-catalog {
	max-height: 900px;
	overflow-y: auto;
	overflow-x: hidden;
}

.catalog-fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 120px;

	pointer-events: none;

	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 85%);

	transition: opacity .3s ease;
}

.catalog-fade.hide {
	opacity: 0;
}

.list-cat-catalogue {
	scrollbar-width: none;
	ms-overflow-style: none;
}

.list-cat-catalogue::-webkit-scrollbar {
	display: none;
}

/* HOVER LISTING CATEGORY TITLE */

.jet-listing-grid__item:hover .jet-listing-dynamic-field__content {
	color: #1681ff !important;
}

/* BUTTON PULSE CTA */
.btn-pulse .elementor-button {
	animation: pulse-shadow 1.5s infinite;
}

.btn-pulse .elementor-button:hover {
	animation: none;
	box-shadow: none;
}

/* NEWEST PRODUCT SLIDER */
.newest-product .jet-listing-grid__slider-icon.prev-arrow.slick-arrow,
.newest-product .jet-listing-grid__slider-icon.next-arrow.slick-arrow {
	border: 1px solid var(--grey-border);
	border-radius: var(--section-radius-8);
}

/* NO CLICK BUTTON */
.no-click {
	pointer-events: none !important;
}

/* NINJA FORM */
.ninja-forms-req-symbol,
.nf-field-label .ninja-forms-req-symbol,
#nf-form-1-cont .ninja-forms-req-symbol,
.nf-form-layout .nf-before-form-content {
	display: none !important;
	visibility: hidden !important;
}

.nf-field-label label {
	font-family: var(--body-semi-bold-md-family) !important;
	font-size: var(--body-semi-bold-md-size) !important;
	font-weight: var(--body-semi-bold-md-weight) !important;
	font-style: var(--body-semi-bold-md-style) !important;
	color: var(--black-default);
}


.nf-field-element input {
	background-color: #4611F5;
}

.nf-form-content {
	padding: 0px !important;
}

.nf-form-content input.ninja-forms-field,
.nf-form-content textarea.ninja-forms-field {
	font-size: var(--desktop-default-field-size);
	font-weight: var(--desktop-default-field-weight);
}



.nf-form-content input:not([type=button]),
.nf-form-content textarea.ninja-forms-field {
	background: var(--grey-background-3) !important;
	border: 1px solid var(--grey-border) !important;
	color: var(--black-paragraph);
	border-radius: var(--section-radius-10) !important;
}

.nf-form-content textarea.ninja-forms-field {
	height: 150px;
	border-radius: var(--section-radius-10) !important;
}

.nf-error.field-wrap .nf-field-element:after {
	height: 43px !important;
	width: 43px !important;
	line-height: 43px !important;
}

.nf-error .nf-error-msg {
	font-size: 14px;
}

#nf-form-title-1 h3 {
	display: none;
}

.nf-form-content input[type=submit] {
	padding-left: var(--btn-padding-horizontal-default);
	padding-right: var(--btn-padding-horizontal-default);
	padding-bottom: var(--btn-padding-vertical-default);
	padding-top: var(--btn-padding-vertical-default);
	font-family: var(--body-semi-bold-md-family) !important;
	font-size: var(--body-semi-bold-md-size) !important;
	font-weight: var(--body-semi-bold-md-weight) !important;
	font-style: var(--body-semi-bold-md-style) !important;
	line-height: normal;
	display: inline-flex;
	text-transform: uppercase;
	border-radius: 0px;
	background: white !important;
	color: var(--blue-dark) !important;
	border: 2px solid var(--blue-dark) !important;
}

.nf-form-content input[type=submit]:hover {
	background: var(--blue-dark) !important;
	color: white !important;
	border: 2px solid var(--blue-dark) !important;
}

.checkbox-styles .jet-checkboxes-list__row {
	flex-direction: row-reverse !important;
}

.checkbox-styles .jet-checkboxes-list__row .jet-checkboxes-list__button .jet-checkboxes-list__decorator {
	display: none !important;
}

.checkbox-styles fieldset .jet-list-tree__children .jet-checkboxes-list__button .jet-checkboxes-list__decorator {
	display: block !important;
}

.checkbox-styles .jet-collapse-icon {
	cursor: pointer !important;
	margin: 0 !important;
}

.checkbox-styles .jet-list-tree__parent .jet-checkboxes-list__item {
	pointer-events: none !important;
}

.checkbox-styles .jet-list-tree__children .jet-checkboxes-list__button {
	padding: 0 !important;
	border: none !important;
}

/* Default: semua parent collapsed punya border */
.checkbox-styles .jet-list-tree__parent.jet-list-toggle-collapsed {
	border-bottom: 1px solid #d9d9d9 !important;
}

/* Parent terakhir: hilangkan border */
.checkbox-styles .jet-list-tree__parent.jet-list-toggle-collapsed:last-of-type {
	border-bottom: none !important;
}

.checkbox-styles .jet-list-tree__children:last-of-type {
	border-bottom: none !important;
}

/* Khusus: parent yang diikuti children, tapi children itu adalah elemen terakhir */
.checkbox-styles .jet-list-tree__parent.jet-list-toggle-collapsed:has(+ .jet-list-tree__children:last-child) {
	border-bottom: none !important;
}

.checkbox-styles .jet-checkboxes-list__row {
	margin-bottom: 0 !important;
	margin: 0 !important;
	padding-top: 20px !important;
}

/* .checkbox-styles .jet-list-tree__parent.jet-list-toggle-collapsed {
	border-bottom : none !important;
} */
.checkbox-styles.jet-list-toggle-expanded .jet-list-tree__children {
	display: block !important;
}

.checkbox-styles .jet-list-tree__children {
	border-bottom: 1px solid #d9d9d9 !important;
	padding-bottom: 20px !important;
	padding-left: 0 !important;
}

.checkbox-styles .jet-list-tree__children .jet-checkboxes-list__row {
	padding-top: 4px !important;
	margin-bottom: 4px !important;
}

/* PRODUCT - FILTER */

.filter-product-category .e-n-accordion-item:not(:first-child) {
	border-top: 1px solid var(--grey-border);
}

.jet-popup__inner {
	align-items: flex-end;
}

.btn-apply-filter {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}

/* KEYFRAMES */
@keyframes pulse-shadow {
	0% {
		box-shadow: 0 0 0 0px #ffffff8a;
	}

	100% {
		box-shadow: 0 0 0 20px #ffffff00;
	}
}

@keyframes ring-animation {

	0%,
	90% {
		transform: scale(1) rotate(0deg);
	}

	92%,
	94% {
		transform: scale(1.2) rotate(-5deg);
	}

	94%,
	96% {
		transform: scale(1.2) rotate(5deg);
	}

	96%,
	98% {
		transform: scale(1.2) rotate(-4deg);
	}

	98%,
	100% {
		transform: scale(1.2) rotate(4deg);
	}

	100% {
		transform: scale(1) rotate(0deg);
	}
}

/* NO BOX BUTTON */
button.no-box-button {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	border-radius: 0 !important;

	color: var(--blue-default);
	text-decoration: underline;
	cursor: pointer;

	font-family: var(--body-regular-md-family);
	font-size: var(--body-regular-md-size);
	font-weight: var(--body-regular-md-weight) !important;
}

/* SINGLE PRODUCT TABS BUTTON*/
.elementor .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"],
.elementor .elementor-widget-n-tabs .e-n-tab-title:hover {
	background-color: var(--white-default) !important;
}

/* SINGLE PRODUCT ADD CART */
.single-product-add_cart .quantity .qty {
	padding: 0 !important;
	height: auto !important;
}

.single-product-add_cart .single_add_to_cart_button.button {
	height: auto !important;
}

.wcpa_wrap {
	/* padding: 20px;
	background: #00000012;
	border-radius: 8px; */
}

.wcpa_wrap .wcpa_field_wrap {
	/* padding: 10px; */
}

.wcpa_wrap .wcpa_field_bottom {
	display: none !important;
}

.wcpa_wrap .wcpa_price_summary {
	padding: 20px;
	background: #00000012;
	border-radius: 8px;
}

.wcpa_wrap .wcpa_price_summary .wcpa_total {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* BUTTON BUY NOW */
.button.buy-now-button {
	background-color: var(--white-default);
	color: var(--black-default);
	border: 1px solid var(--yellow-dark);
	border-radius: var(--btn-radius-default);
	font-family: var(--font-family-body);
	font-size: var(--body-semi-bold-md-size);
	font-weight: var(--body-semi-bold-md-weight);
	font-style: var(--body-semi-bold-md-style);
	padding-top: var(--btn-padding-vertical-md);
	padding-bottom: var(--btn-padding-vertical-md);
	right: 0px !important;
	bottom: 15px !important;
	white-space: pre-wrap !important;
	position: static !important;
}

.button.buy-now-button:hover {
	background-color: var(--white-default);
	color: var(--blue-dark);
	border: 1px solid var(--blue-dark);
}

/* CATEGORY CARD PRODUCT */

.cat-line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.cat-line-clamp h1,
.cat-line-clamp h2 {
	display: none;
}


/* LISTING - PRODUCT */

.img-listing-product img {
	height: auto !important;
	aspect-ratio: 1/1;
	object-fit: cover !important;
}


/* CART COUNT BUTTON */
.elementor-237 .elementor-element.elementor-element-dfea635 .jet-blocks-cart__count {
	position: absolute;
	margin: 0px 0px 30px 20px;

}

/* CART PAGE */
.woocommerce-cart .entry-hero .entry-title {
	font-family: var(--heading-semi-bold-md-family) !important;
	font-size: var(--heading-semi-bold-md-size);
	font-weight: var(--heading-semi-bold-md-weight);
	font-style: var(--heading-semi-bold-md-style);
}

.woocommerce-cart .content-area {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}


/* CHECKOUT PAGE */
.woocommerce-checkout .entry-hero .entry-title {
	font-family: var(--heading-semi-bold-md-family) !important;
	font-size: var(--heading-semi-bold-md-size);
	font-weight: var(--heading-semi-bold-md-weight);
	font-style: var(--heading-semi-bold-md-style);
}

.woocommerce-checkout .content-area {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button__text {
	font-family: var(--body-semi-bold-md-family) !important;
	font-size: var(--body-semi-bold-md-size);
	font-weight: var(--body-semi-bold-md-weight);
	font-style: var(--body-semi-bold-md-style);
	padding: 8px 20px 8px 20px;
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
	font-family: var(--heading-semi-bold-2xs-family) !important;
	font-size: var(--heading-semi-bold-2xs-size);
	font-weight: var(--heading-semi-bold-2xs-weight);
	font-style: var(--heading-semi-bold-2xs-style);
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
	font-family: var(--heading-semi-bold-xs-family) !important;
	font-size: var(--heading-semi-bold-xs-size) !important;
	font-weight: var(--heading-semi-bold-xs-weight) !important;
	font-style: var(--heading-semi-bold-xs-style) !important;
}

/* ========== CART PAGE (CLASSIC) ========== */
.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart {
    border-collapse: collapse;
    width: 100%;
    border: none;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart thead th {
    font-family: var(--heading-semi-bold-2xs-family);
    font-size: var(--heading-semi-bold-2xs-size);
    font-weight: var(--heading-semi-bold-2xs-weight);
    color: #333;
    border-bottom: 2px solid #cbd5e1;
    padding: 10px 12px;
    text-transform: uppercase;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart tbody tr {
    border-bottom: 1px solid #e2e8f0;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td {
    padding: 20px 12px;
    vertical-align: top;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart th.product-remove,
.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-remove {
    width: 60px;
    text-align: center;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart th.product-thumbnail,
.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-thumbnail {
    width: 15%;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart th.product-name,
.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-name {
    width: 45%;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart th.product-price,
.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-price,
.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart th.product-subtotal,
.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-subtotal {
    width: 13%;
    text-align: right;
    padding-right: 20px;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart th.product-quantity,
.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-quantity {
    width: 14%;
    text-align: center;
}

.cart-item-checkbox-wrap {
    display: block;
    margin-bottom: 8px;
}

input.cart-select-item {
    width: 22px;
    height: 22px;
    cursor: pointer;
    accent-color: #00a859;
    border: 2px solid #bbb;
    border-radius: 4px;
}

th.product-remove #klp-select-all {
    width: 22px;
    height: 22px;
    cursor: pointer;
    accent-color: #00a859;
    display: block;
    margin: 0 auto 6px;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-thumbnail img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-name a {
    font-family: var(--heading-bold-2xs-family);
    font-size: var(--heading-bold-2xs-size);
    font-weight: var(--heading-bold-2xs-weight);
    color: #333;
    text-decoration: none;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-price .amount,
.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-subtotal .amount {
    font-family: var(--heading-bold-2xs-family);
    font-size: var(--heading-bold-2xs-size);
    font-weight: var(--heading-bold-2xs-weight);
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-quantity .quantity .qty {
    width: 60px;
    padding: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    text-align: center;
    color: #000 !important;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-remove a.remove {
    display: none !important;
}

.woocommerce-cart form.woocommerce-cart-form .coupon {
    display: flex;
    gap: 10px;
    align-items: center;
}

.woocommerce-cart form.woocommerce-cart-form .coupon input#coupon_code {
    width: 180px;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
}

.woocommerce-cart form.woocommerce-cart-form .coupon button {
    padding: 10px 20px;
    border-radius: 6px;
    font-family: var(--body-semi-bold-md-family);
}
.woocommerce-cart form.woocommerce-cart-form button[name="update_cart"] {
    display: none;
}

/* CART QTY STEPPER */
.klp-qty-stepper {
    display: inline-flex;
    align-items: center;
}
.klp-qty-stepper button {
    width: 16px;
    height: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
}
.klp-qty-stepper button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.klp-qty-stepper button:focus,
.klp-qty-stepper button:focus-visible {
    outline: none;
    box-shadow: none;
}
.klp-qty-stepper .klp-qty-value {
    min-width: 20px;
    text-align: center;
    font-weight: 600;
    padding: 0 3px;
    font-size: 12px;
}

.klp-remove-item {
    background: none;
    border: 2px solid var(--red-default) !important;
    cursor: pointer;
    padding: var(--btn-padding-vertical-sm) var(--btn-padding-horizontal-sm) !important;
    color: #999;
    transition: color 0.2s;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    outline: none;
    box-shadow: none;
}
.klp-remove-item:focus {
    outline: none;
    box-shadow: none;
}
.klp-remove-item:focus-visible {
    outline: none;
    box-shadow: none;
}
.klp-remove-item:hover {
    background-color: var(--red-default) !important;
}
.klp-remove-item:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.cart-collaterals .cart_totals h2 {
    font-family: var(--heading-semi-bold-2xs-family);
    font-size: var(--heading-semi-bold-2xs-size);
}

.cart-collaterals .cart_totals table.shop_table {
    border-collapse: collapse;
    width: 100%;
}

.cart-collaterals .cart_totals table.shop_table th,
.cart-collaterals .cart_totals table.shop_table td {
    padding: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 20px 0;
}


/* END */

/* CHECKLIST */
.jet-list-tree__parent>label {
	cursor: pointer;
}

/* PRODUCT - KATALOG TITLE */
.elementor-widget-image-box .elementor-image-box-title, .product-category .woocommerce-loop-category__title, .jet-listing-grid__item .elementor-heading-title{
	min-height: 0px !important;
	margin-top: 0px !important;
}

/* BELI SEKARANG */

.single-product-add_cart form.cart {
    display: flex;
    align-items: stretch;
}

.single-product-add_cart form.cart .quantity {
    flex: 0 0 80px;
    margin: 0;
}

.single-product-add_cart form.cart .single_add_to_cart_button {
    flex: 1;
    margin: 0;
}

/* Buy Now */
.btn-buy-now {
    width: 150px;
    margin-top: -17.3%;
    margin-left: calc(80px + 12px);
}

.buy-now-button {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    white-space: normal;
    line-height: 1.25;
    text-align: center;
}

/* RADIO CATEGORY */
.jet-radio-list__button,
.jet-radio-list__label {
    transition: all .25s ease;
}

/* Hover */
.jet-radio-list__item:hover .jet-radio-list__button,
.jet-radio-list__button:hover {
    color: var(--blue-default);
    /* atau #00BDFE */
}

/* Hover label */
.jet-radio-list__item:hover .jet-radio-list__label {
    color: var(--blue-default);
}

/* Active (radio terpilih) */
.jet-radio-list__input:checked + .jet-radio-list__button,
.jet-radio-list__input:checked + .jet-radio-list__button .jet-radio-list__label {
    color: var(--blue-default);
}

/* FAQ PAGE */
.elementor-2257 .elementor-element.elementor-element-59bdc71 .elementor-button{
	white-space: nowrap !important;
}

/* Stretch setiap item listing */
.jet-listing-grid--2257 .jet-listing-grid__item > .jet-engine-listing-overlay-wrap,
.jet-listing-grid--2257 .elementor-2257,
.jet-listing-grid--2257 .e-con,
.jet-listing-grid--2257 .e-con-inner{
    width:100% !important;
    max-width:100% !important;
}

/* Widget Dynamic Field */
.jet-listing-grid--2257 .elementor-widget-jet-listing-dynamic-field{
    width:100% !important;
}

/* Isi tombol */
.jet-listing-grid--2257 .jet-listing-dynamic-field{
    width:100% !important;
}

.jet-listing-grid--2257 .jet-listing-dynamic-field__inline-wrap{
    display:block;
    width:100%;
}

.jet-listing-grid--2257 .jet-listing-dynamic-field__content{
    display:block;
    width:100%;
    box-sizing:border-box;
}
/* DESKTOP */
@media (min-width: 1280px) {
	.custom-project-menu {
		display: none;
	}
	
	/* FOOTER */
	.site-middle-footer-wrap .site-container {
		padding: 0 !important;
	}
	
	/* CATALOG PRODUCT */
	.categories-catalog .jet-listing-grid__items > .jet-listing-grid__item:nth-child(even) .e-con-inner {
		flex-direction: row-reverse !important;
		display: flex !important;
	}
	
	.categories-catalog .jet-listing-grid__item .e-con-inner{
    	display:flex;
    	flex-direction:row;
	}
}


/* TABLET */
@media (min-width: 768px) and (max-width: 1279px) {
	
	.custom-project-menu {
    	display: none;
	}
	
	.elementor-395 .elementor-element.elementor-element-b386c71 .jet-carousel .jet-arrow {
		z-index: 1 !important;
	}
	
	/* 	BUTTON BUY NOW */
	.button.buy-now-button{
		position: static !important;
	}
	
	/* CART PAGE */
	.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-name {
        width: 35%;
    }
}


/* MOBILE */
@media (max-width: 767px) {
	/* HEADER	 */
	.custom-project-menu {
   		display: list-item !important;
	}
	
	.elementor-237 .elementor-element.elementor-element-269fe74 {
        margin-left: -20px !important;
    }

    /* Parent */
    .elementor-element-d9281f3{
        display:flex;
        flex-wrap:wrap;
        align-items:center;
    }

    /* Logo */
    .elementor-element-aacc2b8{
        order:1;
        flex:1;
    }

    .elementor-element-aacc2b8 img{
        max-width:150px;
        height:auto;
    }

    /* Account + Wishlist + Cart */
    .elementor-element-ac803d6{
        order:2;
        width:auto !important;
        flex:none !important;
        display:flex;
        align-items: center !important;
        gap:8px;
        margin-right: 30px !important;
    }

    .elementor-element-7c31b55,
    .elementor-element-2b0579b{
        width:auto !important;
        flex:none !important;
        display:flex;
        align-items:center;
        gap:8px;
    }

    /* Search di bawah */
    .elementor-element-b5544f8{
        order:3;
        flex:0 0 100%;
        width:100%;
        margin-top:12px;
    }

    /* Hilangkan margin bawaan widget */
    .elementor-element-ac803d6 .elementor-widget{
        margin:0 !important;
        width:auto !important;
    }
	.elementor-237 .elementor-element.elementor-element-ac803d6{
		justify-content: flex-start !important;
	}

    /* Ukuran icon */
    .elementor-element-6720123 .elementor-button,
    .jet-wishlist-count-button__link,
    .jet-blocks-cart__heading-link{
        width:40px;
        height:40px;
        display:flex;
        align-items:center;
        justify-content: center !important;
        padding:0;
    }

    /* Badge cart */
    .jet-blocks-cart__heading-link{
        position:relative;
    }

    .jet-blocks-cart__count{
        top:-4px;
        right:-4px;
    }
	
	
	/* 	NEWEST PRODUCT - HOME */
	.newest-product .jet-listing-dynamic-image {
        aspect-ratio: 1 / 1;
        overflow: hidden;
    }

    .newest-product .jet-listing-dynamic-image img {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
        aspect-ratio: 1 / 1;
        display: block;
    }

	/* 	FOOTER */
	.site-middle-footer-wrap .site-middle-footer-inner-wrap {
		/* grid-template-columns: none !important; */
	}

	/* BUTTON - STICKY WHATSAPP BUTTON */
	.wa-button {
		bottom: 10px;
		right: 10px;
	}

	.jet-listing-grid__item .e-con-inner {
		flex-direction: column !important;
	}
	
	/* 	BUTTON BUY NOW */
	.button.buy-now-button{
		position: static !important;
	}
	
	.single-product-add_cart form.cart {
        display: flex;
        flex-wrap: wrap;
    }

    .single-product-add_cart form.cart .quantity {
        flex: 0 0 80px;
    }

    .single-product-add_cart form.cart .single_add_to_cart_button {
        flex: 1;
    }

    .btn-buy-now {
        width: 100%;
        margin: 12px 0 0;
    }

    .buy-now-button {
        width: 100%;
    }
	
	/* 	CART PAGE */
	.woocommerce-cart form.woocommerce-cart-form table.shop_table.cart thead {
        display: none;
    }

    .woocommerce-cart form.woocommerce-cart-form table.shop_table.cart tbody tr {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
        border-bottom: 2px solid #e2e8f0;
    }

    .woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td {
        display: block;
        width: 100% !important;
        padding: 5px 10px !important;
        text-align: left !important;
        border: none;
    }

    .woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-thumbnail img {
        width: 80px;
        height: 80px;
    }

    .woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-price,
    .woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-subtotal {
        text-align: left !important;
        padding-left: 10px !important;
    }

    .woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-price::before,
    .woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-subtotal::before,
    .woocommerce-cart form.woocommerce-cart-form table.shop_table.cart td.product-quantity::before {
        content: attr(data-title) ": ";
        font-weight: 600;
        margin-right: 5px;
    }

    .woocommerce-cart form.woocommerce-cart-form .coupon {
        flex-direction: column;
        align-items: stretch;
    }

    .woocommerce-cart form.woocommerce-cart-form .coupon input#coupon_code {
        width: 100%;
    }

	.klp-qty-stepper button {
        width: 22px;
        height: 24px;
        font-size: 13px;
    }
    .klp-qty-stepper .klp-qty-value {
        min-width: 20px;
        font-size: 13px;
    }

	/* PRODUCT - KATALOG TITLE */
	.elementor-widget-image-box .elementor-image-box-title, .product-category .woocommerce-loop-category__title, .jet-listing-grid__item .elementor-heading-title{
		min-height: 0px !important;
		margin-top: 0px !important;
	}
	
	/* CATALOG SECTION - HOMEPAGE	 */
	.elementor-546 .elementor-element.elementor-element-1d798af {
        overflow: hidden !important;
        max-width: 100% !important;
    }

    /* slider wrapper juga perlu dibatasi */
    .elementor-546 .jet-listing-grid__slider,
    .elementor-546 .jet-listing-grid__items {
        overflow: hidden !important;
        max-width: 100% !important;
    }
	
	.elementor-546 .elementor-element.elementor-element-ff57750,
    .elementor-546 .elementor-element.elementor-element-5c2c92b,
    .elementor-546 .jet-listing-grid,
    .elementor-546 .jet-listing-grid__slider,
    .elementor-546 .jet-listing-grid__items {
        overflow: hidden !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
	
	.elementor.elementor-546 {
        overflow: hidden !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}