/* SCROLL BAR */
@media (min-width: 1025px) {
	:root {
	--ink-scroll-w: 8px !important;
}
}
::-webkit-scrollbar {
	width: 8px;
	height: 2px;
}
::-webkit-scrollbar-track {
	background: #f5f5f5;
}
::-webkit-scrollbar-thumb {
	background: #bfbfbf;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
	background: #a6a6a6;
}
.mobile-nav::-webkit-scrollbar {
	width: 0px;
}
@media (max-width:1024px) {
	::-webkit-scrollbar {
		width: 6px;
	}
}
body .ink-scroll-content {
	scrollbar-width: unset;
}

/* SELECTION COLOR */
::-moz-selection {
	color: black;
	background: var(--primary-color);
}
::selection {
	color: black;
	background: var(--primary-color);
}

/* MINUMUM ORDER AMOUNT */
.woocommerce.cart-content-wrapper .woocommerce-error,
.ink-wc-notices .woocommerce-error {
	border-radius: 45px !important;
	background: rgb(243 105 105 / 20%);
	color: #787878;
	font-weight: 400;
	flex: 1 1 100%;
}
.woocommerce.cart-content-wrapper .woocommerce-error span,
.ink-wc-notices .woocommerce-error span {
	color: #333;
	font-weight: 700;
}
.shipping_logo_small {
	max-width: 100px;
	max-height: 45px;
}
.woocommerce-shipping-methods>li {
	margin-bottom: 30px;
}
.woocommerce-shipping-totals.shipping>th {
	vertical-align: top;
}

/* NOVA POSHTA */
.wcus-checkout-fields {
	margin-top: 30px;
}
.wcus-checkout-fields h3 {
	text-transform: uppercase;
}
.zen-ui-select__value>svg {
	right: 14px;
	opacity: .3;
}
.zen-ui-select__value {
	border-radius: 8px;
	border: var(--ink-form-brd-width) solid var(--ink-form-brd-color);
	padding: 9px 28px 9px 15px !important;
}
.zen-ui-select__value.disabled {
	background: #f7f7f7;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.zen-ui-select__options {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border: var(--ink-form-brd-width) solid var(--ink-form-brd-color);
	border-top: 0;
	padding-top: 0;
}
.zen-ui-select__dropdown {
	border-radius: 8px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.zen-ui-select__option--current {
	background: rgb(131 183 53 / 20%);
}
.zen-ui-select__option:not(.zen-ui-select__option--disabled):not(.zen-ui-select__option--current):hover {
	background: var(--primary-color);
	color: white;
}
.zen-ui-select__search {
	border: var(--ink-form-brd-width) solid var(--ink-form-brd-color);
	border-top: 0;
	border-bottom: 0;
	padding: 15px;
	background: #f9f9f9;
}
.zen-ui-select__search:before {
	content: "\f130";
	font-family: "inkstore-font";
	position: absolute;
	font-size: 16px;
	top: 25px;
	left: 29px;
	opacity: .8;
}
.zen-ui-select__search input {
	padding-left: 35px !important;
	border-radius: 8px !important;
	border: var(--ink-form-brd-width) solid var(--ink-form-brd-color) !important;
	background: white !important;
}

/* OTHER */
form.post-password-form p > input[type="submit"] {
	margin-top: 30px;
}
.pswp__ui--fit :is(.pswp__top-bar,.pswp__caption) {
	background-color: transparent !important;
}
.pswp__bg {
	background: rgb(0 0 0 / 50%) !important;
}
.pswp__button--share {
	display: none !important;
}
body .scrollToTop {
	color: #333 !important;
	background: var(--ink-primary-color);
	border-radius: var(--ink-brd-radius);
}
.ink-wishlist-btn>a.ink-wishlist-remove:before {
	content: "\f112" !important;
	font-size: 12px !important;
	position: relative;
	top: 1px;
}
p.stock.ink-style-default.out-of-stock:before {
	color: #b50808;
	vertical-align: middle;
	content: "\f112";
	font-family: inkstore-font;
	margin-inline-end: 5px;
}
.sort-text {
	display: none;
}
.grecaptcha-badge {
	display: none !important;
}

@media (max-width: 1024px) {
	.shop-title-tools {
		flex-direction: column;
		align-items: flex-start;
	}
	.shop-title-tools .ink-shop-tools {
		width: 100%;
	}
	.shop-title-tools .woocommerce-ordering {
		width: auto;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 7px;
		font-weight: 600;
	}
	.sort-text {
		display: inline;
	}
	.woocommerce-ordering.ink-ordering-mb-icon:after {
		display: none;
	}
	.sort-text:after {
		display: inline-block;
		font-weight: 700;
		font-size: 12px;
		transform: rotate(90deg);
		content: "\f113";
		font-family: inkstore-font;
		margin-left: 5px;
	}
}
@media (max-width: 768px) {
	.woocommerce-ordering.ink-ordering-mb-icon:after {
		display: block;
		position: relative;
		color: var(--color-gray-900);
		font-size: 120%;
		z-index: 2;
		pointer-events: none;
		content: "\f119";
		font-family: "inkstore-font";
}