/***************************************************              GENERAL RESET STYLES             ***************************************************/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=PT+Sans:wght@400;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
}

*:focus {
	outline: none;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 140px;
}

body {
	line-height: 1;
}

.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.no-arrows {
	-moz-appearance: textfield;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

strong,
b {
	font-weight: 600;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border-style: none;
	width: 100%;
	height: auto;
}

form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input,
textarea,
select {
	vertical-align: middle;
	padding: 0;
	box-sizing: border-box;
	resize: none;
	border: 1px solid transparent;
	color: #000c49;
	background-color: #fff;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #000c49;
	font-size: 16px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
	color: #b9b9b9;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #000;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px transparent;
}

.container {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0 40px;
	margin: 0 auto;
	height: 100%;
	max-width: 2560px;
}

header,
main,
footer,
section {
	display: block;
	position: relative;
	width: 100%;
}
main {
	padding-block: 0.1px;
}

::selection {
	background-color: var(--main-red);
	color: var(--main-white);
}

/* common styles */
:root {
	--oswald-font: "Oswald", sans-serif;
	--dark: #000;
	--main-dark: #131313;
	--dark-1b: #1b1b1b;
	--light-grey-text: #9e9e9e;
	--main-red: #d21306;
	--main-green: #09aa27;
	--main-white: #ffffff;
	--semi-grey: #efefef;
	--dark-grey: #464646;
	--rounded-full: 9999px;
	--main-transition-ease: cubic-bezier(0.165, 0.84, 0.44, 1);
	--catalog-hero-height: calc((1800 / 600) * 10vw);
	--img-proload-color: #010101;
	--filters-area-width: 445px;
}
.section-margin {
	margin-top: 140px;
}

.hero-margin {
	margin-top: 140px;
}

.main-title {
	color: #131313;
	font-family: var(--oswald-font);
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.screen-reader-hid-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
}

.mk-d-none {
	display: none !important;
}

.added_to_cart.wc-forward {
	display: none;
	opacity: 0;
	visibility: hidden;
	clip-path: inset(0);
}
/* common styles */

/* cart loading overlay */
#loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.186);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.loader {
	border: 4px solid var(--main-red);
	border-radius: 50%;
	border-top: 4px solid white;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* cart loading overlay */

/* scrollbar */
/* Chrome, Safari, Edge */
html.searchOpened {
	overflow: hidden;
	scrollbar-gutter: stable;
}

/* breadcrumbs */
.b-z1 {
	z-index: 1;
}
.b-z2 {
	z-index: 2;
}
.b-z3 {
	z-index: 3;
}
.b-z4 {
	z-index: 4;
}
.b-z5 {
	z-index: 5;
}
.b-z6 {
	z-index: 6;
}
.b-z7 {
	z-index: 7;
}
.b-z8 {
	z-index: 8;
}
.custom-breadcrumbs {
	margin-bottom: 30px;
}
.custom-breadcrumbs .rank-math-breadcrumb p {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-left: 20px;
}
.custom-breadcrumbs .separator {
	display: none !important;
}
.custom-breadcrumbs .rank-math-breadcrumb p > a,
.custom-breadcrumbs .rank-math-breadcrumb p > span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 15px 5px 25px;
	margin-left: -20px;
	border: 1px solid #d21306;
	border-radius: 40px;
	color: #d21306;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color: #fff;
	position: relative;
	height: auto;
	transition: all 0.5s var(--main-transition-ease);
}
.custom-breadcrumbs .rank-math-breadcrumb p > :nth-child(1) {
	margin-left: -20px;
	padding-right: 25px;
}

.custom-breadcrumbs .rank-math-breadcrumb p a:hover {
	color: #fff;
	background-color: #d21306;
}

.custom-breadcrumbs .rank-math-breadcrumb p span.last {
	border: 1px solid #d21306;
	border-radius: 40px;
	background-color: #d21306;
	color: #fff;
	z-index: 1;
	cursor: default;
	font-weight: 700;
}

.custom-breadcrumbs .rank-math-breadcrumb p > span.unhovered {
	background-color: #fff;
	color: #d21306;
}
/* breadcrumbs */

/* news cards date hover */
.news-card__date-content {
	position: relative;
	width: fit-content;
	border-radius: 46px;
	overflow: hidden;
}
.news-card__date-content span {
	color: var(--dark-grey);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color: var(--semi-grey);
	display: block;
	padding: 10px 30px;
	border-radius: 46px;
	transition: all 0.4s;
}
.news-card__date-content span.hid {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(101%) scale(0.6);
	background-color: var(--main-red);
	color: var(--main-white);
}

.news-card:hover span.vis {
	opacity: 0;
	transform: translateY(-10%) scale(0.6);
}
.news-card:hover span.hid {
	transform: translateY(0%);
}

.home-news__card:hover span.vis {
	opacity: 0;
	transform: translateY(-10%) scale(0.6);
}
.home-news__card:hover span.hid {
	transform: translateY(0%);
}
/* news cards date hover */

/* slider navigation */
.home-slider__slide-nav {
	display: flex;
	align-items: center;
	gap: 20px;
}
.home-slider__nav-btn {
	width: 50px;
	height: 50px;
	border-radius: var(--rounded-full);
	overflow: hidden;
	background-color: var(--semi-grey);
	display: grid;
	place-content: center;
	transition: opacity 0.5s;
	cursor: pointer;
}
.home-slider__nav-btn:hover {
	opacity: 0.5;
}
/* slider navigation */

/* buttons */

/* 
!!! For all btns needs wrap with desired width 
*/

.main-btn {
	width: 100%;
	height: 65px;
	border-radius: 46px;
	position: relative;
	overflow: hidden;
	display: block;
	padding: 0;
	cursor: pointer;
	outline: none;
	background-color: transparent;
	border: 1px solid transparent;
	transition: all 0.2s var(--main-transition-ease);
}
.main-btn span {
	display: block;
	width: 100%;
	height: 100%;
	display: grid;
	place-content: center;
	border-radius: 46px;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.main-btn__visual {
	background-color: var(--main-red);
	color: var(--main-white);
	transition: all 0.4s var(--main-transition-ease);
}
.main-btn__hidden {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	color: var(--main-red);
	transform: translateY(100%) scale(0.6) translateZ(0);
	transition: all 0.4s var(--main-transition-ease);
	z-index: 1;
}
.main-btn__visual,
.main-btn__hidden {
	will-change: transform, opacity;
}
.main-btn:hover .main-btn__hidden {
	transform: translateY(0%) translateZ(0);
}
.main-btn:hover {
	border-color: var(--main-red);
}
.main-btn:hover .main-btn__visual {
	opacity: 0;
	transform: translateY(-10%) translateZ(0) scale(0.6);
}

.main-btn.main-btn--bordered {
	border-color: var(--main-red);
}
.main-btn--bordered .main-btn__visual {
	background-color: transparent;
	color: var(--main-red);
}
.main-btn--bordered .main-btn__hidden {
	background-color: var(--main-red);
	color: var(--main-white);
}

.main-btn--with-links span {
	display: flex;
	align-items: center;
	gap: 10px;
}
.main-btn.main-btn--bordered-black {
	border-color: var(--dark);
}
.main-btn.main-btn--bordered-black span {
	text-transform: capitalize;
	color: var(--dark);
	font-weight: 400;
}
.main-btn.main-btn--bordered-black:hover {
	border-color: var(--main-red);
}
.main-btn--bordered.main-btn--bordered-black .main-btn__hidden {
	color: var(--main-white);
}
/* buttons */

/* hover-line */
.hover-line {
	position: relative;
	overflow: hidden;
	display: block;
	padding-block: 2px;
}
.hover-line span {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--dark);
	bottom: 0px;
	transform: translateX(-101%);
}
/* hover-line */

/* header */
.top-header {
	position: relative;
	z-index: 1;
}
.top-header .container {
	overflow: visible;
}
.top-header__nav-link {
	color: var(--dark);
	font-family: "PT Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.top-header__inner {
	display: grid;
	grid-template-rows: 1fr;
	transition: grid-template-rows 0.3s;
}
.top-header__inner.disabled {
	grid-template-rows: 0fr;
	overflow: hidden;
}
.top-header__inner > div {
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 125px;
}
.top-header__nav {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 15px 0;
}
.top-header__wrap {
	display: flex;
	gap: 75px;
	align-items: center;
}
.top-header__wrap > article {
	display: flex;
	gap: 20px;
	align-items: center;
}
.top-header__wrap div {
	color: var(--dark);
	font-family: "PT Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.main-header {
	position: fixed;
	top: 0;
	z-index: 10;
	background-color: var(--main-white);
}
.logo {
	width: 115px;
	height: 34px;
	flex-shrink: 0;
	aspect-ratio: 115/34;
}
.bottom-header__inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	padding: 15px 0;
	position: relative;
}

.bottom-header__inner::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--dark);
	position: absolute;
	bottom: 1px;
	transition: opacity 0.6s var(--main-transition-ease);
	opacity: 0;
}
.bottom-header__inner .logo-wrap {
	display: flex;
	align-items: center;
	gap: 100px;
}
.bottom-header__nav {
	display: flex;
	align-items: center;
	gap: 40px;
	height: 40px;
	position: relative;
}
.bottom-header__nav span.overline {
	position: absolute;
	top: calc(0px - 15px);
	width: 40px;
	background-color: var(--main-red);
	transform: translateX(45%);
	height: 5px;
	display: block;
	clip-path: inset(0% 0% 100% 0%);
}
.bottom-header__link {
	color: var(--dark-1b);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	background-color: transparent;
	outline: none;
	border: none;
	cursor: pointer;
}
.bottom-header__link.desktop-menu--opener {
	display: flex;
	align-items: center;
	gap: 5px;
}
.bottom-header__link.desktop-menu--opener span {
	transition: all 0.5s var(--main-transition-ease);
	font-size: 20px;
	line-height: 1;
	margin-bottom: 3px;
}
.bottom-header__link.desktop-menu--opener:hover span {
	color: var(--main-red);
}
/* header */

