/********************************************************** GENERAL STYLES **********************************************************/

body {
	font-family: "ProximaNovaRegular" !important;
	font-weight: normal;
	font-size: 14px;
	width: 100%;
}

@media (min-width: 1300px) {
	.container {
		width: 1230px !important;
	}
}

.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus,
a:hover {
	color: inherit !important;
	cursor: pointer;
	text-decoration: none !important;
}

a:active,
option:active {
	outline: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
}

label {
	font-size: 12px;
	font-weight: normal;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	background-color: #000000cc;
	color: #fff;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: "* ";
	color: #f00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
/* .dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000cc;
} */

.breadcrumb {
	padding-left: 0 !important;
}

.modal_up {
	top: 135px;
}

.modal .mod_dia {
	width: 357px;
}

.modal .mod_tit {
	font-size: 23px;
}

.productToCart-wrapper .not_prod {
	color: #333333bf;
	background: #00c0ff00;
	border: 0;
	padding: 0 !important;
}

.productToCart-wrapper .not_prod:hover {
	text-decoration: underline;
	color: #333333bf;
	background: #00c0ff00;
	border: 0;
	padding: 0 !important;
}

.for_cat {
	justify-content: space-between;
	margin-top: 0px !important;
	display: flex;
}

.mod_fot {
	text-align: center !important;
}

#form-language .dropdown-toggle {
	display: none;
}

#form-language .dropdown-menu {
	display: flex;
	position: relative;
	min-width: auto;
	box-shadow: none;
	border-radius: 15px;
	padding: 0 10px;
	margin: 0;
	border: none;
	background: rgba(0, 0, 0, 0.04);
}

#form-language .dropdown-menu .language-select {
	display: flex;
	color: #333333;
	padding: 0px 7px;
}

#form-language .dropdown-menu .language-select img {
	display: none;
}

.hidden {
	display: none;
}

/* search */
/* #search {
	margin-bottom: 10px;
}
#search .input-lg {
	font-weight: 300;
	font-style: italic;
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	margin-left: 5px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #fff;
}
#search .btn-lg:hover {
	background-color: #000000cc;
}
#search .btn-lg:hover .fa-search:before {
	color: #fff;
} */
/* cart */

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

#cart>.btn:hover {
	background-color: #fff;
}

#cart.open>.btn {
	background-image: none;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
}

/* @media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
} */
#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

/* @media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
} */
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* content */
#content {
	/* min-height: 600px; */
}

.language-menu {
	display: flex;
	list-style: none;
	padding: 0 8px;
	margin: 0;
	height: 25px;
	border-radius: 15px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.04);
}

.language-menu li a {
	color: #333333;
	padding: 1px 7px;
}

.language-menu li a.language-active {
	color: #00C0FF;
}

.lang-mob {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.lang-desc {
		display: none;
	}

	.lang-desc.lang-mob {
		display: block;
	}
}

.abut-us__list>li {
	font-size: 18px;
	line-height: 170%;
}

.myinfo-about__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.theonlychange {
	width: 100%;
}

/* Цвет необходим! */
.product-select,
.featured-select {
	position: relative;
}

.text-danger {
	position: absolute !important;
	bottom: -25px;
	left: 0;
}

.product-code {
	margin-top: 10px;
}

.menu-wrapper__alert-container {
	position: relative;
}

.mamamia {
	position: absolute;
	width: 100%;
	bottom: -60px;
	left: 0;
	z-index: 888;
}

.myrefresh {
	color: #d6d6d6;
	background-color: transparent;
	border: none;
	font-size: 26px;
	padding: 0 5px !important;
}

/* .fa-refresh {
} */

/* alert */

.alert {
	padding: 20px !important;
	margin: 0 !important;
	border: none !important;
	border-radius: unset !important;
	/* position: absolute !important;
	width: 100% !important; */
	/* bottom: -60px !important;
	left: 0 !important;
	z-index: 888 !important; */
}

.alert-success {
	background-color: #7fd674 !important;
	color: #ffffff !important;
}

.alert-success a {
	color: #ffffff !important;
	font-weight: 800 !important;
}

.alert-attention {
	background-color: #ff9d59 !important;
	color: #ffffff !important;
}

/* breadcrumb */
.breadcrumb {
	margin-bottom: 30px;
	padding: 0;
	background-color: #ffffff !important;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #fff;
	padding: 0 5px;
	position: relative;
	white-space: nowrap;
}

/* .breadcrumb > li + li:before {
	content: '\';
	color: #000000cc;
} */
.pagination {
	margin: 0;
}

.pagination>li>a,
.pagination>li>span {
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	color: #333333 !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #333333 !important;
	background: #ffffff !important;
	border: 2px solid #f2f2f2 !important;
}

.pagination>li:last-child a:hover,
.pagination>li:first-child a:hover {
	border: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #f6f6f6 !important;
	border-color: #f6f6f6 !important;
	color: #333333 !important;
}

.pagination>li>a:first-child:focus,
.pagination>li>a:last-child:focus {
	border: none !important;
}

.pagination>li>a:first-child,
.pagination>li>a:last-child {
	border: none;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 50% !important;
}

.pagination>li:first-child>a:hover,
.pagination>li:first-child>span:hover {
	border: none !important;
	background-color: transparent;
}

.pagination>li:last-child>a:hover,
.pagination>li:last-child>span:hover {
	border: none !important;
	background-color: transparent;
}

.mypagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.subscription {
	background: #00C0FF;
	padding: 80px 0;
	margin-top: 100px;
}

.subscription .items {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.subscription .items .text .title {
	font-weight: bold;
	font-size: 32px;
	line-height: 130%;
	margin-bottom: 30px;
	color: #FFFFFF;
}

.subscription .items .text .description {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
}

.subscription .items .form {
	width: 480px;
}

.subscription .items .form .btn-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
}

.subscription .items .form .btn-group .viber {
	width: 50%;
	margin-right: 5px;
}

.subscription .items .form .btn-group .telegram {
	width: 50%;
	margin-left: 5px;
}

.subscription .items .form .newsletter_module {
	margin-bottom: 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.subscription .items .form .newsletter_module .text-success {
	position: absolute;
	top: -30px;
}

.subscription .items .form input {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: none;
	border-radius: 50px 0 0 50px;
	font-size: 16px;
	color: #FFFFFF;
	background: transparent;
	line-height: 24px;
	padding: 11px 0px 11px 25px;
	width: 100%;
	outline: none !important;
}

.subscription .items .form span.btn_arrow_subscribe {
	border-radius: 0 50px 50px 0;
	color: #FFFFFF;
	background: #FFFFFF;
	padding: 17px 30px;
	width: 80px;
	outline: none !important;
	border: none;
	cursor: pointer;
}

.subscription .items .form input::-moz-placeholder {
	color: #FFFFFF;
}

.subscription .items .form input::-webkit-input-placeholder {
	color: #FFFFFF;
}

.subscription .items .form input:-ms-input-placeholder {
	color: #FFFFFF;
}

.subscription .items .form input::-ms-input-placeholder {
	color: #FFFFFF;
}

.subscription .items .form input::placeholder {
	color: #FFFFFF;
}

/* button with icon on bg */
.btn_bg_icon {
	color: #ffffff;
	position: relative;
	display: inline-block;
	padding: 16px 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 60px;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
	width: 100%;
	transition: color 0.3s, transform 0.3s, background 0.3s ease-in-out;
}

.btn_bg_icon span.viber {
	position: relative;
	padding: 0px 0 0px 15px;
	transition: background 0.3s ease-in-out;
}

.btn_bg_icon span.viber:before {
	content: '';
	background: url("../image/viber-white.svg") no-repeat;
	width: 25px;
	height: 27px;
	position: absolute;
	top: -4px;
	left: -20px;
	transition: background 0.3s ease-in-out;
}

.btn_bg_icon:hover span.viber:before {
	content: '';
	background: url("../image/viber.svg") no-repeat;
}

.btn_bg_icon span.telegram {
	position: relative;
	padding: 0px 0 0px 15px;
	transition: background 0.3s ease-in-out;
}

.btn_bg_icon span.telegram:before {
	content: '';
	background: url("../image/telegram-white.png") no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -25px;
	transition: background 0.3s ease-in-out;
}

.btn_bg_icon:hover span.telegram:before {
	content: '';
	background: url("../image/telegram.png") no-repeat;
}

.btn_bg_icon:hover {
	color: #111111;
	background: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 1279px) {
	.subscription .items {
		flex-direction: column;
	}

	.subscription .items .form {
		width: 100%;
		margin-top: 40px;
	}

	.subscription .items .text {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.subscription .items .text .title {
		font-size: 22px;
		line-height: 130%;
	}
}


/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn:hover {
	background-color: #000000cc;
	color: #fff;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fff;
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #666;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	border-color: #666;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #000000cc;
	color: #fff;
	background-position: 0 -15px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000000cc;
	border-radius: 0;
}

.btn-link:hover {
	color: #000;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	border-color: #fff;
	box-shadow: none;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	border: 1px solid #ddd;
}

/* list group */
.list-group a {
	border: 1px solid #dddddd;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #fff;
	background: #000000cc;
	border: 1px solid #dddddd;
}

/* carousel */
.carousel-caption {
	color: #ffffff;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: "\f053";
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: "\f054";
	font-family: FontAwesome;
}

/* .homepage {
	font-size: 54px;
	line-height: 100%;
	font-weight: 400;
	font-family: Ubuntu;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	text-shadow: none;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
} */
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none !important;
}

a,
a:active,
a:focus {
	outline: none !important;
}


/********************************************************** USER PROFILE **********************************************************/
.reorder-btn {
	background-color: #00c0ff !important;
	border: none !important;
}

.postpurchase-btn__wrapper {
	display: flex;
	justify-content: end;
	align-items: center;
}

.postpurchase-btn {
	font-weight: 800;
	padding: 18px 60px;
	background: #00c0ff;
	border: 2px solid #00c0ff;
	border-radius: 100px;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	margin: 30px 0;
	display: inline-block;
}

.postpurchase-btn:hover {
	background: #00a8ff;
	border: 2px solid #00a8ff;
	color: #fff !important;
}

.profilebuttons__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-info {
	background: #00c0ff !important;
	border: 2px solid #00c0ff !important;
}

.profile-heading {
	margin-bottom: 30px !important;
}

.address-buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

/* .address-buttons:first-child{
	margin-bottom: 15px;
} */
.address-buttons__edit {
	max-width: 200px;
	text-align: center;
	font-weight: 800;
	padding: 9px 30px;
	background: #fff;
	border: 2px solid #00c0ff;
	border-radius: 100px;
	font-size: 16px;
	line-height: 19px;
	color: #333;
	display: inline-block;
	margin-bottom: 15px;
}

.address-buttons__edit:hover {
	color: #00c0ff !important;
}

.address-buttons__delete {
	max-width: 200px;
	text-align: center;
	font-weight: 800;
	padding: 9px 30px;
	background: #ff6472;
	border: 2px solid #ff6472;
	border-radius: 100px;
	font-size: 16px;
	line-height: 19px;
	color: #333;
	transition: all 0.3s;
	display: inline-block;
}

.profile-myradio__wrapper {
	display: flex;
}

.myradio-first {
	margin-right: 10px !important;
}

.profile-mylabel {
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}



.label-new a {
	position: relative;
}

.label-new a:after {
	content: 'new';
	text-transform: uppercase;
	color: #ffffff;
	padding: 4px 6px 2px 6px;
	background: #FF5E6B;
	border-radius: 10px;
	position: absolute;
	font-weight: 800;
	font-size: 8px;
	line-height: 110%;
	letter-spacing: 0.1em;
	top: -8px;
	right: -14px;
}

@media (max-width: 765px) {
	.label-new a:after {
		top: -9px;
		right: -21px;
	}
}

/********************************************************** MOBILE MENU **********************************************************/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
}

.sidenav-grey {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	background: #333333;
	opacity: 0.3;
}

.sidenav-top {
	width: 100%;
	/* display: flex;
	flex-direction: column;
	align-items: center; */
	padding: 11px 20px;
	display: block;
}

.sidenav-top__head,
.sidenav-top__body {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sidenav-top__body {
	margin-bottom: 14px;
}

.sidenav-top__body-logged {
	display: flex;
	flex-direction: column;
}

.sidenav-middle__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0;
}

.sidenav-middle__title {
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	padding-left: 25px;
}

.dropdown-container {
	display: none;
}

.dropdown-container li {
	padding: 15px 0;
	background-color: #fff;
	padding-left: 53px;
	list-style: none;
}

.dropdown-container li a {
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}

.exit {
	color: #ff6472 !important;
}

.dropdown-container li a:hover {
	color: inherit;
}

.sidenav-top__body-logged__btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0;
}

.sidenav-top__body-logged__btn div {
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	padding-left: 25px;
	padding-right: 15px;
}

.sidenav-middle__price {
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	padding-left: 65px;
}

.dropdown-btn {
	border: none;
	background-color: transparent;
	padding: 0;
}

.mobCaret {
	transform: rotate(90deg);
	transition: all 0.2s;
}

.active-caret {
	transform: rotate(180deg);
	transition: all 0.2s;
}

.mobile-catalog {
	padding-right: 15px;
}

.sidenav .closebtn {
	font-size: 36px;
	color: #E2E6E9;
}

.talvi-mobLogo {
	top: 0;
	left: 25px;
	width: 65px;
}

.sidenav-top__body-reg {
	border: none;
	background: #00c0ff;
	border: 2px solid #00c0ff;
	border-radius: 100px;
	padding: 11px 25px;
	font-size: 16px;
	font-weight: 800;
	line-height: 19px;
	color: #fff;
}

.sidenav-top__body-auth {
	border: 2px solid #00c0ff;
	background: #fff;
	border-radius: 100px;
	padding: 11px 25px;
	font-size: 16px;
	font-weight: 800;
	line-height: 19px;
	color: #00c0ff;
}

.sidenav-bottom {
	width: 100%;
	/* display: flex;
	flex-direction: column; */
	padding: 0 20px;
	display: block;
}

.sidenav-bottom__info,
.sidenav-bottom__contact {
	display: flex;
	flex-direction: column;
}

.sidenav-bottom__info {
	margin-top: 10px;
}

.sidenav-bottom__info a {
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	padding: 10px 0;
	font-weight: 500;
	color: #B0B9C1;
}

.sidenav-bottom__info a:hover {
	color: inherit;
}

.sidenav-bottom__contact-tel {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 45px 0 25px 0;
}

.sidenav-bottom__contact-social {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.sidenav-bottom__contact-social img {
	height: 31px;
	width: 31px;
	margin-right: 20px;
}

.myheader__item-active .dropdown-container {
	display: block;
}

.myheader__item-active .mobCaret {
	transform: rotate(180deg);
	transition: all 0.2s;
}

/********************************************************* HEADER **********************************************************/
.header {
	color: #333;
	position: relative;
	position: sticky;
	top: 0;
	z-index: 9997;
}

.header-wrapper {
	background-color: #fff;
	padding: 11px 0;
	display: flex;
	align-items: center;
}

#top-links {
	width: 100%;
}

.mynav-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}

.mynav-left,
.mynav-right {
	display: flex;
	align-items: center;
}

.mobile-burger {
	display: none;
}

.header-logo {
	width: 104px;
	height: 39px;
	aspect-ratio: 71 / 26;
}

.header-phoneNum {
	margin: 0 30px;
	padding: 5px;
	font-weight: 800;
	font-size: 14px;
	line-height: 17px;
	color: inherit;
}

.header-phoneNum:hover {
	color: inherit;
}

.header_chatbot {
	margin-left: 30px;
}

.header_chatbot a {
	margin-right: 10px;
}

.fa-user {
	color: #00c0ff;
	font-size: 26px !important;
}

.caret {
	display: none;
	color: #00c0ff;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.header-cart {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

/* .header-cart img {
	height: 22px;
	width: auto;
} */
#cart-total {
	color: #333;
}

#cart-total:hover {
	color: #333;
}

.header-totalprice__button {
	padding: 0;
	border: none;
	background-color: transparent;
	font-weight: 800;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.header-centralLinks {
	font-size: 14px;
	line-height: 17px;
	padding: 5px;
	margin: 0 25px;
	color: rgba(51, 51, 51, 0.5);
}

.header-centralLinks:hover {
	color: inherit;
}

.header-saved {
	position: relative;
}

.text_myitems {
	font-family: "ProximaNovaRegular";
	font-weight: normal;
}

.header-saved__number {
	position: absolute;
	top: -2.5px;
	right: 3px;
	width: 16px;
	height: 16px;
	background: #333;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	/* line-height: 15px; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.sticker-sale {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 14px;
	justify-content: center;
	align-items: center;
	border-radius: 0 20px 20px 6px;
}

.sticker-sale.special {
	background: #7FD674;
	color: #FFFFFF;
}

.sticker-sale.coupon {
	background: #0085ff;
	color: #FFFFFF;
}

@keyframes sway {
	0% {
		transform: rotate(36deg);
	}

	50% {
		transform: rotate(18deg);
	}

	100% {
		transform: rotate(36deg);
	}
}

@keyframes swayProduct {
	0% {
		transform: rotate(45deg);
	}

	50% {
		transform: rotate(22deg);
	}

	100% {
		transform: rotate(45deg);
	}
}

.coupon-tag {
	position: absolute;
	top: -30px;
	left: 0px;
	transform-origin: 0;
}

.coupon-tag.catergory-cart {
	transform: rotate(36deg);
	animation: sway 7s infinite;
}

.coupon-tag.catergory-cart img {
	height: 61px;
}

@media (max-width:767px) {
	.coupon-tag.catergory-cart img {
		width: 70px;
	}
}

.coupon-tag.product-cart {
	animation: swayProduct 7s infinite;
	transform: rotate(45deg);
	top: -29px;
	left: 6px;
}

.coupon-tag.product-cart img {
	width: 150px;
	height: 64px;
}

.thumbnail a>img,
.thumbnail>img {
	border-radius: 20px;
}



.product-thumb:hover .coupon-tag.catergory-cart {
	animation: none;
}



@media (max-width: 768px) {
	.sticker-sale {
		padding: 6px 12px;
	}

	.coupon-tag img {
		width: 71.079px;
		height: 30.73px;
	}
}

/********************************************************* MENU **********************************************************/
.menu-wrapper {
	width: 1200px;
	display: flex;
	align-items: center;
	background-color: #f6f6f6;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	min-height: 55px;
	/* box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1); */
	color: #333;
	position: relative;
	z-index: 9995;
	padding: 22px 0;
	margin: 0 auto;
	gap: 28px;
}

.menu {
	width: 77%;
}

.navbar-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu .nav>li>a {
	font-size: 14px;
	line-height: 17px;
	color: #333;
	padding: 5px;
	margin: 0 10px;
}

.menu .nav>li>a:hover,
.menu .nav>li.open>a {
	color: #333;
	background-color: inherit;
}

.menu .dropdown-menu {
	padding-bottom: 0;
	z-index: 9998;
}

.menu .dropdown-inner {
	display: table;
}

.menu .dropdown-inner ul {
	display: table-cell;
}

.menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

.menu .dropdown-inner li a:hover {
	color: #ffffff;
}

.menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #ddd;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

.menu .see-all:hover,
.menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000cc;
}

