:root {
	--style-color-main: #DC35FF;
	--bg-menu: #f7f7f7;
	--text-color-main: #222;
	--text-color-main-25: #22222244;
	--text-color-main-12: #22222222;
	--text-color-second: #444;
	--text-color-second-odd: #777;
	--container-bg-color: #fff;
	--container-odd-bg-color: #f7f7f7;
	--block-bg-color: #f7f7f7;
	--block-odd-bg-color: #FCEBFF;
	--icont-cat-arrow-right-color: #fff;
	--icon-color: #222;
	--icon-color-star-active: #EDD900;
	--icon-color-star: #D7D7D7;
	--icon-color-like-gray: #aaa;
	--icon-color-like-green: #137C42;
	--color-menu-shadow: #00000026;
	--color-input-placeholder: #aaa
}

html.dark,
body.dark {
	--bg-menu: #242424;
	--text-color-main: #fff;
	--text-color-main-25: #ffffff44;
	--text-color-main-12: #ffffff22;
	--text-color-second: #ddd;
	--text-color-second-odd: #777;
	--container-bg-color: #1f1f1f;
	--container-odd-bg-color: #242424;
	--block-bg-color: #313131;
	--block-odd-bg-color: #242424;
	--icont-cat-arrow-right-color: #222;
	--icon-color: #fff;
	--icon-color-star-active: #EDD900;
	--icon-color-star: #404040;
	--icon-color-like-gray: #aaa;
	--icon-color-like-green: #00E064;
	--color-menu-shadow: #ffffff26
}

:root {
	--wp--preset--color--base: --text-color-main;
	--wc-product-filters-text-color: --text-color-main;
	--wc-product-filters-overlay-color: --text-color-main;
	--wp--preset--color--base: --container-bg-color;
	--wc-product-filters-background-color: --container-odd-bg-color;
	--wc-product-filters-overlay-background-color: --container-odd-bg-color
}

:root {
	--cont_width: $container-width;
	--yith-wcan-filters_colors_back: --container-odd-bg-color
}

html,
body,
main {
	background-color: #1C121F;
	width: 100vw;
	max-width: 100vw;
}

.ml-5 {
	margin-left: 5px
}

.mr-5 {
	margin-right: 5px
}

.mb-5 {
	margin-bottom: 5px
}

.mt-5 {
	margin-top: 5px
}

.ml-10 {
	margin-left: 10px
}

.mr-10 {
	margin-right: 10px
}

.mb-10 {
	margin-bottom: 10px
}

.mt-10 {
	margin-top: 10px
}

.ml-15 {
	margin-left: 15px
}

.mr-15 {
	margin-right: 15px
}

.mb-15 {
	margin-bottom: 15px
}

.mt-15 {
	margin-top: 15px
}

.ml-20 {
	margin-left: 20px
}

.mr-20 {
	margin-right: 20px
}

.mb-20 {
	margin-bottom: 20px !important
}

.mt-20 {
	margin-top: 20px
}

.ml-25 {
	margin-left: 25px
}

.mr-25 {
	margin-right: 25px
}

.mb-25 {
	margin-bottom: 25px !important
}

.mt-25 {
	margin-top: 25px
}

.ml-30 {
	margin-left: 30px
}

.mr-30 {
	margin-right: 30px
}

.mb-30 {
	margin-bottom: 30px
}

.mt-30 {
	margin-top: 30px
}

.ml-35 {
	margin-left: 35px
}

.mr-35 {
	margin-right: 35px
}

.mb-35 {
	margin-bottom: 35px
}

.mt-35 {
	margin-top: 35px
}

.ml-40 {
	margin-left: 40px
}

.mr-40 {
	margin-right: 40px
}

.mb-40 {
	margin-bottom: 40px
}

.mt-40 {
	margin-top: 40px
}

.ml-45 {
	margin-left: 45px
}

.mr-45 {
	margin-right: 45px
}

.mb-45 {
	margin-bottom: 45px
}

.mt-45 {
	margin-top: 45px
}

.ml-50 {
	margin-left: 50px
}

.mr-50 {
	margin-right: 50px
}

.mb-50 {
	margin-bottom: 50px
}

.mt-50 {
	margin-top: 50px
}

.ml-100 {
	margin-left: 100px
}

.mr-100 {
	margin-right: 100px
}

.mb-100 {
	margin-bottom: 100px
}

.mt-100 {
	margin-top: 100px
}

.fz-10 {
	font-size: 10px
}

.fz-12 {
	font-size: 12px
}

.fz-14 {
	font-size: 14px
}

.fz-16 {
	font-size: 16px
}

.fz-18 {
	font-size: 18px
}

.fz-20 {
	font-size: 20px
}

.fz-22 {
	font-size: 24px
}

.fz-24 {
	font-size: 24px
}

.fw-100 {
	font-weight: 100
}

.fw-300 {
	font-weight: 300
}

.fw-400 {
	font-weight: 400
}

.fw-500 {
	font-weight: 500
}

.fw-600 {
	font-weight: 600
}

.fw-700 {
	font-weight: 700
}

.fw-800 {
	font-weight: 800
}

.fw-900 {
	font-weight: 900
}

.fs-italic {
	font-style: italic
}

.fs-italic {
	font-style: normal
}

.d-f {
	display: flex
}

.jc-sp {
	justify-content: space-between
}

.jc-cen {
	justify-content: center
}

.jc-sa {
	justify-content: space-around
}

.jc-end {
	justify-content: flex-end
}

.ai-cen {
	align-items: center
}

.ai-start {
	align-items: flex-start
}

.ai-end {
	align-items: flex-end
}

.flex-direction-column {
	flex-direction: column
}

.flex-wrap {
	flex-wrap: wrap
}

.h-100 {
	height: 100%
}

.w-100 {
	width: 100%
}

.text-align-cen {
	text-align: center
}

.text-align-left {
	text-align: left
}

.text-align-right {
	text-align: right
}

.cursor-pointer {
	cursor: pointer
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

/*input{*/
/*    background: var(--container-bg-color) !important;*/
/*}*/

input:autofill, input:focus{
    background-color: var(--container-bg-color) !important;
	-webkit-text-fill-color: var(--text-color-main) !important;
	-webkit-box-shadow: inset 0 0 0 50px var(--container-odd-bg-color) !important;
    -webkit-text-fill-color: var(--text-color-main) !important;
    transition: background-color 5000s ease-in-out 0s;
}

textarea{
    padding: 20px !important;
    background: var(--container-bg-color) !important;
    color: var(--text-color-main) !important;
    -webkit-text-fill-color: var(--text-color-main) !important;
}

button,
select {
	text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body,
html {
	height: 100%
}

input:focus,
textarea:focus {
	outline: 0
}

a {
	text-decoration: none
}

button {
	border: 0;
	background: none;
	cursor: pointer
}

img {
	max-width: 100%;
	height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400
}

*,
*::after,
*::before {
	box-sizing: border-box
}

html,
body,
main {
	background-color: var(--container-bg-color)
}

html.active,
body.active,
main.active {
	overflow: hidden
}

html {
	background-color: var(--container-bg-color);
	scroll-behavior: smooth
}

body {
	background-color: var(--container-bg-color);
	overflow-x: hidden;
	position: relative;
	color: #F5FBF2;
	color: var(--text-color-main);
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 400;
	word-wrap: break-word
}

body.active-body {
	overflow: hidden
}

main,
.main {
	background-color: var(--container-bg-color);
	overflow: hidden;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	gap: 60px;
	gap: 0px;
	width: 100vw;
	min-height: calc(100vh - 454px)
}

main ol,
main ul,
.main ol,
.main ul {
	margin: 0
}

a {
	color: var(--text-color-main)
}

a.fcs,
.fcs {
	color: var(--text-color-second)
}

.fcs-\[7\],
.fcs-odd {
	color: var(--text-color-second-odd)
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a,
.crambs,
.crambs a {
	flex-wrap: wrap;
	color: #adadad;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 400;
	word-wrap: break-word
}

.woocommerce-breadcrumb>*,
.woocommerce-breadcrumb a>*,
.crambs>*,
.crambs a>* {
	flex-shrink: 0
}

@media (max-width: 1000px) {

	.woocommerce-breadcrumb,
	.woocommerce-breadcrumb a,
	.crambs,
	.crambs a {
		font-size: 10px;
		gap: 8px !important
	}
}

.woocommerce-breadcrumb {
	display: inline-flex;
	align-self: stretch;
	justify-content: start;
	align-items: center;
	gap: 16px;
	font-size: 14px;
	font-weight: 400
}

@media (max-width: 1440px) {
	.woocommerce-breadcrumb {
		font-size: 10px;
		font-size: 10px
	}
}

.woocommerce-notices-wrapper {
	display: contents
}

.font-color-styled {
	color: var(--style-color-main)
}

.text-underline {
	text-decoration: underline
}

.img-404 {
	width: 424px;
	height: 361px
}

.container.page-404 {
	flex-grow: 1;
	align-items: center;
	justify-content: center
}

.bg-odd {
	background-color: var(--container-odd-bg-color)
}

.bg-even {
	background-color: var(--container-bg-color)
}

.container {
	flex-direction: column;
	justify-content: flex-start;
	gap: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	background-color: var(--container-bg-color)
}

.container.odd {
	background-color: var(--container-odd-bg-color)
}

.container.map,
.container.footer {
	margin-bottom: 0
}

.container.menu,
.container:first-child {
	margin-bottom: 0px
}

.content {
	width: 100vw;
	max-width: 1440px;
	flex-direction: column;
	justify-content: flex-start;
	display: flex;
	align-items: start
}

.content.menu {
	z-index: 9999;
	padding-top: 24px;
	gap: 16px;
	display: flex
}

.content.slider {
	align-items: flex-start;
	gap: 24px
}

.icon-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px
}

.content.row {
	flex-direction: row
}

.icon-theme-moon {
	display: block
}

.icon-theme-sun {
	display: none
}

.dark .icon-theme-sun,
.theme-dark .icon-theme-sun {
	display: block
}

.dark .icon-theme-moon,
.theme-dark .icon-theme-moon {
	display: none
}

.ta-c {
	text-align: center
}

.ta-l {
	text-align: left
}

.ta-r {
	text-align: right
}

.fs-32 {
	font-size: 32px
}

.fs-24 {
	font-size: 24px
}

.fs-18 {
	font-size: 18px
}

.fs-16 {
	font-size: 16px
}

.fw-400 {
	font-weight: 400
}

.fw-500 {
	font-weight: 500
}

.lh-34 {
	line-height: 34px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--text-color-main)
}

.fo-1 {
	order: 1
}

.fo-2 {
	order: 2
}

.fo-3 {
	order: 3
}

.bg-main-style {
	background: var(--style-color-main)
}

.f {
	display: flex
}

.if,
.fi {
	display: inline-flex
}

.fs,
.f-s {
	justify-content: flex-start;
	align-items: flex-start
}

.fc,
.f-c {
	justify-content: center;
	align-items: center
}

.f-sc {
	justify-content: flex-start;
	align-items: center
}

.f-cs {
	justify-content: center;
	align-items: flex-start
}

.fd-c,
.fdc {
	flex-direction: column
}

.fd-r,
.fdr {
	flex-direction: row
}

.fdc-r {
	flex-direction: column-reverse
}

.fdr-r {
	flex-direction: row-reverse
}

.fas,
.fass,
.fas-stretch {
	align-self: stretch
}

.fasc,
.fas-center {
	align-self: center
}

.f-ai-center {
	align-items: center
}

.fai-center {
	align-items: center
}

.fai-stretch {
	align-items: stretch
}

.fai-start {
	align-items: start
}

.fai-end {
	align-items: end
}

.fai-baseline {
	align-items: baseline
}

.fjc-sb,
.fjc-s-between {
	justify-content: space-between
}

.fjc-sa,
.fjc-s-around {
	justify-content: space-around
}

.fjc-c,
.fjc-center {
	justify-content: center
}

.fjc-st,
.fjc-stretch {
	justify-content: stretch
}

.fjc-s,
.fjc-start {
	justify-content: start
}

.fjc-e,
.fjc-end {
	justify-content: end
}

.fw-w {
	flex-wrap: wrap
}

.fw-n {
	flex-wrap: nowrap
}

.fw-wr {
	flex-wrap: wrap-reverse
}

@media (max-width: 1440px) {

	.mob-fs,
	.mob-f-s {
		justify-content: flex-start;
		align-items: flex-start
	}

	.mob-fc,
	.mob-f-c {
		justify-content: center;
		align-items: center
	}

	.mob-f-sc {
		justify-content: flex-start;
		align-items: center
	}

	.mob-f-cs {
		justify-content: center;
		align-items: flex-start
	}
}

.fgsb-110,
.fsgb-110,
.f-sgb-110 {
	flex-shrink: 1;
	flex-grow: 1;
	flex-basis: 0
}

.pos-rel {
	position: relative
}

.pos-abs {
	position: absolute
}

.ovf-h,
.ovf-hidden {
	overflow: hidden
}

.bord-rad-\[16\] {
	border-radius: 16px
}

.bord-rad-\[24\] {
	border-radius: 24px
}

.padding-\[12\] {
	padding: 12px
}

.d-none,
.dn,
.hidden {
	display: none
}

.d-hide {
	display: none
}

.d-flex {
	display: flex
}

.d-iflex {
	display: inline-flex
}

.dark .dark-hidden {
	display: none
}

.dark .dark-show {
	display: block
}

.dark .dark-flex {
	display: flex
}

.dark .dark-iflex {
	display: inline-flex
}

@media (max-width: 1440px) {

	.fd-mob-c,
	.fdc-mob {
		flex-direction: column
	}

	.fd-mob-r,
	.fdr-mob {
		flex-direction: row
	}

	.fai-mob-center {
		align-items: center
	}

	.fai-mob-stretch {
		align-items: stretch
	}

	.fai-mob-start {
		align-items: start
	}

	.fai-mob-end {
		align-items: end
	}

	.fai-mob-baseline {
		align-items: baseline
	}

	.fjc-mob-s-between {
		justify-content: space-between
	}

	.fjc-mob-s-around {
		justify-content: space-around
	}

	.fjc-mob-center {
		justify-content: center
	}

	.fjc-mob-stretch {
		justify-content: stretch
	}

	.fjc-mob-start {
		justify-content: start
	}

	.fjc-mob-end {
		justify-content: end
	}

	.g-mob-24 {
		gap: 24px
	}

	.g-mob-20 {
		gap: 20px
	}

	.g-mob-18 {
		gap: 18px
	}

	.g-mob-16 {
		gap: 16px
	}

	.g-mob-12 {
		gap: 12px
	}

	.g-mob-10 {
		gap: 10px
	}

	.g-mob-8 {
		gap: 8px
	}

	.d-mob-hide {
		display: none
	}

	.d-mob-show {
		display: block
	}

	.d-mob-flex {
		display: flex
	}

	.d-mob-iflex {
		display: inline-flex
	}
}
@media(max-width: 1024px){
    .pos-abs{
        left: auto !important;
        right: -20%;
    }
}

.first h1 {
	color: white
}

.tcs {
	color: var(--text-color-second)
}

.feature>* {
	background: var(--block-bg-color)
}

.feature>*.odd {
	background: var(--block-odd-bg-color)
}

.ico-24 {
	width: 24px;
	height: 24px;
	position: relative;
	overflow: hidden
}

.ico-32 {
	width: 32px;
	height: 32px;
	overflow: hidden
}

.ico-right {
	top: 50%;
	right: -16px;
	transform: translateY(-50%)
}

.ico-left {
	top: 50%;
	left: -16px;
	transform: translateY(-50%)
}

.ico-rounded {
	border-radius: 50%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25)
}

.icon-shevron {
	stroke: var(--text-color-main)
}

.logo-img-head {
	width: 260px;
	height: 52px
}

.logo-img-footer {
	width: 315px;
	height: 63px
}

@media (max-width: 1440px) {
	.logo-img-footer {
		width: 212px;
		height: 43px
	}
}

.fs-32,
.font-32 {
	font-size: 32px
}

.fs-24,
.font-24 {
	font-size: 24px
}

.fs-18,
.font-18 {
	font-size: 18px
}

.fs-16,
.font-16 {
	font-size: 16px
}

.fs-14,
.font-14 {
	font-size: 14px
}

.fs-12,
.font-12 {
	font-size: 12px
}

.fs-10,
.font-10 {
	font-size: 10px
}

.fw-400,
.font-weight-400 {
	font-weight: 400
}

.fw-500,
.font-weight-500 {
	font-weight: 500
}

.fw-600,
.font-weight-600 {
	font-weight: 600
}

.fw-700,
.font-weight-700 {
	font-weight: 700
}

@media (max-width: 1440px) {
	.img-404 {
		width: 254px;
		height: 218px
	}

	.fs-mob-32,
	.font-mob-32 {
		font-size: 32px
	}

	.fs-mob-24,
	.font-mob-24 {
		font-size: 24px
	}

	.fs-mob-18,
	.font-mob-18 {
		font-size: 18px
	}

	.fs-mob-16,
	.font-mob-16 {
		font-size: 16px
	}

	.fs-mob-14,
	.font-mob-14 {
		font-size: 14px
	}

	.fs-mob-12,
	.font-mob-12 {
		font-size: 12px
	}

	.fs-mob-10,
	.font-mob-10 {
		font-size: 10px
	}

	.font-weight-mob-400,
	.font-weight-mob-400 {
		font-weight: 400
	}

	.font-weight-mob-500,
	.font-weight-mob-500 {
		font-weight: 500
	}

	.font-weight-mob-600,
	.font-weight-mob-600 {
		font-weight: 600
	}

	.font-weight-mob-700,
	.font-weight-mob-700 {
		font-weight: 700
	}
}

.g-24 {
	gap: 24px
}

.g-20 {
	gap: 20px
}

.g-18 {
	gap: 18px
}

.g-16 {
	gap: 16px
}

.g-12 {
	gap: 12px
}

.g-10 {
	gap: 10px
}

.g-8 {
	gap: 8px
}

.lh-24 {
	line-height: 24px
}

.p-24 {
	padding: 24px
}

.p-16 {
	padding: 16px
}

.p-12 {
	padding: 12px
}

.p-8 {
	padding: 8px
}

@media (max-width: 1440px) {
	.mob-g-24 {
		gap: 24px
	}

	.g-mob-24 {
		gap: 24px
	}

	.mob-g-20 {
		gap: 20px
	}

	.g-mob-20 {
		gap: 20px
	}

	.mob-g-18 {
		gap: 18px
	}

	.g-mob-18 {
		gap: 18px
	}

	.mob-g-16 {
		gap: 16px
	}

	.g-mob-16 {
		gap: 16px
	}

	.mob-g-12 {
		gap: 12px
	}

	.g-mob-12 {
		gap: 12px
	}

	.mob-g-10 {
		gap: 10px
	}

	.g-mob-10 {
		gap: 10px
	}

	.mob-g-8 {
		gap: 8px
	}

	.g-mob-8 {
		gap: 8px
	}

	.mob-lh-24 {
		line-height: 24px
	}

	.lh-mob-24 {
		line-height: 24px
	}

	.mob-p-24 {
		padding: 24px
	}

	.p-mob-24 {
		padding: 24px
	}

	.mob-p-16 {
		padding: 16px
	}

	.p-mob-16 {
		padding: 16px
	}

	.mob-p-12 {
		padding: 12px
	}

	.p-mob-12 {
		padding: 12px
	}

	.mob-p-8 {
		padding: 8px
	}

	.p-mob-8 {
		padding: 8px
	}
}

.w-34 {
	width: 34px
}

.width-34 {
	width: 34px
}

@media (max-width: 1440px) {
	.fs-\[1440\]-32 {
		font-size: 32px !important
	}

	.fs-\[1440\]-24 {
		font-size: 24px !important
	}

	.fs-\[1440\]-18 {
		font-size: 18px !important
	}

	.fs-\[1440\]-16 {
		font-size: 16px !important
	}

	.fs-\[1440\]-14 {
		font-size: 14px !important
	}

	.fs-\[1440\]-12 {
		font-size: 12px !important
	}

	.fs-\[1440\]-10 {
		font-size: 10px !important
	}

	.fw-\[1440\]-400 {
		font-weight: 400px
	}

	.fw-\[1440\]-500 {
		font-weight: 500px
	}

	.fw-\[1440\]-600 {
		font-weight: 600px
	}

	.fw-\[1440\]-700 {
		font-weight: 700px
	}

	.lh-\[1440\]-34 {
		line-height: 34px
	}

	.lh-\[1440\]-24 {
		line-height: 24px
	}

	.w-\[1440\]-34 {
		width: 34px
	}

	.h-\[1440\]-34 {
		height: 34px
	}

	.w-\[1440\]-max-34 {
		max-width: 34px
	}

	.h-\[1440\]-max-34 {
		max-height: 34px
	}

	.g-\[1440\]-24 {
		gap: 24px
	}

	.g-\[1440\]-20 {
		gap: 20px
	}

	.g-\[1440\]-18 {
		gap: 18px
	}

	.g-\[1440\]-16 {
		gap: 16px
	}

	.g-\[1440\]-12 {
		gap: 12px
	}

	.g-\[1440\]-10 {
		gap: 10px
	}

	.g-\[1440\]-8 {
		gap: 8px
	}

	.p-\[1440\]-24 {
		padding: 24px
	}

	.p-\[1440\]-16 {
		padding: 16px
	}

	.p-\[1440\]-12 {
		padding: 12px
	}

	.p-\[1440\]-8 {
		padding: 8px
	}

	.fai-\[1440\]-center {
		align-items: center !important
	}

	.fai-\[1440\]-stretch {
		align-items: stretch !important
	}

	.fai-\[1440\]-start {
		align-items: start !important
	}

	.fai-\[1440\]-end {
		align-items: end !important
	}

	.fai-\[1440\]-baseline {
		align-items: baseline !important
	}

	.fjc-\[1440\]-s-between {
		justify-content: space-between !important
	}

	.fjc-\[1440\]-s-around {
		justify-content: space-around !important
	}

	.fjc-\[1440\]-center {
		justify-content: center !important
	}

	.fjc-\[1440\]-stretch {
		justify-content: stretch !important
	}

	.fjc-\[1440\]-start {
		justify-content: start !important
	}

	.fjc-\[1440\]-end {
		justify-content: end !important
	}

	.d-\[1440\]-hide {
		display: none !important
	}

	.d-\[1440\]-show {
		display: block !important
	}

	.d-\[1440\]-flex {
		display: flex !important
	}

	.d-\[1440\]-iflex {
		display: inline-flex !important
	}

	.fd-\[1440\]-c {
		flex-direction: column
	}

	.fd-\[1440\]-r {
		flex-direction: row
	}
}

@media (max-width: 1100px) {
	.fs-\[1100\]-32 {
		font-size: 32px !important
	}

	.fs-\[1100\]-24 {
		font-size: 24px !important
	}

	.fs-\[1100\]-18 {
		font-size: 18px !important
	}

	.fs-\[1100\]-16 {
		font-size: 16px !important
	}

	.fs-\[1100\]-14 {
		font-size: 14px !important
	}

	.fs-\[1100\]-12 {
		font-size: 12px !important
	}

	.fs-\[1100\]-10 {
		font-size: 10px !important
	}

	.fw-\[1100\]-400 {
		font-weight: 400px
	}

	.fw-\[1100\]-500 {
		font-weight: 500px
	}

	.fw-\[1100\]-600 {
		font-weight: 600px
	}

	.fw-\[1100\]-700 {
		font-weight: 700px
	}

	.lh-\[1100\]-34 {
		line-height: 34px
	}

	.lh-\[1100\]-24 {
		line-height: 24px
	}

	.w-\[1100\]-34 {
		width: 34px
	}

	.h-\[1100\]-34 {
		height: 34px
	}

	.w-\[1100\]-max-34 {
		max-width: 34px
	}

	.h-\[1100\]-max-34 {
		max-height: 34px
	}

	.g-\[1100\]-24 {
		gap: 24px
	}

	.g-\[1100\]-20 {
		gap: 20px
	}

	.g-\[1100\]-18 {
		gap: 18px
	}

	.g-\[1100\]-16 {
		gap: 16px
	}

	.g-\[1100\]-12 {
		gap: 12px
	}

	.g-\[1100\]-10 {
		gap: 10px
	}

	.g-\[1100\]-8 {
		gap: 8px
	}

	.p-\[1100\]-24 {
		padding: 24px
	}

	.p-\[1100\]-16 {
		padding: 16px
	}

	.p-\[1100\]-12 {
		padding: 12px
	}

	.p-\[1100\]-8 {
		padding: 8px
	}

	.fai-\[1100\]-center {
		align-items: center !important
	}

	.fai-\[1100\]-stretch {
		align-items: stretch !important
	}

	.fai-\[1100\]-start {
		align-items: start !important
	}

	.fai-\[1100\]-end {
		align-items: end !important
	}

	.fai-\[1100\]-baseline {
		align-items: baseline !important
	}

	.fjc-\[1100\]-s-between {
		justify-content: space-between !important
	}

	.fjc-\[1100\]-s-around {
		justify-content: space-around !important
	}

	.fjc-\[1100\]-center {
		justify-content: center !important
	}

	.fjc-\[1100\]-stretch {
		justify-content: stretch !important
	}

	.fjc-\[1100\]-start {
		justify-content: start !important
	}

	.fjc-\[1100\]-end {
		justify-content: end !important
	}

	.d-\[1100\]-hide {
		display: none !important
	}

	.d-\[1100\]-show {
		display: block !important
	}

	.d-\[1100\]-flex {
		display: flex !important
	}

	.d-\[1100\]-iflex {
		display: inline-flex !important
	}

	.fd-\[1100\]-c {
		flex-direction: column
	}

	.fd-\[1100\]-r {
		flex-direction: row
	}
}

@media (max-width: 1000px) {
	.fs-\[1000\]-32 {
		font-size: 32px !important
	}

	.fs-\[1000\]-24 {
		font-size: 24px !important
	}

	.fs-\[1000\]-18 {
		font-size: 18px !important
	}

	.fs-\[1000\]-16 {
		font-size: 16px !important
	}

	.fs-\[1000\]-14 {
		font-size: 14px !important
	}

	.fs-\[1000\]-12 {
		font-size: 12px !important
	}

	.fs-\[1000\]-10 {
		font-size: 10px !important
	}

	.fw-\[1000\]-400 {
		font-weight: 400px
	}

	.fw-\[1000\]-500 {
		font-weight: 500px
	}

	.fw-\[1000\]-600 {
		font-weight: 600px
	}

	.fw-\[1000\]-700 {
		font-weight: 700px
	}

	.lh-\[1000\]-34 {
		line-height: 34px
	}

	.lh-\[1000\]-24 {
		line-height: 24px
	}

	.w-\[1000\]-34 {
		width: 34px
	}

	.h-\[1000\]-34 {
		height: 34px
	}

	.w-\[1000\]-max-34 {
		max-width: 34px
	}

	.h-\[1000\]-max-34 {
		max-height: 34px
	}

	.g-\[1000\]-24 {
		gap: 24px
	}

	.g-\[1000\]-20 {
		gap: 20px
	}

	.g-\[1000\]-18 {
		gap: 18px
	}

	.g-\[1000\]-16 {
		gap: 16px
	}

	.g-\[1000\]-12 {
		gap: 12px
	}

	.g-\[1000\]-10 {
		gap: 10px
	}

	.g-\[1000\]-8 {
		gap: 8px
	}

	.p-\[1000\]-24 {
		padding: 24px
	}

	.p-\[1000\]-16 {
		padding: 16px
	}

	.p-\[1000\]-12 {
		padding: 12px
	}

	.p-\[1000\]-8 {
		padding: 8px
	}

	.fai-\[1000\]-center {
		align-items: center !important
	}

	.fai-\[1000\]-stretch {
		align-items: stretch !important
	}

	.fai-\[1000\]-start {
		align-items: start !important
	}

	.fai-\[1000\]-end {
		align-items: end !important
	}

	.fai-\[1000\]-baseline {
		align-items: baseline !important
	}

	.fjc-\[1000\]-s-between {
		justify-content: space-between !important
	}

	.fjc-\[1000\]-s-around {
		justify-content: space-around !important
	}

	.fjc-\[1000\]-center {
		justify-content: center !important
	}

	.fjc-\[1000\]-stretch {
		justify-content: stretch !important
	}

	.fjc-\[1000\]-start {
		justify-content: start !important
	}

	.fjc-\[1000\]-end {
		justify-content: end !important
	}

	.d-\[1000\]-hide {
		display: none !important
	}

	.d-\[1000\]-show {
		display: block !important
	}

	.d-\[1000\]-flex {
		display: flex !important
	}

	.d-\[1000\]-iflex {
		display: inline-flex !important
	}

	.fd-\[1000\]-c {
		flex-direction: column
	}

	.fd-\[1000\]-r {
		flex-direction: row
	}
}

@media (max-width: 900px) {
	.fs-\[900\]-32 {
		font-size: 32px !important
	}

	.fs-\[900\]-24 {
		font-size: 24px !important
	}

	.fs-\[900\]-18 {
		font-size: 18px !important
	}

	.fs-\[900\]-16 {
		font-size: 16px !important
	}

	.fs-\[900\]-14 {
		font-size: 14px !important
	}

	.fs-\[900\]-12 {
		font-size: 12px !important
	}

	.fs-\[900\]-10 {
		font-size: 10px !important
	}

	.fw-\[900\]-400 {
		font-weight: 400px
	}

	.fw-\[900\]-500 {
		font-weight: 500px
	}

	.fw-\[900\]-600 {
		font-weight: 600px
	}

	.fw-\[900\]-700 {
		font-weight: 700px
	}

	.lh-\[900\]-34 {
		line-height: 34px
	}

	.lh-\[900\]-24 {
		line-height: 24px
	}

	.w-\[900\]-34 {
		width: 34px
	}

	.h-\[900\]-34 {
		height: 34px
	}

	.w-\[900\]-max-34 {
		max-width: 34px
	}

	.h-\[900\]-max-34 {
		max-height: 34px
	}

	.g-\[900\]-24 {
		gap: 24px
	}

	.g-\[900\]-20 {
		gap: 20px
	}

	.g-\[900\]-18 {
		gap: 18px
	}

	.g-\[900\]-16 {
		gap: 16px
	}

	.g-\[900\]-12 {
		gap: 12px
	}

	.g-\[900\]-10 {
		gap: 10px
	}

	.g-\[900\]-8 {
		gap: 8px
	}

	.p-\[900\]-24 {
		padding: 24px
	}

	.p-\[900\]-16 {
		padding: 16px
	}

	.p-\[900\]-12 {
		padding: 12px
	}

	.p-\[900\]-8 {
		padding: 8px
	}

	.fai-\[900\]-center {
		align-items: center !important
	}

	.fai-\[900\]-stretch {
		align-items: stretch !important
	}

	.fai-\[900\]-start {
		align-items: start !important
	}

	.fai-\[900\]-end {
		align-items: end !important
	}

	.fai-\[900\]-baseline {
		align-items: baseline !important
	}

	.fjc-\[900\]-s-between {
		justify-content: space-between !important
	}

	.fjc-\[900\]-s-around {
		justify-content: space-around !important
	}

	.fjc-\[900\]-center {
		justify-content: center !important
	}

	.fjc-\[900\]-stretch {
		justify-content: stretch !important
	}

	.fjc-\[900\]-start {
		justify-content: start !important
	}

	.fjc-\[900\]-end {
		justify-content: end !important
	}

	.d-\[900\]-hide {
		display: none !important
	}

	.d-\[900\]-show {
		display: block !important
	}

	.d-\[900\]-flex {
		display: flex !important
	}

	.d-\[900\]-iflex {
		display: inline-flex !important
	}

	.fd-\[900\]-c {
		flex-direction: column
	}

	.fd-\[900\]-r {
		flex-direction: row
	}
}

@media (max-width: 740px) {
	.fs-\[740\]-32 {
		font-size: 32px !important
	}

	.fs-\[740\]-24 {
		font-size: 24px !important
	}

	.fs-\[740\]-18 {
		font-size: 18px !important
	}

	.fs-\[740\]-16 {
		font-size: 16px !important
	}

	.fs-\[740\]-14 {
		font-size: 14px !important
	}

	.fs-\[740\]-12 {
		font-size: 12px !important
	}

	.fs-\[740\]-10 {
		font-size: 10px !important
	}

	.fw-\[740\]-400 {
		font-weight: 400px
	}

	.fw-\[740\]-500 {
		font-weight: 500px
	}

	.fw-\[740\]-600 {
		font-weight: 600px
	}

	.fw-\[740\]-700 {
		font-weight: 700px
	}

	.lh-\[740\]-34 {
		line-height: 34px
	}

	.lh-\[740\]-24 {
		line-height: 24px
	}

	.w-\[740\]-34 {
		width: 34px
	}

	.h-\[740\]-34 {
		height: 34px
	}

	.w-\[740\]-max-34 {
		max-width: 34px
	}

	.h-\[740\]-max-34 {
		max-height: 34px
	}

	.g-\[740\]-24 {
		gap: 24px
	}

	.g-\[740\]-20 {
		gap: 20px
	}

	.g-\[740\]-18 {
		gap: 18px
	}

	.g-\[740\]-16 {
		gap: 16px
	}

	.g-\[740\]-12 {
		gap: 12px
	}

	.g-\[740\]-10 {
		gap: 10px
	}

	.g-\[740\]-8 {
		gap: 8px
	}

	.p-\[740\]-24 {
		padding: 24px
	}

	.p-\[740\]-16 {
		padding: 16px
	}

	.p-\[740\]-12 {
		padding: 12px
	}

	.p-\[740\]-8 {
		padding: 8px
	}

	.fai-\[740\]-center {
		align-items: center !important
	}

	.fai-\[740\]-stretch {
		align-items: stretch !important
	}

	.fai-\[740\]-start {
		align-items: start !important
	}

	.fai-\[740\]-end {
		align-items: end !important
	}

	.fai-\[740\]-baseline {
		align-items: baseline !important
	}

	.fjc-\[740\]-s-between {
		justify-content: space-between !important
	}

	.fjc-\[740\]-s-around {
		justify-content: space-around !important
	}

	.fjc-\[740\]-center {
		justify-content: center !important
	}

	.fjc-\[740\]-stretch {
		justify-content: stretch !important
	}

	.fjc-\[740\]-start {
		justify-content: start !important
	}

	.fjc-\[740\]-end {
		justify-content: end !important
	}

	.d-\[740\]-hide {
		display: none !important
	}

	.d-\[740\]-show {
		display: block !important
	}

	.d-\[740\]-flex {
		display: flex !important
	}

	.d-\[740\]-iflex {
		display: inline-flex !important
	}

	.fd-\[740\]-c {
		flex-direction: column
	}

	.fd-\[740\]-r {
		flex-direction: row
	}
}

@media (max-width: 723px) {
	.fs-\[723\]-32 {
		font-size: 32px !important
	}

	.fs-\[723\]-24 {
		font-size: 24px !important
	}

	.fs-\[723\]-18 {
		font-size: 18px !important
	}

	.fs-\[723\]-16 {
		font-size: 16px !important
	}

	.fs-\[723\]-14 {
		font-size: 14px !important
	}

	.fs-\[723\]-12 {
		font-size: 12px !important
	}

	.fs-\[723\]-10 {
		font-size: 10px !important
	}

	.fw-\[723\]-400 {
		font-weight: 400px
	}

	.fw-\[723\]-500 {
		font-weight: 500px
	}

	.fw-\[723\]-600 {
		font-weight: 600px
	}

	.fw-\[723\]-700 {
		font-weight: 700px
	}

	.lh-\[723\]-34 {
		line-height: 34px
	}

	.lh-\[723\]-24 {
		line-height: 24px
	}

	.w-\[723\]-34 {
		width: 34px
	}

	.h-\[723\]-34 {
		height: 34px
	}

	.w-\[723\]-max-34 {
		max-width: 34px
	}

	.h-\[723\]-max-34 {
		max-height: 34px
	}

	.g-\[723\]-24 {
		gap: 24px
	}

	.g-\[723\]-20 {
		gap: 20px
	}

	.g-\[723\]-18 {
		gap: 18px
	}

	.g-\[723\]-16 {
		gap: 16px
	}

	.g-\[723\]-12 {
		gap: 12px
	}

	.g-\[723\]-10 {
		gap: 10px
	}

	.g-\[723\]-8 {
		gap: 8px
	}

	.p-\[723\]-24 {
		padding: 24px
	}

	.p-\[723\]-16 {
		padding: 16px
	}

	.p-\[723\]-12 {
		padding: 12px
	}

	.p-\[723\]-8 {
		padding: 8px
	}

	.fai-\[723\]-center {
		align-items: center !important
	}

	.fai-\[723\]-stretch {
		align-items: stretch !important
	}

	.fai-\[723\]-start {
		align-items: start !important
	}

	.fai-\[723\]-end {
		align-items: end !important
	}

	.fai-\[723\]-baseline {
		align-items: baseline !important
	}

	.fjc-\[723\]-s-between {
		justify-content: space-between !important
	}

	.fjc-\[723\]-s-around {
		justify-content: space-around !important
	}

	.fjc-\[723\]-center {
		justify-content: center !important
	}

	.fjc-\[723\]-stretch {
		justify-content: stretch !important
	}

	.fjc-\[723\]-start {
		justify-content: start !important
	}

	.fjc-\[723\]-end {
		justify-content: end !important
	}

	.d-\[723\]-hide {
		display: none !important
	}

	.d-\[723\]-show {
		display: block !important
	}

	.d-\[723\]-flex {
		display: flex !important
	}

	.d-\[723\]-iflex {
		display: inline-flex !important
	}

	.fd-\[723\]-c {
		flex-direction: column
	}

	.fd-\[723\]-r {
		flex-direction: row
	}
}

@media (max-width: 640px) {
	.fs-\[640\]-32 {
		font-size: 32px !important
	}

	.fs-\[640\]-24 {
		font-size: 24px !important
	}

	.fs-\[640\]-18 {
		font-size: 18px !important
	}

	.fs-\[640\]-16 {
		font-size: 16px !important
	}

	.fs-\[640\]-14 {
		font-size: 14px !important
	}

	.fs-\[640\]-12 {
		font-size: 12px !important
	}

	.fs-\[640\]-10 {
		font-size: 10px !important
	}

	.fw-\[640\]-400 {
		font-weight: 400px
	}

	.fw-\[640\]-500 {
		font-weight: 500px
	}

	.fw-\[640\]-600 {
		font-weight: 600px
	}

	.fw-\[640\]-700 {
		font-weight: 700px
	}

	.lh-\[640\]-34 {
		line-height: 34px
	}

	.lh-\[640\]-24 {
		line-height: 24px
	}

	.w-\[640\]-34 {
		width: 34px
	}

	.h-\[640\]-34 {
		height: 34px
	}

	.w-\[640\]-max-34 {
		max-width: 34px
	}

	.h-\[640\]-max-34 {
		max-height: 34px
	}

	.g-\[640\]-24 {
		gap: 24px
	}

	.g-\[640\]-20 {
		gap: 20px
	}

	.g-\[640\]-18 {
		gap: 18px
	}

	.g-\[640\]-16 {
		gap: 16px
	}

	.g-\[640\]-12 {
		gap: 12px
	}

	.g-\[640\]-10 {
		gap: 10px
	}

	.g-\[640\]-8 {
		gap: 8px
	}

	.p-\[640\]-24 {
		padding: 24px
	}

	.p-\[640\]-16 {
		padding: 16px
	}

	.p-\[640\]-12 {
		padding: 12px
	}

	.p-\[640\]-8 {
		padding: 8px
	}

	.fai-\[640\]-center {
		align-items: center !important
	}

	.fai-\[640\]-stretch {
		align-items: stretch !important
	}

	.fai-\[640\]-start {
		align-items: start !important
	}

	.fai-\[640\]-end {
		align-items: end !important
	}

	.fai-\[640\]-baseline {
		align-items: baseline !important
	}

	.fjc-\[640\]-s-between {
		justify-content: space-between !important
	}

	.fjc-\[640\]-s-around {
		justify-content: space-around !important
	}

	.fjc-\[640\]-center {
		justify-content: center !important
	}

	.fjc-\[640\]-stretch {
		justify-content: stretch !important
	}

	.fjc-\[640\]-start {
		justify-content: start !important
	}

	.fjc-\[640\]-end {
		justify-content: end !important
	}

	.d-\[640\]-hide {
		display: none !important
	}

	.d-\[640\]-show {
		display: block !important
	}

	.d-\[640\]-flex {
		display: flex !important
	}

	.d-\[640\]-iflex {
		display: inline-flex !important
	}

	.fd-\[640\]-c {
		flex-direction: column
	}

	.fd-\[640\]-r {
		flex-direction: row
	}
}

@media (max-width: 480px) {
	.fs-\[480\]-32 {
		font-size: 32px !important
	}

	.fs-\[480\]-24 {
		font-size: 24px !important
	}

	.fs-\[480\]-18 {
		font-size: 18px !important
	}

	.fs-\[480\]-16 {
		font-size: 16px !important
	}

	.fs-\[480\]-14 {
		font-size: 14px !important
	}

	.fs-\[480\]-12 {
		font-size: 12px !important
	}

	.fs-\[480\]-10 {
		font-size: 10px !important
	}

	.fw-\[480\]-400 {
		font-weight: 400px
	}

	.fw-\[480\]-500 {
		font-weight: 500px
	}

	.fw-\[480\]-600 {
		font-weight: 600px
	}

	.fw-\[480\]-700 {
		font-weight: 700px
	}

	.lh-\[480\]-34 {
		line-height: 34px
	}

	.lh-\[480\]-24 {
		line-height: 24px
	}

	.w-\[480\]-34 {
		width: 34px
	}

	.h-\[480\]-34 {
		height: 34px
	}

	.w-\[480\]-max-34 {
		max-width: 34px
	}

	.h-\[480\]-max-34 {
		max-height: 34px
	}

	.g-\[480\]-24 {
		gap: 24px
	}

	.g-\[480\]-20 {
		gap: 20px
	}

	.g-\[480\]-18 {
		gap: 18px
	}

	.g-\[480\]-16 {
		gap: 16px
	}

	.g-\[480\]-12 {
		gap: 12px
	}

	.g-\[480\]-10 {
		gap: 10px
	}

	.g-\[480\]-8 {
		gap: 8px
	}

	.p-\[480\]-24 {
		padding: 24px
	}

	.p-\[480\]-16 {
		padding: 16px
	}

	.p-\[480\]-12 {
		padding: 12px
	}

	.p-\[480\]-8 {
		padding: 8px
	}

	.fai-\[480\]-center {
		align-items: center !important
	}

	.fai-\[480\]-stretch {
		align-items: stretch !important
	}

	.fai-\[480\]-start {
		align-items: start !important
	}

	.fai-\[480\]-end {
		align-items: end !important
	}

	.fai-\[480\]-baseline {
		align-items: baseline !important
	}

	.fjc-\[480\]-s-between {
		justify-content: space-between !important
	}

	.fjc-\[480\]-s-around {
		justify-content: space-around !important
	}

	.fjc-\[480\]-center {
		justify-content: center !important
	}

	.fjc-\[480\]-stretch {
		justify-content: stretch !important
	}

	.fjc-\[480\]-start {
		justify-content: start !important
	}

	.fjc-\[480\]-end {
		justify-content: end !important
	}

	.d-\[480\]-hide {
		display: none !important
	}

	.d-\[480\]-show {
		display: block !important
	}

	.d-\[480\]-flex {
		display: flex !important
	}

	.d-\[480\]-iflex {
		display: inline-flex !important
	}

	.fd-\[480\]-c {
		flex-direction: column
	}

	.fd-\[480\]-r {
		flex-direction: row
	}
}

@media (max-width: 360px) {
	.fs-\[360\]-32 {
		font-size: 32px !important
	}

	.fs-\[360\]-24 {
		font-size: 24px !important
	}

	.fs-\[360\]-18 {
		font-size: 18px !important
	}

	.fs-\[360\]-16 {
		font-size: 16px !important
	}

	.fs-\[360\]-14 {
		font-size: 14px !important
	}

	.fs-\[360\]-12 {
		font-size: 12px !important
	}

	.fs-\[360\]-10 {
		font-size: 10px !important
	}

	.fw-\[360\]-400 {
		font-weight: 400px
	}

	.fw-\[360\]-500 {
		font-weight: 500px
	}

	.fw-\[360\]-600 {
		font-weight: 600px
	}

	.fw-\[360\]-700 {
		font-weight: 700px
	}

	.lh-\[360\]-34 {
		line-height: 34px
	}

	.lh-\[360\]-24 {
		line-height: 24px
	}

	.w-\[360\]-34 {
		width: 34px
	}

	.h-\[360\]-34 {
		height: 34px
	}

	.w-\[360\]-max-34 {
		max-width: 34px
	}

	.h-\[360\]-max-34 {
		max-height: 34px
	}

	.g-\[360\]-24 {
		gap: 24px
	}

	.g-\[360\]-20 {
		gap: 20px
	}

	.g-\[360\]-18 {
		gap: 18px
	}

	.g-\[360\]-16 {
		gap: 16px
	}

	.g-\[360\]-12 {
		gap: 12px
	}

	.g-\[360\]-10 {
		gap: 10px
	}

	.g-\[360\]-8 {
		gap: 8px
	}

	.p-\[360\]-24 {
		padding: 24px
	}

	.p-\[360\]-16 {
		padding: 16px
	}

	.p-\[360\]-12 {
		padding: 12px
	}

	.p-\[360\]-8 {
		padding: 8px
	}

	.fai-\[360\]-center {
		align-items: center !important
	}

	.fai-\[360\]-stretch {
		align-items: stretch !important
	}

	.fai-\[360\]-start {
		align-items: start !important
	}

	.fai-\[360\]-end {
		align-items: end !important
	}

	.fai-\[360\]-baseline {
		align-items: baseline !important
	}

	.fjc-\[360\]-s-between {
		justify-content: space-between !important
	}

	.fjc-\[360\]-s-around {
		justify-content: space-around !important
	}

	.fjc-\[360\]-center {
		justify-content: center !important
	}

	.fjc-\[360\]-stretch {
		justify-content: stretch !important
	}

	.fjc-\[360\]-start {
		justify-content: start !important
	}

	.fjc-\[360\]-end {
		justify-content: end !important
	}

	.d-\[360\]-hide {
		display: none !important
	}

	.d-\[360\]-show {
		display: block !important
	}

	.d-\[360\]-flex {
		display: flex !important
	}

	.d-\[360\]-iflex {
		display: inline-flex !important
	}

	.fd-\[360\]-c {
		flex-direction: column
	}

	.fd-\[360\]-r {
		flex-direction: row
	}
}

@media (max-width: 320px) {
	.fs-\[320\]-32 {
		font-size: 32px !important
	}

	.fs-\[320\]-24 {
		font-size: 24px !important
	}

	.fs-\[320\]-18 {
		font-size: 18px !important
	}

	.fs-\[320\]-16 {
		font-size: 16px !important
	}

	.fs-\[320\]-14 {
		font-size: 14px !important
	}

	.fs-\[320\]-12 {
		font-size: 12px !important
	}

	.fs-\[320\]-10 {
		font-size: 10px !important
	}

	.fw-\[320\]-400 {
		font-weight: 400px
	}

	.fw-\[320\]-500 {
		font-weight: 500px
	}

	.fw-\[320\]-600 {
		font-weight: 600px
	}

	.fw-\[320\]-700 {
		font-weight: 700px
	}

	.lh-\[320\]-34 {
		line-height: 34px
	}

	.lh-\[320\]-24 {
		line-height: 24px
	}

	.w-\[320\]-34 {
		width: 34px
	}

	.h-\[320\]-34 {
		height: 34px
	}

	.w-\[320\]-max-34 {
		max-width: 34px
	}

	.h-\[320\]-max-34 {
		max-height: 34px
	}

	.g-\[320\]-24 {
		gap: 24px
	}

	.g-\[320\]-20 {
		gap: 20px
	}

	.g-\[320\]-18 {
		gap: 18px
	}

	.g-\[320\]-16 {
		gap: 16px
	}

	.g-\[320\]-12 {
		gap: 12px
	}

	.g-\[320\]-10 {
		gap: 10px
	}

	.g-\[320\]-8 {
		gap: 8px
	}

	.p-\[320\]-24 {
		padding: 24px
	}

	.p-\[320\]-16 {
		padding: 16px
	}

	.p-\[320\]-12 {
		padding: 12px
	}

	.p-\[320\]-8 {
		padding: 8px
	}

	.fai-\[320\]-center {
		align-items: center !important
	}

	.fai-\[320\]-stretch {
		align-items: stretch !important
	}

	.fai-\[320\]-start {
		align-items: start !important
	}

	.fai-\[320\]-end {
		align-items: end !important
	}

	.fai-\[320\]-baseline {
		align-items: baseline !important
	}

	.fjc-\[320\]-s-between {
		justify-content: space-between !important
	}

	.fjc-\[320\]-s-around {
		justify-content: space-around !important
	}

	.fjc-\[320\]-center {
		justify-content: center !important
	}

	.fjc-\[320\]-stretch {
		justify-content: stretch !important
	}

	.fjc-\[320\]-start {
		justify-content: start !important
	}

	.fjc-\[320\]-end {
		justify-content: end !important
	}

	.d-\[320\]-hide {
		display: none !important
	}

	.d-\[320\]-show {
		display: block !important
	}

	.d-\[320\]-flex {
		display: flex !important
	}

	.d-\[320\]-iflex {
		display: inline-flex !important
	}

	.fd-\[320\]-c {
		flex-direction: column
	}

	.fd-\[320\]-r {
		flex-direction: row
	}
}

.faq-item-title {
	background-color: var(--container-odd-bg-color)
}

.bg-\[f\] {
	background: #fff
}

.bg-\[f7\] {
	background: #f7f7f7
}

.bg-\[1f\] {
	background: #1f1f1f
}

.bg-\[24\] {
	background: #242424
}

.dark .bg-dark-\[f\] {
	background: #fff
}

.dark .bg-dark-\[f7\] {
	background: #f7f7f7
}

.dark .bg-dark-\[1f\] {
	background: #1f1f1f
}

.dark .bg-dark-\[24\] {
	background: #242424
}

.dark .bg-dark-\[35\] {
	background: #353535
}

.active.active-bg-\[f\] {
	background: #fff
}

.active.active-bg-\[f7\] {
	background: #f7f7f7
}

.active.active-bg-\[1f\] {
	background: #1f1f1f
}

.active.active-bg-\[24\] {
	background: #242424
}

.dark .active.active-bg-dark-\[f\] {
	background: #fff
}

.dark .active.active-bg-dark-\[f7\] {
	background: #f7f7f7
}

.dark .active.active-bg-dark-\[1f\] {
	background: #1f1f1f
}

.dark .active.active-bg-dark-\[24\] {
	background: #242424
}

.dark .active.active-bg-dark-\[35\] {
	background: #353535
}

.hover-bg-\[f\]:hover {
	background: #fff
}

.hover-bg-\[f7\]:hover {
	background: #f7f7f7
}

.hover-bg-\[1f\]:hover {
	background: #1f1f1f
}

.hover-bg-\[24\]:hover {
	background: #242424
}

.dark .hover-bg-dark-\[f\]:hover {
	background: #fff
}

.dark .hover-bg-dark-\[f7\]:hover {
	background: #f7f7f7
}

.dark .hover-bg-dark-\[1f\]:hover {
	background: #1f1f1f
}

.dark .hover-bg-dark-\[24\]:hover {
	background: #242424
}

.dark .hover-bg-dark-\[35\]:hover {
	background: #353535
}

.stroke-style {
	stroke: var(--style-color-main)
}

.stroke-style-imp {
	stroke: var(--style-color-main) !important
}

.stroke-\[f\]-imp {
	stroke: #fff !important
}

.stroke-\[f\] {
	stroke: #fff
}

.stroke-\[2\] {
	stroke: #222
}

.dark .stroke-dark-\[f\] {
	stroke: #fff
}

.outline-\[c9\] {
	outline-color: #c9c9c9
}

.dark .outline-dark-\[47\] {
	outline-color: #474747
}

.tile-img-line {
	outline-width: 1px;
	outline-style: solid;
	width: 16px;
	height: 0px;
	outline-offset: -0.50px
}

.tile-img-line.current {
	outline-color: #DC35FF
}

.z-100 {
	z-index: 100
}

h-63 {
	height: 63px
}

@media (max-width: 1440px) {
	.mob-bg-\[f\] {
		background: #fff
	}

	.mob-bg-\[f7\] {
		background: #f7f7f7
	}

	.mob-bg-\[1f\] {
		background: #1f1f1f
	}

	.mob-bg-\[24\] {
		background: #242424
	}

	.dark .mob-bg-dark-\[f\] {
		background: #fff
	}

	.dark .mob-bg-dark-\[f7\] {
		background: #f7f7f7
	}

	.dark .mob-bg-dark-\[1f\] {
		background: #1f1f1f
	}

	.dark .mob-bg-dark-\[24\] {
		background: #242424
	}

	.h-mob-48 {
		height: 48px
	}

	.h-mob-24 {
		height: 24px
	}
}

.mob-hide {
	display: flex
}

.desc-hide {
	display: none
}

@media (max-width: 1440px) {
	.container.footer {
		padding-bottom: 60px
	}

	.logo-img-head {
		width: 120px;
		height: 24px
	}

	.mob-hide {
		display: none !important
	}

	.mob-show {
		display: flex !important
	}

	.pos-mob-fixed {
		position: fixed
	}

	.main-tool-widget {
		position: fixed;
		height: 44px;
		width: calc(100vw - 24px);
		bottom: 12px;
		left: 12px;
		display: flex;
		justify-content: space-between;
		background: var(--bg-menu);
		border-radius: 24px;
		padding: 12px;
		box-shadow: 0px 0px 3px var(--color-menu-shadow)
	}

	.main-tool-widget .main-tool-widget {
		box-shadow: none
	}
}

.header-menu-fixed {
	padding-top: 143px
}

.header-menu-fixed .container.menu {
	z-index: 800;
	z-index: 9999;
	position: fixed;
	top: 0;
	width: 100vw;
	background: transparent
}

.header-menu-fixed .container.menu .content {
	background: transparent
}

@media (max-width: 1440px) {
	.header-menu-fixed {
		padding-top: 75px
	}
}

ul.disc li {
	list-style: disc
}

.ml-40 {
	margin-left: 40px
}

.payment-and-delivery-page ul li,
.page-delivery ul li,
.page-faq ul li,
.page-politics ul li {
	list-style-type: disc;
	margin-left: 40px
}

.payment-and-delivery-page h1,
.page-delivery h1,
.page-faq h1,
.page-politics h1 {
	font-size: 38px;
	font-family: Montserrat;
	font-weight: 700;
	word-wrap: break-word
}

.payment-and-delivery-page h2,
.page-delivery h2,
.page-faq h2,
.page-politics h2 {
	font-weight: 700;
	font-size: 24px
}

.payment-and-delivery-page .fcs,
.payment-and-delivery-page .fcs li,
.page-delivery .fcs,
.page-delivery .fcs li,
.page-faq .fcs,
.page-faq .fcs li,
.page-politics .fcs,
.page-politics .fcs li {
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 24px;
	word-wrap: break-word
}

.payment-and-delivery-page .politic-item,
.page-delivery .politic-item,
.page-faq .politic-item,
.page-politics .politic-item {
	gap: 16px;
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex
}

@media (max-width: 1440px) {

	.payment-and-delivery-page ul li,
	.page-delivery ul li,
	.page-faq ul li,
	.page-politics ul li {
		list-style-type: disc;
		margin-left: 40px
	}

	.payment-and-delivery-page h1,
	.page-delivery h1,
	.page-faq h1,
	.page-politics h1 {
		font-weight: 700;
		font-size: 24px
	}

	.payment-and-delivery-page h2,
	.page-delivery h2,
	.page-faq h2,
	.page-politics h2 {
		font-weight: 700;
		font-size: 18px
	}

	.payment-and-delivery-page .fcs,
	.payment-and-delivery-page .fcs li,
	.page-delivery .fcs,
	.page-delivery .fcs li,
	.page-faq .fcs,
	.page-faq .fcs li,
	.page-politics .fcs,
	.page-politics .fcs li {
		font-size: 14px;
		font-family: Montserrat;
		font-weight: 400;
		line-height: 20px;
		word-wrap: break-word
	}

	.payment-and-delivery-page .politic-item,
	.page-delivery .politic-item,
	.page-faq .politic-item,
	.page-politics .politic-item {
		gap: 8px
	}
}

.map .contact-info {
	background: var(--container-bg-color);
	color: #444444
}

.map .contact-info .text-second {
	color: #aaaaaa
}

.dark .map .contact-info {
	color: #dddddd
}

.dark .map .contact-info .text-second {
	color: #aaaaaa;
	font-weight: 500
}

.footer {
	color: var(--text-color-second);
	font-size: 16px
}

.footer h3 {
	color: var(--text-color-main);
	font-size: 18px;
	font-weight: 600
}

.footer .info {
	font-size: 14px
}

.footer .text-start-center {
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: inline-flex
}

.soc-icon-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.sil-32 {
	width: 32px;
	height: 32px
}

.soc-icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DC35FF;
	border-radius: 50px
}

@media (max-width: 1000px) {
	.sil-mob-24 {
		width: 24px;
		height: 24px
	}
}

.modal-wrapp {
	z-index: 900;
	display: none;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, 0.25);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh
}

.modal-wrapp>*,
.modal-wrapp .modal {
	display: none
}

.modal-wrapp.open {
	display: flex
}

.modal-wrapp.open.auth .modal.auth {
	display: flex
}

.modal-wrapp.open.signup .modal.signup {
	display: flex
}

.modal-wrapp.open.catalog .modal.catalog {
	display: flex
}

.modal-wrapp.open.catalog .modal#modal-catalog {
	display: flex
}

.modal-signup.lk-page .lk-body .btn-submit,
.modal-auth.lk-page .lk-body .btn-submit,
.modal-signup .btn-submit,
.modal-auth .btn-submit {
	align-self: stretch;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: #DC35FF;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	color: var(--white, #fff);
	font-size: 16px;
	font-weight: 500
}

.modal-signup.lk-page .lk-body .link-forget,
.modal-auth.lk-page .lk-body .link-forget,
.modal-signup .link-forget,
.modal-auth .link-forget {
	align-self: stretch;
	font-size: 16px;
	font-weight: 500
}

.modal-signup.lk-page .lk-body input,
.modal-auth.lk-page .lk-body input,
.modal-signup input,
.modal-auth input {
	background-color: var(--container-odd-bg-color)
}

@font-face {
	font-family: 'swiper-icons';
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	width: 54px;
	height: 54px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

@media (max-width: 600px) {

	.swiper-button-prev,
	.swiper-button-next {
		width: 15px;
		height: 15px
	}
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	font-size: 20px;
	transition: color .3s
}

@media (max-width: 600px) {

	.swiper-button-prev:after,
	.swiper-button-next:after {
		font-size: 18px
	}
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 20px
}

.swiper-button-prev img,
.swiper-rtl .swiper-button-next img {
	transform: rotate(180deg)
}

@media (max-width: 1400px) {

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 0
	}
}

.swiper.auctions-slider .swiper-button-prev1 {
	left: auto;
	right: 200px
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 20px
}

@media (max-width: 1400px) {

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 0
	}
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	margin: 23px 0 0 5px
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33)
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
	margin: 0 22px 0 0 !important
}

.swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
	border: 1px solid #8613A5;
	display: none;
	border-radius: 50%
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	background-color: #8613A5
}

.swiper-pagination-bullet-active:after {
	display: block
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1)
}

.swiper-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

.menu-block {
	z-index: 10000;
	z-index: 9999;
	align-self: stretch;
	padding: 16px;
	background: var(--bg-menu);
	overflow: hidden;
	border-radius: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	display: flex
}

@media (max-width: 1444px) {
	.menu-block {
		padding: 12px
	}
}

.menu-block .main-menu {
	color: var(--text-color-main);
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 400;
	word-wrap: break-word
}

.menu-block .menu-phone {
	color: var(--text-color-main);
	font-size: 16px;
	font-family: Inter;
	font-weight: 400;
	word-wrap: break-word
}

.menu-block .icon {
	stroke: var(--icon-color)
}

.icon {
	stroke: var(--icon-color)
}

li {
	list-style-type: none
}

li a {
	text-decoration: none
}

@media (max-width: 1440px) {
	.content {
		padding-left: 12px;
		padding-right: 12px
	}

	.main-menu {
		display: none
	}

	.menu-contact,
	.menu-contact.fc.f {
		display: none
	}
}

.bage-count-btn,
.head-count-compare-btn,
.head-count-wishlist-btn,
.head-count-cart-btn {
	position: relative
}

.bage-count-btn .badge-count,
.head-count-compare-btn .badge-count,
.head-count-wishlist-btn .badge-count,
.head-count-cart-btn .badge-count {
	content: attr(--data-count, "0");
	position: absolute;
	top: -11px;
	left: 50%;
	right: 0;
	min-width: 22px;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background: var(--style-color-main);
	color: white;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	display: none;
	padding: 0 8px
}

.bage-count-btn .badge-count.w-count-1,
.head-count-compare-btn .badge-count.w-count-1,
.head-count-wishlist-btn .badge-count.w-count-1,
.head-count-cart-btn .badge-count.w-count-1 {
	width: 28px
}

.bage-count-btn .badge-count.w-count-2,
.head-count-compare-btn .badge-count.w-count-2,
.head-count-wishlist-btn .badge-count.w-count-2,
.head-count-cart-btn .badge-count.w-count-2 {
	width: 32px
}

.bage-count-btn .badge-count.w-count-3,
.head-count-compare-btn .badge-count.w-count-3,
.head-count-wishlist-btn .badge-count.w-count-3,
.head-count-cart-btn .badge-count.w-count-3 {
	width: 38px
}

.bage-count-btn .badge-count.w-count-4,
.head-count-compare-btn .badge-count.w-count-4,
.head-count-wishlist-btn .badge-count.w-count-4,
.head-count-cart-btn .badge-count.w-count-4 {
	width: 48px
}

.bage-count-btn[data-count] .badge-count,
.head-count-compare-btn[data-count] .badge-count,
.head-count-wishlist-btn[data-count] .badge-count,
.head-count-cart-btn[data-count] .badge-count {
	display: flex
}

.bage-count-btn[data-count="0"] .badge-count,
.head-count-compare-btn[data-count="0"] .badge-count,
.head-count-wishlist-btn[data-count="0"] .badge-count,
.head-count-cart-btn[data-count="0"] .badge-count {
	display: none
}

.head-count-cart-btn {
	position: relative
}

.head-count-cart-btn .badge-count {
	content: attr(--data-count, "0");
	position: absolute;
	top: -11px;
	left: 50%;
	right: 0;
	min-width: 22px;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background: var(--style-color-main);
	color: white;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	display: none;
	padding: 0 8px
}

.head-count-cart-btn .badge-count.w-count-1 {
	width: 28px
}

.head-count-cart-btn .badge-count.w-count-2 {
	width: 32px
}

.head-count-cart-btn .badge-count.w-count-3 {
	width: 38px
}

.head-count-cart-btn .badge-count.w-count-4 {
	width: 48px
}

.head-count-cart-btn[data-count] .badge-count {
	display: flex
}

.head-count-cart-btn[data-count="0"] .badge-count {
	display: none
}

.head-count-cart-btn .badge-count {
	min-width: 24px
}

.menu-category-overlay {
	z-index: 250;
	display: none;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, 0.25);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh
}

#menu-category.active+.menu-category-overlay {
	display: flex
}

#menu-category {
	z-index: 800;
	width: 100vw;
	height: calc(100vh - 170px);
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
	left: 0px;
	position: fixed;
	box-shadow: 0px 0px 10.1999998093px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	justify-content: center;
	display: flex;
	align-items: center;
	display: none !important;
	top: 143px
}

#menu-category.active {
	display: flex !important
}

#menu-category.active~.menu-category-overlay {
	display: flex
}

@media (max-width: 1440px) {
	#menu-category {
		top: 0;
		width: 100vw;
		height: 100vh;
		flex-direction: column;
		padding: 0 12px;
		padding-top: 90px;
		align-items: start;
		justify-content: start;
		padding-left: 0px;
		padding-right: 0px
	}
}

#menu-category .category-content {
	height: calc(100vh - 170px);
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex;
	padding-left: 0px;
	padding-right: 0px
}

#menu-category .category-content .cat-mob-menu {
	padding-bottom: 8px;
	border: 0;
	width: 100%;
	flex-shrink: 0;
	display: none;
	flex-direction: column;
	gap: 0;
	font-size: 14px
}

@media (max-width: 1440px) {
	#menu-category .category-content .cat-mob-menu {
		display: flex
	}
}

#menu-category .category-content .cat-mob-menu li {
	width: 100%;
	height: 60px;
	padding: 0;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: start;
	border: 0px solid var(--text-color-main-25);
	border-bottom: 1px solid var(--text-color-main-25)
}

#menu-category .category-content .cat-mob-menu li:first-child {
	border-top: 1px solid var(--text-color-main-25)
}

#menu-category .category-content .cat-mob-menu li .main-menu-link,
#menu-category .category-content .cat-mob-menu li a {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	padding-left: 16px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: start
}

@media (max-width: 1440px) {
	#menu-category .category-content {
		top: 90px;
		flex-direction: column;
		gap: 10px;
		justify-content: stretch;
		width: 100%;
		overflow-y: scroll
	}
}

#menu-category .category-content .categoty-menu-list {
	overflow: scroll;
	height: 100%;
	flex-shrink: 0;
	width: 352px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	display: inline-flex
}

@media (max-width: 1440px) {
	#menu-category .category-content .categoty-menu-list {
		width: 100%
	}

	#menu-category .category-content .categoty-menu-list.categoty-menu-list-wrapper {
		display: none
	}

	#menu-category .category-content .categoty-menu-list.categoty-menu-list-wrapper.active {
		display: flex;
		position: absolute;
		top: 100px;
		left: 0;
		width: 100vw;
		height: calc(100% - 200px);
		background-color: var(--container-bg-color)
	}
}

#menu-category .category-content .categoty-menu-list .categoty-menu-list-item {
	align-self: stretch;
	padding: 16px;
	border-radius: 24px;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: inline-flex
}

@media (max-width: 1440px) {
	#menu-category .category-content .categoty-menu-list .categoty-menu-list-item {
		padding: 8px
	}
}

#menu-category .top-menu-categ-btn {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex;
	width: 100%
}

#menu-category .top-menu-categ-name-wrap {
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: flex
}

#menu-category .top-menu-categ-img {
	width: 32px;
	height: 32px
}

#menu-category .top-menu-categ-name {
	font-weight: 500
}

#menu-category .top-menu-categ-shevron {
	width: 24px;
	height: 24px;
	position: relative;
	overflow: hidden
}

#menu-category .top-menu-categ-data-wrap {
	flex: 1 1 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	display: none;
	position: relative
}

#menu-category .sub-panel-group {
	display: none;
	overflow: scroll;
	height: 100%
}

#menu-category .top-menu-categ-data-items-wrap {
	overflow: scroll;
	padding-top: 16px;
	padding-bottom: 16px;
	height: calc(100vh - 190px);
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex;
	flex-wrap: wrap
}

#menu-category .top-menu-categ-data-item {
	flex: 1 1 0;
	min-width: 200px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

#menu-category .sub-menu-title {
	font-weight: 600
}

#menu-category .sub-menu-title a {
	font-weight: 600
}

#menu-category .btn-menu-cat-main-close,
#menu-category .btn-menu-cat-sub-close {
	display: none;
	justify-content: center;
	align-items: center
}

@media (max-width: 1440px) {
	#menu-category {
		padding-top: 12px;
		padding-bottom: 12px
	}

	#menu-category>.content {
		padding-top: 100px
	}

	#menu-category .btn-menu-cat-main-close,
	#menu-category .btn-menu-cat-sub-close {
		display: flex;
		position: absolute;
		top: 75px;
		right: 25px;
		width: 20px;
		height: 20px
	}

	#menu-category .btn-menu-cat-main-close {
		top: -24px
	}

	#menu-category .top-menu-categ-data-wrap {
		display: none;
		position: relative
	}

	#menu-category .top-menu-categ-data-wrap.active {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		padding: 24px;
		padding-top: 100px;
		background-color: var(--container-odd-bg-color);
		align-items: center;
		justify-content: start
	}
}

#menu-category .categories-mega-menu {
	display: flex;
	gap: 24px;
	position: relative
}

#menu-category .top-level {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px
}

#menu-category .top-level li a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: #333;
	border-radius: 4px;
	transition: background 0.2s
}

#menu-category .top-level li a:hover {
	background: #f0f0f0
}

#menu-category .subcategories-panel {
	flex: 1;
	min-width: 300px
}

#menu-category .panel-group {
	display: none
}

#menu-category .second-level-item h4 {
	margin: 0 0 8px;
	font-size: 16px
}

#menu-category .third-level {
	list-style: none;
	padding-left: 0;
	margin: 0 0 16px
}

#menu-category .third-level li {
	margin-bottom: 4px
}

#menu-category .third-level a {
	color: #666;
	text-decoration: none;
	font-size: 14px
}

.swiper-main {
	align-self: stretch;
	height: 500px;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex;
	overflow: hidden
}

.swiper-main .swiper-slide .main-slider-content {
	height: 500px;
	padding: 60px;
	overflow: hidden;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	background-image: url("https://placehold.co/1440x500/ab118a/fff?font=playfair-display&text=hardcomp");
	background-image: url(/img/bg/bg-slider-violet.webp);
	width: 100%;
	align-self: stretch;
	position: relative;
	overflow: hidden;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex
}

.swiper-main .sw-pag-wrap {
	position: absolute;
	justify-content: center;
	align-items: center;
	gap: 4px;
	display: flex;
	--swiper-pagination-top: auto;
	--swiper-pagination-bottom: 8px;
	--swiper-pagination-bullet-horizontal-gap: 4px
}

.swiper-main .swiper-pagination-bullet {
	margin: 0;
	padding: 0;
	margin: 0 4px 0 0 !important;
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 9999px;
	z-index: 100
}

.swiper-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 15px;
	height: 15px;
	background: white
}

.swiper-main .main-slider-btn-prev {
	width: 32px;
	height: 32px;
	left: 24px;
	top: 234px;
	position: absolute;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	border-radius: 24px
}

.swiper-main .main-slider-btn-next {
	width: 32px;
	height: 32px;
	right: 24px;
	top: 234px;
	position: absolute;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	border-radius: 24px
}

.swiper-main .main-slider-block-text {
	width: 806px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

.swiper-main .main-slider-title {
	color: white;
	font-size: 50px;
	font-family: Montserrat;
	font-weight: 700;
	word-wrap: break-word
}

.swiper-main .main-slider-text {
	color: white;
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 32px;
	word-wrap: break-word
}

.swiper-main .main-slider-block-btn {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

.swiper-main .main-slider-btn-wrap {
	padding: 16px;
	background: white;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	display: flex
}

.swiper-main .main-slider-btn-wrap.btn-wp-2 {
	background: transparent;
	outline: 1px white solid;
	outline-offset: -1px
}

.swiper-main .main-slider-btn {
	color: #222222;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 500;
	word-wrap: break-word
}

.swiper-main .main-slider-btn.btn-2 {
	color: white
}

.swiper-main .main-slider-slide-img {
	width: 467px;
	height: 467px
}

@media (max-width: 900px) {
	.swiper-main .main-slider-content {
		display: block
	}
}

@media (max-width: 600px) {
	.swiper-main {
		height: 208px;
		--swiper-pagination-bottom: 8px;
		--swiper-pagination-top: auto
	}

	.swiper-main .sw-pag-wrap {
		--swiper-pagination-top: auto;
		--swiper-pagination-bottom: 8px;
		--swiper-pagination-bullet-horizontal-gap: 4px
	}

	.swiper-main .swiper-pagination-bullet:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 22px;
		height: 22px;
		border: 1px solid #8613a5;
		display: none;
		border-radius: 50%
	}

	.swiper-main .main-slider-btn-prev,
	.swiper-main .main-slider-btn-next {
		width: 32px;
		height: 32px;
		top: 50%;
		transform: translateY(-50%);
		left: 2px;
		display: none
	}

	.swiper-main .main-slider-btn-next {
		left: auto;
		right: 2px
	}

	.swiper-main .main-slider-slide-img {
		width: 164px;
		height: 164px;
		position: relative;
		left: -20px
	}

	.swiper-main .swiper-pagination-bullet {
		width: 5px;
		height: 5px
	}

	.swiper-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 10px;
		height: 10px
	}

	.swiper-main .swiper-slide .main-slider-content {
		height: 208px;
		padding: 12px;
		gap: 9px
	}

	.swiper-main .main-slider-block-text {
		width: 60%;
		min-width: 70%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		gap: 9px;
		display: inline-flex
	}

	.swiper-main .main-slider-block-text .main-slider-title {
		font-size: 16px
	}

	.swiper-main .main-slider-block-text .main-slider-text {
		font-size: 12px;
		line-height: normal
	}

	.swiper-main .main-slider-block-btn {
		flex-direction: column;
		align-items: stretch;
		gap: 9px
	}

	.swiper-main .main-slider-btn {
		font-size: 12px
	}

	.swiper-main .main-slider-btn-wrap {
		padding: 8px
	}
}

.category-plate {
	flex: 1 1 0;
	background: var(--block-odd-bg-color);
	height: 250px;
	padding: 24px;
	position: relative;
	overflow: hidden;
	border-radius: 0 24px 0 24px;
	font-size: 24px;
	font-weight: 600
}

.category-plate .tcs {
	font-size: 16px;
	font-weight: 400
}

.category-plate .icon-wrap-categ {
	width: 32px;
	height: 32px;
	border-radius: 24px
}

.category-plate .icon-wrap-categ {
	background: #DC35FF
}

.category-plate .icon-categ-arrow-right {
	stroke: var(--icont-cat-arrow-right-color)
}

.category-plate.selected,
.category-plate:hover {
	background: #DC35FF;
	color: white
}

.category-plate.selected .tcs,
.category-plate:hover .tcs {
	color: white
}

.category-plate.selected .icon-wrap-categ,
.category-plate:hover .icon-wrap-categ {
	background: white
}

.category-plate.selected .icon-categ-arrow-right,
.category-plate:hover .icon-categ-arrow-right {
	stroke: #DC35FF
}

.page-content,
.catalog-page-content {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	display: inline-flex
}

@media (max-width: 700px) {

	.page-content,
	.catalog-page-content {
		gap: 12px
	}
}

.cart-page-body,
.page-body,
.catalog-page-body {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex
}

@media (max-width: 700px) {

	.cart-page-body,
	.page-body,
	.catalog-page-body {
		gap: 12px
	}
}

.cards-border .product-tile-item {
	outline: 1px #DC35FF solid
}

.cards-border.v2 .product-tile-item {
	outline: 1px #D8D8D8 solid
}

.page .product-tile-item,
.product-page .product-tile-item {
	outline: 1px #D8D8D8 solid
}

.product-tile-item {
	display: flex;
	width: calc(25% - 16px);
	width: calc((1440px - (24px * 3)) / 4);
	min-width: calc((1440px - (24px * 3)) / 4);
	flex: 1 1 0;
	padding: 16px;
	position: relative;
	border-radius: 24px;
	outline-offset: -1px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	display: inline-flex;
	flex-wrap: wrap;
	max-width: 342px
}

.product-tile-item:hover {
	outline: 1px #DC35FF solid
}

.product-tile-item .product-tile-item-image {
	align-self: stretch;
	height: 300px;
	padding: 8px;
	overflow: hidden;
	border-radius: 24px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 12px;
	display: flex;
	position: relative
}

.product-tile-item .product-tile-item-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 0;
	left: 0;
	align-self: stretch;
	border-radius: 24px
}

.product-tile-item .product-item-title {
	min-height: 100px;
	align-self: stretch;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 500;
	line-height: 24px;
	word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.product-tile-item .product-item-desc {
	display: none;
	align-self: stretch;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 24px;
	word-wrap: break-word
}

.product-tile-item .product-have {
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: inline-flex
}

.product-tile-item .product-have .product-have-marker-green {
	width: 12px;
	height: 12px;
	border-radius: 9999px;
	background-color: var(--icon-color-like-green)
}

.product-tile-item .product-have .product-have-text-green {
	text-align: center;
	color: #137C42;
	color: var(--icon-color-like-green);
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	word-wrap: break-word
}

.product-tile-item .product-have .product-have-marker-red {
	width: 12px;
	height: 12px;
	background: #ff0000;
	border-radius: 9999px
}

.product-tile-item .product-have .product-have-text-red {
	text-align: center;
	color: #ff0000;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	word-wrap: break-word
}

@media (max-width: 700px) {

	.product-tile-item .product-have .product-have-marker-red,
	.product-tile-item .product-have .product-have-marker-green {
		width: 12px;
		height: 12px
	}

	.product-tile-item .product-have .product-have-text-red,
	.product-tile-item .product-have .product-have-text-green {
		font-size: 12px
	}
}

.product-tile-item .cost-block {
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex;
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 600;
	line-height: 24px;
	word-wrap: break-word
}

.product-tile-item .cost-block .cost-new {
	color: #FF0000;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px
}

.product-tile-item .cost-block .cost-old {
	font-size: 16px;
	font-weight: 500;
	text-decoration: line-through;
	line-height: 24px;
	color: var(--text-color-second-odd)
}

@media (max-width: 700px) {
	.product-tile-item .cost-block {
		font-size: 14px
	}

	.product-tile-item .cost-block .cost-new {
		font-size: 14px
	}

	.product-tile-item .cost-block .cost-old {
		font-size: 10px
	}
}

.product-tile-item .catalog-tile-item-btn {
	align-self: stretch;
	padding: 16px;
	background: #DC35FF;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	display: inline-flex;
	color: white;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 600;
	word-wrap: break-word;
	max-width: 100%;
}

.product-tile-item .catalog-tile-item-btn .icon-img-trash {
	width: 24px;
	height: 24px;
	position: relative;
	overflow: hidden
}

.product-tile-item .catalog-tile-item-btn .icon-img-trash img {
	width: 19.89px;
	height: 20px
}

@media (max-width: 400px) {
	.product-tile-item {
		padding: 8px;
		gap: 12px
	}

	.product-tile-item .product-tile-item-image {
		max-height: 150px;
		border-radius: 24px
	}

	.product-tile-item .product-item-title {
		overflow-wrap: break-word;
		overflow-wrap: anywhere;
		font-size: 14px
	}

	.product-tile-item .product-item-desc {
		overflow-wrap: break-word;
		overflow-wrap: anywhere;
		font-size: 12px
	}

	.product-tile-item .catalog-tile-item-btn {
		font-size: 14px;
		padding: 8px;
		gap: 12px
	}

	.product-tile-item .catalog-tile-item-btn .icon-img-trash {
		width: 15px;
		height: 15px
	}

	.product-tile-item .catalog-tile-item-btn .icon-img-trash img {
		width: 15px;
		height: 15px
	}
}

.product-flow .product-tile-item {
	width: 100%;
	min-width: auto;
	max-width: 100%
}

.swiper-wrapper .product-tile-item {
	width: 100%;
	min-width: 100%
}

.woocommerce-notices-wrapper {
	width: 100%
}

.woocommerce-notices-wrapper .woocommerce-message {
	background-color: var(--block-odd-bg-color);
	border-radius: 20px;
	padding: 16px;
	width: 100%
}

.category-buttons {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	/*display: inline-flex;*/
	overflow-x: auto;
	width: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.category-buttons ::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0
}

.category-buttons .catalog-category-btn {
	flex-shrink: 0;
	padding: 16px;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	flex-wrap: nowrap;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 500;
	word-wrap: break-word;
	word-wrap: normal;
	background-color: var(--container-odd-bg-color);
	width: auto !important;
}

.category-buttons .catalog-category-btn.active {
	color: white;
	font-weight: 600;
	background: #DC35FF
}

.btns-slider-container{
    position: relative;
}

.category-btns-slider_prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    z-index: 1000;
    background: #1f1f1f;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.4s;
    opacity: 1;
    pointer-events: all;
}

.category-btns-slider_next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 1000;
    background: #1f1f1f;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.4s;
    opacity: 1;
    pointer-events: all;
}

.category-btns-slider_next.swiper-button-disabled, .category-btns-slider_prev.swiper-button-disabled{
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 700px) {
	.category-buttons .catalog-category-btn {
		padding: 12px;
		font-size: 14px
	}
}

@media (max-width: 700px) {
	.category-buttons {
		gap: 12px
	}
}

.product-list-items {
	flex-direction: row;
	flex-wrap: wrap
}

.btn-product-sort{
    cursor: pointer;
}

.btn-product-sort-tile {
	opacity: 0.5
}

.btn-product-sort-rows {
	opacity: 0.5
}

.product-list-tile .btn-product-sort-tile svg {
	stroke: var(--style-color-main);
	opacity: 1
}

.product-list .product-tile-item {
	align-self: stretch;
	outline: 1px #D8D8D8 solid;
	display: flex;
	min-width: calc(25% - 24px);
	flex: 1 1 0;
	padding: 16px;
	position: relative;
	border-radius: 24px;
	outline-offset: -1px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	display: inline-flex;
	flex-wrap: wrap
}

.product-list .product-tile-item .product-tile-item-image-wrap {
	width: 100%;
	height: 200px
}

.product-list .product-tile-item .product-tile-item-image-wrap img {
	object-fit: contain;
	height: 200px
}

@media (max-width: 1000px) {
	.product-list .product-tile-item {
		min-width: calc(30% - 24px)
	}
}

@media (max-width: 700px) {
	.product-list .product-tile-item {
		min-width: calc(40% - 24px);
		padding: 8px
	}
}

@media (max-width: 400px) {
	.product-list .product-tile-item {
		gap: 12px
	}

	.product-list .product-tile-item .product-tile-item-image-wrap {
		width: 100%
	}

.product-list .product-tile-item .product-tile-item-image-wrap img {
	object-fit: contain;
	max-height: 150px
}
}

/* Dark theme: soften product card borders on catalog/category pages */
body.dark .cards-border.v2 .product-tile-item,
body.dark .page .product-tile-item,
body.dark .product-page .product-tile-item,
body.dark .product-list .product-tile-item,
html.dark .cards-border.v2 .product-tile-item,
html.dark .page .product-tile-item,
html.dark .product-page .product-tile-item,
html.dark .product-list .product-tile-item,
[data-theme="dark"] .cards-border.v2 .product-tile-item,
[data-theme="dark"] .page .product-tile-item,
[data-theme="dark"] .product-page .product-tile-item,
[data-theme="dark"] .product-list .product-tile-item {
	outline: 1px rgba(255, 255, 255, 0.16) solid
}

@media (max-width: 500px) {
	#modal-catalog .product-list {
		width: 100%
	}
}

.product-list-short {
	align-self: stretch;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	display: inline-flex;
	flex: 1 1 0;
	flex-wrap: wrap;
	justify-content: space-around
}

.product-list-short .product-tile-item {
	min-width: calc(25% - 24px);
	max-width: 100%
}

@media (max-width: 1000px) {
	.product-list-short .product-tile-item {
		min-width: calc(30% - 24px)
	}
}

@media (max-width: 700px) {
	.product-list-short .product-tile-item {
		min-width: calc(40% - 24px);
		padding: 8px
	}
}

@media (max-width: 400px) {
	.product-list-short .product-tile-item {
		gap: 12px;
		width: 100%
	}

	.product-list-short .product-tile-item .product-tile-item-image-wrap {
		width: 100%
	}

	.product-list-short .product-tile-item .product-tile-item-image-wrap img {
		object-fit: contain;
		max-height: 150px
	}
}

.catalog-body-list .catalog-info-line {
	align-self: stretch;
	justify-content: space-between;
	align-items: flex-start;
	display: inline-flex
}

.catalog-body-list .catalog-info-line .items-count-block {
	overflow: hidden;
	border-radius: 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	font-size: 16px;
	font-weight: 400
}

.catalog-body-list .catalog-info-line .catalog-tools-sort {
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: flex
}

.catalog-body-list .catalog-info-line .catalog-tools-sort .sort-tool-sort-btn {
	overflow: hidden;
	border-radius: 12px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	display: flex;
	font-size: 16px;
	font-weight: 400
}

.catalog-body-list .catalog-info-line .catalog-tools-sort .sort-tool-sort-btn .sort-tool-sort-btn-marker {
	width: 24px;
	height: 24px;
	position: relative;
	transform: rotate(90deg);
	overflow: hidden;
	border-radius: 47px
}

@media (max-width: 1200px) {
	.catalog-body-list {
		width: 100%
	}
}

@media (max-width: 1000px) {
	.catalog-body-list .catalog-info-line {
		flex-direction: column;
		gap: 12px;
		align-items: stretch
	}

	.catalog-body-list .catalog-info-line .items-count-block {
		align-self: start
	}

	.catalog-body-list .catalog-info-line .catalog-tools-sort {
		justify-content: space-between
	}
}

.product-list-items {
	flex: 1 1 0;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex;
	width: 100%
}

.page-title-wrapp {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex;
	gap: 12px
}

.page-title-wrapp .btn-configurator-link {
	padding: 16px;
	background: #DC35FF;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	padding: 15px 11px;
	font-size: 18px;
	color: white;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 600;
	word-wrap: break-word
}

@media (max-width: 700px) {
	.page-title-wrapp {
		height: auto;
		flex-direction: column;
		align-items: start
	}

	.page-title-wrapp .btn-configurator-link {
		padding: 12px;
		padding: 12px 8px;
		font-size: 15px
	}

	.page-title-wrapp .btn-configurator-link img {
		width: 20px;
		height: 20px
	}
}

h1 {
	font-size: 38px;
	font-family: Montserrat;
	font-weight: 700;
	word-wrap: break-word
}

@media (max-width: 400px) {
	h1 {
		font-size: 24px
	}
}

.product-list-rows {
	align-items: stretch;
	justify-content: start
}

.product-list-rows .product-list-items {
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: start
}

.product-list-rows .btn-product-sort-rows svg {
	stroke: var(--style-color-main);
	opacity: 1
}

.product-list-rows .product-tile-item {
	width: 100%;
	min-width: 100%;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap
}

.product-list-rows .product-tile-item .product-tile-item-image-wrap {
	width: 204px;
	min-width: 204px;
	height: 112px;
	flex-grow: 0
}

.product-list-rows .product-tile-item .product-tile-item-image {
	height: 112px
}

.product-list-rows .product-tile-item .product-tile-item-image img {
	object-fit: contain;
	min-width: 204px;
	height: 112px
}

.product-list-rows .product-tile-item .product-item-title {
	height: auto;
	min-height: auto
}

.product-list-rows .product-tile-item .product-item-desc {
	display: block
}

.product-list-rows .product-tile-item .product-item-button {
	width: 326px;
	flex-grow: 0;
	flex-shrink: 0
}

@media (max-width: 1000px) {
	.product-list-rows .product-tile-item .product-item-button {
		width: 200px
	}
}

@media (max-width: 700px) {
	.product-list-rows .product-tile-item {
		min-width: calc(100%);
		flex-direction: column
	}

	.product-list-rows .product-tile-item .product-tile-item-image-wrap {
		width: 100%;
		min-width: 100%;
		height: 200px;
		flex-grow: 0;
		align-self: center
	}

	.product-list-rows .product-tile-item .product-tile-item-image {
		height: 200px;
		max-height: 200px;
		border-radius: 24px
	}

	.product-list-rows .product-tile-item .product-tile-item-image img {
		object-fit: contain;
		min-width: 100%;
		height: 100%
	}

	.product-list-rows .product-tile-item .product-item-button {
		width: 100%
	}
}

@media (max-width: 400px) {
	.product-list-rows .product-tile-item .product-tile-item-image-wrap {
		width: 100%;
		min-width: 100%;
		height: 200px;
		flex-grow: 0
	}

	.product-list-rows .product-tile-item .product-tile-item-image {
		max-height: 200px;
		border-radius: 24px
	}

	.product-list-rows .product-tile-item .product-item-title {
		font-size: 14px
	}

	.product-list-rows .product-tile-item .product-item-desc {
		font-size: 12px
	}

	.product-list-rows .product-tile-item .product-item-button {
		width: 100%
	}

	.product-list-rows .product-tile-item .catalog-tile-item-btn {
		font-size: 14px;
		gap: 12px
	}

	.product-list-rows .product-tile-item .catalog-tile-item-btn .icon-img-trash {
		width: 15px;
		height: 15px
	}

	.product-list-rows .product-tile-item .catalog-tile-item-btn .icon-img-trash img {
		width: 15px;
		height: 15px
	}
}

.catalg-pagination {
	align-self: stretch;
	justify-content: center;
	align-items: center;
	gap: 16px;
	display: inline-flex
}

.catalg-pagination .pagination-btn-next.pagination-btn-left,
.catalg-pagination .pagination-btn-next.pagination-btn-right {
	width: 24px;
	height: 24px;
	position: relative;
	overflow: hidden;
	border-radius: 47px
}

.catalg-pagination .pagination-btn-next.pagination-btn-left.deactivate,
.catalg-pagination .pagination-btn-next.pagination-btn-right.deactivate {
	opacity: 0.50
}

.catalg-pagination .pagination-btn {
	height: 40px;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	height: 40px;
	width: 40px;
	font-size: 16px;
	font-family: Inter;
	font-weight: 400;
	background-color: var(--container-bg-color)
}

.catalg-pagination .pagination-btn.carrent {
	background: #DC35FF;
	color: var(--white, #fff)
}

@media (max-width: 700px) {
	.catalg-pagination {
		gap: 10px
	}
}

.cat-search-main-wrap {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

.cat-search-main-row {
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex
}

.cat-search-main-field {
	flex: 1 1 0;
	padding: 16px;
	overflow: hidden;
	border-radius: 12px;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	display: flex
}

.cat-submit-btn.cat-submit-btn-icon {
	width: 20px;
	height: 20px;
	padding-top: 4px;
	position: relative;
	overflow: hidden
}

.cat-search-input {
	color: #A3A3A3;
	font-size: 16px;
	font-family: Inter;
	font-weight: 400;
	word-wrap: break-word;
	border: 0;
	outline: 0;
	background-color: var(--container-odd-bg-color);
	width: 100%
}

.cat-search-input::placeholder,
.cat-search-input::-webkit-input-placeholder,
.cat-search-input::-moz-placeholder,
.cat-search-input:-ms-input-placeholder {
	color: #A3A3A3;
	opacity: 1
}

.cat-search-cross-btn {
	width: 24px;
	height: 24px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.cat-search-input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	display: none
}

.cat-search-input::-moz-search-cancel-button {
	display: none
}

.product-list-tile .product-item-desc-block {
	flex-shrink: 0;
	flex-grow: 1
}

.similar-block {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

.second-title {
	font-size: 38px;
	font-weight: 700
}

@media (max-width: 1000px) {
	.second-title {
		font-size: 24px
	}
}

.similar-wrapp {
	align-self: stretch;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	display: inline-flex
}

.product-cost,
.cost-block {
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex;
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 600;
	line-height: 24px;
	word-wrap: break-word
}

.product-cost .cost-new,
.cost-block .cost-new {
	color: #FF0000;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px
}

.product-cost .cost-old,
.cost-block .cost-old {
	font-size: 16px;
	font-weight: 500;
	text-decoration: line-through;
	line-height: 24px;
	color: var(--text-color-second-odd)
}

@media (max-width: 700px) {

	.product-cost,
	.cost-block {
		font-size: 14px
	}

	.product-cost .cost-new,
	.cost-block .cost-new {
		font-size: 14px
	}

	.product-cost .cost-old,
	.cost-block .cost-old {
		font-size: 10px
	}
}

.product-page #main.site-main,
.product-page main#main.site-main {
	display: contents
}

.product-page .product-info-block-wrap {
	align-self: stretch;
	padding: 24px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap {
		padding: 12px
	}
}

.product-page .product-info-block-wrap .product-cost .price ins {
	text-decoration: none;
	color: var(--icon-color-like-green)
}

.product-page .product-info-block-wrap .product-cost .price del {
	color: #f00;
	opacity: 1
}

.product-page .product-info-block-wrap .product-cost .price {
	color: var(--text-color-main)
}

.product-page .product-info-block-wrap .wishlist-button-wrapper .yith-wcwl-text {
	display: none
}

.product-page .product-info-block-wrap .wishlist-button-wrapper .yith-wcwl-icon svg {
	width: 24px;
	height: 24px;
	fill: var(--style-color-main)
}

.product-page .product-info-block-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-text {
	display: none
}

.product-page .product-info-block-wrap .yith-wcwl-add-to-wishlist-button-icon {
	color: var(--style-color-main) !important;
	width: 26px;
	height: 26px
}

.product-page .product-info-block-wrap .yith-wcwl-add-to-wishlist-button__label {
	display: none
}

.product-page .product-info-block-wrap .yith-wcwl-wishlistadded .yith-wcwl-icon svg {
	fill: var(--style-color-main) !important;
	stroke: none !important;
	opacity: 1
}

.product-page .product-info-block-wrap .flex-control-nav {
	scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
	scrollbar-width: thin
}

.product-page .product-info-block-wrap .flex-control-nav::-webkit-scrollbar {
	width: 8px
}

.product-page .product-info-block-wrap .flex-control-nav::-webkit-scrollbar-track {
	background: transparent !important;
	border-radius: 4px
}

.product-page .product-info-block-wrap .flex-control-nav::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2) !important;
	border-radius: 4px
}

.product-page .product-info-block-wrap .flex-control-nav::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.3) !important
}

.product-page .product-info-block-wrap .product-info-block {
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

.product-page .product-info-block-wrap .product-info-block .flex-control-nav {
	background: tranparent
}

.product-page .product-info-block-wrap .product-info-block .flex-control-nav li {
	margin-bottom: 8px
}

.product-page .product-info-block-wrap .product-info-block .flex-control-nav li img {
	object-fit: cover;
	border-radius: 5px;
	opacity: 0.3;
	transition: opacity 0.2s ease
}

.product-page .product-info-block-wrap .product-info-block .flex-control-nav li img.flex-active {
	opacity: 1;
	border: 1px solid var(--style-color-main)
}

.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery,
.product-page .product-info-block-wrap .product-info-block .product-info-carusel-block {
	position: relative;
	justify-content: flex-start;
	align-items: flex-start;
	align-items: center;
	gap: 16px;
	display: flex;
	height: 514px;
	max-height: 514px;
	width: 565px;
	width: 565px
}

@media (max-width: 1000px) {

	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery,
	.product-page .product-info-block-wrap .product-info-block .product-info-carusel-block {
		height: 250px;
		width: 250px;
		height: 300px
	}
}

@media (max-width: 1000px) {

	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery,
	.product-page .product-info-block-wrap .product-info-block .product-info-carusel-block {
		flex-direction: column;
		align-items: start;
		width: 250px;
		height: 300px;
		align-items: center;
		align-self: center
	}
}

.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
.product-page .product-info-block-wrap .product-info-block .product-info-carusel-block .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	z-index: 500
}

.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery .flex-control-nav,
.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery .product-galary-preview,
.product-page .product-info-block-wrap .product-info-block .product-info-carusel-block .flex-control-nav,
.product-page .product-info-block-wrap .product-info-block .product-info-carusel-block .product-galary-preview {
	width: 80px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex;
	height: 100%;
	max-height: 100%;
	width: 80px;
	min-width: 80px;
	overflow: auto
}

@media (max-width: 1000px) {

	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery .flex-control-nav,
	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery .product-galary-preview,
	.product-page .product-info-block-wrap .product-info-block .product-info-carusel-block .flex-control-nav,
	.product-page .product-info-block-wrap .product-info-block .product-info-carusel-block .product-galary-preview {
		flex-direction: row;
		align-items: start;
		align-self: stretch;
		width: calc(100vw - 28px);
		height: 60px;
		height: 65px;
		position: relative;
		left: 50%;
		transform: translateX(-50%)
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-block {
	flex: 1 1 0;
	border-radius: 16px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-block {
		gap: 12px
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block h1 {
	flex: 1 1 0;
	font-size: 24px;
	font-family: Inter;
	font-weight: 700;
	word-wrap: break-word
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block h1 {
		font-size: 16px
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block .product-info-compare-tools-block {
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: flex
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block .product-info-compare-tools-block {
		gap: 14px
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block .product-info-compare-tools-block .icon-btn {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: end
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block .product-info-compare-tools-block .icon-btn svg.compare {
	width: auto;
	height: 24px
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block .product-info-compare-tools-block .icon-btn svg.like {
	width: auto;
	height: 24px
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block .product-info-compare-tools-block .icon-btn {
		width: 24px;
		height: 24px
	}

	.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block .product-info-compare-tools-block .icon-btn svg.compare {
		height: 16px
	}

	.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block .product-info-compare-tools-block .icon-btn svg.like {
		height: 18px
	}
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block {
		flex-direction: column;
		align-items: start
	}

	.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block .product-info-compare-tools-block {
		order: 1
	}

	.product-page .product-info-block-wrap .product-info-block .product-info-main-title-block .product-info-main-title {
		order: 2
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp {
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-info-options-wrapp {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-info-options-wrapp .product-info-options-list {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-info-options-wrapp .product-info-options-list .product-info-options-item {
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-info-options-wrapp .product-info-options-list .product-info-options-item .product-info-options-body .some-w-123 {
	width: 123px
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-info-options-wrapp .product-info-options-list .product-info-options-item {
		gap: 8px;
		font-size: 12px;
		align-self: stretch;
		justify-content: space-between
	}
}

@media (max-width: 600px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-info-options-wrapp .product-info-options-list .product-info-options-item {
		flex-direction: column;
		align-items: stretch
	}
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-info-options-wrapp .product-info-options-list {
		gap: 8px
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-info-options-wrapp .btn-all-characters {
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-info-options-wrapp .btn-all-characters {
		font-size: 14px
	}
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-info-options-wrapp {
		gap: 12px
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp {
	flex: 1 1 0;
	padding: 16px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-cost {
	align-self: stretch;
	font-size: 24px;
	font-weight: 600
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-cost {
		font-size: 18px
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-have-in-store {
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: inline-flex;
	text-align: center;
	color: #137C42;
	font-size: 16px;
	font-weight: 500
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-have-in-store .product-have-circle-green {
	width: 12px;
	height: 12px;
	background: #137C42;
	border-radius: 9999px
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-have-in-store {
		font-size: 12px
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-form-main {
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-form-main .product-counter-wrapp {
	padding: 16px;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 24px;
	display: flex
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-form-main .product-counter-wrapp .product-form-count {
	font-size: 16px;
	font-weight: 400
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-form-main .product-counter-wrapp .product-form-count {
		font-size: 14px
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-form-main .product-counter-wrapp .form-counter-btn-minus {
	width: 12px;
	height: 2px
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-form-main .product-counter-wrapp .form-counter-btn-minus {
		width: 10px;
		height: 2px
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-form-main .product-counter-wrapp .form-counter-btn-plus {
	width: 12px;
	height: 12px
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-form-main .product-counter-wrapp .form-counter-btn-plus {
		width: 10px;
		height: 10px
	}
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-form-main .product-counter-wrapp {
		padding: 12px
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-form-sbmit-btn {
	flex: 1 1 0;
	padding: 16px;
	background: #DC35FF;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	color: white;
	font-size: 16px;
	font-weight: 600
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-form-sbmit-btn {
		font-size: 14px;
		padding: 12px
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .btn-product-bay-on-one-click {
	align-self: stretch;
	padding: 16px;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	color: var(--text-color-main);
	cursor: pointer;
	font-size: 16px;
	font-weight: 500
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .btn-product-bay-on-one-click {
		font-size: 14px;
		padding: 12px
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .catalog-tile-item-btn {
	min-height: 56px;
	min-width: 320px;
	align-self: stretch;
	padding: 16px;
	background: #DC35FF;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	display: inline-flex;
	color: white;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 600;
	word-wrap: break-word
}

@media (max-width: 1072px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .catalog-tile-item-btn {
		min-width: 100%
	}
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .catalog-tile-item-btn .icon-img-trash {
	width: 24px;
	height: 24px;
	position: relative;
	overflow: hidden
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .catalog-tile-item-btn .icon-img-trash img {
	width: 19.89px;
	height: 20px
}

.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-delivery-option-item {
	align-self: stretch;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp .product-delivery-option-item {
		font-size: 12px
	}
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp .product-form-wrapp {
		gap: 12px
	}
}

@media (max-width: 1000px) {
	.product-page .product-info-block-wrap .product-info-block .product-info-main-wrapp {
		flex-direction: column;
		align-items: stretch
	}
}

@media (max-width: 1350px) {
	.product-page .product-info-block-wrap .product-info-block {
		flex-direction: column
	}
}

.product-page .woocommerce-tabs.wc-tabs-wrapper,
.product-page .product-tabs-wrap {
	background-color: var(--container-odd-bg-color);
	align-self: stretch;
	padding: 24px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex
}

@media (max-width: 1000px) {

	.product-page .woocommerce-tabs.wc-tabs-wrapper,
	.product-page .product-tabs-wrap {
		gap: 12px;
		padding: 12px
	}
}

.product-page .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs,
.product-page .product-tab-btn-wrap {
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex;
	overflow-x: auto;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.product-page .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs ::-webkit-scrollbar,
.product-page .product-tab-btn-wrap ::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0
}

@media (max-width: 700px) {

	.product-page .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs,
	.product-page .product-tab-btn-wrap {
		gap: 12px
	}
}

.product-page .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs a,
.product-page .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs a,
.product-page .btn-tab-product {
	background-color: var(--container-bg-color);
	flex-shrink: 0;
	padding: 16px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex
}

.product-page .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs a.active,
.product-page .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs a.active,
.product-page .btn-tab-product.active {
	color: white;
	font-weight: 600;
	background: var(--style-color-main)
}

@media (max-width: 700px) {

	.product-page .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs a,
	.product-page .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs a,
	.product-page .btn-tab-product {
		padding: 12px;
		font-size: 15px
	}
}

.product-page .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .active a {
	color: white;
	font-weight: 600;
	background: var(--style-color-main)
}

.product-page .prod-tab {
	display: none;
	gap: 24px
}

.product-page .prod-tab.active {
	display: flex
}

@media (max-width: 1000px) {
	.product-page .prod-tab {
		gap: 12px
	}
}

.product-page .woocommerce-Tabs-panel.panel.entry-content.wc-tab,
.product-page .woocommerce-Tabs-panel {
	display: flex;
	gap: 24px;
	width: 100%
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.panel.entry-content.wc-tab,
	.product-page .woocommerce-Tabs-panel {
		gap: 12px
	}
}

.product-page .stars-wrap {
	display: flex;
	gap: 4px;
	margin-top: 8px
}

.product-page .stars-wrap:hover .icon-star {
	fill: #ccc;
	transition: fill 0.2s ease
}

.product-page .stars-wrap .icon-star-item {
	cursor: pointer;
	transition: transform 0.1s ease
}

.product-page .stars-wrap .icon-star-item:hover {
	transform: scale(1.1)
}

.product-page .stars-wrap .icon-star-item:hover .icon-star {
	fill: #EDD900
}

.product-page .stars-wrap .icon-star-item .icon-star {
	width: 26px;
	height: 24px;
	fill: #ccc;
	transition: fill 0.2s ease
}

.product-page .stars-wrap .icon-star-item .icon-star.active {
	fill: #EDD900
}

.product-page #review_form,
.product-page #respond,
.product-page #review_form form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: space-between
}

.product-page .contact-form .cf-field .woocommerce-Tabs-panel {
	width: 100%
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab,
.product-page .prod-tab-reviews {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab,
	.product-page .prod-tab-reviews {
		gap: 12px
	}
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-gal,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-gal,
.product-page .prod-tab-reviews .prod-tab3-gal {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-gal .prod-tab3-gal-title,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-gal .prod-tab3-gal-title,
.product-page .prod-tab-reviews .prod-tab3-gal .prod-tab3-gal-title {
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	word-wrap: break-word
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-gal .prod-tab3-gal-wrap,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-gal .prod-tab3-gal-wrap,
.product-page .prod-tab-reviews .prod-tab3-gal .prod-tab3-gal-wrap {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-gal .prod-tab3-gal-wrap .prod-tab3-gal-item,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-gal .prod-tab3-gal-wrap .prod-tab3-gal-item,
.product-page .prod-tab-reviews .prod-tab3-gal .prod-tab3-gal-wrap .prod-tab3-gal-item {
	width: 79px;
	height: 71px;
	border-radius: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	display: inline-flex;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	word-wrap: break-word
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-gal .prod-tab3-gal-title,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-gal .prod-tab3-gal-title,
	.product-page .prod-tab-reviews .prod-tab3-gal .prod-tab3-gal-title {
		font-size: 14px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-gal .prod-tab3-gal-wrap,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-gal .prod-tab3-gal-wrap,
	.product-page .prod-tab-reviews .prod-tab3-gal .prod-tab3-gal-wrap {
		gap: 12px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-gal .prod-tab3-gal-wrap .prod-tab3-gal-item,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-gal .prod-tab3-gal-wrap .prod-tab3-gal-item,
	.product-page .prod-tab-reviews .prod-tab3-gal .prod-tab3-gal-wrap .prod-tab3-gal-item {
		width: 59px;
		height: 52px
	}
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body,
.product-page .prod-tab-reviews .prod-tab3-body {
	width: 100%;
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body,
	.product-page .prod-tab-reviews .prod-tab3-body {
		display: contents
	}
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .comments-wrap,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .comments-wrap,
.product-page .prod-tab-reviews .prod-tab3-body .comments-wrap {
	width: 100%;
	flex-grow: 1;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .comments-wrap,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .comments-wrap,
	.product-page .prod-tab-reviews .prod-tab3-body .comments-wrap {
		order: 3
	}
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .comments-wrap,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .comments-wrap,
	.product-page .prod-tab-reviews .prod-tab3-body .comments-wrap {
		flex-direction: column;
		gap: 12px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .comments-wrap .prod-tab3-body-text,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .comments-wrap .prod-tab3-body-text,
	.product-page .prod-tab-reviews .prod-tab3-body .comments-wrap .prod-tab3-body-text {
		flex: 1 1 auto;
		order: 3
	}
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body #comments,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body #comments,
.product-page .prod-tab-reviews .prod-tab3-body #comments {
	width: 100%
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text {
	width: 100%;
	flex-grow: 1;
	padding: 16px;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-avatar-block img,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-avatar-block,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-avatar-block img,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-avatar-block,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-avatar-block img,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-avatar-block {
	width: 42px;
	height: 42px;
	position: relative;
	background: #9747FF;
	border-radius: 50px;
	color: white;
	font-size: 20px;
	font-weight: 600
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-content-block,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-content-block,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-content-block {
	flex: 1 1 0;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-content-block,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-content-block,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-content-block {
		gap: 12px
	}
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .tab-review-username,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .tab-review-username,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .tab-review-username {
	padding-top: 12px;
	padding-bottom: 12px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	display: flex;
	font-size: 18px;
	font-weight: 600
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .tab-review-username,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .tab-review-username,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .tab-review-username {
		font-size: 14px
	}
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row {
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: flex;
	align-items: baseline
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .review-date,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .review-date,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .review-date {
	font-size: 16px;
	font-weight: 400;
	flex-wrap: nowrap
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .review-date,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .review-date,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .review-date {
		font-size: 10px
	}
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap {
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: flex
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-item,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-item,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-item {
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
	display: flex
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-wrapp,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-wrapp,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-wrapp {
	width: 32px;
	height: 32px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-wrapp .icon-star,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-wrapp .icon-star,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-wrapp .icon-star {
	width: 26px;
	height: 24px
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-wrapp,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-wrapp,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-wrapp {
		width: 13px;
		height: 13px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-wrapp .icon-star,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-wrapp .icon-star,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap .icon-star-wrapp .icon-star {
		width: 13px;
		height: 12px
	}
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row .stars-wrap {
		gap: 10px
	}
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block .stars-row {
		align-self: stretch;
		gap: 5px;
		justify-content: space-between
	}
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block {
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: inline-flex;
	color: var(--icon-color-like-green);
	font-size: 16px;
	font-weight: 500
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block .icon-status-like-wrap,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block .icon-status-like-wrap,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block .icon-status-like-wrap {
	width: 24px;
	height: 24px;
	position: relative
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block .color-like-green,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block .color-like-green,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block .color-like-green {
	width: 20px;
	height: 20px
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-text-item,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-text-item,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-text-item {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	display: flex
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-text-item .tab-review-text-item-title,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-text-item .tab-review-text-item-title,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-text-item .tab-review-text-item-title {
	font-size: 16px;
	font-weight: 500
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-text-item .tab-review-text-item-text,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-text-item .tab-review-text-item-text,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-text-item .tab-review-text-item-text {
	align-self: stretch;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-block {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-like-btn,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-dislike-btn,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-like-btn,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-dislike-btn,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-like-btn,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-dislike-btn {
	width: 24px;
	height: 24px;
	position: relative
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .icon-like,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .icon-like,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .icon-like {
	width: 22px;
	height: 22px
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-like-count,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-like-count,
.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-like-count {
	color: #AAAAAA;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text {
		padding: 12px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-avatar-block img,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-avatar-block,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-avatar-block img,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-avatar-block,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-avatar-block img,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-avatar-block {
		width: 32px;
		height: 32px;
		font-size: 16px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-title-block,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-title-block {
		flex-direction: column;
		align-items: start
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block {
		font-size: 12px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block .icon-status-like-wrap,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block .icon-status-like-wrap,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block .icon-status-like-wrap {
		width: 20px;
		height: 20px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block .color-like-green,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block .color-like-green,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-status-block .color-like-green {
		width: 18px;
		height: 18px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-text-item,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-text-item,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-text-item {
		gap: 8px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-text-item .tab-review-text-item-title,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-text-item .tab-review-text-item-title,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-text-item .tab-review-text-item-title {
		font-size: 14px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-text-item .tab-review-text-item-text,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-text-item .tab-review-text-item-text,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-text-item .tab-review-text-item-text {
		font-size: 12px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-block {
		gap: 24px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-like-btn,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-dislike-btn,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-like-btn,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-dislike-btn,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-like-btn,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-dislike-btn {
		width: 24px;
		height: 24px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .icon-like,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .icon-like,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .icon-like {
		width: 20px;
		height: 20px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-like-count,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-like-count,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text .tab-review-like-block .tab-review-like-count {
		font-size: 14px
	}
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .color-like,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .color-like,
.product-page .prod-tab-reviews .prod-tab3-body .color-like {
	stroke: var(--icon-color-like-gray)
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .color-like-green,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .color-like-green,
.product-page .prod-tab-reviews .prod-tab3-body .color-like-green {
	stroke: var(--icon-color-like-green)
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .color-star,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .color-star,
.product-page .prod-tab-reviews .prod-tab3-body .color-star {
	fill: var(--icon-color-star);
	stroke: none
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .color-star.active,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .color-star.active,
.product-page .prod-tab-reviews .prod-tab3-body .color-star.active {
	fill: var(--icon-color-star-active)
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-ratig-block,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-ratig-block,
.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-ratig-block {
	flex-shrink: 0;
	padding: 16px;
	overflow: hidden;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap,
.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex;
	flex-shrink: 0
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .rating-star-row .icon-star,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .rating-star-row .icon-star,
.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap .rating-star-row .icon-star {
	width: 13px;
	height: 12px
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row,
.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row {
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: flex;
	align-items: baseline
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .review-date,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .review-date,
.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .review-date {
	font-size: 16px;
	font-weight: 400;
	flex-wrap: nowrap
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .review-date,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .review-date,
	.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .review-date {
		font-size: 10px
	}
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap,
.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap {
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: flex
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-item,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-item,
.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-item {
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
	display: flex
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-wrapp,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-wrapp,
.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-wrapp {
	width: 24px;
	height: 24px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-wrapp .icon-star,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-wrapp .icon-star,
.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-wrapp .icon-star {
	width: 26px;
	height: 24px
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-wrapp,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-wrapp,
	.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-wrapp {
		width: 19px;
		height: 19px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-wrapp .icon-star,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-wrapp .icon-star,
	.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap .icon-star-wrapp .icon-star {
		width: 19px;
		height: 18px
	}
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap,
	.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row .stars-wrap {
		gap: 10px
	}
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row,
	.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-stars-wrap .stars-row {
		align-self: stretch;
		gap: 5px;
		justify-content: space-between
	}
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-sum,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-sum,
.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-sum {
	font-size: 18px;
	font-weight: 600
}

.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body #respond.comment-respond input#submit.submit[type="submit"],
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-btn,
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body #respond.comment-respond input#submit.submit[type="submit"],
.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-btn,
.product-page .prod-tab-reviews .prod-tab3-body #respond.comment-respond input#submit.submit[type="submit"],
.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-btn {
	border: 0;
	outline: 0;
	align-self: stretch;
	padding: 16px;
	background: #DC35FF;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	color: white;
	font-size: 16px;
	font-weight: 600
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body #respond.comment-respond input#submit.submit[type="submit"],
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-btn,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body #respond.comment-respond input#submit.submit[type="submit"],
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-btn,
	.product-page .prod-tab-reviews .prod-tab3-body #respond.comment-respond input#submit.submit[type="submit"],
	.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-btn {
		padding: 12px;
		font-size: 12px
	}
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body,
	.product-page .prod-tab-reviews .prod-tab3-body {
		flex-direction: column;
		gap: 12px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .prod-tab3-body-text,
	.product-page .prod-tab-reviews .prod-tab3-body .prod-tab3-body-text {
		flex: 1 1 auto;
		order: 3
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-ratig-block,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-ratig-block,
	.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-ratig-block {
		align-self: stretch;
		order: 2;
		padding: 12px
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-ratig-block .tab-reviews-rating-stars-wrap,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-ratig-block .tab-reviews-rating-stars-wrap,
	.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-ratig-block .tab-reviews-rating-stars-wrap {
		align-self: stretch
	}

	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-sum,
	.product-page .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab .prod-tab3-body .tab-reviews-rating-sum,
	.product-page .prod-tab-reviews .prod-tab3-body .tab-reviews-rating-sum {
		font-size: 14px
	}
}

.product-page .woocommerce-Tabs-panel--additional_information,
.product-page .prod-tab-info {
	width: 100%
}

.product-page .woocommerce-Tabs-panel--additional_information .tab-info-items-title,
.product-page .prod-tab-info .tab-info-items-title {
	font-size: 24px;
	font-family: Inter;
	width: 100%;
	font-weight: 700;
	word-wrap: break-word;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: stretch
}

.product-page .woocommerce-Tabs-panel--additional_information .tab-info-items-title.tab-t2,
.product-page .prod-tab-info .tab-info-items-title.tab-t2 {
	font-weight: 500;
	font-family: Montserrat
}

@media (max-width: 700px) {

	.product-page .woocommerce-Tabs-panel--additional_information .tab-info-items-title.tab-t2,
	.product-page .prod-tab-info .tab-info-items-title.tab-t2 {
		font-size: 18px
	}
}

@media (max-width: 700px) {

	.product-page .woocommerce-Tabs-panel--additional_information .tab-info-items-title,
	.product-page .prod-tab-info .tab-info-items-title {
		font-size: 16px
	}
}

.product-page .woocommerce-Tabs-panel--additional_information .prod-tab1-content-wrapp,
.product-page .prod-tab-info .prod-tab1-content-wrapp {
	align-self: stretch;
	border-radius: 16px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel--additional_information .prod-tab1-content-wrapp,
	.product-page .prod-tab-info .prod-tab1-content-wrapp {
		flex-direction: column;
		align-items: stretch
	}
}

@media (max-width: 700px) {

	.product-page .woocommerce-Tabs-panel--additional_information .prod-tab1-content-wrapp,
	.product-page .prod-tab-info .prod-tab1-content-wrapp {
		gap: 12px
	}
}

.product-page .woocommerce-Tabs-panel--additional_information .prod-tab-info-items-wrap,
.product-page .prod-tab-info .prod-tab-info-items-wrap {
	position: relative;
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex
}

.product-page .woocommerce-Tabs-panel--additional_information .prod-tab-info-item,
.product-page .prod-tab-info .prod-tab-info-item {
	align-self: stretch;
	padding-top: 16px;
	padding-bottom: 16px;
	overflow: hidden;
	border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	display: inline-flex
}

.product-page .woocommerce-Tabs-panel--additional_information .prod-tab-info-item:last-child,
.product-page .prod-tab-info .prod-tab-info-item:last-child {
	border-bottom: 1px rgba(0, 0, 0, 0.15) solid
}

@media (max-width: 700px) {

	.product-page .woocommerce-Tabs-panel--additional_information .prod-tab-info-item,
	.product-page .prod-tab-info .prod-tab-info-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding-top: 8px;
		padding-bottom: 8px
	}
}

.product-page .woocommerce-Tabs-panel--additional_information .text-item,
.product-page .prod-tab-info .text-item {
	flex: 1 1 0;
	font-size: 16px;
	font-weight: 400
}

@media (max-width: 700px) {

	.product-page .woocommerce-Tabs-panel--additional_information .text-item,
	.product-page .prod-tab-info .text-item {
		font-size: 12px
	}
}

.product-page .woocommerce-Tabs-panel--additional_information .bg-ending-odd,
.product-page .prod-tab-info .bg-ending-odd {
	background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, var(--container-odd-bg-color) 100%);
	width: 100%;
	height: 116px;
	left: 0px;
	bottom: 0px;
	position: absolute
}

.product-page .woocommerce-Tabs-panel--additional_information .prod-tab1-more-btn,
.product-page .prod-tab-info .prod-tab1-more-btn {
	padding-top: 16px;
	font-size: 18px;
	font-weight: 500
}

@media (max-width: 700px) {

	.product-page .woocommerce-Tabs-panel--additional_information .prod-tab1-more-btn,
	.product-page .prod-tab-info .prod-tab1-more-btn {
		align-self: stretch;
		font-size: 14px;
		text-align: center
	}
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel--additional_information,
	.product-page .prod-tab-info {
		flex-direction: column;
		align-items: stretch
	}
}

@media (max-width: 700px) {

	.product-page .woocommerce-Tabs-panel--additional_information,
	.product-page .prod-tab-info {
		gap: 12px
	}
}

.product-page .woocommerce-Tabs-panel--description .tab-desc-title,
.product-page .prod-tab-desc .tab-desc-title {
	font-size: 24px;
	font-family: Inter;
	width: 100%;
	font-weight: 500;
	word-wrap: break-word;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: stretch
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel--description .tab-desc-title,
	.product-page .prod-tab-desc .tab-desc-title {
		font-size: 24px
	}
}

.product-page .woocommerce-Tabs-panel--description .prod-tab2-content-wrapp,
.product-page .prod-tab-desc .prod-tab2-content-wrapp {
	align-self: stretch;
	border-radius: 16px;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex;
	flex-wrap: wrap;
	position: relative
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel--description .prod-tab2-content-wrapp,
	.product-page .prod-tab-desc .prod-tab2-content-wrapp {
		flex-direction: column;
		align-items: stretch
	}
}

@media (max-width: 700px) {

	.product-page .woocommerce-Tabs-panel--description .prod-tab2-content-wrapp,
	.product-page .prod-tab-desc .prod-tab2-content-wrapp {
		gap: 12px
	}
}

.product-page .woocommerce-Tabs-panel--description .product-desc-item,
.product-page .prod-tab-desc .product-desc-item {
	flex-shrink: 1;
	flex-grow: 1;
	flex-basis: calc(50% - 24px);
	width: calc(50% - 24px);
	max-width: calc(50% - 24px);
	height: 213px;
	padding: 16px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	justify-content: start;
	align-items: flex-start;
	gap: 16px;
	display: flex
}

.product-page .woocommerce-Tabs-panel--description .product-desc-item .prod-tab-desc-img,
.product-page .prod-tab-desc .product-desc-item .prod-tab-desc-img {
	width: 200px;
	height: 180px;
	object-fit: contain;
	align-self: stretch;
	border-radius: 24px;
	background-color: #fff
}

.product-page .woocommerce-Tabs-panel--description .product-desc-item .pdi-text,
.product-page .prod-tab-desc .product-desc-item .pdi-text {
	flex-grow: 1;
	flex: 1 1 0;
	gap: 16px
}

.product-page .woocommerce-Tabs-panel--description .product-desc-item .prod-tab-desc-title,
.product-page .prod-tab-desc .product-desc-item .prod-tab-desc-title {
	font-size: 18px
}

.product-page .woocommerce-Tabs-panel--description .product-desc-item .prod-tab-desc-text,
.product-page .prod-tab-desc .product-desc-item .prod-tab-desc-text {
	font-size: 16px
}

@media (max-width: 1000px) {

	.product-page .woocommerce-Tabs-panel--description .product-desc-item,
	.product-page .prod-tab-desc .product-desc-item {
		width: 100%;
		max-width: 100%
	}
}

@media (max-width: 700px) {

	.product-page .woocommerce-Tabs-panel--description .product-desc-item,
	.product-page .prod-tab-desc .product-desc-item {
		padding: 8px;
		gap: 8px;
		flex-direction: column
	}

	.product-page .woocommerce-Tabs-panel--description .product-desc-item .pdi-text,
	.product-page .prod-tab-desc .product-desc-item .pdi-text {
		flex-grow: 1;
		flex: 1 1 0;
		gap: 8px
	}

	.product-page .woocommerce-Tabs-panel--description .product-desc-item .prod-tab-desc-img,
	.product-page .prod-tab-desc .product-desc-item .prod-tab-desc-img {
		width: 100%;
		height: 150px
	}

	.product-page .woocommerce-Tabs-panel--description .product-desc-item .prod-tab-desc-title,
	.product-page .prod-tab-desc .product-desc-item .prod-tab-desc-title {
		font-size: 14px
	}

	.product-page .woocommerce-Tabs-panel--description .product-desc-item .prod-tab-desc-text,
	.product-page .prod-tab-desc .product-desc-item .prod-tab-desc-text {
		font-size: 12px
	}
}

.page .visited.products,
.page .related.products,
.content.page .visited.products,
.content.page .related.products,
.product-page .visited.products,
.product-page .related.products {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex;
	width: calc(100% + 16px)
}

.page .visited.products .prod-list-inner,
.page .related.products .prod-list-inner,
.content.page .visited.products .prod-list-inner,
.content.page .related.products .prod-list-inner,
.product-page .visited.products .prod-list-inner,
.product-page .related.products .prod-list-inner {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex
}

@media (max-width: 1000px) {

	.page .visited.products .prod-list-inner,
	.page .related.products .prod-list-inner,
	.content.page .visited.products .prod-list-inner,
	.content.page .related.products .prod-list-inner,
	.product-page .visited.products .prod-list-inner,
	.product-page .related.products .prod-list-inner {
		gap: 12px
	}
}

.page .visited.products .prod-list,
.page .visited.products ul,
.page .related.products .prod-list,
.page .related.products ul,
.content.page .visited.products .prod-list,
.content.page .visited.products ul,
.content.page .related.products .prod-list,
.content.page .related.products ul,
.product-page .visited.products .prod-list,
.product-page .visited.products ul,
.product-page .related.products .prod-list,
.product-page .related.products ul {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex;
	overflow-x: auto;
	overflow-y: visible;
	width: calc(100% + 16px);
	padding: 8px 0 0 0;
	margin: 0px 0 0 -8px;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.page .visited.products .prod-list::-webkit-scrollbar,
.page .visited.products ul::-webkit-scrollbar,
.page .related.products .prod-list::-webkit-scrollbar,
.page .related.products ul::-webkit-scrollbar,
.content.page .visited.products .prod-list::-webkit-scrollbar,
.content.page .visited.products ul::-webkit-scrollbar,
.content.page .related.products .prod-list::-webkit-scrollbar,
.content.page .related.products ul::-webkit-scrollbar,
.product-page .visited.products .prod-list::-webkit-scrollbar,
.product-page .visited.products ul::-webkit-scrollbar,
.product-page .related.products .prod-list::-webkit-scrollbar,
.product-page .related.products ul::-webkit-scrollbar {
	display: none
}

.page .visited.products .prod-list .product-tile-item:first-child,
.page .visited.products ul .product-tile-item:first-child,
.page .related.products .prod-list .product-tile-item:first-child,
.page .related.products ul .product-tile-item:first-child,
.content.page .visited.products .prod-list .product-tile-item:first-child,
.content.page .visited.products ul .product-tile-item:first-child,
.content.page .related.products .prod-list .product-tile-item:first-child,
.content.page .related.products ul .product-tile-item:first-child,
.product-page .visited.products .prod-list .product-tile-item:first-child,
.product-page .visited.products ul .product-tile-item:first-child,
.product-page .related.products .prod-list .product-tile-item:first-child,
.product-page .related.products ul .product-tile-item:first-child {
	margin-left: 8px
}

.page .visited.products h2,
.page .related.products h2,
.content.page .visited.products h2,
.content.page .related.products h2,
.product-page .visited.products h2,
.product-page .related.products h2 {
	font-size: 38px;
	font-weight: bold
}

@media (max-width: 1000px) {

	.page .visited.products,
	.page .related.products,
	.content.page .visited.products,
	.content.page .related.products,
	.product-page .visited.products,
	.product-page .related.products {
		gap: 12px;
		padding: 12px
	}

	.page .visited.products h2,
	.page .related.products h2,
	.content.page .visited.products h2,
	.content.page .related.products h2,
	.product-page .visited.products h2,
	.product-page .related.products h2 {
		font-size: 24px;
		font-weight: 600
	}
}

.mob-form-quick-buy {
	display: none
}

.widget-line-separator {
	height: 0px;
	border-bottom: 1px solid #00000033;
	width: calc(100vw - 24px);
	display: none
}

.dark .widget-line-separator {
	border-bottom: 1px solid #ffffff33
}

.product-widget-form {
	flex-direction: column;
	gap: 12px;
	height: auto !important;
	height: 129px;
	justify-content: center
}

.product-widget-form .mob-form-quick-buy {
	width: 296px;
	width: calc(100vw - 24px - 24px);
	width: 100%;
	padding: 0 12px;
	overflow: hidden;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	justify-content: space-between;
	align-items: center;
	display: inline-flex;
	display: none
}

.product-widget-form .mob-form-quick-buy .mob-form-quick-buy-body {
	flex: 1 1 0;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: flex
}

.product-widget-form .mob-form-quick-buy .mob-form-quick-buy-body .cost {
	flex: 1 1 0;
	font-size: 18px;
	font-weight: 600
}

.product-widget-form .mob-form-quick-buy .mob-form-quick-buy-body .mob-form-quick-buy-body-btn button {
	padding: 8px;
	background: #DC35FF;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	color: white;
	font-size: 14px;
	font-weight: 500
}

@media (max-width: 1200px) {
	.product-widget-form .mob-form-quick-buy {
		display: flex
	}
}

@media (max-width: 1200px) {
	.product-widget-form .widget-line-separator {
		display: flex
	}
}

.product-widget-form .menu-inner {
	height: auto;
	padding: 0;
	width: 100%;
	left: auto;
	bottom: auto;
	position: relative
}

.cat-card-tools {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	z-index: 200
}

.cat-card-tools .cat-card-tools-wish {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 32px;
	height: 32px;
	overflow: hidden
}

.cat-card-tools .cat-card-tools-wish .add_to_wishlist{
    display: flex;
}

.cat-card-tools .cat-card-tools-compare {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden
}

.cat-card-tools .yith-wcwl-text {
	display: none
}

.cat-card-tools .yith-wcwl-icon svg {
	width: 24px;
	height: 24px;
	fill: var(--style-color-main)
}

.cat-card-tools .yith-wcwl-add-to-wishlist .yith-wcwl-text {
	display: none
}

.cat-card-tools .yith-wcwl-add-to-wishlist-button-icon {
	color: var(--style-color-main) !important;
	width: 26px;
	height: 26px
}

.cat-card-tools .yith-wcwl-add-to-wishlist-button__label {
	display: none
}

.cat-card-tools .yith-wcwl-wishlistadded .yith-wcwl-icon svg {
	fill: var(--style-color-main) !important;
	stroke: none !important;
	opacity: 1
}

.btn-product-compare .icon-compare,
.cat-card-tools-compare .icon-compare,
.prod-compare-btn .icon-compare {
	stroke: var(--text-color-main);
	fill: none;
	transition: stroke 0.2s ease
}

.btn-product-compare.active .icon-compare,
.cat-card-tools-compare.active .icon-compare,
.prod-compare-btn.active .icon-compare {
	stroke: var(--style-color-main)
}

#tab-title-description a:empty,
#tab-title-description a:blank {
	display: none
}

.configurator-page .content-wrap {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	display: inline-flex
}

@media (max-width: 1000px) {
	.configurator-page .content-wrap {
		gap: 12px
	}
}

.configurator-page .page-content {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex
}

@media (max-width: 1000px) {
	.configurator-page .page-content {
		gap: 12px
	}
}

.configurator-page .title-block {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex;
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex
}

.configurator-page .title-block .page-title {
	font-size: 38px;
	font-family: Montserrat;
	font-weight: 700
}

@media (max-width: 1000px) {
	.configurator-page .title-block .page-title {
		font-size: 24px
	}
}

.configurator-page .page-body {
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex;
	flex-direction: row
}

@media (max-width: 900px) {
	.configurator-page .page-body {
		flex-direction: column
	}
}

.configurator-page .block-photo {
	width: 368px;
	padding: 16px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

.configurator-page .block-photo .photo-wrap {
	align-self: stretch;
	height: 250px;
	padding: 16px;
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	display: flex
}

.configurator-page .block-photo .photo-item {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.configurator-page .block-photo .photo-item .photo-saver {
	width: 75px;
	height: 72px
}

.configurator-page .block-photo .photo-item img {
	max-width: 100%;
	max-height: 100%
}

.configurator-page .block-photo .cost-block {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex
}

.configurator-page .block-photo .cost-item {
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 600
}

.configurator-page .block-photo .garanty-text {
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 400
}

.configurator-page .block-photo .btn-main-wrapp {
	align-self: stretch;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex
}

.configurator-page .block-photo .btn-add-to-cart {
	flex: 1 1 0;
	padding: 16px;
	background: #DC35FF;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	color: white;
	font-size: 16px;
	font-weight: 600;
	cursor: pinter
}

.configurator-page .block-photo .conf-prod-clear-btn,
.configurator-page .block-photo .trash-icon-wrap {
	width: 24px;
	height: 24px;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.configurator-page .block-photo .tools-options-block {
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

.configurator-page .block-photo .tool-btn {
	flex: 1 1 0;
	padding: 8px;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	font-size: 14px;
	font-weight: 500
}

@media (max-width: 1000px) {
	.configurator-page .block-photo {
		width: 296px
	}

	.configurator-page .block-photo .cost-item {
		font-size: 16px
	}

	.configurator-page .block-photo .garanty-text {
		font-size: 12px
	}

	.configurator-page .block-photo .btn-add-to-cart {
		padding: 12px;
		font-size: 14px
	}

	.configurator-page .block-photo .tool-btn {
		font-size: 12px
	}

	.configurator-page .block-photo .tools-options-block {
		gap: 12px
	}
}

@media (max-width: 900px) {
	.configurator-page .block-photo {
		width: 100%;
		order: 2
	}

	.configurator-page .block-photo .photo-wrap {
		width: 100%;
		height: 200px
	}
}

.configurator-page .block-items {
	flex: 1 1 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

@media (max-width: 900px) {
	.configurator-page .block-items {
		width: 100%;
		order: 1;
		gap: 12px
	}
}

.configurator-page .block-items .item,
.configurator-page .block-items .configurator-item {
	align-self: stretch;
	padding: 16px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex
}

.configurator-page .block-items .item .item-body .item-desc,
.configurator-page .block-items .configurator-item .item-body .item-desc {
	display: none
}

.configurator-page .block-items .item .item-body .item-cost-block,
.configurator-page .block-items .configurator-item .item-body .item-cost-block {
	display: none
}

.configurator-page .block-items .item .item-body .item-select-btn,
.configurator-page .block-items .configurator-item .item-body .item-select-btn {
	display: flex
}

.configurator-page .block-items .item.active .item-body .item-desc,
.configurator-page .block-items .configurator-item.active .item-body .item-desc {
	display: flex
}

.configurator-page .block-items .item.active .item-body .item-cost-block,
.configurator-page .block-items .configurator-item.active .item-body .item-cost-block {
	display: flex
}

.configurator-page .block-items .item.active .item-body .item-select-btn,
.configurator-page .block-items .configurator-item.active .item-body .item-select-btn {
	display: none
}

.configurator-page .block-items .item .item-body,
.configurator-page .block-items .configurator-item .item-body {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex;
	width: 100%;
	gap: 20px
}

.configurator-page .block-items .item .item-body .item-title,
.configurator-page .block-items .configurator-item .item-body .item-title {
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	width: 250px;
	max-width: 268px;
	max-width: 250px;
	flex-shrink: 0
}

.configurator-page .block-items .item .item-body .item-title .item-icon,
.configurator-page .block-items .configurator-item .item-body .item-title .item-icon {
	width: 42px;
	height: 42px;
	border-radius: 24px;
	background-color: #fff;
	object-fit: contain
}

.configurator-page .block-items .item .item-body .item-desc,
.configurator-page .block-items .configurator-item .item-body .item-desc {
	width: 50%;
	justify-content: flex-start;
	align-items: center;
	gap: 16px
}

.configurator-page .block-items .item .item-body .item-desc-img,
.configurator-page .block-items .configurator-item .item-body .item-desc-img {
	width: 62px;
	height: 62px;
	background-color: #fff;
	border-radius: 24px;
	object-fit: contain
}

.configurator-page .block-items .item .item-body .item-desc-text,
.configurator-page .block-items .configurator-item .item-body .item-desc-text {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

.configurator-page .block-items .item .item-body .item-desc-title,
.configurator-page .block-items .configurator-item .item-body .item-desc-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px
}

.configurator-page .block-items .item .item-body .item-desc-articul,
.configurator-page .block-items .configurator-item .item-body .item-desc-articul {
	font-size: 14px;
	font-weight: 500
}

.configurator-page .block-items .item .item-body .item-desc-count,
.configurator-page .block-items .configurator-item .item-body .item-desc-count {
	font-size: 14px;
	font-weight: 500
}

.configurator-page .block-items .item .item-body .item-cost-block,
.configurator-page .block-items .configurator-item .item-body .item-cost-block {
	width: 250px;
	max-width: 250px;
	gap: 20px
}

.configurator-page .block-items .item .item-body .item-cost-block .item-cost,
.configurator-page .block-items .configurator-item .item-body .item-cost-block .item-cost {
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: flex
}

.configurator-page .block-items .item .item-body .item-cost-block .item-cost .item-price,
.configurator-page .block-items .configurator-item .item-body .item-cost-block .item-cost .item-price {
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 600;
	flex-shrink: 0;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: flex
}

.configurator-page .block-items .item .item-body .item-cost-block .conf-tool-wrap,
.configurator-page .block-items .configurator-item .item-body .item-cost-block .conf-tool-wrap {
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: flex
}

.configurator-page .block-items .item .item-body .item-cost-block .conf-tool-wrap .conf-tool-item,
.configurator-page .block-items .configurator-item .item-body .item-cost-block .conf-tool-wrap .conf-tool-item {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

.configurator-page .block-items .item .item-select-btn,
.configurator-page .block-items .configurator-item .item-select-btn {
	color: var(--text-color-second-odd);
	font-size: 18px;
	font-weight: 500
}

@media (max-width: 1200px) {

	.configurator-page .block-items .item.active .item-body,
	.configurator-page .block-items .item.filled .item-body,
	.configurator-page .block-items .configurator-item.active .item-body,
	.configurator-page .block-items .configurator-item.filled .item-body {
		flex-direction: column;
		align-items: start;
		width: 100%;
		gap: 8px
	}

	.configurator-page .block-items .item.active .item-body .item-title .item-icon,
	.configurator-page .block-items .item.filled .item-body .item-title .item-icon,
	.configurator-page .block-items .configurator-item.active .item-body .item-title .item-icon,
	.configurator-page .block-items .configurator-item.filled .item-body .item-title .item-icon {
		width: 42px;
		height: 42px
	}

	.configurator-page .block-items .item.active .item-body .item-title,
	.configurator-page .block-items .item.active .item-body .item-desc,
	.configurator-page .block-items .item.active .item-body .item-cost-block,
	.configurator-page .block-items .item.filled .item-body .item-title,
	.configurator-page .block-items .item.filled .item-body .item-desc,
	.configurator-page .block-items .item.filled .item-body .item-cost-block,
	.configurator-page .block-items .configurator-item.active .item-body .item-title,
	.configurator-page .block-items .configurator-item.active .item-body .item-desc,
	.configurator-page .block-items .configurator-item.active .item-body .item-cost-block,
	.configurator-page .block-items .configurator-item.filled .item-body .item-title,
	.configurator-page .block-items .configurator-item.filled .item-body .item-desc,
	.configurator-page .block-items .configurator-item.filled .item-body .item-cost-block {
		width: 100%;
		max-width: 100%
	}

	.configurator-page .block-items .item.active .item-body .item-desc-img,
	.configurator-page .block-items .item.filled .item-body .item-desc-img,
	.configurator-page .block-items .configurator-item.active .item-body .item-desc-img,
	.configurator-page .block-items .configurator-item.filled .item-body .item-desc-img {
		width: 42px;
		height: 42px;
		border-radius: 24px
	}

	.configurator-page .block-items .item.active .item-body .item-cost-block,
	.configurator-page .block-items .item.filled .item-body .item-cost-block,
	.configurator-page .block-items .configurator-item.active .item-body .item-cost-block,
	.configurator-page .block-items .configurator-item.filled .item-body .item-cost-block {
		width: 200px;
		width: 100%;
		max-width: 100%;
		gap: 20px
	}
}

@media (max-width: 1000px) {

	.configurator-page .block-items .item .item-body .item-title,
	.configurator-page .block-items .configurator-item .item-body .item-title {
		font-size: 12px
	}

	.configurator-page .block-items .item .item-body .item-desc,
	.configurator-page .block-items .configurator-item .item-body .item-desc {
		font-size: 12px
	}

	.configurator-page .block-items .item .item-body .item-desc .item-desc-title,
	.configurator-page .block-items .configurator-item .item-body .item-desc .item-desc-title {
		font-size: 12px;
		line-height: auto
	}

	.configurator-page .block-items .item .item-body .item-desc .item-desc-articul,
	.configurator-page .block-items .configurator-item .item-body .item-desc .item-desc-articul {
		font-size: 10px
	}

	.configurator-page .block-items .item .item-body .cost-item,
	.configurator-page .block-items .configurator-item .item-body .cost-item {
		font-size: 12px
	}

	.configurator-page .block-items .item .item-body .item-select-btn,
	.configurator-page .block-items .configurator-item .item-body .item-select-btn {
		font-size: 12px
	}
}

.sys-mess-wrap {
	position: fixed;
	right: 10px;
	top: 200px;
	padding: 10px;
	display: none;
	flex-direction: column-reverse;
	gap: 8px;
	z-index: 950;
	width: 100vw;
	max-width: 50vw
}

.sys-mess-wrap.active {
	display: flex
}

.sys-mess-wrap .mess-item {
	gap: 16px;
	border-radius: 5px;
	background-color: #2225;
	border: 1px solid #4a4a4a;
	border-color: #4a4a4a;
	color: var(--text-color-main);
	width: 100%;
	padding: 5px 15px
}

.sys-mess-wrap .mess-item.mess-info {
	border-color: #4a4a4a
}

.sys-mess-wrap .mess-item.mess-sys {
	border-color: #0f9406
}

.sys-mess-wrap .mess-item.mess-warn {
	border-color: #bdc22a
}

.sys-mess-wrap .mess-item.mess-err {
	border-color: #a70365
}

.sys-mess-wrap .mess-item.mess-info {
	background-color: rgba(74, 74, 74, 0.5)
}

.sys-mess-wrap .mess-item.mess-sys {
	background-color: rgba(15, 148, 6, 0.5)
}

.sys-mess-wrap .mess-item.mess-warn {
	background-color: rgba(189, 194, 42, 0.5)
}

.sys-mess-wrap .mess-item.mess-err {
	background-color: rgba(167, 3, 101, 0.5)
}

.screen-reader-text {
	display: none
}

.woocommerce-cart-item__meta {
	padding-left: 0
}

.woocommerce-cart-item__meta li {
	margin-bottom: 4px
}

.configurator-composition ol {
	list-style-type: decimal;
	margin: 8px 0 0 24px;
	padding: 0
}

.configurator-details-section ol,
.woocommerce-order-details ol,
.configurator-composition ol {
	list-style-type: decimal;
	margin: 8px 0 0 24px;
	padding: 0
}

.configurator-details-section ol li,
.woocommerce-order-details ol li,
.configurator-composition ol li {
	margin-bottom: 4px;
	font-size: 0.95em;
	list-style-type: decimal
}

.cat-card-tools {
	z-index: 10
}

@media (max-width: 1200px) {
	.wc-block-product-filters__overlay-dialog {
		padding: 16px;
		padding-top: 150px;
		padding-bottom: 100px
	}
}

.btn-modal-catalog {
	cursor: pointer
}

.cart-page h1 {
	font-weight: 600
}

.cart-page .page-title-wrapp,
.cart-page .title-block {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex;
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex
}

.cart-page .page-title-wrapp .page-title,
.cart-page .title-block .page-title {
	font-size: 38px;
	font-family: Montserrat;
	font-weight: 700
}

@media (max-width: 1000px) {

	.cart-page .page-title-wrapp .page-title,
	.cart-page .title-block .page-title {
		font-size: 24px
	}
}

.some-tmp {
	background-color: var(--style-color-main);
	background-color: var(--container-bg-color);
	background-color: var(--container-odd-bg-color);
	color: var(--text-color-main);
	background: var(--block-odd-bg-color);
	stroke: var(--icont-cat-arrow-right-color);
	background-color: var(--icon-color-like-green);
	background-color: var(--block-odd-bg-color)
}

.some-tmp input::placeholder {
	font-size: 12px;
	color: var(--color-input-placeholder)
}

.some-tmp .btn-product-sort-tile svg {
	stroke: var(--style-color-main);
	opacity: 1
}

.check-page .wp-block-woocommerce-checkout-order-summary-block,
.check-page .wc-block-checkout__main,
.check-page .wp-block-woocommerce-checkout-fields-block,
.check-page .wp-block-woocommerce-cart-totals-block,
.checkout .wp-block-woocommerce-checkout-order-summary-block,
.checkout .wc-block-checkout__main,
.checkout .wp-block-woocommerce-checkout-fields-block,
.checkout .wp-block-woocommerce-cart-totals-block,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block,
.checkout-page .wc-block-checkout__main,
.checkout-page .wp-block-woocommerce-checkout-fields-block,
.checkout-page .wp-block-woocommerce-cart-totals-block,
.cart .wp-block-woocommerce-checkout-order-summary-block,
.cart .wc-block-checkout__main,
.cart .wp-block-woocommerce-checkout-fields-block,
.cart .wp-block-woocommerce-cart-totals-block,
.cart-page .wp-block-woocommerce-checkout-order-summary-block,
.cart-page .wc-block-checkout__main,
.cart-page .wp-block-woocommerce-checkout-fields-block,
.cart-page .wp-block-woocommerce-cart-totals-block {
	background-color: var(--container-odd-bg-color) !important;
	border-radius: 16px;
	padding: 16px
}

@media (max-width: 1000px) {

	.check-page .wp-block-woocommerce-checkout-order-summary-block,
	.check-page .wc-block-checkout__main,
	.check-page .wp-block-woocommerce-checkout-fields-block,
	.check-page .wp-block-woocommerce-cart-totals-block,
	.checkout .wp-block-woocommerce-checkout-order-summary-block,
	.checkout .wc-block-checkout__main,
	.checkout .wp-block-woocommerce-checkout-fields-block,
	.checkout .wp-block-woocommerce-cart-totals-block,
	.checkout-page .wp-block-woocommerce-checkout-order-summary-block,
	.checkout-page .wc-block-checkout__main,
	.checkout-page .wp-block-woocommerce-checkout-fields-block,
	.checkout-page .wp-block-woocommerce-cart-totals-block,
	.cart .wp-block-woocommerce-checkout-order-summary-block,
	.cart .wc-block-checkout__main,
	.cart .wp-block-woocommerce-checkout-fields-block,
	.cart .wp-block-woocommerce-cart-totals-block,
	.cart-page .wp-block-woocommerce-checkout-order-summary-block,
	.cart-page .wc-block-checkout__main,
	.cart-page .wp-block-woocommerce-checkout-fields-block,
	.cart-page .wp-block-woocommerce-cart-totals-block {
		padding: 12px !important
	}
}

.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text],
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url],
.check-page .wp-block-woocommerce-checkout-order-summary-block input,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email],
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number],
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password],
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text],
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url],
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=email],
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=number],
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=password],
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=tel],
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=text],
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=url],
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email],
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number],
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password],
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text],
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url],
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=email],
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=number],
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=password],
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=tel],
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=text],
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=url],
.check-page .wc-block-checkout__main input,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text],
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url],
.check-page .wp-block-woocommerce-checkout-fields-block input,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text],
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url],
.check-page .wp-block-woocommerce-cart-totals-block input,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text],
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url],
.checkout .wp-block-woocommerce-checkout-order-summary-block input,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=email],
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=number],
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=password],
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=tel],
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=text],
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=url],
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=email],
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=number],
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=password],
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=tel],
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=text],
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=url],
.checkout .wc-block-checkout__main input,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text],
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url],
.checkout .wp-block-woocommerce-checkout-fields-block input,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text],
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url],
.checkout .wp-block-woocommerce-cart-totals-block input,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url],
.checkout-page .wp-block-woocommerce-checkout-order-summary-block input,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=email],
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=number],
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=password],
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=tel],
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=text],
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=url],
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=email],
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=number],
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=password],
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=tel],
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=text],
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=url],
.checkout-page .wc-block-checkout__main input,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text],
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url],
.checkout-page .wp-block-woocommerce-checkout-fields-block input,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text],
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url],
.checkout-page .wp-block-woocommerce-cart-totals-block input,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text],
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url],
.cart .wp-block-woocommerce-checkout-order-summary-block input,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=email],
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=number],
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=password],
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=tel],
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=text],
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=url],
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=email],
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=number],
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=password],
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=tel],
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=text],
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=url],
.cart .wc-block-checkout__main input,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text],
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url],
.cart .wp-block-woocommerce-checkout-fields-block input,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text],
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url],
.cart .wp-block-woocommerce-cart-totals-block input,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text],
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url],
.cart-page .wp-block-woocommerce-checkout-order-summary-block input,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=email],
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=number],
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=password],
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=tel],
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=text],
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=url],
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=email],
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=number],
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=password],
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=tel],
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=text],
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=url],
.cart-page .wc-block-checkout__main input,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text],
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url],
.cart-page .wp-block-woocommerce-checkout-fields-block input,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text],
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url],
.cart-page .wp-block-woocommerce-cart-totals-block input {
	border-radius: 24px;
	background-color: var(--container-bg-color);
	color: var(--text-color-main);
	border: 0;
	outline: 0
}

.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url]:focus,
.check-page .wp-block-woocommerce-checkout-order-summary-block input:focus,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=email]:focus,
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=number]:focus,
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=password]:focus,
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=tel]:focus,
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=text]:focus,
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=url]:focus,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.check-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=email]:focus,
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=number]:focus,
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=password]:focus,
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=tel]:focus,
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=text]:focus,
.check-page .wc-block-checkout__main .wc-block-components-text-input input[type=url]:focus,
.check-page .wc-block-checkout__main input:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url]:focus,
.check-page .wp-block-woocommerce-checkout-fields-block input:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text]:focus,
.check-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url]:focus,
.check-page .wp-block-woocommerce-cart-totals-block input:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url]:focus,
.checkout .wp-block-woocommerce-checkout-order-summary-block input:focus,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=email]:focus,
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=number]:focus,
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=password]:focus,
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=tel]:focus,
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=text]:focus,
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=url]:focus,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=email]:focus,
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=number]:focus,
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=password]:focus,
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=tel]:focus,
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=text]:focus,
.checkout .wc-block-checkout__main .wc-block-components-text-input input[type=url]:focus,
.checkout .wc-block-checkout__main input:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url]:focus,
.checkout .wp-block-woocommerce-checkout-fields-block input:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text]:focus,
.checkout .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url]:focus,
.checkout .wp-block-woocommerce-cart-totals-block input:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block input:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wc-block-checkout__main .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wc-block-checkout__main input:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wp-block-woocommerce-checkout-fields-block input:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url]:focus,
.checkout-page .wp-block-woocommerce-cart-totals-block input:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url]:focus,
.cart .wp-block-woocommerce-checkout-order-summary-block input:focus,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=email]:focus,
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=number]:focus,
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=password]:focus,
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=tel]:focus,
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=text]:focus,
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=url]:focus,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=email]:focus,
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=number]:focus,
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=password]:focus,
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=tel]:focus,
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=text]:focus,
.cart .wc-block-checkout__main .wc-block-components-text-input input[type=url]:focus,
.cart .wc-block-checkout__main input:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text]:focus,
.cart .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url]:focus,
.cart .wp-block-woocommerce-checkout-fields-block input:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text]:focus,
.cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url]:focus,
.cart .wp-block-woocommerce-cart-totals-block input:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=email]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=number]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=password]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=text]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-text-input input[type=url]:focus,
.cart-page .wp-block-woocommerce-checkout-order-summary-block input:focus,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=email]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=number]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=password]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=text]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=url]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=email]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=number]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=password]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=text]:focus,
.cart-page .wc-block-checkout__main .wc-block-components-text-input input[type=url]:focus,
.cart-page .wc-block-checkout__main input:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=email]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=number]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=password]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=text]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-text-input input[type=url]:focus,
.cart-page .wp-block-woocommerce-checkout-fields-block input:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=email]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=number]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=password]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=tel]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=text]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input input[type=url]:focus,
.cart-page .wp-block-woocommerce-cart-totals-block input:focus {
	border: 0;
	outline: 0
}

.check-page .wp-block-woocommerce-checkout-order-summary-block label,
.check-page .wc-block-checkout__main label,
.check-page .wp-block-woocommerce-checkout-fields-block label,
.check-page .wp-block-woocommerce-cart-totals-block label,
.checkout .wp-block-woocommerce-checkout-order-summary-block label,
.checkout .wc-block-checkout__main label,
.checkout .wp-block-woocommerce-checkout-fields-block label,
.checkout .wp-block-woocommerce-cart-totals-block label,
.checkout-page .wp-block-woocommerce-checkout-order-summary-block label,
.checkout-page .wc-block-checkout__main label,
.checkout-page .wp-block-woocommerce-checkout-fields-block label,
.checkout-page .wp-block-woocommerce-cart-totals-block label,
.cart .wp-block-woocommerce-checkout-order-summary-block label,
.cart .wc-block-checkout__main label,
.cart .wp-block-woocommerce-checkout-fields-block label,
.cart .wp-block-woocommerce-cart-totals-block label,
.cart-page .wp-block-woocommerce-checkout-order-summary-block label,
.cart-page .wc-block-checkout__main label,
.cart-page .wp-block-woocommerce-checkout-fields-block label,
.cart-page .wp-block-woocommerce-cart-totals-block label {
	color: var(--text-color-main)
}

.check-page .wc-block-cart__main,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block,
.check-page .block-checkout-wrapper,
.checkout .wc-block-cart__main,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block,
.checkout .block-checkout-wrapper,
.checkout-page .wc-block-cart__main,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block,
.checkout-page .block-checkout-wrapper,
.cart .wc-block-cart__main,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block,
.cart .block-checkout-wrapper,
.cart-page .wc-block-cart__main,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block,
.cart-page .block-checkout-wrapper {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	gap: 24px
}

.check-page .wc-block-cart__main.block-checkout-wrapper,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block.block-checkout-wrapper,
.check-page .block-checkout-wrapper.block-checkout-wrapper,
.checkout .wc-block-cart__main.block-checkout-wrapper,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block.block-checkout-wrapper,
.checkout .block-checkout-wrapper.block-checkout-wrapper,
.checkout-page .wc-block-cart__main.block-checkout-wrapper,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block.block-checkout-wrapper,
.checkout-page .block-checkout-wrapper.block-checkout-wrapper,
.cart .wc-block-cart__main.block-checkout-wrapper,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block.block-checkout-wrapper,
.cart .block-checkout-wrapper.block-checkout-wrapper,
.cart-page .wc-block-cart__main.block-checkout-wrapper,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block.block-checkout-wrapper,
.cart-page .block-checkout-wrapper.block-checkout-wrapper {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 1fr;
	grid-template-areas: "products checkout" "info checkout";
	align-items: start
}

.check-page .wc-block-cart__main .block-title,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-title,
.check-page .block-checkout-wrapper .block-title,
.checkout .wc-block-cart__main .block-title,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-title,
.checkout .block-checkout-wrapper .block-title,
.checkout-page .wc-block-cart__main .block-title,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-title,
.checkout-page .block-checkout-wrapper .block-title,
.cart .wc-block-cart__main .block-title,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-title,
.cart .block-checkout-wrapper .block-title,
.cart-page .wc-block-cart__main .block-title,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-title,
.cart-page .block-checkout-wrapper .block-title {
	font-size: 24px
}

.check-page .wc-block-cart__main .block-item-total,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-item-total,
.check-page .block-checkout-wrapper .block-item-total,
.checkout .wc-block-cart__main .block-item-total,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-item-total,
.checkout .block-checkout-wrapper .block-item-total,
.checkout-page .wc-block-cart__main .block-item-total,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-item-total,
.checkout-page .block-checkout-wrapper .block-item-total,
.cart .wc-block-cart__main .block-item-total,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-item-total,
.cart .block-checkout-wrapper .block-item-total,
.cart-page .wc-block-cart__main .block-item-total,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-item-total,
.cart-page .block-checkout-wrapper .block-item-total {
	font-size: 24px
}

.check-page .wc-block-cart__main .block-products-wrapp,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-products-wrapp,
.check-page .block-checkout-wrapper .block-products-wrapp,
.checkout .wc-block-cart__main .block-products-wrapp,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-products-wrapp,
.checkout .block-checkout-wrapper .block-products-wrapp,
.checkout-page .wc-block-cart__main .block-products-wrapp,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-products-wrapp,
.checkout-page .block-checkout-wrapper .block-products-wrapp,
.cart .wc-block-cart__main .block-products-wrapp,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-products-wrapp,
.cart .block-checkout-wrapper .block-products-wrapp,
.cart-page .wc-block-cart__main .block-products-wrapp,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-products-wrapp,
.cart-page .block-checkout-wrapper .block-products-wrapp {
	grid-area: products
}

.check-page .wc-block-cart__main thead,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block thead,
.check-page .block-checkout-wrapper thead,
.checkout .wc-block-cart__main thead,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block thead,
.checkout .block-checkout-wrapper thead,
.checkout-page .wc-block-cart__main thead,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block thead,
.checkout-page .block-checkout-wrapper thead,
.cart .wc-block-cart__main thead,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block thead,
.cart .block-checkout-wrapper thead,
.cart-page .wc-block-cart__main thead,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block thead,
.cart-page .block-checkout-wrapper thead {
	display: none
}

.check-page .wc-block-cart__main .wc-block-cart-items tbody,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody,
.check-page .block-checkout-wrapper .wc-block-cart-items tbody,
.checkout .wc-block-cart__main .wc-block-cart-items tbody,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody,
.checkout .block-checkout-wrapper .wc-block-cart-items tbody,
.checkout-page .wc-block-cart__main .wc-block-cart-items tbody,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody,
.checkout-page .block-checkout-wrapper .wc-block-cart-items tbody,
.cart .wc-block-cart__main .wc-block-cart-items tbody,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody,
.cart .block-checkout-wrapper .wc-block-cart-items tbody,
.cart-page .wc-block-cart__main .wc-block-cart-items tbody,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody,
.cart-page .block-checkout-wrapper .wc-block-cart-items tbody {
	background-color: var(--container-odd-bg-color) !important;
	border-radius: 16px;
	padding: 16px;
	gap: 24px;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end
}

@media (max-width: 1000px) {

	.check-page .wc-block-cart__main .wc-block-cart-items tbody,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody,
	.check-page .block-checkout-wrapper .wc-block-cart-items tbody,
	.checkout .wc-block-cart__main .wc-block-cart-items tbody,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody,
	.checkout .block-checkout-wrapper .wc-block-cart-items tbody,
	.checkout-page .wc-block-cart__main .wc-block-cart-items tbody,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items tbody,
	.cart .wc-block-cart__main .wc-block-cart-items tbody,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody,
	.cart .block-checkout-wrapper .wc-block-cart-items tbody,
	.cart-page .wc-block-cart__main .wc-block-cart-items tbody,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody,
	.cart-page .block-checkout-wrapper .wc-block-cart-items tbody {
		padding: 12px !important
	}
}

.check-page .wc-block-cart__main .wc-block-cart-items tbody tr,
.check-page .wc-block-cart__main .wc-block-cart-items tbody .card-product-item,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item,
.check-page .block-checkout-wrapper .wc-block-cart-items tbody tr,
.check-page .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item,
.checkout .wc-block-cart__main .wc-block-cart-items tbody tr,
.checkout .wc-block-cart__main .wc-block-cart-items tbody .card-product-item,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item,
.checkout .block-checkout-wrapper .wc-block-cart-items tbody tr,
.checkout .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item,
.checkout-page .wc-block-cart__main .wc-block-cart-items tbody tr,
.checkout-page .wc-block-cart__main .wc-block-cart-items tbody .card-product-item,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item,
.checkout-page .block-checkout-wrapper .wc-block-cart-items tbody tr,
.checkout-page .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item,
.cart .wc-block-cart__main .wc-block-cart-items tbody tr,
.cart .wc-block-cart__main .wc-block-cart-items tbody .card-product-item,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item,
.cart .block-checkout-wrapper .wc-block-cart-items tbody tr,
.cart .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item,
.cart-page .wc-block-cart__main .wc-block-cart-items tbody tr,
.cart-page .wc-block-cart__main .wc-block-cart-items tbody .card-product-item,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item,
.cart-page .block-checkout-wrapper .wc-block-cart-items tbody tr,
.cart-page .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item {
	align-self: stretch;
	padding-bottom: 8px;
	border-bottom: 1px #A7A7A7 solid;
	align-items: center;
	gap: 16px;
	display: grid;
	grid-template-columns: 80px 1fr 110px 120px 150px auto
}

.check-page .wc-block-cart__main .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.check-page .wc-block-cart__main .wc-block-cart-items tbody tr .cost,
.check-page .wc-block-cart__main .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.check-page .wc-block-cart__main .wc-block-cart-items tbody .card-product-item .cost,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr .cost,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item .cost,
.check-page .block-checkout-wrapper .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.check-page .block-checkout-wrapper .wc-block-cart-items tbody tr .cost,
.check-page .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.check-page .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item .cost,
.checkout .wc-block-cart__main .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.checkout .wc-block-cart__main .wc-block-cart-items tbody tr .cost,
.checkout .wc-block-cart__main .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.checkout .wc-block-cart__main .wc-block-cart-items tbody .card-product-item .cost,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr .cost,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item .cost,
.checkout .block-checkout-wrapper .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.checkout .block-checkout-wrapper .wc-block-cart-items tbody tr .cost,
.checkout .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.checkout .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item .cost,
.checkout-page .wc-block-cart__main .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.checkout-page .wc-block-cart__main .wc-block-cart-items tbody tr .cost,
.checkout-page .wc-block-cart__main .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.checkout-page .wc-block-cart__main .wc-block-cart-items tbody .card-product-item .cost,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr .cost,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item .cost,
.checkout-page .block-checkout-wrapper .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.checkout-page .block-checkout-wrapper .wc-block-cart-items tbody tr .cost,
.checkout-page .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.checkout-page .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item .cost,
.cart .wc-block-cart__main .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.cart .wc-block-cart__main .wc-block-cart-items tbody tr .cost,
.cart .wc-block-cart__main .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.cart .wc-block-cart__main .wc-block-cart-items tbody .card-product-item .cost,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr .cost,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item .cost,
.cart .block-checkout-wrapper .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.cart .block-checkout-wrapper .wc-block-cart-items tbody tr .cost,
.cart .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.cart .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item .cost,
.cart-page .wc-block-cart__main .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.cart-page .wc-block-cart__main .wc-block-cart-items tbody tr .cost,
.cart-page .wc-block-cart__main .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.cart-page .wc-block-cart__main .wc-block-cart-items tbody .card-product-item .cost,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody tr .cost,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items tbody .card-product-item .cost,
.cart-page .block-checkout-wrapper .wc-block-cart-items tbody tr .wc-block-cart-item__total,
.cart-page .block-checkout-wrapper .wc-block-cart-items tbody tr .cost,
.cart-page .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item .wc-block-cart-item__total,
.cart-page .block-checkout-wrapper .wc-block-cart-items tbody .card-product-item .cost {
	font-size: 18px;
	font-weight: 600
}

.check-page .wc-block-cart__main .wc-block-components-product-price__regular,
.check-page .wc-block-cart__main .wc-block-components-sale-badge,
.check-page .wc-block-cart__main .wc-block-components-product-metadata,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-product-price__regular,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-sale-badge,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-product-metadata,
.check-page .block-checkout-wrapper .wc-block-components-product-price__regular,
.check-page .block-checkout-wrapper .wc-block-components-sale-badge,
.check-page .block-checkout-wrapper .wc-block-components-product-metadata,
.checkout .wc-block-cart__main .wc-block-components-product-price__regular,
.checkout .wc-block-cart__main .wc-block-components-sale-badge,
.checkout .wc-block-cart__main .wc-block-components-product-metadata,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-product-price__regular,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-sale-badge,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-product-metadata,
.checkout .block-checkout-wrapper .wc-block-components-product-price__regular,
.checkout .block-checkout-wrapper .wc-block-components-sale-badge,
.checkout .block-checkout-wrapper .wc-block-components-product-metadata,
.checkout-page .wc-block-cart__main .wc-block-components-product-price__regular,
.checkout-page .wc-block-cart__main .wc-block-components-sale-badge,
.checkout-page .wc-block-cart__main .wc-block-components-product-metadata,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-product-price__regular,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-sale-badge,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-product-metadata,
.checkout-page .block-checkout-wrapper .wc-block-components-product-price__regular,
.checkout-page .block-checkout-wrapper .wc-block-components-sale-badge,
.checkout-page .block-checkout-wrapper .wc-block-components-product-metadata,
.cart .wc-block-cart__main .wc-block-components-product-price__regular,
.cart .wc-block-cart__main .wc-block-components-sale-badge,
.cart .wc-block-cart__main .wc-block-components-product-metadata,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-product-price__regular,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-sale-badge,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-product-metadata,
.cart .block-checkout-wrapper .wc-block-components-product-price__regular,
.cart .block-checkout-wrapper .wc-block-components-sale-badge,
.cart .block-checkout-wrapper .wc-block-components-product-metadata,
.cart-page .wc-block-cart__main .wc-block-components-product-price__regular,
.cart-page .wc-block-cart__main .wc-block-components-sale-badge,
.cart-page .wc-block-cart__main .wc-block-components-product-metadata,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-product-price__regular,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-sale-badge,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-components-product-metadata,
.cart-page .block-checkout-wrapper .wc-block-components-product-price__regular,
.cart-page .block-checkout-wrapper .wc-block-components-sale-badge,
.cart-page .block-checkout-wrapper .wc-block-components-product-metadata {
	display: none
}

.check-page .wc-block-cart__main .wc-block-cart-item__quantity,
.check-page .wc-block-cart__main .wc-block-cart-item__product,
.check-page .wc-block-cart__main .wc-block-cart-item__wrap,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__quantity,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__product,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__wrap,
.check-page .block-checkout-wrapper .wc-block-cart-item__quantity,
.check-page .block-checkout-wrapper .wc-block-cart-item__product,
.check-page .block-checkout-wrapper .wc-block-cart-item__wrap,
.checkout .wc-block-cart__main .wc-block-cart-item__quantity,
.checkout .wc-block-cart__main .wc-block-cart-item__product,
.checkout .wc-block-cart__main .wc-block-cart-item__wrap,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__quantity,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__product,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__wrap,
.checkout .block-checkout-wrapper .wc-block-cart-item__quantity,
.checkout .block-checkout-wrapper .wc-block-cart-item__product,
.checkout .block-checkout-wrapper .wc-block-cart-item__wrap,
.checkout-page .wc-block-cart__main .wc-block-cart-item__quantity,
.checkout-page .wc-block-cart__main .wc-block-cart-item__product,
.checkout-page .wc-block-cart__main .wc-block-cart-item__wrap,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__quantity,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__product,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__wrap,
.checkout-page .block-checkout-wrapper .wc-block-cart-item__quantity,
.checkout-page .block-checkout-wrapper .wc-block-cart-item__product,
.checkout-page .block-checkout-wrapper .wc-block-cart-item__wrap,
.cart .wc-block-cart__main .wc-block-cart-item__quantity,
.cart .wc-block-cart__main .wc-block-cart-item__product,
.cart .wc-block-cart__main .wc-block-cart-item__wrap,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__quantity,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__product,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__wrap,
.cart .block-checkout-wrapper .wc-block-cart-item__quantity,
.cart .block-checkout-wrapper .wc-block-cart-item__product,
.cart .block-checkout-wrapper .wc-block-cart-item__wrap,
.cart-page .wc-block-cart__main .wc-block-cart-item__quantity,
.cart-page .wc-block-cart__main .wc-block-cart-item__product,
.cart-page .wc-block-cart__main .wc-block-cart-item__wrap,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__quantity,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__product,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-item__wrap,
.cart-page .block-checkout-wrapper .wc-block-cart-item__quantity,
.cart-page .block-checkout-wrapper .wc-block-cart-item__product,
.cart-page .block-checkout-wrapper .wc-block-cart-item__wrap {
	display: contents
}

.check-page .wc-block-cart__main tr .wc-block-cart-item__image,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
.check-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
.check-page .block-checkout-wrapper tr .wc-block-cart-item__image,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
.check-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
.checkout .wc-block-cart__main tr .wc-block-cart-item__image,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
.checkout .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
.checkout .block-checkout-wrapper tr .wc-block-cart-item__image,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
.checkout .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
.checkout-page .wc-block-cart__main tr .wc-block-cart-item__image,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
.checkout-page .block-checkout-wrapper tr .wc-block-cart-item__image,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
.cart .wc-block-cart__main tr .wc-block-cart-item__image,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
.cart .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
.cart .block-checkout-wrapper tr .wc-block-cart-item__image,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
.cart .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
.cart-page .wc-block-cart__main tr .wc-block-cart-item__image,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
.cart-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
.cart-page .block-checkout-wrapper tr .wc-block-cart-item__image,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image {
	order: 1
}

.check-page .wc-block-cart__main tr .wc-block-components-product-name,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-product-name,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-product-name,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-product-name,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-product-name,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-product-name,
.check-page .block-checkout-wrapper tr .wc-block-components-product-name,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-product-name,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-product-name,
.checkout .wc-block-cart__main tr .wc-block-components-product-name,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-product-name,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-product-name,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-product-name,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-product-name,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-product-name,
.checkout .block-checkout-wrapper tr .wc-block-components-product-name,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-product-name,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-product-name,
.checkout-page .wc-block-cart__main tr .wc-block-components-product-name,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-product-name,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-product-name,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-product-name,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-product-name,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-product-name,
.checkout-page .block-checkout-wrapper tr .wc-block-components-product-name,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-product-name,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-product-name,
.cart .wc-block-cart__main tr .wc-block-components-product-name,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-product-name,
.cart .wc-block-cart__main .card-product-item .wc-block-components-product-name,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-product-name,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-product-name,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-product-name,
.cart .block-checkout-wrapper tr .wc-block-components-product-name,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-product-name,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-product-name,
.cart-page .wc-block-cart__main tr .wc-block-components-product-name,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-product-name,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-product-name,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-product-name,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-product-name,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-product-name,
.cart-page .block-checkout-wrapper tr .wc-block-components-product-name,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-product-name,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-product-name {
	order: 2
}

.check-page .wc-block-cart__main tr .wc-block-cart-item__prices,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__prices,
.check-page .wc-block-cart__main .card-product-item .wc-block-cart-item__prices,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__prices,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__prices,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__prices,
.check-page .block-checkout-wrapper tr .wc-block-cart-item__prices,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__prices,
.check-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__prices,
.checkout .wc-block-cart__main tr .wc-block-cart-item__prices,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__prices,
.checkout .wc-block-cart__main .card-product-item .wc-block-cart-item__prices,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__prices,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__prices,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__prices,
.checkout .block-checkout-wrapper tr .wc-block-cart-item__prices,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__prices,
.checkout .block-checkout-wrapper .card-product-item .wc-block-cart-item__prices,
.checkout-page .wc-block-cart__main tr .wc-block-cart-item__prices,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__prices,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-cart-item__prices,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__prices,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__prices,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__prices,
.checkout-page .block-checkout-wrapper tr .wc-block-cart-item__prices,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__prices,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__prices,
.cart .wc-block-cart__main tr .wc-block-cart-item__prices,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__prices,
.cart .wc-block-cart__main .card-product-item .wc-block-cart-item__prices,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__prices,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__prices,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__prices,
.cart .block-checkout-wrapper tr .wc-block-cart-item__prices,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__prices,
.cart .block-checkout-wrapper .card-product-item .wc-block-cart-item__prices,
.cart-page .wc-block-cart__main tr .wc-block-cart-item__prices,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__prices,
.cart-page .wc-block-cart__main .card-product-item .wc-block-cart-item__prices,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__prices,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__prices,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__prices,
.cart-page .block-checkout-wrapper tr .wc-block-cart-item__prices,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__prices,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__prices {
	order: 3
}

.check-page .wc-block-cart__main tr .goods-item-counter,
.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector,
.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.check-page .wc-block-cart__main .card-product-item .goods-item-counter,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.check-page .block-checkout-wrapper tr .goods-item-counter,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.check-page .block-checkout-wrapper .card-product-item .goods-item-counter,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.checkout .wc-block-cart__main tr .goods-item-counter,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector,
.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout .wc-block-cart__main .card-product-item .goods-item-counter,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.checkout .block-checkout-wrapper tr .goods-item-counter,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout .block-checkout-wrapper .card-product-item .goods-item-counter,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.checkout-page .wc-block-cart__main tr .goods-item-counter,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.checkout-page .block-checkout-wrapper tr .goods-item-counter,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.cart .wc-block-cart__main tr .goods-item-counter,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector,
.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart .wc-block-cart__main .card-product-item .goods-item-counter,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.cart .block-checkout-wrapper tr .goods-item-counter,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart .block-checkout-wrapper .card-product-item .goods-item-counter,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.cart-page .wc-block-cart__main tr .goods-item-counter,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart-page .wc-block-cart__main .card-product-item .goods-item-counter,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.cart-page .block-checkout-wrapper tr .goods-item-counter,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector {
	order: 4;
	gap: 0 !important
}

.check-page .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
.check-page .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.check-page .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
.check-page .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
.check-page .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.check-page .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link,
.checkout .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
.checkout .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.checkout .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
.checkout .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
.checkout .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.checkout .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link,
.checkout-page .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.checkout-page .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
.checkout-page .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.checkout-page .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link,
.cart .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
.cart .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.cart .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
.cart .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
.cart .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.cart .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link,
.cart-page .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
.cart-page .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.cart-page .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
.cart-page .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.cart-page .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link {
	order: 6
}

.check-page .wc-block-cart__main tr .wc-block-cart-item__total,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__total,
.check-page .wc-block-cart__main .card-product-item .wc-block-cart-item__total,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__total,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__total,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__total,
.check-page .block-checkout-wrapper tr .wc-block-cart-item__total,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__total,
.check-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__total,
.checkout .wc-block-cart__main tr .wc-block-cart-item__total,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__total,
.checkout .wc-block-cart__main .card-product-item .wc-block-cart-item__total,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__total,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__total,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__total,
.checkout .block-checkout-wrapper tr .wc-block-cart-item__total,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__total,
.checkout .block-checkout-wrapper .card-product-item .wc-block-cart-item__total,
.checkout-page .wc-block-cart__main tr .wc-block-cart-item__total,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__total,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-cart-item__total,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__total,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__total,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__total,
.checkout-page .block-checkout-wrapper tr .wc-block-cart-item__total,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__total,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__total,
.cart .wc-block-cart__main tr .wc-block-cart-item__total,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__total,
.cart .wc-block-cart__main .card-product-item .wc-block-cart-item__total,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__total,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__total,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__total,
.cart .block-checkout-wrapper tr .wc-block-cart-item__total,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__total,
.cart .block-checkout-wrapper .card-product-item .wc-block-cart-item__total,
.cart-page .wc-block-cart__main tr .wc-block-cart-item__total,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__total,
.cart-page .wc-block-cart__main .card-product-item .wc-block-cart-item__total,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__total,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__total,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__total,
.cart-page .block-checkout-wrapper tr .wc-block-cart-item__total,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__total,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__total {
	order: 5
}

.check-page .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
.check-page .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.check-page .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
.check-page .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
.check-page .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.check-page .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link,
.checkout .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
.checkout .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.checkout .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
.checkout .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
.checkout .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.checkout .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link,
.checkout-page .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.checkout-page .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
.checkout-page .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.checkout-page .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link,
.cart .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
.cart .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.cart .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
.cart .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
.cart .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.cart .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link,
.cart-page .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
.cart-page .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.cart-page .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
.cart-page .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
.cart-page .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link {
	width: 20px;
	min-width: 20px;
	flex-grow: 0
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector__button,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__button,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector__button,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector__button,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector__button,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__button,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector__button,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector__button,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector__button,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__button,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button {
	border: none !important;
	box-shadow: none !important
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector {
	border: none !important;
	box-shadow: none !important
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector__input:focus,
.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector__input:focus-visible,
.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector__button:focus,
.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector__button:focus-visible,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input:focus,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button:focus,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input:focus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input:focus-visible,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button:focus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button:focus-visible,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input:focus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button:focus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__input:focus,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__input:focus-visible,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__button:focus,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__button:focus-visible,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input:focus,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button:focus,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector__input:focus,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector__input:focus-visible,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector__button:focus,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector__button:focus-visible,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input:focus,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button:focus,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input:focus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input:focus-visible,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button:focus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button:focus-visible,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input:focus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button:focus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector__input:focus,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector__input:focus-visible,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector__button:focus,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector__button:focus-visible,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input:focus,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button:focus,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector__input:focus,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector__input:focus-visible,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector__button:focus,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector__button:focus-visible,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input:focus,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button:focus,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input:focus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input:focus-visible,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button:focus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button:focus-visible,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input:focus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button:focus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__input:focus,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__input:focus-visible,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__button:focus,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__button:focus-visible,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input:focus,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button:focus,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector__input:focus,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector__input:focus-visible,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector__button:focus,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector__button:focus-visible,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input:focus,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button:focus,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input:focus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input:focus-visible,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button:focus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button:focus-visible,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input:focus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button:focus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector__input:focus,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector__input:focus-visible,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector__button:focus,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector__button:focus-visible,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input:focus,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button:focus,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector__input:focus,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector__input:focus-visible,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector__button:focus,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector__button:focus-visible,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input:focus,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button:focus,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input:focus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input:focus-visible,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button:focus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button:focus-visible,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input:focus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button:focus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button:focus-visible,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__input:focus,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__input:focus-visible,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__button:focus,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__button:focus-visible,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input:focus-visible,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button:focus-visible,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input:focus,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input:focus-visible,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button:focus,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button:focus-visible {
	outline: none !important;
	border-color: transparent !important;
	box-shadow: none !important
}

.check-page .wc-block-cart__main tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper tr body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .card-product-item body .woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
	border: none !important;
	box-shadow: none !important;
	outline: none !important
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector__button,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__button,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector__button,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector__button,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector__button,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__button,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector__button,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector__button,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector__button,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__button,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__button,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__button,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__button {
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center
}

@media (max-width: 1440px) {

	.check-page .wc-block-cart__main tr,
	.check-page .wc-block-cart__main .wc-block-cart-items__row,
	.check-page .wc-block-cart__main .card-product-item,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item,
	.check-page .block-checkout-wrapper tr,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row,
	.check-page .block-checkout-wrapper .card-product-item,
	.checkout .wc-block-cart__main tr,
	.checkout .wc-block-cart__main .wc-block-cart-items__row,
	.checkout .wc-block-cart__main .card-product-item,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item,
	.checkout .block-checkout-wrapper tr,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row,
	.checkout .block-checkout-wrapper .card-product-item,
	.checkout-page .wc-block-cart__main tr,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row,
	.checkout-page .wc-block-cart__main .card-product-item,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item,
	.checkout-page .block-checkout-wrapper tr,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row,
	.checkout-page .block-checkout-wrapper .card-product-item,
	.cart .wc-block-cart__main tr,
	.cart .wc-block-cart__main .wc-block-cart-items__row,
	.cart .wc-block-cart__main .card-product-item,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item,
	.cart .block-checkout-wrapper tr,
	.cart .block-checkout-wrapper .wc-block-cart-items__row,
	.cart .block-checkout-wrapper .card-product-item,
	.cart-page .wc-block-cart__main tr,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row,
	.cart-page .wc-block-cart__main .card-product-item,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item,
	.cart-page .block-checkout-wrapper tr,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row,
	.cart-page .block-checkout-wrapper .card-product-item {
		position: relative;
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.check-page .wc-block-cart__main tr td.wc-block-cart-item__image,
	.check-page .wc-block-cart__main tr td.wc-block-cart-item__image a,
	.check-page .wc-block-cart__main .wc-block-cart-items__row td.wc-block-cart-item__image,
	.check-page .wc-block-cart__main .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.check-page .wc-block-cart__main .card-product-item td.wc-block-cart-item__image,
	.check-page .wc-block-cart__main .card-product-item td.wc-block-cart-item__image a,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr td.wc-block-cart-item__image,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr td.wc-block-cart-item__image a,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row td.wc-block-cart-item__image,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item td.wc-block-cart-item__image,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item td.wc-block-cart-item__image a,
	.check-page .block-checkout-wrapper tr td.wc-block-cart-item__image,
	.check-page .block-checkout-wrapper tr td.wc-block-cart-item__image a,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row td.wc-block-cart-item__image,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.check-page .block-checkout-wrapper .card-product-item td.wc-block-cart-item__image,
	.check-page .block-checkout-wrapper .card-product-item td.wc-block-cart-item__image a,
	.checkout .wc-block-cart__main tr td.wc-block-cart-item__image,
	.checkout .wc-block-cart__main tr td.wc-block-cart-item__image a,
	.checkout .wc-block-cart__main .wc-block-cart-items__row td.wc-block-cart-item__image,
	.checkout .wc-block-cart__main .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.checkout .wc-block-cart__main .card-product-item td.wc-block-cart-item__image,
	.checkout .wc-block-cart__main .card-product-item td.wc-block-cart-item__image a,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr td.wc-block-cart-item__image,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr td.wc-block-cart-item__image a,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row td.wc-block-cart-item__image,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item td.wc-block-cart-item__image,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item td.wc-block-cart-item__image a,
	.checkout .block-checkout-wrapper tr td.wc-block-cart-item__image,
	.checkout .block-checkout-wrapper tr td.wc-block-cart-item__image a,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row td.wc-block-cart-item__image,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.checkout .block-checkout-wrapper .card-product-item td.wc-block-cart-item__image,
	.checkout .block-checkout-wrapper .card-product-item td.wc-block-cart-item__image a,
	.checkout-page .wc-block-cart__main tr td.wc-block-cart-item__image,
	.checkout-page .wc-block-cart__main tr td.wc-block-cart-item__image a,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row td.wc-block-cart-item__image,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.checkout-page .wc-block-cart__main .card-product-item td.wc-block-cart-item__image,
	.checkout-page .wc-block-cart__main .card-product-item td.wc-block-cart-item__image a,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr td.wc-block-cart-item__image,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr td.wc-block-cart-item__image a,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row td.wc-block-cart-item__image,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item td.wc-block-cart-item__image,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item td.wc-block-cart-item__image a,
	.checkout-page .block-checkout-wrapper tr td.wc-block-cart-item__image,
	.checkout-page .block-checkout-wrapper tr td.wc-block-cart-item__image a,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row td.wc-block-cart-item__image,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.checkout-page .block-checkout-wrapper .card-product-item td.wc-block-cart-item__image,
	.checkout-page .block-checkout-wrapper .card-product-item td.wc-block-cart-item__image a,
	.cart .wc-block-cart__main tr td.wc-block-cart-item__image,
	.cart .wc-block-cart__main tr td.wc-block-cart-item__image a,
	.cart .wc-block-cart__main .wc-block-cart-items__row td.wc-block-cart-item__image,
	.cart .wc-block-cart__main .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.cart .wc-block-cart__main .card-product-item td.wc-block-cart-item__image,
	.cart .wc-block-cart__main .card-product-item td.wc-block-cart-item__image a,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr td.wc-block-cart-item__image,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr td.wc-block-cart-item__image a,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row td.wc-block-cart-item__image,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item td.wc-block-cart-item__image,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item td.wc-block-cart-item__image a,
	.cart .block-checkout-wrapper tr td.wc-block-cart-item__image,
	.cart .block-checkout-wrapper tr td.wc-block-cart-item__image a,
	.cart .block-checkout-wrapper .wc-block-cart-items__row td.wc-block-cart-item__image,
	.cart .block-checkout-wrapper .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.cart .block-checkout-wrapper .card-product-item td.wc-block-cart-item__image,
	.cart .block-checkout-wrapper .card-product-item td.wc-block-cart-item__image a,
	.cart-page .wc-block-cart__main tr td.wc-block-cart-item__image,
	.cart-page .wc-block-cart__main tr td.wc-block-cart-item__image a,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row td.wc-block-cart-item__image,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.cart-page .wc-block-cart__main .card-product-item td.wc-block-cart-item__image,
	.cart-page .wc-block-cart__main .card-product-item td.wc-block-cart-item__image a,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr td.wc-block-cart-item__image,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr td.wc-block-cart-item__image a,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row td.wc-block-cart-item__image,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item td.wc-block-cart-item__image,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item td.wc-block-cart-item__image a,
	.cart-page .block-checkout-wrapper tr td.wc-block-cart-item__image,
	.cart-page .block-checkout-wrapper tr td.wc-block-cart-item__image a,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row td.wc-block-cart-item__image,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row td.wc-block-cart-item__image a,
	.cart-page .block-checkout-wrapper .card-product-item td.wc-block-cart-item__image,
	.cart-page .block-checkout-wrapper .card-product-item td.wc-block-cart-item__image a {
		order: 1;
		width: 100%;
		min-width: 100%;
		align-self: center;
		justify-self: center !important;
		margin: 0 auto;
		display: flex;
		justify-content: center !important;
		align-items: center
	}

	.check-page .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
	.check-page .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.check-page .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
	.check-page .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.check-page .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link,
	.checkout .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
	.checkout .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.checkout .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
	.checkout .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.checkout .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link,
	.checkout-page .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.checkout-page .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
	.checkout-page .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.checkout-page .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link,
	.cart .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
	.cart .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.cart .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
	.cart .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
	.cart .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.cart .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link,
	.cart-page .wc-block-cart__main tr button.wc-block-cart-item__remove-link,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.cart-page .wc-block-cart__main .card-product-item button.wc-block-cart-item__remove-link,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr button.wc-block-cart-item__remove-link,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item button.wc-block-cart-item__remove-link,
	.cart-page .block-checkout-wrapper tr button.wc-block-cart-item__remove-link,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row button.wc-block-cart-item__remove-link,
	.cart-page .block-checkout-wrapper .card-product-item button.wc-block-cart-item__remove-link {
		order: 2;
		width: 24px;
		min-width: 24px;
		position: absolute;
		top: 0;
		right: 0
	}

	.check-page .wc-block-cart__main tr .wc-block-components-product-name,
	.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-product-name,
	.check-page .wc-block-cart__main .card-product-item .wc-block-components-product-name,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-product-name,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-product-name,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-product-name,
	.check-page .block-checkout-wrapper tr .wc-block-components-product-name,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-product-name,
	.check-page .block-checkout-wrapper .card-product-item .wc-block-components-product-name,
	.checkout .wc-block-cart__main tr .wc-block-components-product-name,
	.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-product-name,
	.checkout .wc-block-cart__main .card-product-item .wc-block-components-product-name,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-product-name,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-product-name,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-product-name,
	.checkout .block-checkout-wrapper tr .wc-block-components-product-name,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-product-name,
	.checkout .block-checkout-wrapper .card-product-item .wc-block-components-product-name,
	.checkout-page .wc-block-cart__main tr .wc-block-components-product-name,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-product-name,
	.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-product-name,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-product-name,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-product-name,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-product-name,
	.checkout-page .block-checkout-wrapper tr .wc-block-components-product-name,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-product-name,
	.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-product-name,
	.cart .wc-block-cart__main tr .wc-block-components-product-name,
	.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-product-name,
	.cart .wc-block-cart__main .card-product-item .wc-block-components-product-name,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-product-name,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-product-name,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-product-name,
	.cart .block-checkout-wrapper tr .wc-block-components-product-name,
	.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-product-name,
	.cart .block-checkout-wrapper .card-product-item .wc-block-components-product-name,
	.cart-page .wc-block-cart__main tr .wc-block-components-product-name,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-product-name,
	.cart-page .wc-block-cart__main .card-product-item .wc-block-components-product-name,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-product-name,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-product-name,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-product-name,
	.cart-page .block-checkout-wrapper tr .wc-block-components-product-name,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-product-name,
	.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-product-name {
		order: 3;
		width: 100%;
		min-width: 100%
	}

	.check-page .wc-block-cart__main tr .wc-block-cart-item__prices,
	.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__prices,
	.check-page .wc-block-cart__main .card-product-item .wc-block-cart-item__prices,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__prices,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__prices,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__prices,
	.check-page .block-checkout-wrapper tr .wc-block-cart-item__prices,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__prices,
	.check-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__prices,
	.checkout .wc-block-cart__main tr .wc-block-cart-item__prices,
	.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__prices,
	.checkout .wc-block-cart__main .card-product-item .wc-block-cart-item__prices,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__prices,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__prices,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__prices,
	.checkout .block-checkout-wrapper tr .wc-block-cart-item__prices,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__prices,
	.checkout .block-checkout-wrapper .card-product-item .wc-block-cart-item__prices,
	.checkout-page .wc-block-cart__main tr .wc-block-cart-item__prices,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__prices,
	.checkout-page .wc-block-cart__main .card-product-item .wc-block-cart-item__prices,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__prices,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__prices,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__prices,
	.checkout-page .block-checkout-wrapper tr .wc-block-cart-item__prices,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__prices,
	.checkout-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__prices,
	.cart .wc-block-cart__main tr .wc-block-cart-item__prices,
	.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__prices,
	.cart .wc-block-cart__main .card-product-item .wc-block-cart-item__prices,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__prices,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__prices,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__prices,
	.cart .block-checkout-wrapper tr .wc-block-cart-item__prices,
	.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__prices,
	.cart .block-checkout-wrapper .card-product-item .wc-block-cart-item__prices,
	.cart-page .wc-block-cart__main tr .wc-block-cart-item__prices,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__prices,
	.cart-page .wc-block-cart__main .card-product-item .wc-block-cart-item__prices,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__prices,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__prices,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__prices,
	.cart-page .block-checkout-wrapper tr .wc-block-cart-item__prices,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__prices,
	.cart-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__prices {
		order: 4;
		width: 100%;
		min-width: 100%
	}

	.check-page .wc-block-cart__main tr .goods-item-counter,
	.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector,
	.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
	.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.check-page .wc-block-cart__main .card-product-item .goods-item-counter,
	.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
	.check-page .block-checkout-wrapper tr .goods-item-counter,
	.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.check-page .block-checkout-wrapper .card-product-item .goods-item-counter,
	.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
	.checkout .wc-block-cart__main tr .goods-item-counter,
	.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector,
	.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
	.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.checkout .wc-block-cart__main .card-product-item .goods-item-counter,
	.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
	.checkout .block-checkout-wrapper tr .goods-item-counter,
	.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.checkout .block-checkout-wrapper .card-product-item .goods-item-counter,
	.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
	.checkout-page .wc-block-cart__main tr .goods-item-counter,
	.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter,
	.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
	.checkout-page .block-checkout-wrapper tr .goods-item-counter,
	.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter,
	.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
	.cart .wc-block-cart__main tr .goods-item-counter,
	.cart .wc-block-cart__main tr .wc-block-components-quantity-selector,
	.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
	.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.cart .wc-block-cart__main .card-product-item .goods-item-counter,
	.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
	.cart .block-checkout-wrapper tr .goods-item-counter,
	.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector,
	.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
	.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.cart .block-checkout-wrapper .card-product-item .goods-item-counter,
	.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
	.cart-page .wc-block-cart__main tr .goods-item-counter,
	.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.cart-page .wc-block-cart__main .card-product-item .goods-item-counter,
	.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
	.cart-page .block-checkout-wrapper tr .goods-item-counter,
	.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
	.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter,
	.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector {
		order: 5;
		gap: 0 !important;
		width: 40%;
		min-width: 40%
	}

	.check-page .wc-block-cart__main tr .wc-block-cart-item__total,
	.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__total,
	.check-page .wc-block-cart__main .card-product-item .wc-block-cart-item__total,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__total,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__total,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__total,
	.check-page .block-checkout-wrapper tr .wc-block-cart-item__total,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__total,
	.check-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__total,
	.checkout .wc-block-cart__main tr .wc-block-cart-item__total,
	.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__total,
	.checkout .wc-block-cart__main .card-product-item .wc-block-cart-item__total,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__total,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__total,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__total,
	.checkout .block-checkout-wrapper tr .wc-block-cart-item__total,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__total,
	.checkout .block-checkout-wrapper .card-product-item .wc-block-cart-item__total,
	.checkout-page .wc-block-cart__main tr .wc-block-cart-item__total,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__total,
	.checkout-page .wc-block-cart__main .card-product-item .wc-block-cart-item__total,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__total,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__total,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__total,
	.checkout-page .block-checkout-wrapper tr .wc-block-cart-item__total,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__total,
	.checkout-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__total,
	.cart .wc-block-cart__main tr .wc-block-cart-item__total,
	.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__total,
	.cart .wc-block-cart__main .card-product-item .wc-block-cart-item__total,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__total,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__total,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__total,
	.cart .block-checkout-wrapper tr .wc-block-cart-item__total,
	.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__total,
	.cart .block-checkout-wrapper .card-product-item .wc-block-cart-item__total,
	.cart-page .wc-block-cart__main tr .wc-block-cart-item__total,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__total,
	.cart-page .wc-block-cart__main .card-product-item .wc-block-cart-item__total,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__total,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__total,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__total,
	.cart-page .block-checkout-wrapper tr .wc-block-cart-item__total,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__total,
	.cart-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__total {
		order: 6;
		width: 40%;
		min-width: 40%
	}
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector,
.check-page .wc-block-cart__main tr .goods-item-counter,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.check-page .wc-block-cart__main .card-product-item .goods-item-counter,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.check-page .block-checkout-wrapper tr .goods-item-counter,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.check-page .block-checkout-wrapper .card-product-item .goods-item-counter,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector,
.checkout .wc-block-cart__main tr .goods-item-counter,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.checkout .wc-block-cart__main .card-product-item .goods-item-counter,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.checkout .block-checkout-wrapper tr .goods-item-counter,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.checkout .block-checkout-wrapper .card-product-item .goods-item-counter,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector,
.checkout-page .wc-block-cart__main tr .goods-item-counter,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.checkout-page .block-checkout-wrapper tr .goods-item-counter,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector,
.cart .wc-block-cart__main tr .goods-item-counter,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.cart .wc-block-cart__main .card-product-item .goods-item-counter,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.cart .block-checkout-wrapper tr .goods-item-counter,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.cart .block-checkout-wrapper .card-product-item .goods-item-counter,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector,
.cart-page .wc-block-cart__main tr .goods-item-counter,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector,
.cart-page .wc-block-cart__main .card-product-item .goods-item-counter,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector,
.cart-page .block-checkout-wrapper tr .goods-item-counter,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector,
.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter {
	width: 120px;
	display: flex;
	align-self: center;
	border: 0;
	outline: 0;
	height: 50px;
	max-height: 50px;
	background-color: var(--container-bg-color);
	padding: 16px;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 24px;
	display: flex
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector *,
.check-page .wc-block-cart__main tr .goods-item-counter *,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter *,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector *,
.check-page .wc-block-cart__main .card-product-item .goods-item-counter *,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector *,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter *,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter *,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector *,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter *,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector *,
.check-page .block-checkout-wrapper tr .goods-item-counter *,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter *,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector *,
.check-page .block-checkout-wrapper .card-product-item .goods-item-counter *,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector *,
.checkout .wc-block-cart__main tr .goods-item-counter *,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter *,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector *,
.checkout .wc-block-cart__main .card-product-item .goods-item-counter *,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector *,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter *,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter *,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector *,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter *,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector *,
.checkout .block-checkout-wrapper tr .goods-item-counter *,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter *,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector *,
.checkout .block-checkout-wrapper .card-product-item .goods-item-counter *,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector *,
.checkout-page .wc-block-cart__main tr .goods-item-counter *,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter *,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector *,
.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter *,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector *,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter *,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter *,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector *,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter *,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector *,
.checkout-page .block-checkout-wrapper tr .goods-item-counter *,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter *,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector *,
.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter *,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector *,
.cart .wc-block-cart__main tr .goods-item-counter *,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter *,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector *,
.cart .wc-block-cart__main .card-product-item .goods-item-counter *,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector *,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter *,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter *,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector *,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter *,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector *,
.cart .block-checkout-wrapper tr .goods-item-counter *,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter *,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector *,
.cart .block-checkout-wrapper .card-product-item .goods-item-counter *,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector *,
.cart-page .wc-block-cart__main tr .goods-item-counter *,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter *,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector *,
.cart-page .wc-block-cart__main .card-product-item .goods-item-counter *,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector *,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter *,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter *,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector *,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter *,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector *,
.cart-page .block-checkout-wrapper tr .goods-item-counter *,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector *,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter *,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector *,
.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter * {
	border: 0;
	outline: 0
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector button,
.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector input,
.check-page .wc-block-cart__main tr .goods-item-counter button,
.check-page .wc-block-cart__main tr .goods-item-counter input,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter button,
.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter input,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector button,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector input,
.check-page .wc-block-cart__main .card-product-item .goods-item-counter button,
.check-page .wc-block-cart__main .card-product-item .goods-item-counter input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter input,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector button,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector input,
.check-page .block-checkout-wrapper tr .goods-item-counter button,
.check-page .block-checkout-wrapper tr .goods-item-counter input,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter button,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter input,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector button,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector input,
.check-page .block-checkout-wrapper .card-product-item .goods-item-counter button,
.check-page .block-checkout-wrapper .card-product-item .goods-item-counter input,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector button,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector input,
.checkout .wc-block-cart__main tr .goods-item-counter button,
.checkout .wc-block-cart__main tr .goods-item-counter input,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter button,
.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter input,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector button,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector input,
.checkout .wc-block-cart__main .card-product-item .goods-item-counter button,
.checkout .wc-block-cart__main .card-product-item .goods-item-counter input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter input,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector button,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector input,
.checkout .block-checkout-wrapper tr .goods-item-counter button,
.checkout .block-checkout-wrapper tr .goods-item-counter input,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter button,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter input,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector button,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector input,
.checkout .block-checkout-wrapper .card-product-item .goods-item-counter button,
.checkout .block-checkout-wrapper .card-product-item .goods-item-counter input,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector button,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector input,
.checkout-page .wc-block-cart__main tr .goods-item-counter button,
.checkout-page .wc-block-cart__main tr .goods-item-counter input,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter button,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter input,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector button,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector input,
.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter button,
.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter input,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector button,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector input,
.checkout-page .block-checkout-wrapper tr .goods-item-counter button,
.checkout-page .block-checkout-wrapper tr .goods-item-counter input,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter button,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter input,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector button,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector input,
.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter button,
.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter input,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector button,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector input,
.cart .wc-block-cart__main tr .goods-item-counter button,
.cart .wc-block-cart__main tr .goods-item-counter input,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter button,
.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter input,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector button,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector input,
.cart .wc-block-cart__main .card-product-item .goods-item-counter button,
.cart .wc-block-cart__main .card-product-item .goods-item-counter input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter input,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector button,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector input,
.cart .block-checkout-wrapper tr .goods-item-counter button,
.cart .block-checkout-wrapper tr .goods-item-counter input,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter button,
.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter input,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector button,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector input,
.cart .block-checkout-wrapper .card-product-item .goods-item-counter button,
.cart .block-checkout-wrapper .card-product-item .goods-item-counter input,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector button,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector input,
.cart-page .wc-block-cart__main tr .goods-item-counter button,
.cart-page .wc-block-cart__main tr .goods-item-counter input,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter button,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter input,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector button,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector input,
.cart-page .wc-block-cart__main .card-product-item .goods-item-counter button,
.cart-page .wc-block-cart__main .card-product-item .goods-item-counter input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter input,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector button,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector input,
.cart-page .block-checkout-wrapper tr .goods-item-counter button,
.cart-page .block-checkout-wrapper tr .goods-item-counter input,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector button,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter button,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter input,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector button,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector input,
.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter button,
.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter input {
	background-color: var(--container-bg-color);
	color: var(--text-color-main) !important
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector input,
.check-page .wc-block-cart__main tr .goods-item-counter input,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter input,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector input,
.check-page .wc-block-cart__main .card-product-item .goods-item-counter input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter input,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector input,
.check-page .block-checkout-wrapper tr .goods-item-counter input,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter input,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector input,
.check-page .block-checkout-wrapper .card-product-item .goods-item-counter input,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector input,
.checkout .wc-block-cart__main tr .goods-item-counter input,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter input,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector input,
.checkout .wc-block-cart__main .card-product-item .goods-item-counter input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter input,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector input,
.checkout .block-checkout-wrapper tr .goods-item-counter input,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter input,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector input,
.checkout .block-checkout-wrapper .card-product-item .goods-item-counter input,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector input,
.checkout-page .wc-block-cart__main tr .goods-item-counter input,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter input,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector input,
.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter input,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector input,
.checkout-page .block-checkout-wrapper tr .goods-item-counter input,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter input,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector input,
.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter input,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector input,
.cart .wc-block-cart__main tr .goods-item-counter input,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter input,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector input,
.cart .wc-block-cart__main .card-product-item .goods-item-counter input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter input,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector input,
.cart .block-checkout-wrapper tr .goods-item-counter input,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter input,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector input,
.cart .block-checkout-wrapper .card-product-item .goods-item-counter input,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector input,
.cart-page .wc-block-cart__main tr .goods-item-counter input,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter input,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector input,
.cart-page .wc-block-cart__main .card-product-item .goods-item-counter input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter input,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector input,
.cart-page .block-checkout-wrapper tr .goods-item-counter input,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector input,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter input,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector input,
.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter input {
	color: var(--text-color-main) !important
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input {
	order: 2;
	text-align: center
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.check-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.check-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.check-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.check-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--minus,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--minus {
	order: 1
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.check-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.check-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.check-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.check-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__button--plus,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__button--plus {
	order: 3
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.check-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.check-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
	opacity: 0 !important;
	display: none !important
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main tr .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper tr .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .goods-item-counter .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .card-product-item .goods-item-counter .wc-block-components-quantity-selector__input {
	-moz-appearance: textfield !important;
	appearance: none !important
}

.check-page .wc-block-cart__main tr *,
.check-page .wc-block-cart__main .wc-block-cart-items__row *,
.check-page .wc-block-cart__main .card-product-item *,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr *,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row *,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item *,
.check-page .block-checkout-wrapper tr *,
.check-page .block-checkout-wrapper .wc-block-cart-items__row *,
.check-page .block-checkout-wrapper .card-product-item *,
.checkout .wc-block-cart__main tr *,
.checkout .wc-block-cart__main .wc-block-cart-items__row *,
.checkout .wc-block-cart__main .card-product-item *,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr *,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row *,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item *,
.checkout .block-checkout-wrapper tr *,
.checkout .block-checkout-wrapper .wc-block-cart-items__row *,
.checkout .block-checkout-wrapper .card-product-item *,
.checkout-page .wc-block-cart__main tr *,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row *,
.checkout-page .wc-block-cart__main .card-product-item *,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr *,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row *,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item *,
.checkout-page .block-checkout-wrapper tr *,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row *,
.checkout-page .block-checkout-wrapper .card-product-item *,
.cart .wc-block-cart__main tr *,
.cart .wc-block-cart__main .wc-block-cart-items__row *,
.cart .wc-block-cart__main .card-product-item *,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr *,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row *,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item *,
.cart .block-checkout-wrapper tr *,
.cart .block-checkout-wrapper .wc-block-cart-items__row *,
.cart .block-checkout-wrapper .card-product-item *,
.cart-page .wc-block-cart__main tr *,
.cart-page .wc-block-cart__main .wc-block-cart-items__row *,
.cart-page .wc-block-cart__main .card-product-item *,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr *,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row *,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item *,
.cart-page .block-checkout-wrapper tr *,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row *,
.cart-page .block-checkout-wrapper .card-product-item * {
	margin: 0 !important;
	padding: 0 !important
}

.check-page .wc-block-cart__main tr .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.check-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.check-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main tr .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.checkout .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper tr .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.checkout .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main tr .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main tr .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.cart .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper tr .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.cart .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main tr .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.cart-page .wc-block-cart__main .card-product-item .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper tr .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-components-quantity-selector__input,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-components-quantity-selector__input {
	height: auto
}

.check-page .wc-block-cart__main tr .wc-block-cart-item__image,
.check-page .wc-block-cart__main tr .img-wrap,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
.check-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap,
.check-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
.check-page .wc-block-cart__main .card-product-item .img-wrap,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap,
.check-page .block-checkout-wrapper tr .wc-block-cart-item__image,
.check-page .block-checkout-wrapper tr .img-wrap,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap,
.check-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
.check-page .block-checkout-wrapper .card-product-item .img-wrap,
.checkout .wc-block-cart__main tr .wc-block-cart-item__image,
.checkout .wc-block-cart__main tr .img-wrap,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
.checkout .wc-block-cart__main .wc-block-cart-items__row .img-wrap,
.checkout .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
.checkout .wc-block-cart__main .card-product-item .img-wrap,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap,
.checkout .block-checkout-wrapper tr .wc-block-cart-item__image,
.checkout .block-checkout-wrapper tr .img-wrap,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .img-wrap,
.checkout .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
.checkout .block-checkout-wrapper .card-product-item .img-wrap,
.checkout-page .wc-block-cart__main tr .wc-block-cart-item__image,
.checkout-page .wc-block-cart__main tr .img-wrap,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
.checkout-page .wc-block-cart__main .card-product-item .img-wrap,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap,
.checkout-page .block-checkout-wrapper tr .wc-block-cart-item__image,
.checkout-page .block-checkout-wrapper tr .img-wrap,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
.checkout-page .block-checkout-wrapper .card-product-item .img-wrap,
.cart .wc-block-cart__main tr .wc-block-cart-item__image,
.cart .wc-block-cart__main tr .img-wrap,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
.cart .wc-block-cart__main .wc-block-cart-items__row .img-wrap,
.cart .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
.cart .wc-block-cart__main .card-product-item .img-wrap,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap,
.cart .block-checkout-wrapper tr .wc-block-cart-item__image,
.cart .block-checkout-wrapper tr .img-wrap,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
.cart .block-checkout-wrapper .wc-block-cart-items__row .img-wrap,
.cart .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
.cart .block-checkout-wrapper .card-product-item .img-wrap,
.cart-page .wc-block-cart__main tr .wc-block-cart-item__image,
.cart-page .wc-block-cart__main tr .img-wrap,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap,
.cart-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
.cart-page .wc-block-cart__main .card-product-item .img-wrap,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap,
.cart-page .block-checkout-wrapper tr .wc-block-cart-item__image,
.cart-page .block-checkout-wrapper tr .img-wrap,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
.cart-page .block-checkout-wrapper .card-product-item .img-wrap {
	justify-content: space-between;
	align-items: center;
	gap: 16px
}

.check-page .wc-block-cart__main tr .wc-block-cart-item__image a,
.check-page .wc-block-cart__main tr .wc-block-cart-item__image .cart-item-img-block,
.check-page .wc-block-cart__main tr .img-wrap a,
.check-page .wc-block-cart__main tr .img-wrap .cart-item-img-block,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image a,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.check-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap a,
.check-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.check-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image a,
.check-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.check-page .wc-block-cart__main .card-product-item .img-wrap a,
.check-page .wc-block-cart__main .card-product-item .img-wrap .cart-item-img-block,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image a,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .cart-item-img-block,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap a,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .cart-item-img-block,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image a,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap a,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image a,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap a,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .cart-item-img-block,
.check-page .block-checkout-wrapper tr .wc-block-cart-item__image a,
.check-page .block-checkout-wrapper tr .wc-block-cart-item__image .cart-item-img-block,
.check-page .block-checkout-wrapper tr .img-wrap a,
.check-page .block-checkout-wrapper tr .img-wrap .cart-item-img-block,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image a,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap a,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.check-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image a,
.check-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.check-page .block-checkout-wrapper .card-product-item .img-wrap a,
.check-page .block-checkout-wrapper .card-product-item .img-wrap .cart-item-img-block,
.checkout .wc-block-cart__main tr .wc-block-cart-item__image a,
.checkout .wc-block-cart__main tr .wc-block-cart-item__image .cart-item-img-block,
.checkout .wc-block-cart__main tr .img-wrap a,
.checkout .wc-block-cart__main tr .img-wrap .cart-item-img-block,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image a,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.checkout .wc-block-cart__main .wc-block-cart-items__row .img-wrap a,
.checkout .wc-block-cart__main .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.checkout .wc-block-cart__main .card-product-item .wc-block-cart-item__image a,
.checkout .wc-block-cart__main .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.checkout .wc-block-cart__main .card-product-item .img-wrap a,
.checkout .wc-block-cart__main .card-product-item .img-wrap .cart-item-img-block,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image a,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .cart-item-img-block,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap a,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .cart-item-img-block,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image a,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap a,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image a,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap a,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .cart-item-img-block,
.checkout .block-checkout-wrapper tr .wc-block-cart-item__image a,
.checkout .block-checkout-wrapper tr .wc-block-cart-item__image .cart-item-img-block,
.checkout .block-checkout-wrapper tr .img-wrap a,
.checkout .block-checkout-wrapper tr .img-wrap .cart-item-img-block,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image a,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .img-wrap a,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.checkout .block-checkout-wrapper .card-product-item .wc-block-cart-item__image a,
.checkout .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.checkout .block-checkout-wrapper .card-product-item .img-wrap a,
.checkout .block-checkout-wrapper .card-product-item .img-wrap .cart-item-img-block,
.checkout-page .wc-block-cart__main tr .wc-block-cart-item__image a,
.checkout-page .wc-block-cart__main tr .wc-block-cart-item__image .cart-item-img-block,
.checkout-page .wc-block-cart__main tr .img-wrap a,
.checkout-page .wc-block-cart__main tr .img-wrap .cart-item-img-block,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image a,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap a,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image a,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.checkout-page .wc-block-cart__main .card-product-item .img-wrap a,
.checkout-page .wc-block-cart__main .card-product-item .img-wrap .cart-item-img-block,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image a,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .cart-item-img-block,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap a,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .cart-item-img-block,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image a,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap a,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image a,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap a,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .cart-item-img-block,
.checkout-page .block-checkout-wrapper tr .wc-block-cart-item__image a,
.checkout-page .block-checkout-wrapper tr .wc-block-cart-item__image .cart-item-img-block,
.checkout-page .block-checkout-wrapper tr .img-wrap a,
.checkout-page .block-checkout-wrapper tr .img-wrap .cart-item-img-block,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image a,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap a,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image a,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.checkout-page .block-checkout-wrapper .card-product-item .img-wrap a,
.checkout-page .block-checkout-wrapper .card-product-item .img-wrap .cart-item-img-block,
.cart .wc-block-cart__main tr .wc-block-cart-item__image a,
.cart .wc-block-cart__main tr .wc-block-cart-item__image .cart-item-img-block,
.cart .wc-block-cart__main tr .img-wrap a,
.cart .wc-block-cart__main tr .img-wrap .cart-item-img-block,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image a,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.cart .wc-block-cart__main .wc-block-cart-items__row .img-wrap a,
.cart .wc-block-cart__main .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.cart .wc-block-cart__main .card-product-item .wc-block-cart-item__image a,
.cart .wc-block-cart__main .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.cart .wc-block-cart__main .card-product-item .img-wrap a,
.cart .wc-block-cart__main .card-product-item .img-wrap .cart-item-img-block,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image a,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .cart-item-img-block,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap a,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .cart-item-img-block,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image a,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap a,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image a,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap a,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .cart-item-img-block,
.cart .block-checkout-wrapper tr .wc-block-cart-item__image a,
.cart .block-checkout-wrapper tr .wc-block-cart-item__image .cart-item-img-block,
.cart .block-checkout-wrapper tr .img-wrap a,
.cart .block-checkout-wrapper tr .img-wrap .cart-item-img-block,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image a,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.cart .block-checkout-wrapper .wc-block-cart-items__row .img-wrap a,
.cart .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.cart .block-checkout-wrapper .card-product-item .wc-block-cart-item__image a,
.cart .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.cart .block-checkout-wrapper .card-product-item .img-wrap a,
.cart .block-checkout-wrapper .card-product-item .img-wrap .cart-item-img-block,
.cart-page .wc-block-cart__main tr .wc-block-cart-item__image a,
.cart-page .wc-block-cart__main tr .wc-block-cart-item__image .cart-item-img-block,
.cart-page .wc-block-cart__main tr .img-wrap a,
.cart-page .wc-block-cart__main tr .img-wrap .cart-item-img-block,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image a,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap a,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.cart-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image a,
.cart-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.cart-page .wc-block-cart__main .card-product-item .img-wrap a,
.cart-page .wc-block-cart__main .card-product-item .img-wrap .cart-item-img-block,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image a,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .cart-item-img-block,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap a,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .cart-item-img-block,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image a,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap a,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image a,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap a,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .cart-item-img-block,
.cart-page .block-checkout-wrapper tr .wc-block-cart-item__image a,
.cart-page .block-checkout-wrapper tr .wc-block-cart-item__image .cart-item-img-block,
.cart-page .block-checkout-wrapper tr .img-wrap a,
.cart-page .block-checkout-wrapper tr .img-wrap .cart-item-img-block,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image a,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap a,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .cart-item-img-block,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image a,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .cart-item-img-block,
.cart-page .block-checkout-wrapper .card-product-item .img-wrap a,
.cart-page .block-checkout-wrapper .card-product-item .img-wrap .cart-item-img-block {
	justify-content: start;
	align-items: center;
	gap: 16px;
	display: inline-flex
}

.check-page .wc-block-cart__main tr .wc-block-cart-item__image a img,
.check-page .wc-block-cart__main tr .wc-block-cart-item__image .cart-item-img-block img,
.check-page .wc-block-cart__main tr .img-wrap a img,
.check-page .wc-block-cart__main tr .img-wrap .cart-item-img-block img,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image a img,
.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.check-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap a img,
.check-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.check-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image a img,
.check-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.check-page .wc-block-cart__main .card-product-item .img-wrap a img,
.check-page .wc-block-cart__main .card-product-item .img-wrap .cart-item-img-block img,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image a img,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .cart-item-img-block img,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap a img,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .cart-item-img-block img,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image a img,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap a img,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image a img,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap a img,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .cart-item-img-block img,
.check-page .block-checkout-wrapper tr .wc-block-cart-item__image a img,
.check-page .block-checkout-wrapper tr .wc-block-cart-item__image .cart-item-img-block img,
.check-page .block-checkout-wrapper tr .img-wrap a img,
.check-page .block-checkout-wrapper tr .img-wrap .cart-item-img-block img,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image a img,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap a img,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.check-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image a img,
.check-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.check-page .block-checkout-wrapper .card-product-item .img-wrap a img,
.check-page .block-checkout-wrapper .card-product-item .img-wrap .cart-item-img-block img,
.checkout .wc-block-cart__main tr .wc-block-cart-item__image a img,
.checkout .wc-block-cart__main tr .wc-block-cart-item__image .cart-item-img-block img,
.checkout .wc-block-cart__main tr .img-wrap a img,
.checkout .wc-block-cart__main tr .img-wrap .cart-item-img-block img,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image a img,
.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.checkout .wc-block-cart__main .wc-block-cart-items__row .img-wrap a img,
.checkout .wc-block-cart__main .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.checkout .wc-block-cart__main .card-product-item .wc-block-cart-item__image a img,
.checkout .wc-block-cart__main .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.checkout .wc-block-cart__main .card-product-item .img-wrap a img,
.checkout .wc-block-cart__main .card-product-item .img-wrap .cart-item-img-block img,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image a img,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .cart-item-img-block img,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap a img,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .cart-item-img-block img,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image a img,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap a img,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image a img,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap a img,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .cart-item-img-block img,
.checkout .block-checkout-wrapper tr .wc-block-cart-item__image a img,
.checkout .block-checkout-wrapper tr .wc-block-cart-item__image .cart-item-img-block img,
.checkout .block-checkout-wrapper tr .img-wrap a img,
.checkout .block-checkout-wrapper tr .img-wrap .cart-item-img-block img,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image a img,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .img-wrap a img,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.checkout .block-checkout-wrapper .card-product-item .wc-block-cart-item__image a img,
.checkout .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.checkout .block-checkout-wrapper .card-product-item .img-wrap a img,
.checkout .block-checkout-wrapper .card-product-item .img-wrap .cart-item-img-block img,
.checkout-page .wc-block-cart__main tr .wc-block-cart-item__image a img,
.checkout-page .wc-block-cart__main tr .wc-block-cart-item__image .cart-item-img-block img,
.checkout-page .wc-block-cart__main tr .img-wrap a img,
.checkout-page .wc-block-cart__main tr .img-wrap .cart-item-img-block img,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image a img,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap a img,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image a img,
.checkout-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.checkout-page .wc-block-cart__main .card-product-item .img-wrap a img,
.checkout-page .wc-block-cart__main .card-product-item .img-wrap .cart-item-img-block img,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image a img,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .cart-item-img-block img,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap a img,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .cart-item-img-block img,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image a img,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap a img,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image a img,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap a img,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .cart-item-img-block img,
.checkout-page .block-checkout-wrapper tr .wc-block-cart-item__image a img,
.checkout-page .block-checkout-wrapper tr .wc-block-cart-item__image .cart-item-img-block img,
.checkout-page .block-checkout-wrapper tr .img-wrap a img,
.checkout-page .block-checkout-wrapper tr .img-wrap .cart-item-img-block img,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image a img,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap a img,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image a img,
.checkout-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.checkout-page .block-checkout-wrapper .card-product-item .img-wrap a img,
.checkout-page .block-checkout-wrapper .card-product-item .img-wrap .cart-item-img-block img,
.cart .wc-block-cart__main tr .wc-block-cart-item__image a img,
.cart .wc-block-cart__main tr .wc-block-cart-item__image .cart-item-img-block img,
.cart .wc-block-cart__main tr .img-wrap a img,
.cart .wc-block-cart__main tr .img-wrap .cart-item-img-block img,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image a img,
.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.cart .wc-block-cart__main .wc-block-cart-items__row .img-wrap a img,
.cart .wc-block-cart__main .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.cart .wc-block-cart__main .card-product-item .wc-block-cart-item__image a img,
.cart .wc-block-cart__main .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.cart .wc-block-cart__main .card-product-item .img-wrap a img,
.cart .wc-block-cart__main .card-product-item .img-wrap .cart-item-img-block img,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image a img,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .cart-item-img-block img,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap a img,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .cart-item-img-block img,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image a img,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap a img,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image a img,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap a img,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .cart-item-img-block img,
.cart .block-checkout-wrapper tr .wc-block-cart-item__image a img,
.cart .block-checkout-wrapper tr .wc-block-cart-item__image .cart-item-img-block img,
.cart .block-checkout-wrapper tr .img-wrap a img,
.cart .block-checkout-wrapper tr .img-wrap .cart-item-img-block img,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image a img,
.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.cart .block-checkout-wrapper .wc-block-cart-items__row .img-wrap a img,
.cart .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.cart .block-checkout-wrapper .card-product-item .wc-block-cart-item__image a img,
.cart .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.cart .block-checkout-wrapper .card-product-item .img-wrap a img,
.cart .block-checkout-wrapper .card-product-item .img-wrap .cart-item-img-block img,
.cart-page .wc-block-cart__main tr .wc-block-cart-item__image a img,
.cart-page .wc-block-cart__main tr .wc-block-cart-item__image .cart-item-img-block img,
.cart-page .wc-block-cart__main tr .img-wrap a img,
.cart-page .wc-block-cart__main tr .img-wrap .cart-item-img-block img,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image a img,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap a img,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.cart-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image a img,
.cart-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.cart-page .wc-block-cart__main .card-product-item .img-wrap a img,
.cart-page .wc-block-cart__main .card-product-item .img-wrap .cart-item-img-block img,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image a img,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .cart-item-img-block img,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap a img,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .cart-item-img-block img,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image a img,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap a img,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image a img,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap a img,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .cart-item-img-block img,
.cart-page .block-checkout-wrapper tr .wc-block-cart-item__image a img,
.cart-page .block-checkout-wrapper tr .wc-block-cart-item__image .cart-item-img-block img,
.cart-page .block-checkout-wrapper tr .img-wrap a img,
.cart-page .block-checkout-wrapper tr .img-wrap .cart-item-img-block img,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image a img,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .cart-item-img-block img,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap a img,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .cart-item-img-block img,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image a img,
.cart-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .cart-item-img-block img,
.cart-page .block-checkout-wrapper .card-product-item .img-wrap a img,
.cart-page .block-checkout-wrapper .card-product-item .img-wrap .cart-item-img-block img {
	width: 76px;
	height: 60px;
	min-width: 76px;
	min-height: 60px;
	padding: 5px;
	border-radius: 16px;
	background-color: #fff
}

@media (min-width: 1000px) {

	.check-page .wc-block-cart__main tr .wc-block-cart-item__image,
	.check-page .wc-block-cart__main tr .img-wrap,
	.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
	.check-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap,
	.check-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
	.check-page .wc-block-cart__main .card-product-item .img-wrap,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap,
	.check-page .block-checkout-wrapper tr .wc-block-cart-item__image,
	.check-page .block-checkout-wrapper tr .img-wrap,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap,
	.check-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
	.check-page .block-checkout-wrapper .card-product-item .img-wrap,
	.checkout .wc-block-cart__main tr .wc-block-cart-item__image,
	.checkout .wc-block-cart__main tr .img-wrap,
	.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
	.checkout .wc-block-cart__main .wc-block-cart-items__row .img-wrap,
	.checkout .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
	.checkout .wc-block-cart__main .card-product-item .img-wrap,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap,
	.checkout .block-checkout-wrapper tr .wc-block-cart-item__image,
	.checkout .block-checkout-wrapper tr .img-wrap,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row .img-wrap,
	.checkout .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
	.checkout .block-checkout-wrapper .card-product-item .img-wrap,
	.checkout-page .wc-block-cart__main tr .wc-block-cart-item__image,
	.checkout-page .wc-block-cart__main tr .img-wrap,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap,
	.checkout-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
	.checkout-page .wc-block-cart__main .card-product-item .img-wrap,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap,
	.checkout-page .block-checkout-wrapper tr .wc-block-cart-item__image,
	.checkout-page .block-checkout-wrapper tr .img-wrap,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap,
	.checkout-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
	.checkout-page .block-checkout-wrapper .card-product-item .img-wrap,
	.cart .wc-block-cart__main tr .wc-block-cart-item__image,
	.cart .wc-block-cart__main tr .img-wrap,
	.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
	.cart .wc-block-cart__main .wc-block-cart-items__row .img-wrap,
	.cart .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
	.cart .wc-block-cart__main .card-product-item .img-wrap,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap,
	.cart .block-checkout-wrapper tr .wc-block-cart-item__image,
	.cart .block-checkout-wrapper tr .img-wrap,
	.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
	.cart .block-checkout-wrapper .wc-block-cart-items__row .img-wrap,
	.cart .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
	.cart .block-checkout-wrapper .card-product-item .img-wrap,
	.cart-page .wc-block-cart__main tr .wc-block-cart-item__image,
	.cart-page .wc-block-cart__main tr .img-wrap,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap,
	.cart-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image,
	.cart-page .wc-block-cart__main .card-product-item .img-wrap,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap,
	.cart-page .block-checkout-wrapper tr .wc-block-cart-item__image,
	.cart-page .block-checkout-wrapper tr .img-wrap,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap,
	.cart-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image,
	.cart-page .block-checkout-wrapper .card-product-item .img-wrap {
		display: contents
	}

	.check-page .wc-block-cart__main tr .wc-block-cart-item__image .btn-cart-product-remove,
	.check-page .wc-block-cart__main tr .img-wrap .btn-cart-product-remove,
	.check-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.check-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.check-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.check-page .wc-block-cart__main .card-product-item .img-wrap .btn-cart-product-remove,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .btn-cart-product-remove,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .btn-cart-product-remove,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .btn-cart-product-remove,
	.check-page .block-checkout-wrapper tr .wc-block-cart-item__image .btn-cart-product-remove,
	.check-page .block-checkout-wrapper tr .img-wrap .btn-cart-product-remove,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.check-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.check-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.check-page .block-checkout-wrapper .card-product-item .img-wrap .btn-cart-product-remove,
	.checkout .wc-block-cart__main tr .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout .wc-block-cart__main tr .img-wrap .btn-cart-product-remove,
	.checkout .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout .wc-block-cart__main .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.checkout .wc-block-cart__main .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout .wc-block-cart__main .card-product-item .img-wrap .btn-cart-product-remove,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .btn-cart-product-remove,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .btn-cart-product-remove,
	.checkout .block-checkout-wrapper tr .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout .block-checkout-wrapper tr .img-wrap .btn-cart-product-remove,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.checkout .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout .block-checkout-wrapper .card-product-item .img-wrap .btn-cart-product-remove,
	.checkout-page .wc-block-cart__main tr .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout-page .wc-block-cart__main tr .img-wrap .btn-cart-product-remove,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.checkout-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout-page .wc-block-cart__main .card-product-item .img-wrap .btn-cart-product-remove,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .btn-cart-product-remove,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .btn-cart-product-remove,
	.checkout-page .block-checkout-wrapper tr .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout-page .block-checkout-wrapper tr .img-wrap .btn-cart-product-remove,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.checkout-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.checkout-page .block-checkout-wrapper .card-product-item .img-wrap .btn-cart-product-remove,
	.cart .wc-block-cart__main tr .wc-block-cart-item__image .btn-cart-product-remove,
	.cart .wc-block-cart__main tr .img-wrap .btn-cart-product-remove,
	.cart .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.cart .wc-block-cart__main .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.cart .wc-block-cart__main .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.cart .wc-block-cart__main .card-product-item .img-wrap .btn-cart-product-remove,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .btn-cart-product-remove,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .btn-cart-product-remove,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .btn-cart-product-remove,
	.cart .block-checkout-wrapper tr .wc-block-cart-item__image .btn-cart-product-remove,
	.cart .block-checkout-wrapper tr .img-wrap .btn-cart-product-remove,
	.cart .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.cart .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.cart .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.cart .block-checkout-wrapper .card-product-item .img-wrap .btn-cart-product-remove,
	.cart-page .wc-block-cart__main tr .wc-block-cart-item__image .btn-cart-product-remove,
	.cart-page .wc-block-cart__main tr .img-wrap .btn-cart-product-remove,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.cart-page .wc-block-cart__main .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.cart-page .wc-block-cart__main .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.cart-page .wc-block-cart__main .card-product-item .img-wrap .btn-cart-product-remove,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .wc-block-cart-item__image .btn-cart-product-remove,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .img-wrap .btn-cart-product-remove,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .img-wrap .btn-cart-product-remove,
	.cart-page .block-checkout-wrapper tr .wc-block-cart-item__image .btn-cart-product-remove,
	.cart-page .block-checkout-wrapper tr .img-wrap .btn-cart-product-remove,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row .wc-block-cart-item__image .btn-cart-product-remove,
	.cart-page .block-checkout-wrapper .wc-block-cart-items__row .img-wrap .btn-cart-product-remove,
	.cart-page .block-checkout-wrapper .card-product-item .wc-block-cart-item__image .btn-cart-product-remove,
	.cart-page .block-checkout-wrapper .card-product-item .img-wrap .btn-cart-product-remove {
		order: 3
	}
}

.check-page .wc-block-cart__main tr .cart-count-cost-block,
.check-page .wc-block-cart__main .wc-block-cart-items__row .cart-count-cost-block,
.check-page .wc-block-cart__main .card-product-item .cart-count-cost-block,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .cart-count-cost-block,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .cart-count-cost-block,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .cart-count-cost-block,
.check-page .block-checkout-wrapper tr .cart-count-cost-block,
.check-page .block-checkout-wrapper .wc-block-cart-items__row .cart-count-cost-block,
.check-page .block-checkout-wrapper .card-product-item .cart-count-cost-block,
.checkout .wc-block-cart__main tr .cart-count-cost-block,
.checkout .wc-block-cart__main .wc-block-cart-items__row .cart-count-cost-block,
.checkout .wc-block-cart__main .card-product-item .cart-count-cost-block,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .cart-count-cost-block,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .cart-count-cost-block,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .cart-count-cost-block,
.checkout .block-checkout-wrapper tr .cart-count-cost-block,
.checkout .block-checkout-wrapper .wc-block-cart-items__row .cart-count-cost-block,
.checkout .block-checkout-wrapper .card-product-item .cart-count-cost-block,
.checkout-page .wc-block-cart__main tr .cart-count-cost-block,
.checkout-page .wc-block-cart__main .wc-block-cart-items__row .cart-count-cost-block,
.checkout-page .wc-block-cart__main .card-product-item .cart-count-cost-block,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .cart-count-cost-block,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .cart-count-cost-block,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .cart-count-cost-block,
.checkout-page .block-checkout-wrapper tr .cart-count-cost-block,
.checkout-page .block-checkout-wrapper .wc-block-cart-items__row .cart-count-cost-block,
.checkout-page .block-checkout-wrapper .card-product-item .cart-count-cost-block,
.cart .wc-block-cart__main tr .cart-count-cost-block,
.cart .wc-block-cart__main .wc-block-cart-items__row .cart-count-cost-block,
.cart .wc-block-cart__main .card-product-item .cart-count-cost-block,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .cart-count-cost-block,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .cart-count-cost-block,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .cart-count-cost-block,
.cart .block-checkout-wrapper tr .cart-count-cost-block,
.cart .block-checkout-wrapper .wc-block-cart-items__row .cart-count-cost-block,
.cart .block-checkout-wrapper .card-product-item .cart-count-cost-block,
.cart-page .wc-block-cart__main tr .cart-count-cost-block,
.cart-page .wc-block-cart__main .wc-block-cart-items__row .cart-count-cost-block,
.cart-page .wc-block-cart__main .card-product-item .cart-count-cost-block,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr .cart-count-cost-block,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .wc-block-cart-items__row .cart-count-cost-block,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .card-product-item .cart-count-cost-block,
.cart-page .block-checkout-wrapper tr .cart-count-cost-block,
.cart-page .block-checkout-wrapper .wc-block-cart-items__row .cart-count-cost-block,
.cart-page .block-checkout-wrapper .card-product-item .cart-count-cost-block {
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	display: inline-flex
}

.check-page .wc-block-cart__main .btn-cart-conferm,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .btn-cart-conferm,
.check-page .block-checkout-wrapper .btn-cart-conferm,
.checkout .wc-block-cart__main .btn-cart-conferm,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .btn-cart-conferm,
.checkout .block-checkout-wrapper .btn-cart-conferm,
.checkout-page .wc-block-cart__main .btn-cart-conferm,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .btn-cart-conferm,
.checkout-page .block-checkout-wrapper .btn-cart-conferm,
.cart .wc-block-cart__main .btn-cart-conferm,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .btn-cart-conferm,
.cart .block-checkout-wrapper .btn-cart-conferm,
.cart-page .wc-block-cart__main .btn-cart-conferm,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .btn-cart-conferm,
.cart-page .block-checkout-wrapper .btn-cart-conferm {
	align-self: stretch;
	padding: 16px;
	background: #DC35FF;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	color: white;
	font-size: 18px;
	font-weight: 600
}

.check-page .wc-block-cart__main .cart-contact-text-item .icon-wrap,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .cart-contact-text-item .icon-wrap,
.check-page .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
.checkout .wc-block-cart__main .cart-contact-text-item .icon-wrap,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .cart-contact-text-item .icon-wrap,
.checkout .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
.checkout-page .wc-block-cart__main .cart-contact-text-item .icon-wrap,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .cart-contact-text-item .icon-wrap,
.checkout-page .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
.cart .wc-block-cart__main .cart-contact-text-item .icon-wrap,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .cart-contact-text-item .icon-wrap,
.cart .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
.cart-page .wc-block-cart__main .cart-contact-text-item .icon-wrap,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .cart-contact-text-item .icon-wrap,
.cart-page .block-checkout-wrapper .cart-contact-text-item .icon-wrap {
	width: 24px;
	height: 24px
}

.check-page .wc-block-cart__main .cart-contact-text-item .icon-wrap svg,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .cart-contact-text-item .icon-wrap svg,
.check-page .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
.checkout .wc-block-cart__main .cart-contact-text-item .icon-wrap svg,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .cart-contact-text-item .icon-wrap svg,
.checkout .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
.checkout-page .wc-block-cart__main .cart-contact-text-item .icon-wrap svg,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .cart-contact-text-item .icon-wrap svg,
.checkout-page .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
.cart .wc-block-cart__main .cart-contact-text-item .icon-wrap svg,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .cart-contact-text-item .icon-wrap svg,
.cart .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
.cart-page .wc-block-cart__main .cart-contact-text-item .icon-wrap svg,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .cart-contact-text-item .icon-wrap svg,
.cart-page .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg {
	width: 24px;
	height: 24px
}

.check-page .wc-block-cart__main .block-checkout,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-checkout,
.check-page .block-checkout-wrapper .block-checkout,
.checkout .wc-block-cart__main .block-checkout,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-checkout,
.checkout .block-checkout-wrapper .block-checkout,
.checkout-page .wc-block-cart__main .block-checkout,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-checkout,
.checkout-page .block-checkout-wrapper .block-checkout,
.cart .wc-block-cart__main .block-checkout,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-checkout,
.cart .block-checkout-wrapper .block-checkout,
.cart-page .wc-block-cart__main .block-checkout,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block .block-checkout,
.cart-page .block-checkout-wrapper .block-checkout {
	grid-area: checkout
}

.check-page .wc-block-cart__main input,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block input,
.check-page .block-checkout-wrapper input,
.checkout .wc-block-cart__main input,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block input,
.checkout .block-checkout-wrapper input,
.checkout-page .wc-block-cart__main input,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block input,
.checkout-page .block-checkout-wrapper input,
.cart .wc-block-cart__main input,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block input,
.cart .block-checkout-wrapper input,
.cart-page .wc-block-cart__main input,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block input,
.cart-page .block-checkout-wrapper input {
	color: var(--text-color-main);
	align-self: stretch;
	padding: 16px;
	overflow: hidden;
	border-radius: 24px;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	border: 0;
	outline: none
}

.check-page .wc-block-cart__main input::placeholder,
.check-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block input::placeholder,
.check-page .block-checkout-wrapper input::placeholder,
.checkout .wc-block-cart__main input::placeholder,
.checkout .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block input::placeholder,
.checkout .block-checkout-wrapper input::placeholder,
.checkout-page .wc-block-cart__main input::placeholder,
.checkout-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block input::placeholder,
.checkout-page .block-checkout-wrapper input::placeholder,
.cart .wc-block-cart__main input::placeholder,
.cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block input::placeholder,
.cart .block-checkout-wrapper input::placeholder,
.cart-page .wc-block-cart__main input::placeholder,
.cart-page .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block input::placeholder,
.cart-page .block-checkout-wrapper input::placeholder {
	font-size: 16px;
	color: var(--color-input-placeholder)
}

.check-page .mob-col,
.checkout .mob-col,
.checkout-page .mob-col,
.cart .mob-col,
.cart-page .mob-col {
	width: 100%
}

.check-page .mob-col>*,
.checkout .mob-col>*,
.checkout-page .mob-col>*,
.cart .mob-col>*,
.cart-page .mob-col>* {
	width: 100%
}

.check-page button,
.check-page :root :where(.wp-element-button, .wp-block-button__link),
.check-page .wp-element-button,
.check-page .wp-block-button__link,
.checkout button,
.checkout :root :where(.wp-element-button, .wp-block-button__link),
.checkout .wp-element-button,
.checkout .wp-block-button__link,
.checkout-page button,
.checkout-page :root :where(.wp-element-button, .wp-block-button__link),
.checkout-page .wp-element-button,
.checkout-page .wp-block-button__link,
.cart button,
.cart :root :where(.wp-element-button, .wp-block-button__link),
.cart .wp-element-button,
.cart .wp-block-button__link,
.cart-page button,
.cart-page :root :where(.wp-element-button, .wp-block-button__link),
.cart-page .wp-element-button,
.cart-page .wp-block-button__link {
	background-color: var(--style-color-main);
	border-width: 0;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 16px;
	text-decoration: none;
	border-radius: 24px
}

.check-page button .wc-block-components-button__text,
.check-page :root :where(.wp-element-button, .wp-block-button__link) .wc-block-components-button__text,
.check-page .wp-element-button .wc-block-components-button__text,
.check-page .wp-block-button__link .wc-block-components-button__text,
.checkout button .wc-block-components-button__text,
.checkout :root :where(.wp-element-button, .wp-block-button__link) .wc-block-components-button__text,
.checkout .wp-element-button .wc-block-components-button__text,
.checkout .wp-block-button__link .wc-block-components-button__text,
.checkout-page button .wc-block-components-button__text,
.checkout-page :root :where(.wp-element-button, .wp-block-button__link) .wc-block-components-button__text,
.checkout-page .wp-element-button .wc-block-components-button__text,
.checkout-page .wp-block-button__link .wc-block-components-button__text,
.cart button .wc-block-components-button__text,
.cart :root :where(.wp-element-button, .wp-block-button__link) .wc-block-components-button__text,
.cart .wp-element-button .wc-block-components-button__text,
.cart .wp-block-button__link .wc-block-components-button__text,
.cart-page button .wc-block-components-button__text,
.cart-page :root :where(.wp-element-button, .wp-block-button__link) .wc-block-components-button__text,
.cart-page .wp-element-button .wc-block-components-button__text,
.cart-page .wp-block-button__link .wc-block-components-button__text {
	opacity: 1 !important
}

.check-page .wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text,
.checkout .wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text,
.checkout-page .wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text,
.cart .wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text,
.cart-page .wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
	opacity: 1
}

@media (max-width: 1400px) {

	.check-page .block-checkout-wrapper,
	.checkout .block-checkout-wrapper,
	.checkout-page .block-checkout-wrapper,
	.cart .block-checkout-wrapper,
	.cart-page .block-checkout-wrapper {
		display: flex;
		flex-direction: column;
		gap: 12px
	}

	.check-page .block-checkout-wrapper .block-products-wrapp,
	.checkout .block-checkout-wrapper .block-products-wrapp,
	.checkout-page .block-checkout-wrapper .block-products-wrapp,
	.cart .block-checkout-wrapper .block-products-wrapp,
	.cart-page .block-checkout-wrapper .block-products-wrapp {
		display: contents
	}

	.check-page .block-checkout-wrapper .block-products,
	.checkout .block-checkout-wrapper .block-products,
	.checkout-page .block-checkout-wrapper .block-products,
	.cart .block-checkout-wrapper .block-products,
	.cart-page .block-checkout-wrapper .block-products {
		order: 1
	}

	.check-page .block-checkout-wrapper .block-info,
	.checkout .block-checkout-wrapper .block-info,
	.checkout-page .block-checkout-wrapper .block-info,
	.cart .block-checkout-wrapper .block-info,
	.cart-page .block-checkout-wrapper .block-info {
		order: 3
	}

	.check-page .block-checkout-wrapper .block-checkout,
	.checkout .block-checkout-wrapper .block-checkout,
	.checkout-page .block-checkout-wrapper .block-checkout,
	.cart .block-checkout-wrapper .block-checkout,
	.cart-page .block-checkout-wrapper .block-checkout {
		order: 2;
		width: 100%
	}
}

@media (max-width: 1000px) {

	.check-page .block-checkout-wrapper,
	.checkout .block-checkout-wrapper,
	.checkout-page .block-checkout-wrapper,
	.cart .block-checkout-wrapper,
	.cart-page .block-checkout-wrapper {
		font-size: 12px;
		display: flex;
		flex-direction: column;
		gap: 12px
	}

	.check-page .block-checkout-wrapper .block-title,
	.checkout .block-checkout-wrapper .block-title,
	.checkout-page .block-checkout-wrapper .block-title,
	.cart .block-checkout-wrapper .block-title,
	.cart-page .block-checkout-wrapper .block-title {
		font-size: 18px
	}

	.check-page .block-checkout-wrapper .block-item-total,
	.checkout .block-checkout-wrapper .block-item-total,
	.checkout-page .block-checkout-wrapper .block-item-total,
	.cart .block-checkout-wrapper .block-item-total,
	.cart-page .block-checkout-wrapper .block-item-total {
		font-size: 18px
	}

	.check-page .block-checkout-wrapper .block-products-wrapp,
	.checkout .block-checkout-wrapper .block-products-wrapp,
	.checkout-page .block-checkout-wrapper .block-products-wrapp,
	.cart .block-checkout-wrapper .block-products-wrapp,
	.cart-page .block-checkout-wrapper .block-products-wrapp {
		display: contents
	}

	.check-page .block-checkout-wrapper .block-products,
	.checkout .block-checkout-wrapper .block-products,
	.checkout-page .block-checkout-wrapper .block-products,
	.cart .block-checkout-wrapper .block-products,
	.cart-page .block-checkout-wrapper .block-products {
		order: 1
	}

	.check-page .block-checkout-wrapper .block-products .card-product-item .cost,
	.checkout .block-checkout-wrapper .block-products .card-product-item .cost,
	.checkout-page .block-checkout-wrapper .block-products .card-product-item .cost,
	.cart .block-checkout-wrapper .block-products .card-product-item .cost,
	.cart-page .block-checkout-wrapper .block-products .card-product-item .cost {
		font-size: 18px;
		font-weight: 600
	}

	.check-page .block-checkout-wrapper .block-info,
	.checkout .block-checkout-wrapper .block-info,
	.checkout-page .block-checkout-wrapper .block-info,
	.cart .block-checkout-wrapper .block-info,
	.cart-page .block-checkout-wrapper .block-info {
		order: 3
	}

	.check-page .block-checkout-wrapper .block-checkout,
	.checkout .block-checkout-wrapper .block-checkout,
	.checkout-page .block-checkout-wrapper .block-checkout,
	.cart .block-checkout-wrapper .block-checkout,
	.cart-page .block-checkout-wrapper .block-checkout {
		order: 2
	}

	.check-page .block-checkout-wrapper input::placeholder,
	.checkout .block-checkout-wrapper input::placeholder,
	.checkout-page .block-checkout-wrapper input::placeholder,
	.cart .block-checkout-wrapper input::placeholder,
	.cart-page .block-checkout-wrapper input::placeholder {
		font-size: 12px;
		color: var(--color-input-placeholder)
	}

	.check-page .block-checkout-wrapper .btn-cart-conferm,
	.checkout .block-checkout-wrapper .btn-cart-conferm,
	.checkout-page .block-checkout-wrapper .btn-cart-conferm,
	.cart .block-checkout-wrapper .btn-cart-conferm,
	.cart-page .block-checkout-wrapper .btn-cart-conferm {
		padding: 12px;
		font-size: 14px
	}

	.check-page .block-checkout-wrapper .cart-contact-text-item,
	.checkout .block-checkout-wrapper .cart-contact-text-item,
	.checkout-page .block-checkout-wrapper .cart-contact-text-item,
	.cart .block-checkout-wrapper .cart-contact-text-item,
	.cart-page .block-checkout-wrapper .cart-contact-text-item {
		font-size: 14px
	}

	.check-page .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.checkout .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.checkout-page .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.cart .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.cart-page .block-checkout-wrapper .cart-contact-text-item .icon-wrap {
		width: 20px;
		height: 20px
	}

	.check-page .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.checkout .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.checkout-page .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.cart .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.cart-page .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg {
		width: 20px;
		height: 20px
	}

	.check-page .mob-col,
	.checkout .mob-col,
	.checkout-page .mob-col,
	.cart .mob-col,
	.cart-page .mob-col {
		flex-direction: column;
		width: 100%
	}

	.check-page .mob-col>*,
	.checkout .mob-col>*,
	.checkout-page .mob-col>*,
	.cart .mob-col>*,
	.cart-page .mob-col>* {
		width: 100%
	}
}

@media (max-width: 782px) {

	.check-page .wc-block-cart .wc-block-cart__submit-container--sticky,
	.checkout .wc-block-cart .wc-block-cart__submit-container--sticky,
	.checkout-page .wc-block-cart .wc-block-cart__submit-container--sticky,
	.cart .wc-block-cart .wc-block-cart__submit-container--sticky,
	.cart-page .wc-block-cart .wc-block-cart__submit-container--sticky {
		background-color: transparent !important;
		bottom: 50px;
		box-sizing: border-box;
		left: 0;
		padding: 16px;
		position: fixed;
		width: 100%;
		z-index: 9999
	}
}

@media (max-width: 782px) {

	.check-page .wc-block-cart .wc-block-cart__submit-container--sticky:before,
	.checkout .wc-block-cart .wc-block-cart__submit-container--sticky:before,
	.checkout-page .wc-block-cart .wc-block-cart__submit-container--sticky:before,
	.cart .wc-block-cart .wc-block-cart__submit-container--sticky:before,
	.cart-page .wc-block-cart .wc-block-cart__submit-container--sticky:before {
		box-shadow: 0 -10px 20px 10px currentColor;
		color: rgba(204, 204, 204, 0.3);
		content: none;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0
	}
}

.check-page .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.check-page .wp-block-woocommerce-empty-cart-block h2:nth-child(2),
.check-page .wp-block-woocommerce-empty-cart-block h2:nth-child(3),
.checkout .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.checkout .wp-block-woocommerce-empty-cart-block h2:nth-child(2),
.checkout .wp-block-woocommerce-empty-cart-block h2:nth-child(3),
.checkout-page .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.checkout-page .wp-block-woocommerce-empty-cart-block h2:nth-child(2),
.checkout-page .wp-block-woocommerce-empty-cart-block h2:nth-child(3),
.cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.cart .wp-block-woocommerce-empty-cart-block h2:nth-child(2),
.cart .wp-block-woocommerce-empty-cart-block h2:nth-child(3),
.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.cart-page .wp-block-woocommerce-empty-cart-block h2:nth-child(2),
.cart-page .wp-block-woocommerce-empty-cart-block h2:nth-child(3) {
	display: none
}

.checkout-page .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.checkout-page .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	border-radius: 24px;
	box-shadow: inset 0 0 0 1.5px var(--style-color-main)
}

body .wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
body .wc-blocks-components-select .wc-blocks-components-select__label,
body .checkout .wp-block-woocommerce-checkout-order-summary-block label,
body .checkout .wc-block-components-main label,
.checkout .wc-block-checkout__main label,
body .checkout .wp-block-woocommerce-checkout-fields-block label,
body .checkout .wp-block-woocommerce-cart-totals-block label,
body .checkout-page .wp-block-woocommerce-checkout-order-summary-block label,
body .checkout-page .wc-block-components-main label,
body .checkout-page .wc-block-checkout__main label,
body .checkout-page .wp-block-woocommerce-checkout-fields-block label,
body .checkout-page .wp-block-woocommerce-cart-totals-block label,
body .cart .wp-block-woocommerce-checkout-order-summary-block label,
body .cart .wc-block-components-main label,
body .cart .wc-block-checkout__main label,
body .cart .wp-block-woocommerce-checkout-fields-block label,
body .cart .wp-block-woocommerce-cart-totals-block label,
body .cart-page .wp-block-woocommerce-checkout-order-summary-block label,
body .cart-page .wc-block-components-main label,
body .cart-page .wc-block-checkout__main label,
body .cart-page .wp-block-woocommerce-checkout-fields-block label,
body .cart-page .wp-block-woocommerce-cart-totals-block label {
	color: var(--text-color-main)
}

.checkout-page .wc-block-checkout__add-note .wc-block-components-textarea:focus,
.checkout-page .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
.checkout-page .wc-block-components-textarea,
.checkout-page .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
	background: var(--container-bg-color);
	color: var(--text-color-main);
	border-radius: 24px;
	border: 0
}

body .wc-blocks-components-select .wc-blocks-components-select__container {
	background: var(--container-bg-color)
}

body .wc-blocks-components-select__select {
	background: var(--container-bg-color);
	color: var(--text-color-main)
}

body .wc-blocks-components-select__select option {
	color: var(--text-color-main)
}

body div.wc-blocks-components-select__container select#billing-country.wc-blocks-components-select__select {
	background: var(--container-bg-color) !important;
	color: var(--text-color-main) !important
}

body .wc-block-components-address-form__state .wc-blocks-components-select__container select#billing-state.wc-blocks-components-select__select {
	background: var(--container-bg-color) !important;
	color: var(--text-color-main) !important
}

body .wc-block-components-address-form__state .wc-blocks-components-select__container select#billing-state.wc-blocks-components-select__select option {
	color: var(--text-color-main) !important
}

.my-account-page h1,
.my-account-page .woocommerce h1,
.lk-page h1 {
	font-weight: 600
}

.my-account-page .page-title-wrapp,
.my-account-page .title-block,
.my-account-page .woocommerce .page-title-wrapp,
.my-account-page .woocommerce .title-block,
.lk-page .page-title-wrapp,
.lk-page .title-block {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex;
	align-self: stretch;
	justify-content: start;
	align-items: start;
	display: inline-flex
}

.my-account-page .page-title-wrapp .page-title,
.my-account-page .title-block .page-title,
.my-account-page .woocommerce .page-title-wrapp .page-title,
.my-account-page .woocommerce .title-block .page-title,
.lk-page .page-title-wrapp .page-title,
.lk-page .title-block .page-title {
	font-size: 38px;
	font-family: Montserrat;
	font-weight: 700
}

@media (max-width: 1000px) {

	.my-account-page .page-title-wrapp .page-title,
	.my-account-page .title-block .page-title,
	.my-account-page .woocommerce .page-title-wrapp .page-title,
	.my-account-page .woocommerce .title-block .page-title,
	.lk-page .page-title-wrapp .page-title,
	.lk-page .title-block .page-title {
		font-size: 24px
	}
}

.wc-blocks-components-select__select,
.wc-blocks-components-select__select,
#poster_wrapp,
.select2-container {
	background-color: var(--container-bg-color);
	color: var(--text-color-main)
}

.wc-blocks-components-select__select *,
.wc-blocks-components-select__select *,
#poster_wrapp *,
.select2-container * {
	background-color: var(--container-bg-color);
	color: var(--text-color-main)
}

.wc-blocks-components-select__select .select2-dropdown,
.wc-blocks-components-select__select .select2-dropdown *,
.wc-blocks-components-select__select .select2-dropdown,
.wc-blocks-components-select__select .select2-dropdown *,
#poster_wrapp .select2-dropdown,
#poster_wrapp .select2-dropdown *,
.select2-container .select2-dropdown,
.select2-container .select2-dropdown * {
	background-color: var(--container-bg-color);
	color: var(--text-color-main)
}

.wc-blocks-components-select__container,
.wc-blocks-components-select__select,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var(--block-odd-bg-color);
	background-color: var(--container-odd-bg-color);
	color: var(--text-color-second)
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.woocommerce-ordering select {
	background-color: var(--container-bg-color);
	color: var(--text-color-main);
	border: 0;
	outline: 0
}

.my-account-page .lk-menu,
.my-account-page .woocommerce .lk-menu,
.lk-page .lk-menu {
	width: 332px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex;
	flex-shrink: 0
}

.my-account-page .lk-menu .lk-link:hover,
.my-account-page .lk-menu .lk-link.active,
.my-account-page .woocommerce .lk-menu .lk-link:hover,
.my-account-page .woocommerce .lk-menu .lk-link.active,
.lk-page .lk-menu .lk-link:hover,
.lk-page .lk-menu .lk-link.active {
	color: #fff;
	background-color: var(--style-color-main);
	font-weight: 600
}

@media (max-width: 1000px) {

	.my-account-page .lk-menu,
	.my-account-page .woocommerce .lk-menu,
	.lk-page .lk-menu {
		width: 100%;
	}
}

@media (max-width: 1000px) {

	.my-account-page .lk-menu,
	.my-account-page .woocommerce .lk-menu,
	.lk-page .lk-menu {
		/*display: none*/
	}
}

.my-account-page .menu-block-list .lk-menu,
.my-account-page .woocommerce .menu-block-list .lk-menu,
.lk-page .menu-block-list .lk-menu {
	width: 100%
}

@media (max-width: 1000px) {

	.my-account-page .menu-block-list .lk-menu,
	.my-account-page .woocommerce .menu-block-list .lk-menu,
	.lk-page .menu-block-list .lk-menu {
		display: flex
	}
}

.my-account-page .woocommerce-MyAccount-content,
.my-account-page .lk-page-body,
.my-account-page .woocommerce .woocommerce-MyAccount-content,
.my-account-page .woocommerce .lk-page-body,
.lk-page .woocommerce-MyAccount-content,
.lk-page .lk-page-body {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-MyAccount-content,
	.my-account-page .lk-page-body,
	.my-account-page .woocommerce .woocommerce-MyAccount-content,
	.my-account-page .woocommerce .lk-page-body,
	.lk-page .woocommerce-MyAccount-content,
	.lk-page .lk-page-body {
		gap: 12px
	}
}

.my-account-page .woocommerce,
.my-account-page .lk-body-wrap,
.my-account-page .woocommerce .woocommerce,
.my-account-page .woocommerce .lk-body-wrap,
.lk-page .woocommerce,
.lk-page .lk-body-wrap {
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce,
	.my-account-page .lk-body-wrap,
	.my-account-page .woocommerce .woocommerce,
	.my-account-page .woocommerce .lk-body-wrap,
	.lk-page .woocommerce,
	.lk-page .lk-body-wrap {
		gap: 12px
	}
}

.my-account-page .woocommerce-MyAccount-content,
.my-account-page .woocommerce .woocommerce-MyAccount-content,
.lk-page .woocommerce-MyAccount-content {
	align-self: stretch;
	justify-content: start
}

.my-account-page .woocommerce-address-fields__field-wrapper,
.my-account-page .woocommerce-address-fields,
.my-account-page .woocommerce-MyAccount-content,
.my-account-page .lk-body,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper,
.my-account-page .woocommerce .woocommerce-address-fields,
.my-account-page .woocommerce .woocommerce-MyAccount-content,
.my-account-page .woocommerce .lk-body,
.lk-page .woocommerce-address-fields__field-wrapper,
.lk-page .woocommerce-address-fields,
.lk-page .woocommerce-MyAccount-content,
.lk-page .lk-body {
	flex: 1 1 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex;
	align-self: stretch;
	justify-content: start
}

.my-account-page .woocommerce-address-fields__field-wrapper .form-row,
.my-account-page .woocommerce-address-fields__field-wrapper .row,
.my-account-page .woocommerce-address-fields .form-row,
.my-account-page .woocommerce-address-fields .row,
.my-account-page .woocommerce-MyAccount-content .form-row,
.my-account-page .woocommerce-MyAccount-content .row,
.my-account-page .lk-body .form-row,
.my-account-page .lk-body .row,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .form-row,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .row,
.my-account-page .woocommerce .woocommerce-address-fields .form-row,
.my-account-page .woocommerce .woocommerce-address-fields .row,
.my-account-page .woocommerce .woocommerce-MyAccount-content .form-row,
.my-account-page .woocommerce .woocommerce-MyAccount-content .row,
.my-account-page .woocommerce .lk-body .form-row,
.my-account-page .woocommerce .lk-body .row,
.lk-page .woocommerce-address-fields__field-wrapper .form-row,
.lk-page .woocommerce-address-fields__field-wrapper .row,
.lk-page .woocommerce-address-fields .form-row,
.lk-page .woocommerce-address-fields .row,
.lk-page .woocommerce-MyAccount-content .form-row,
.lk-page .woocommerce-MyAccount-content .row,
.lk-page .lk-body .form-row,
.lk-page .lk-body .row {
	display: flex
}

.my-account-page .woocommerce-address-fields__field-wrapper .form-row>*,
.my-account-page .woocommerce-address-fields__field-wrapper .row>*,
.my-account-page .woocommerce-address-fields .form-row>*,
.my-account-page .woocommerce-address-fields .row>*,
.my-account-page .woocommerce-MyAccount-content .form-row>*,
.my-account-page .woocommerce-MyAccount-content .row>*,
.my-account-page .lk-body .form-row>*,
.my-account-page .lk-body .row>*,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .form-row>*,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .row>*,
.my-account-page .woocommerce .woocommerce-address-fields .form-row>*,
.my-account-page .woocommerce .woocommerce-address-fields .row>*,
.my-account-page .woocommerce .woocommerce-MyAccount-content .form-row>*,
.my-account-page .woocommerce .woocommerce-MyAccount-content .row>*,
.my-account-page .woocommerce .lk-body .form-row>*,
.my-account-page .woocommerce .lk-body .row>*,
.lk-page .woocommerce-address-fields__field-wrapper .form-row>*,
.lk-page .woocommerce-address-fields__field-wrapper .row>*,
.lk-page .woocommerce-address-fields .form-row>*,
.lk-page .woocommerce-address-fields .row>*,
.lk-page .woocommerce-MyAccount-content .form-row>*,
.lk-page .woocommerce-MyAccount-content .row>*,
.lk-page .lk-body .form-row>*,
.lk-page .lk-body .row>* {
	width: 100%
}

.my-account-page .woocommerce-address-fields__field-wrapper .col,
.my-account-page .woocommerce-address-fields .col,
.my-account-page .woocommerce-MyAccount-content .col,
.my-account-page .lk-body .col,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .col,
.my-account-page .woocommerce .woocommerce-address-fields .col,
.my-account-page .woocommerce .woocommerce-MyAccount-content .col,
.my-account-page .woocommerce .lk-body .col,
.lk-page .woocommerce-address-fields__field-wrapper .col,
.lk-page .woocommerce-address-fields .col,
.lk-page .woocommerce-MyAccount-content .col,
.lk-page .lk-body .col {
	flex-direction: column
}

.my-account-page .woocommerce-address-fields__field-wrapper .btn,
.my-account-page .woocommerce-address-fields .btn,
.my-account-page .woocommerce-MyAccount-content .btn,
.my-account-page .lk-body .btn,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .btn,
.my-account-page .woocommerce .woocommerce-address-fields .btn,
.my-account-page .woocommerce .woocommerce-MyAccount-content .btn,
.my-account-page .woocommerce .lk-body .btn,
.lk-page .woocommerce-address-fields__field-wrapper .btn,
.lk-page .woocommerce-address-fields .btn,
.lk-page .woocommerce-MyAccount-content .btn,
.lk-page .lk-body .btn {
	padding: 16px 24px;
	border-radius: 24px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-weight: 500
}

.my-account-page .woocommerce-address-fields__field-wrapper .btn.btn-styled,
.my-account-page .woocommerce-address-fields .btn.btn-styled,
.my-account-page .woocommerce-MyAccount-content .btn.btn-styled,
.my-account-page .lk-body .btn.btn-styled,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .btn.btn-styled,
.my-account-page .woocommerce .woocommerce-address-fields .btn.btn-styled,
.my-account-page .woocommerce .woocommerce-MyAccount-content .btn.btn-styled,
.my-account-page .woocommerce .lk-body .btn.btn-styled,
.lk-page .woocommerce-address-fields__field-wrapper .btn.btn-styled,
.lk-page .woocommerce-address-fields .btn.btn-styled,
.lk-page .woocommerce-MyAccount-content .btn.btn-styled,
.lk-page .lk-body .btn.btn-styled {
	color: #fff;
	background-color: var(--style-color-main);
	font-weight: 600
}

.my-account-page .woocommerce-address-fields__field-wrapper .btn.btn-second,
.my-account-page .woocommerce-address-fields .btn.btn-second,
.my-account-page .woocommerce-MyAccount-content .btn.btn-second,
.my-account-page .lk-body .btn.btn-second,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .btn.btn-second,
.my-account-page .woocommerce .woocommerce-address-fields .btn.btn-second,
.my-account-page .woocommerce .woocommerce-MyAccount-content .btn.btn-second,
.my-account-page .woocommerce .lk-body .btn.btn-second,
.lk-page .woocommerce-address-fields__field-wrapper .btn.btn-second,
.lk-page .woocommerce-address-fields .btn.btn-second,
.lk-page .woocommerce-MyAccount-content .btn.btn-second,
.lk-page .lk-body .btn.btn-second {
	background-color: var(--container-bg-color);
	color: var(--text-color-main)
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .btn,
	.my-account-page .woocommerce-address-fields .btn,
	.my-account-page .woocommerce-MyAccount-content .btn,
	.my-account-page .lk-body .btn,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .btn,
	.my-account-page .woocommerce .woocommerce-address-fields .btn,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .btn,
	.my-account-page .woocommerce .lk-body .btn,
	.lk-page .woocommerce-address-fields__field-wrapper .btn,
	.lk-page .woocommerce-address-fields .btn,
	.lk-page .woocommerce-MyAccount-content .btn,
	.lk-page .lk-body .btn {
		padding: 12px 24px;
		font-size: 14px
	}
}

@media (max-width: 600px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .btn,
	.my-account-page .woocommerce-address-fields .btn,
	.my-account-page .woocommerce-MyAccount-content .btn,
	.my-account-page .lk-body .btn,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .btn,
	.my-account-page .woocommerce .woocommerce-address-fields .btn,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .btn,
	.my-account-page .woocommerce .lk-body .btn,
	.lk-page .woocommerce-address-fields__field-wrapper .btn,
	.lk-page .woocommerce-address-fields .btn,
	.lk-page .woocommerce-MyAccount-content .btn,
	.lk-page .lk-body .btn {
		width: 50%
	}
}

.my-account-page .woocommerce-address-fields__field-wrapper .form-block,
.my-account-page .woocommerce-address-fields .form-block,
.my-account-page .woocommerce-MyAccount-content .form-block,
.my-account-page .lk-body .form-block,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .form-block,
.my-account-page .woocommerce .woocommerce-address-fields .form-block,
.my-account-page .woocommerce .woocommerce-MyAccount-content .form-block,
.my-account-page .woocommerce .lk-body .form-block,
.lk-page .woocommerce-address-fields__field-wrapper .form-block,
.lk-page .woocommerce-address-fields .form-block,
.lk-page .woocommerce-MyAccount-content .form-block,
.lk-page .lk-body .form-block {
	align-self: stretch;
	padding: 24px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex;
	max-width: calc(100vw - 24px)
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .form-block,
	.my-account-page .woocommerce-address-fields .form-block,
	.my-account-page .woocommerce-MyAccount-content .form-block,
	.my-account-page .lk-body .form-block,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .form-block,
	.my-account-page .woocommerce .woocommerce-address-fields .form-block,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .form-block,
	.my-account-page .woocommerce .lk-body .form-block,
	.lk-page .woocommerce-address-fields__field-wrapper .form-block,
	.lk-page .woocommerce-address-fields .form-block,
	.lk-page .woocommerce-MyAccount-content .form-block,
	.lk-page .lk-body .form-block {
		padding: 12px;
		gap: 12px
	}
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block,
.my-account-page .woocommerce-address-fields .lk-cart-block,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block,
.my-account-page .lk-body .lk-cart-block,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block,
.my-account-page .woocommerce .lk-body .lk-cart-block,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block,
.lk-page .woocommerce-address-fields .lk-cart-block,
.lk-page .woocommerce-MyAccount-content .lk-cart-block,
.lk-page .lk-body .lk-cart-block {
	width: 100%;
	flex: 1 1 0;
	padding: 24px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	display: inline-flex
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item,
.my-account-page .lk-body .lk-cart-block .lk-cart-item,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item,
.lk-page .lk-body .lk-cart-block .lk-cart-item {
	align-self: stretch;
	padding: 16px;
	border-radius: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	display: flex
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex;
	gap: 16px
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number {
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: flex;
	color: #AAAAAA;
	font-size: 16px;
	font-weight: 400
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost {
	font-size: 18px;
	font-weight: 500
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost .lk-cart-item-cost-sum,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost .lk-cart-item-cost-sum,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost .lk-cart-item-cost-sum,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost .lk-cart-item-cost-sum,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost .lk-cart-item-cost-sum,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost .lk-cart-item-cost-sum,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost .lk-cart-item-cost-sum,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost .lk-cart-item-cost-sum,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost .lk-cart-item-cost-sum,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost .lk-cart-item-cost-sum,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost .lk-cart-item-cost-sum,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost .lk-cart-item-cost-sum {
	font-weight: 700
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-status,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-status,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-status {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage {
	padding: 8px;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	color: #F4F4FA;
	font-size: 16px;
	font-weight: 400
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-styled,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-styled,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-styled,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-styled,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-styled,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-styled,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-styled,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-styled,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-styled,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-styled,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-styled,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-styled {
	background: #DC35FF
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-green,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-green,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-green,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-green,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-green,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-green,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-green,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-green,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-green,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-green,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-green,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage.bage-green {
	background: #137C42
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc {
	align-self: stretch;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img {
	width: 126px;
	height: 120px;
	padding: 16px;
	border-radius: 16px;
	object-fit: contain
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info {
	flex: 1 1 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	display: inline-flex;
	align-self: stretch;
	font-size: 12px;
	font-weight: 400
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title {
	font-weight: 500
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block {
	align-self: stretch;
	padding: 8px;
	overflow: hidden;
	border-radius: 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .icon-qr,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .icon-qr,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .icon-qr,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .icon-qr,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .icon-qr,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .icon-qr,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .icon-qr,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .icon-qr,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .icon-qr,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .icon-qr,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .icon-qr,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .icon-qr {
	width: 53px;
	height: 53px
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text {
	font-size: 16px;
	font-weight: 400
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block {
		align-items: start;
		gap: 8px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-number {
		font-size: 12px;
		gap: 12px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block .lk-cart-item-cost {
		font-size: 16px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-status .lk-cart-status-bage {
		font-size: 14px;
		gap: 12px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc {
		gap: 8px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info {
		font-size: 12px;
		gap: 8px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-desc-info .lk-cart-desc-title {
		font-size: 14px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block .lk-cart-qr-text {
		font-size: 14px
	}
}

@media (max-width: 700px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-info-block,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-info-block {
		flex-direction: column
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc {
		flex-direction: column
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-cart-item-img {
		width: 100%
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc .lk-qr-block {
		height: 120px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc>*,
	.my-account-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc>*,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc>*,
	.my-account-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc>*,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc>*,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc>*,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc>*,
	.my-account-page .woocommerce .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc>*,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block .lk-cart-item .lk-cart-desc>*,
	.lk-page .woocommerce-address-fields .lk-cart-block .lk-cart-item .lk-cart-desc>*,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block .lk-cart-item .lk-cart-desc>*,
	.lk-page .lk-body .lk-cart-block .lk-cart-item .lk-cart-desc>* {
		width: 100%
	}
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-cart-block,
	.my-account-page .woocommerce-address-fields .lk-cart-block,
	.my-account-page .woocommerce-MyAccount-content .lk-cart-block,
	.my-account-page .lk-body .lk-cart-block,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-cart-block,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-cart-block,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-cart-block,
	.my-account-page .woocommerce .lk-body .lk-cart-block,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-cart-block,
	.lk-page .woocommerce-address-fields .lk-cart-block,
	.lk-page .woocommerce-MyAccount-content .lk-cart-block,
	.lk-page .lk-body .lk-cart-block {
		padding: 12px;
		gap: 12px
	}
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block,
.my-account-page .woocommerce-address-fields .lk-bonus-block,
.my-account-page .woocommerce-MyAccount-content .lk-bonus-block,
.my-account-page .lk-body .lk-bonus-block,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block,
.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block,
.my-account-page .woocommerce .lk-body .lk-bonus-block,
.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block,
.lk-page .woocommerce-address-fields .lk-bonus-block,
.lk-page .woocommerce-MyAccount-content .lk-bonus-block,
.lk-page .lk-body .lk-bonus-block {
	width: 100%;
	flex: 1 1 0;
	padding: 24px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	display: inline-flex
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .lk-bonus-block-body,
.my-account-page .woocommerce-address-fields .lk-bonus-block .lk-bonus-block-body,
.my-account-page .woocommerce-MyAccount-content .lk-bonus-block .lk-bonus-block-body,
.my-account-page .lk-body .lk-bonus-block .lk-bonus-block-body,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block .lk-bonus-block-body,
.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block .lk-bonus-block-body,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block .lk-bonus-block-body,
.my-account-page .woocommerce .lk-body .lk-bonus-block .lk-bonus-block-body,
.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .lk-bonus-block-body,
.lk-page .woocommerce-address-fields .lk-bonus-block .lk-bonus-block-body,
.lk-page .woocommerce-MyAccount-content .lk-bonus-block .lk-bonus-block-body,
.lk-page .lk-body .lk-bonus-block .lk-bonus-block-body {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 23px;
	display: flex
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .lk-bonus-block-body,
	.my-account-page .woocommerce-address-fields .lk-bonus-block .lk-bonus-block-body,
	.my-account-page .woocommerce-MyAccount-content .lk-bonus-block .lk-bonus-block-body,
	.my-account-page .lk-body .lk-bonus-block .lk-bonus-block-body,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block .lk-bonus-block-body,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block .lk-bonus-block-body,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block .lk-bonus-block-body,
	.my-account-page .woocommerce .lk-body .lk-bonus-block .lk-bonus-block-body,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .lk-bonus-block-body,
	.lk-page .woocommerce-address-fields .lk-bonus-block .lk-bonus-block-body,
	.lk-page .woocommerce-MyAccount-content .lk-bonus-block .lk-bonus-block-body,
	.lk-page .lk-body .lk-bonus-block .lk-bonus-block-body {
		gap: 12px
	}
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-icon,
.my-account-page .woocommerce-address-fields .lk-bonus-block .bonus-block-icon,
.my-account-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-icon,
.my-account-page .lk-body .lk-bonus-block .bonus-block-icon,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-icon,
.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block .bonus-block-icon,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-icon,
.my-account-page .woocommerce .lk-body .lk-bonus-block .bonus-block-icon,
.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-icon,
.lk-page .woocommerce-address-fields .lk-bonus-block .bonus-block-icon,
.lk-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-icon,
.lk-page .lk-body .lk-bonus-block .bonus-block-icon {
	width: 64px;
	height: 64px
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-icon svg,
.my-account-page .woocommerce-address-fields .lk-bonus-block .bonus-block-icon svg,
.my-account-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-icon svg,
.my-account-page .lk-body .lk-bonus-block .bonus-block-icon svg,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-icon svg,
.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block .bonus-block-icon svg,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-icon svg,
.my-account-page .woocommerce .lk-body .lk-bonus-block .bonus-block-icon svg,
.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-icon svg,
.lk-page .woocommerce-address-fields .lk-bonus-block .bonus-block-icon svg,
.lk-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-icon svg,
.lk-page .lk-body .lk-bonus-block .bonus-block-icon svg {
	width: 55px;
	height: 50px
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-icon,
	.my-account-page .woocommerce-address-fields .lk-bonus-block .bonus-block-icon,
	.my-account-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-icon,
	.my-account-page .lk-body .lk-bonus-block .bonus-block-icon,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-icon,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block .bonus-block-icon,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-icon,
	.my-account-page .woocommerce .lk-body .lk-bonus-block .bonus-block-icon,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-icon,
	.lk-page .woocommerce-address-fields .lk-bonus-block .bonus-block-icon,
	.lk-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-icon,
	.lk-page .lk-body .lk-bonus-block .bonus-block-icon {
		width: 42px;
		height: 42px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-icon svg,
	.my-account-page .woocommerce-address-fields .lk-bonus-block .bonus-block-icon svg,
	.my-account-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-icon svg,
	.my-account-page .lk-body .lk-bonus-block .bonus-block-icon svg,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-icon svg,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block .bonus-block-icon svg,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-icon svg,
	.my-account-page .woocommerce .lk-body .lk-bonus-block .bonus-block-icon svg,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-icon svg,
	.lk-page .woocommerce-address-fields .lk-bonus-block .bonus-block-icon svg,
	.lk-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-icon svg,
	.lk-page .lk-body .lk-bonus-block .bonus-block-icon svg {
		width: 35px;
		height: 32px
	}
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-title,
.my-account-page .woocommerce-address-fields .lk-bonus-block .bonus-title,
.my-account-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-title,
.my-account-page .lk-body .lk-bonus-block .bonus-title,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-title,
.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block .bonus-title,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block .bonus-title,
.my-account-page .woocommerce .lk-body .lk-bonus-block .bonus-title,
.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-title,
.lk-page .woocommerce-address-fields .lk-bonus-block .bonus-title,
.lk-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-title,
.lk-page .lk-body .lk-bonus-block .bonus-title {
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	justify-content: center;
	display: flex;
	font-size: 32px;
	font-weight: 500;
	line-height: 38.40px
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-title,
	.my-account-page .woocommerce-address-fields .lk-bonus-block .bonus-title,
	.my-account-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-title,
	.my-account-page .lk-body .lk-bonus-block .bonus-title,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-title,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block .bonus-title,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block .bonus-title,
	.my-account-page .woocommerce .lk-body .lk-bonus-block .bonus-title,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-title,
	.lk-page .woocommerce-address-fields .lk-bonus-block .bonus-title,
	.lk-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-title,
	.lk-page .lk-body .lk-bonus-block .bonus-title {
		font-size: 18px;
		line-height: 24px
	}
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-text,
.my-account-page .woocommerce-address-fields .lk-bonus-block .bonus-block-text,
.my-account-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-text,
.my-account-page .lk-body .lk-bonus-block .bonus-block-text,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-text,
.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block .bonus-block-text,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-text,
.my-account-page .woocommerce .lk-body .lk-bonus-block .bonus-block-text,
.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-text,
.lk-page .woocommerce-address-fields .lk-bonus-block .bonus-block-text,
.lk-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-text,
.lk-page .lk-body .lk-bonus-block .bonus-block-text {
	text-align: center;
	justify-content: center;
	display: flex;
	font-size: 16px
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-text,
	.my-account-page .woocommerce-address-fields .lk-bonus-block .bonus-block-text,
	.my-account-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-text,
	.my-account-page .lk-body .lk-bonus-block .bonus-block-text,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-text,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block .bonus-block-text,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-text,
	.my-account-page .woocommerce .lk-body .lk-bonus-block .bonus-block-text,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .bonus-block-text,
	.lk-page .woocommerce-address-fields .lk-bonus-block .bonus-block-text,
	.lk-page .woocommerce-MyAccount-content .lk-bonus-block .bonus-block-text,
	.lk-page .lk-body .lk-bonus-block .bonus-block-text {
		font-size: 12px
	}
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block,
	.my-account-page .woocommerce-address-fields .lk-bonus-block,
	.my-account-page .woocommerce-MyAccount-content .lk-bonus-block,
	.my-account-page .lk-body .lk-bonus-block,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block,
	.my-account-page .woocommerce .lk-body .lk-bonus-block,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block,
	.lk-page .woocommerce-address-fields .lk-bonus-block,
	.lk-page .woocommerce-MyAccount-content .lk-bonus-block,
	.lk-page .lk-body .lk-bonus-block {
		padding: 20px;
		gap: 12px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .btn,
	.my-account-page .woocommerce-address-fields .lk-bonus-block .btn,
	.my-account-page .woocommerce-MyAccount-content .lk-bonus-block .btn,
	.my-account-page .lk-body .lk-bonus-block .btn,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-bonus-block .btn,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-bonus-block .btn,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-bonus-block .btn,
	.my-account-page .woocommerce .lk-body .lk-bonus-block .btn,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-bonus-block .btn,
	.lk-page .woocommerce-address-fields .lk-bonus-block .btn,
	.lk-page .woocommerce-MyAccount-content .lk-bonus-block .btn,
	.lk-page .lk-body .lk-bonus-block .btn {
		width: auto
	}
}

.my-account-page .woocommerce-address-fields__field-wrapper .lk-block-title,
.my-account-page .woocommerce-address-fields .lk-block-title,
.my-account-page .woocommerce-MyAccount-content .lk-block-title,
.my-account-page .lk-body .lk-block-title,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-block-title,
.my-account-page .woocommerce .woocommerce-address-fields .lk-block-title,
.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-block-title,
.my-account-page .woocommerce .lk-body .lk-block-title,
.lk-page .woocommerce-address-fields__field-wrapper .lk-block-title,
.lk-page .woocommerce-address-fields .lk-block-title,
.lk-page .woocommerce-MyAccount-content .lk-block-title,
.lk-page .lk-body .lk-block-title {
	width: 100%;
	font-size: 32px;
	font-weight: 700
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .lk-block-title,
	.my-account-page .woocommerce-address-fields .lk-block-title,
	.my-account-page .woocommerce-MyAccount-content .lk-block-title,
	.my-account-page .lk-body .lk-block-title,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .lk-block-title,
	.my-account-page .woocommerce .woocommerce-address-fields .lk-block-title,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .lk-block-title,
	.my-account-page .woocommerce .lk-body .lk-block-title,
	.lk-page .woocommerce-address-fields__field-wrapper .lk-block-title,
	.lk-page .woocommerce-address-fields .lk-block-title,
	.lk-page .woocommerce-MyAccount-content .lk-block-title,
	.lk-page .lk-body .lk-block-title {
		font-size: 24px
	}
}

.my-account-page .woocommerce-address-fields__field-wrapper .row-wrap,
.my-account-page .woocommerce-address-fields .row-wrap,
.my-account-page .woocommerce-MyAccount-content .row-wrap,
.my-account-page .lk-body .row-wrap,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .row-wrap,
.my-account-page .woocommerce .woocommerce-address-fields .row-wrap,
.my-account-page .woocommerce .woocommerce-MyAccount-content .row-wrap,
.my-account-page .woocommerce .lk-body .row-wrap,
.lk-page .woocommerce-address-fields__field-wrapper .row-wrap,
.lk-page .woocommerce-address-fields .row-wrap,
.lk-page .woocommerce-MyAccount-content .row-wrap,
.lk-page .lk-body .row-wrap {
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .row-wrap,
	.my-account-page .woocommerce-address-fields .row-wrap,
	.my-account-page .woocommerce-MyAccount-content .row-wrap,
	.my-account-page .lk-body .row-wrap,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .row-wrap,
	.my-account-page .woocommerce .woocommerce-address-fields .row-wrap,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .row-wrap,
	.my-account-page .woocommerce .lk-body .row-wrap,
	.lk-page .woocommerce-address-fields__field-wrapper .row-wrap,
	.lk-page .woocommerce-address-fields .row-wrap,
	.lk-page .woocommerce-MyAccount-content .row-wrap,
	.lk-page .lk-body .row-wrap {
		gap: 12px
	}
}

.my-account-page .woocommerce-address-fields__field-wrapper .form-row,
.my-account-page .woocommerce-address-fields__field-wrapper .field-wrapp,
.my-account-page .woocommerce-address-fields .form-row,
.my-account-page .woocommerce-address-fields .field-wrapp,
.my-account-page .woocommerce-MyAccount-content .form-row,
.my-account-page .woocommerce-MyAccount-content .field-wrapp,
.my-account-page .lk-body .form-row,
.my-account-page .lk-body .field-wrapp,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .form-row,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .field-wrapp,
.my-account-page .woocommerce .woocommerce-address-fields .form-row,
.my-account-page .woocommerce .woocommerce-address-fields .field-wrapp,
.my-account-page .woocommerce .woocommerce-MyAccount-content .form-row,
.my-account-page .woocommerce .woocommerce-MyAccount-content .field-wrapp,
.my-account-page .woocommerce .lk-body .form-row,
.my-account-page .woocommerce .lk-body .field-wrapp,
.lk-page .woocommerce-address-fields__field-wrapper .form-row,
.lk-page .woocommerce-address-fields__field-wrapper .field-wrapp,
.lk-page .woocommerce-address-fields .form-row,
.lk-page .woocommerce-address-fields .field-wrapp,
.lk-page .woocommerce-MyAccount-content .form-row,
.lk-page .woocommerce-MyAccount-content .field-wrapp,
.lk-page .lk-body .form-row,
.lk-page .lk-body .field-wrapp {
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .form-row,
	.my-account-page .woocommerce-address-fields__field-wrapper .field-wrapp,
	.my-account-page .woocommerce-address-fields .form-row,
	.my-account-page .woocommerce-address-fields .field-wrapp,
	.my-account-page .woocommerce-MyAccount-content .form-row,
	.my-account-page .woocommerce-MyAccount-content .field-wrapp,
	.my-account-page .lk-body .form-row,
	.my-account-page .lk-body .field-wrapp,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .form-row,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .field-wrapp,
	.my-account-page .woocommerce .woocommerce-address-fields .form-row,
	.my-account-page .woocommerce .woocommerce-address-fields .field-wrapp,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .form-row,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .field-wrapp,
	.my-account-page .woocommerce .lk-body .form-row,
	.my-account-page .woocommerce .lk-body .field-wrapp,
	.lk-page .woocommerce-address-fields__field-wrapper .form-row,
	.lk-page .woocommerce-address-fields__field-wrapper .field-wrapp,
	.lk-page .woocommerce-address-fields .form-row,
	.lk-page .woocommerce-address-fields .field-wrapp,
	.lk-page .woocommerce-MyAccount-content .form-row,
	.lk-page .woocommerce-MyAccount-content .field-wrapp,
	.lk-page .lk-body .form-row,
	.lk-page .lk-body .field-wrapp {
		gap: 8px
	}
}

.my-account-page .woocommerce-address-fields__field-wrapper .field-title,
.my-account-page .woocommerce-address-fields .field-title,
.my-account-page .woocommerce-MyAccount-content .field-title,
.my-account-page .lk-body .field-title,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .field-title,
.my-account-page .woocommerce .woocommerce-address-fields .field-title,
.my-account-page .woocommerce .woocommerce-MyAccount-content .field-title,
.my-account-page .woocommerce .lk-body .field-title,
.lk-page .woocommerce-address-fields__field-wrapper .field-title,
.lk-page .woocommerce-address-fields .field-title,
.lk-page .woocommerce-MyAccount-content .field-title,
.lk-page .lk-body .field-title {
	width: 73px;
	width: 100%;
	font-size: 16px;
	font-weight: 500
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .field-title,
	.my-account-page .woocommerce-address-fields .field-title,
	.my-account-page .woocommerce-MyAccount-content .field-title,
	.my-account-page .lk-body .field-title,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .field-title,
	.my-account-page .woocommerce .woocommerce-address-fields .field-title,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .field-title,
	.my-account-page .woocommerce .lk-body .field-title,
	.lk-page .woocommerce-address-fields__field-wrapper .field-title,
	.lk-page .woocommerce-address-fields .field-title,
	.lk-page .woocommerce-MyAccount-content .field-title,
	.lk-page .lk-body .field-title {
		font-size: 14px
	}
}

.my-account-page .woocommerce-address-fields__field-wrapper .password-input,
.my-account-page .woocommerce-address-fields .password-input,
.my-account-page .woocommerce-MyAccount-content .password-input,
.my-account-page .lk-body .password-input,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .password-input,
.my-account-page .woocommerce .woocommerce-address-fields .password-input,
.my-account-page .woocommerce .woocommerce-MyAccount-content .password-input,
.my-account-page .woocommerce .lk-body .password-input,
.lk-page .woocommerce-address-fields__field-wrapper .password-input,
.lk-page .woocommerce-address-fields .password-input,
.lk-page .woocommerce-MyAccount-content .password-input,
.lk-page .lk-body .password-input {
	width: 100%
}

.my-account-page .woocommerce-address-fields__field-wrapper .selection,
.my-account-page .woocommerce-address-fields .selection,
.my-account-page .woocommerce-MyAccount-content .selection,
.my-account-page .lk-body .selection,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .selection,
.my-account-page .woocommerce .woocommerce-address-fields .selection,
.my-account-page .woocommerce .woocommerce-MyAccount-content .selection,
.my-account-page .woocommerce .lk-body .selection,
.lk-page .woocommerce-address-fields__field-wrapper .selection,
.lk-page .woocommerce-address-fields .selection,
.lk-page .woocommerce-MyAccount-content .selection,
.lk-page .lk-body .selection {
	width: 100%
}

.my-account-page .woocommerce-address-fields__field-wrapper .select2-dropdown,
.my-account-page .woocommerce-address-fields__field-wrapper .select2-dropdown *,
.my-account-page .woocommerce-address-fields .select2-dropdown,
.my-account-page .woocommerce-address-fields .select2-dropdown *,
.my-account-page .woocommerce-MyAccount-content .select2-dropdown,
.my-account-page .woocommerce-MyAccount-content .select2-dropdown *,
.my-account-page .lk-body .select2-dropdown,
.my-account-page .lk-body .select2-dropdown *,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .select2-dropdown,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .select2-dropdown *,
.my-account-page .woocommerce .woocommerce-address-fields .select2-dropdown,
.my-account-page .woocommerce .woocommerce-address-fields .select2-dropdown *,
.my-account-page .woocommerce .woocommerce-MyAccount-content .select2-dropdown,
.my-account-page .woocommerce .woocommerce-MyAccount-content .select2-dropdown *,
.my-account-page .woocommerce .lk-body .select2-dropdown,
.my-account-page .woocommerce .lk-body .select2-dropdown *,
.lk-page .woocommerce-address-fields__field-wrapper .select2-dropdown,
.lk-page .woocommerce-address-fields__field-wrapper .select2-dropdown *,
.lk-page .woocommerce-address-fields .select2-dropdown,
.lk-page .woocommerce-address-fields .select2-dropdown *,
.lk-page .woocommerce-MyAccount-content .select2-dropdown,
.lk-page .woocommerce-MyAccount-content .select2-dropdown *,
.lk-page .lk-body .select2-dropdown,
.lk-page .lk-body .select2-dropdown * {
	background-color: var(--container-bg-color);
	color: var(--text-color-main)
}

.my-account-page .woocommerce-address-fields__field-wrapper .select2-selection__rendered,
.my-account-page .woocommerce-address-fields__field-wrapper .select2-selection,
.my-account-page .woocommerce-address-fields .select2-selection__rendered,
.my-account-page .woocommerce-address-fields .select2-selection,
.my-account-page .woocommerce-MyAccount-content .select2-selection__rendered,
.my-account-page .woocommerce-MyAccount-content .select2-selection,
.my-account-page .lk-body .select2-selection__rendered,
.my-account-page .lk-body .select2-selection,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .select2-selection__rendered,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .select2-selection,
.my-account-page .woocommerce .woocommerce-address-fields .select2-selection__rendered,
.my-account-page .woocommerce .woocommerce-address-fields .select2-selection,
.my-account-page .woocommerce .woocommerce-MyAccount-content .select2-selection__rendered,
.my-account-page .woocommerce .woocommerce-MyAccount-content .select2-selection,
.my-account-page .woocommerce .lk-body .select2-selection__rendered,
.my-account-page .woocommerce .lk-body .select2-selection,
.lk-page .woocommerce-address-fields__field-wrapper .select2-selection__rendered,
.lk-page .woocommerce-address-fields__field-wrapper .select2-selection,
.lk-page .woocommerce-address-fields .select2-selection__rendered,
.lk-page .woocommerce-address-fields .select2-selection,
.lk-page .woocommerce-MyAccount-content .select2-selection__rendered,
.lk-page .woocommerce-MyAccount-content .select2-selection,
.lk-page .lk-body .select2-selection__rendered,
.lk-page .lk-body .select2-selection {
	background-color: var(--container-bg-color);
	color: var(--text-color-main);
	border: 0
}

.my-account-page .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2,
.my-account-page .woocommerce-address-fields__field-wrapper input,
.my-account-page .woocommerce-address-fields .woocommerce-input-wrapper .select2,
.my-account-page .woocommerce-address-fields input,
.my-account-page .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2,
.my-account-page .woocommerce-MyAccount-content input,
.my-account-page .lk-body .woocommerce-input-wrapper .select2,
.my-account-page .lk-body input,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper input,
.my-account-page .woocommerce .woocommerce-address-fields .woocommerce-input-wrapper .select2,
.my-account-page .woocommerce .woocommerce-address-fields input,
.my-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2,
.my-account-page .woocommerce .woocommerce-MyAccount-content input,
.my-account-page .woocommerce .lk-body .woocommerce-input-wrapper .select2,
.my-account-page .woocommerce .lk-body input,
.lk-page .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2,
.lk-page .woocommerce-address-fields__field-wrapper input,
.lk-page .woocommerce-address-fields .woocommerce-input-wrapper .select2,
.lk-page .woocommerce-address-fields input,
.lk-page .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2,
.lk-page .woocommerce-MyAccount-content input,
.lk-page .lk-body .woocommerce-input-wrapper .select2,
.lk-page .lk-body input {
	background-color: var(--container-bg-color);
	color: var(--text-color-main);
	align-self: stretch;
	padding: 16px;
	overflow: hidden;
	border-radius: 24px;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	border: 0;
	outline: none;
	width: 100%
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2,
	.my-account-page .woocommerce-address-fields__field-wrapper input,
	.my-account-page .woocommerce-address-fields .woocommerce-input-wrapper .select2,
	.my-account-page .woocommerce-address-fields input,
	.my-account-page .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2,
	.my-account-page .woocommerce-MyAccount-content input,
	.my-account-page .lk-body .woocommerce-input-wrapper .select2,
	.my-account-page .lk-body input,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper input,
	.my-account-page .woocommerce .woocommerce-address-fields .woocommerce-input-wrapper .select2,
	.my-account-page .woocommerce .woocommerce-address-fields input,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2,
	.my-account-page .woocommerce .woocommerce-MyAccount-content input,
	.my-account-page .woocommerce .lk-body .woocommerce-input-wrapper .select2,
	.my-account-page .woocommerce .lk-body input,
	.lk-page .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper .select2,
	.lk-page .woocommerce-address-fields__field-wrapper input,
	.lk-page .woocommerce-address-fields .woocommerce-input-wrapper .select2,
	.lk-page .woocommerce-address-fields input,
	.lk-page .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2,
	.lk-page .woocommerce-MyAccount-content input,
	.lk-page .lk-body .woocommerce-input-wrapper .select2,
	.lk-page .lk-body input {
		font-size: 14px;
		padding: 12px
	}
}

.my-account-page .woocommerce-address-fields__field-wrapper input::placeholder,
.my-account-page .woocommerce-address-fields input::placeholder,
.my-account-page .woocommerce-MyAccount-content input::placeholder,
.my-account-page .lk-body input::placeholder,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper input::placeholder,
.my-account-page .woocommerce .woocommerce-address-fields input::placeholder,
.my-account-page .woocommerce .woocommerce-MyAccount-content input::placeholder,
.my-account-page .woocommerce .lk-body input::placeholder,
.lk-page .woocommerce-address-fields__field-wrapper input::placeholder,
.lk-page .woocommerce-address-fields input::placeholder,
.lk-page .woocommerce-MyAccount-content input::placeholder,
.lk-page .lk-body input::placeholder {
	font-size: 16px;
	color: var(--color-input-placeholder)
}

.my-account-page .woocommerce-address-fields__field-wrapper .mob-col,
.my-account-page .woocommerce-address-fields .mob-col,
.my-account-page .woocommerce-MyAccount-content .mob-col,
.my-account-page .lk-body .mob-col,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .mob-col,
.my-account-page .woocommerce .woocommerce-address-fields .mob-col,
.my-account-page .woocommerce .woocommerce-MyAccount-content .mob-col,
.my-account-page .woocommerce .lk-body .mob-col,
.lk-page .woocommerce-address-fields__field-wrapper .mob-col,
.lk-page .woocommerce-address-fields .mob-col,
.lk-page .woocommerce-MyAccount-content .mob-col,
.lk-page .lk-body .mob-col {
	width: 100%
}

.my-account-page .woocommerce-address-fields__field-wrapper .mob-col>*,
.my-account-page .woocommerce-address-fields .mob-col>*,
.my-account-page .woocommerce-MyAccount-content .mob-col>*,
.my-account-page .lk-body .mob-col>*,
.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .mob-col>*,
.my-account-page .woocommerce .woocommerce-address-fields .mob-col>*,
.my-account-page .woocommerce .woocommerce-MyAccount-content .mob-col>*,
.my-account-page .woocommerce .lk-body .mob-col>*,
.lk-page .woocommerce-address-fields__field-wrapper .mob-col>*,
.lk-page .woocommerce-address-fields .mob-col>*,
.lk-page .woocommerce-MyAccount-content .mob-col>*,
.lk-page .lk-body .mob-col>* {
	width: 100%
}

@media (max-width: 1000px) {

	.my-account-page .woocommerce-address-fields__field-wrapper,
	.my-account-page .woocommerce-address-fields,
	.my-account-page .woocommerce-MyAccount-content,
	.my-account-page .lk-body,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper,
	.my-account-page .woocommerce .woocommerce-address-fields,
	.my-account-page .woocommerce .woocommerce-MyAccount-content,
	.my-account-page .woocommerce .lk-body,
	.lk-page .woocommerce-address-fields__field-wrapper,
	.lk-page .woocommerce-address-fields,
	.lk-page .woocommerce-MyAccount-content,
	.lk-page .lk-body {
		gap: 12px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper,
	.my-account-page .lk-body .block-checkout-wrapper,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper,
	.lk-page .lk-body .block-checkout-wrapper {
		font-size: 12px;
		display: flex;
		flex-direction: column;
		gap: 12px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-title,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper .block-title,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-title,
	.my-account-page .lk-body .block-checkout-wrapper .block-title,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-title,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper .block-title,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper .block-title,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper .block-title,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-title,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper .block-title,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-title,
	.lk-page .lk-body .block-checkout-wrapper .block-title {
		font-size: 18px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-item-total,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper .block-item-total,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-item-total,
	.my-account-page .lk-body .block-checkout-wrapper .block-item-total,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-item-total,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper .block-item-total,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper .block-item-total,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper .block-item-total,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-item-total,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper .block-item-total,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-item-total,
	.lk-page .lk-body .block-checkout-wrapper .block-item-total {
		font-size: 18px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-products-wrapp,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper .block-products-wrapp,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-products-wrapp,
	.my-account-page .lk-body .block-checkout-wrapper .block-products-wrapp,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-products-wrapp,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper .block-products-wrapp,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper .block-products-wrapp,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper .block-products-wrapp,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-products-wrapp,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper .block-products-wrapp,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-products-wrapp,
	.lk-page .lk-body .block-checkout-wrapper .block-products-wrapp {
		display: contents
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-products,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper .block-products,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-products,
	.my-account-page .lk-body .block-checkout-wrapper .block-products,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-products,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper .block-products,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper .block-products,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper .block-products,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-products,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper .block-products,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-products,
	.lk-page .lk-body .block-checkout-wrapper .block-products {
		order: 1
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-products .card-product-item .cost,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper .block-products .card-product-item .cost,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-products .card-product-item .cost,
	.my-account-page .lk-body .block-checkout-wrapper .block-products .card-product-item .cost,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-products .card-product-item .cost,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper .block-products .card-product-item .cost,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper .block-products .card-product-item .cost,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper .block-products .card-product-item .cost,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-products .card-product-item .cost,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper .block-products .card-product-item .cost,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-products .card-product-item .cost,
	.lk-page .lk-body .block-checkout-wrapper .block-products .card-product-item .cost {
		font-size: 18px;
		font-weight: 600
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-info,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper .block-info,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-info,
	.my-account-page .lk-body .block-checkout-wrapper .block-info,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-info,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper .block-info,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper .block-info,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper .block-info,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-info,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper .block-info,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-info,
	.lk-page .lk-body .block-checkout-wrapper .block-info {
		order: 3
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-checkout,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper .block-checkout,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-checkout,
	.my-account-page .lk-body .block-checkout-wrapper .block-checkout,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-checkout,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper .block-checkout,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper .block-checkout,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper .block-checkout,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .block-checkout,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper .block-checkout,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper .block-checkout,
	.lk-page .lk-body .block-checkout-wrapper .block-checkout {
		order: 2
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper input::placeholder,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper input::placeholder,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper input::placeholder,
	.my-account-page .lk-body .block-checkout-wrapper input::placeholder,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper input::placeholder,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper input::placeholder,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper input::placeholder,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper input::placeholder,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper input::placeholder,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper input::placeholder,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper input::placeholder,
	.lk-page .lk-body .block-checkout-wrapper input::placeholder {
		font-size: 12px;
		color: var(--color-input-placeholder)
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .btn-cart-conferm,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper .btn-cart-conferm,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper .btn-cart-conferm,
	.my-account-page .lk-body .block-checkout-wrapper .btn-cart-conferm,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .btn-cart-conferm,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper .btn-cart-conferm,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper .btn-cart-conferm,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper .btn-cart-conferm,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .btn-cart-conferm,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper .btn-cart-conferm,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper .btn-cart-conferm,
	.lk-page .lk-body .block-checkout-wrapper .btn-cart-conferm {
		padding: 12px;
		font-size: 14px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .cart-contact-text-item,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper .cart-contact-text-item,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper .cart-contact-text-item,
	.my-account-page .lk-body .block-checkout-wrapper .cart-contact-text-item,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .cart-contact-text-item,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper .cart-contact-text-item,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper .cart-contact-text-item,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper .cart-contact-text-item,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .cart-contact-text-item,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper .cart-contact-text-item,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper .cart-contact-text-item,
	.lk-page .lk-body .block-checkout-wrapper .cart-contact-text-item {
		font-size: 14px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.my-account-page .lk-body .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper .cart-contact-text-item .icon-wrap,
	.lk-page .lk-body .block-checkout-wrapper .cart-contact-text-item .icon-wrap {
		width: 20px;
		height: 20px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.my-account-page .woocommerce-address-fields .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.my-account-page .woocommerce-MyAccount-content .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.my-account-page .lk-body .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.my-account-page .woocommerce .woocommerce-address-fields .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.my-account-page .woocommerce .lk-body .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.lk-page .woocommerce-address-fields__field-wrapper .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.lk-page .woocommerce-address-fields .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.lk-page .woocommerce-MyAccount-content .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg,
	.lk-page .lk-body .block-checkout-wrapper .cart-contact-text-item .icon-wrap svg {
		width: 20px;
		height: 20px
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .mob-col,
	.my-account-page .woocommerce-address-fields .mob-col,
	.my-account-page .woocommerce-MyAccount-content .mob-col,
	.my-account-page .lk-body .mob-col,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .mob-col,
	.my-account-page .woocommerce .woocommerce-address-fields .mob-col,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .mob-col,
	.my-account-page .woocommerce .lk-body .mob-col,
	.lk-page .woocommerce-address-fields__field-wrapper .mob-col,
	.lk-page .woocommerce-address-fields .mob-col,
	.lk-page .woocommerce-MyAccount-content .mob-col,
	.lk-page .lk-body .mob-col {
		flex-direction: column;
		width: 100%
	}

	.my-account-page .woocommerce-address-fields__field-wrapper .mob-col>*,
	.my-account-page .woocommerce-address-fields .mob-col>*,
	.my-account-page .woocommerce-MyAccount-content .mob-col>*,
	.my-account-page .lk-body .mob-col>*,
	.my-account-page .woocommerce .woocommerce-address-fields__field-wrapper .mob-col>*,
	.my-account-page .woocommerce .woocommerce-address-fields .mob-col>*,
	.my-account-page .woocommerce .woocommerce-MyAccount-content .mob-col>*,
	.my-account-page .woocommerce .lk-body .mob-col>*,
	.lk-page .woocommerce-address-fields__field-wrapper .mob-col>*,
	.lk-page .woocommerce-address-fields .mob-col>*,
	.lk-page .woocommerce-MyAccount-content .mob-col>*,
	.lk-page .lk-body .mob-col>* {
		width: 100%
	}
}

@media (max-width: 1000px) {

	.my-account-page,
	.my-account-page .woocommerce,
	.lk-page {
		flex-direction: column
	}
}

.lk-cart-item .lk-cart-status .lk-cart-status-bage {
	padding: 8px;
	padding: 0 16px;
	height: 32px;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	color: #f4f4fa;
	font-size: 16px;
	font-weight: 400
}

.status-badge {
	background: #ccc;
	padding: 0 16px;
	height: 32px;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	color: #f4f4fa;
	font-size: 16px;
	font-weight: 400;
	font-weight: 700;
	line-height: 16px
}

.status-badge span {
	transform: translateY(0.05em)
}

.status-badge.status-pending {
	background: #ffa000
}

.status-badge.status-processing {
	background: #1976d2
}

.status-badge.status-on-hold {
	background: #9c27b0
}

.status-badge.status-completed {
	background: #4caf50
}

.status-badge.status-cancelled {
	background: #f44336
}

.status-badge.status-refunded {
	background: #ff9800
}

.status-badge.status-delivery-shipped {
	background: #2196f3
}

.status-badge.status-delivery-delivered {
	background: #00c853
}

.status-badge.status-delivery-delayed {
	background: #ff5722
}

.text--upper {
	text-transform: uppercase
}

.text-bold {
	font-weight: 700
}

.lk-page input,
.lk-page input:disabled,
.lk-page input:focus,
.lk-page input:hover,
.lk-page input:read-only,
.lk-page input:-webkit-autofill,
.lk-page input:-webkit-autofill:hover,
.lk-page input:-webkit-autofill:focus,
.lk-page input:-webkit-autofill:active,
.lk-page input:-internal-autofill-selected,
.lk-page input {
	background-color: var(--container-bg-color) !important;
	-webkit-text-fill-color: var(--text-color-main) !important;
	-webkit-box-shadow: inset 0 0 0 50px var(--container-bg-color) !important;
}

.woocommerce-Address {
	display: flex;
	flex-direction: column;
	gap: 15px
}

.woocommerce-Address .woocommerce-Address-title {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.woocommerce-Address .woocommerce-Address-title a.edit {
	padding: 16px 24px;
	border-radius: 24px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	color: #fff;
	background-color: var(--style-color-main);
	font-weight: 600
}

@media (max-width: 1000px) {
	.woocommerce-Address .woocommerce-Address-title a.edit {
		padding: 12px 24px;
		font-size: 14px
	}
}

.woocommerce-Address address {
	line-height: 25px;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.woocommerce-Address address br {
	margin-top: 10px
}

.woocommerce form .form-row::before,
body .woocommerce form .form-row::after,
body .woocommerce form .form-row::before {
	content: none
}

.content.page .page-wrap {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	display: inline-flex
}

.content.page .page-body {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex
}

.content.page .page-body .title-wrapp {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex
}

h1,
.h1 {
	font-size: 38px;
	font-weight: 700
}

h2 {
	font-size: 24px;
	font-weight: 700
}

h3 {
	font-size: 18px;
	font-weight: 700
}

@media (max-width: 1000px) {

	h1,
	.h1 {
		font-size: 24px;
		font-weight: 700
	}

	h2 {
		font-size: 18px;
		font-weight: 700
	}

	h3 {
		font-size: 16px;
		font-weight: 700
	}
}

.rot-180 {
	transform: rotate(180deg)
}

.compare-rows {
	align-self: stretch;
	border-radius: 24px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex
}

.drop-shevron-wrapp {
	width: 24px;
	height: 24px;
	font-size: 12px;
	transform: rotate(90deg);
	transition: .5s
}

.open .drop-shevron-wrapp {
	transform: rotate(-90deg)
}

.comparison-data-items {
	display: none;
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 24px
}

.open .comparison-data-items {
	display: flex
}

.comparison-page .compare-rem-all-btn {
	color: #AAAAAA;
	font-size: 16px
}

.comparison-page .compare-tool-wrap {
	align-items: center;
	justify-content: stretch
}

.comparison-page .compare-tool-wrap .compare-tool {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.comparison-page .compare-tool-wrap .compare-tool .btn-compare-prev {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center
}

.comparison-page .compare-tool-wrap .compare-tool .compare-item-info {
	font-style: 12px;
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.comparison-page .compare-tool-wrap .compare-tool .btn-compare-next {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center
}

.comparison-page .compare-tool-filter-wrapp {
	--com--toll-filter-active: #137C42;
	--com--toll-filter-unactive: #ff0a82;
	align-self: stretch;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: inline-flex
}

.comparison-page .compare-tool-filter-wrapp .compare-tool-filter-btn {
	width: 40.62px;
	height: 20.62px;
	padding: 2px;
	background: var(--com--toll-filter-unactive);
	overflow: hidden;
	border-radius: 60px;
	justify-content: flex-start;
	align-items: center;
	gap: 3.55px;
	display: flex
}

.comparison-page .compare-tool-filter-wrapp .compare-tool-filter-btn.active {
	justify-content: flex-end;
	background: var(--com--toll-filter-active)
}

.comparison-page .compare-tool-filter-wrapp .compare-tool-filter-btn .compare-tool-filter-switcher-dot {
	width: 16.62px;
	align-self: stretch;
	padding-top: 3.55px;
	padding-bottom: 3.55px;
	background: white;
	border-radius: 35.90px
}

.comparison-page .compare-tool-filter-wrapp .btn-comparison-unique {
	font-size: 16px;
	font-family: Inter;
	font-weight: 400
}

.comparison-page .comparison-cards {
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 24px
}

.comparison-page .comparison-data .compare-card-item,
.comparison-page .comparison-cards .compare-card-item {
	outline: 1px #D8D8D8 solid;
	border-radius: 24px
}

.comparison-page .comparison-data .compare-data-item,
.comparison-page .comparison-cards .compare-data-item {
	flex: 1 1 0
}

.comparison-page .comparison-data .col-a,
.comparison-page .comparison-cards .col-a {
	display: flex;
	gap: 16px;
	width: 100%
}

.comparison-page .comparison-data .col-b,
.comparison-page .comparison-cards .col-b {
	display: none;
	width: 100%
}

@media (max-width: 1440px) {
	.comparison-page .comparison-cards {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr
	}

	.comparison-page .comparison-data .compare-data-item,
	.comparison-page .comparison-data .compare-card-item,
	.comparison-page .comparison-cards .compare-data-item,
	.comparison-page .comparison-cards .compare-card-item {
		display: none
	}

	.comparison-page .comparison-data .compare-data-item.active,
	.comparison-page .comparison-data .compare-card-item.active,
	.comparison-page .comparison-cards .compare-data-item.active,
	.comparison-page .comparison-cards .compare-card-item.active {
		display: flex
	}

	.comparison-page .comparison-data .col-a,
	.comparison-page .comparison-data .col-b,
	.comparison-page .comparison-cards .col-a,
	.comparison-page .comparison-cards .col-b {
		display: flex
	}
}

#page-comparison-container [data-target-col-a="0"] .col-a .compare-data-item[data-index="0"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="0"] .col-a .compare-card-item[data-index="0"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="0"] .col-b .compare-data-item[data-index="0"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="0"] .col-b .compare-card-item[data-index="0"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="1"] .col-a .compare-data-item[data-index="1"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="1"] .col-a .compare-card-item[data-index="1"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="1"] .col-b .compare-data-item[data-index="1"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="1"] .col-b .compare-card-item[data-index="1"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="2"] .col-a .compare-data-item[data-index="2"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="2"] .col-a .compare-card-item[data-index="2"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="2"] .col-b .compare-data-item[data-index="2"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="2"] .col-b .compare-card-item[data-index="2"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="3"] .col-a .compare-data-item[data-index="3"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="3"] .col-a .compare-card-item[data-index="3"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="3"] .col-b .compare-data-item[data-index="3"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="3"] .col-b .compare-card-item[data-index="3"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="4"] .col-a .compare-data-item[data-index="4"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="4"] .col-a .compare-card-item[data-index="4"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="4"] .col-b .compare-data-item[data-index="4"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="4"] .col-b .compare-card-item[data-index="4"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="5"] .col-a .compare-data-item[data-index="5"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="5"] .col-a .compare-card-item[data-index="5"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="5"] .col-b .compare-data-item[data-index="5"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="5"] .col-b .compare-card-item[data-index="5"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="6"] .col-a .compare-data-item[data-index="6"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="6"] .col-a .compare-card-item[data-index="6"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="6"] .col-b .compare-data-item[data-index="6"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="6"] .col-b .compare-card-item[data-index="6"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="7"] .col-a .compare-data-item[data-index="7"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="7"] .col-a .compare-card-item[data-index="7"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="7"] .col-b .compare-data-item[data-index="7"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="7"] .col-b .compare-card-item[data-index="7"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="8"] .col-a .compare-data-item[data-index="8"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="8"] .col-a .compare-card-item[data-index="8"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="8"] .col-b .compare-data-item[data-index="8"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="8"] .col-b .compare-card-item[data-index="8"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="9"] .col-a .compare-data-item[data-index="9"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="9"] .col-a .compare-card-item[data-index="9"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="9"] .col-b .compare-data-item[data-index="9"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="9"] .col-b .compare-card-item[data-index="9"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="10"] .col-a .compare-data-item[data-index="10"] {
	display: flex !important
}

#page-comparison-container [data-target-col-a="10"] .col-a .compare-card-item[data-index="10"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="10"] .col-b .compare-data-item[data-index="10"] {
	display: flex !important
}

#page-comparison-container [data-target-col-b="10"] .col-b .compare-card-item[data-index="10"] {
	display: flex !important
}

.compare-item-row {
	align-self: stretch;
	padding: 16px;
	overflow: hidden;
	border-radius: 24px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 16px;
	display: flex
}

.comparison-data-title {
	font-size: 18px;
	font-weight: 600
}

.comparison-data-items {
	font-size: 16px;
	font-weight: 400
}

@media (max-width: 1000px) {
	.compare-item-row {
		padding: 16px 12px;
		gap: 12px
	}

	.comparison-data-title {
		font-size: 14px;
		font-weight: 600
	}

	.comparison-data-items {
		font-size: 12px;
		font-weight: 400
	}
}

.contact-form {
	align-self: center;
	padding: 24px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex;
	flex-direction: row
}

.contact-form .wpcf7,
.contact-form .wpcf7-form,
.contact-form .cf-wrap {
	width: 784px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 32px;
	display: inline-flex
}

.contact-form p {
	width: 100%;
	display: contents
}

.contact-form .wpcf7-form-control-wrap {
	width: 100%
}

.contact-form .cf-title {
	font-size: 38px;
	font-weight: 700
}

.contact-form .cf-body {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex
}

.contact-form .cf-text {
	align-self: stretch;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px
}

.contact-form .cf-row,
.contact-form .form-row-fields {
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: inline-flex
}

.contact-form .wpcf7-form-controll,
.contact-form .cf-field {
	flex: 1 1 0;
	padding: 16px;
	overflow: hidden;
	border-radius: 12px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex;
	padding: 16px;
	overflow: hidden;
	border-radius: 12px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex;
	align-self: stretch;
	color: #AAAAAA;
	color: var(--text-color-main);
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 400;
	background-color: var(--container-bg-color);
	border: 0;
	outline: 0;
	width: 100%
}

.contact-form .wpcf7-form-controll.cf-field-text,
.contact-form .wpcf7-form-controll.wpcf7-textarea,
.contact-form .wpcf7-form-controlltextarea.cf-field-text,
.contact-form .cf-field.cf-field-text,
.contact-form .cf-field.wpcf7-textarea,
.contact-form .cf-fieldtextarea.cf-field-text {
	align-self: stretch;
	min-height: 123px;
	height: 123px;
	width: 100%;
	min-width: 100%
}

.contact-form .wpcf7-form-controll::placeholder,
.contact-form .cf-field::placeholder {
	color: var(--color-input-placeholder)
}

.contact-form .form-btn-block {
	align-self: stretch;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	display: inline-flex;
	flex-wrap: wrap
}

.contact-form .btn-submit {
	width: 280px;
	padding: 16px;
	background: #DC35FF;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	color: white;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 600;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.contact-form .wpcf7-spinner {
	order: 3;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: transparent
}

.contact-form .wpcf7-spinner::before {
	position: absolute;
	background-color: var(--container-bg-color);
	z-index: 20;
	top: calc(50% - 8px);
	left: calc(50% - 8px)
}

.contact-form .wpcf7-spinner::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-color: var(--text-color-main);
	width: 24px;
	height: 24px;
	border-radius: 50%
}

.contact-form .cf-politic-text {
	flex: 1 1 0;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 20px
}

.contact-form .cf-politic-link {
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 400;
	text-decoration: underline;
	line-height: 20px
}
input:autofill,
input:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
body input:-internal-autofill-selected {
	background-color: var(--container-bg-color);
	color: var(--text-color-main) !important;
	border: inherit;
	-webkit-box-shadow: inset 0 0 0 50px var(--container-bg-color) !important;
    -webkit-text-fill-color: var(--text-color-main) !important;
}

input.cat-search-input:autofill,
input.cat-search-input:focus,
input.cat-search-input:-webkit-autofill{
    -webkit-box-shadow: inset 0 0 0 50px var(--container-odd-bg-color) !important;
}

.cat-filter-title {
	font-size: 24px;
	font-family: Inter;
	font-weight: 500;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	display: inline-flex
}

@media (max-width: 1200px) {
	.cat-filter-title {
		display: flex;
		background-color: var(--container-odd-bg-color);
		font-size: 14px;
		font-family: Montserrat;
		font-weight: 500;
		width: 120px;
		height: 40px
	}

	.cat-filter-title .ico-funnel {
		display: block;
		stroke: var(--icon-color)
	}
}

#modal-catalog,
.catalog-body {
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px
}

#modal-catalog.catalog-body,
.catalog-body.catalog-body {
	display: inline-flex
}

#modal-catalog .catalog-filter,
.catalog-body .catalog-filter {
	width: 342px;
	border-radius: 16px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex
}

#modal-catalog .catalog-filter .cat-filt-title-block,
.catalog-body .catalog-filter .cat-filt-title-block {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex;
	z-index: 200
}

#modal-catalog .catalog-filter .cat-btn-clear,
.catalog-body .catalog-filter .cat-btn-clear {
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: flex
}

#modal-catalog .catalog-filter .cat-filter-body,
.catalog-body .catalog-filter .cat-filter-body {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex
}

#modal-catalog .catalog-filter .wc-block-product-filters__apply.wp-element-button,
#modal-catalog .catalog-filter .btn-cat-apply,
.catalog-body .catalog-filter .wc-block-product-filters__apply.wp-element-button,
.catalog-body .catalog-filter .btn-cat-apply {
	align-self: stretch;
	padding: 8px;
	background: #DC35FF;
	overflow: hidden;
	border-radius: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex
}

#modal-catalog .catalog-filter .wc-block-product-filters__apply.wp-element-button span,
#modal-catalog .catalog-filter .btn-cat-apply span,
.catalog-body .catalog-filter .wc-block-product-filters__apply.wp-element-button span,
.catalog-body .catalog-filter .btn-cat-apply span {
	color: white;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 600
}

@media (max-width: 1200px) {

	#modal-catalog .catalog-filter .cat-btn-clear,
	#modal-catalog .catalog-filter .cat-filter-body,
	#modal-catalog .catalog-filter .btn-cat-apply,
	.catalog-body .catalog-filter .cat-btn-clear,
	.catalog-body .catalog-filter .cat-filter-body,
	.catalog-body .catalog-filter .btn-cat-apply {
		display: none
	}

	#modal-catalog .catalog-filter .btn-cat-apply,
	.catalog-body .catalog-filter .btn-cat-apply {
		flex-shrink: 0
	}

	#modal-catalog .catalog-filter.open,
	.catalog-body .catalog-filter.open {
		position: fixed;
		top: 0;
		left: 0px;
		width: 100vw;
		height: 100vh;
		padding: 100px 50px;
		background-color: var(--container-bg-color);
		z-index: 100;
		overflow: auto
	}

	#modal-catalog .catalog-filter.open .cat-btn-clear,
	#modal-catalog .catalog-filter.open .cat-filter-body,
	#modal-catalog .catalog-filter.open .btn-cat-apply,
	.catalog-body .catalog-filter.open .cat-btn-clear,
	.catalog-body .catalog-filter.open .cat-filter-body,
	.catalog-body .catalog-filter.open .btn-cat-apply {
		display: flex
	}
}

@media (max-width: 1200px) {

	#modal-catalog,
	.catalog-body {
		flex-direction: column
	}

	#modal-catalog#modal-catalog .catalog-filter.open,
	.catalog-body#modal-catalog .catalog-filter.open {
		padding: 25px 50px
	}
}

.catalog-category {
	display: flex;
	flex-wrap: nowrap;
	flex-shrink: 0
}

.wsd-auto-filters .wp-block-woocommerce-product-filter-clear-button,
.yith-wcan-filters .wp-block-woocommerce-product-filter-clear-button,
.cat-filter-body .wp-block-woocommerce-product-filter-clear-button {
	display: none
}

.wsd-auto-filters :where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer,
.yith-wcan-filters :where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer,
.cat-filter-body :where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer {
	box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.102);
	padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40);
	box-shadow: none;
	padding: 0;
	display: flex
}

.wsd-auto-filters .ast-filter-wrap,
.yith-wcan-filters .ast-filter-wrap,
.cat-filter-body .ast-filter-wrap {
	width: 100%
}

.wsd-auto-filters .wc-block-product-filter--hidden+.cat-filt-title-block .cat-btn-clear,
.yith-wcan-filters .wc-block-product-filter--hidden+.cat-filt-title-block .cat-btn-clear,
.cat-filter-body .wc-block-product-filter--hidden+.cat-filt-title-block .cat-btn-clear {
	display: none
}

.wsd-auto-filters .yith-wcan-filter,
.wsd-auto-filters .wp-block-woocommerce-product-filter-checkbox-list,
.wsd-auto-filters fieldset,
.yith-wcan-filters .yith-wcan-filter,
.yith-wcan-filters .wp-block-woocommerce-product-filter-checkbox-list,
.yith-wcan-filters fieldset,
.cat-filter-body .yith-wcan-filter,
.cat-filter-body .wp-block-woocommerce-product-filter-checkbox-list,
.cat-filter-body fieldset {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	gap: 16px
}

.wsd-auto-filters .yith-wcan-filter>div,
.wsd-auto-filters .wp-block-woocommerce-product-filter-checkbox-list>div,
.wsd-auto-filters fieldset>div,
.yith-wcan-filters .yith-wcan-filter>div,
.yith-wcan-filters .wp-block-woocommerce-product-filter-checkbox-list>div,
.yith-wcan-filters fieldset>div,
.cat-filter-body .yith-wcan-filter>div,
.cat-filter-body .wp-block-woocommerce-product-filter-checkbox-list>div,
.cat-filter-body fieldset>div {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	gap: 16px
}

.wsd-auto-filters .yith-wcan-filter legend,
.wsd-auto-filters .wp-block-woocommerce-product-filter-checkbox-list legend,
.wsd-auto-filters fieldset legend,
.yith-wcan-filters .yith-wcan-filter legend,
.yith-wcan-filters .wp-block-woocommerce-product-filter-checkbox-list legend,
.yith-wcan-filters fieldset legend,
.cat-filter-body .yith-wcan-filter legend,
.cat-filter-body .wp-block-woocommerce-product-filter-checkbox-list legend,
.cat-filter-body fieldset legend {
	font-size: 16px;
	font-family: Inter;
	font-weight: 500;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500
}

@media (max-width: 1000px) {

	.wsd-auto-filters .yith-wcan-filter legend,
	.wsd-auto-filters .wp-block-woocommerce-product-filter-checkbox-list legend,
	.wsd-auto-filters fieldset legend,
	.yith-wcan-filters .yith-wcan-filter legend,
	.yith-wcan-filters .wp-block-woocommerce-product-filter-checkbox-list legend,
	.yith-wcan-filters fieldset legend,
	.cat-filter-body .yith-wcan-filter legend,
	.cat-filter-body .wp-block-woocommerce-product-filter-checkbox-list legend,
	.cat-filter-body fieldset legend {
		font-size: 14px
	}
}

@media (max-width: 1000px) {

	.wsd-auto-filters .yith-wcan-filter,
	.wsd-auto-filters .wp-block-woocommerce-product-filter-checkbox-list,
	.wsd-auto-filters fieldset,
	.yith-wcan-filters .yith-wcan-filter,
	.yith-wcan-filters .wp-block-woocommerce-product-filter-checkbox-list,
	.yith-wcan-filters fieldset,
	.cat-filter-body .yith-wcan-filter,
	.cat-filter-body .wp-block-woocommerce-product-filter-checkbox-list,
	.cat-filter-body fieldset {
		gap: 8px
	}

	.wsd-auto-filters .yith-wcan-filter>div,
	.wsd-auto-filters .wp-block-woocommerce-product-filter-checkbox-list>div,
	.wsd-auto-filters fieldset>div,
	.yith-wcan-filters .yith-wcan-filter>div,
	.yith-wcan-filters .wp-block-woocommerce-product-filter-checkbox-list>div,
	.yith-wcan-filters fieldset>div,
	.cat-filter-body .yith-wcan-filter>div,
	.cat-filter-body .wp-block-woocommerce-product-filter-checkbox-list>div,
	.cat-filter-body fieldset>div {
		gap: 8px
	}
}

.wsd-auto-filters .yith-wcan-filter .filter-items .filter-item input[type=checkbox],
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item input[type=checkbox],
.cat-filter-body .yith-wcan-filter .filter-items .filter-item input[type=checkbox] {
	background: var(--container-odd-bg-color) !important;
	accent-color: var(--text-color-main) !important
}

.wsd-auto-filters .yith-wcan-filter .filter-items .filter-item input[type=checkbox]:checked,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item input[type=checkbox]:checked,
.cat-filter-body .yith-wcan-filter .filter-items .filter-item input[type=checkbox]:checked {
	background: var(--style-color-main) !important;
	accent-color: var(--text-color-main) !important
}

.wsd-auto-filters .wc-block-product-filter-checkbox-list__show-more,
.yith-wcan-filters .wc-block-product-filter-checkbox-list__show-more,
.cat-filter-body .wc-block-product-filter-checkbox-list__show-more {
	color: var(--text-color-main)
}

.wsd-auto-filters .yith-wcan-filter .filter-items .filter-item a,
.wsd-auto-filters .yith-wcan-filter .filter-items .filter-item label a .yith-wcan-filter .filter-items .filter-item.active>a,
.wsd-auto-filters .yith-wcan-filter .filter-items .filter-item.active>label>a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a .yith-wcan-filter .filter-items .filter-item.active>a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a,
.cat-filter-body .yith-wcan-filter .filter-items .filter-item a,
.cat-filter-body .yith-wcan-filter .filter-items .filter-item label a .yith-wcan-filter .filter-items .filter-item.active>a,
.cat-filter-body .yith-wcan-filter .filter-items .filter-item.active>label>a {
	color: var(--text-color-main) !important
}

.wsd-auto-filters .yith-wcan-filter .filter-items .filter-item label,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label,
.cat-filter-body .yith-wcan-filter .filter-items .filter-item label {
	display: flex;
	gap: 8px;
	align-items: center
}

.wsd-auto-filters .yith-wcan-filter .filter-items .filter-item label input[type=checkbox],
.wsd-auto-filters input[type=checkbox],
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label input[type=checkbox],
.yith-wcan-filters input[type=checkbox],
.cat-filter-body .yith-wcan-filter .filter-items .filter-item label input[type=checkbox],
.cat-filter-body input[type=checkbox] {
	min-width: 15px;
	width: 15px;
	height: 15px;
	border-color: var(--style-color-main)
}

.wsd-auto-filters .yith-wcan-filter .filter-items .filter-item input[type=checkbox],
.wsd-auto-filters input[type=checkbox].wc-block-product-filter-checkbox-list__input,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item input[type=checkbox],
.yith-wcan-filters input[type=checkbox].wc-block-product-filter-checkbox-list__input,
.cat-filter-body .yith-wcan-filter .filter-items .filter-item input[type=checkbox],
.cat-filter-body input[type=checkbox].wc-block-product-filter-checkbox-list__input {
	appearance: none;
	background: var(--wc-product-filter-checkbox-list-option-element, transparent);
	border: 1px solid var(--wc-product-filter-checkbox-list-option-element-border, transparent);
	border-radius: 2px;
	color: inherit;
	cursor: pointer;
	display: block;
	font-size: inherit;
	height: 1em;
	margin: 0;
	width: 1em;
	border-color: var(--style-color-main)
}

.wsd-auto-filters input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark,
.yith-wcan-filters input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark,
.cat-filter-body input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark {
	display: block;
	pointer-events: none
}

.wsd-auto-filters input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark,
.yith-wcan-filters input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark,
.cat-filter-body input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark {
	display: block;
	pointer-events: none;
	display: none
}

.wsd-auto-filters .wc-block-product-filter-checkbox-list__input-wrapper,
.yith-wcan-filters .wc-block-product-filter-checkbox-list__input-wrapper,
.cat-filter-body .wc-block-product-filter-checkbox-list__input-wrapper {
	display: flex;
	align-items: center;
	color: var(--text-color-main);
	text-decoration: none;
	position: relative
}

.wsd-auto-filters .wc-block-product-filter-checkbox-list__input-wrapper input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark,
.yith-wcan-filters .wc-block-product-filter-checkbox-list__input-wrapper input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark,
.cat-filter-body .wc-block-product-filter-checkbox-list__input-wrapper input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark {
	position: absolute;
	color: white;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	display: block;
	background-color: var(--style-color-main);
	border-radius: 2px
}

.wsd-auto-filters .wp-block-heading,
.yith-wcan-filters .wp-block-heading,
.cat-filter-body .wp-block-heading {
	display: none;
	font-size: 16px;
	font-family: Inter;
	font-weight: 500
}

@media (max-width: 1000px) {

	.wsd-auto-filters .wp-block-heading,
	.yith-wcan-filters .wp-block-heading,
	.cat-filter-body .wp-block-heading {
		font-size: 14px
	}
}

.wsd-auto-filters .wp-block-woocommerce-product-filter-price .wp-block-heading,
.yith-wcan-filters .wp-block-woocommerce-product-filter-price .wp-block-heading,
.cat-filter-body .wp-block-woocommerce-product-filter-price .wp-block-heading {
	display: block
}

.wsd-auto-filters .wc-block-product-filter-price-slider__content,
.yith-wcan-filters .wc-block-product-filter-price-slider__content,
.cat-filter-body .wc-block-product-filter-price-slider__content {
	border-bottom: 1px solid var(--text-color-main);
	padding: 16px;
	padding-bottom: 0
}

.wsd-auto-filters .wsd-filter-block,
.wsd-auto-filters .yith-wcan-filter,
.wsd-auto-filters .wp-block-woocommerce-product-filter-checkbox-list,
.yith-wcan-filters .wsd-filter-block,
.yith-wcan-filters .yith-wcan-filter,
.yith-wcan-filters .wp-block-woocommerce-product-filter-checkbox-list,
.cat-filter-body .wsd-filter-block,
.cat-filter-body .yith-wcan-filter,
.cat-filter-body .wp-block-woocommerce-product-filter-checkbox-list {
	background-color: var(--container-odd-bg-color);
	border-radius: 24px;
	padding: 16px
}

.wsd-auto-filters .wc-block-product-filter-price-slider__content,
.yith-wcan-filters .wc-block-product-filter-price-slider__content,
.cat-filter-body .wc-block-product-filter-price-slider__content {
	column-gap: 12px;
	display: grid;
	grid-template-areas: "price-slider price-slider price-slider" "left-input middle-input right-input";
	grid-template-columns: auto 1fr auto;
	grid-template-columns: auto 0fr auto;
	gap: 0;
	grid-template-areas: "left-input middle-input right-input" "price-slider price-slider price-slider"
}

.wsd-auto-filters .wc-block-product-filter-price-slider__range,
.yith-wcan-filters .wc-block-product-filter-price-slider__range,
.cat-filter-body .wc-block-product-filter-price-slider__range {
	grid-area: price-slider
}

.wsd-auto-filters .wc-block-product-filter-price-slider__left,
.yith-wcan-filters .wc-block-product-filter-price-slider__left,
.cat-filter-body .wc-block-product-filter-price-slider__left {
	grid-area: left-input;
	-ms-grid-column: 1;
	-ms-grid-row: 2
}

.wsd-auto-filters .wc-block-product-filter-price-slider__right,
.yith-wcan-filters .wc-block-product-filter-price-slider__right,
.cat-filter-body .wc-block-product-filter-price-slider__right {
	grid-area: right-input;
	-ms-grid-column: 5;
	-ms-grid-row: 2
}

.wsd-auto-filters .wc-block-product-filter-price-slider__range,
.yith-wcan-filters .wc-block-product-filter-price-slider__range,
.cat-filter-body .wc-block-product-filter-price-slider__range {
	-ms-grid-column-span: 5;
	--low: 0%;
	--high: 100%;
	--range-color: var(--wc-product-filter-price-slider, currentColor);
	--track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100% / 100% 100%;
	appearance: none;
	background: transparent;
	border: 0 !important;
	border-radius: 4px;
	clear: both;
	flex-grow: 1;
	grid-area: price-slider;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	height: 4px;
	margin: 15px 0;
	outline: none;
	padding: 0 !important;
	position: relative;
	-ms-grid-column-span: 5;
	--low: 0%;
	--high: 100%;
	color: var(--style-color-main);
	--range-color: var(--wc-product-filter-price-slider, currentColor);
	--range-color: var(--style-color-main);
	--track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100% / 100% 100%;
	appearance: none;
	background: transparent;
	border: 0 !important;
	border-radius: 4px;
	clear: both;
	flex-grow: 1;
	grid-area: price-slider;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	height: 4px;
	margin: 15px 0;
	outline: none;
	padding: 0 !important;
	position: relative
}

.wsd-auto-filters .wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-thumb,
.yith-wcan-filters .wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-thumb,
.cat-filter-body .wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-thumb {
	appearance: none;
	background-position: 0 0;
	--wc-product-filter-price-slider-handle: var(--style-color-main);
	--wc-product-filter-price-slider-handle-border: var(--container-odd-bg-color);
	--wc-product-filter-price-slider-handle: var(--style-color-main);
	--wc-product-filter-price-slider-handle-border: transparent;
	background: var(--wc-product-filter-price-slider-handle, #fff);
	border: 2px solid var(--wc-product-filter-price-slider-handle-border, #1e1e1e);
	border: 0px solid var(--wc-product-filter-price-slider-handle-border, #1e1e1e);
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: -5px 0 0;
	padding: 0;
	pointer-events: auto;
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20;
	height: 10px;
	width: 10px
}

.wsd-auto-filters .wc-block-product-filter-price-slider__range input[type=range],
.yith-wcan-filters .wc-block-product-filter-price-slider__range input[type=range],
.cat-filter-body .wc-block-product-filter-price-slider__range input[type=range] {
	top: 2px
}

.wsd-auto-filters .wc-block-product-filter-price-slider__range input[type=range]:focus,
.wsd-auto-filters .wc-block-product-filter-price-slider__range input[type=range]:hover,
.yith-wcan-filters .wc-block-product-filter-price-slider__range input[type=range]:focus,
.yith-wcan-filters .wc-block-product-filter-price-slider__range input[type=range]:hover,
.cat-filter-body .wc-block-product-filter-price-slider__range input[type=range]:focus,
.cat-filter-body .wc-block-product-filter-price-slider__range input[type=range]:hover {
	top: 0px
}

.wsd-auto-filters .wc-block-product-filter-price-slider__range input[type=range]:hover::-webkit-slider-thumb,
.wsd-auto-filters .wc-block-product-filter-price-slider__range input[type=range]:focus::-webkit-slider-thumb,
.yith-wcan-filters .wc-block-product-filter-price-slider__range input[type=range]:hover::-webkit-slider-thumb,
.yith-wcan-filters .wc-block-product-filter-price-slider__range input[type=range]:focus::-webkit-slider-thumb,
.cat-filter-body .wc-block-product-filter-price-slider__range input[type=range]:hover::-webkit-slider-thumb,
.cat-filter-body .wc-block-product-filter-price-slider__range input[type=range]:focus::-webkit-slider-thumb {
	--wc-product-filter-price-slider-handle: var(--container-odd-bg-color);
	--wc-product-filter-price-slider-handle-border: var(--style-color-main);
	background: var(--container-odd-bg-color);
	border-color: var(--style-color-main);
	border: 2px solid var(--wc-product-filter-price-slider-handle-border, #1e1e1e)
}

.wsd-auto-filters .wc-block-product-filter-price-slider__range input[type=range].max::-webkit-slider-thumb,
.yith-wcan-filters .wc-block-product-filter-price-slider__range input[type=range].max::-webkit-slider-thumb,
.cat-filter-body .wc-block-product-filter-price-slider__range input[type=range].max::-webkit-slider-thumb {
	background-position-x: right;
	margin-left: 2px
}

.wsd-auto-filters .wc-block-product-filter-price-slider__range input[type=range]:focus::-webkit-slider-thumb,
.yith-wcan-filters .wc-block-product-filter-price-slider__range input[type=range]:focus::-webkit-slider-thumb,
.cat-filter-body .wc-block-product-filter-price-slider__range input[type=range]:focus::-webkit-slider-thumb {
	--wc-product-filter-price-slider-handle: var(--container-odd-bg-color);
	--wc-product-filter-price-slider-handle-border: var(--style-color-main);
	background: var(--container-odd-bg-color);
	border-color: var(--style-color-main);
	border: 2px solid var(--wc-product-filter-price-slider-handle-border, #1e1e1e)
}

.wsd-auto-filters .wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-thumb:hover,
.yith-wcan-filters .wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-thumb:hover,
.cat-filter-body .wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-thumb:hover {
	--wc-product-filter-price-slider-handle: var(--container-odd-bg-color);
	--wc-product-filter-price-slider-handle-border: var(--style-color-main);
	background: var(--container-odd-bg-color);
	border-color: var(--style-color-main);
	border: 2px solid var(--wc-product-filter-price-slider-handle-border, #1e1e1e)
}

.wsd-auto-filters .wc-block-product-filter-price-slider__right,
.yith-wcan-filters .wc-block-product-filter-price-slider__right,
.cat-filter-body .wc-block-product-filter-price-slider__right {
	justify-self: stretch
}

.wsd-auto-filters .wc-block-product-filter-price-slider__left.text input[type=text],
.wsd-auto-filters .wc-block-product-filter-price-slider__right.text input[type=text],
.yith-wcan-filters .wc-block-product-filter-price-slider__left.text input[type=text],
.yith-wcan-filters .wc-block-product-filter-price-slider__right.text input[type=text],
.cat-filter-body .wc-block-product-filter-price-slider__left.text input[type=text],
.cat-filter-body .wc-block-product-filter-price-slider__right.text input[type=text] {
	width: 100%;
	max-width: 100%;
	background: var(--container-odd-bg-color);
	border-color: var(--container-odd-bg-color);
	color: var(--text-color-main);
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	padding: 16px
}

.wsd-auto-filters .wc-block-product-filter-price-slider__left.text input[type=text],
.yith-wcan-filters .wc-block-product-filter-price-slider__left.text input[type=text],
.cat-filter-body .wc-block-product-filter-price-slider__left.text input[type=text] {
	border-radius: 24px 0 0 24px
}

.wsd-auto-filters .wc-block-product-filter-price-slider__right.text input[type=text],
.yith-wcan-filters .wc-block-product-filter-price-slider__right.text input[type=text],
.cat-filter-body .wc-block-product-filter-price-slider__right.text input[type=text] {
	border-radius: 0 24px 24px 0
}

.wsd-auto-filters .wc-block-product-filter-price-slider__right.text input[type=text],
.yith-wcan-filters .wc-block-product-filter-price-slider__right.text input[type=text],
.cat-filter-body .wc-block-product-filter-price-slider__right.text input[type=text] {
	justify-self: end;
	text-align: end;
	width: 100%;
	max-width: 100%
}

.yith-wcan-filters {
	background-color: var(--yith-wcan-filters_colors_background, transparent);
	margin-bottom: 30px
}

body .yith-wcan-filters {
	background-color: transparent;
	margin-bottom: 30px
}

.wc-block-product-filter-checkbox-list__items {
	width: 100%
}

.wc-block-product-filter-checkbox-list__items .wc-block-product-filter-checkbox-list__item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.wc-block-product-filter-checkbox-list__items .wc-block-product-filter-checkbox-list__item .wc-block-product-filter-checkbox-list__label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.wc-block-product-filter-checkbox-list__items .wc-block-product-filter-checkbox-list__item .wc-block-product-filter-checkbox-list__text-wrapper {
	flex-grow: 1;
	width: 100%;
	display: flex;
	align-items: center
}

.wc-block-product-filter-checkbox-list__items .wc-block-product-filter-checkbox-list__item .wc-block-product-filter-checkbox-list__text {
	flex-grow: 1;
	display: block
}

.wsd-auto-filters.accd_wrapper .wsd-filter-block.accd_item .accd_item__title {
	margin: 0;
	padding: 0;
	padding-right: 8px;
	overflow: visible
}

.wsd-auto-filters.accd_wrapper .wsd-filter-block.accd_item .accd_item__body {
	display: none
}

.wsd-auto-filters.accd_wrapper .wsd-filter-block.accd_item.open .accd_item__body {
	display: flex;
	flex-direction: column
}

body .catalog-body .wc-block-product-filters__open-overlay,
body .catalog-body .wc-block-product-filters__overlay-header,
body .catalog-body .wc-block-product-filters__close-overlay {
	display: none
}

body .catalog-body :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay {
	background-color: transparent
}

@media (min-width: 601px) {
	body .catalog-body .wc-block-product-filters__overlay-dialog {
		padding: 0 !important
	}
}

body .catalog-body :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay {
	z-index: auto
}

@media (max-width: 600px) {

	#modal-catalog .catalog-filter.open,
	.catalog-body .catalog-filter.open {
		padding: 100px 40px
	}
}

.accordion .accd_item,
.accordion .accordion-item {
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
	gap: 16px
}

@media (max-width: 1000px) {

	.accordion .accd_item,
	.accordion .accordion-item {
		gap: 12px
	}
}

.accordion .accd_item .accd_item__title,
.accordion .accd_item .accordion-title,
.accordion .accordion-item .accd_item__title,
.accordion .accordion-item .accordion-title {
	align-self: stretch;
	padding: 16px;
	overflow: hidden;
	border-radius: 24px;
	justify-content: space-between;
	align-items: center;
	display: inline-flex
}

@media (max-width: 1000px) {

	.accordion .accd_item .accd_item__title,
	.accordion .accd_item .accordion-title,
	.accordion .accordion-item .accd_item__title,
	.accordion .accordion-item .accordion-title {
		padding: 12px
	}
}

.accordion .accd_item .accd_item__title .dropdown-icon,
.accordion .accd_item .accordion-title .dropdown-icon,
.accordion .accordion-item .accd_item__title .dropdown-icon,
.accordion .accordion-item .accordion-title .dropdown-icon {
	transition: .5s
}

.accordion .accd_item .accordion-body,
.accordion .accordion-item .accordion-body {
	display: none
}

.accordion .accd_item.open .accd_item__title .dropdown-icon,
.accordion .accd_item.open .accordion-title .dropdown-icon,
.accordion .accordion-item.open .accd_item__title .dropdown-icon,
.accordion .accordion-item.open .accordion-title .dropdown-icon {
	transform: rotate(90deg)
}

.accordion .accd_item.open .accordion-body,
.accordion .accordion-item.open .accordion-body {
	display: flex
}

@media (max-width: 1440px) {
	.accordion-mob .accordion-item .accordion-title .dropdown-icon {
		transition: .5s
	}

	.accordion-mob .accordion-item .accordion-body {
		display: none !important
	}

	.accordion-mob .accordion-item.open .accordion-title .dropdown-icon {
		transform: rotate(90deg)
	}

	.accordion-mob .accordion-item.open .accordion-body {
		display: flex !important
	}
}

.wc-block-checkout__pickup-options *,
.wc-block-checkout__shipping-option * {
	padding: 0px;
	margin: 0px;
	box-shadow: none !important;
	border: 0;
	outline: none !important
}

.wc-block-checkout__pickup-options *::after,
.wc-block-checkout__pickup-options *::before,
.wc-block-checkout__shipping-option *::after,
.wc-block-checkout__shipping-option *::before {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important;
	background: none !important;
	content: none !important
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control,
.wc-block-checkout__shipping-option .wc-block-components-radio-control {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	border: 0;
	outline: none !important;
	box-shadow: none !important;
	border-color: initial !important
}

@media (max-width: 1000px) {

	.wc-block-checkout__pickup-options .wc-block-components-radio-control:has(>label:nth-child(3)),
	.wc-block-checkout__shipping-option .wc-block-components-radio-control:has(>label:nth-child(3)) {
		flex-wrap: wrap
	}
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control:has(>label:nth-child(4)),
.wc-block-checkout__shipping-option .wc-block-components-radio-control:has(>label:nth-child(4)) {
	flex-wrap: wrap
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked::after,
.wc-block-checkout__pickup-options .wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked::before,
.wc-block-checkout__shipping-option .wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked::after,
.wc-block-checkout__shipping-option .wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked::before {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option {
	width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control:has(>label:nth-child(2))>label.wc-block-components-radio-control__option,
.wc-block-checkout__shipping-option .wc-block-components-radio-control:has(>label:nth-child(2))>label.wc-block-components-radio-control__option {
	width: calc(50% - 10px)
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 16px;
	padding: 16px;
	border-radius: 24px;
	border: 0;
	background-color: var(--container-bg-color)
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option::after,
.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option::before,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option::after,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option::before {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option *::after,
.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option *::before,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option *::after,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option *::before {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option input,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option input {
	display: none
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked {
	border: 1px solid var(--style-color-main)
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option.wc-block-components-radio-control__option--checked-option-highlighted::after,
.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option.wc-block-components-radio-control__option--checked-option-highlighted::before,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option.wc-block-components-radio-control__option--checked-option-highlighted::after,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option.wc-block-components-radio-control__option--checked-option-highlighted::before {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option .wc-block-components-radio-control__label-group,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option .wc-block-components-radio-control__label-group {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 16px;
	font-size: 16px
}

.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label,
.wc-block-checkout__pickup-options .wc-block-components-radio-control>label.wc-block-components-radio-control__option .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label,
.wc-block-checkout__shipping-option .wc-block-components-radio-control>label.wc-block-components-radio-control__option .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
	margin: 0;
	text-align: center
}

body .components-button-group.wc-block-checkout__shipping-method-container .wc-block-checkout__shipping-method-option {
	color: var(--text-color-main)
}

body .components-button-group.wc-block-checkout__shipping-method-container .wc-block-checkout__shipping-method-option--selected {
	background-color: var(--container-bg-color);
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid var(--style-color-main)
}

body .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border: 1px solid rgba(18, 18, 18, 0.8);
	border: 1px solid var(--style-color-main)
}

body .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: var(--style-color-main)
}

.select2-container .select2-dropdown {
	border-radius: 24px;
	background-color: var(--container-bg-color);
	color: var(--text-color-main);
	border: 0;
	outline: 0;
	min-height: 52px;
	padding: 16px
}

.select2-container .select2-dropdown:focus {
	border: 0;
	outline: 0
}

.select2-container--default .select2-selection--single {
	border: 0px
}

.select2-results {
	scrollbar-width: thin
}

.select2-results::-webkit-scrollbar {
	width: 8px
}

.select2-results::-webkit-scrollbar-track {
	background: transparent
}

.select2-results::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: var(--text-color-main)
}

.select2-results::-webkit-scrollbar-thumb:hover {
	background: var(--text-color-main)
}

.check-page * {
	padding: 0px;
	margin: 0px;
	box-shadow: none !important;
	border: 0;
	outline: none !important
}

.check-page *::after,
.check-page *::before {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important;
	background: none !important;
	content: none !important
}

.check-page .woocommerce {
	display: flex;
	flex-direction: column;
	gap: 24px
}

@media (max-width: 1000px) {
	.check-page .woocommerce {
		gap: 16px
	}
}

.check-page .checkout_coupon.woocommerce-form-coupon,
.check-page .woocommerce-form-coupon-toggle {
	background-color: var(--container-odd-bg-color) !important;
	border-radius: 24px;
	padding: 16px
}

@media (max-width: 1000px) {

	.check-page .checkout_coupon.woocommerce-form-coupon,
	.check-page .woocommerce-form-coupon-toggle {
		border-radius: 16px;
		padding: 12px !important
	}
}

.check-page form.checkout_coupon.woocommerce-form-coupon .woocommerce-billing-fields,
.check-page form.checkout_coupon.woocommerce-form-coupon .woocommerce-shipping-fields,
.check-page form.checkout_coupon.woocommerce-form-coupon .woocommerce-additional-fields,
.check-page form.checkout_coupon.woocommerce-form-coupon .form-row,
.check-page form.checkout_coupon.woocommerce-form-coupon .col-1,
.check-page #customer_details .woocommerce-billing-fields,
.check-page #customer_details .woocommerce-shipping-fields,
.check-page #customer_details .woocommerce-additional-fields,
.check-page #customer_details .form-row,
.check-page #customer_details .col-1 {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.check-page form.checkout_coupon.woocommerce-form-coupon .woocommerce-billing-fields__field-wrapper,
.check-page form.checkout_coupon.woocommerce-form-coupon .woocommerce-shipping-fields__field-wrapper,
.check-page form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.check-page form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: space-between
}

.check-page form.checkout_coupon.woocommerce-form-coupon .woocommerce-billing-fields__field-wrapper .form-row-wide,
.check-page form.checkout_coupon.woocommerce-form-coupon .woocommerce-shipping-fields__field-wrapper .form-row-wide,
.check-page form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
.check-page form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide {
	width: 100%
}

.check-page form.checkout_coupon.woocommerce-form-coupon .woocommerce-input-wrapper,
.check-page form.woocommerce-checkout .woocommerce-input-wrapper {
	padding: 0px;
	margin: 0px
}

.check-page form.checkout_coupon.woocommerce-form-coupon .select2,
.check-page form.checkout_coupon.woocommerce-form-coupon textarea,
.check-page form.checkout_coupon.woocommerce-form-coupon input[type=text],
.check-page form.checkout_coupon.woocommerce-form-coupon input[type=email],
.check-page form.checkout_coupon.woocommerce-form-coupon input[type=number],
.check-page form.checkout_coupon.woocommerce-form-coupon input[type=tel],
.check-page form.woocommerce-checkout .select2,
.check-page form.woocommerce-checkout textarea,
.check-page form.woocommerce-checkout input[type=text],
.check-page form.woocommerce-checkout input[type=email],
.check-page form.woocommerce-checkout input[type=number],
.check-page form.woocommerce-checkout input[type=tel] {
	border-radius: 24px;
	background-color: var(--container-bg-color);
	color: var(--text-color-main);
	border: 0;
	outline: 0;
	min-height: 52px;
	padding: 16px
}

.check-page form.checkout_coupon.woocommerce-form-coupon .select2:focus,
.check-page form.checkout_coupon.woocommerce-form-coupon textarea:focus,
.check-page form.checkout_coupon.woocommerce-form-coupon input[type=text]:focus,
.check-page form.checkout_coupon.woocommerce-form-coupon input[type=email]:focus,
.check-page form.checkout_coupon.woocommerce-form-coupon input[type=number]:focus,
.check-page form.checkout_coupon.woocommerce-form-coupon input[type=tel]:focus,
.check-page form.woocommerce-checkout .select2:focus,
.check-page form.woocommerce-checkout textarea:focus,
.check-page form.woocommerce-checkout input[type=text]:focus,
.check-page form.woocommerce-checkout input[type=email]:focus,
.check-page form.woocommerce-checkout input[type=number]:focus,
.check-page form.woocommerce-checkout input[type=tel]:focus {
	border: 0;
	outline: 0
}

.check-page form.checkout_coupon.woocommerce-form-coupon label,
.check-page form.woocommerce-checkout label {
	color: var(--text-color-main)
}

.check-page .wc-block-components-form .wc-block-components-text-input label,
.check-page .wc-block-components-text-input label,
.check-page .woocommerce-ordering select {
	background-color: var(--container-bg-color);
	color: var(--text-color-main);
	border: 0;
	outline: 0
}

.select2-container .select2-selection--single {
	padding: 0
}

.bl-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px;
	background-color: var(--container-odd-bg-color) !important;
	border-radius: 24px
}

@media (max-width: 1000px) {
	.bl-wrap {
		padding: 12px;
		border-radius: 16px
	}
}

.col2-set {
	display: flex;
	gap: 24px
}

@media (max-width: 1000px) {
	.col2-set {
		flex-direction: column;
		gap: 16px
	}
}

.woocommerce-checkout-review-order,
.woocommerce-checkout-review-order-table,
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout-payment,
.wc_payment_methods {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px
}

.woocommerce-checkout-review-order tr,
.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout-review-order-table tbody tr,
.woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-checkout-payment tr,
.wc_payment_methods tr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 16px
}

.woocommerce-checkout-review-order tr td:nth-child(2),
.woocommerce-checkout-review-order-table tr td:nth-child(2),
.woocommerce-checkout-review-order-table tbody tr td:nth-child(2),
.woocommerce-checkout-review-order-table tfoot tr td:nth-child(2),
.woocommerce-checkout-payment tr td:nth-child(2),
.wc_payment_methods tr td:nth-child(2) {
	flex-shrink: 0
}

.woocommerce-checkout-review-order .woocommerce-shipping-totals.shipping,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping,
.woocommerce-checkout-review-order-table tbody .woocommerce-shipping-totals.shipping,
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping,
.woocommerce-checkout-payment .woocommerce-shipping-totals.shipping,
.wc_payment_methods .woocommerce-shipping-totals.shipping {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px
}

ul.wc_payment_methods.payment_methods.methods,
ul.woocommerce-shipping-methods {
	display: flex;
	justify-content: space-between;
	gap: 16px
}

ul.wc_payment_methods.payment_methods.methods.payment_methods,
ul.woocommerce-shipping-methods.payment_methods {
	flex-direction: column
}

ul.wc_payment_methods.payment_methods.methods li input,
ul.woocommerce-shipping-methods li input {
	display: none
}

@media (max-width: 1000px) {

	ul.wc_payment_methods.payment_methods.methods:has(>li:nth-child(3)),
	ul.woocommerce-shipping-methods:has(>li:nth-child(3)) {
		flex-wrap: wrap
	}

	ul.wc_payment_methods.payment_methods.methods.woocommerce-shipping-methods li,
	ul.woocommerce-shipping-methods.woocommerce-shipping-methods li {
		min-height: 90px
	}
}

ul.wc_payment_methods.payment_methods.methods:has(>li:nth-child(4)),
ul.woocommerce-shipping-methods:has(>li:nth-child(4)) {
	flex-wrap: wrap
}

ul.wc_payment_methods.payment_methods.methods>li,
ul.woocommerce-shipping-methods>li {
	width: 100%
}

ul.wc_payment_methods.payment_methods.methods.payment_methods>li,
ul.wc_payment_methods.payment_methods.methods#shipping_method>li label,
ul.woocommerce-shipping-methods.payment_methods>li,
ul.woocommerce-shipping-methods#shipping_method>li label {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 16px;
	padding: 16px;
	border-radius: 24px;
	border: 0;
	background-color: var(--container-bg-color)
}

ul.wc_payment_methods.payment_methods.methods.payment_methods>li.wc-block-components-radio-control__option-checked,
ul.wc_payment_methods.payment_methods.methods#shipping_method>li label.wc-block-components-radio-control__option-checked,
ul.woocommerce-shipping-methods.payment_methods>li.wc-block-components-radio-control__option-checked,
ul.woocommerce-shipping-methods#shipping_method>li label.wc-block-components-radio-control__option-checked {
	border: 1px solid var(--style-color-main)
}

ul.wc_payment_methods.payment_methods.methods.payment_methods>li .wc-block-components-radio-control__label-group,
ul.wc_payment_methods.payment_methods.methods#shipping_method>li label .wc-block-components-radio-control__label-group,
ul.woocommerce-shipping-methods.payment_methods>li .wc-block-components-radio-control__label-group,
ul.woocommerce-shipping-methods#shipping_method>li label .wc-block-components-radio-control__label-group {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 16px;
	font-size: 16px
}

ul.wc_payment_methods.payment_methods.methods.payment_methods>li .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label,
ul.wc_payment_methods.payment_methods.methods.payment_methods>li .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label,
ul.wc_payment_methods.payment_methods.methods#shipping_method>li label .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label,
ul.wc_payment_methods.payment_methods.methods#shipping_method>li label .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label,
ul.woocommerce-shipping-methods.payment_methods>li .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label,
ul.woocommerce-shipping-methods.payment_methods>li .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label,
ul.woocommerce-shipping-methods#shipping_method>li label .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label,
ul.woocommerce-shipping-methods#shipping_method>li label .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
	margin: 0;
	text-align: center
}

ul.wc_payment_methods.payment_methods.methods.payment_methods li:has(input:checked),
ul.wc_payment_methods.payment_methods.methods#shipping_method li input:checked~label,
ul.woocommerce-shipping-methods.payment_methods li:has(input:checked),
ul.woocommerce-shipping-methods#shipping_method li input:checked~label {
	border: 1px solid var(--style-color-main)
}

@media (max-width: 1000px) {

	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2 {
		width: 100%
	}
}

body .woocommerce {
	width: 100%
}

@media (max-width: 1000px) {
	body .woocommerce form.checkout_coupon.woocommerce-form-coupon {
		display: flex;
		flex-direction: column;
		gap: 16px
	}

	body .woocommerce form .form-row,
	body .woocommerce form .form-row.form-row-first,
	body .woocommerce form .form-row.form-row-last {
		width: 100%
	}
}

@media (max-width: 1440px) {
	.feature {
		flex-wrap: wrap
	}

	.feature>* {
		align-self: stretch
	}
}

@media (max-width: 1440px) and (max-width: 1040px) {
	.feature>* {
		min-width: 30%
	}
}

@media (max-width: 1440px) and (max-width: 700px) {
	.feature>* {
		min-width: 40%
	}
}

@media (max-width: 1440px) and (max-width: 1400px) {
	.contact-form .wpcf7 {
		min-width: 50%;
		width: 50%
	}
}

@media (max-width: 1440px) and (max-width: 1400px) and (max-width: 1040px) {
	.contact-form .wpcf7 {
		min-width: 100%;
		width: 100%
	}
}

@media (max-width: 1440px) and (max-width: 1400px) {
	.contact-form .wpcf7-form {
		min-width: 100%;
		width: 100%
	}

	.contact-form .cf-title {
		font-size: 24px
	}

	.contact-form .cf-text {
		font-size: 16px
	}

	.contact-form .wpcf7-form-controll,
	.contact-form .cf-field {
		font-size: 14px;
		padding: 12px
	}

	.contact-form .btn-submit {
		font-size: 14px;
		padding: 12px
	}

	.contact-form .cf-politic-text,
	.contact-form .cf-politic-link {
		font-size: 12px
	}

	.contact-form>* {
		min-width: 50%
	}

	.contact-form>* .form-row-fields {
		flex-direction: column
	}

	.contact-form>* .form-row-fields>* {
		align-self: stretch;
		min-height: 52px
	}
}

@media (max-width: 1440px) and (max-width: 1400px) and (max-width: 1040px) {
	.contact-form>* {
		min-width: 100%;
		width: 100%
	}
}

@media (max-width: 1440px) and (max-width: 1400px) {
	.contact-form img {
		align-self: auto !important
	}
}

@media (max-width: 1440px) and (max-width: 1400px) and (max-width: 1400px) {
	.contact-form img {
		min-width: 50%
	}
}

@media (max-width: 1440px) and (max-width: 1400px) and (max-width: 1040px) {
	.contact-form img {
		display: none
	}
}

@media (max-width: 1440px) and (max-width: 700px) {

	.contact-form .wpcf7,
	.contact-form .wpcf7-form,
	.contact-form .form-btn-block>*,
	.contact-form .form-btn-block .btn-submit,
	.contact-form .form-btn-block .cf-politic-text {
		min-width: 100%;
		width: 100%
	}

	.contact-form>*>* {
		flex-direction: column
	}

	.contact-form>*.wpcf7,
	.contact-form>* .wpcf7-form,
	.contact-form>* .form-btn-block>*,
	.contact-form>* .form-btn-block .btn-submit,
	.contact-form>* .form-btn-block .cf-politic-text {
		min-width: 100%;
		width: 100%
	}
}

.contact-icons .wrap-fon {
	width: 42px;
	height: 42px
}

.contact-icons .soc-wats img {
	height: 21px
}

.contact-icons .soc-tg img {
	width: 21px;
	height: 18px
}

.contact-icons .soc-vk img {
	height: 17px;
	width: 23px;
	height: 15px
}

@media (max-width: 900px) {
	.contact-icons .wrap-fon {
		width: 32px;
		height: 32px
	}

	.contact-icons .soc-wats img {
		height: 16px
	}

	.contact-icons .soc-tg img {
		width: 16px;
		height: 14px
	}

	.contact-icons .soc-vk img {
		height: 17px;
		width: 23px;
		height: 15px
	}
}

.footer {
	font-size: 16px
}

.footer h3 {
	font-size: 18px
}

.footer .info {
	font-size: 14px
}

.footer .adres-line {
	line-height: 34px
}

.footer .adres-block-list {
	gap: 18px
}

.footer .menu-block-list {
	gap: 16px
}

.footer .logo-img-footer,
.footer .logo-footer {
	width: 315px;
	height: 63px
}

@media (max-width: 900px) {
	.footer {
		font-size: 12px
	}

	.footer h3 {
		font-size: 14px
	}

	.footer .info {
		font-size: 12px
	}

	.footer .adres-line {
		line-height: 18px
	}

	.footer .adres-block-list {
		gap: 10px
	}

	.footer .menu-block-list {
		gap: 8px
	}

	.footer .logo-img-footer,
	.footer .logo-footer {
		width: 212px;
		height: 43px
	}
}

.footer .contacts-block-footer svg.icon {
	width: 24px;
	height: 24px;
	width: 20px;
	height: 20px
}

@media (max-width: 900px) {
	.footer .contacts-block-footer svg.icon {
		width: 17px;
		height: 17px
	}
}

.footer .contact-icons .wrap-fon {
	width: 32px;
	height: 32px
}

.footer .contact-icons .soc-wats img {
	height: 16px
}

.footer .contact-icons .soc-tg img {
	width: 16px;
	height: 14px
}

.footer .contact-icons .soc-vk img {
	height: 17px;
	width: 17px;
	height: 11px
}

@media (max-width: 900px) {
	.footer .contact-icons .wrap-fon {
		width: 24px;
		height: 24px
	}

	.footer .contact-icons .soc-wats img {
		height: 12px
	}

	.footer .contact-icons .soc-tg img {
		width: 12px;
		height: 10px
	}

	.footer .contact-icons .soc-vk img {
		height: 17px;
		width: 17px;
		height: 11px
	}
}

@media (max-width: 900px) {
	.container.map {
		height: 60vh;
	}
}

.content.action {
	height: 350px;
	padding: 40px;
	position: relative;
	flex-direction: row;
	background: linear-gradient(0deg, #000 0%, #000 100%), #F7F7F7;
	overflow: hidden;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex
}

.content.action .action-img {
	width: 676px;
	height: 380px;
	right: 0;
	bottom: -15px;
	position: absolute;
	z-index: 10
}

.content.action .action-text {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex;
	z-index: 40
}

.content.action .actin-shadow {
	width: 459px;
	width: 33%;
	height: 642px;
	right: 676px;
	transform: translateX(50%);
	width: 20%;
	top: -154px;
	position: absolute;
	background: black;
	color: black;
	box-shadow: 99.0999984741211px 99.0999984741211px 99.0999984741211px;
	filter: blur(49.55px);
	z-index: 20
}

.content.action .ation-title {
	color: white;
	font-size: 50px;
	font-weight: 700
}

.content.action .ation-main-text {
	color: white;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px
}

.content.action .ation-second-text {
	color: white;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px
}

@media (max-width: 670px) {
	.content.action {
		flex-direction: column;
		height: 360px
	}

	.content.action .action-text {
		justify-content: start;
		align-items: center
	}

	.content.action .action-text .ation-main-text,
	.content.action .action-text .ation-second-text {
		display: flex;
		justify-content: start;
		align-items: center;
		text-align: center
	}

	.content.action .action-img {
		height: auto;
		width: 100%
	}

	.content.action .ation-title {
		font-size: 24px
	}

	.content.action .ation-main-text {
		font-size: 18px
	}

	.content.action .ation-second-text {
		font-size: 14px
	}
}

@media (max-width: 1440px) {
	.content.action {
		padding-left: 12px;
		padding-right: 12px;
		margin-left: 12px;
		margin-right: 12px;
		width: calc(100vw - 24px)
	}
}

#ast-scroll-top {
	display: none !important
}

.mk-v h4 {
	font-family: 'Great Vibes', cursive;
	font-size: 1.5em;
	text-align: right;
	padding: 0 50px;
	margin: 10px
}

@media (max-width: 850px) {
	.mk-v h4 {
		text-align: center
	}
}

.dev ::after,
.dev ::before,
.dev div {
	box-sizing: border-box
}

.dev-div ::after,
.dev-div ::before,
.dev-div div {
	border: 1px solid green;
	box-sizing: border-box
}

.grid_12_X_10 {
	position: relative
}

.grid_12_X_10 .grid_12 {
	position: absolute;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: calc((((100% + $grid_gap ) / $grid_cou ) * (var(--num) - 1)));
	left: calc(((100% - var(--cont_width)) / 2) + ((((var(--cont_width) + $grid_gap ) / $grid_cou ) * (var(--num) - 1))));
	margin-right: var(--gap);
	background-color: #ff000003;
	background-color: #ff000009;
	border: 0;
	width: calc(((100% + $grid_gap ) / $grid_cou ) - $grid_gap );
	width: calc(((var(--cont_width) + $grid_gap ) / $grid_cou ) - $grid_gap );
	height: 100%;
	min-height: var(--gap)
}

.grid_12_X_10 :last-child {
	margin: 0
}

.grid_tools_view_check,
.grid_version_view_check,
.grid_center_view_check,
.grid_container_view_check,
.grid_box_view_check {
	position: fixed;
	top: 20px;
	top: calc(20px + $offset-tool);
	right: 180px;
	z-index: 1000
}

.grid_tools_view_check.grid_container_view_check,
.grid_version_view_check.grid_container_view_check,
.grid_center_view_check.grid_container_view_check,
.grid_container_view_check.grid_container_view_check,
.grid_box_view_check.grid_container_view_check {
	top: calc(40px + $offset-tool)
}

.grid_tools_view_check.grid_box_view_check,
.grid_version_view_check.grid_box_view_check,
.grid_center_view_check.grid_box_view_check,
.grid_container_view_check.grid_box_view_check,
.grid_box_view_check.grid_box_view_check {
	top: 80px;
	top: calc(60px + $offset-tool)
}

.grid_tools_view_check.grid_version_view_check,
.grid_version_view_check.grid_version_view_check,
.grid_center_view_check.grid_version_view_check,
.grid_container_view_check.grid_version_view_check,
.grid_box_view_check.grid_version_view_check {
	top: calc(200px + $offset-tool)
}

.grid_tools_view_check.grid_tools_view_check,
.grid_version_view_check.grid_tools_view_check,
.grid_center_view_check.grid_tools_view_check,
.grid_container_view_check.grid_tools_view_check,
.grid_box_view_check.grid_tools_view_check {
	top: calc(220px + $offset-tool)
}

.grid_tools_view_label,
.grid_version_view_label,
.grid_center_view_label,
.grid_container_view_label,
.grid_box_view_label {
	position: fixed;
	top: 20px;
	top: calc(20px + $offset-tool);
	right: 10px;
	z-index: 1000;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: white;
	mix-blend-mode: difference
}

.grid_tools_view_label.grid_container_view_label,
.grid_version_view_label.grid_container_view_label,
.grid_center_view_label.grid_container_view_label,
.grid_container_view_label.grid_container_view_label,
.grid_box_view_label.grid_container_view_label {
	top: 40px;
	top: calc(40px + $offset-tool)
}

.grid_tools_view_label.grid_box_view_label,
.grid_version_view_label.grid_box_view_label,
.grid_center_view_label.grid_box_view_label,
.grid_container_view_label.grid_box_view_label,
.grid_box_view_label.grid_box_view_label {
	top: 60px;
	top: calc(60px + $offset-tool)
}

.grid_tools_view_label.grid_version_view_label,
.grid_version_view_label.grid_version_view_label,
.grid_center_view_label.grid_version_view_label,
.grid_container_view_label.grid_version_view_label,
.grid_box_view_label.grid_version_view_label {
	top: 60px;
	top: calc(200px + $offset-tool)
}

.grid_tools_view_label.grid_tools_view_label,
.grid_version_view_label.grid_tools_view_label,
.grid_center_view_label.grid_tools_view_label,
.grid_container_view_label.grid_tools_view_label,
.grid_box_view_label.grid_tools_view_label {
	top: 60px;
	top: calc(220px + $offset-tool)
}

.grid_box_view_check:checked~* h1,
.grid_box_view_check:checked~* h2,
.grid_box_view_check:checked~* h3,
.grid_box_view_check:checked~* h4,
.grid_box_view_check:checked~* h5,
.grid_box_view_check:checked~* form,
.grid_box_view_check:checked~form,
.grid_box_view_check:checked~* svg,
.grid_box_view_check:checked~svg,
.grid_box_view_check:checked~* a,
.grid_box_view_check:checked~a,
.grid_box_view_check:checked~* header,
.grid_box_view_check:checked~* footer,
.grid_box_view_check:checked~header,
.grid_box_view_check:checked~footer,
.grid_box_view_check:checked~* ::after,
.grid_box_view_check:checked~* ::before,
.grid_box_view_check:checked~* div,
.grid_box_view_check:checked~ ::after,
.grid_box_view_check:checked~ ::before,
.grid_box_view_check:checked~div {
	box-sizing: border-box;
	border: 1px solid green
}

.mk-v {
	display: none
}

.grid_version_view_check:checked~* .mk-v,
.grid_version_view_check:checked~.mk-v {
	display: block
}

.vertical-center {
	display: none
}

.grid_center_view_check:checked~.vertical-center {
	display: block
}

.grid_container_view_check:checked~* .container,
.grid_container_view_check:checked~.container {
	box-sizing: border-box;
	border: solid 1px red
}

#vertical-center.vertical-center {
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	border: 0;
	background-color: #f00
}

.container.grid {
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100vh;
	padding: 0
}

.container.grid .grid_x {
	display: none;
	align-items: center;
	justify-content: stretch;
	gap: var(--gap);
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	max-width: 1440px;
	width: 100%;
	top: 0;
	padding: 0 130px
}

.container.grid .grid_x .grid_n {
	display: none;
	flex-grow: 1;
	flex-shrink: 0;
	background-color: #ff000029;
	border: 0;
	height: 100vh;
	min-height: var(--gap);
	width: var(--gap)
}

.grid_cols_view_check-0,
.grid_cols_view_check-2,
.grid_cols_view_check-3,
.grid_cols_view_check-4,
.grid_cols_view_check {
	position: fixed;
	top: 20px;
	top: calc(20px + $offset-tool);
	right: 180px;
	z-index: 1000
}

.grid_cols_view_check-0.grid_cols_view_check-2,
.grid_cols_view_check-2.grid_cols_view_check-2,
.grid_cols_view_check-3.grid_cols_view_check-2,
.grid_cols_view_check-4.grid_cols_view_check-2,
.grid_cols_view_check.grid_cols_view_check-2 {
	top: 40px;
	top: calc(40px + $offset-tool)
}

.grid_cols_view_check-0.grid_cols_view_check-3,
.grid_cols_view_check-2.grid_cols_view_check-3,
.grid_cols_view_check-3.grid_cols_view_check-3,
.grid_cols_view_check-4.grid_cols_view_check-3,
.grid_cols_view_check.grid_cols_view_check-3 {
	top: 60px;
	top: calc(60px + $offset-tool)
}

.grid_cols_view_check-0.grid_cols_view_check-4,
.grid_cols_view_check-2.grid_cols_view_check-4,
.grid_cols_view_check-3.grid_cols_view_check-4,
.grid_cols_view_check-4.grid_cols_view_check-4,
.grid_cols_view_check.grid_cols_view_check-4 {
	top: 80px;
	top: calc(80px + $offset-tool)
}

.grid_cols_view_check-0.grid_cols_view_check-0,
.grid_cols_view_check-2.grid_cols_view_check-0,
.grid_cols_view_check-3.grid_cols_view_check-0,
.grid_cols_view_check-4.grid_cols_view_check-0,
.grid_cols_view_check.grid_cols_view_check-0 {
	top: calc(100px + $offset-tool)
}

.grid_cols_view_check-0:checked~.container.grid .grid_x,
.grid_cols_view_check-2:checked~.container.grid .grid_x,
.grid_cols_view_check-3:checked~.container.grid .grid_x,
.grid_cols_view_check-4:checked~.container.grid .grid_x,
.grid_cols_view_check:checked~.container.grid .grid_x {
	display: flex
}

.grid_cols_view_check-0.gn-0:checked~.container.grid,
.grid_cols_view_check-2.gn-0:checked~.container.grid,
.grid_cols_view_check-3.gn-0:checked~.container.grid,
.grid_cols_view_check-4.gn-0:checked~.container.grid,
.grid_cols_view_check.gn-0:checked~.container.grid {
	display: none
}

.grid_cols_view_check-0.gn-12:checked~.container.grid .grid_x .grid_c_12,
.grid_cols_view_check-2.gn-12:checked~.container.grid .grid_x .grid_c_12,
.grid_cols_view_check-3.gn-12:checked~.container.grid .grid_x .grid_c_12,
.grid_cols_view_check-4.gn-12:checked~.container.grid .grid_x .grid_c_12,
.grid_cols_view_check.gn-12:checked~.container.grid .grid_x .grid_c_12 {
	display: block
}

.grid_cols_view_check-0.gn-6:checked~.container.grid .grid_x .grid_c_6,
.grid_cols_view_check-2.gn-6:checked~.container.grid .grid_x .grid_c_6,
.grid_cols_view_check-3.gn-6:checked~.container.grid .grid_x .grid_c_6,
.grid_cols_view_check-4.gn-6:checked~.container.grid .grid_x .grid_c_6,
.grid_cols_view_check.gn-6:checked~.container.grid .grid_x .grid_c_6 {
	display: block
}

.grid_cols_view_check-0.gn-4:checked~.container.grid .grid_x .grid_c_4,
.grid_cols_view_check-2.gn-4:checked~.container.grid .grid_x .grid_c_4,
.grid_cols_view_check-3.gn-4:checked~.container.grid .grid_x .grid_c_4,
.grid_cols_view_check-4.gn-4:checked~.container.grid .grid_x .grid_c_4,
.grid_cols_view_check.gn-4:checked~.container.grid .grid_x .grid_c_4 {
	display: block
}

.grid_cols_view_check-0.gn-2:checked~.container.grid .grid_x .grid_c_2,
.grid_cols_view_check-2.gn-2:checked~.container.grid .grid_x .grid_c_2,
.grid_cols_view_check-3.gn-2:checked~.container.grid .grid_x .grid_c_2,
.grid_cols_view_check-4.gn-2:checked~.container.grid .grid_x .grid_c_2,
.grid_cols_view_check.gn-2:checked~.container.grid .grid_x .grid_c_2 {
	display: block
}

.grid_cols_view_label-0,
.grid_cols_view_label-2,
.grid_cols_view_label-3,
.grid_cols_view_label-4,
.grid_cols_view_label {
	position: fixed;
	top: 20px;
	top: calc(20px + $offset-tool);
	z-index: 1000;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: white;
	mix-blend-mode: difference
}

.grid_cols_view_label-0.grid_cols_view_label-2,
.grid_cols_view_label-2.grid_cols_view_label-2,
.grid_cols_view_label-3.grid_cols_view_label-2,
.grid_cols_view_label-4.grid_cols_view_label-2,
.grid_cols_view_label.grid_cols_view_label-2 {
	top: 40px;
	top: calc(40px + $offset-tool)
}

.grid_cols_view_label-0.grid_cols_view_label-3,
.grid_cols_view_label-2.grid_cols_view_label-3,
.grid_cols_view_label-3.grid_cols_view_label-3,
.grid_cols_view_label-4.grid_cols_view_label-3,
.grid_cols_view_label.grid_cols_view_label-3 {
	top: 60px;
	top: calc(60px + $offset-tool)
}

.grid_cols_view_label-0.grid_cols_view_label-4,
.grid_cols_view_label-2.grid_cols_view_label-4,
.grid_cols_view_label-3.grid_cols_view_label-4,
.grid_cols_view_label-4.grid_cols_view_label-4,
.grid_cols_view_label.grid_cols_view_label-4 {
	top: 80px;
	top: calc(80px + $offset-tool)
}

.grid_cols_view_label-0.grid_cols_view_label-0,
.grid_cols_view_label-2.grid_cols_view_label-0,
.grid_cols_view_label-3.grid_cols_view_label-0,
.grid_cols_view_label-4.grid_cols_view_label-0,
.grid_cols_view_label.grid_cols_view_label-0 {
	top: calc(100px + $offset-tool)
}

.gts_label {
	width: 170px;
	right: 0
}

.grid_tools_view_check:not(:checked)~.gts_check,
.grid_tools_view_check:not(:checked)~.gts_label {
	display: none
}

.grid_tools_view_check,
.grid_tools_view_label {
	display: block
}

.grid_tools_view_check:not(:checked)~.gts_label.grid_tools_view_label {
	display: block
}

/* Mobile fixes: single product gallery, product cards width, bottom fixed widget overlap */
@media (max-width: 1000px) {
	body {
		padding-bottom: 68px;
		padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px))
	}

	body.single-product {
		padding-bottom: 144px;
		padding-bottom: calc(144px + env(safe-area-inset-bottom, 0px))
	}

	.container.footer {
		padding-bottom: 100px;
		padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px))
	}

	body.single-product .container.footer {
		padding-bottom: 156px;
		padding-bottom: calc(156px + env(safe-area-inset-bottom, 0px))
	}

	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery,
	.product-page .product-info-block-wrap .product-info-block .product-info-carusel-block {
		width: 100% !important;
		max-width: 100%;
		height: auto !important;
		max-height: none;
		gap: 12px;
		align-items: stretch
	}

	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery {
		display: flex;
		flex-direction: column
	}

	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery .flex-viewport {
		order: 1;
		width: 100%;
		max-width: 100%;
		border-radius: 12px;
		overflow: hidden
	}

	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
		width: 100%
	}

	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery .woocommerce-product-gallery__image {
		display: flex !important;
		align-items: center;
		justify-content: center;
		background: transparent;
		min-height: 220px
	}

	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery .woocommerce-product-gallery__image a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%
	}

	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery .woocommerce-product-gallery__image img {
		width: 100% !important;
		height: auto !important;
		max-height: 240px;
		object-fit: contain;
		object-position: center;
		margin: 0 auto
	}

	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery .flex-control-nav,
	.product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery .product-galary-preview,
	.product-page .product-info-block-wrap .product-info-block .product-info-carusel-block .flex-control-nav,
	.product-page .product-info-block-wrap .product-info-block .product-info-carusel-block .product-galary-preview {
		order: 2;
		width: 100% !important;
		max-width: 100%;
		min-width: 0;
		height: auto;
		min-height: 65px;
		left: auto;
		transform: none;
		position: static;
		padding-bottom: 2px
	}

	.product-page .product-info-block-wrap .product-info-block .flex-control-nav li {
		margin-bottom: 0;
		flex: 0 0 72px;
		width: 72px
	}

	.product-page .product-info-block-wrap .product-info-block .flex-control-nav li img {
		width: 72px;
		height: 72px;
		object-fit: cover
	}

	.products.columns-4 .product-tile-item,
	.page .visited.products .prod-list .product-tile-item,
	.page .visited.products ul .product-tile-item,
	.page .related.products .prod-list .product-tile-item,
	.page .related.products ul .product-tile-item,
	.content.page .visited.products .prod-list .product-tile-item,
	.content.page .visited.products ul .product-tile-item,
	.content.page .related.products .prod-list .product-tile-item,
	.content.page .related.products ul .product-tile-item,
	.product-page .visited.products .prod-list .product-tile-item,
	.product-page .visited.products ul .product-tile-item,
	.product-page .related.products .prod-list .product-tile-item,
	.product-page .related.products ul .product-tile-item {
		flex: 0 0 auto;
		width: min(280px, calc(100vw - 56px));
		min-width: min(280px, calc(100vw - 56px));
		max-width: min(280px, calc(100vw - 56px))
	}

	.page .visited.products .prod-list,
	.page .visited.products ul,
	.page .related.products .prod-list,
	.page .related.products ul,
	.content.page .visited.products .prod-list,
	.content.page .visited.products ul,
	.content.page .related.products .prod-list,
	.content.page .related.products ul,
	.product-page .visited.products .prod-list,
	.product-page .visited.products ul,
	.product-page .related.products .prod-list,
	.product-page .related.products ul {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		gap: 12px
	}

	.page .visited.products .prod-list .product-tile-item:first-child,
	.page .visited.products ul .product-tile-item:first-child,
	.page .related.products .prod-list .product-tile-item:first-child,
	.page .related.products ul .product-tile-item:first-child,
	.content.page .visited.products .prod-list .product-tile-item:first-child,
	.content.page .visited.products ul .product-tile-item:first-child,
	.content.page .related.products .prod-list .product-tile-item:first-child,
	.content.page .related.products ul .product-tile-item:first-child,
	.product-page .visited.products .prod-list .product-tile-item:first-child,
	.product-page .visited.products ul .product-tile-item:first-child,
	.product-page .related.products .prod-list .product-tile-item:first-child,
	.product-page .related.products ul .product-tile-item:first-child {
		margin-left: 0
	}
}


/* Личный кабинет */

nav.woocommerce-MyAccount-navigation {
    display: none;
}

/*Корзина*/

.wsd-cart-delivery-choice{
    display: none;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large{
    align-items: flex-start;
}

/*Каталог товаров*/

.added-to-cart{
    background-color: var(--container-odd-bg-color);
    color: var(--icon-color-like-green);
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 500;
}

/*Общие для woocommerce стили*/

.woocommerce-message{
    display: none;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    margin: 0;
    padding: 0;
    color: var(--text-color-main);
    cursor: pointer;
}
#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child{
    color: var(--text-color-main);   
}

/*Wishlist*/

.yith-wcwl-add-to-wishlist.added svg{
    color: #DC35FF;
    stroke: #DC35FF;
}

/*Спойлер товаров*/

.products-spoiler{
    background: #DC35FF;
    padding: 10px 20px;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    font-weight: 600;
    color: #FFF;
}