/* LOGIN / REGISTER */
#customer_login .col-register {
	border: 0 !important;
}
#customer_login {
	justify-content: center;
}
.tabs-links-row {
	font-size: 24px;
    display: flex;
    gap: 20px;
    justify-content: center;
	text-align: center;
	width: max-content;
	margin: auto;
}
.tabs-links-row a.active , .tabs-links-row:hover a:is(:hover) {
	color: #333;
	font-weight: 600;
}
.tabs-links-row:hover a:not(:hover) {
	font-weight: 400;
	color: #909090;
}
.tabs-links-row a {
	color: #909090;
}
.col-register-text {
	display: none !important;
}

/* CHECKOUT */
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #wcus_shipping_phone_field {
    display: block !important;
}
#order_review .woocommerce-checkout-review-order-table tbody {
    max-height: 450px;
	overflow-x: hidden;
    overflow-y: auto;
	position: relative;
	padding-right: 10px;
}
#order_review .woocommerce-checkout-review-order-table tbody::-webkit-scrollbar {
	width: 4px;
	height: 2px;
}
.woocommerce-additional-fields__field-wrapper {
  margin-bottom: 30px;
  background: white;
  padding: 20px;
  border-radius: var(--border-radius);
}
.woocommerce-additional-fields__field-wrapper label[for="order_comments"] {
	display: none !important;
}
.wcus-checkout-fields {
	margin-top: 0;
	margin-bottom: 30px;
	background: white;
	padding: 20px;
	border-radius: var(--border-radius);
}
.woocommerce-checkout-payment .payment_methods {
	margin-bottom: 0;
}
.woocommerce-checkout-payment {
	background: white;
	padding: 20px;
	border-radius: var(--border-radius);
	margin-bottom: 30px;
}
.checkout-delivery-wrapper #shipping_method input.shipping_method {
	top:0;
	margin-inline-end: 7px;
  margin-inline-start: 0;
}
.checkout-delivery-wrapper .woocommerce-shipping-methods>li {
	display: flex;
}
.woocommerce-shipping-methods>li:last-child {
	margin-bottom: 0 !important;
}
.checkout-delivery-wrapper {
	background: white;
	padding: 20px;
	border-radius: var(--border-radius);
	margin-bottom: 30px;
}
.woocommerce-billing-fields__field-wrapper {
	background: white;
	padding: 20px;
	border-radius: var(--border-radius);
	margin-bottom: 30px;
}
.woocommerce-checkout>.checkout-order-review {
	position: relative;
    top: 0px;
	padding: 20px 0 0 20px;
	margin-bottom: 30px;
}
.woocommerce-checkout>.customer-details .woocommerce-billing-fields {
	margin-bottom: 0 !important;
}


/* SCROLL BAR */
@media (min-width: 1025px) {
	:root {
	--ink-scroll-w: 8px !important;
}
}
::-webkit-scrollbar {
	width: 10px;
	height: 2px;
}
::-webkit-scrollbar-track {
	background: #0b0b0e;
}
::-webkit-scrollbar-thumb {
	background: #292939;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
	background: #42425d;
}
.mobile-nav::-webkit-scrollbar {
	width: 0px;
}
@media (max-width:1024px) {
	 .ink-header-cart .ink-tools-icon:after {
        position: relative;
        margin-inline-start: -20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        opacity: 0;
        content: "\f112";
        font-family: "inkstore-font";
        color: red;
    }
	.ink-header-cart.ink-opened .ink-tools-icon:after {
        opacity: 1;
        transition: opacity .3s ease;
    }
	.ink-header-mobile-nav.ink-opened .ink-tools-icon:before, .ink-header-search .ink-tools-icon:after {
        content: "\f112";
        font-weight: 400;
        color: red;
    }
	::-webkit-scrollbar {
		width: 6px;
	}
}
body .ink-scroll-content {
	scrollbar-width: unset !important;
}

/* SELECTION COLOR */
::-moz-selection {
	color: white;
	background: var(--ink-primary-color);
}
::selection {
	color: white;
	background: var(--ink-primary-color);
}

/* MINUMUM ORDER AMOUNT */
.woocommerce.cart-content-wrapper .woocommerce-error,
.ink-wc-notices .woocommerce-error {
	border-radius: 8px !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 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(84 245 253 / 30%);
}
.zen-ui-select__option:not(.zen-ui-select__option--disabled):not(.zen-ui-select__option--current):hover {
	background: var(--hover-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 */
.mobile-pages-menu-wrapper {
	display: block;
}
:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) :is(.button,.wc-backward) {
	color: #333 !important;
	border-color: #333 !important;
}
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: white !important;
	background: var(--ink-primary-color);
}
.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";
}
}
	
/* WOOCOMMERCE */
body .ink-social-login .login-goo-link {
    background-color: #ffffff;
    border: 2px solid lightgray;
}
body .ink-social-login .login-goo-link img {
    margin-right: 10px;
}
body .ink-social-login .btn {
	font-size: 14px;
	color: #333;
	border-radius: var(--ink-brd-radius);
	height: 50px;
}
body .ink-social-login .btn:before {
	display: none !important;
}
.account-orders-table .woocommerce-orders-table__cell-order-status {
	font-size: 13px;
}
.woocommerce-account td.woocommerce-table__product-name img {
	height: 150px;
    width: auto;
	margin-right: 20px;
}
.account-orders-table tbody tr {
	height: 68px;
}
@media (max-width:1024px) {
.account-orders-table tbody tr {
	height: unset;
}
}
.account-orders-table tbody tr:hover {
	background-color: white;
	cursor: pointer;
}
td.order-status-cancelled span , mark.order-status-cancelled {
	color: red;
	background: rgb(255 0 0 / 5%);
	padding: 6px 8px;
	border-radius: var(--ink-brd-radius);
}
td.order-status-completed span , mark.order-status-completed {
	color: green;
	background: rgb(0 128 0 / 5%);
	padding: 6px 8px;
	border-radius: var(--ink-brd-radius);
}
td.order-status-processing span , mark.order-status-processing {
	color: #a08700;
    background: rgb(235 204 41 / 12%);
	padding: 6px 8px;
	border-radius: var(--ink-brd-radius);
}
.woocommerce-account th.woocommerce-orders-table__header-order-actions span {
    display: none;
}