.menu #category {
	float: left;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	color: #000000cc;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #fff;
	padding: 2px 18px;
	float: right;
	background-color: #000000cc;
}

.menu .btn-navbar:hover,
.menu .btn-navbar:focus,
.menu .btn-navbar:active,
.menu .btn-navbar.disabled,
.menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #000000cc;
}

.desktop-search {
	width: 30%;
}

.menu-searchbar {
	width: 253px;
	display: flex;
	align-items: center;
}

.menu-searchbar input {
	width: 80%;
	border: none;
	border-left: 1px solid rgba(224, 224, 224, 0.7);
	padding-left: 40px;
	color: rgba(51, 51, 51, 0.4);
	background-color: #f6f6f6;
	font-size: 16px;
	line-height: 19px;
}

.menu-searchbar input:focus::placeholder {
	color: transparent;
}

.menu-searchbar button {
	width: 20%;
	padding: 15px;
	border: none;
	background-color: transparent;
}

.mobile-search {
	display: none;
}

.post-header {
	background: url("../image/talvibg.png") no-repeat 120% 165%;
	color: #fff;
	padding-top: 60px;
	margin-top: -105px;
	position: relative;
	overflow: hidden;
}

.post-header__circle {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 9000px;
	width: 9000px;
	border-radius: 50%;
	background-color: #00c0ff;
	z-index: -1;
}

.post-header__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.post-header__left {
	display: flex;
	flex-direction: column;
	max-width: 380px;
	width: 365px;
}

.post-header__right {
	max-width: 725px;
}

.post-header__right img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.post-header__mainText {
	font-weight: 800;
	max-width: 380px;
	font-weight: 800;
	font-size: 42px;
	line-height: 58px;
	letter-spacing: -0.01em;
	position: relative;
}

.post-header__mainText::after {
	content: "Большой ассортимент стиля";
	width: 100px;
	position: absolute;
	bottom: 8px;
	right: 45px;
	font-size: 14px;
	line-height: 16px;
	color: #92e5ff;
}

.post-header__mainText-ukr {
	font-weight: 800;
	max-width: 380px;
	font-weight: 800;
	font-size: 42px;
	line-height: 58px;
	letter-spacing: -0.01em;
	position: relative;
}

.post-header__mainText-ukr::after {
	content: "Великий асортимент стилю";
	width: 100px;
	position: absolute;
	bottom: 8px;
	right: 45px;
	font-size: 14px;
	line-height: 16px;
	color: #92e5ff;
}

/* Желтая кнопка */
.post-header__button {
	font-weight: 800;
	display: block;
	background: #ffd547;
	border-radius: 100px;
	margin-top: 30px;
	padding: 18px 88px;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	text-align: center;
	max-width: 252px;
	transition: all 0.2s;
}

.post-header__button:hover {
	background: #fff;
	color: #333333 !important;
	transition: all 0.2s;
}

.post-header__mobile {
	display: none;
}

@media (max-width:1200px) {
	.menu-wrapper {
		width: 100%;
		gap: 10px;
	}
}

/********************************************************** GENDER / AGE BLOCK **********************************************************/

.genAge {
	font-weight: 800;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	position: relative;
	z-index: 90;
}

.genAge-top {
	background-color: #ffffff;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	width: 100%;
}

.genAge-top-list {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.genAge-top__element {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 225px;
}

.genAge-top__element-text {
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	padding: 32px 20px;
}

.genAge-bottom {
	margin-top: 60px;
}

.genAge-bottom__categories {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.genAge-bottom__item {
	width: 250px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
	transition: all 0.2s;
}

.genAge-bottom__item:hover {
	transform: scale(1.05);
	transition: all 0.2s;
}

.genAge-img__container {
	width: 100%;
	height: 300px;
}

.genAge-img__container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* border-radius: 15px; */
}

.genAge-bottom__label {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #333333;
	padding: 15px 0 20px 0;
}

.genAge-top__img {
	height: 65px;
	width: 65px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}



.genAge-bottom__item_home {
	width: 220px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	transition: all 0.2s;
	margin: 15px 0;
}

.genAge-bottom__item_home:hover {
	transform: scale(1.05);
	transition: all 0.2s;
}

.genAge-img__container_home {
	width: 100%;
	height: 220px;
}

.genAge-img__container_home img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* border-radius: 15px; */
}

.genAge-bottom__label_home {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #333333;
	padding: 15px 0 20px 0;
}