/* top-header__phone-wrap */
.top-header__phone-wrap {
	cursor: pointer;
	position: relative;
	padding: 5px 20px;
}
.top-header__phone-wrap-popup {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	overflow: hidden;
	display: grid;
	grid-template-rows: 0fr;
	background-color: var(--main-white);
	transition: all 0.4s var(--main-transition-ease);
}
.top-header__phone-wrap-popup.active {
	grid-template-rows: 1fr;
}
.top-header__phone-wrap-popup > div {
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.top-header__phone-link {
	font-size: 14px;
	color: var(--main-dark);
	transition: all 0.4s var(--main-transition-ease);
}
.top-header__phone-wrap-popup .top-header__phone-link {
	padding-left: 20px;
}
.top-header__phone-link:hover {
	color: var(--main-red);
}
.top-header__phone-link-main {
	display: flex;
	align-items: center;
	gap: 10px;
}
.top-header__phone-link-main span {
	font-size: 16px;
	transition: all 0.4s var(--main-transition-ease);
}
.top-header__phone-wrap:hover .top-header__phone-link-main span {
	transform: rotate(45deg);
	color: var(--main-red);
}
/* top-header__phone-wrap */

/* mega menu */
.main-header__container {
	position: relative;
	display: flex;
	flex-direction: column;
}
.mega-menu-wrap--overlay {
	cursor: pointer;
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #0000009b;
	z-index: -20;
	opacity: 0;
	clip-path: inset(0 0 100% 0);
	transition: opacity 0.5s var(--main-transition-ease), clip-path 0s linear;
}
.mega-menu-wrap {
	position: absolute;
	top: 100%;
	width: 100%;
	height: auto;
	background-color: var(--main-white);
	z-index: -20;
	clip-path: inset(0 0 100% 0);
	transition: clip-path 0.4s var(--main-transition-ease);
}
.main-header.mega-menu--opened .bottom-header__inner::after {
	opacity: 1;
}
.main-header.mega-menu--opened .mega-menu-wrap--overlay {
	z-index: 1;
	opacity: 1;
	clip-path: inset(0);
}
.main-header.mega-menu--opened .mega-menu-wrap {
	z-index: 2;
	clip-path: inset(0);
}
.main-header.mega-menu--opened .bottom-header__link.desktop-menu--opener span {
	color: var(--main-red);
	transform: rotate(45deg);
}
.mega-menu-left {
	display: flex;
	gap: 100px;
}
.mega-menu-left a.logo {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.mega-menu-nav {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.mega-menu-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}
.mega-menu-nav__link {
	position: relative;
	display: block;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	color: var(--dark);
	transition: color 0.4s var(--main-transition-ease);
	padding-bottom: 10px;
}
.mega-menu-nav__link svg {
	transform: rotate(-90deg);
	transition: transform 0.4s var(--main-transition-ease);
}
.mega-menu-nav__link span {
	font-family: var(--oswald-font);
	transition: color 0.4s var(--main-transition-ease);
	color: inherit;
	font-size: 20px;
}
.mega-menu-nav__link::before,
.mega-menu-nav__link::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
}
.mega-menu-nav__link::before {
	background-color: var(--semi-grey);
}
.mega-menu-nav__link::after {
	background-color: var(--main-red);
	transition: all 0.6s var(--main-transition-ease);
	transform-origin: left;
	transform: scaleX(0);
}
.mega-menu-nav__link:hover {
	color: var(--main-red);
}
.mega-menu-nav__link:hover svg {
	transform: rotate(0);
}
.mega-menu-nav__link:hover::after {
	transform: scaleX(1);
}
.mega-menu-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.mega-menu-right {
	margin-right: 220px;
	aspect-ratio: 451 / 458;
	height: 100%;
	max-width: 451px;
}
.mega-menu--slide {
	display: block;
	width: 100%;
	height: 100%;
}
.mega-menu--slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.megaMenuSwiper,
.megaMenuSwiper .swiper-slide {
	width: 100%;
	height: 100%;
}
/* mega menu */

/* product card  */
.product-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px 20px 0px;
	cursor: pointer;
	height: 100%;
	position: relative;
}
.product-card__info {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.product-card__btns {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
}
.product-card__btns .product-card__btn {
	flex: 0.8;
}
.product-card__btns .product-card__cart-btn {
	flex: 0.2;
}
.product-card__cart-btn {
	display: grid;
	place-content: center;
	height: 65px;
	border-radius: 46px;
	overflow: hidden;
	background-color: var(--semi-grey);
	transition: opacity 0.4s;
	color: var(--dark);
}
.product-card__cart-btn:hover {
	opacity: 0.6;
}
.product-card__info-b,
.product-card__info-t {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.product-card__info-t {
	align-items: flex-start;
}
.product-card__info-b {
	align-items: flex-end;
}
.product-card__price,
.product-card__title {
	color: var(--dark);
	font-family: Oswald;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.product-card__price {
	text-align: right;
}
.product-card__desc {
	color: #464646;
	font-family: "PT Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.product-card__sale-price {
	color: #9e9e9e;
	font-family: Oswald;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: line-through;
}
.product-card__img {
	aspect-ratio: 403/456;
	width: 70%;
	margin: 0px auto;
}
.product-card__img a {
	display: block;
	width: 100%;
	height: 100%;
}
.product-card__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-card__tags {
	width: calc(100% - 42px);
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 37px;
}
.product-card__tag {
	color: var(--dark);
	font-family: Oswald;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 30px;
	border: 1px solid #d3d3d3;
	display: block;
	padding: 9px 15px;
}
.product-card__tag--sale {
	color: var(--main-white);
	border-color: var(--main-red);
	background-color: var(--main-red);
}
.in-stock {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 7px 16px;
	color: var(--main-green);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 30px;
	border: 1px solid var(--main-green);
	width: fit-content;
}
.in-stock::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--main-green);
}
.in-stock.no-stock {
	color: var(--main-red);
	border-color: var(--main-red);
}
.in-stock.no-stock::before {
	background-color: var(--main-red);
}
.product-card__wishlist {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--semi-grey);
	display: flex;
	align-items: center;
	justify-content: center;
}

.yith-wcwl-add-to-wishlist-button__label,
.yith-wcwl-feedback-messages-container,
#yith-wcwl-popup-message {
	display: none !important;
	clip-path: inset(0);
}
.product-card__wishlist .yith-wcwl-add-to-wishlist-button svg {
	width: 24px;
	height: 24px;
}
.yith-wcwl-icon-svg {
	margin: 0px !important;
}

.product-card__wishlist .yith-add-to-wishlist-button-block {
	margin: 0;
	width: fit-content;
	height: fit-content;
}
.product-card__wishlist .yith-wcwl-add-to-wishlist-button__label {
	display: none;
}
.yith-wcwl-add-to-wishlist {
	margin: 0 !important;
}

/* template 2 */
.product-card--temp2 .product-card__info {
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}
.product-card--temp2 .product-card__info-b {
	align-items: flex-start;
}
/* product card  */

