/* cart-area */
.minicart-panel .zank-scrollbar {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.cart-area.action-content.active {
    overflow-y: hidden;
}
.cart-area .mini-cart-item {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    gap: 10px;
}

.cart-item-details {
	display: flex;
	flex: 1;
    gap: 15px;
}

.cart-area .product-link>span {
    display: block;
    line-height: 1.4;
    margin-bottom: 5px;
}

.cart-area .cart-item-title {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 15px;
}

.cart-area .cart-item-title .type-variable  {
    font-size: 11px;
    color: var(--zank-text);
}

dl.variation {
    display: flex;
    gap: 8px;
    text-transform: uppercase;
    font-size: 10px;
}

.variation dd, .variation dt { margin-bottom: 5px !important; }

dl.variation {
	display: flex;
	gap: 8px;
	text-transform: uppercase;
	font-size: 10px;
}

.variation dd, .variation dt {
	margin-bottom: 5px !important;
}

.cart-area .del-icon .variation {
	display: none;
}

.cart-item-title .cart-name, .zank-content-info .product-name {
	color: var(--zank-dark);
	font-size: 14px;
	font-weight: 600;
}


.cart-item-title .cart-name, .zank-content-info .product-name {
    color: var(--zank-dark);
    font-size: 14px;
    font-weight: 600;
}


.cart-area .cart-quantity-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 5px;
}

.cart-area .quantity,
.woocommerce .cart-area .quantity {
    margin: 0;
    box-shadow: none;
}

.quantity-button.disabled {
    pointer-events: none;
}

.cart-area .quantity input,
.woocommerce .cart-area .quantity input,
.woocommerce .cart-area .quantity .qty {
	max-height: 22px;
}

.cart-area .quantity-button.plus,
.cart-area .quantity-button.minus {
	color: var(--zank-dark);
	background: var(--zank-light);
	font-weight: 400;
}

.cart-area .quantity-button.plus:hover,
.cart-area .quantity-button.minus:hover {
	background: var(--zank-gray);
}

.cart-area .quantity {
    background: var(--zank-light);
    max-width: 100px;
}

.cart-area .zank-price,
.cart-item-title .zank-price .cart-quantity {
	color: var(--zank-dark-soft);
}

.cart-item-title .cart-name,
.zank-content-info .product-name {
	color: var(--zank-dark);
	font-size: 15px;
	font-weight: 400;
}

.cart-item-title .zank-price span,
.zank-content-info .zank-price {
	font-size: 14px;
	font-weight: 400;
}

.cart-item-title .zank-price {
	font-size: 14px;
	font-weight: 400;
}

.cart-item-title .zank-price .cart-quantity {
	font-size: 12px;
	font-weight: 500;
	color: var(--zank-dark);
}

.cart-area .del-icon {
	width: 22px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}

.cart-area .del-icon a svg,
.wishlist-area .zank-svg-icon.mini-icon,
.compare-area .zank-svg-icon.mini-icon {
	fill: var(--zank-gray-dark);
	color: var(--zank-gray-dark);
}

.cart-area .del-icon a {
	color: var(--zank-dark);
	display: inline-flex;
}

.cart-area .del-icon:hover svg {
	fill: var(--zank-dark);
}

.cart-area .del-icon:hover a {
	color:var(--zank-light);
}

.cart-area .cart-total {
	margin-bottom: 22px;
}

.cart-area .cart-total-price {
	border-top: 1px solid var(--zank-gray);
	overflow: hidden;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--zank-dark);
}

.cart-empty-content .minicart-title {
	display: none;
}

.zank-cart-empty-wrapper {
	text-align: center;
}

.zank-cart-empty-wrapper .zank-btn-medium {
	max-width: 170px;
	margin: 0 auto;
}

.zank-cart-empty-icon,
.cart-area svg.shopBag {
	max-width: 100px;
	max-height: 100px;
	fill: var(--zank-gray);
	opacity: 0.5;
	margin-left: -14px;
	margin-bottom: 10px;
}

.cart-bottom-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.cart-bottom-btn .zank-btn {
	flex: auto;
}

.quantity.hidden {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.zank-not-found-info-wrapper svg.shopBag,
.cart-empty-content svg.shopBag {
	max-width: 100px;
	max-height: 100px;
	fill: var(--zank-gray);
	opacity: 0.5;
}
.zank-header-cart-details.has-product:not(.has-clear-btn) {
    margin-bottom: 20px;
}
.zank-header-cart-details.has-clear-btn {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}
.zank_clear_cart_button {
    position: absolute;
    width: auto;
    bottom: -40px;
    right: 20px;
    text-align: center;
    opacity: 0;
    background-color: var(--zank-dark);
    color: var(--zank-light);
    padding: 5px 10px;
    line-height: 1;
    cursor: pointer;
    transition: bottom .2s ease, opacity .2s ease;
}
.minicart-panel:hover .zank_clear_cart_button {
    bottom: 0;
    opacity: 1;
}
.minicart-panel .zank_update_cart {
    padding: 5px 10px;
    background-color: var(--zank-primary);
    color: var(--zank-light);
    font-size: 12px;
    line-height: 1;
    display: none;
    cursor: pointer;
}
.minicart-panel .cart-quantity-wrapper.active .zank_update_cart{
    display: inline-block;
}
.minicart-panel .cart-total-price + .cart-total-price {
    border-top: 0;
}
.zank-minicart.loading {
    pointer-events: none;
}
.zank-side-panel[data-cart-count="0"] .zank-viewed-offer-time{
    display: none;
}
/* cart-area */