.genAge-top__img_home {
	height: 65px;
	width: 65px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*********************************************************** PRODUCT ***********************************************************/

.product-codenavailability {
	font-size: 13px;
	line-height: 22px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-code {
	margin-top: 0px;
}

.myselector-product {
	width: 100%;
}

.counternselector {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.counternselector-mobile {
	display: none;
}

.form-group {
	margin: 0;
}

.products-section {
	margin: 70px 0;
}

.mobile-viewAll-container {
	display: none;
}

.product-top {
	display: flex;
	align-items: baseline;
	margin-bottom: 25px;
}

.product-top h3 {
	margin: 0;
}

.product-top_sectionTitle {
	font-weight: 800;
	font-size: 32px;
	padding-right: 20px;
	color: #333;
}

.product-top_view-all {
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #32c0ef;
}

.product-thumb {
	overflow: visible;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 20px;
	box-shadow: 0px 35px 150px -6px rgba(51, 51, 51, 0.05);
	border-radius: 20px;
	background: #FFF;
}

.product-thumb-container {
	width: 250px;
	outline: none;
}

.product-list .displayList-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.displayList-wrapper__upd {
	width: 100%;
}

.product-list .product-price_towishlist {
	margin: 0;
}

.product-list .counternbuttoncart {
	margin: 0;
}

.product-list .product-price {
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.product-list .prices-wrapper {
	margin: 0;
	display: flex;
	flex-direction: row;
}

.product-list .price-old {
	padding: 0;
}

.product-list .product-price_towishlist {
	order: 4;
}

.product-list .counternbuttoncart {
	order: 3;
}

.product-list .product-select {
	order: 2;
}

.product-list .prices-wrapper {
	order: 1;
}

.product-list .product-name {
	padding: 0;
	order: 0;
	max-width: 100px;
}

.product-list .product-codenavailability {
	display: none;
}

.product-list {
	max-height: 100px;
	height: 100px;
	margin-bottom: 20px;
}

.product-list .product-price_tocart {
	padding: 0;
	margin-left: 30px;
}

.product-list .product-price_tocart_search {
	padding: 0;
	margin-left: 30px;
}

.product-list .product-thumb {
	height: 100%;
	max-height: 100px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.product-list .category-product-image {
	width: 100px;
	height: 100px;
	/* padding: 10px; */
}

.product-list .category-product-image img {
	border-radius: 15px;
}

.product-list .wholesale-price {
	display: none;
}

.product-list .product-price_towishlist {
	position: unset;
}

.product-list .product-info {
	margin-left: 20px;
	/* width: unset; */
	flex-direction: row;
	align-items: center;
}

.product-list .myselector-featured {
	max-width: 200px;
}

/* .product-grid .col-lg-4 .col-md-4 .col-sm-6 .col-xs-12{
	max-height: unset;
}
.product-list .col-xs-12{
	max-height: 100px;
} */
/* .col-lg-4 .col-md-4 .col-sm-6 .product-thumb{
	max-height: unset;
} */
/* .col-xs-12 .product-thumb {
	max-height: 100px;
} */
/* .product-thumb:hover {
	box-shadow: 1px 1px 15px #d1d0d0;
} */
.product-thumb_image {
	width: 100%;
	border-radius: 15px;
	overflow: visible;
}

.product-thumb_image img {
	width: 100%;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.nav-tabs>li>a:hover {
	background-color: #000000cc;
	color: #fff;
}

/* .recommended_products {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: 0px !important;
	width: 460px;
	overflow: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
} */
/* 
.recommended_products:active {
	cursor: grabbing;
} */
/* 
.recommended_products::-webkit-scrollbar {
	display: none;
} */

.recommended_products {
	overflow: hidden;
	height: 275px;
	padding: 20px;
}

.recommended_products .slider__item {
	width: 160px;
	margin-right: 30px;
}

.recommended_products .product-thumb {
	width: 160px !important;
}

.recommended_products::before,
.recommended_products::after {
	display: none !important;
}

.recommended_products .image {
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
}

.recommended_products .image img {
	border-radius: 18px;
}

.recommended_products .name {
	color: #333;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 20.8px */
	margin-bottom: 8px;
}

.recommended_products .price {
	color: #333;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	/* 26px */
}

.recommended_products .price span {
	color: #999;
	font-family: "Proxima Nova";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 18.2px */
	text-decoration-line: line-through;
}

.recommended_products .show-more {
	margin-top: 75px;
	cursor: pointer;
}

.recommended_products .show-more button {
	color: #00C0FF;
	background: unset;
	border: unset;

}


@media screen and (max-width: 1200px) {
	.recommended_products .product-thumb {
		width: 120px !important;
	}

	.recommended_products .image {
		width: 120px;
		height: 120px;
	}
}

.recommended_products .image a img {
	border-radius: 18px;
}

.product-info {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.counterncart {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wholesale-price {
	padding: 10px 0 5px 0;
	font-size: 12px;
	line-height: 17px;
	color: rgba(51, 51, 51, 0.35);
}

.product-name {
	padding: 5px 0;
	height: 2em;
}

.product-name a {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	font-weight: normal;
}

.product-code {
	font-size: 13px;
	line-height: 22px;
	color: rgba(51, 51, 51, 0.5);
}

.product-price {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.product-price_tocart {
	border: none;
	background-color: transparent;
}

.product-price_tocart svg {
	height: 45px;
	width: 45px;
}

.product-price_tocart:hover svg circle,
.product-price_tocart_search:hover svg circle {
	fill: #00C8FF;
}

.product-price_tocart_search {
	border: none;
	background-color: transparent;
}

.product-price_tocart_search svg {
	height: 45px;
	width: 45px;
}

.product-price_towishlist {
	border: none;
	background: transparent;
	padding: 0;
}

.product-price_towishlist svg {
	width: 45px;
	height: 45px;
}

.product-price_towishlist:hover svg circle {
	fill: #FF818B;
}

/* .product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #fc0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #e69500;
}
.list-unstyled h2 {
	color: #615353;
} */
.price-new {
	font-weight: 800;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

.productPage-prices {
	margin: 40px 0;
}

/* 
.productPage-prices__mobile {
	display: none !important;
} */

.price-old {
	text-decoration: line-through;
	padding-left: 10px;
	font-size: 18px;
	line-height: 24px;
	color: rgba(51, 51, 51, 0.7);
	font-weight: normal;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	/* float: left; */
	background-color: #fff;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #000000cc;
	text-decoration: none;
	cursor: pointer;
}

.thumbnails {
	overflow: visible;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

a.thumbnail {
	border: none;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* .thumbnail img{
	object-fit: cover;
} */
.stocknot {
	color: red !important;
	font-size: 16px !important;
}

/*homepage styles*/

.product-text {
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	font-family: Ubuntu;
	padding-left: 0px;
}

.product-text li {
	display: inline;
	text-align: left;
	margin-right: 25px;
}

.product-text a {
	color: #888;
}

.manufacturer-text {
	margin-top: 80px;
	font-size: 54px;
	line-height: 70px;
	font-weight: 400;
	font-family: Ubuntu;
	color: #000000;
}

a.button-price {
	text-align: center;
	font-size: 15px;
	border-radius: 20px;
	color: #000000;
	text-decoration: none;
	user-select: none;
	background: #4ddbff;
	padding: 0.7em 1.5em;
	outline: none;
}

a.button-price:hover {
	background: #4ddbff;
	color: #fff;
}

/* при наведении курсора мышки */
a.button-price:active {
	background: #ffffff;
}

/* при нажатии */

/*
@media screen and (max-width: 1200px) {
    .manufacturer-text{
    	margin-top: 70px;
    	font-size: 45px;
		line-height: 50px;
		font-weight: 400;
		font-family: Ubuntu;
		color: #000000;
    }
    .stocknot{
	font-size:10px !important;
	}
}

@media screen and (max-width: 992px) {
    .manufacturer-text{
    	margin-top: 0px;
    	text-align: center;
    	font-size: 45px;
		line-height: 55px;
		font-weight: 400;
		font-family: Ubuntu;
		color: #000000;
    }
    .product-text{
	text-align: center;
	}
	.stocknot{
	font-size:10px !important;
	}
}

@media screen and (max-width: 576px) {
    .manufacturer-text{
    	margin-top: 0px;
    	text-align: center;
    	font-size: 35px;
		line-height: 45px;
		font-weight: 400;
		font-family: Ubuntu;
		color: #000000;
    }
} */

/*END OF homepage*/

/********************************************************** MANISHKI **********************************************************/

.manishki {
	font-weight: 800;
	background: url("../image/talvi-sectionbg.png") no-repeat 100% 100%;
	/* background-size: cover; */
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
}

.manishki-container {
	width: 100%;
	max-height: 364px;
	height: 364px;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.manishki-left {
	width: 55%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.manishki-left img {
	width: 320px;
	height: 320px;
}

.manishki-right {
	width: 45%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 5;
}

.manishki-right_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 250px;
}

.manishki-title {
	font-weight: 800;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
}

.manishki-button {
	font-weight: 800;
	border: none;
	background: #fff;
	border-radius: 100px;
	margin-top: 30px;
	padding: 18px 88px;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	text-align: center;
	transition: all 0.2s;
}

.manishki-button:hover {
	transform: scale(1.05);
	transition: all 0.2s;
}

.manishki-right_circle {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: -77%;
	width: 1500px;
	height: 1500px;
	border-radius: 100%;
	background-color: #ffbab7;
}

.helmets-right_circle {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: -77%;
	width: 1500px;
	height: 1500px;
	border-radius: 100%;
	background-color: #a9d7f7;
}

.helmets-left {
	width: 55%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.helmets-left img {
	width: 50%;
	height: auto;
}

/*********************************************************** ABOUT ***********************************************************/

.about {
	margin: 50px 0;
}

.about-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-wrapper__left {
	display: flex;
	flex-direction: column;
}

.about-wrapper__left-title {
	font-weight: 800;
	display: flex;
	align-items: baseline;
}

.about-wrapper__left-title-main {
	font-weight: 800;
	font-size: 32px;
	padding-right: 20px;
	color: #333333;
	font-weight: 500;
	line-height: 1.1;
}

.about-wrapper__left-title-more {
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #32c0ef;
}

.about-wrapper__left-content {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-top: 25px;
	max-width: 500px;
}

.about-wrapper__right-wrapper {
	width: 540px;
	height: 344px;
	border-radius: 15px;
	overflow: hidden;
}

.about-wrapper__right-wrapper img {
	height: 100%;
	object-fit: cover;
}

/*********************************************************** ABOUT CONINUE ***********************************************************/

.aboutContinue {
	margin: 50px 0;
}

.aboutContinue-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

.aboutContinue-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.aboutContinue-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.aboutContinue-top__highlight {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	max-width: 350px;
	width: 370px;
	height: 400px;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

/* 35% of height; same as head */
.aboutContinue-top__highlight-circle {
	position: absolute;
	z-index: 1;
	bottom: 65%;
	left: 50%;
	transform: translateX(-50%);
	width: 1500px;
	height: 1500px;
	border-radius: 100%;
}

.circle1 {
	background-color: #ffd547;
}

.circle2 {
	background-color: #00c0ff;
}

.circle3 {
	background-color: #ff6472;
}

/* 35% of height and 10% mb */
.aboutContinue-top__highlight-head {
	font-weight: 800;
	z-index: 7;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	max-width: 150px;
	text-align: center;
	width: 100%;
	height: 35%;
	display: flex;
	align-items: center;
	margin-bottom: 10%;
}

/* 45% of height and 10% mb */
.aboutContinue-top__highlight-body {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	max-width: 250px;
	text-align: center;
	width: 100%;
	height: 45%;
	display: flex;
	align-items: center;
	margin-bottom: 10%;
	padding: 0 10px;
}

.aboutContinue-button {
	font-weight: 800;
	display: inline-block;
	border: 2px solid #00c0ff;
	background: #fff;
	border-radius: 100px;
	padding: 18px 88px;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	text-align: center;
}

.aboutContinue-button:hover {
	color: #00c0ff !important;
	transition: all 0.2s;
}

.mobile-aboutus__container {
	display: none;
}

/*********************************************************** SLIDER ***********************************************************/

.slider__arrows {
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	right: -30px;
	z-index: 3;
	cursor: pointer;
}

.slider__arrows-left {
	left: -30px;
}

.slick-slide.slick-active,
.slick-slide.slick-cloned,
.slick-initialized .slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.genAge .slick-dots li.slick-active button::before {
	color: #00c0ff;
}

.container-home {
	background-color: #dbd7d7;
}

.genAge-bottom__categories .slick-dots li button::before {
	font-size: 26px;
}

/*********************************************************** FOOTER ***********************************************************/
footer {
	padding-top: 30px;
	background-color: #f6f6f6;
	color: #333333;
	font-size: 16px;
}

.footer-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-column {
	width: 160px;
	max-width: 160px;
}

.footer-column__catalog {
	display: none;
}

.footer-logo {
	width: 96px;
	height: 32px;
	margin-bottom: 15px;
}

.footer-column__list {
	list-style: none;
	padding: 0;
}

.footer-column__list li {
	padding: 5px 0;
}

.footer-column__list li a {
	font-size: 14px;
	color: #333333;
}

.footer-column__title {
	font-weight: 700;
	font-size: 16px;
	color: #333333;
	padding-bottom: 15px;
}

.footer-talviShort {
	font-size: 12px;
	color: rgba(51, 51, 51, 0.4);
	padding: 5px 0;
}

.footer-column__social {
	padding-top: 15px;
}

.footer-column__social a {
	padding-right: 10px;
}

/********************************************************** PRODUCT PAGE **********************************************************/

.thumbnails {
	margin-bottom: 40px;
}

.product-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.product-top__mobile {
	display: none;
}

.thumbnail-wrapper {
	max-width: 500px;
	max-height: 500px;
	border-radius: 15px;
	overflow: visible;
	position: relative;
}

.product-left .thumbnail {
	padding: 0;
}

.product-right {
	max-width: 640px;
	width: 100%;
}

.image-additional {
	margin: 20px 0;
}

.image-additional a {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 0;
}

.productPage-name {
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	color: #333333;
	margin-top: 0;
}

.productPage-code {
	font-size: 16px;
	line-height: 19px;
	color: rgba(51, 51, 51, 0.5);
}

.productPage-price {
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	color: #00c0ff;
	margin: 0;
	padding-right: 20px;
}

.control-label {
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	margin-bottom: 13px;
}

.control-label:before {
	display: none;
}

.myselector {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	height: auto;
	border: 1px solid #E2E6E9;
	border-radius: 12px;
	background-color: #fff;
	font-size: 14px;
	line-height: 150%;
	color: #B0B9C1;
	cursor: pointer;
	box-shadow: none;
}

.myselector+svg {
	/* Default arrow rotation */
	transform: rotate(0deg);
	position: absolute;
	top: 8px;
	right: 16px;
}

.myselector.open+svg {
	/* Rotate the arrow when the select is open */
	transform: rotate(180deg);
}

.myselector.open {
	color: #333;
}

.myselector-wishlist {
	max-width: 265px;
	margin: 0 84px;
}

.wishlist-product__price {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wishlist-product__price .price .price-old {
	padding: 0;
}

.wishlist-product__price .price {
	display: flex;
	flex-direction: column;
}

.myfeatured-selector {
	width: 100%;
	max-width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	padding: 10px 15px 10px 38px;
	height: auto;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	background-color: #fff;
	background-image: url("../image/selector.svg"), linear-gradient(to bottom, #ffffff 0%, #fff 100%);
	background-repeat: no-repeat, repeat;
	background-position: left 20px top 50%, 0 0;
	background-size: 12px auto, 100%;
	font-size: 16px !important;
	line-height: 19px;
	color: #242931;
	cursor: pointer;
	box-shadow: none;
	margin: 0;
}

.myfeatured-selector option {
	width: 100%;
}

.myfeatured-selector:active,
.myfeatured-selector:focus,
.myfeatured-selector:focus:active {
	outline: 0;
	box-shadow: none;
	border: 1px solid #eaeaea;
}

.counter-wrapper {
	display: flex;

}

.counter-wrapper__product {
	gap: 30px;
	align-items: center;
}

.product-thumb__featured {
	width: 250px;
}

.counter-wrapper__featured {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	height: 27px;
}

.counter-featured {
	width: 47px !important;
	height: 27px !important;
}

.counter-btn__featured {
	width: 27px !important;
	height: 27px !important;
}

#product {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media (max-width:500px) {
	#product .form-group {
		order: 1;
	}

	#product>*:last-child {
		order: 3;
	}
}




#product .option_disabled {
	position: relative;
	filter: grayscale(100%);
}

#product .option_disabled::before {
	content: "";
	background: url(../image/ui/option_disabled.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

#product .option_disabled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(224, 230, 235, 0.40);
	z-index: 0;
}

.size-option .radio label>div {
	display: block !important;
	color: #E7E7E7;
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding: 16px 17px 17px 16px;
}

.size-option .radio:hover label>div {
	border-radius: 10px;
	outline: 1.5px solid #E7E7E7;
}

.size-option .radio label>div.option_selected {
	border-radius: 10px;
	outline: 1.5px solid #00C0FF;
}

/* Counter buttons  */
#counters_buttons {
	display: flex;
	align-items: center;
	gap: 12px;
}

#counters_buttons div {
	border-radius: 50px;
	border: 1px solid #F0F2F4;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ACB5BD;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	padding: 12px 18px;
	cursor: pointer;
}

#counters_buttons div.counter_button_checked {
	background-color: #00c0ff;
	color: white;
}

.myselector-featured {
	width: 100%;
	padding: 8px 16px 8px 20px;
}

.myselector-featured:hover {
	border: 1px solid #00C8FF;
}

.myselector-featured:focus {
	border: 1px solid #00C8FF;

}

.prices-wrapper {
	margin-top: 20px;
}

.counternbuttoncart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 12px 0;
}

/* .product-right ul{
	margin-bottom: 0px;
} */

.counter {
	width: 60px;
	height: 45px;
	border: unset;
	box-shadow: none;
	text-align: center;
	font-size: 16px;
	color: #333333;
	background: #FAFAFA;
}

.counter-btn {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	border: none;
	background: #FAFAFA;
	font-size: 16px;
	font-weight: lighter;
	padding: 0;
}

.counter-btn__featured {
	width: 27px;
	height: 100%;
	border-radius: 100%;
	border: none;
	background: #FAFAFA;
	font-size: 16px;
	font-weight: lighter;
	padding: 0;
}

.counter__featured {
	width: 47px;
	height: 100%;
}

.down_count {
	border-radius: 50px 0px 0px 50px;
	background: #FAFAFA;
}

.up_count {
	border-radius: 0px 50px 50px 0px;
}

.productToCart {
	color: #fff;
	background: #00c0ff;
	display: inline-block;
	border: 2px solid #00c0ff;
	border-radius: 100px;
	padding: 18px 60px;
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	transition: all 0.2s;
}

.productToCart:hover {
	color: #00c0ff;
	background-color: #fff;
	transition: all 0.2s;
	border: 2px solid #00c0ff;
}

.productToCart-wishlist {
	margin: 0 30px;
	padding: 0;
	display: flex;
	align-items: center;
	border: none;
	background-color: transparent;
}

.productToCart-wishlist div {
	padding: 0 15px;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	opacity: 0.7;
}

.productToCart-wishlist img {
	width: 29px;
	height: 25px;
}

.productToCart-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
}

.product-right .price-old {
	text-decoration: line-through;
	font-size: 22px;
	line-height: 24px;
	color: rgba(51, 51, 51, 0.7);
	font-weight: normal;
}

.product-right .list-unstyled {
	display: flex;
	align-items: center;
}

.product-availability {
	font-size: 16px;
	line-height: 19px;
	/* color: #67ca5f; */
	padding: 0 20px;
}

.aboutThisItem {
	display: flex;
	margin-top: 35px;
}

.aboutThisItem__description,
.aboutThisItem__attributes {
	width: 50%;
}

.aboutThisItem__attributes {
	padding-right: 15px;
}

.aboutThisItem__description {
	padding-left: 15px;
}

.aboutThisItem__attributes-content-row {
	display: flex;
}

.aboutThisItem__attributes-title,
.aboutThisItem__description-title {
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	margin-bottom: 15px;
}

.aboutThisItem__attributes-content-name {
	width: 100px !important;
	min-width: 100px;
	font-size: 14px;
	line-height: 24px;
	color: rgba(51, 51, 51, 0.5);
}

.aboutThisItem__attributes-content-descr a {

	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.aboutThisItem__description-content {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

/* .form-group{
	margin-bottom: 50px;
} */
/********************************************************** CATEGORY PAGE **********************************************************/

.category-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	padding: 0 20px;
}

.category-top h1 {
	color: #333;
	font-size: 38px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 0;
	/* 53.2px */
}

.category-sort {
	display: flex;
	align-items: center;
}

.category-sort .form-group {
	margin-bottom: 0;
}

.category-heading {
	font-weight: 800;
	margin: 0;
	font-size: 36px;
	line-height: 44px;
	color: #333333;
}

.category-heading-mobile {
	display: none;
	font-weight: 800;
	margin: 0;
	font-size: 36px;
	line-height: 44px;
	color: #333333;
	text-align: center;
}

.category-sort__opt {
	align-self: center;
}

.category-sort__opt,
.category-sort__opt-mobile {
	font-size: 16px;
	line-height: 19px;
	color: rgba(51, 51, 51, 0.5);
	margin: 0 25px;
}

.category-sort__type {
	margin-left: 25px;
	min-width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.category-sort__output,
.category-sort__output-mobile {
	margin-left: 25px;
}

.list-view {
	background-image: url(../image/list-view.svg);
	background-size: contain;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	margin-left: 20px;
}

.grid-view {
	background-image: url(../image/grid-view.svg);
	background-size: contain;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
}

.grid-view-active {
	background-image: url(../image/grid-view-active.svg);
	background-size: contain;
	width: 30px;
	height: 30px;
}

.list-view-active {
	background-image: url(../image/list-view-active.svg);
	background-size: contain;
	width: 30px;
	height: 30px;
}

.prices-wrapper__list {
	display: flex;
	flex-direction: row;
}

.prices-wrapper__list .price-old {
	padding: 0;
}

.counter-btn__category-list {
	width: 28px;
	height: 28px;
}

.counter__category-list {
	height: 28px;
	width: 50px;
}

.category-product-image {
	width: 100%;
	border-radius: 15px;
	overflow: visible;
	position: relative;
}

.category-product-image img {
	width: 100%;
	border-radius: 6px;
}

.product-grid {
	margin-bottom: 40px;
	padding-right: 7px;
	padding-left: 7px;
}




.category-sort__type,
.category-sort__type-mobile {
	position: relative;
}

.category-sort__type svg,
.category-sort__type-mobile svg {
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
}

.category-sort__type select:focus+svg,
.category-sort__type-mobile select:focus+svg {
	transform: rotate(180deg);
	translate: 0 -50%;
}

.category-sort__type select:focus,
.category-sort__type-mobile select:focus {
	color: #333;
}

.category-sort__type,
.category-sort__type-mobile {
	background-color: #fff;
	border-radius: 50px;
	overflow: hidden;
	border: 1px solid #E0E6EB;
	padding: 12px 20px;
}

.category-sort__type .selector__category,
.category-sort__type-mobile .selector__category {
	width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	color: #B0B9C1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	border: none;
	cursor: pointer;
	box-shadow: none;
}

.selector__category {
	padding-left: 5px;
}



.category-sort__output-mobile,
.category-sort__type-mobile {
	display: none;
}

/********************************************************** Breadcrumbs **********************************************************/
.breadcrumb>li+li::before {
	content: none;
}

.breadcrumb {
	display: flex;
}

.breadcrumb>li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-shadow: none;
	padding: 0 12px;
	border-right: 1px solid #ACB5BD;
}

.breadcrumb>li:first-child {
	padding-left: 0;
}

.breadcrumb>li:last-child {
	padding-right: 0;
	border-right: unset;
}

.breadcrumb>li a {
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%;
	color: #ACB5BD;
}

/********************************************************** SEO **********************************************************/

.moreText {
	display: none;
}

.displaySeoText {
	display: inline;
}

.seo-container {
	width: 100%;
}

.seo-main {
	font-weight: 800;
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	margin-top: 25px;
}

.seo-container p {
	font-size: 16px;
	color: #333333;
	margin-top: 25px;
}

.moreBtn {
	font-weight: 800;
	display: inline-block;
	max-width: 200px;
	border: 2px solid #00c0ff;
	background: #fff;
	border-radius: 100px;
	margin-top: 15px;
	padding: 8px 40px;
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}

.moreBtn:hover {
	color: #fff;
	background: #00c0ff;
	transition: all 0.2s;
}

/********************************************************** Wishlist Page **********************************************************/

.wishlist-product__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}

.wishlist-product__container:last-child .wishlist-product__right {
	border-bottom: 1px solid #f6f6f6;
}

.wishlist-product__all {
	margin-bottom: 150px;
}

.account-wishlist h2 {
	font-weight: 800;
	margin: 0 0 35px 0;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.01em;
}

.wishlist-product__thumb {
	margin-right: 30px;
}

.wishlist-product__remove {}

.counter-wrapper__featured-my {
	margin-right: 84px;
}

.wishlist-product__thumb img {
	height: 80px;
	width: 80px;
	overflow: hidden;
	border-radius: 15px;
}

.wishlist-product__remove img {
	width: 26px;
	height: 23px;
}

.wishlist-product__left,
.wishlist-product__right {
	display: flex;
	align-items: center;
}

.wishlist-product__right {
	width: 100%;
	height: 100%;
	justify-content: space-between;
	border-top: 1px solid #f6f6f6;
}

.wishlist-product__right-prodAct {
	display: flex;
}

.wishlist-product__right-prodinfo {
	display: flex;
	flex-direction: column;
}

.wishlist-product__name a {
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}

.wishlist-product__code {
	font-size: 14px;
	line-height: 17px;
	color: rgba(51, 51, 51, 0.5);
	padding: 7px 0;
}

.wishlist-product__toCart {
	background-color: transparent;
	border: none;
	padding: 0;
}

/********************************************************** Cart Page **********************************************************/
.cart-product__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
}

.cart-product__mobile-container {
	display: none;
}

.mycart {
	margin-bottom: 50px;
}

.cart-product__h1 {
	font-weight: 800;
	margin: 0 0 35px 0;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.01em;
}

.cart-product__thumb {
	margin-right: 25px;
}

.cart-product__thumb img {
	height: 80px;
	width: 80px;
	overflow: hidden;
	border-radius: 15px;
}

.cart-product__left {
	min-width: 105px;
}

.cart-product__right {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #f6f6f6;
}

.cart-product__container:last-child .cart-product__right {
	border-bottom: 1px solid #f6f6f6;
}

.cart-product__namencode {
	display: flex;
}

.cart-product__namencode-left {
	display: flex;
	flex-direction: column;
	min-width: 200px;
	width: 200px;
}

.cart-product__namencode-right {
	display: none;
}

.cart-product__name {
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}

.cart-product__code {
	font-size: 14px;
	line-height: 17px;
	color: rgba(51, 51, 51, 0.5);
	padding: 7px 0;
}

.cart-product__color {
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	min-width: 200px;
	width: 200px;
}

.cart-product__price,
.cart-product__total {
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	text-align: center;
	width: 100px;
	min-width: 100px;
	text-align: center;
}

.cart-product__total {
	margin: 0 30px;
}

.update_cart {
	display: flex;
	align-items: center;
}

.cart-product__counter {
	display: flex;
	gap: 11px;
}

.counter-btn__cart {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	border: none;
	background: #f6f6f6;
	font-size: 16px;
	font-weight: lighter;
}

.counter__cart {
	width: 50px;
	height: 28px;
	border: 1px solid #eaeaea;
	box-shadow: none;
	border-radius: 100px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}

.cart-product__remove {
	background-color: transparent;
	border: none;
	padding: 0 5px !important;
}

.cart-product__columns {
	width: 100%;
	padding-left: 105px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	display: none;
}

.cart-product__others {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-left: 30px;
}

.empty-col__remove {
	width: 37px;
}

.empty-col__img {
	width: 105px;
}

.cart-product__colname {
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	opacity: 0.5;
}

.name-column {
	width: 20%;
}

.price-column,
.total-column {
	width: 10%;
	text-align: center;
}

.color-column {
	width: 25%;
}

.counter-column {
	width: 122px;
	text-align: center;
}

.cart-product__sum-container {
	display: flex;
	flex-direction: column;
}

.cart-product__sum-wrapper,
.cart-product__min-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.cart-product__sum-text {
	font-size: 20px;
	line-height: 22px;
	color: #333333;
}

.cart-product__sum-text span {
	font-weight: 700;
}

.cart-product__sum-old {
	color: #333;
	font-family: "Proxima Nova";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	text-decoration-line: line-through;
}

.cart-product__sum {
	font-weight: 800;
	font-size: 26px;
	line-height: 22px;
	letter-spacing: -0.01em;
	color: #00c0ff;
}

.cart-product__min-wrapper {
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	opacity: 0.7;
}

.cart-product__min-wrapper span {
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.01em;
	color: #ff6472;
	margin-right: 15px;
}

.information_cart {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	margin-bottom: 30px;
}

.information_cart span {
	font-weight: 800;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: -0.01em;
	color: #ffffff;
	margin-right: 15px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: yellow;
	border-radius: 20px;
}

.cart-product__mainbtns {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cart-product__mainbtns-cont {
	font-weight: 800;
	padding: 18px 60px;
	background: #ffffff;
	border: 2px solid #00c0ff;
	border-radius: 100px;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	transition: all 0.3s;
}

.cart-product__mainbtns-chout {
	font-weight: 800;
	padding: 18px 60px;
	background: #00c0ff;
	border: 2px solid #00c0ff;
	border-radius: 100px;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	transition: all 0.3s;
}

.cart-product__mainbtns-cont:hover,
.cart-product__mainbtns-chout:hover {
	background: #00c0ff;
	color: #fff;
	transition: all 0.3s;
}

.notminprice {
	background: #c2c2c2;
	border: 2px solid #c2c2c2;
	color: #fff;
	cursor: not-allowed !important;
}

.notminprice:hover {
	color: #fff;
	background: #c2c2c2;
}

.cart-product__sum-container {
	margin-bottom: 25px;
}

/********************************************************** Registration Page **********************************************************/
.mysimple-container {
	max-width: 800px;
	margin: 0 auto;
}

.simpleregister {
	max-width: 800px;
	margin: 0 auto;
}

.simpleregister .simpleregister-block-content {
	padding: 0;
}

.row-register_newsletter {
	display: flex;
	align-items: center;
}

.myregistration-greetings {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.myregistration-greetings__title {
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.01em;
	color: #333333;
	margin: 0;
}

.myregistration-greetings__have {
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	color: rgba(51, 51, 51, 0.7);
	margin: 0;
}

.myregistration-greetings__have-enter {
	font-weight: 800;
	color: #00c0ff;
	text-decoration-line: underline;
	padding-left: 5px;
}

.myinput-container {
	position: relative;
	margin-bottom: 30px;
	flex: 1 0 270px;
}

/* .myinput-container:first-child {
	margin-top: 30px;
} */
.myinput {
	width: 100%;
	border-bottom: 1px solid #B8B8B8;
	padding: 6px 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	outline: none;
	transition: all ease-in-out 0.2s;
}

.myinput:focus {
	border-bottom: 2px solid #00c0ff;
	border-color: #00c0ff;
	transition: all ease-in-out 0.2s;
}

.mylabel {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	opacity: 0.7;
	transition: all ease-in-out 0.2s;
	font-weight: normal;
}

.mylabel:hover {
	cursor: text;
}

/* Overwritting bootstrap highlight on focus  */
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.myinput:focus+.mylabel {
	top: -5px;
	color: #00c0ff;
	font-size: 14px;
	line-height: 17px;
	transition: all ease-in-out 0.2s;
}

.hascontent {
	top: -5px;
	color: #333333;
	font-size: 14px;
	line-height: 17px;
}

.myinput-policy {
	align-items: center;
	order: 1;
}

.row-customer_field38,
.row-customer_register {
	display: flex;
	align-items: flex-start;
	/* margin-top: 35px; */
	flex: 1 0 100%;
	/*	margin-left: 16px;*/
	flex-direction: column;
}

.row-customer_field38 .myinput-policy,
.row-customer_register .myinput-policy {
	margin-left: unset;
}

.row-customer_field38>label,
.row-customer_register>label {
	position: static;
}

.myinput-policy+.mylabel {
	margin-top: 15px;
	letter-spacing: -0.01em;
	opacity: 1;
	width: auto;
	display: block;
	order: 0;
	transform: none;
}

.row-customer_field38 {
	flex: 1 0 100%;
	/*	margin-left: 15px;*/
	margin-top: 15px;
	margin-bottom: 45px !important;
}

.row-customer_field38 label {
	font-weight: 400 !important;
	font-size: 14px;
	line-height: 17px;
	color: #000000;

}

.myinput-policy .radio {

	padding-top: 35px;
	margin-top: -29px;
}


.myradio {
	cursor: pointer;
}

.myinput-policy .myradio {
	margin: 0;
	padding: 0;
	min-height: unset;
	cursor: pointer;
	margin: 5px;
}

.row-register_customer_group_id .myradio {
	margin: 29px;
}

.row-register_customer_group_id #myradio-label {
	width: auto;
	height: auto;
}

#register_customer_group_id_0 {
	right: 93%;
	position: absolute !important;
}

#register_customer_group_id_1 {
	left: -65%;
	position: absolute !important;

}

#myradio-label {
	display: flex;
	align-items: center;
	width: 66px;
	height: 29px;
	padding: 0;
	justify-content: center;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
}

.myradio-label {
	font-size: 13px;
	line-height: 17px;
	color: #333333;
}

.myradiobtn {
	position: relative;
	margin: 0;
	-webkit-appearance: button;
	-moz-appearance: button;
	-o-appearance: button;
	-ms-appearance: button;
	appearance: button;
	background-color: transparent;
	width: 100%;
	height: 100%;
	border: 2px solid #eaeaea;
	border-radius: 100px;
	z-index: 100;
	cursor: pointer;
}

.myradiobtn:checked {
	border: 2px solid #00c0ff;
}

.myradiobtn {
	/* top: 50%;
	transform: translateY(-50%); */
	position: relative !important;
	margin: 0 !important;
	-webkit-appearance: button;
	/* WebKit */
	-moz-appearance: button;
	/* Mozilla */
	-o-appearance: button;
	/* Opera */
	-ms-appearance: button;
	/* Internet Explorer */
	appearance: button;
	/* CSS3 */
	background-color: transparent;
	width: 66px;
	height: 29px;
	border: 2px solid #eaeaea;
	border-radius: 100px;
	z-index: 100;
	cursor: pointer;
}

.myradiobtn:checked {
	border: 2px solid #00c0ff;
}

/* #customer_telephone + .mylabel {
	width: 100%;
} */

.row-customer_telephone {
	cursor: text;
}

.myinput-policy .myradio label {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.myinput-policy {
	margin-left: 28%;
	display: flex;
}

@media (max-width: 460px) {
	.myinput-policy {
		margin-left: 50%;
	}
}

.black_friday_banner .top_banner {
	background: url("https://talvi-ukraine.com/image/catalog/banner_blf.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	height: 540px;
	position: relative;

}

.black_friday_banner .button_info {
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translate(-50%, 0);
}

.black_friday_banner .button_info a {
	background: #00C0FF;
	border-radius: 54px;
	border: 2px solid transparent;
	outline: none;
	padding: 19px 30px;
	cursor: pointer;
	transition: 300ms;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.02em;
	color: #ffffff;
	text-decoration: none;
	transition: 300ms;
}

.black_friday_banner .button_info a:hover {
	background: #ffffff;
	color: #000000;
	border: 2px solid #00C0FF;
}

.black_friday_banner .counter_timer {
	background: #00C0FF;
	padding: 50px 0;
	text-align: center;
}

.black_friday_banner .block_content {
	background: #202E33;
	padding: 70px 160px;
}

.black_friday_banner .block_content .title {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	font-family: "ProximaNovaBlack";
}

.black_friday_banner .block_content .text {
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	margin: 16px 0;
}

.black_friday_banner .counter_timer {
	display: flex;
	justify-content: center;
	align-content: center;
}

.black_friday_banner .counter_timer .title {
	font-style: normal;
	font-weight: 600;
	font-size: 38px;
	line-height: 46px;
	letter-spacing: 0.01em;
	color: #FFFFFF;

}

.black_friday_banner .timer__items {
	display: flex;
	font-size: 48px;
}

.black_friday_banner .timer__item {
	position: relative;
	min-width: 60px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 15px;
	text-align: center;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	font-size: 121px;
	letter-spacing: 0.01em;
}

.black_friday_banner .timer__item::before {
	content: attr(data-title);
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	font-size: 14px;
}

.black_friday_banner .timer__item:not(:last-child)::after {
	content: ':';
	position: absolute;
}

@media (max-width: 680px) {
	.black_friday_banner .timer__item {
		position: relative;
		min-width: auto;
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom: 15px;
		text-align: center;
		color: #ffffff;
		font-style: normal;
		font-weight: normal;
		font-size: 29px;
		letter-spacing: 0.01em;
	}

	.black_friday_banner .counter_timer .title {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.black_friday_banner .top_banner {
		height: 200px;
	}

	.black_friday_banner .counter_timer .timer {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.black_friday_banner .block_content {
		padding: 70px 20px;
	}
}


#popup_cart {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	transition: all 350ms ease-in-out;
	background-color: rgba(51, 51, 51, .5);
}

#popup_cart.show {
	z-index: 9999;
	opacity: 1;
}

#popup_cart .popup-inner {
	width: 400px;
	height: auto;
	background-color: #ffffff;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	transition: width 475ms ease-out, transform 450ms ease;
	border-radius: 20px;
}

#popup_cart .search_form {
	max-width: 990px;
	margin: 60px auto;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}

#popup_cart .search_form .title {
	font-size: 29px;
	font-weight: 700;
	font-family: "ProximaNovaBlack";
}

#popup_cart .search_form .text {
	margin: 20px 0;
	font-size: 18px;
}

#popup_cart .search_form .button_tel {
	margin-top: 30px;
}

#popup_cart .search_form .button_tel a {
	padding: 16px 25px;
	border-radius: 30px;
	color: #000;
	text-transform: uppercase;
	border: 2px solid #00BFFE;
	font-weight: bold;
	transition: 300ms;
	background: #fff;
	display: inline-block;
}

#popup_cart .search_form .button_tel a:hover {
	color: #fff;
	background: #00BFFE;
}