/* footer */
.footer {
	padding-bottom: 25px;
}
.footer__logo {
	width: 220px;
	height: 65px;
}
.footer__logo svg {
	width: 100%;
	height: 100%;
}
.footer__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer__main {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer__top {
	display: grid;
	grid-template-columns: 1fr 2fr;
	border-top: 1px solid var(--dark);
	border-bottom: 1px solid var(--dark);
}
.footer__bottom {
	display: grid;
	grid-template-columns: 1fr 2fr;
}
.footer-payments {
	padding-left: 20px;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
}
.footer__end {
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	border-left: 1px solid var(--dark);
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer__start {
	display: flex;
	gap: 5vw;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer__span,
.footer__link {
	color: var(--dark);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: block;
	width: fit-content;
}
.footer-nav,
.footer-menu {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-menu__title {
	color: var(--main-dark);
	font-family: var(--oswald-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.footer-contacts {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer-contacts__links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-contact__link {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-contact__link .circle {
	width: 32px;
	height: 32px;
	position: relative;
	display: grid;
	place-content: center;
	border-radius: var(--rounded-full);
	overflow: hidden;
	background-color: var(--semi-grey);
}
.footer-contact__link .circle svg {
	position: relative;
	z-index: 1;
	width: 18px;
	height: 18px;
	color: var(--dark);
}
.footer-contact__link .circle .inner {
	position: absolute;
	inset: 0;
	background-color: var(--main-red);
	border-radius: var(--rounded-full);
	overflow: hidden;
	scale: 0;
	transition: all 0.4s var(--main-transition-ease);
}
.footer-contact__link:hover .circle svg {
	color: var(--main-white);
}
.footer-contact__link:hover .circle .inner {
	scale: 1;
}
.footer__made-by {
	display: flex;
	align-items: center;
	gap: 5px;
	transition: color 0.4s var(--main-transition-ease);
}
.footer__made-by:hover {
	color: var(--main-red);
}
.payments {
	display: flex;
	align-items: center;
	gap: 18px;
}
.footer-form {
	display: flex;
	flex-direction: column;
	width: 625px;
}
.footer-from__wrap {
	margin-top: 10px;
}
.footer-from__wrap form {
	display: grid;
	grid-template-columns: 2fr 1.2fr;
	gap: 20px;
}
.footer-from__title {
	color: var(--main-dark);
	font-family: var(--oswald-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.footer-form__subtitle {
	color: var(--main-dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 20px;
}
.footer-from__socials {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.footer-from__socials a {
	display: grid;
	place-content: center;
	padding: 5px;
	border-radius: 60px;
	border: 1px solid var(--main-red);
	overflow: hidden;
	transition: opacity 0.4s;
}
.footer-from__socials a:hover {
	opacity: 0.7;
}
/* footer */

/* form input */
.form-input {
	padding: 14px 20px;
	border-radius: 46px;
	background: var(--semi-grey);
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.form-input,
.form-input::placeholder {
	color: var(--main-dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.form-input::placeholder {
	color: #a8a8a8;
}
/* form input */

/* lazy load image */
.lazy-load__img {
	overflow: hidden;
}
.lazy-load__img-container {
	width: 100%;
	height: calc(100% + 40px);
	position: relative;
}
.lazy-load__img-container::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	background-color: var(--img-proload-color);
	opacity: 0.5;
}
.lazy-load__img-self {
	transition: all 0.6s var(--main-transition-ease);
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(1.05);
}
.lazy-load__img-self.lazy-loaded {
	opacity: 1;
	transform: scale(1.01);
}
/* lazy load image */

/* main-overlay */
.main-overlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1002;
	background-color: var(--main-white);
	transition: all 0.6s var(--main-transition-ease);
	display: grid;
	place-content: center;
}
body.on-loaded .main-overlay {
	opacity: 0;
	z-index: -20;
}
.main-overlay-spinner {
	width: 35px;
	height: 35px;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	border: 1px solid var(--semi-grey);
	animation: fade 0.8s linear infinite;
}
.main-overlay-spinner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50px;
	border-top: 1px solid var(--main-red);
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	animation: rotate 0.8s linear infinite;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes fade {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}
/* main-overlay */

/* header search */
.header__search {
	border-radius: 25px;
	background: var(--semi-grey);
	color: var(--dark);
	font-family: "PT Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	width: 261px;
	height: 35px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	gap: 5px;
}
.header__search-submit {
	cursor: pointer;
	border: none;
	outline: none;
	background-color: transparent;
	flex-shrink: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	color: var(--dark);
}
.header__search-submit:hover {
	color: var(--main-red);
}
.header__search-submit svg {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.header__search-input,
.header__search-input::placeholder {
	color: var(--dark);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.header__search-input {
	width: 90%;
	background-color: transparent;
	text-transform: capitalize;
}
/* header search */

/* header right */
.header__right {
	display: flex;
	align-items: center;
	gap: 10px;
}
.header__right-link {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: var(--rounded-full);
	background-color: var(--semi-grey);
	position: relative;
	transition: all 0.4s;
	color: var(--dark);
}
.header__right-link:hover {
	background-color: var(--dark);
	color: var(--main-white);
}
.header-right-counter {
	position: absolute;
	right: -3px;
	top: -6px;
	background-color: var(--main-red);
	border-radius: var(--rounded-full);
	display: block;
	color: var(--main-white);
	height: fit-content;
	font-size: 10px;
	line-height: 1;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header__right-wrap {
	display: flex;
	align-items: center;
	gap: 25px;
}
/* header right */

/* header burger */
.header__burger {
	display: none;
	width: 30px;
	height: 30px;
	outline: none;
	background-color: transparent;
	border: none;
	position: relative;
	cursor: pointer;
	border-radius: var(--rounded-full);
	transition: all 0.4s var(--main-transition-ease);
}
.wc {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.wc-lines {
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	padding: 5px 3px;
	/* opacity: 0; */
}
.wc-line {
	display: block;
	width: 100%;
	height: 2px;
}
.wc-line-1 {
	background-color: var(--dark);
	transform-origin: right;
}
.wc-line-2 {
	background-color: var(--dark);
	transform-origin: right;
}
.wc-line-3 {
	background-color: var(--dark);
	transform-origin: right;
}

.wc-line-4 {
	transform-origin: left;
	transform: rotate(45deg) translateX(5px);
}
.wc-line-5 {
	transform-origin: right;
	transform: rotate(-45deg) translateX(-4px) translateY(-2px);
}
.wc-line-4 span,
.wc-line-5 span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--dark);
	transform-origin: left;
	transform: scaleX(0);
}
.wc-line-4 span {
	transform-origin: right;
}
/* header burger */

/* mobile menu */
.mobile-menu {
	transition: all 0.5s var(--main-transition-ease);
	z-index: 9;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: var(--main-white);
	padding-top: 62px;
	transform: translateX(-100%);
	display: none;
}
.mobile-menu.active {
	transform: translateX(0%);
}
.mobile-menu__inner {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	height: 100%;
	overflow-y: auto;
	padding-bottom: 120px;
}
.mobile-menu__inner::-webkit-scrollbar {
	display: none;
}
.mobile-menu__inner .header__search-wrap {
	display: block;
	margin-bottom: 40px;
}
.mobile-menu__inner .header__search-wrap .header__search {
	max-width: 100%;
	width: 100%;
}
.mobile-menu__inner .header__search-wrap .header__search .header__search-input {
	width: 100%;
}
.mobile-menu__group {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.mobile-menu__row {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 20px;
	border-top: 1px solid var(--dark);
}
.mobile-phone__link,
.mobile-menu__link {
	color: var(--dark-1b);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	text-align: left;
}
.mob-btn {
	position: relative;
	display: flex;
	flex-direction: column;
}
.mob-btn span {
	color: var(--dark-1b);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 5px;
}
.mob-btn span.plus {
	transition: all 0.5s var(--main-transition-ease);
	font-size: 18px;
	line-height: 1;
	margin-bottom: 2px;
	font-family: var(--oswald-font);
}
.mob-btn.active span {
	color: var(--main-red);
}
.mob-btn.active span.plus {
	transform: rotate(45deg);
}

.mob-btn-nav {
	position: relative;
	top: 0;
	left: 0;
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	transition: grid-template-rows 0.3s var(--main-transition-ease);
}
.mob-btn.active .mob-btn-nav {
	grid-template-rows: 1fr;
}
.mob-btn-nav div {
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.mob-btn-nav div .mobile-menu__link {
	margin-left: 10px;
}
.mob-btn-nav div span {
	display: block;
	background: transparent;
}
/* mobile menu */

/* custom search */
.mk-search-modal {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1001;
	width: 650px;
	height: 100vh;
	background-color: var(--main-white);
	transform: translateX(101%);
	transition: all 0.3s var(--main-transition-ease);
}
.mk-search-modal::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12vh;
	z-index: 1;
	background-color: var(--main-white);
	-webkit-mask-image: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0),
		rgb(0, 0, 0)
	);
}
.mk-search-modal__content {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	overflow: auto;
	padding: 65px 0px 120px;
}
.mk-search-modal__content::-webkit-scrollbar {
	display: none !important;
}
.mk-search-modal-overlay {
	position: fixed;
	z-index: -20;
	background-color: #0000006d;
	width: 100%;
	height: 100vh;
	opacity: 0;
	top: 0;
	left: 0;
	transition: all 0.4s var(--main-transition-ease);
	cursor: pointer;
}
.mk-search-modal {
	padding: 0px 50px;
}
html.searchOpened .mk-search-modal-overlay {
	opacity: 1;
	z-index: 1000;
}
html.searchOpened .mk-search-modal {
	transform: translateX(0);
}
.mk-search-modal__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.mk-search-modal__h2 {
	font-size: 36px;
	color: var(--dark);
	font-family: var(--oswald-font);
	text-transform: uppercase;
	font-weight: 700;
}
.mk-search-input {
	border: 1px solid var(--dark);
	padding: 20px;
	border-radius: 5px;
}
.mk-search-input,
.mk-search-input::placeholder {
	color: var(--dark);
	font-size: 24px;
	font-weight: 500;
}
.mk-search-input::placeholder {
	color: var(--light-grey-text);
}
.mk-search-title {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--dark);
	color: var(--dark);
}
.mk-product-result {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	gap: 10px;
	padding: 20px;
	background-color: var(--main-white);
	transition: all 0.4s var(--main-transition-ease);
}
.mk-product-result:hover {
	background-color: var(--semi-grey);
}
.mk-product-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
}
.mk-product-content .in-stock {
	width: fit-content;
	font-size: 14px;
}
.mk-search-modal__content > .mk-search-input,
.mk-search-modal__content > .mk-search-modal__heading,
.mk-search-modal__content .mk-search-title {
	margin-left: 20px;
	margin-right: 20px;
}
.mk-search-block {
	display: flex;
	flex-direction: column;
}
.mk-product-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.mk-product-content h3,
.mk-product-price1 {
	color: var(--dark);
	text-transform: uppercase;
	font-family: var(--oswald-font);
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
}
.mk-product-price1 {
	text-align: right;
}
.mk-search-block ul {
	margin-bottom: 20px;
}
.mk-search-close {
	border: none;
	outline: none;
	display: flex;
	background-color: transparent;
	align-items: center;
	gap: 15px;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.4s var(--main-transition-ease);
	justify-content: flex-end;
	padding: 0;
	color: var(--dark);
}
.mk-search-close:hover {
	gap: 10px;
}
.mk-search-close span {
	font-family: var(--oswald-font);
	color: var(--dark);
	font-size: 20px;
	font-weight: 500;
	transition: all 0.4s var(--main-transition-ease);
}
.mk-search-close:hover span {
	transform: rotate(45deg);
	color: var(--main-red);
}
.mk-product-price-full {
	text-decoration: line-through;
	color: var(--light-grey-text);
	text-transform: uppercase;
	line-height: 1;
	font-size: 16px;
	font-family: var(--oswald-font);
}
.mk-product-image {
	width: 130px;
	height: 130px;
	border: 1px solid var(--light-grey-text);
	padding: 10px;
}
.mk-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.mk-article-link {
	display: block;
	padding: 20px;
	cursor: pointer;
	transition: all 0.4s var(--main-transition-ease);
}
.mk-article-link span {
	color: var(--dark);
	display: block;
	width: 80%;
	font-size: 24px;
	font-family: var(--oswald-font);
	line-height: normal;
	transition: all 0.4s var(--main-transition-ease);
}
.mk-article-link:hover {
	background-color: var(--semi-grey);
}
.mk-article-link:hover span {
	transform: translateX(10px);
	color: var(--main-red);
}
.mk-search-results p {
	margin: 0px 20px;
	font-size: 18px;
	color: var(--dark);
}
.open-search-btn {
	border-radius: 20px;
	background: var(--semi-grey);
	width: 261px;
	height: 35px;
	flex-shrink: 0;
	outline: none;
	border: none;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	padding: 0;
}
.open-search-btn > span {
	transition: all 0.5s var(--main-transition-ease);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	border-radius: 20px;
	background: var(--semi-grey);
	gap: 5px;
	color: var(--dark);
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.open-search-btn > span.outer {
	position: absolute;
	top: 0;
	right: 0;
	color: var(--main-white);
	background-color: var(--main-red);
	transform: translateY(100%) scale(0.6) translateZ(0);
}

.open-search-btn:hover span.inner {
	opacity: 0;
	transform: translateY(-10%) translateZ(0) scale(0.6);
}
.open-search-btn:hover span.outer {
	transform: translateY(0%) translateZ(0);
}
.mobile-menu__inner .header__search-wrap .open-search-btn {
	width: 100%;
}
/* custom search */

/* custom notification */
/* измненить как и контейнер отсутп */
.cart-notice {
	position: fixed;
	top: 60px;
	right: 40px;
	background: var(--main-white);
	color: var(--dark);
	padding: 20px 25px;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	font-size: 22px;
	z-index: 9999;
	max-width: 350px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.cart-notice.visible {
	opacity: 1;
	transform: translateY(0);
}
.cart-notice.error {
	color: var(--main-red);
}
.cart-notice__link {
	border-radius: 5px !important;
	height: 45px !important;
}
.cart-notice__link > span {
	border-radius: 5px;
	text-transform: capitalize;
	font-size: 14px;
	font-family: var(--oswald-font);
}
/* custom notification */

/* cart styles */
.wc-empty-cart-message,
.woocommerce-notices-wrapper {
	display: none !important;
}
.mk-woo-cart table.mk-woo-table {
	border: none;
	border-collapse: collapse;
	border-radius: none;
}
th.mk-cart__heads {
	font-size: 20px;
	color: var(--dark);
	font-weight: 400 !important;
	text-transform: capitalize;
}
.mk-cart__remove {
	font-size: 18px;
	color: var(--dark);
	text-transform: uppercase;
	transition: all 0.4s var(--main-transition-ease);
}
.mk-cart__remove:hover {
	color: var(--main-red);
}
.mk-woo-cart .woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
	display: block;
	width: 126px;
	height: 146px;
}
.mk-woo-cart
	.woocommerce-cart-form__cart-item.cart_item
	.product-thumbnail
	a
	img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mk-woo-cart .woocommerce-cart-form__cart-item.cart_item {
	border-bottom: 1px solid var(--dark);
}

.mk-woo-cart .woocommerce-cart-form__cart-item.cart_item .product-name a {
	font-size: 20px;
	color: var(--dark);
	font-family: var(--oswald-font);
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	max-width: 290px;
	transition: color 0.4s var(--main-transition-ease);
}
.mk-woo-cart .woocommerce-cart-form__cart-item.cart_item .product-name a:hover {
	color: var(--main-red);
}
.mk-woo-cart table.mk-woo-table td {
	border: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mk-woo-cart table.mk-woo-table thead {
	border-bottom: 1px solid var(--dark);
}

.mk-woo-cart table.mk-woo-table bdi {
	display: flex;
	/* flex-direction: row-reverse; */
	font-weight: 600;
	font-size: 20px;
	font-weight: 900;
	gap: 2px;
	font-family: var(--oswald-font);
	/* justify-content: flex-end; */
	text-transform: uppercase;
}
.mk-woo-cart table.mk-woo-table bdi .woocommerce-Price-currencySymbol {
	font: inherit;
	text-transform: lowercase;
}

.mk-woo-cart table.mk-woo-table .product-quantity .qib-button-wrapper {
	display: flex;
	gap: 10px;
	margin: 0;
}
body .cart-page .cart-collaterals .mk-cart__totals {
	max-width: 445px;
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.mk-cart__order-total {
	display: flex;
	align-items: center;
	gap: 20px;
}
.mk-cart__totals .wc-proceed-to-checkout {
	width: 100%;
	margin-top: 40px;
}
.mk-cart__order-total span {
	font-size: 18px;
	color: var(--dark);
	text-transform: capitalize;
	line-height: normal;
	font-weight: 400;
}
.mk-cart__order-total bdi {
	display: flex;
	/* flex-direction: row-reverse; */
	font-weight: 600;
	font-size: 24px;
	font-weight: 900;
	gap: 2px;
	font-family: var(--oswald-font);
	/* justify-content: flex-end; */
	text-transform: uppercase;
}
.mk-cart__order-total bdi .woocommerce-Price-currencySymbol {
	font: inherit;
	text-transform: lowercase;
}

.mk-checkout-payment input[type="radio"],
.mk-checkout__ship-ul input[type="radio"] {
	margin: 0px 10px 2px 0px !important;
}

.mk-woo-cart
	table.mk-woo-table
	.product-quantity
	.qib-button-wrapper
	.qib-button {
	width: 40px;
	height: 40px;
	border-radius: var(--rounded-full);
	color: var(--light-grey-text);
	justify-content: center;
	align-items: center;
	display: flex;
	border: 1px solid var(--light-grey-text);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	background-color: transparent;
	transition: all 0.4s var(--main-transition-ease);
	cursor: pointer;
}
.mk-woo-cart
	table.mk-woo-table
	.product-quantity
	.qib-button-wrapper
	.qib-button:hover {
	color: var(--main-white);
	border-color: var(--main-white);
	background-color: var(--main-red);
}
.mk-woo-cart table.mk-woo-table .product-quantity .qib-button-wrapper input {
	padding: 7px 3px;
	border-radius: 50px;
	width: fit-content;
	height: 40px;
	background-color: #efefef !important;
	width: 84px;
	min-width: 84px;
	display: inline-block;
	font: inherit;
	text-align: center;
	border: none;
	color: var(--main-dark);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.mk-woo-cart table.mk-woo-table .variation {
	font-size: 18px;
	color: var(--dark);
}

.product-subtotal---mob-translate {
	display: none;
}

@media screen and (max-width: 1650px) {
	.qib-button-wrapper .quantity input.input-text.qty.text {
		font-size: 16px;
	}
}
@media screen and (max-width: 1400px) {
	th.mk-cart__heads {
		font-size: 16px;
	}
	.mk-woo-cart .woocommerce-cart-form__cart-item.cart_item .product-name a {
		max-width: 250px;
		font-size: 18px;
	}
	.mk-woo-cart table.mk-woo-table bdi {
		font-size: 18px;
	}
	body .cart-page .cart-collaterals .mk-cart__totals {
		max-width: 375px;
	}
	.mk-cart__totals .wc-proceed-to-checkout {
		margin-top: 30px;
	}
	.mk-cart__order-total bdi {
		font-size: 20px;
	}
	.mk-cart__order-total {
		gap: 10px;
	}
	.mk-woo-cart table.mk-woo-table .variation {
		font-size: 14px;
		color: var(--dark);
	}
}
@media screen and (max-width: 1044px) {
	.mk-woo-cart
		.woocommerce-cart-form__cart-item.cart_item
		.product-thumbnail
		a {
		width: 126px;
		height: 126px;
	}
	th.mk-cart__heads {
		font-size: 14px;
	}
	.mk-woo-cart table.mk-woo-table bdi,
	.mk-woo-cart .woocommerce-cart-form__cart-item.cart_item .product-name a {
		font-size: 16px;
	}
	.woocommerce table.shop_table th {
		padding: 9px 5px;
	}
	.mk-woo-cart table.mk-woo-table td {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 768px) {
	body .cart-page .cart-collaterals .mk-cart__totals {
		margin-left: auto;
	}
	.mk-woo-cart .woocommerce-cart-form__cart-item.cart_item {
		border-top: 1px solid var(--dark);
		display: grid;
		gap: 10px;
		grid-template-columns: auto 1fr 1fr;
		grid-template-rows: repeat(4, auto);
		margin-top: -1px;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.woocommerce table.mk-woo-table .product-thumbnail {
		display: block;
	}
	.woocommerce table.mk-woo-table .product-thumbnail::before {
		display: none;
	}

	.woocommerce table.mk-woo-table .product-remove {
		order: 1;
		grid-row: span 4;
		display: flex;
		flex-direction: column;
		padding: 0;
		height: 100%;
	}
	.mk-cart__remove {
		flex: 0.5;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mk-woo-cart
		.woocommerce-cart-form__cart-item.cart_item
		.product-thumbnail
		a {
		width: 100%;
		aspect-ratio: 1 / 1;
		height: auto;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	.woocommerce table.mk-woo-table .product-remove::after {
		content: "";
		display: block;
		flex: 0.5;
	}
	.woocommerce table.mk-woo-table .product-thumbnail {
		order: 2;
		grid-row: span 4;
		padding: 0;
		height: 100%;
	}
	.woocommerce table.mk-woo-table .product-name {
		order: 3;
		text-align: left !important;
		padding: 0;
	}
	.woocommerce table.mk-woo-table .product-name::before {
		display: none;
	}
	.woocommerce table.mk-woo-table .product-subtotal,
	.woocommerce table.mk-woo-table .product-price {
		order: 4;
		padding: 0;
		display: flex;
		align-items: center;
		gap: 5px;
		justify-content: space-between;
	}
	.product-subtotal---mob-translate {
		display: inline;
	}
	.woocommerce table.mk-woo-table .product-subtotal::before {
		display: none !important;
	}
	.product-subtotal---mob-translate,
	.woocommerce table.mk-woo-table .product-price::before {
		font-size: 14px;
		color: var(--dark);
		font-weight: 400;
		font-family: "PT Sans", sans-serif;
	}
	.woocommerce table.mk-woo-table .product-quantity {
		order: 5;
		padding: 0;
		display: flex;
		height: fit-content;
		align-items: center;
		justify-content: flex-start;
	}
	.woocommerce table.mk-woo-table .product-quantity::before {
		display: none;
	}
	.woocommerce table.mk-woo-table .product-subtotal {
		order: 6;
		padding: 0;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent !important;
	}
	.mk-woo-cart
		.woocommerce-cart-form__cart-item.cart_item
		.product-thumbnail
		a
		img {
		width: 70%;
		aspect-ratio: 100 / 113;
		height: auto;
	}
}

@media screen and (max-width: 550px) {
	.mk-cart__order-total span {
		font-size: 14px;
	}
	.mk-cart__order-total {
		gap: 40px;
		width: 40vw;
		justify-content: space-between;
	}
	.mk-woo-cart table.mk-woo-table bdi,
	.mk-woo-cart .woocommerce-cart-form__cart-item.cart_item .product-name a {
		font-size: 13px;
	}
	.mk-woo-cart .woocommerce-cart-form__cart-item.cart_item .product-name a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.mk-cart__order-total bdi {
		font-size: 14px;
	}
	body .cart-page .cart-collaterals .mk-cart__totals {
		margin-top: 0;
	}
	.mk-cart__totals .wc-proceed-to-checkout {
		margin-top: 20px;
	}
	.mk-woo-cart
		table.mk-woo-table
		.product-quantity
		.qib-button-wrapper
		.qib-button {
		width: 26px;
		height: 26px;
		font-size: 14px;
	}
}

@media screen and (max-width: 350px) {
	.mk-woo-cart .woocommerce-cart-form__cart-item.cart_item {
		grid-template-columns: 1fr 1fr;
	}
	.woocommerce table.mk-woo-table .product-name,
	.woocommerce table.mk-woo-table .product-price,
	.woocommerce table.mk-woo-table .product-quantity,
	.woocommerce table.mk-woo-table .product-subtotal {
		grid-column: span 2;
	}
}
/* cart styles */

/* empty cart */
.mk-empty-cart {
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-top: 5vh;
}
.mk-empty-cart__title {
	text-transform: uppercase;
	font-size: max(5vw, 30px);
	font-style: normal;
	font-weight: 600;
	color: var(--dark);
	font-family: var(--oswald-font);
}
.mk-empty-cart a {
	max-width: 475px;
	width: 100%;
}
/* empty cart */

/* checkout styles */
.woocommerce-privacy-policy-text {
	max-width: 601px;
	color: var(--dark);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.woocommerce-privacy-policy-text a {
	font: inherit;
	color: var(--main-red);
	transition: all 0.4s var(--main-transition-ease);
}
.woocommerce-privacy-policy-text a:hover {
	opacity: 0.8;
}
.mk-ckeckout__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid var(--dark);
}
.woocommerce form .mk-ckeckout__inner .form-row label {
	display: none;
}

.mk-checkout__left {
	padding-top: 40px;
	padding-right: 40px;
	border-right: 1px solid var(--dark);
}

.mk-ckeckout__inner .woocommerce form .form-row .input-text,
.mk-ckeckout__inner .woocommerce form .form-row select {
}
.mk-checkout__heading {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 20px;
	align-items: end;
}
.mk-checkout__form-heading {
	color: var(--main-dark);
	font-family: var(--oswald-font);
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.mk-checkout__details-heading {
	padding-left: 40px;
	color: var(--main-dark);
	font-family: var(--oswald-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.mk-checkout__products-list {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid var(--dark);
}
.mk-checkout__product-item {
	display: flex;
	align-items: center;
	gap: 90px;
	padding: 40px;
}

.mk-checkout__product-thumb {
	width: 170px;
	height: 170px;
	padding: 12px 22px;
	flex-shrink: 0;
}
.mk-checkout__product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mk-checkout__product-title {
	display: flex;
	align-items: center;
	gap: 40px;
	color: var(--main-dark);
	font-family: var(--oswald-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.mk-checkout__product-title span {
	color: var(--dark);
	font-family: "PT Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}
.product-variation-row {
	margin-top: 5px;
	color: var(--dark);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.mk-checkout__product-description {
	display: none;
}
.mk-checkout__product-quantity {
}
.mk-checkout__product-info {
	display: flex;
	flex-direction: column;
}
.mk-checkout__product-price {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 45px;
}
.mk-checkout__product-price span {
	font-size: 18px;
	color: var(--dark);
	font-weight: 400;
}
.mk-checkout__order {
	padding: 40px;
}
.mk-checkout__ship-ul ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.mk-checkout__right .woocommerce-checkout-payment {
	background-color: transparent !important;
	border-radius: unset !important;
	padding: 0px;
	padding-left: 40px;
}
/* .mk-checkout__right .woocommerce-checkout-payment .payment_box {
	display: none !important;
} */
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	margin: 0 !important;
}
.mk-order-total,
.mk-checkout__ship-wrap,
.mk-checkout-payment {
	display: grid;
	grid-template-columns: 210px 1fr;
	gap: 60px;
}
.woocommerce-privacy-policy-text p {
	color: var(--dark);
	font-family: "PT Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 60%;
}
.woocommerce-privacy-policy-text p a {
	color: var(--main-red);
}
.mk-checkout-payment label,
.mk-checkout__ship-ul label,
.mk-order-total > span,
.mk-checkout__ship-wrap > span,
.mk-checkout-payment > span {
	flex-shrink: 0;
	color: var(--dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.mk-checkout__product-price bdi,
.mk-order-total bdi {
	display: flex;
	/* flex-direction: row-reverse; */
	font-weight: 600;
	font-size: 20px;
	font-weight: 900;
	gap: 2px;
	font-family: var(--oswald-font);
	/* justify-content: flex-end; */
	text-transform: uppercase;
}
.mk-checkout__product-price bdi .woocommerce-Price-currencySymbol,
.mk-order-total bdi .woocommerce-Price-currencySymbol {
	font: inherit;
	text-transform: lowercase;
}
.mk-order-total .mk-checkout__ship-ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.mk-order-total {
	margin-top: 40px;
}
.mk-checkout-payment input[type="radio"],
.mk-checkout__ship-ul input[type="radio"] {
	accent-color: var(--dark);
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.mk-ckeckout__inner #payment .mk-checkout-payment ul.payment_methods {
	padding: 0;
	margin: 0;
	border: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.mk-ckeckout__inner #payment .mk-checkout-payment ul.payment_methods::after,
.mk-ckeckout__inner #payment .mk-checkout-payment ul.payment_methods::before {
	display: none;
}

/* ////////////// */

.checkout-page .woocommerce form .form-row-last,
.checkout-page .woocommerce form .form-row-first {
	width: 100%;
	float: none;
}
.checkout-page .woocommerce form .form-row-first#billing_first_name_field {
	float: left;
	width: 49%;
}
.checkout-page .woocommerce form .form-row-last#billing_last_name_field {
	float: right;
	width: 49%;
}

/* .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout, */
.checkout-page .checkout__inner .woocommerce-notices-wrapper,
.checkout-page .checkout__inner .woocommerce-form-coupon-toggle {
	display: none !important;
}

.checkout-page .checkout__inner .woocommerce-input-wrapper input {
	border-radius: 29px;
	background: #efefef;
	overflow: hidden;
	padding: 9px 14px;
	height: 40px;
}

.checkout-page .checkout__inner .woocommerce-input-wrapper input,
.checkout-page .checkout__inner .woocommerce-input-wrapper input::placeholder {
	background: #efefef;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.checkout-page .checkout__inner .woocommerce-input-wrapper input::placeholder {
	color: #878787;
}

.checkout-page .checkout__inner .woocommerce form .form-row label {
	display: none;
}

.checkout-page .checkout__inner .woocommerce .col2-set .col-1,
.checkout-page .checkout__inner .woocommerce-page .col2-set .col-1 {
	float: none;
	width: 100%;
}

.checkout-page .checkout__inner .woocommerce .col2-set .col-2,
.checkout-page .checkout__inner .woocommerce-page .col2-set .col-2 {
	float: none;
	width: 100%;
}

.checkout-page .checkout__inner .woocommerce-checkout form .col2-set .col-1,
.checkout-page .checkout__inner .woocommerce-checkout form .col2-set .col-2 {
	float: none;
	width: 100%;
}
.checkout-page .checkout__inner .woocommerce-billing-fields h3,
.checkout-page .checkout__inner #order_review_heading {
	display: none;
}

.checkout-page .checkout__inner .woocommerce form .form-row {
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.checkout-page .checkout__inner .woocommerce form .form-row.place-order {
	margin-bottom: 0 !important;
}
.checkout-page
	.checkout__inner
	.woocommerce
	form
	.woocommerce-additional-fields
	.form-row {
	margin-bottom: 0;
}
.checkout-page
	.checkout__inner
	.woocommerce
	form
	.woocommerce-additional-fields
	.form-row.validate-required {
	margin-bottom: 15px;
}

.checkout-page
	.checkout__inner
	.select2-container--open
	.select2-dropdown--below {
	border-top: 1px solid #aaa;
}

.checkout-page
	.checkout__inner
	.select2-container--default
	.select2-selection--single {
	background: transparent;
	border: none !important;
	padding-top: 10px;
	border: 1px solid var(--dark);
}

.checkout-page .woocommerce form .form-row.woocommerce-invalid input.input-text,
.checkout-page .woocommerce form .form-row.woocommerce-invalid select {
	border-color: var(--main-red);
}
.checkout-page
	.woocommerce
	form
	.form-row.woocommerce-validated
	input.input-text,
.checkout-page .woocommerce form .form-row.woocommerce-validated select {
	border-color: var(--main-green);
}

.checkout-page .woocommerce form .form-row .input-text {
	border-color: transparent;
}

.checkout-page .checkout__inner .woocommerce form .form-row .select2-container {
	border-radius: 29px;
	background: #efefef;
	border: none !important;
	display: block;
	height: 40px;
}

.checkout-page
	.checkout__inner
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 6px;
	right: 5px;
}

.checkout-page .checkout__inner .woocommerce form .form-row {
	padding: 0;
}

.checkout-page
	.checkout__inner
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: normal;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	padding: 0;
	padding-left: 14px;
}

.checkout-page .checkout__inner .select2-dropdown {
	background: #efefef;
	border: none;
}

.checkout-page .checkout__inner .woocommerce form .form-row input::placeholder {
	transition: none !important;
}

.checkout-page .checkout__inner .woocommerce-additional-fields h3 {
	display: none;
}

.checkout-page .checkout__inner textarea#order_comments {
	border-radius: 15px;
	background: #efefef;
	border: none !important;
	color: #000;
	font-weight: 300;
	font-size: 16px;
	padding: 14px;
	height: 200px;
}
.checkout-page .checkout__inner textarea#order_comments::placeholder {
	font-size: 16px;
}

.checkout-page
	.checkout__inner
	.woocommerce
	form
	.woocommerce-additional-fields
	.form-row.validate-required#mrkv_ua_shipping_nova-poshta_warehouse_ref_field,
.checkout-page
	.checkout__inner
	.woocommerce
	form
	.woocommerce-additional-fields
	.form-row.validate-required#mrkv_ua_shipping_nova-poshta_poshtamat_ref_field {
	margin-bottom: 0;
}

.checkout-page .checkout__inner textarea#order_comments::placeholder {
	color: #878787;
	font-size: 16px;
	font-weight: 300;
	transition: none !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: var(--semi-grey) !important;
	margin: 10px 0 !important;
}

html .select2-container {
	width: auto;
}

.checkout__inner .woocommerce button.button.alt {
	display: none !important;
}

.mk-checkout-payment + .form-row.place-order::before,
.mk-checkout-payment + .form-row.place-order::after {
	display: none !important;
}
.mk-checkout-payment + .form-row.place-order {
	display: flex;
	padding: 0 !important;
	margin-top: 40px;
	flex-direction: column;
	gap: 40px;
}
.woocommerce ul#shipping_method li {
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
}
.mk-checkout__ship-ul .woocommerce-Price-amount bdi {
	display: inline-flex;
	align-items: center;
}
@media only screen and (max-width: 1650px) {
	.mk-checkout__product-price {
		gap: 20px;
	}
	.mk-checkout-payment input[type="radio"],
	.mk-checkout__ship-ul input[type="radio"] {
		width: 15px;
		height: 15px;
	}
	.mk-checkout__form-heading {
		font-size: 40px;
	}
	.mk-checkout__product-title span {
		font-size: 14px;
	}
	.mk-checkout__product-item {
		padding: 20px;
	}
	.mk-checkout__left {
		padding-top: 20px;
		padding-right: 20px;
	}
	.mk-checkout__order {
		padding: 20px 0px 20px 20px;
	}
	.mk-checkout__product-item {
		gap: 30px;
	}
	.mk-checkout-payment label,
	.mk-checkout__ship-ul label,
	.mk-order-total > span,
	.mk-checkout__ship-wrap > span,
	.mk-checkout-payment > span {
		font-size: 16px;
	}
	.mk-checkout__right .woocommerce-checkout-payment {
		padding-left: 20px;
	}
	.mk-checkout__details-heading {
		padding-left: 20px;
		font-size: 18px;
	}
	.mk-checkout__product-title {
		gap: 20px;
		font-size: 18px;
	}
	.product-variation-row {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1280px) {
	.checkout-page .checkout__inner .woocommerce-input-wrapper input,
	.checkout-page
		.checkout__inner
		.woocommerce-input-wrapper
		input::placeholder {
		font-size: 14px;
	}
	.checkout-page
		.checkout__inner
		.select2-container--default
		.select2-selection--single
		.select2-selection__rendered {
		font-size: 14px;
	}
	.checkout-page .woocommerce form .form-row-last#billing_last_name_field,
	.checkout-page .woocommerce form .form-row-first#billing_first_name_field {
		float: none;
		width: 100%;
	}
	.mk-checkout__product-price bdi,
	.mk-order-total bdi {
		font-size: 16px;
	}
	.checkout-page .checkout__inner textarea#order_comments,
	.checkout-page .checkout__inner textarea#order_comments::placeholder {
		font-size: 14px;
	}
	.checkout-page
		.checkout__inner
		.select2-container--default
		.select2-selection--single
		.select2-selection__rendered {
		width: 90%;
	}
}

@media only screen and (max-width: 1084px) {
	.mk-checkout-payment label,
	.mk-checkout__ship-ul label,
	.mk-order-total > span,
	.mk-checkout__ship-wrap > span,
	.mk-checkout-payment > span {
		font-size: 14px;
	}
	.woocommerce ul#shipping_method li input {
		vertical-align: unset !important;
	}
	.mk-order-total,
	.mk-checkout__ship-wrap,
	.mk-checkout-payment {
		display: grid;
		grid-template-columns: 160px 1fr;
		gap: 20px;
	}
	/* .mk-order-total,
	.mk-checkout__ship-wrap,
	.mk-checkout-payment {
		grid-template-columns: 1fr;
		gap: 10px;
	} */
	.mk-checkout-payment + .form-row.place-order {
		gap: 10px;
		margin-top: 20px;
	}
	.mk-order-total {
		margin-top: 20px;
	}
	.payment_box payment_method_bacs p {
		font-size: 14px;
	}
	.mk-checkout__product-thumb {
		width: 145px;
		height: 145px;
	}
	.mk-checkout__form-heading {
		font-size: 30px;
	}
	.mk-checkout__product-title {
		font-size: 16px;
	}
	.mk-checkout__product-price span {
		font-size: 14px;
	}
	.product-variation-row {
		font-size: 14px;
	}
}

@media only screen and (max-width: 840px) {
	.mk-checkout__details-heading {
		display: none;
	}
	.mk-checkout__left {
		padding-right: 0;
	}
	.mk-checkout__order {
		padding-left: 0;
		padding-bottom: 0;
	}
	.mk-checkout__right .woocommerce-checkout-payment {
		padding-left: 0;
	}
	.mk-checkout__left {
		border-right: none;
	}
	.mk-ckeckout__inner {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.woocommerce-checkout-review-order,
	.woocommerce-checkout-payment,
	.mk-checkout__right {
		display: contents;
	}
	.mk-checkout__left {
		order: 1;
		border-top: 1px solid var(--dark);
	}
	.checkout-page .checkout__inner .woocommerce form .form-row.place-order {
		order: 2;
	}
	.mk-checkout-payment + .form-row.place-order {
		margin-top: 0;
	}
	.checkout-page .checkout__inner .woocommerce-billing-fields h3 {
		display: block;
		color: var(--dark);
		font-family: "PT Sans";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-bottom: 10px;
	}
	.checkout-page .checkout__inner textarea#order_comments {
		height: auto;
		min-height: 100px;
	}
	.mk-checkout__heading {
		grid-template-columns: 1fr;
	}
	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 550px) {
	.mk-checkout__products-list {
		gap: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.mk-checkout__product-item {
		gap: 20px;
		padding: 0;
		display: flex;
		align-items: center;
	}
	.mk-checkout__product-title {
		display: contents;
	}
	.mk-checkout__product-title span {
		order: 1;
	}
	.mk-checkout__product-price {
		width: 100%;
		justify-content: space-between;
		gap: 5px;
		order: 2;
	}
	.mk-checkout__product-thumb {
		padding: 5px 7px;
	}
	.mk-checkout__product-title {
		font-size: 14px;
	}
	.mk-checkout__product-info {
		width: 50%;
	}
	.mk-checkout__ship-wrap,
	.mk-checkout-payment {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.mk-order-total {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}
}
/* checkout styles */

/* wishlist  */

.main-wishlist table.wishlist_table tbody td.wishlist-empty,
.main-wishlist p.wishlist-empty {
	font-family: var(--oswald-font);
	color: var(--dark);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
}
.main-wishlist thead {
	display: none !important;
}
.main-wishlist .woocommerce table.shop_table,
.main-wishlist .woocommerce table.shop_table.wishlist_table tr td {
	border: none;
	background-color: transparent;
	border-radius: 0;
	display: flex;
}

.main-wishlist .woocommerce table.shop_table .wishlist-items-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 30px;
	width: 100%;
}
.main-wishlist
	.woocommerce
	table.shop_table
	.wishlist-items-wrapper:has(.wishlist-empty) {
	grid-template-columns: 1fr;
}
.main-wishlist .woocommerce table.shop_table .wishlist-items-wrapper tr {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
	padding-bottom: 0;
	border-top: 1px solid var(--dark);
	border-right: 1px solid var(--dark);
}
.main-wishlist
	.woocommerce
	table.shop_table
	.wishlist-items-wrapper
	tr:has(.wishlist-empty) {
	border: none !important;
}
.main-wishlist .woocommerce .wishlist-empty {
	text-align: center;
	justify-content: center;
}

.main-wishlist
	.woocommerce
	table.shop_table
	.wishlist-items-wrapper
	tr:nth-child(5n) {
	border-right: none;
}

.wishlist_table .product-remove {
	position: absolute;
	top: 20px;
	right: 20px;
	text-transform: uppercase;
	width: 20px !important;
	height: 20px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}
.wishlist_table .product-remove > div {
	position: relative;
	width: 100%;
	height: 100%;
}
.wishlist_table .product-remove > div::before {
	opacity: 1;
	content: "X";
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	z-index: 0;
	inset: 0;
	text-align: center;
	transition: all 0.4s var(--main-transition-ease);
}
.wishlist_table .product-remove > div:hover::before {
	color: var(--main-red);
}
.wishlist_table .product-remove > div a {
	opacity: 0;
	z-index: 1;
	position: absolute;
	inset: 0;
}
.woocommerce-message {
	display: none !important;
}

.main-wishlist .woocommerce table.shop_table.wishlist_table tr td {
	padding: 0 !important;
}

.main-wishlist
	.woocommerce
	table.shop_table
	.wishlist-items-wrapper
	tr
	td.product-thumbnail
	a {
	max-width: 100%;
	width: 100%;
}

.wishlist_table .product-name {
	display: flex;
	flex-direction: column;
	gap: 2px;
	align-items: flex-start;
}
.wishlist_table .product-name a {
	font-family: var(--oswald-font);
	color: var(--dark);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	transition: color 0.4s var(--main-transition-ease);
}
.wishlist_table .product-name a:hover {
	color: var(--main-red);
}
.wishlist_table .product-name .variation {
	display: flex;
	align-items: center;
	gap: 3px;
	color: var(--dark);
	font-size: 16px;
}
.wishlist_table .product-stock-status {
	margin-top: auto;
}
.wishlist_table .product-stock-status .wishlist-in-stock {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 5px 14px;
	color: var(--main-green) !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 30px;
	border: 1px solid var(--main-green);
	width: fit-content;
}
.wishlist_table .product-stock-status .wishlist-in-stock::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--main-green);
}

.wishlist_table .product-price .woocommerce-Price-amount {
	display: flex;
	gap: 2px;
	color: var(--dark);
	text-transform: uppercase;
	font-family: var(--oswald-font);
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	text-decoration: none;
}
.wishlist_table .product-price ins,
.wishlist_table .product-price del {
	text-decoration: none;
}
.wishlist_table .product-price del .woocommerce-Price-amount {
	text-decoration: line-through;
	color: var(--light-grey-text);
	text-transform: uppercase;
	line-height: 1;
	font-size: 16px;
	font-family: var(--oswald-font);
}
@media screen and (max-width: 1650px) {
	.wishlist_table .product-name a {
		font-size: 18px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.main-wishlist .woocommerce table.shop_table .wishlist-items-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}

	.main-wishlist
		.woocommerce
		table.shop_table
		.wishlist-items-wrapper
		tr:nth-child(5n) {
		border-right: 1px solid var(--dark);
	}

	.main-wishlist
		.woocommerce
		table.shop_table
		.wishlist-items-wrapper
		tr:nth-child(4n) {
		border-right: none;
	}
	.wishlist_table .product-price .woocommerce-Price-amount {
		font-size: 16px;
	}
	.wishlist_table .product-price del .woocommerce-Price-amount {
		font-size: 14px;
	}
}
@media screen and (max-width: 1220px) {
	.main-wishlist .woocommerce table.shop_table .wishlist-items-wrapper tr {
		padding: 10px;
		padding-bottom: 0;
	}
	.wishlist_table .product-remove {
		top: 10px;
		right: 10px;
	}
	.main-wishlist .woocommerce table.shop_table .wishlist-items-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
	.main-wishlist
		.woocommerce
		table.shop_table
		.wishlist-items-wrapper
		tr:nth-child(4n) {
		border-right: 1px solid var(--dark);
	}

	.main-wishlist
		.woocommerce
		table.shop_table
		.wishlist-items-wrapper
		tr:nth-child(3n) {
		border-right: none;
	}
	.main-wishlist .woocommerce table.shop_table .wishlist-items-wrapper {
		row-gap: 20px;
	}
}
@media screen and (max-width: 650px) {
	.main-wishlist .woocommerce table.shop_table .wishlist-items-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.main-wishlist
		.woocommerce
		table.shop_table
		.wishlist-items-wrapper
		tr:nth-child(3n) {
		border-right: 1px solid var(--dark);
	}

	.main-wishlist
		.woocommerce
		table.shop_table
		.wishlist-items-wrapper
		tr:nth-child(2n) {
		border-right: none;
	}
	.wishlist_table .product-name a {
		font-size: 16px;
	}
	.wishlist_table .product-name .variation {
		font-size: 14px;
	}
	.main-wishlist
		.woocommerce
		table.shop_table.wishlist_table
		.woocs_price_code {
		flex-direction: column;
		align-items: flex-start;
	}
	.wishlist_table .product-price .woocommerce-Price-amount {
		font-size: 14px;
	}
	.wishlist_table .product-price del .woocommerce-Price-amount {
		font-size: 12px;
	}
}
@media screen and (max-width: 330px) {
	.main-wishlist .woocommerce table.shop_table .wishlist-items-wrapper {
		grid-template-columns: 1fr;
	}
	.main-wishlist
		.woocommerce
		table.shop_table
		.wishlist-items-wrapper
		tr:nth-child(2n) {
		border-right: 1px solid var(--dark);
	}

	.main-wishlist
		.woocommerce
		table.shop_table
		.wishlist-items-wrapper
		tr:nth-child(1n) {
		border-right: none;
	}
}
/* wishlist  */

/* currency and language */
.main-currency-wrap .selectron23-container .selectron23-option {
	padding: 5px 10px !important;
	transition: all 0.4s var(--main-transition-ease);
	margin-bottom: 0 !important;
}
.main-currency-wrap .selectron23-option-title {
	text-align: center;
}
.main-currency-wrap .selectron23-container .selectron23-option:hover {
	background-color: #00000017 !important;
}
.main-currency-wrap .selectron23-container > span {
	display: none !important;
}
.main-currency-wrap > div {
	width: 45px !important;
}

.mobile-menu__lc-wrap {
	margin-top: 20px;
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
/* currency and language */

/* text page */
.text-page__text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: var(--dark);
	font-family: "PT Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 25.2px */
}
.text-page__text ul,
.text-page__text ol {
	list-style: disc;
	list-style-position: inside;
}
.text-page__text h2 {
	color: var(--dark);
	font-family: var(--oswald-font);
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	text-transform: uppercase;
}
.text-page__text h3 {
	color: var(--dark);
	font-family: var(--oswald-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}
@media screen and (max-width: 1084px) {
	.text-page__text {
		font-size: 14px;
	}
	.text-page__text h2 {
		font-size: 20px;
	}
	.text-page__text h3 {
		font-size: 16px;
	}
}
/* text page */

/* order review */
.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
	display: none !important;
}
.woocommerce-order {
	max-width: 800px;
	margin: 40px auto;
	padding: 30px;
	border: 1px solid var(--light-grey-text);
	border-radius: 10px;
	background: #fff;
}
.woocommerce-thankyou-order-received {
	font-size: 24px;
	color: var(--main-green);
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.woocommerce-order-overview {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 15px;
	margin-bottom: 30px;
}

.woocommerce-order-overview li {
	background-color: #ebedec;
	padding: 15px !important;
	border-radius: 8px;
	font-size: 16px;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.woocommerce-table__line-item.order_item .product-name a {
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--oswald-font);
	color: var(--dark);
	transition: all 0.4s var(--main-transition-ease);
	font-size: 16px;
}
.woocommerce-table__line-item.order_item .product-name a:hover {
	color: var(--main-red);
}
.woocommerce-order-details__title,
.woocommerce-column__title {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: var(--dark-1b);
	border-bottom: 2px solid var(--light-grey-text);
	padding-bottom: 5px;
}
.woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	padding: 10px;
	border: 1px solid var(--light-grey-text);
	text-align: left;
}

.woocommerce-table--order-details tbody tr:hover {
	background: #f9f9f9;
}
.woocommerce-customer-details address {
	background: #ebedec;
	padding: 15px !important;
	border-radius: 8px;
	line-height: 1.5;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.woocommerce-order .woocs_price_code {
	flex-direction: row;
}
.woocommerce-order .woocommerce-Price-amount.amount,
.woocommerce-order bdi {
	font-size: 16px;
	font-family: var(--oswald-font);
	text-transform: uppercase;
	display: flex;
	/* flex-direction: row-reverse; */
	justify-content: flex-end;
	align-items: center;
	gap: 2.5px;
	font-weight: 600;
}
.woocommerce-order .woocommerce-Price-amount.amount {
	justify-content: flex-start;
}
.woocommerce-order .woocommerce-Price-amount.amount span,
.woocommerce-order bdi span {
	font: inherit;
}
.woocommerce ul.order_details li {
	border-right: 3px dashed var(--light-grey-text) !important;
}
@media screen and (max-width: 1044px) {
	.woocommerce table.shop_table th {
		padding: 9px 12px;
	}
}
@media screen and (max-width: 550px) {
	.woocommerce-order {
		padding: 20px;
	}
	.woocommerce-customer-details address {
		font-size: 14px;
		padding: 10px !important;
	}
	.woocommerce-table__line-item.order_item .product-name a {
		font-size: 14px;
	}
}
/* order review */

/* my account */
.custom-acc .woocommerce {
	display: flex;
	gap: 20px;
}
.custom-acc .woocommerce-MyAccount-navigation {
	flex-shrink: 0;
	min-height: 726px;
}
.custom-acc .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 64px 16px;
	background-color: var(--semi-grey);
	border-radius: 30px;
	height: 100%;
}
.custom-acc .woocommerce-MyAccount-content {
	padding: 64px;
	background-color: var(--semi-grey);
	flex: 1;
	border-radius: 30px;
}
.custom-acc .woocommerce-MyAccount-navigation-link {
}
.custom-acc .woocommerce-MyAccount-navigation-link a {
	width: 230px;
	padding: 12px 24px;
	background-color: transparent;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: all 0.4s var(--main-transition-ease);
	border-radius: 30px;
	display: block;
}
.custom-acc .woocommerce-MyAccount-navigation-link.is-active a {
	background-color: var(--main-red);
	color: var(--main-white);
}
.custom-acc .woocommerce-MyAccount-navigation-link a:hover {
	background-color: var(--main-red);
	color: var(--main-white);
}
.custom-acc .woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: auto;
}
.custom-acc .woocommerce-MyAccount-navigation-link--customer-logout a {
	display: flex;
	align-items: center;
	gap: 20px;
	color: var(--main-red);
	transition: all 0.4s var(--main-transition-ease);
}
.custom-acc .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	opacity: 0.6;
}

.custom-acc .woocommerce-MyAccount-navigation-link--customer-logout a::after {
	content: "";
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTguNjY2NyAxMC42NjY4VjguMDAwMTZDMTguNjY2NyA3LjI5MjkyIDE4LjM4NTcgNi42MTQ2NCAxNy44ODU2IDYuMTE0NTRDMTcuMzg1NSA1LjYxNDQ1IDE2LjcwNzIgNS4zMzM1IDE2IDUuMzMzNUg2LjY2NjY3QzUuOTU5NDIgNS4zMzM1IDUuMjgxMTUgNS42MTQ0NSA0Ljc4MTA1IDYuMTE0NTRDNC4yODA5NSA2LjYxNDY0IDQgNy4yOTI5MiA0IDguMDAwMTZWMjQuMDAwMkM0IDI0LjcwNzQgNC4yODA5NSAyNS4zODU3IDQuNzgxMDUgMjUuODg1OEM1LjI4MTE1IDI2LjM4NTkgNS45NTk0MiAyNi42NjY4IDYuNjY2NjcgMjYuNjY2OEgxNkMxNi43MDcyIDI2LjY2NjggMTcuMzg1NSAyNi4zODU5IDE3Ljg4NTYgMjUuODg1OEMxOC4zODU3IDI1LjM4NTcgMTguNjY2NyAyNC43MDc0IDE4LjY2NjcgMjQuMDAwMlYyMS4zMzM1TTEyIDE2LjAwMDJIMjhNMjggMTYuMDAwMkwyNCAxMi4wMDAyTTI4IDE2LjAwMDJMMjQgMjAuMDAwMiIgc3Ryb2tlPSIjRDIxMzA2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: contain;
}
.custom-acc .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	background: transparent;
	color: var(--main-red);
}
.custom-acc .woocommerce-MyAccount-content p {
	color: var(--dark-1b);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 60%;
	margin-bottom: 16px;
}
.custom-acc .woocommerce-MyAccount-content p a {
	color: var(--main-red);
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.4s var(--main-transition-ease);
}
.custom-acc .woocommerce-MyAccount-content p a:hover {
	opacity: 0.8;
}

.custom-acc .woocommerce table.my_account_orders td,
.custom-acc .woocommerce table.my_account_orders th {
	border: none !important;
}

.custom-acc .woocommerce .woocommerce-MyAccount-orders {
	margin-bottom: 0;
}
.custom-acc .woocommerce .woocommerce-MyAccount-orders thead th span {
	color: var(--light-grey-text);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.custom-acc .woocommerce .woocommerce-MyAccount-orders {
	display: flex;
	flex-direction: column;
	gap: 30px;
	border: none;
}
.custom-acc .woocommerce-MyAccount-orders .woocommerce-orders-table__row {
	padding: 20px;
	background-color: var(--main-white);
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-items: start;
	align-items: center;
	border-radius: 20px;
	color: var(--dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.custom-acc .woocommerce .woocommerce-MyAccount-orders thead tr {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-items: start;
	align-items: center;
}
.custom-acc .woocommerce .woocommerce-MyAccount-orders tbody {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.custom-acc
	.woocommerce
	.woocommerce-MyAccount-orders
	tbody
	.woocommerce-button.button.view {
	font-family: var(--oswald-font);
	transition: all 0.4s var(--main-transition-ease);
	border-radius: 20px;
}
.custom-acc
	.woocommerce
	.woocommerce-MyAccount-orders
	tbody
	.woocommerce-button.button.view:hover {
	background-color: var(--main-red);
	color: var(--main-white);
}

.woocommerce-orders-table__cell-order-number a {
	transition: all 0.4s var(--main-transition-ease);
	color: var(--dark);
	font: var(--oswald-font);
}
.woocommerce-orders-table__cell-order-number a:hover {
	color: var(--main-red);
}

.custom-acc .woocommerce-MyAccount-orders .woocommerce-Price-amount.amount {
	display: flex;
	font-weight: 600;
	font-family: var(--oswald-font);
	gap: 4px;
}

/* ttn ? */
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-mrkv_ua_ship_ttn-column,
.woocommerce-orders-table__header.woocommerce-orders-table__header-mrkv_ua_ship_ttn-column {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
/* ttn ? */

.custom-acc .woocommerce-table--order-details th,
.custom-acc .woocommerce-table--order-details td {
	border: none !important;
}

.custom-acc .woocommerce .woocommerce-customer-details,
.custom-acc .woocommerce .woocommerce-order-details {
	max-width: 764px;
}

.custom-acc .woocommerce .woocommerce-table--order-details .wc-item-meta {
	display: none !important;
}

.custom-acc
	.woocommerce-table--order-details
	.woocommerce-table__product-total.product-total {
	display: none !important;
}
.custom-acc .woocommerce-table__line-item.order_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.custom-acc .woocommerce-table--order-details.shop_table.order_details {
	border: unset;
	border-collapse: unset;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 30px;
	background-color: var(--main-white);
	padding: 32px;
}
.custom-acc .woocommerce-table--order-details.shop_table.order_details thead {
	display: none;
}
.woocommerce-table__line-item.order_item .product-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}

.custom-acc .woocommerce-MyAccount-content p mark {
	font-size: inherit;
	font-weight: 600;
}

.custom-acc .woocommerce-table--order-details.shop_table.order_details tfoot {
	display: flex;
	flex-direction: column;
}
.custom-acc
	.woocommerce-table--order-details.shop_table.order_details
	tfoot
	tr {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.custom-acc
	.woocommerce-table--order-details.shop_table.order_details
	tfoot
	tr
	.woocommerce-Price-amount.amount {
	display: flex;
	gap: 4px;
	font-weight: 600;
	font-family: var(--oswald-font);
	justify-content: flex-end;
}

.custom-acc .woocommerce-order-details__title,
.custom-acc .woocommerce-column__title {
	border: none;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.custom-acc .woocommerce-customer-details address {
	border-radius: 30px;
	background-color: var(--main-white);
	padding: 32px !important;
	border: none;
	font-size: 20px;
	line-height: 1.2;
	color: var(--main-dark);
}

body .woocommerce .woocommerce-customer-details--phone::before {
	content: "" !important;
	width: 24px;
	height: 24px;
	display: block;
	flex-shrink: 0;
	background-image: url("../images/woocs-phone.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	position: static !important;
	inset: 0;
}
body .woocommerce .woocommerce-customer-details--email::before {
	content: "" !important;
	width: 24px;
	height: 24px;
	display: block;
	flex-shrink: 0;
	background-image: url("../images/woocs-email.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	position: static !important;
	inset: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce
	.woocommerce-customer-details
	.woocommerce-customer-details--phone {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0;
	margin-bottom: 16px;
	font-weight: 600;
	font-family: var(--oswald-font);
}

.woocommerce
	.woocommerce-customer-details
	.woocommerce-customer-details--phone {
	margin-top: 20px;
}

.custom-acc .custom-billing-address {
	max-width: 764px;
	padding: 32px;
	border-radius: 30px;
	background-color: var(--main-white);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.custom-acc .woocommerce-Address-title.title h2 {
	margin-bottom: 20px;
	color: var(--dark);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.custom-acc .woocommerce-MyAccount-content p.billing-field {
	margin-bottom: 0;
}

.custom-acc .woocommerce-EditAccountForm {
	max-width: 764px;
}

.custom-acc .woocommerce form .form-row .input-text,
.custom-acc .woocommerce form .form-row select {
	color: var(--main-dark);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: 40px;
	padding: 14px 20px;
	border-radius: 46px;
	background: var(--main-white);
	border: none !important;
	outline: none !important;
}

.custom-acc .woocommerce form .form-row .input-text::placeholder,
.custom-acc .woocommerce form .form-row select::placeholder {
	color: #a8a8a8;
}

.custom-acc .woocommerce-form-row label {
	color: var(--dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}
.custom-acc .woocommerce-form-row label span.required {
	color: var(--dark);
}

.custom-acc p.woocommerce-form-row.woocommerce-form-row--wide {
	max-width: 100%;
	margin-bottom: 10px;
}

.custom-acc #account_display_name_description {
	margin-top: 12px;
	display: block;
	font-size: 16px;
}

.custom-acc .woocommerce-EditAccountForm fieldset {
	margin-top: 50px;
}

.custom-acc .woocommerce-EditAccountForm fieldset legend {
	color: #000;
	font-family: var(--oswald-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 20px;
}

.custom-acc .woocommerce-EditAccountForm .woocommerce-Button.button {
	font-family: var(--oswald-font);
	transition: all 0.4s var(--main-transition-ease);
	margin-top: 50px;
	border-radius: 20px;
}
.custom-acc .woocommerce-EditAccountForm .woocommerce-Button.button:hover {
	background-color: var(--main-red);
	color: var(--main-white);
}

.custom-acc p.woocommerce-form-row.form-row-first,
.custom-acc p.woocommerce-form-row.form-row-last {
	width: 49%;
}

.custom-acc .u-columns form {
	padding: 32px;
	background-color: var(--semi-grey);
	border-radius: 30px;
	border: none !important;
}
.custom-acc .u-columns h2 {
	font-family: var(--oswald-font);
	font-size: 32px;
	font-weight: 600;
	color: var(--dark);
}

.custom-acc .u-columns .woocommerce-button.button {
	font-family: var(--oswald-font);
	transition: all 0.4s var(--main-transition-ease);
	border-radius: 20px;
}
.custom-acc .u-columns .woocommerce-button.button:hover {
	background-color: var(--main-red);
	color: var(--main-white);
}

.custom-acc .woocommerce-privacy-policy-text p {
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.custom-acc .woocommerce-LostPassword.lost_password a {
	color: var(--dark);
	transition: all 0.4s var(--main-transition-ease);
}
.custom-acc .woocommerce-LostPassword.lost_password a:hover {
	color: var(--main-red);
}

.custom-acc .u-columns {
	display: flex;
	gap: 50px;
}
.custom-acc .u-columns > div {
	width: 100% !important;
}

.custom-acc .u-columns::before,
.custom-acc .u-columns::after {
	display: none !important;
}

.custom-acc
	.woocommerce
	.woocommerce-form-login
	.woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

.custom-acc
	.woocommerce
	.woocommerce-form-login
	.woocommerce-form-login__rememberme
	input {
	accent-color: var(--main-red);
}

.custom-acc .woocommerce-ResetPassword {
	max-width: 760px;
	padding: 32px;
	background-color: var(--semi-grey);
	border-radius: 30px;
	border: none !important;
}

.custom-acc .woocommerce-ResetPassword p.woocommerce-form-row.form-row-first {
	width: 100%;
}

.custom-acc .woocommerce-ResetPassword .woocommerce-Button.button {
	font-family: var(--oswald-font);
	transition: all 0.4s var(--main-transition-ease);
	border-radius: 20px;
}
.custom-acc .woocommerce-ResetPassword .woocommerce-Button.button:hover {
	background-color: var(--main-red);
	color: var(--main-white);
}

/* media */

@media screen and (max-width: 1536px) {
	.custom-acc .woocommerce-MyAccount-navigation-link a {
		font-size: 20px;
		width: 175px;
	}
	.custom-acc
		.woocommerce-MyAccount-navigation-link--customer-logout
		a::after {
		content: "";
		width: 23px;
		height: 23px;
	}
	.custom-acc .woocommerce-MyAccount-orders .woocommerce-orders-table__row {
		font-size: 16px;
	}
	.custom-acc .woocommerce .woocommerce-MyAccount-orders thead th span {
		font-size: 14px;
	}
	.custom-acc .woocommerce-MyAccount-content {
		padding: 42px;
	}
	.custom-acc .woocommerce-MyAccount-navigation ul {
		padding: 42px 12px;
	}
	.custom-acc .woocommerce .woocommerce-MyAccount-orders {
		gap: 15px;
	}
	.custom-acc .woocommerce-MyAccount-content p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1084px) {
	.custom-acc .woocommerce-MyAccount-orders .woocommerce-orders-table__row {
		padding: 14px;
	}
	.custom-acc .woocommerce-MyAccount-navigation-link--customer-logout a {
		gap: 12px;
	}
	.custom-acc .woocommerce-MyAccount-navigation-link a {
		padding: 10px 18px;
		font-size: 16px;
		width: fit-content;
	}

	.custom-acc .woocommerce-customer-details address {
		font-size: 16px;
	}

	.custom-acc .woocommerce {
		flex-direction: column;
	}
	.custom-acc .woocommerce-MyAccount-navigation ul {
		flex-direction: row;
	}
	.custom-acc .woocommerce-MyAccount-navigation-link--customer-logout {
		margin-top: 0;
		margin-left: auto;
	}
	.custom-acc .woocommerce-MyAccount-navigation {
		min-height: unset;
	}
	.custom-acc .woocommerce-MyAccount-navigation ul {
		padding: 12px 20px;
	}
	.custom-acc .woocommerce-MyAccount-content {
		padding: 20px;
	}
	.custom-acc .woocommerce-MyAccount-navigation ul {
		gap: 10px;
	}
	.custom-acc .woocommerce-order-details__title,
	.custom-acc .woocommerce-column__title {
		font-size: 20px;
	}
	.custom-acc .woocommerce-EditAccountForm {
		max-width: 100%;
	}
	.custom-acc p.woocommerce-form-row.form-row-first,
	.custom-acc p.woocommerce-form-row.form-row-last {
		width: 100%;
		max-width: 100%;
	}
	.custom-acc .woocommerce-EditAccountForm fieldset {
		margin-top: 25px;
	}
	.custom-acc .woocommerce-EditAccountForm .woocommerce-Button.button {
		margin-top: 25px;
	}
	.custom-acc .woocommerce-EditAccountForm fieldset legend {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.custom-acc .u-columns {
		flex-direction: column;
		gap: 25px;
	}
	.custom-acc .u-columns form {
		margin: 0;
		padding: 20px;
	}
	.custom-acc .u-columns h2 {
		font-size: 24px;
	}
	.custom-acc .woocommerce-ResetPassword {
		padding: 20px;
	}
}
@media screen and (max-width: 768px) {
	.custom-acc .woocommerce-MyAccount-orders .woocommerce-orders-table__row {
		display: flex;
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
	}
	.custom-acc .woocommerce table.my_account_orders td {
		display: flex;
		gap: 5px;
		align-items: center;
	}
	.custom-acc .woocommerce-MyAccount-navigation ul {
		flex-direction: column;
	}
	.custom-acc .woocommerce-MyAccount-navigation-link a {
		width: 100%;
	}
	.custom-acc .woocommerce-MyAccount-navigation-link--customer-logout a {
		gap: 10px;
	}
	.custom-acc .woocommerce-MyAccount-navigation-link--customer-logout {
		margin-left: 0;
		margin-top: 25px;
	}
	.custom-acc .woocommerce-MyAccount-content p {
		max-width: 100%;
	}
	.custom-acc .woocommerce-order-details__title,
	.custom-acc .woocommerce-column__title {
		font-size: 16px;
	}
	.custom-acc .woocommerce-Address-title.title h2 {
		font-size: 16px;
	}
	.custom-acc .woocommerce-form-row label {
		font-size: 14px;
	}
	.custom-acc .u-columns h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 600px) {
	.custom-acc
		.woocommerce-table--order-details.shop_table.order_details
		tfoot
		tr {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
	}
	.custom-acc
		.woocommerce-table--order-details.shop_table.order_details
		tfoot
		tr
		> * {
		padding: 0;
	}

	.woocommerce-table__line-item.order_item .product-name {
		padding: 0;
		margin-bottom: 10px;
	}

	.custom-acc .woocommerce-table--order-details.shop_table.order_details {
		padding: 20px;
	}
	.custom-acc .woocommerce-customer-details address {
		padding: 20px !important;
	}
}
/* media */

/* my account */