@media (max-width: 460px) {
	#popup_cart .popup-inner {
		width: 85%;
	}
}

body.hidden {
	overflow: hidden;
	padding-right: 17px;
}

.slider_wrapper {
	widows: 100%;
	height: 540px;
	overflow: hidden;
	background: #8AE2FF url('https://talvi-ukraine.com/image/catalog/bg_img_banner.PNG') no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	position: relative;
}

.slider_wrapper .bg_img_1 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.slider_wrapper .bg_img_2 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.slider_wrapper .image_big {
	position: absolute;
	left: 67px;
	top: 43px;
}

.slider_wrapper .image_small {
	position: absolute;
	left: 67px;
	top: 43px;
}

.slider_wrapper .image_small p {
	text-align: center;
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
	line-height: 93.8%;
	color: #FFFFFF;
	margin: 0px;
}


.slider_wrapper .image_big img {
	width: 93%;
}

.slider_wrapper .overlay_text {
	width: 582px;
	height: auto;
	position: absolute;
	right: 14px;
	top: 100px;
}

.slider_wrapper .overlay_text .big_text {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 800;
	font-size: 52px;
	line-height: 110%;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 448px;

}

.slider_wrapper .overlay_text .medium_text {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 96.8%;
	letter-spacing: -0.027em;
	color: #0056B2;
	width: 360px;

}

.big-smaller-text {
	font-size: 36px;
	margin-left: 14px;
}

.slider_wrapper .overlay_text .mini_text {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 550;
	font-size: 15px;
	line-height: 17px;
	color: #FFFFFF;
	width: 448px;
}

.slider_wrapper .overlay_text .button_slider {
	text-align: left;
	margin-top: 53px;
	margin-left: 307px;

}

.slider_wrapper .overlay_text .button_slider a {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 17px;
	letter-spacing: 0.02em;
	color: #000000;
	background: #FFEC97;
	border-radius: 54px;
	border: none;
	outline: none;
	padding: 19px 30px;
	cursor: pointer;
	transition: 300ms;
}

.slider_wrapper .overlay_text .button_slider a:hover {
	color: #ffffff;
	background: #ffffff;
}

@media (max-width: 1299px) {
	.slider_wrapper .image_big {
		left: 0;
	}

	.slider_wrapper .image_big img {
		width: 93%;
	}

	.slider_wrapper .overlay_text {
		right: 60px;
	}
}

@media (max-width: 1199px) {
	.slider_wrapper .image_big {
		left: 0;
	}

	.slider_wrapper .image_big img {
		width: 440px;
		height: auto;
	}

	.slider_wrapper .overlay_text {
		right: 60px;
	}
}

@media (max-width: 768px) {
	.slider_wrapper .overlay_text .big_text {
		font-size: 29px;
		text-align: right;
	}

	.slider_wrapper .overlay_text .mini_text {}
}

@media (max-width: 500px) {
	.slider_wrapper .overlay_text {
		width: 100%;
		height: auto;
		position: absolute;
		right: 0;
		top: 50px;
		left: 20px;
	}

	.slider_wrapper .image_small {
		left: 21px;
		top: 88%;
	}

	.slider_wrapper .overlay_text .medium_text {
		width: 346px;
		position: absolute;
	}

	.slider_wrapper .image_small p {
		display: block;
		width: 50%;
		font-size: 8px;
	}

	.slider_wrapper .image_small img {
		width: 50%;
	}

	.big-smaller-text {
		font-size: 29px;
	}

	.slider_wrapper .overlay_text .big_text {
		font-size: 29px;
		text-align: left;
		position: absolute;
		width: 90%;
		top: 85px;
	}

	.slider_wrapper .overlay_text .mini_text {
		text-align: left;
		position: absolute;
		top: 160px;
		width: 321px;
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 15px;
	}

	.slider_wrapper .overlay_text .mini_text p:first-child {
		width: 81%;
		display: block;
	}

	.slider_wrapper .overlay_text .mini_text p:last-child {
		width: 66%;
		display: block;
	}

	.slider_wrapper .overlay_text .button_slider {
		text-align: center;
		margin: 0px;
		top: 362px;
		position: absolute;
	}

	.slider_wrapper .image_big {
		left: 33%;
		top: 53%;
	}

	.slider_wrapper .image_big img {
		width: 136%;
	}

	.slider_wrapper .overlay_text .button_slider a {
		letter-spacing: 0.01em;
		font-size: 14px;
		padding: 14px 20px;
	}
}


.simpleregister-button-right {
	display: flex;
	align-items: center;
}

#agreement_checkbox__label {
	/* display: flex !important;
	align-items: center; */
	min-height: unset;
	font-size: 12px;
	line-height: 150%;
	color: #c3c3c3;
}

#mycheckbox {
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
}

.mypolicy {
	text-decoration-line: underline;
	font-size: 12px;
	line-height: 150%;
	color: #c3c3c3;
}

.simpleregister-button-block {
	padding: 0 !important;
}

.simpleregister-button-right {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.confirmRegistrationBtn {
	font-weight: 800;
	padding: 18px 60px;
	background: #00c0ff;
	border: 2px solid #00c0ff;
	border-radius: 100px;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	transition: all 0.3s;
}

.confirmRegistrationBtn:hover {
	background: #00c0ff;
	border: 2px solid #00c0ff;
	color: #fff;
	transition: all 0.3s;
}

/* #register_telephone {
	pointer-events: none;
} */
.row-register_telephone {
	cursor: text;
}

.row-register_telephone label {
	width: 100%;
}

/********************************************************** Login Page **********************************************************/
.mylogin-content #content {
	min-height: unset;
}

.my-login {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 120px;
	/* margin-right: 0;
	margin-left: 0; */
}

.my-login__greetings,
.my-login__greetings-noacc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.my-login__greetings-title {
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.01em;
	color: #333333;
	margin: 0;
}

.my-login__greetings-noacc-text {
	font-size: 16px;
	line-height: 19px;
	color: rgba(51, 51, 51, 0.7);
}

.my-login__greetings-noacc-link {
	font-weight: 800;
	color: #00c0ff;
	text-decoration-line: underline;
	font-size: 16px;
	line-height: 19px;
	padding-left: 10px;
}

.my-login__wrapper {
	display: flex;
	justify-content: space-between;
	margin: 70px 0;
}

.my-login .my-login__wrapper {
	gap: 40px;
}

.my-login .myinput-container {
	flex: unset;
}

@media (max-width: 500px) {
	.new_forgot_pass {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
}


.my-login__wrapper .myinput-container {
	margin: 0;
	width: 380px;
}

.myforgotten {
	position: absolute;
	bottom: -23px;
	right: 0;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	opacity: 0.5;
}

.confirmLoginBtn-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.confirmLoginBtn {
	font-weight: 800;
	padding: 18px 102px;
	background: #00c0ff;
	border: 2px solid #00c0ff;
	border-radius: 100px;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	transition: all 0.3s;
}

.confirmLoginBtn:hover {
	background: #00c0ff;
	border: 2px solid #00c0ff;
	color: #fff;
	transition: all 0.3s;
}

/********************************************************** Account Page **********************************************************/
.myacc-container {
	max-width: 400px;
	margin: 0 auto;
	border: 1px solid #f2f2f2;
	border-radius: 15px;
}

.myacc-wrapper {
	padding: 40px;
}

.mysimple-container h1 {
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.01em;
	color: #333333;
	margin-bottom: 30px;
	margin-top: 0;
}

.myacc-sec__title {
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.01em;
	color: #333333;
}

.simpleregister-button-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.mybutton-save {
	font-weight: 800;
	padding: 18px 84px;
	background: #00c0ff;
	border: 2px solid #00c0ff;
	border-radius: 100px;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
}

.mybutton-save:hover {
	background: #00a8ff;
	border: 2px solid #00a8ff;
	color: #fff !important;
}

.myacc-list__item-wrapper {
	padding: 7px 0;
}

.myacc-list__item {
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}

.btn-primary {
	font-weight: 700;
	padding: 18px 84px !important;
	background: #00C8FF !important;
	border: 2px solid #00C8FF !important;
	border-radius: 100px !important;
	font-size: 18px !important;
	line-height: 140% !important;
	color: #fff !important;

}

.btn-primary:hover {
	background: #55DAFF !important;
	border: 2px solid #55DAFF !important;
	color: #fff !important;
}

.btn-primary:focus {
	background: #00C8FF !important;
	border: 2px solid #00C8FF !important;
	color: #fff !important;
}

/********************************************************** Chekout Page **********************************************************/
/* .simplecheckout-step {

} */
.mysimple-cart__overview {
	padding: 20px;
	/*	width: 460px;*/
	max-width: 460px;
	/*	min-width: 460px;*/
	max-height: 600px;
	overflow-y: scroll;
	position: relative;
	background: white;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.simplecheckout-left-column,
.simplecheckout-right-column {
	width: 100%;
}

.myscheckout-cont {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-family: 'Montserrat' !important;
	overflow: visible;
}

.simplecheckout-left-column {
	order: 0;
}

.simplecheckout-step {
	order: 1;
}

.mysimple-checkout__topheading-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #f2f2f2;
}

.simplecheckout-rl-column__cont {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 686px;
}

#simplecheckout_customer .form-horizontal {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 45px;
}

#simplecheckout_shipping_address {
	width: 100%;
	margin-top: 40px;
}

#simplecheckout_shipping_address .select2 {
	width: 100% !important;
}

.checkout-heading-button a {
	text-align: right;
	text-decoration-line: underline;
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 7777;
}

.mysimplelogin-popup__wrapper {
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
	margin: 40px 0;
}

.myinput-container__popup {
	width: 380px;
	margin-bottom: 30px !important;
}

.mysimplelogin-popup__forgotten {
	position: absolute;
	bottom: -27px;
	right: 0;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	opacity: 0.5;
}

.temp_popup_container {
	height: 100%;
}

.mylabel-popup {
	margin: 0;
	z-index: -1;
}

.myinput-popup {
	background-color: transparent;
}

#simple_login_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#simple_login_header img {
	margin-bottom: auto;
}

.simplecheckout_button_wrapper {
	margin: 30px 0;
}

.mysimplelogin-popup__fieldset {
	display: flex;
	flex-direction: column;
}

#simplecheckout_button_login {
	font-weight: 800;
	padding: 18px 84px;
	background: #00c0ff;
	border: 2px solid #00c0ff;
	border-radius: 100px;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	transition: all 0.3s;
}

#simplecheckout_button_login:hover {
	background: #00c0ff;
	border: 2px solid #00c0ff;
	color: #fff;
	transition: all 0.3s;
}

.simple_login_header-entrance {
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	color: #333333;
}

/* .myinput-container .row-shipping_address_address_1{
	margin-top: 0;
} */
/* .mysimple-cart__overview::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.mysimple-cart__overview::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
} */
/* .simplecheckout{
	display: flex;
} */
.mysimple-checkout__topheading {
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #f2f2f2;
}

.mysimple-checkout__container {
	display: flex;
	justify-content: space-between;
}

.mysimple-checkout__wrapper {
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-direction: column;
}

#comment {
	width: 100%;
}

.mycheckout-product__info {
	display: flex;
	margin-bottom: 15px;
}

.mycheckout-product__info-text {
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
}

/* .mysimple-cart__overview {
	border-bottom: 1px solid #F2F2F2;
} */
.mysimple-cart__overview:last-child .mycheckout-product__info-text {
	border-bottom: none;
}

.mycheckout-product__numntotal {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 10px 0 20px 0;
}

.mycheckout-product__name {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #333333;
}

.mycheckout-product__color {
	font-size: 14px;
	line-height: 17px;
	color: #333333;
}

.mycheckout-product__code {
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	margin: 7px 0;
	opacity: 0.5;
}

.mycheckout-product__thumb {
	padding-right: 20px;
	min-width: 80px;
	min-width: 100px;
	height: 80px;
}

.mycheckout-product__thumb img {
	border-radius: 15px;
	overflow: hidden;
}

.mycheckout-product__quantity {
	font-size: 16px;
	line-height: 150%;
	color: #333333;
}

.quantity_text {
	opacity: 0.5;
}

.mycheckout-product__total {
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}

.mysimple-cart__head-block {
	/* padding: 20px; */
	margin: 20px;
	border-radius: 15px;
	/*	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);*/
	position: relative;
	z-index: 1;
	background: white;
}

.mycheckout-product__totalall-title {
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}

.mycheckout-product__totalall {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	padding: 20px 0px;
	border-bottom: 1px solid #E7E7E7;
}

.mycheckout-product__totalall-value {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #333333;
}

.mycheckout-product__mybtns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 150px;
}

.simplecheckout-button-left {
	margin-top: 50px;
	width: 283px;
}

.simplecheckout-button-right,
.simplecheckout-button-left {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mycheckout-product__changeOrder {
	background: #fff;
	border: 2px solid #00c0ff;
	border-radius: 100px;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 50px;
	max-width: 283px;
}

.mycheckout-product__changeOrder:hover {
	background: #fff;
	border: 2px solid #00c0ff;
	color: #000;
	transition: all 0.3s;
}

.mycheckout-product__order {
	font-weight: 800;
	padding: 18px 84px;
	background: #00c0ff;
	border: 2px solid #00c0ff;
	border-radius: 100px;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mycheckout-product__order span.background_order {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.mycheckout-product__order:hover {
	color: #fff !important;
}

.mycheckout-product__order:hover span.background_order {
	width: 225%;
	height: 330px;
}

.mycheckout-product__order:active {
	background: white;
	border: 2px solid #00c0ff;
}

.mycheckout-product__order span {
	text-align: center;
	white-space: nowrap;
}

/********************************************************** Information Contact Page **********************************************************/

.myinfo-contact__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px 0;
}

.myinfo-contact__form {
	width: 700px;
	max-width: 700px;
}

.myinfo-contact__form-namenemail {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.myinfo-contact__form-name,
.myinfo-contact__form-email {
	max-width: 330px;
	width: 330px;
	margin-bottom: 60px;
}

.myinfo-contact__form-input {
	width: 100%;
}

.myinfo-contact__form-comment {
	width: 100%;
	margin-bottom: 65px;
}

.myinfo-contact__form-textarea {
	width: 100%;
}

.myinfo-about__subtitle {
	font-size: 16px;
	line-height: 140%;
	color: #333333;
	opacity: 0.7;
	margin-top: 0;
	margin-bottom: 70px;
}

.working-time {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 170%;
	color: #333333;
	margin-bottom: 25px;
}

.working-time__text {
	font-weight: 800;
}

.myinfo-contact__title {
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	color: #333333;
	margin-bottom: 13px;
	margin-top: 0;
}

.myinfo-contact__tel {
	margin-bottom: 20px;
}

.myinfo-contact__tel a {
	font-weight: 800;
	font-size: 16px;
	line-height: 170%;
	color: #333333;
	margin-bottom: 8px;
}

.myinfo-contact__links a {
	margin-right: 15px;
}

.myinfo-contact__submit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.myinfo-contact__submit-btn {
	font-weight: 800;
	padding: 18px 84px;
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	background: #00c0ff;
	border-radius: 100px;
	border: none;
}

/********************************************************** Information FAQ Page **********************************************************/

.myinfo-faq__item-content {
	display: none;
}

.myinfo-faq__container {
	margin-bottom: 150px;
}

.myinfo-faq__item-active .myinfo-faq__item-content {
	display: block;
}

.myinfo-faq__item-trigger-cross img {
	transition: all 0.3s;
}

.myinfo-faq__item-active .myinfo-faq__item-trigger-cross img {
	transform: rotate(45deg);
	transition: all 0.3s;
}

.myinfo-faq__item-content-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 18px;
	line-height: 150%;
	color: #333333;
}

.myinfo-faq__item-content-left {
	max-width: 620px;
	padding-right: 20px;
}

.myinfo-faq__item-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 25px 0;
}

.myinfo-faq__item:not(last-child) {
	border-top: 1px solid #f2f2f2;
}

.myinfo-faq__item:last-child {
	border-bottom: 1px solid #f2f2f2;
}

.myinfo-faq__item-trigger {
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	color: #333333;
}

.myinfo-faq__item-trigger-title {
	padding-right: 30px;
}

/********************************************************** Information Shipment Page **********************************************************/

.myinfo-shipment__container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
	height: 100%;
}

.myinfo-shipment__bg {
	width: 100%;
	/* margin-left: 100px; */
}

.myinfo-shipment__bg img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.myinfo-shipment__data {
	/* width: 650px; */
	/* max-width: 650px; */
	/* min-width: 650px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 100px 20px 0;
}

.myinfo-shipment__data-item {
	display: flex;
	align-items: flex-start;
	padding: 35px 0 45px 60px;
}

.myinfo-shipment__data-item:not(:last-child) {
	border-bottom: 1px solid #f2f2f2;
}

.myinfo-shipment__data-item-text {
	margin-left: 39px;
}

.myinfo-shipment__data-item-text__title {
	font-weight: 800;
	font-size: 22px;
	line-height: 27px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 15px;
}

.myinfo-shipment__data-item-text__main p {
	font-size: 18px;
	line-height: 150%;
	color: #333333;
	margin-bottom: 15px;
}

.myinfo-shipment__data-item-text__main span {
	text-decoration-line: underline;
}

.myinfo-shipment__data-item-text__alert {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 15px;
	color: #c2c2c2;
	position: relative;
}

.myinfo-shipment__data-item-text__alert::before {
	content: "!";
	position: absolute;
	left: -15px;
	top: 0;
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.01em;
	color: #ff6472;
}

/********************************************************** Information About Us Page **********************************************************/
.myinfo-about__greetings {
	width: 100%;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.myinfo-about__greetings-left {
	max-width: 460px;
	margin-left: 60px;
}

.myinfo-about__greetings-left--head {
	font-weight: 800;
	font-size: 24px;
	line-height: 130%;
	color: #333333;
	margin-bottom: 15px;
}

.myinfo-about__greetings-left--text {
	font-size: 18px;
	line-height: 170%;
	color: #333333;
}

.myinfo-about__greetings-right {
	width: 46%;
	height: 100%;
}

.myinfo-about__greetings-right-normal {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.myinfo-about__greetings-right-mobile {
	display: none;
}

.myinfo-about__greetings-left-stats {
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
}

.myinfo-about__greetings-left-stats-el {
	display: flex;
	flex-direction: column;
	max-width: 172px;
}

.myinfo-about__greetings-left-stats-el:not(:last-child) {
	margin-right: 50px;
}

.myinfo-about__greetings-left-stats-num {
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.01em;
	color: #00c0ff;
	margin-bottom: 10px;
}

.myinfo-about__greetings-left-stats-descr {
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	opacity: 0.7;
}

.myinfo-about__whyus {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0;
}

.myinfo-about__whyus-highlight {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	max-width: 386px;
	width: 32.1%;
	height: 350px;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

/* 35% of height; same as head */
.myinfo-about__whyus-highlight-circle {
	position: absolute;
	z-index: 1;
	bottom: 65%;
	left: 50%;
	transform: translateX(-50%);
	width: 1500px;
	height: 1500px;
	border-radius: 100%;
}

/* 35% of height and 10% mb */
.myinfo-about__whyus-highlight-head {
	font-weight: 800;
	z-index: 7;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	max-width: 150px;
	text-align: center;
	width: 100%;
	height: 35%;
	display: flex;
	align-items: center;
	margin-bottom: 10%;
}

/* 45% of height and 10% mb */
.myinfo-about__whyus-highlight-body {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	max-width: 250px;
	text-align: center;
	width: 100%;
	height: 45%;
	display: flex;
	align-items: center;
	margin-bottom: 10%;
	padding: 0 10px;
}

.myinfo-about__howlong {
	width: 100%;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.myinfo-about__howlong-right {
	max-width: 460px;
	margin-right: 60px;
}

.myinfo-about__howlong-right-table {
	max-width: 460px;
	margin-right: 60px;
	width: 100%;
}

.myinfo-about__howlong-left {
	width: 46%;
	height: 100%;
}

.myinfo-about__howlong-left-normal {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.myinfo-about__howlong-left-mobile {
	display: none;
}

.myinfo-about__howlong-right--head {
	font-weight: 800;
	font-size: 24px;
	line-height: 130%;
	color: #333333;
	margin-bottom: 15px;
}

.myinfo-about__howlong-right--text {
	font-size: 18px;
	line-height: 170%;
	color: #333333;
}

.myinfo-about__offer {
	width: 100%;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0;
}

.myinfo-about__offer-left {
	display: flex;
	flex-direction: column;
	max-width: 540px;
	margin: 50px 0 70px 60px;
}

.sizes__howlong {
	width: 100%;
	background: #ffffff;
	border-radius: 15px;
	position: relative;
	margin-bottom: 40px;
}

.sizes__howlong-right {
	max-width: 460px;
	margin-right: 60px;
}



.sizes__howlong-left {
	height: 100%;
	display: flex;
	gap: 120px;
	margin-top: 60px;
}

.sizes__howlong-left .image svg {
	border-radius: 30px;
	box-shadow: 0px 7px 78.6px -9px rgba(0, 0, 0, 0.07);
	width: 100%;
	padding: 71px 0;
	height: 100%;
}

.sizes__howlong-left .instruction {
	display: flex;
	flex-direction: column;
	gap: 40px;
	flex: 0 0 459px;
}


.sizes__howlong-left .instruction h4 {
	color: #333;
	font-family: "Proxima Nova";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	/* 31.2px */
}

.sizes__howlong-left .instruction ol {
	counter-reset: li-counter;
	padding-inline-start: 0;
}

.sizes__howlong-left .instruction li {
	color: #333;
	font-family: "Proxima Nova";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	/* 27px */
	padding-bottom: 30px;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 24px;
	position: relative;
	overflow: hidden;
}

.sizes__howlong-left .instruction li::before {
	content: counter(li-counter);
	counter-increment: li-counter;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	border: 1px solid #E7E7E7;
	padding: 11px 16px 10px 16px;
	background-color: white;
	position: relative;
	z-index: 2;
}

.sizes__howlong-left .instruction li::after {
	content: '';
	position: absolute;
	top: 85px;
	left: -76.1px;
	width: 200px;
	height: 1px;
	background-color: #E7E7E7;
	transform: rotate(90deg);
	z-index: 1;
}

.sizes__howlong-left .instruction li:last-of-type:after {
	top: -54px;
}

.sizes__howlong-left .instruction li:last-of-type {
	margin-bottom: 0;
}

.sizes__title {
	margin-bottom: 30px !important;
	width: 870px;
	color: #333;
	font-family: "Proxima Nova";
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}

.sizes__howlong-left .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 366px;
}

/* Sizes adaptive */
@media (max-width:1200px) {
	.sizes__title {
		width: 100%;
	}
}



.myinfo-about__howlong-right--head {
	font-weight: 800;
	font-size: 24px;
	line-height: 130%;
	color: #333333;
	margin-bottom: 15px;
}

.myinfo-about__howlong-right--text {
	font-size: 18px;
	line-height: 170%;
	color: #333333;
}

.myinfo-about__offer {
	width: 100%;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0;
}

.myinfo-about__offer-left {
	display: flex;
	flex-direction: column;
	max-width: 540px;
	margin: 50px 0 70px 60px;
}

.myinfo-about__offer-left--head {
	font-weight: 800;
	font-size: 24px;
	line-height: 130%;
	color: #333333;
	margin-bottom: 25px;
}

.myinfo-about__offer-left--list {
	display: flex;
	flex-direction: column;
}

.myinfo-about__offer-left--list_el {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.myinfo-about__offer-left--list_el:hover.myinfo-about__offer-left--list_el img {
	transform: rotate(45deg);
	transition: all 0.2s;
}

.myinfo-about__offer-left--list_el:not(:last-child) {
	margin-bottom: 15px;
}

.myinfo-about__offer-left--list_el img {
	width: 13px;
	height: 13px;
	margin-right: 16px;
	transition: all 0.2s;
}

.myinfo-about__offer-left--list_el-text {
	font-size: 18px;
	line-height: 140%;
	color: #333333;
}

.myinfo-about__offer-right {
	height: 100%;
}

.myinfo-about__offer-right img {
	height: 100%;
	width: auto;
}

.myinfo-about__insta {
	margin-bottom: 90px;
}

.myinfo-about__insta-heading {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.myinfo-about__insta-heading h2 {
	font-weight: 800;
	font-size: 28px;
	line-height: 34px;
	color: #333333;
	margin: 0;
}

.myinfo-about__insta-heading a {
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #32c0ef;
	margin-left: 24px;
}

.myinfo-about__insta-photos {
	display: flex;
	justify-content: center;
}

.myinfo-about__insta-photos-cont {
	width: 21%;
	height: auto;
}

.myinfo-about__insta-photos-cont img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myinfo-about__insta-photos-cont:not(:first-child) {
	margin-left: -2px;
}

.myinfo-about__insta-photos-cont:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	overflow: hidden;
}

.myinfo-about__insta-photos-cont:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
}

.mobile-insta__infotalvi-wrapper {
	display: none;
}

table.razmerna_tablica {
	margin-bottom: 50px;
	border-collapse: separate;
}

.razmerna_tablica thead th {
	color: #333;
	font-family: "Proxima Nova";
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	text-align: left;
	padding: 20px 0 !important;
}

.razmerna_tablica tbody td {
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	text-align: center;
	padding: 20px 0 !important;
	border: 1px solid #ddd;
}

.razmerna_tablica tbody tr,
.razmerna_tablica thead tr {
	margin-top: 30px;
}

.razmerna_tablica thead tr {
	margin-top: 20px;
}

.razmerna_tablica thead tr th {
	border: 1px solid #E2E6E9 !important;
	text-align: center;
}

.razmerna_tablica thead tr th:first-child {
	border-top-left-radius: 30px;
}

.razmerna_tablica thead tr th:last-child {
	border-top-right-radius: 30px;
	background: #F6FDFF;
	border: 1px solid #00C8FF !important;
}

.razmerna_tablica tr td:last-child {
	background: #F6FDFF;
	border: 1px solid #00C8FF;
}

.razmerna_tablica tbody tr:last-child td:first-child {
	border-bottom-left-radius: 30px;
}

.razmerna_tablica tbody tr:last-child td:last-child {
	border-bottom-right-radius: 30px;
}


.razmerna_tablica tbody tr td.age {
	background: unset;
	border-radius: 50px;
	border: 1.5px solid #E7E7E7;
	padding: 12px 40px !important;
}

.razmerna_tablica tbody tr td.size {
	border-radius: 50px;
	background: #EEFBFF;
	text-align: center;
	padding: 12px 60px !important;
	border-top: unset;
}

.razmerna_tablica tbody tr td.age div {
	color: #707070;
	text-align: center;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	width: 207px;
}

.razmerna_tablica tbody tr td.size div {
	color: #00B1EB;

	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	width: 70px;
}

.table-hover>tbody>tr:hover {
	background-color: unset !important;
}

.sizes__howlong-right-table {
	flex: 0 1 700px;

}

.sizes__howlong-right-table .disclaimer {
	margin-bottom: 20px;

}

.sizes__howlong-right-table .disclaimer div {
	color: #B0B0B0;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 20px;
}

.sizes__howlong-right-table .disclaimer div::before {
	content: '';
	background-image: url(/catalog/view/theme/default/image/sizes_page/desclaimer.svg);
	flex: 0 0 20px;
	height: 20px;
	background-size: cover;
}


@media (max-width:1200px) {

	.razmerna_tablica thead tr th,
	.razmerna_tablica tbody td {
		display: none;
	}

	.razmerna_tablica thead tr th:first-child,
	.razmerna_tablica thead tr th:last-child,
	.razmerna_tablica tbody td:first-child,
	.razmerna_tablica tbody td:last-child {
		display: table-cell;
	}


	.sizes__howlong {
		flex-direction: column;
		align-items: center;
	}

	.sizes__howlong-right-table {
		flex: unset;
	}

	.sizes__howlong-left {
		flex: unset;
		display: flex;
		gap: 90px;
		align-items: center;
	}

	.sizes__howlong-left .image svg {
		width: auto;
		height: auto;
		padding: unset;
	}
}

@media (max-width:768px) {

	.razmerna_tablica tbody tr,
	.razmerna_tablica thead tr {
		gap: 40px;
		justify-content: center;
	}

	.sizes__howlong-right-table .disclaimer div {
		font-size: 14px;

	}
}

@media (max-width:600px) {
	.sizes__howlong-left {
		flex-direction: column;
		gap: 30px;
	}

	.sizes__howlong-left .instruction {
		margin-top: 0;
		gap: 0;
		flex: 0;
	}

	.razmerna_tablica thead tr th:first-of-type,
	.razmerna_tablica thead tr th,
	.razmerna_tablica tbody td,
	.razmerna_tablica tbody tr td.age div,
	.razmerna_tablica tbody tr td.size div {
		width: 50%;
		font-size: 14px;
	}

	.razmerna_tablica tbody tr td.age,
	.razmerna_tablica tbody tr td.size {
		padding: 8px 40px !important;
	}

	.sizes__title {
		font-size: 16px;
	}

	.sizes__howlong-left .instruction h4 {
		font-size: 18px;
	}

	.sizes__howlong-left .instruction li {
		font-size: 14px;
	}

}

@media (max-width:370px) {

	.razmerna_tablica tbody tr,
	.razmerna_tablica thead tr {
		gap: 10px;
	}

	.razmerna_tablica tbody tr td.age,
	.razmerna_tablica tbody tr td.size {
		padding: 8px 20px !important;
	}
}




@media (max-width: 1200px) {
	.myinfo-about__greetings-left {
		max-width: 360px;
		margin-left: 40px;
	}

	.myinfo-about__howlong-right {
		max-width: 360px;
		margin-right: 40px;
	}

	.myinfo-about__greetings-left--head,
	.myinfo-about__howlong-right--head,
	.myinfo-about__offer-left--head {
		font-size: 20px;
	}

	.myinfo-about__greetings-left--text,
	.myinfo-about__howlong-right--text,
	.myinfo-about__offer-left--list_el-text {
		font-size: 16px;
	}

	.myinfo-about__greetings-left-stats-num {
		font-size: 28px;
	}

	.myinfo-about__greetings-left-stats-descr {
		font-size: 16px;
	}

	.myinfo-about__greetings-left-stats-el:not(:last-child) {
		margin-right: 25px;
	}

	.myinfo-about__howlong-right-table {
		max-width: 350px;
	}

	.razmerna_tablica tbody td {
		font-size: 14px;
	}
}

@media (max-width: 848px) {
	.razmer_table_left {
		display: none;
	}

	.myinfo-about__howlong-right-table {
		margin-right: 0;
		padding: 20px;
	}

	.myinfo-about__greetings {
		flex-direction: column;
	}

	.myinfo-about__greetings-right-normal {
		display: none;
	}

	.myinfo-about__greetings-right-mobile {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.myinfo-about__greetings-left,
	.myinfo-about__howlong-right {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px;
	}

	.myinfo-about__greetings-left-stats,
	.myinfo-about__howlong-right--text {
		margin-bottom: 60px;
	}

	.myinfo-about__greetings-left-stats-el {
		text-align: center;
	}

	.myinfo-about__greetings,
	.myinfo-about__howlong {
		max-width: 375px;
	}

	.myinfo-about__howlong {
		margin-bottom: 50px;
	}

	.myinfo-about__greetings-right,
	.myinfo-about__howlong-left {
		width: 100%;
	}

	.myinfo-about__greetings-left--head,
	.myinfo-about__howlong-right--head {
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.myinfo-about__whyus {
		flex-direction: column;
		max-width: 375px;
	}

	.myinfo-about__whyus-highlight {
		width: 100%;
		margin-bottom: 20px;
	}

	.myinfo-about__howlong {
		flex-direction: column;
	}

	.myinfo-about__howlong-left-normal {
		display: none;
	}

	.myinfo-about__howlong-left-mobile {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.myinfo-about__howlong-left {
		order: 1;
	}

	.myinfo-about__howlong-right {
		order: 0;
	}

	.myinfo-about__offer {
		display: none;
	}
}

@media (max-width: 333px) {
	.myinfo-about__greetings-left-stats-el:not(:last-child) {
		margin-right: 15px;
	}
}

/********************************************************** Left Menu **********************************************************/

.myleftmenu {
	width: 100%;
	background: #ffffff;
	border: 1px solid #f2f2f2;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	padding: 40px 40px 40px 35px;
}

.myleftmenu-link {
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}

.myleftmenu-link:not(:last-child) {
	margin-bottom: 20px;
}

.myleftmenu-link__logout {
	color: #ff6472;
}

/********************************************************** Search results **********************************************************/

.searchresult-heading {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	color: #333333;
}

.searchresult-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px !important;
}

/********************************************************** MEDIA **********************************************************/

@media (max-width: 1310px) {
	.post-header {
		background: url("../image/talvibg.png") no-repeat 100% 165%;
		/* padding-top: 60px;
		margin-top: -55px; */
	}
}

@media (max-width: 1230px) {
	.slider__arrows {
		right: -20px;
	}

	.slider__arrows-left {
		left: -20px;
	}
}

@media (max-width: 1199px) {

	.aboutContinue-top__highlight {
		width: 270px;
		height: 290px;
	}

	.about-wrapper__right-wrapper {
		width: 400px;
		height: 290px;
	}

	.manishki-right_circle {
		right: -113%;
	}

	.helmets-right_circle {
		left: -113%;
	}

	.manishki-left img {
		width: 280px;
		height: 280px;
	}

	.helmets-left img {
		width: 65%;
		height: auto;
	}

	.slider__arrows {
		top: 27%;
		right: -30px;
	}

	.slider__arrows-left {
		left: -30px;
	}

	.product-thumb__featured {
		width: 180px;
		/* width: 100%; */
	}

	.price-new {
		font-size: 16px;
	}

	.price-old {
		font-size: 16px;
		padding: 0;
	}

	.product-name {
		height: 4em;
	}

	.product-name a {
		font-size: 14px;
	}

	.prices-wrapper {
		display: flex;
		flex-direction: row;
		margin-top: 15px;
	}

	.product-price {
		align-items: flex-start;
	}

	.genAge-bottom__item {
		width: 180px;
	}

	.genAge-img__container {
		height: 205px;
	}

	.mynav-center a,
	.desktop-search {
		display: none;
	}

	.menu,
	.navbar-nav {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.menu-wrapper {
		justify-content: center;
	}

	/* .footer-column__list li a {
		font-size: 12px;
	}
	.footer-column__title {
		font-weight: 500;
		font-size: 12px;
	} */
	.footer-column {
		width: 120px;
		max-width: 160px;
	}

	.footer-column__social a {
		padding-right: 5px;
	}

	.footer-column__social img {
		width: 20px;
		height: 20px;
	}

	.post-header {
		background: url(../image/talvibg.png) no-repeat 100% 125%;
	}

	.post-header__mainText {
		width: 317px;
		font-size: 34px;
	}

	.post-header__mainText::after {
		width: 80px;
		position: absolute;
		bottom: 11px;
		right: 55px;
		font-size: 12px;
		line-height: 13px;
	}

	.post-header__mainText-ukr::after {
		width: 80px;
		position: absolute;
		bottom: 11px;
		right: 55px;
		font-size: 12px;
		line-height: 13px;
	}

	.genAge-top-list {
		width: 90%;
	}

	.mynav-center {
		min-width: 210px;
	}

	.mobile-search {
		display: flex;
		width: 100%;
	}

	.menu-searchbar {
		width: 100%;
		display: flex;
		align-items: center;
		position: relative;
	}


	.menu-searchbar button {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		padding: 0 10px;
		border: none;
		background-color: transparent;
	}

	.myinfo-contact__title {
		font-size: 28px;
	}

	.myinfo-contact__form-name,
	.myinfo-contact__form-email {
		max-width: 330px;
		width: 300px;
	}

	.myinfo-shipment__data {
		margin: 20px 50px 20px 0;
	}

	.myinfo-shipment__data-item {
		padding: 35px 0 45px 40px;
	}

	.myinfo-shipment__data-item-text {
		margin-left: 30px;
	}

	.myinfo-shipment__data-item-text__title {
		font-size: 20px;
	}

	.myinfo-shipment__data-item-text__main p {
		font-size: 16px;
		line-height: 150%;
		color: #333333;
		margin-bottom: 15px;
	}

	.category-heading {
		font-size: 32px;
	}

	.category-sort__opt,
	.text_param {
		font-size: 14px !important;
		line-height: 17px !important;
	}

	#filter_vier {
		padding: 30px 6px !important;
	}

	.prices-wrapper {
		flex-direction: row;
	}

	.price-new {
		margin-right: 10px;
	}

	.cart-product__name,
	.cart-product__price,
	.cart-product__total {
		font-size: 16px;
		line-height: 19px;
	}

	.mysimple-cart__head-block {
		padding: 0;
	}

	.mysimple-cart__overview {
		min-width: unset;
		/*		width: 400px;*/
		padding: 30px;
	}

	.simplecheckout-rl-column__cont {
		max-width: 400px;
	}

	.checkout-heading-button a {
		top: -21.5px;
		left: 0;
	}

	.wishlist-product__toCart {
		margin-left: 15px;
	}

	.myselector-wishlist {
		max-width: 245px;
		margin: 0 30px;
	}

	.counter-wrapper__featured-my {
		margin-right: 30px;
	}

	.product-list .myselector-featured {
		max-width: 150px;
		padding: 10px 12px 10px 35px;
	}
}

@media (max-width: 1035px) {
	.slider__arrows {
		right: -15px;
	}

	.slider__arrows-left {
		left: -15px;
	}
}

@media (max-width: 991px) {

	.category-sort__output,
	.category-sort__opt {
		display: none;
	}

	.product-thumb-container,
	.product-thumb__featured {
		width: 200px;
	}

	.slider__arrows {
		top: 30%;
		right: 0px;
	}

	.slider__arrows-left {
		left: 0px;
	}

	.manishki-container {
		flex-direction: column;
		max-height: none;
		height: auto;
	}

	.manishki-right_circle {
		top: 62%;
		left: 50%;
		transform: translateX(-50%);
		width: 5000px;
		height: 5000px;
	}

	.manishki-left {
		margin: 30px 0;
	}

	.helmets-left {
		margin: 30px 0;
	}

	.manishki-right {
		margin: 50px 0;
	}

	.helmets-right_circle {
		top: 58%;
		left: 50%;
		transform: translateX(-50%);
		width: 5000px;
		height: 5000px;
	}

	.manishki-container.helmets {
		flex-direction: column-reverse;
	}

	.productPage-name {
		font-size: 28px;
		line-height: 34px;
	}

	.productPage-code {
		font-size: 16px;
		line-height: 150%;
	}

	.product-availability {
		font-size: 16px;
		line-height: 150%;
	}

	.productPage-price {
		font-size: 28px;
		line-height: 34px;
	}

	.control-label {
		font-size: 16px;
		line-height: 19px;
	}
}

@media (max-width: 950px) {

	.counternselector-wishlist,
	.wishlist-product__toCart {
		display: none;
	}

	.wishlist-product__right-prodAct {
		width: 100%;
		justify-content: space-between;
		align-items: center;
		padding: 7px 0;
	}

	.about-wrapper__left-content {
		max-width: 450px;
	}

	.myinfo-contact__container {
		flex-direction: column;
	}

	.myinfo-contact__data {
		margin-bottom: 50px;
	}

	.myinfo-contact__form,
	.myinfo-contact__data {
		width: 630px;
		max-width: 630px;
	}

	.myinfo-about__subtitle {
		margin-bottom: 30px;
	}

	.myinfo-contact__title {
		margin-bottom: 0;
	}

	.category-sort__opt {
		display: none;
	}

	.text_dia .myclearfilter {
		padding: 8px 25px !important;
	}

	.wishlist-product__right {
		flex-direction: column;
		align-items: start;
		justify-content: center;
	}

	.wishlist-product__right-prodinfo {
		order: 1;
	}

	.wishlist-product__right-prodAct .product-item {
		order: 0;
	}

	/* ..wishlist-product__container{
		height: 155px;
	} */
	/* .counternselector{
		display: none;
	} */
	/* .counternselector-mobile{
		display: flex;
		order: 2;
	} */
	.wishlist-product__price .price {
		flex-direction: row;
	}

	.cart-product__price {
		display: none;
	}

	.cart-product__others {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 0;
	}

	.cart-product__color,
	.cart-product__namencode-left {
		min-width: unset;
		width: 100%;
	}

	.cart-product__namencode {
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.cart-product__namencode-right {
		display: block;
	}

	.cart-product__color {
		padding: 10px 0;
	}

	.cart-product__right {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.cart-product__container {
		height: 180px;
	}

	.update_cart {
		width: 100%;
		justify-content: space-between;
	}

	.cart-product__left {
		min-width: 90px;
	}

	.cart-product__total {
		font-size: 16px !important;
		line-height: 19px !important;
		margin: 0;
	}
}

@media (max-width: 890px) {
	.mysimple-checkout__topheading {
		text-align: center;
	}

	.simplecheckout-step {
		order: 0;
		margin-top: 50px;
	}

	.simplecheckout-rl-column__cont {
		order: 1;
	}

	/* .myinput-login {
		
		margin-bottom: 20px;
	} */
	/* .mylabel-login{
		margin-bottom: 25px;	
	} */
	.aboutContinue-top__highlight {
		width: 235px;
		height: 360px;
	}

	.about-wrapper__left-content {
		max-width: 400px;
	}

	.product-thumb-container,
	.product-thumb__featured {
		width: 200px;
	}

	.genAge {
		margin-top: -35px;
	}

	.genAge-top__element-text {
		padding: 32px 12px;
	}

	.my-login__wrapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.mobile-login__email {
		margin-bottom: 30px !important;
	}

	.confirmLoginBtn-wrapper {
		justify-content: center;
	}

	.cart-product__columns {
		display: none;
	}

	/* .cart-product__container {
		display: none;
	} */
	.cart-product__right {
		flex-direction: column;
	}

	.cart-product__price {
		display: none;
	}

	.cart-product__mobile-container {
		display: flex;
		flex-direction: column;
		border-top: 1px solid #f6f6f6;
		padding-top: 25px;
		padding-bottom: 30px;
	}

	.mycart .cart-product__mobile-container:last-child {
		border-bottom: 1px solid #f6f6f6;
	}

	.cart-product__top {
		display: flex;
	}

	.cart-product__bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 25px;
	}

	.cart-product__top-right,
	.cart-product__top-right>div {
		width: 100%;
	}

	.cart-product__total {
		font-size: 18px;
		line-height: 22px;
	}

	.cart-product__total {
		width: unset;
		min-width: unset;
	}

	.counter__cart {
		width: 45px;
		height: 27px;
	}

	.counter-btn__cart {
		width: 27px;
		height: 27px;
	}

	.myscheckout-cont {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 835px) {
	.about-wrapper__left-content {
		max-width: 350px;
	}

	.product-thumb-container,
	.product-thumb__featured {
		width: 180px;
	}

	.genAge-top__element-text {
		padding: 22px 11px;
	}

	.genAge {
		margin-top: -20px;
	}

	.genAge-top-list {
		width: 94%;
	}
}

@media (max-width: 800px) {
	.about-wrapper__right {
		width: 100%;
	}

	.about-wrapper {
		flex-direction: column;
		/* align-items: center;
		justify-content: center; */
	}

	.about-wrapper__left-content {
		max-width: none;
	}

	.about-wrapper__right-wrapper {
		width: 100%;
		max-width: 100%;
		height: auto;
		/* min-height: 350px; */
		margin: 0 auto;
	}

	.about-wrapper__right-wrapper img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.about-wrapper__left-content {
		margin-bottom: 30px;
	}
}

@media (max-width: 868px) {
	.genAge-bottom__item {
		width: 160px;
	}

	.genAge-img__container {
		height: 175px;
	}
}

@media (max-width: 780px) {
	.mycheckout-product__mybtns {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.counternbuttoncart .counter-wrapper+div {
		flex: 0 0 45px;
	}

	.footer-column__catalog {
		display: block;
	}

	.product-top {
		justify-content: center;
	}

	.about-wrapper__left-title-more {
		display: none;
	}

	.header-cart {
		margin: 0;
	}

	.product-container {
		flex-direction: column;
		max-width: 600px;
		margin: 0 auto;
	}

	.thumbnails {
		margin-left: 0px;
	}

	.thumbnail {
		margin-bottom: 0 !important;
	}

	.image-additional {
		margin-right: 15px;
		margin-left: 0 !important;
	}

	.thumbnail-wrapper {
		max-width: 100%;
		max-height: unset;
	}

	.thumbnail-wrapper,
	.thumbnail-head {
		width: 100%;
	}

	.product-right {
		padding: 0;
	}

	.product-top__mobile {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}

	.product-top__mobile-list {
		display: flex;
		flex-direction: column;
	}

	.product-availability {
		padding: 0;
	}

	.product-top__desc {
		display: none;
	}

	.product__main-thumb {
		margin-left: 0 !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.aboutContinue-button {
		max-width: none;
		padding: 18px 116px;
		font-size: 16px;
	}

	.aboutContinue-top {
		flex-direction: column;
	}

	.aboutContinue-top__highlight {
		width: 100%;
		margin-bottom: 50px;
	}

	.mobile-aboutus__container {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}

	.mobile-aboutus__button {
		font-weight: 800;
		font-size: 16px;
		line-height: 19px;
		color: #333333;
		padding: 18px 116px;
		border: 2px solid #00c0ff;
		box-sizing: border-box;
		border-radius: 100px;
	}

	.product-thumb-container,
	.product-thumb__featured {
		width: 250px;
	}

	.product-top_view-all {
		display: none;
	}

	.mobile-viewAll-container {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}

	.mobile-viewAll {
		font-weight: 800;
		font-size: 16px;
		line-height: 19px;
		color: #333333;
		padding: 18px 116px;
		border: 2px solid #00c0ff;
		box-sizing: border-box;
		border-radius: 100px;
	}

	.slider__arrows {
		top: 32%;
	}

	.genAge-bottom__item {
		margin: 50px 0;
		width: 250px;
	}

	.genAge-img__container {
		height: 280px;
	}

	.genAge-bottom {
		margin-top: 25px;
	}

	.post-header {
		background: url(../image/talvibg.png) no-repeat 100% 92%;
	}

	.post-header__circle {
		height: 5000px;
		width: 5000px;
	}

	.genAge {
		margin-top: 30px;
	}

	.genAge-top__element {
		max-width: 100%;
		min-width: 302px;
		width: 42%;
		justify-content: flex-start;
		margin: 10px 0;
	}

	.genAge-top-list {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		padding: 20px 0;
	}

	.post-header__mobile {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 20px;
	}

	.post-header {
		padding-top: 62px;
	}

	.post-header__mobile-text {
		max-width: 180px;
		font-weight: 800;
		font-size: 16px;
		line-height: 115%;
		color: #92e5ff;
		padding-left: 20px;
	}

	.post-header__wrapper {
		flex-direction: column;
		max-width: 500px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.post-header__right {
		max-width: 100%;
	}

	.post-header__left {
		width: 100%;
		max-width: 100%;
		align-items: center;
		margin: 30px 0;
	}

	.post-header__mainText {
		font-size: 54px;
		line-height: 65px;
		text-align: left;
		max-width: 100%;
		width: 100%;
	}

	.post-header__mainText::after,
	.post-header__mainText-ukr::after,
	.header-totalprice,
	.header-phoneNum,
	.talvi-logo-main {
		display: none;
	}

	.header .container {
		width: 100%;
	}

	.footer-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.footer-column {
		width: auto;
		max-width: 50%;
		text-align: center;
		margin-bottom: 15px;
	}

	.mobile-burger {
		display: block;
	}

	.mobile-burger button {
		background-color: transparent;
		border: none;
	}

	.myinfo-about__text {
		flex-direction: column;
	}

	.myinfo-about__text-left,
	.myinfo-about__text-right {
		width: 100%;
		padding: 0;
	}

	.myinfo-about__text-right-stats {
		margin: 0 auto;
	}

	.myinfo-about__insta-photos-cont {
		width: 26%;
	}

	.myinfo-about__insta-photos-cont:nth-child(3) {
		display: none;
	}

	.myinfo-shipment__bg {
		display: none;
	}

	.myinfo-shipment__data {
		margin: 20px 0;
	}

	.myinfo-shipment__data-item {
		padding: 35px 30px 45px 30px;
	}

	.category-top {
		align-items: stretch;
	}

	.category-sort {
		display: flex;
		justify-content: center;
		/* align-items: center; */
		align-items: stretch;
		width: 100%;
		/* height: 100%; */
	}

	.category-sort__type {
		margin: 0;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 20px;
		width: 100%;
	}

	/* .category-sort {
		display: none;
	} */

	/* .category-heading {
		display: none;
	} */

	.category-top {
		margin-top: 75px;
		flex-direction: column;
		gap: 26px;
	}

	.category-sort__output {
		display: none;
	}

	.category-sort__output-mobile,
	.category-sort__type-mobile {
		display: block;
	}

	/* .category-top{
		margin-top: 30px;
	} */
	.category-heading-mobile {
		display: block;
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.displayList-wrapper {
		position: relative;
	}

	.mysimple-checkout__topheading {
		margin-top: 35px;
	}
}

@media (max-width: 700px) {
	.myinfo-faq__item-content-right img {
		display: none;
	}
}

@media (max-width: 683px) {

	.myinfo-contact__form-namenemail,
	.myinfo-contact__submit {
		flex-direction: column;
	}

	.myinfo-contact__submit-captcha {
		margin-right: auto;
		margin-bottom: 60px;
	}

	.myinfo-contact__form,
	.myinfo-contact__data {
		width: 430px;
		max-width: 430px;
	}

	.myinfo-contact__form-name,
	.myinfo-contact__form-email {
		width: 100%;
		max-width: unset;
	}

	.product-thumb-container,
	.product-thumb__featured {
		width: 220px;
	}

	.cart-product__top-left {
		min-width: 105px;
	}

	.cart-product__h1 {
		margin-top: 35px;
	}

	.cart-product__mainbtns-cont {
		display: none;
	}

	.cart-product__mainbtns {
		justify-content: center;
	}

	.cart-product__sum-wrapper {
		width: 100%;
		justify-content: space-between;
		gap: 0px;
	}
}

@media (max-width: 610px) {
	#agreement_checkbox {
		margin-right: 0 !important;
	}

	.simpleregister-button-right {
		flex-direction: column;
	}

	.confirmRegistrationBtn {
		margin-top: 25px;
	}

	.simpleregister-button-block {
		margin-top: 25px !important;
	}

	.breadcrumb {
		padding-left: 0 !important;
	}
}

@media (max-width: 600px) {

	.genAge-bottom__item,
	.product-thumb-container,
	.product-thumb__featured {
		width: 190px;
	}

	.genAge-img__container {
		height: 210px;
	}

	.slider__arrows {
		top: 28%;
	}

	.manishki-right_content {
		max-width: none;
	}

	.manishki-right {
		width: 80%;
	}

	.manishki-title {
		width: 215px;
		font-size: 24px;
	}

	.manishki-title.helmets-title {
		width: 190px;
	}

	.manishki-button {
		max-width: none;
		padding: 18px 102px;
		margin-top: 25px;
	}

	.myinfo-about__insta-photos-cont {
		width: 33.33%;
	}

	.myinfo-about__insta-photos-cont:nth-child(4) {
		display: none;
	}
}

@media (max-width: 540px) {

	.product-thumb-container,
	.product-thumb__featured {
		width: 170px;
	}

	.myinfo-faq__item-trigger-title {
		font-size: 18px;
		line-height: 22px;
	}

	.myinfo-faq__item-content-wrapper {
		font-size: 16px;
		line-height: 150%;
	}
}

@media (max-width: 500px) {
	.myinput-container__popup {
		width: unset;
	}

	.product-codenavailability {
		flex-direction: column;
		align-items: start;
	}

	.thumbnails {
		margin-bottom: 5px !important;
	}

	/* .productPage-prices {
		display: none !important;
	} */

	.productPage-prices__mobile {
		display: block !important;
		margin-bottom: 0;
		margin-top: 15px;
	}

	.productToCart-wishlist {
		margin: 0 20px;
	}

	.productToCart {
		padding: 10px 38px;
		;
	}

	.post-header__button {
		padding: 14px 80px !important;
	}

	.grid-view,
	.grid-view-active,
	.list-view,
	.list-view-active {
		width: 28px;
		height: 28px;
	}

	.list-view {
		margin-left: 10px;
	}

	.category-heading {
		font-size: 28px;
		line-height: 34px;
	}

	.manishki-right_circle {
		top: 58%;
		width: 3000px;
		height: 3000px;
	}

	.manishki-left img {
		width: 250px;
		height: 250px;
	}

	.helmets-right_circle {
		top: 54%;
		width: 3000px;
		height: 3000px;
	}

	.helmets-left {
		width: 80%;
	}

	.helmets-left img {
		width: 85%;
		height: auto;
	}

	.product-thumb-container,
	.product-thumb__featured {
		width: 250px;
	}

	.slider__arrows {
		top: 32%;
	}

	.genAge-bottom__item {
		width: 250px;
	}

	.genAge-img__container {
		height: 280px;
	}

	.post-header__left {
		width: 100%;
	}

	.post-header__mainText {
		font-size: 42px;
		line-height: 55px;
		text-align: left;
		max-width: 390px;
		margin-right: auto;
	}

	.post-header__button {
		padding: 18px 130px;
		max-width: 335px;
	}

	/* .mobile-search {
		width: 70%;
	} */
	.myinfo-about__text-left,
	.myinfo-about__text-right-more,
	.myinfo-about__text-right-stats-descr {
		font-size: 16px;
	}

	.myinfo-about__title {
		font-size: 28px;
		line-height: 34px;
	}

	.myinfo-about__insta-heading h2 {
		font-size: 24px;
		line-height: 29px;
	}

	.myinfo-about__insta-heading {
		margin-bottom: 20px;
	}

	.myinfo-about__title {
		margin-bottom: 20px;
	}

	.myinfo-about__insta-heading a {
		display: none;
	}

	.mobile-insta__infotalvi {
		font-weight: 800;
		font-size: 16px;
		line-height: 19px;
		color: #333333;
		border: 2px solid #00c0ff;
		border-radius: 100px;
		padding: 16px 116px;
	}

	.mobile-insta__infotalvi-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.myinfo-about__insta-photos {
		margin-bottom: 30px;
	}

	.myinfo-contact__container {
		padding: 0 5px;
	}

	.myinfo-contact__form,
	.myinfo-contact__data {
		width: 100%;
		max-width: unset;
	}

	.myinfo-shipment__data-item {
		padding: 35px 15px 45px 15px;
	}

	.my-login {
		margin-top: 35px;
	}

	.my-login__wrapper .myinput-container {
		width: 100%;
	}

	.my-login__form,
	.confirmLoginBtn {
		width: 100%;
	}

	.my-login__greetings {
		width: 100%;
		flex-direction: column;
	}

	.my-login__greetings-title {
		font-size: 28px;
		line-height: 34px;
	}

	.my-login__greetings {
		align-items: flex-start;
	}

	.my-login__greetings-noacc {
		width: 100%;
		margin-top: 14px;
		justify-content: space-between;
	}

	.myregistration-greetings__title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 14px;
	}

	.myregistration-greetings {
		margin-top: 35px;
		flex-direction: column;
		align-items: start;
	}

	.postpurchase-btn__wrapper {
		justify-content: center;
	}

	.counternselector-product {
		flex-direction: column;
		align-items: start;
	}

	.counter-wrapper__product {
		margin-left: 0;
		flex-direction: column;
		order: 2;
	}

	#counters_buttons {
		gap: 5px;
		justify-content: space-between;
		width: 100%;
	}

	.counter_block {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.counter_block>* {
		flex: 1 1 33%;
	}

	.aboutThisItem {
		flex-direction: column;
	}

	.aboutThisItem__attributes,
	.aboutThisItem__description {
		width: 100%;
		padding: 0;
	}

	.aboutThisItem__attributes {
		margin-bottom: 30px;
	}
}

@media (max-width: 430px) {
	#cart-total {
		display: none;
	}

	/* .myinfo-contact__form, .myinfo-contact__data{
		width: 330px;
		max-width: 330px;
	} */
	.mysimple-cart__overview {
		width: 335px;
		padding: 30px;
		margin-top: 40px;
	}

	.mycheckout-product__order {
		/*		width: 335px;*/
	}

	.mysimple-checkout__topheading {
		font-size: 28px;
		line-height: 34px;
	}
}

@media (max-width: 400px) {
	.prices-wrapper {
		flex-direction: row;
	}

	.product-price {
		min-height: 35px;
	}

	.product-price_tocart img {
		height: 22px;
		width: auto;
	}

	.product-price_tocart_search img {
		height: 22px;
		width: auto;
	}

	.product-name a,
	.product-code {
		font-size: 13px;
		line-height: 150%;
	}

	.wishlist-product__price .price {
		align-items: center;
	}

	.wishlist-product__price .price-new {
		line-height: 19px;
		font-size: 16px;
	}

	.wishlist-product__price .price-old {
		line-height: 17px;
		font-size: 14px;
	}

	.wishlist-product__name a {
		font-size: 16px;
		line-height: 19px;
	}

	.price-new {
		line-height: 19px;
	}

	.price-old {
		font-size: 13px;
		line-height: 16px;
	}

	.product-thumb-container,
	.product-thumb__featured {
		width: 215px;
	}

	.slider__arrows {
		top: 30%;
	}

	.genAge-bottom__item {
		width: 215px;
	}

	.genAge-img__container {
		height: 230px;
	}

	.mobile-viewAll,
	.mobile-aboutus__button,
	.aboutContinue-button {
		padding: 12px 80px;
	}

	.about-wrapper__left-content {
		font-size: 14px;
	}

	.myinfo-about__text-right-stats {
		flex-direction: column;
		align-items: center;
		width: 207px;
		max-width: 207px;
	}

	.myinfo-about__text-right-stats-el:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.myinfo-about__text-right-stats-el {
		width: 100%;
		max-width: unset;
		align-items: center;
	}

	.myinfo-about__text-right-stats-num {
		margin-bottom: 0;
	}

	.mobile-insta__infotalvi {
		padding: 14px 85px;
	}

	.myinput-policy+.mylabel {
		margin-right: 15px;
	}

	#myradio-label {
		width: 55px;
		height: 23px;
	}

	.address-heading {
		font-size: 28px;
		line-height: 34px;
	}

	.profile-heading {
		font-size: 28px !important;
		line-height: 34px !important;
	}
}

@media (max-width: 388px) {
	.post-header__mainText {
		font-size: 28px;
		line-height: 38px;
		max-width: 325px;
	}

	.post-header__button {
		padding: 14px 100px;
	}

	.cart-product__color {
		font-size: 14px;
		line-height: 17px;
	}

	.cart-product__mainbtns-chout {
		width: 100%;
		text-align: center;
	}

	.col-xs-6 {
		width: 100% !important;
	}

	.price-new {
		line-height: 27px;
		font-size: 21px;
	}

	.price-old,
	.product-name a {
		font-size: 18px;
		line-height: 21px;
	}

	.counternbuttoncart {
		width: 100%;
	}

	.product-grid {
		height: auto;
	}
}

@media (max-width: 365px) {
	.genAge-bottom__item {
		width: 175px;
	}

	.genAge-img__container {
		height: 190px;
	}

	.myinfo-about__insta-photos-cont {
		width: 50%;
	}

	.myinfo-about__insta-photos-cont:nth-child(2) {
		display: none;
	}

	.my-login {
		margin-top: 35px;
	}

	/* .my-login__greetings-noacc-link {
		padding-left: 8px;
	} */
	.mysimple-cart__overview {
		width: 280px;
		padding: 15px;
	}

	.mycheckout-product__order {
		width: 280px;
	}

	.mycheckout-product__order {
		padding: 18px 65px;
	}

	.category-sort__type {
		min-width: 182px;
	}

	.productToCart-product {
		padding: 15px 61px;
	}
}

@media (max-width: 348px) {

	.grid-view,
	.grid-view-active,
	.list-view,
	.list-view-active {
		width: 25px;
		height: 25px;
	}

	.genAge-top__element {
		min-width: 245px;
	}

	.mynav-center {
		min-width: 170px;
		max-width: 170px;
	}

	.menu-searchbar button {
		width: 24%;
	}

	.my-login__greetings-noacc-text,
	.my-login__greetings-noacc-link {
		font-size: 14px;
		line-height: 17px;
	}

	.category-sort__type {
		min-width: 160px;
	}

	.category-sort__type .selector__category {
		font-size: 14px !important;
	}
}

@media (max-width: 321px) {
	.myinfo-contact__container {
		padding: 0;
	}

	.myinfo-contact__submit-captcha {
		margin-right: 0;
	}
}

@media (max-width: 425px) {
	.row-register_customer_group_id .myinput-policy {
		display: block;
		margin-left: 55%;
	}

}

/* Start new Checkout */
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}

#simplecheckout_payment {
	border: 1px solid #E7E7E7;
	border-radius: 15px;
	padding: 40px;
}

#simplecheckout_customer .myinput,
#simplecheckout_shipping_address .myinput,
#simplecheckout_shipping_address .select2-selection__rendered,
#simplecheckout_customer .myinput::placeholder,
#simplecheckout_shipping_address .myinput::placeholder {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #707070;
}

/* #simplecheckout_shipping .simplecheckout-block-content, #simplecheckout_payment .simplecheckout-block-content,  #simplecheckout_payment_address .myinput-policy  {
	overflow: visible;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 0px;
    margin-top: 42px;
	gap: 33px;
	margin-left: 0px !important;
}
*/
#simplecheckout_payment .simplecheckout-block-content,
#simplecheckout_payment_address .myinput-policy {
	overflow: visible;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
	margin-top: 42px;
	gap: 33px;
	margin-left: 0px !important;
}

/*TEMPORARY*/
#simplecheckout_shipping .simplecheckout-block-content {
	overflow: visible;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
	margin-top: 42px;
	gap: 33px;
	margin-left: 0px !important;
	flex-wrap: wrap;
}

#simplecheckout_shipping .radio {
	flex: 1 0 35% !important;
}

/*TEMPORARY END*/

.simplecheckout-block-content {
	width: 100%;
}

.simplecheckout-block-content:after {
	display: none;
}

#simplecheckout_shipping .radio,
#simplecheckout_payment .radio,
#simplecheckout_payment_address .radio {
	margin: 0px;
	flex: 1 0 130px;
}

#simplecheckout_shipping .radio label,
#simplecheckout_payment .radio label,
#simplecheckout_payment_address .radio label {
	border: 1px solid #B8B8B8;
	border-radius: 10px;
	margin: 0px;
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
	text-align: center;
	padding: 20px
}


.blue_border {
	border: 1px solid #00C0FF !important;
}

.button:active {}




#simplecheckout_shipping .radio label:hover,
#simplecheckout_payment .radio label:hover,
#simplecheckout_payment_address .radio label:hover {
	border: 1px solid #00C0FF;
}

#simplecheckout_payment_address .radio:nth-of-type(1) label {
	background: url('/catalog/view/theme/default/image/mini_vector/nova_poshta.png') no-repeat center;
}

#simplecheckout_payment_address .radio:nth-of-type(2) label {
	background: url('/catalog/view/theme/default/image/mini_vector/Ukrposhta.png') no-repeat center;
}

/* .#simplecheckout_payment_address .mylabel {
	display: none !important;
} */

#simplecheckout_shipping .radio input,
#simplecheckout_payment .radio input,
#simplecheckout_payment_address .radio input {
	top: -13px;
	right: -10px;
	position: absolute !important;
	margin: 0px;
}

#simplecheckout_shipping .radio input[type='radio'],
#simplecheckout_payment .radio input[type='radio'],
#simplecheckout_payment_address .radio input[type='radio'] {
	background: #00C0FF;
	border-radius: 100px;
	width: 24px;
	height: 24px;
	display: none;
}

#simplecheckout_shipping .radio input[type='radio']:checked::after,
#simplecheckout_payment .radio input[type='radio']:checked::after,
#simplecheckout_payment_address .radio input[type='radio']:checked::after {
	content: url('data:image/svg+xml, <svg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4L4 7L10 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

#simplecheckout_shipping .radio input[type='radio']:checked,
#simplecheckout_payment .radio input[type='radio']:checked,
#simplecheckout_payment_address .radio input[type='radio']:checked {
	background-color: #00C0FF;
	border-radius: 50%;
	appearance: none;
	display: block;
}

#simplecheckout_payment .form-group {
	position: absolute;
	left: 245px;
	top: 50px;
	z-index: 100;
}

#simplecheckout_shipping_address .myinput {
	width: 100%;
	border-bottom: 1px solid #B8B8B8;
	padding: 6px 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	border-radius: 0;
	outline: none;
	transition: all ease-in-out 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 20px;
}

.select2-results__option:hover {
	background-color: #f7f7f7;
	color: #333;
}

#simplecheckout_shipping_address select.myinput {
	background: url('/catalog/view/theme/default/image/mini_vector/Dropdown_arrow.png') no-repeat calc(100% - 13px) center;
	background-size: 20px;
}

#simplecheckout_shipping_address .myinput:focus {
	background: url(/catalog/view/theme/default/image/mini_vector/Dropdown_arrow_up.png) no-repeat calc(100% - 13px) center / 12px auto;
}

#simplecheckout_shipping_address .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
	display: none;
}

#simplecheckout_shipping_address .select2-container--bootstrap .select2-selection {
	background-color: #fff;
	border-bottom: 1px solid #B8B8B8;
	color: #555;
	font-size: 14px;
	outline: 0;
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-top: none;
	box-shadow: none !important;
	background: url('/catalog/view/theme/default/image/mini_vector/Dropdown_arrow.png') no-repeat calc(100% - 13px) center;
	-webkit-box-shadow: none !important;
	background-size: 20px !important;
	padding-right: 20px;
}

#simplecheckout_shipping_address .select2-container--open .select2-selection {
	background: url(/catalog/view/theme/default/image/mini_vector/Dropdown_arrow_up.png) no-repeat calc(100% - 13px) center / 12px auto;
}

#simplecheckout_payment .form-group label {
	width: 315px;
	padding: 12px 20px;
	background-color: white;
	box-shadow: 8px 8px 40px rgb(0 0 0 / 8%);
	border-radius: 15px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #707070;
}

#simplecheckout_shipping_address .mylabel,
#simplecheckout_payment_address .mylabel {
	display: none !important;
}

.row-shipping_address_field39 {
	display: flex;
	gap: 35px;
}

#desctiption_img {
	position: absolute;
	top: 10px;
	right: 10px;
}

.simplecheckout-cart-total span.inputs {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-bottom: 1px solid #E7E7E7;
}

.simple_custom_summary {
	padding: 40px;
	position: relative;
	background: white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#simplecheckout_customer .form-horizontal>div {
	flex: 1 0 300px;
	margin-bottom: 42px;
}

#simplecheckout_customer .form-horizontal .form-group:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 0 200px !important;
}

#simplecheckout_customer .form-horizontal .form-group:nth-child(2)>div {
	text-align: right;
}

#simplecheckout_customer .form-horizontal .form-group:nth-child(2) a {
	text-decoration-line: underline;
}

#simplecheckout_customer .myinput-container {
	margin-bottom: 0px;
}

#simplecheckout_customer .row-customer_field38 label,
#simplecheckout_customer .row-customer_register label {
	display: block;
	color: #000000;
}

#simplecheckout_customer .checkbox label {
	display: block;
}

#simplecheckout_customer label {
	display: none;
}

.mycheckout-product__info:last-child>.mycheckout-product__info-text {
	/*  border: none;*/
}

.all_left_products .mycheckout-product__info:last-child {
	margin-bottom: 0px;

}

.all_left_products {
	padding: 28px 0px;
}

.simplecheckout-button-left_new {
	border-bottom: 1px solid #E7E7E7;
	padding: 10px;
	background: white;
	position: relative;
}

.row-customer_password,
.row-customer_field34 {
	flex: 1 0 100%;
}

.simplecheckout-cart-total .new_coupon,
.new_coupon_success {
	display: flex;
	flex-direction: column;
	justify-content: left;
	border-bottom: 1px solid #E7E7E7;
	position: relative;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.simplecheckout-cart-total .new_coupon span,
.new_coupon_success span {
	text-align: left;
	padding: 20px 0px;
	cursor: pointer;
	text-transform: uppercase;
}

.simplecheckout-cart-total span.cross_png,
.simplecheckout-cart-total span.arrow_down,
.simplecheckout-cart-total span.arrow_up {
	text-transform: unset;
}

.new_coupon .form-control {
	display: block !important;
	font-size: 16px;
	line-height: 24px;
	padding: 13px 0px 13px 23px;
	border-radius: 50px 0px 0px 50px !important;
	width: 83% !important;
	height: 100%;
}

.coupon_button {
	width: 17%;
	background: #00C0FF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px 50px 50px 0px;
	cursor: pointer;
}

.simplecheckout-cart-total .new_coupon input {
	max-width: 100%;
	border: 1px solid #B8B8B8;
	border-radius: 50px;

}

.simplecheckout-cart-total .new_coupon>div {
	margin-bottom: 30px;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	height: 50px;
}

.simplecheckout-cart-total .new_coupon .reloadAll_button {
	background-image: url("/catalog/view/theme/default/image/mini_vector/left_arrow.png");
	position: absolute;
	color: black;
	background: #00C0FF;
	padding: 8px 21px 8px 22px;
	top: 0px;
	border-radius: 0px 50px 50px 0px;
	right: 0px;
	cursor: pointer;
	display: none;
}

.arrow_down {
	background: url('/catalog/view/theme/default/image/mini_vector/Dropdown_arrow.png') no-repeat calc(100% - 13px) center;
}

.arrow_up {
	background: url('/catalog/view/theme/default/image/mini_vector/Dropdown_arrow_up.png') no-repeat calc(100% - 13px) center;
}

.cross_png {
	background: url('/catalog/view/theme/default/image/mini_vector/Cross.png') no-repeat calc(100% - 13px) center;
}

.new_border {
	border: 1px solid #E7E7E7;
	border-radius: 15px;
	padding: 40px;
	margin-top: 20px;
}

.new_border h1 {
	margin: 0px !important;
}

.behind_block_cart,
.behind_block_cart_bottom {
	width: calc(100% - 50px);
	height: calc(100% - 38px);
	position: absolute;
	background: #333333;
	opacity: 0.2;
	margin: 37px 30px 1px 28px;
	filter: blur(35px);
	border-radius: 30px;
	transform: matrix(1, 0, 0, -1, 0, 0);
	z-index: 0;
}

.new_prices .price-old {
	padding-left: 0px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
}

.coupon_success_row {
	display: flex;
	justify-content: space-between;

}

.coupon_success p {
	color: #12AF54;
	text-align: left;
}

.final_total {
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
}

#simplecheckout_shipping_address .select2-container--bootstrap .select2-results__option {
	background: white;

}

#simplecheckout_shipping .simplecheckout-block-content {
	margin-top: 0px !important;
}

.custom_simple_head {
	margin-top: 0px !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #F9F9F9 !important;
	color: #333 !important;
}

.select2-dropdown {
	border: unset !important;
	border-radius: 0px 0px 15px 15px !important;
	border-bottom: 1px solid #B8B8B8;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	border: unset !important;
	border-bottom: 1px solid #B8B8B8;
	box-shadow: unset !important;
}

.row-customer_field38 label.mylabel,
.row-customer_register label.mylabel {
	display: block !important;
}

.row-customer_register {
	margin-top: -23px
}

.row-customer_field38 input,
.row-customer_register input {
	width: 22px;
	height: 22px;
	left: -7px;
	top: 2px;
}

.row-customer_field38 input:checked,
.row-customer_register input:checked {
	background: white;
	appearance: none;
	border-radius: 50%;
	border: 1px solid #B8B8B8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row-customer_field38 input:checked::after,
.row-customer_register input:checked::after {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #00C0FF;
}

#custom_confirm_order {
	margin-top: 34px;
}

#custom_confirm_order .simplecheckout-button-right {
	float: unset !important;
}


.agreement_block {
	margin-top: 30px;
}

.agreement_block p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #707070;
}

.agreement_block p a {
	color: #707070;
	text-decoration: underline;
}

.mysimple-cart__overview::-webkit-scrollbar-thumb {
	--tw-border-opacity: 1;
	background-color: #B8B8B8;
	border-radius: 9999px;
	border-width: 1px;
	line-height: 10px;
}

.mysimple-cart__overview::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 9999px;
}

.mysimple-cart__overview::-webkit-scrollbar {
	height: 10px;
	width: 6px;
}

/*Checkout Fonts*/
.simple-content {
	font-family: 'Montserrat';
	font-style: normal;
	color: black;
}

.simple-content h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 130%
}

.slider .slick-arrow .slick-next {
	right: 20% !important;
}

.slider .slick-arrow .slick-prev {
	left: 20% !important;
}

@media (max-width: 450px) {
	.simple-content h1 {
		font-weight: 800;
		font-size: 24px;
		line-height: 140%;
	}
}

.simple-content .font18 {
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
}

.simple-content .font16 {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.simple-content .font14,
.simple-content .font14 label {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}

.simple-content .font12 {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
}

.simple-content .button_text {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}

.simple-content .font16Bold {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}

/*Font colors*/

.simple-content .dark_grey {
	color: #707070;
}

.simple-content .color111111 {
	color: #111111;
}

.simple-content .color000000 {
	color: #000000;
}

.simple-content .color333333 {
	color: #333333;
}

.simple-content .white {
	color: #FFFFFF;
}

.mysimple-cart__overview h1 {
	padding: 15px 0px 24px 0px;
	margin: unset;
	border-bottom: 1px solid #E7E7E7;
}

#simplecheckout_payment_address .myinput-policy {
	flex-wrap: wrap;
}

#simplecheckout_payment_address .myinput-policy .radio {
	flex: 1 0 270px;
}

#simplecheckout_payment_address .myinput-policy .radio label {
	max-width: unset;
}

.simple_popup_pass {
	position: absolute;
	right: 8px;
	bottom: 9px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.mysimplelogin-popup__forgotten {
	text-decoration-line: underline;
}

.row-customer_field42,
.row-customer_field33 {
	flex: 1 0 100%;
}

#simplecheckout_shipping>div.simplecheckout-block-content>div:nth-child(5)>label {
	max-width: 100%;
}

@media (max-width: 1200px) {}

@media (max-width: 800px) {
	#simplecheckout_payment .form-group {
		left: 104px;
		top: 33px;
	}

	#simplecheckout_payment .form-group label {
		width: 220px;
	}

	.new_border {
		padding: 15px;
	}

	#simplecheckout_customer .form-horizontal .form-group {
		margin-bottom: 0px;
	}

	#simplecheckout_customer .form-horizontal .form-group:nth-child(2) {
		justify-content: flex-start;
		margin-top: -39px;
	}

	.mysimple-cart__overview h1 {
		display: block;
		padding-top: 0px;
	}

	.behind_block_cart {
		display: none;
	}

	.simplecheckout-button-left_new {
		border-bottom: unset;
		background: unset;
		margin-bottom: 40px;
		margin-top: 20px;
	}

	.mysimple-cart__overview {
		border: 1px solid #E7E7E7;
		border-radius: 15px;
	}

	.sticky {
		position: unset;
	}

}

@media (max-width: 450px) {

	#simplecheckout_shipping .simplecheckout-block-content,
	#simplecheckout_payment .simplecheckout-block-content,
	#simplecheckout_payment_address .myinput-policy {
		gap: 20px;
	}

}

@media (min-width: 800px) {

	.mysimple-cart__overview h1 {
		display: none;
	}

	.behind_block_cart_bottom {
		display: none;
	}
}

.checkout_bottom-off {
	pointer-events: none;
	background: #E2E6E9 !important;
	border: unset !important;
}

.pre_checkout-checkbox {
	margin: 30px 0px;
}

.pre_checkout-checkbox label {
	display: flex;
	justify-content: start;
	gap: 12px;
	align-items: flex-start;
	color: var(--Dark-grey, #707070);
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.pre_checkout-checkbox label a {
	text-decoration: underline;
	color: unset !important;
}

.pre_checkout-checkbox label input {
	width: 22px;
	height: 22px;
}

.pre_checkout-checkbox label input:checked {
	background: #00C0FF;
	position: relative;
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pre_checkout-checkbox label input:checked::after {
	content: url('data:image/svg+xml, <svg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4L4 7L10 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

@media (max-width: 1200px) {
	.pre_checkout-checkbox label input {
		width: 35px;
	}

}

.testinput_products {
	border: unset;
	text-align: center;
}

/* Text about products */
#message {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	background: url(../image/above_products_text/Banner.png);
	height: 180px;
}

#message.hide {
	opacity: 0;
	transform: translateY(-100%);
	transition: opacity 0.3s, transform 0.3s;
}

#message .text {
	padding: 18px 40px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

#message .text h2 {
	color: #FFF;
	font-size: 43px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	margin: 0;
}

#message .text div {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

#message .message__link {
	position: absolute;
	top: 119px;
	left: 244px;
	padding: 14px 40px;
	display: flex;
	align-items: center;
	gap: 4px;
	justify-content: center;
	border-radius: 50px;
	background: #FFF;
}

#message span {
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#message .close {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1;
}

@media (max-width: 1200px) {
	#message {
		background: url(../image/above_products_text/baner_mobile.png);
		background-size: cover;
		padding: 0;
	}

	#message .text {
		padding: 20px 26px;
	}

	#message .text h2 {
		font-size: 36px;
		line-height: 120%;
	}

	#message .text div {
		font-size: 18px;
		line-height: 120%;
	}

	#message .message__link {
		padding: 10px 20px 10px 28px;
		top: 111px;
		left: unset;
		font-size: 14px;
		font-weight: 600;
		right: 50px;
	}
}

@media (max-width: 389px) {
	#message {
		flex-direction: column;
	}

	#message .left {
		margin: 40px;
	}

	#message .left .elips {
		right: -35%;
		bottom: 55%;
	}

	#message .right {
		padding: 20px 0px 40px;
	}

	#message .close {
		top: 10px;
		right: 14px;
	}

	#message .close img {
		width: 24px;
	}
}

/* 
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n + 1),
	#content .col-lg-2:nth-child(6n + 1),
	#content .col-lg-3:nth-child(4n + 1),
	#content .col-lg-4:nth-child(3n + 1),
	#content .col-lg-6:nth-child(2n + 1) {
		clear: left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n + 1),
	#content .col-md-2:nth-child(6n + 1),
	#content .col-md-3:nth-child(4n + 1),
	#content .col-md-4:nth-child(3n + 1),
	#content .col-md-6:nth-child(2n + 1) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n + 1),
	#content .col-sm-2:nth-child(6n + 1),
	#content .col-sm-3:nth-child(4n + 1),
	#content .col-sm-4:nth-child(3n + 1),
	#content .col-sm-6:nth-child(2n + 1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
/* @media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #con
*/

/* black friday */

.super-container {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.super-container>.container {
	flex: 0 0 1200px;
}

.super-container .side-area {
	background: url('/catalog/view/theme/default/image/black-friday_side-baner-text.png'),
		linear-gradient(3deg, #DBEAFF 3.72%, #F1F7FF 96.21%);
	flex: 1 1 calc(100vw - 1200px);
	overflow: hidden;
	position: relative;
}

@keyframes rotateAnimation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(-10deg);
	}
}

.super-container .side-area div {
	position: absolute;
	width: 115px;
	height: 43px;
}

.super-container .side-area img {
	width: 100%;
	height: 100%;
	transform-origin: 100%;
	animation: rotateAnimation 5s infinite linear;
}

@media (max-width: 550px) {
	.super-container {
		gap: 0px;
	}

	.super-container>.container {
		flex: 0 0 100%;
		width: 100%;
		overflow: hidden;
	}

	.super-container .side-area {

		flex: 0 0 0px;
	}

	.super-container .side-area div {
		width: 70px;
		height: 29px;
	}

}

@media (max-width: 1199px) {
	.mynav-center {
		min-width: 130px;
	}
}