@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/golos/GolosTextVF-Regular.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/golos/GolosText-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/golos/GolosText-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/golos/GolosText-DemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/golos/GolosText-Bold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/golos/GolosText-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body {font-family: 'Golos Text';}


@font-face {
	font-family: 'Raleway';
	src: url(../fonts/Raleway-Medium.ttf);
}
:root {
    --font-main:'Raleway';
    --font-main:'Rubik';
    --font-main:'Montserrat';
    --font-main:'Open Sans';
    --font-main:'Roboto';
    --font-main:'Golos Text';
}
* {
	margin: 0;
	padding: 0
}
body {
	align-items: center;
	align-content: center;
	justify-content: center;
	overflow: auto;
	font-family: var(--font-main);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}
li {
	list-style-type: none;
}
h3 {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 31px;
	color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}
h4 {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 31px;
	color: #000000;
}
p {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}
.main {
	background: #FFFCFF;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	margin-bottom: 30px;
}
.header_logo {
	width: 208px;
}
.header_logo img {
    max-width: 200px;
}
.footer_logo {
	height: 44px;
}
.footer_logo img {
   max-width: 258px;
}
.header_telephone {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.header_telephone a {
	text-decoration: none;
	color: #000000;
}
.header_worktime {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.header_worktime_icon {
	width: 13px;
	height: 13px;
	margin-right: 6px;
}
.headerIcons {
	cursor: pointer;
}
.headerIcons a {
	text-decoration: none;
}
.slider__sales {
	position: relative;
}
.slider__sales img {
	max-width: 416px;
	width: 100%;
}
.slider__sales-labels {
    position: absolute;
	top: 2%;
	left: 1%;
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-width: 390px;
}
.slider__sales-1 {
    display: inline-flex;
    align-self: baseline;
	color: white;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	background: linear-gradient(106.03deg, #F9A80C 34.05%, rgba(249, 168, 13, 0.63) 86.2%);
	border-radius: 4px;
	padding: 7px 15px;
}
.slider__sales-2 {
    display: inline-flex;
    align-self: baseline;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: white;
	background: linear-gradient(102.85deg, #A3C626 20.73%, rgba(163, 198, 38, 0.44) 105.47%);
	border-radius: 4px;
	padding: 7px 15px;
}
.slider__sales__in {
	display: flex;
	flex-direction: row;
	height: auto;
	border: 0px;
	justify-content: space-between;
}
.slider__sales__in__wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	border: 2px solid #F0F0F0;
	border-radius: 9px;
	position: relative;
	box-shadow: unset;
}
.slider__sales__in__wrapper.yt:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	width: 24px;
	height: 24px;
	background: url('../img/play.svg') no-repeat center / contain;
	z-index: 10;
}
.slider__sales__in__wrapper a {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
}
.slider__sales__in__wrapper img {
	max-width: 200px;
	width: 100%;
	height: auto;
	border: 1.90857px solid #F0F0F0;
	border-radius: 9px;
	aspect-ratio: 1/1;
	box-shadow: unset;
}
.profile_desc {
    color: #000000;
    text-decoration:none;
}
@media (max-width: 1200px) {
	.profile_desc {
		display: none;
	}
}
@media (max-width: 1200px) {
	.sliderArrows {
		display: none;
	}
}
.registration {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin-bottom: 0px;
}
.registration_icon {
	width: 23px;
	height: 23px;
	margin-right: 15px;
}
.searh_form {
	box-sizing: border-box;
	width: 277px;
	height: 43px;
	background: #EFF4F9;
	border: none;
	border-radius: 9px;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: left 15px center;
	padding-left: 40px;
}
.profilelogin a {
	text-decoration: none;
}
.searh_form:focus {
	outline: none;
}
.header_trash_box {
    position: relative;
	display: flex;
	justify-content: center;
}
.header_trash_box a {
	position: relative;
}
.header_trash_icon {
	width: 21px;
	height: 23px;
}
.header_trash_text {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.header_trash_index_box {
	position: absolute;
	right: 3px;
	top: -5px;
	width: 18px;
	height: 18px;
	background: #F19107;
	border-radius: 10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_trash_index {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: #ffffff;
	padding: 0 0 0 0;
	margin: 0 0 1px 0;
}
.header_favorites_icon {
	width: 25px;
	height: 22px;
}
.header_favorites_text {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.menu {
	width: 100%;
	height: 96px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 2px 8px 31px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	position: relative;
}
.icons_menu {
    width: 5%;
    position: fixed;
    right: 17px;
    bottom: 50px;
    display: block;
}

.but1 {
	display: inline-block !important;
	background: #FFFFFF;
	border: 1px solid #CCD9E4 !important;
	border-radius: 9px;
}
.but4 {
	display: inline-block !important;
	background: #FFFFFF;
	border: 0px solid #CCD9E4 !important;
}
.menu_catalog_but {
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #fff;
	width: 144px;
	height: 41px;
	background: #F19107;
	border-radius: 9px;
	border: 1px solid #F19107;
	transition: 0.3s;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.menu_catalog_but:hover {
	background: #f1a942;
	border: 1px solid #f1a942;
}
.menu_catalog_icon {
	width: 18px;
	height: 14px;
	margin: 0px 11px 0 0;
	padding: 0 0 0 0;
}
.menu_item {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.menu_item:hover {
	color: #5f5f5f;
}
.menu_wholesale_customers {
	display: inline-block;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	/*width: 188px;*/
	padding: 0px 15px;
	height: 43px;
	line-height: 43px;
	text-decoration: none;
	background: #A3C626;
	border-radius: 9px;
	border: 1px solid #A3C626;
	transition: 0.3s;
}
.menu_wholesale_customers:hover {
	background: #fff;
	color: #A3C626;
	border: 1px solid #A3C626;
	text-decoration: none;
}
.bread_crumbs {
	display: block;
	margin: 27px 0 20px 0;
	padding: 0 0 0 0;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	color: #AAAAAA;
}
.bread_crumbs a {
	text-decoration: none;
	color: #AAAAAA;
}
.main_page {
	display: flex;
	margin: 27px 0 0 0;
}
.left_collumn {
	margin-left: 38px;
}
.navigation_box {
	background: #FFFFFF;
	border: 1.6px solid #F0F0F0;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	width: 315px;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	padding: 0;
}
.navigation_box a, .navigation_box button {
	display: block;
	border-bottom: 1px solid #F0F0F0;
	margin: 0 0 0 0;
	padding: 13px 30px;
	line-height: 17.6px;
	color: #3D3D3D;
	text-decoration: none;
}
.center_mob {
	line-height: 17.6px;
}
.center_mob a {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 0px 12px 11px;
}
.navigation_box a:hover, .navigation_box button:hover {
	background: #EFF4F9;
}
.navigation_box_submenu {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.navigation_box_submenu .icon {
	position: absolute;
	right: 0;
	top: 0;
	height: 42px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.navigation_box_submenu .icon img {
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
}
.navigation_box_submenu.active > .icon img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.navigation_box_submenu a {
	cursor: pointer
}
.navigation_box_submenu a:hover, .navigation_box_submenu .active > a {
	background: #EFF4F9;
	font-weight: 600;
}
.mobiles a:hover {
	background: #EFF4F9;
	font-weight: 600;
}
.navigation_box_submenu2 {
	display: none;
}
.header .navigation_box_submenu2 .navigation_box_submenu2 a {
	padding-left: 45px;
}
.header .navigation_box_submenu2 .navigation_box_submenu2 .navigation_box_submenu2 a {
	padding-left: 60px;
}
.navigation_box_submenu2.active, .navigation_box_submenu.active > .navigation_box_submenu2 {
	display: block;
}
.navigation_box_submenu2 a {
	font-size: 13px;
	padding-left: 45px;
}
.navigation_boxFilt {
	margin: 20px 30px 0 30px
}
.titIn {
	font-size: 14px;
	color: #8E9294;
	margin: 5px 0 10px 0;
}
.social_ico {
	position: relative;
}
.share1 {
	display: inline-block;
	position: relative;
	padding: 0 0 15px 0;
	font-size: 12px;
	line-height: 16px;
	right: 0;
	color: #A3C626;
	text-decoration: none;
}
.share1:hover {
	color: #86a90b
}
.share1 img {
	position: absolute;
	right: -20px;
	width: 11px;
	top: 0px;
}
.social_icons {
	display: none;
	position: absolute;
	right: 0;
	top: 29px;
	background: #FFFFFF;
	border: 1.6px solid #F0F0F0;
	box-shadow: 2px 10px 32px rgb(0 0 0 / 5%);
	border-radius: 9px;
	width: 221px;
	z-index: 1;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	padding: 0;
	text-decoration: none;
}
.social_icons_wrapper {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}
.social_icons a {
	display: flex;
	flex-direction: row;
	padding: 0px 0px 0px 13px;
	border-bottom: 1px solid #F0F0F0;
	align-items: center;
	width: 100%;
	color: #F19107;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-decoration: None;
}
.social_icons svg {
	color: #F19107;
}
.sales_1 {
	position: relative;
	width: 100%;
	max-width: 317px;
	height: 415px;
	margin-top: 30px;
	background: linear-gradient(120.2deg, #F9A80C 0.4%, rgba(249, 168, 13, 0.36) 113.09%);
	border: 1.6px solid #F0F0F0;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
}
.sales_1 img {
	width: 100%;
	opacity: 0.1;
	height: 415px;
}
.sales_1 svg {
	position: absolute;
	left: 206px;
	top: 45px;
}
.sales_1__text {
	position: absolute;
	left: 34px;
	top: 32px;
	display: flex;
	flex-direction: column;
}
.sales_1__maintext {
	font-weight: 700;
	font-size: 25px;
	line-height: 128.4%;
	color: white;
	padding-bottom: 11px;
}
.sales_1__subtext {
	font-weight: 800;
	font-size: 14px;
	line-height: 141.9%;
	color: white;
}
.sales_1__but {
	width: 149px;
	height: 43px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 9px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	transition: all 0.5s ease-out;
	position: absolute;
	left: 34px;
	bottom: 39px;
}
.sales_1__but:hover {
	transform: scale(1.1);
}
.sales_2 {
	position: relative;
	width: 100%;
	max-width: 317px;
	height: 323px;
	margin-top: 30px;
	background: rgba(167, 202, 41, 0.81);
	border: 1.6px solid #F0F0F0;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
}
.sales_2 img {
	width: 100%;
	opacity: 0.1;
	height: 323px;
}
.sales_2__subtext {
	font-weight: 400;
	font-size: 12px;
	line-height: 141.9%;
	color: white;
	padding-bottom: 11px;
}
.right_collumn {
	margin-left: 53px;
}
.mobiles {
	background: #FFFFFF;
	border: 1.6px solid #F0F0F0;
	box-shadow: 2px 10px 32px rgb(0 0 0 / 5%);
	border-radius: 9px;
	width: 100%;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	padding: 0;
	text-decoration: none;
}
.mobiles a {
	z-index: 1;
	border-bottom: 1px solid #F0F0F0;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 13px 30px;
	display: block;
	color: black;
}
.personal_offersBox {
	position: relative;
	width: 98%
}
.personal_offers {
	position: relative;
}
.sliderBox1 {
	display: block;
	position: relative;
	background: #FFFFFF;
	border: 1.6px solid #F0F0F0;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	padding: 0px 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.product-slider {
	display: block;
     width: 100%;
}
.product-slider:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.product-slide {
    width: 100%;
    height: 100%;
}
.sliderBox2 {
	position: relative;
	height: 140px;
	margin: 15px 0 0 0;
	display: flex;
	Justify-content: center;
	flex-wrap: nowrap;
	align-content: center;
}
.sliderBox2 a {
	position: relative;
	display: flex;
	margin: 0 3px;
	Justify-content: center;
	flex-wrap: nowrap;
	align-content: center;
	width: 189px;
	height: 130px;
	background: #FFFFFF;
	border: 1.90857px solid #F0F0F0;
	box-shadow: 2.38571px 11.9286px 38.1714px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
}
.sliderBox2 a img {
	width: 100px;
}
.sliderBox2 .sliderArrows img {
	width: 25px;
}
.slider_point_box2 {
	position: absolute;
	display: flex;
	bottom: -30px;
}
.carousel-indicators {
	margin-bottom: 0;
	bottom: -35px;
}
.product-gallery .carousel-indicators {
	bottom: -5px;
	margin: 0 auto;
	display: flex;
	max-width: 200px;
	justify-content: space-between;	
}
.carousel-indicators [data-bs-target] {
	margin-left: 0;
	margin-right: 0;
	background: #FFFFFF;
	border: 1px solid #B2D630;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
}
button[data-bs-target] + button[data-bs-target] { margin-left: 10px; }
.carousel-indicators .active {
	background: #B2D630 !important;
}
.carousel-inner {
	border: 1.6px solid #F0F0F0;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	background: #FFFFFF;
}
.product-gallery .carousel-inner {
	border: none;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 30px 0;
	margin: -30px 0 0;
}
.carousel-item {
	Justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	z-index: 1;
}
.carousel-item p {
    margin-bottom: 25px;
	font-size: 12.8px;
	line-height: 15px;
	color: #707070;
}
.sliderArrows {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.sliderArrowsLeft {
	position: absolute;
	cursor: pointer;
}
.carousel-control-next, .carousel-control-prev {
	width: auto;
}
.carousel-control-prev {
	transform: translateX(-50%);
}
.carousel-control-next {
	transform: translateX(50%);
}
.product-slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.product-slide.active {
	visibility: visible;
	opacity: 1;
}
.product-slide a {
	display: block;
	height: 100%;
	border-radius: 9px;
	padding: 30px 0;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
.sliderCont {
	position: absolute;
	right: 100px;
	left: 520px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}
.slider_point_box {
	display: flex;
	margin-top: 25px;
	text-align: center;
	Justify-content: center;
	flex-wrap: nowrap;
	align-content: center;
}
.slider_point_off.active {
	width: 15px;
	height: 15px;
	background: #B2D630;
	border-radius: 10px;
}
.slider_point_off {
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border: 1px solid #B2D630;
	border-radius: 10px;
	margin-left: 22px;
}
.slider-title {
	font-size: 25px;
	margin-bottom: 0.5rem;
}
.price2 {
	position: relative;
}
.categories {
	margin-top: 79px;
}
.categories_box {
	display: block;
	position: relative;
	width: 100%;
	overflow: auto;
	white-space: nowrap;
}
.categories_item {
	width: 150px;
	height: 150px;
	margin-right: 18px;
	background-color: darkkhaki;
	border-radius: 9px;
}
.categories_item p {
	font-family: var(--font-main);
	font-size: 13px;
	color: #FFFFFF;
	margin: 10px 0 0 10px;
	line-height: 15px;
}
.categories_item_1 {
	display: inline-block;
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 150px;
	height: 150px;
	margin-right: 18px;
	background-color: darkkhaki;
	border-radius: 9px;
	text-decoration: none;
}
.categories_item_1:after {
    background-image: linear-gradient(to left, #11de93, #0e7ad6);
}
.categories_item_1 p {
	position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px;
    margin: 0px;
    border-radius: 7px;
    line-height: 15px;
    white-space: normal;
    background: linear-gradient(106.03deg, #F9A80C 34.05%, rgba(249, 168, 13, 0.63) 86.2%);
}
.catalogCont {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}
.catalogMenu__outer {
	background: #FFFFFF;
	border: 1.6px solid #F0F0F0;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	z-index: 99;
	position: relative;
}
.catalogMenu__outer > ul {
	width: 33%;
	padding: 0;
	margin: 0;
	border-right: 3px solid #F0F0F0;
}
.catalogMenu .mega-menu {
	display: none;
	position: absolute;
	left: 33%;
	top: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
}
.catalogMenu .mega-menu .container {
	padding: 0;
	width: 100%;
	height: 100%;
}
.catalogMenu .mega-menu__submenu {
	padding: 0;
	margin: 0;
	width: 33%;
	overflow-y: auto;
	height: 100%;
	border-right: 3px solid #F0F0F0;
}
.catalogMenu .mega-menu__submenu .mega-menu__submenu {
	border-right: none;
	width: 34%;
}
.catalogMenu .open > ul {
	display: block;
}
.catalogMenu a {
	display: block;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 19px;
	color: #3D3D3D;
	text-decoration: none;
	border-bottom: 1px solid #F0F0F0;
}
.catalogMenu a:hover, .catalogMenu .open > a:hover {
	background: #EFF4F9;
}
.table1 table {
	width: 80%;
	font-size: 14px;
	color: #3D3D3D;
}

@media (max-width: 991px) {
	.table1 table {	width: 100%;}
}
.table1 td {
	padding: 13px 0 6px 0;
	border-bottom: 1px dashed #E3E8ED;
}
.details__first-cell { width: 30%; }
.details__second-cell { width: 70%; }
.table1 tr > td:nth-child(2) {
    padding-left: 20px;
}
.ExpandLess {
	display: flex;
	flex-direction: column;
}
.expandLess__main-text img {
	margin-left: 217px;
}
@media (max-width: 1200px) {
	.expandLess__main-text img {
    	margin-left: 180px;
    }
}
@media (max-width: 319px) {
	.expandLess__main-text img {
    	margin-left: 10px;
    }
}
.expandLess__main-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.expandLess__main-text__reviuws {
	background: #A3C626;
	border-radius: 9px;
	padding: 12px 20px 12px 20px;
	transition: linear;
	cursor: pointer;
	border: 0px solid;
}
.expandLess__main-text__reviuws:hover {
	background: linear-gradient(180deg, #A3C626 20.73%, rgba(163, 198, 38, 0.44) 105.47%);
}
.expandLess__main-text__reviuws p {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	margin-block-start: 0em;
	margin-block-end: 0em;
}
/*@media(max-width: 1200px) {
	.expandLess__main-text__reviuws {
		display: none;
	}
}*/
.reviews {
	display: none;
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	padding-bottom: 20px;
}
.reviuws__name {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.reviews__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	padding-left: 60px;
	padding-right: 74px;
}
.reviuws__name p {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
}
.reviuws__name img {
	width: 82px;
}
@media (min-width: 1201px) {
	.mobile-menu {
		display: none !important;
	}
}
@media (max-width: 1200px) {
	.reviews__text {
		font-weight: 500;
		font-size: 14px;
		line-height: 28px;
		padding-left: 5px;
		padding-right: 0px;
	}
	.reviuws__name p {
		font-weight: 600;
		font-size: 14px;
		line-height: 28px;
	}
	.reviuws__name img {
		width: 54px;
	}
}
@media (max-width: 767px) {
	.reviews {
		flex-direction: column;
	}
	.reviews__text {
		font-weight: 500;
		font-size: 14px;
		line-height: 28px;
		padding-left: 5px;
		padding-right: 0px;
	}
	.reviuws__name p {
		font-weight: 600;
		font-size: 14px;
		line-height: 28px;
	}
	.reviuws__name img {
		width: 54px;
	}
}
.modal-title {
	margin-bottom: 18px;
}
.form__reviuws {
	display: flex;
	flex-direction: column;
}
.form__reviuws input {
	margin-bottom: 23px;
	border: 1.5px solid #DBDBDB;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	max-width: 330px;
	height: 43px;
}
.form__reviuws label {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
.modal-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 31px;
}
textarea {
	background: #FFFFFF;
	border: 1.5px solid #DBDBDB;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
}
.modal-body {
	padding-left: 73px;
}
.btn-rewiuvs {
	background: #9D9D9D;
	border-radius: 9px;
	max-width: 164px;
	height: 43px;
	margin-top: 16px;
	transition: all 0.5s ease-out;
	margin-bottom: 17px;
	border: 0px;
}
.btn-primary:hover {
	transform: scale(1.1);
}
.registration__form {
	padding: 15px 0px 0px 0px;
	color: #F19107;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}
.registration__form a {
	text-decoration-line: underline;
	color: #F19107;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}
.modal-footer {
	justify-content: flex-start;
}
.modal-body>.form__reviuws>.rating-area {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	margin: 0;
}
.rating-area {
	display: flex;
	overflow: hidden;
	width: 375px;
	margin: 0 auto;
}
.rating-area:not(:checked)>input {
	display: none;
}
.rating-area:not(:checked)>label {
	float: right;
	width: 25px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked)>label:before {
	content: '★';
}
.rating-area>input:checked~label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
	color: gold;
}
.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
	color: #F19107;
	border-radius: 1.37156px;
	text-shadow: 1px 1px goldenrod;
}
.rate-area>label:active {
	position: relative;
}
@media (max-width: 1200px) {
	.rating-area {
		width: 583px;
	}
}
@media (max-width: 767px) {
	.rating-area {
		width: 140px;
		align-items: center;
		justify-content: center;
	}
}
.about__item img {
	margin-left: 100px;
}
@media (max-width: 319px) {
	.about__item img {
    	margin-left: 10px;
    }
}
.about__item__text {
	display: none;
	display: flex;
	flex-direction: column;
}
.about__item__text p {
	font-weight: 400;
	font-size: 14px;
}
.about__item__text li {
	list-style-type: inherit;
}
.about__item__text li::marker {
	color: #F19107;
	font-size: 20px;
}
.new_products {
	margin-top: 54px;
}
.new_products_box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -11px;
}
.new_products_item {
	position: relative;
	padding: 0 11px;
	width: 33%;
	margin-bottom: 68px;
}
.new_products_item button {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	cursor: pointer;
}
.new_products_item:hover button {
	display: block
}
.new_products_item_up {
	height: 100%;
	position: relative;
	padding: 10px;
	background: #FFFFFF;
	box-shadow: 5px 7px 25px rgba(0, 0, 0, 0.05);
	border-radius: 9px 9px 0px 0px;
}
.product-item__image {
	margin-bottom: 5px;
}
.product-item__image img {
    border-radius: 7px;
	width: 100%;
}
.product-item__title a {
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
.product-item__title a:hover {
	text-decoration: underline;
}
.marSkid {
	position: absolute;
	left: 10px;
	top: 10px;
	display: inline-block;
	padding: 4px 8px;
	margin: 5px 10px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background: linear-gradient(106.03deg, #F9A80C 34.05%, rgba(249, 168, 13, 0.63) 86.2%);
	border-radius: 4px;
}
.catSize a, .catSize label {
	font-size: 14px;
	color: #828282;
	text-decoration: none;
	padding: 5px;
	cursor: pointer;
}
.catSize .catSizeAct, .catSize input:checked + label {
	color: rgba(0, 0, 0, 0.79);
	font-weight: bold;
	background: #EFF4F9;
	border-radius: 5px;
}
.catBon {
	position: absolute;
	right: 10px;
	font-size: 12px;
	color: #fff;
	background: linear-gradient(102.85deg, #A3C626 20.73%, rgba(163, 198, 38, 0.44) 105.47%);
	border-radius: 4px;
	padding: 3px 8px;
}
.catStars {
	font-size: 0;
	vertical-align: middle;
}
.catStars img {
	width: 14px;
	margin: 0 3px 0 0
}
.catOtziv {
	font-size: 14px;
	color: #F9A80D;
	text-decoration: none;
	margin-left: 5px;
}
.catPrice1 {
	font-weight: 600;
	font-size: 20px;
}
.catPrice2 {
	font-weight: 100;
	font-size: 20px;
	padding-left: 3px;
}
.catPrice3 {
	color: #BEBEBE;
	font-size: 14px;
	line-height: 18px;
	text-decoration: line-through;
	font-weight: 600;
	margin-left: 5px;
}
.circles {
	position: absolute;
	display: flex;
	flex-direction: row;
	right: 10px;
	top: 40px;
	width: 48px;
}
.circles_1 {
	margin-right: 5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #AE8A46;
	transition: all 0.5s ease-out;
}
.circles_1:hover {
	transform: scale(1.363636);
}
.circles_1:focus {
	width: 15px;
}
.circles_2 {
	margin-right: 5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #EDAC2F;
	transition: all 0.5s ease-out;
}
.circles_2:hover {
	transform: scale(1.363636);
}
.circles_2:focus {
	width: 15px;
}
.circles_3 {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #913C3C;
	transition: all 0.5s ease-out;
}
.circles_3:hover {
	transform: scale(1.363636);
}
.circles_3:focus {
	width: 15px;
}
.circles-1 {
	display: flex;
	flex-direction: row;
	margin: 15px 0px 11px 0px;
}
.circles_1-1 {
	margin-right: 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #AE8A46;
	transition: all 0.5s ease-out;
}
.circles_1-1:hover {
	transform: scale(1.363636);
}
.circles_2-1 {
	margin-right: 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #EDAC2F;
	transition: all 0.5s ease-out;
}
.circles_2-1:hover {
	transform: scale(1.363636);
}
.circles_3-1 {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #913C3C;
	transition: all 0.5s ease-out;
}
.circles_3-1:hover {
	transform: scale(1.363636);
}
.new_products_item_but {
	color: #FFFFFF;
	height: 34px;
	background: linear-gradient(106.03deg, #F9A80C 34.05%, rgba(249, 168, 13, 0.63) 86.2%);
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 0px 0px 9px 9px;
	border-width: 0px;
}
.product_tags2 {
	position: relative;
	margin: 10px 0
}
.product_tags2 a {
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 5px;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 124.9%;
	text-align: center;
	color: #000000;
	background: #EFF4F9;
	border-radius: 5px;
	text-decoration: none;
}
.product_tags {
	margin-top: 54px;
	margin-left: 38px;
}
.product_tags_line {
	display: flex;
}
.product_tags_item {
	height: 34px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 0 0 0;
	margin-right: 12px;
	margin-bottom: 6px;
	background: #EFF4F9;
	border-radius: 5px;
}
.product_tags_item>p {
	padding: 0 0 0 0;
	margin-left: 12px;
	margin-right: 12px;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 124.9%;
	text-align: center;
	color: #000000;
	margin-block-start: 0;
	margin-block-end: 0;
}
.filterLeftNums {
	display: block;
	width: 100%;
}
.filterLeftNums p {
	display: inline-block;
	height: 8px;
	font-size: 14px;
	color: #777777;
	margin-right: 8px;
	vertical-align: middle
}
.filterLeftNums input {
	box-sizing: border-box;
	padding: 0 15px;
	margin-right: 10px;
	width: 74px;
	height: 29px;
	background: #FFFFFF;
	border: 1px solid #CCD7E4;
	border-radius: 9px;
}
.main_page_down {
	display: flex;
}
.left_collumn_down {
	margin-top: 48px;
	margin-left: 38px;
	width: 317px;
	height: 323px;
	background: rgba(167, 202, 41, 0.81);
	border: 1.6px solid #F0F0F0;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
}
.right_collumn_down {
	margin-left: 53px;
	margin-top: 48px;
	width: 987px;
}
.right_collumn_down>p {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
}
.wholesale_website_but {
	display: inline-block;
	width: 147px;
	height: 43px;
	line-height: 43px;
	background: #A3C626;
	border-radius: 9px;
	border-width: 0px;
	padding: 0 0 0 0;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
.wholesale_website_but:hover {
	background: #fff;
	color: #A3C626;
	border: 1px solid #A3C626;
	text-decoration: none;
}
.but2 {
	display: inline-block;
	padding: 15px 25px !important;
	border-radius: 9px;
	border-width: 0px;
	padding: 0 0 0 0;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(106.03deg, #F9A80C 34.05%, rgba(249, 168, 13, 0.63) 86.2%);
	text-decoration: none;
}
.but2:hover, .but2:focus {
	color: #fff;
}
.but3 {
	display: inline-block;
	text-decoration: none;
	padding: 15px 25px !important;
	border-radius: 9px;
	border-width: 0px;
	padding: 0 0 0 0;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	background: #F19107;
}
.but3:hover, .but3:focus {
	color: #fff;
}
.line {
	width: 100%;
	height: 7px;
	background: rgba(154, 179, 201, 0.5);
	border: none;
	margin-top: 50px;
}
.starsBlock1 {
	font-size: 0;
}
.starsBlock1 img {
	margin: 0 8px 0 0;
}
.BlockGen {
	margin: 50px 0 0 0
}
.pagination {
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 19px !importants;
	--bs-pagination-hover-border-color: #F19107;
	align-items: center;
	justify-content: center;
	--bs-pagination-border-width: 0px;
	--bs-link-color: #F19107;
	--bs-link-hover-color: #FFFFFF;
	--bs-pagination-bg: #fff;
	--bs-pagination-border-color: #dee2e6;
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: #F19107;
	--bs-pagination-hover-border-color: #F19107;
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: #F19107;
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem #FFFFFF;
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #F19107;
	--bs-pagination-active-border-color: #FFFFFF;
	--bs-pagination-disabled-color: #FFFFFF;
	--bs-pagination-disabled-bg: #F19107;
	--bs-pagination-disabled-border-color: #F19107;
}
.page-item .page-link {
	margin-right: 16px;
	border-top-right-radius: var(--bs-pagination-border-radius);
	border-top-left-radius: var(--bs-pagination-border-radius);
	border-bottom-left-radius: var(--bs-pagination-border-radius);
	border-bottom-right-radius: var(--bs-pagination-border-radius);
}
@media (max-width: 480px) {
	.page-item .page-link {
		margin-right: 3px;
	}
}
.page-item.prevnext .page-link {
	color: black;
	 !important;
}
.page-item.prevnext .page-link {
	color: black;
	 !important;
}
.page-item .disabled {
	width: 22px;
	height: 22px;
	background: #F19107;
	color: white !important;
}
.footer {
	display: block;
	position: relative;
	padding: 30px;
}
.footer p {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #3D3D3D;
}
.footer .footer_col {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.footer .footer_col p {
	display: block;
	margin: 5px 0
}
.footer .footer_col a {
	color: inherit;
	text-decoration: none;
}
.footer .footer_col a:hover {
	text-decoration: underline;
}
.footer h2 {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #9AB3C9;
}
.social>img {
	width: 30px;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.statyi p {
	font-size: 16px;
	color: #3D3D3D;
}
.footer_col>h2,
.footer_col>p {
	margin: 5px;
	padding: 0 0 0 0;
	margin-block-start: 0;
	margin-block-end: 0;
}
.footerRight {
	text-align: right
}
input[type=range] {
	-webkit-appearance: none;
	margin: 18px 0;
	width: 100%;
	background: -webkit-linear-gradient(left, #3D3D3D 0%, #3D3D3D 5%, #F0F0F0 5%, #F0F0F0 100%);
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	animate: 0.2s;
	border-radius: 1.3px;
}
input[type=range]::-webkit-slider-thumb {
	border: 1px solid #000000;
	height: 14px;
	width: 14px;
	background: #3D3D3D;
	border-radius: 2.64619px;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -5px;
}
input[type="range"]::-webkit-slider-thumb:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0%;
	top: 0%;
	width: 225px;
	height: 80px;
	background: #3D3D3D;
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	animate: 0.2s;
	background: rgba(154, 179, 201, 0.5);
	border-radius: 1.3px;
}
input[type=range]::-moz-range-thumb {
	border: 1px solid #000000;
	height: 14px;
	width: 14px;
	background: #3D3D3D;
	border-radius: 2.64619px;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -6px;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	animate: 0.2s;
	background: rgba(154, 179, 201, 0.5);
	border-radius: 1.3px;
}
input[type=range]::-ms-fill-lower {
	background: #3D3D3D;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
}
input[type=range]::-ms-fill-upper {
	background: #3D3D3D;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
}
input[type=range]::-ms-thumb {
	border: 1px solid #000000;
	height: 14px;
	width: 14px;
	background: #3D3D3D;
	border-radius: 2.64619px;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -6px;
}
input[type=range]:focus::-ms-fill-lower {
	background: #3D3D3D;
}
input[type=range]:focus::-ms-fill-upper {
	background: #3D3D3D;
}
.mob {
	display: none
}
/*Video Section*/
.video {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.video__inner {
	margin-right: 50px;
	display: inline-block;
	margin-bottom: 35px;
	vertical-align: top;
	width: 27%;
}
.video__inner:last-child {
	margin-right: 20px;
}
.video__inner__wrapper {
	position: relative;
}
.video__inner__wrapper {
	border-radius: 6.42273px;
	height: 157px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.video__inner__wrapper img {
	max-width: 100% !important;
}
.video__inner__wrapper a::after {
	background: url('../img/Social-Icons---Isolated.svg');
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -21px;
	width: 63px;
	height: 44px;
	background-repeat: no-repeat;
}
.video__title h4 {
	max-width: 282px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #3D3D3D;
}
.video__title p {
	color: #5F5F5F;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}
@media screen and (max-width: 1024px) {
	.video__inner {
		width: 38%;
	}
}
@media screen and (max-width: 480px) {
	.video {
		flex-direction: column;
		align-items: center;
	}
	.video__inner {
		width: 50%;
	}
}
@media screen and (max-width: 360px) {
	.video__inner {
		width: 100%;
	}
}
/*Podtverzdenie zakaza*/
.zakaz-step2 {
	background: #FFFFFF;
	border-radius: 6px;
	display: flex;
}
.item-step2 {
	margin-bottom: 25px;
	padding: 14px 15px;
	height: 90px;
	display: flex;
	background: #EFF4F9;
	border: 1px solid #CCD7E4;
	box-shadow: 5px 7px 25px rgba(0, 0, 0, 0.05);
	align-items: center;
}
.item-step2:last-child {
	margin: 10px;
}
.step2desk p {
    position:relative;
}
.description_step2 {
	padding-top: 10px;
	display: flex;
	flex-direction: column;
}
.description_step2 span {
	display: block;
	font-size: 20px;
	line-height: 15px;
	color: #000000;
	margin-top: 8px;
	font-weight: 500;
}
/*Korzina*/
.shopping-cart {
	max-width: 975px;
	background: #FFFFFF;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
}
.title {
	padding-bottom: 25px;
	color: #5E6977;
	font-size: 18px;
	font-weight: 400;
}
.item {
	margin-bottom: 25px;
	padding: 14px 15px;
	height: 169px;
	display: flex;
	background: #EFF4F9;
	border: 1px solid #CCD7E4;
	box-shadow: 5px 7px 25px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	align-items: center;
	position: relative;
	max-width: 975px;
}
.item:last-child {
	margin-bottom: 19px;
}
.image {
	margin-right: 14px;
}
.image img {
	max-width: 137px;
	height: 134px;
	border: 1px solid #CCD7E4;
	border-radius: 7.26506px;
}
.imagecart img {
	max-width: 137px;
	margin: 15px;
}
.description-position {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
/*Let’s add some basic style to  product name and description.*/
.description {
	padding-top: 10px;
	margin-right: 190px;
	display: flex;
	flex-direction: column;
}
.description span {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-top: 8px;
	font-weight: 500;
}
.characteristic {
	margin-top: 11px;
}
.characteristic span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-top: 8px;
}
.quantity {
	padding-top: 8px;
	display: flex;
	flex-direction: row;
}
.quantity img {
	max-width: 10px;
}
.quantity input {
	-webkit-appearance: none;
	border: none;
	text-align: center;
	width: 40px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #43484D;
	border: 1px solid #CCD7E4;
}
.plus-btn {
	border-radius: 9px 0px 0px 9px;
	border: 1px solid #CCD7E4 !important;
}
.minus-btn {
	border-radius: 0px 9px 9px 0px;
	border: 1px solid #CCD7E4 !important;
}
.quantity button {
	width: 25px;
	height: 29px;
	background: #EFF4F9;
	border: none;
	cursor: pointer;
}
.total-price {
	display: flex;
	flex-direction: column;
	width: 250px;
}
.total-price span {
	display: flex;
	flex-direction: row;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	align-items: center;
	padding-bottom: 8px;
	justify-content: space-between;
}
.total-price span:first-child>p {
	font-weight: 400;
	font-size: 25px;
	line-height: 29px;
	margin-left: ;
	margin-bottom: 0px;
	margin-block-start: 0em;
	margin-block-end: 0em;
}
.total-price span:nth-child(2)>p {
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #747474;
}
.total-price span:nth-child(3)>p {
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
}
.basket {
	position: absolute;
	top: 5%;
	left: 89%;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.5s ease-out;
}
.basket:focus {
	transform: scale(1.1);
}
.basket p {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	margin-right: 10px;
	margin-bottom: 0rem;
	color: #F9A80D;
}
.promocod {
	display: flex;
	flex-direction: row;
	/*margin-top: 43px;*/
}
.ordering {
	display: flex;
	flex-direction: row;
	/*margin-top: 43px;*/
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.promocod .wholesale_website_but {
	border-radius: 0px 9px 9px 0px;
}
.promocod input {
	background: #EFF4F9;
	border: 1px solid #CCD7E4;
	border-radius: 9px 0px 0px 9px;
	padding: 11px 148px 11px 15px;
	height: 43px;
}
.promocod> ::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */
	color: #686868;
}
.total__price {
	display: flex;
	flex-direction: column;
	max-width: 975px;
}
.total__price span {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	align-items: center;
}
.total__price p {
	font-weight: 400;
	font-size: 25px;
	line-height: 29px;
	margin-left: 47px;
	margin-bottom: 0rem;
}
.total__price .but3 {
	width: auto;
	white-space: nowrap;
	max-height: 69px;
}
@media (max-width: 992px) {
	.total-price span:first-child>p {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
	}
	.total-price span {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
	}
	.total-price span:nth-child(2)>p {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
	}
	.total-price span:nth-child(3)>p {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
	}
	.description {
		margin-right: 88px;
	}
	.basket {
		left: 86%;
	}
}
.icons_menu_mob {
    display: none;
}
@media (max-width: 768px) {
    .icons_menu_mob {
    width: 15%;
    position: fixed;
    right: 17px;
    bottom: 90px;
    display: block;
    z-index:9999999999;
}
.footer .footer_col {
	text-align:center;
}
	.shopping-cart {
		/* max-width: 280px; */
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}
	.item {
		height: 216px;
		position: relative;
		justify-content: center;
		align-items: flex-start;
		padding: 14px 8px;
		margin-bottom: 15px;
	}
	.image {
		margin-right: 0px;
	}
	.image img {
		max-width: 89px;
		height: 85px;
	}
	.description-position {
		margin-left: 15px;
		display: flex;
		max-width: 154px;
		flex-direction: column;
		align-items: normal;
	}
	.buttons {
		margin-right: 20px;
	}
	.description span {
		font-weight: 600;
		font-size: 12px;
		line-height: 14px;
		margin-top: 0px;
	}
	.basket {
		top: 84%;
		left: 62%;
	}
	.description {
		padding-top: 0px;
		margin-right: 0px;
		padding-bottom: 7px;
	}
	.characteristic-position {
		position: absolute;
		top: 46%;
		left: 4%;
	}
	.characteristic {
		display: flex;
		flex-direction: column;
	}
	.characteristic span {
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		padding-bottom: 7px;
	}
	.total-price span {
		justify-content: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px
	}
	.total-price span:first-child>p {
		margin-left: 6px;
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
	}
	.total-price span:nth-child(2)>p {
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		margin-left: 6px;
	}
	.total-price span:nth-child(3)>p {
		margin-left: 6px;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px
	}
	.quantity {
		padding-top: 0px;
	}
	.total__price {
		display: flex;
		flex-direction: column-reverse;
		max-width: 975px;
		height: 190px;
		justify-content: flex-end;
	}
	.total__price span {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
		padding-top: 14px;
		align-items: center;
	}
	.total__price p {
		font-weight: 400;
		font-size: 25px;
		line-height: 29px;
		margin-left: 47px;
		margin-bottom: 0rem;
	}
	.promocod input {
		padding: 11px 0px 11px 15px;
		height: 40px;
		flex: 1
	}
	.promocod .wholesale_website_but {
		font-weight: 500;
		font-size: 14px;
		line-height: 16px;
		max-width: 96px;
		height: 40px;
	}
	.ordering {
		flex-direction: column;
		margin-top: 15px;
		position: relative;
	}
	.total__price .but3 {
		position: absolute;
		top: 250%;
	}
}
/*Contact-information SECTION*/
.stages {
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.stages img {
	margin: 0px 20px 0px 20px;
}
.stages a {
    text-decoration:none;
    color:#ffffff;
}
.delivery__but3 a {
    text-decoration:none;
    color:#f9a80c;
    font-weight:500;
}
.top-step.complit {
	background: linear-gradient(102.85deg, #A3C626 20.73%, rgba(163, 198, 38, 0.44) 105.47%);
	border-radius: 9px;
	cursor: pointer;
}
@media (max-width:991px) {
    .top-step.complit {	margin-bottom: 10px;}
    .stages img {margin: 0px 20px 10px 20px;}
}
@media (max-width:480px) {
    .stages  {max-width:400px;}
}
.complit > p {
	margin-bottom: 0rem;
	padding: 12px 20px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.delivery {
	background: #EFF4F9;
	border: 1px solid #E3E8ED;
	border-radius: 9px;
}
.delivery p {
	margin-bottom: 0rem;
	padding: 12px 20px;
	color: #818486;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.delivery.complit {
	background: linear-gradient(102.85deg, #A3C626 20.73%, rgba(163, 198, 38, 0.44) 105.47%);
	border-radius: 9px;
}
.delivery.complit p {
	color: #ffffff;
}
.confirmation {
	background: #EFF4F9;
	border: 1px solid #E3E8ED;
	border-radius: 9px;
}
.confirmation p {
	margin-bottom: 0rem;
	padding: 12px 20px;
	color: #818486;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.confirmation.complit {
	background: linear-gradient(102.85deg, #A3C626 20.73%, rgba(163, 198, 38, 0.44) 105.47%);
	border-radius: 9px;
}
.confirmation.complit p {
	color: #ffffff;
}
.payment {
	background: #EFF4F9;
	border: 1px solid #E3E8ED;
	border-radius: 9px;
}
.payment p {
	margin-bottom: 0rem;
	padding: 12px 20px;
	color: #818486;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.payment.complit {
	background: linear-gradient(102.85deg, #A3C626 20.73%, rgba(163, 198, 38, 0.44) 105.47%);
	border-radius: 9px;
}
.payment.complit p {
	color: #ffffff;
}
.sum {
	padding-top: 30px;
}
.sum p {
	margin-bottom: 30px;
}
.form__ordering {
	display: flex;
	flex-direction: column;
}
.choise {
	display: flex;
	flex-direction: column;
}
.form__radio {
	margin-bottom: 10px;
}
/*input[type=radio] {
	display: none;
}*/
.form__radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	user-select: none;
}
.form__radio label:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: url('../img/radio-eclipse.svg') 0 0 no-repeat;
}
/* Checked */
.form__radio input[type=radio]:checked+label:before {
	background: url('../img/radio-checked.svg') 0 0 no-repeat;
}
/* Hover */
.form__radio label:hover:before {
	filter: brightness(120%);
}
.form__contact__information {
	display: flex;
	flex-direction: column;
}
.form__contact__information input {
	border: 1.5px solid #DBDBDB;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	max-width: 439px;
	height: 43px;
	margin-bottom: 18px;
	padding-left: 15px;
}
.form__contact__information input:first-child {
	margin-top: 20px;
}
.form__checkbox {
	margin-top: 12px;
}
.form__checkbox input[type=checkbox] {
	display: none;
}
.form__checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	user-select: none;
}
.form__checkbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: url('../img/checkbox-form.svg') 0 0 no-repeat;
}
/* Checked */
.form__checkbox input[type=checkbox]:checked+label:before {
	content: '\2713';
	background: linear-gradient(106.03deg, #F9A80C 34.05%, rgba(249, 168, 13, 0.63) 86.2%);
	border-radius: 4px;
	text-align: center;
	color: white;
}
/* Hover */
.form__checkbox label:hover:before {
	filter: brightness(120%);
}
.form__regular-customer {
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}
.form__regular-customer.form__row {
	flex-direction: row;
	flex-wrap: wrap;
}
.form__regular-customer .input__row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 8px;	
}
.form__regular-customer .input__row .full {
	flex: 1;
	max-width: 100%;
}
.form__regular-customer a {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #F19107;
	text-decoration: none;
	padding-bottom: 20px;
}
.form__regular-customer input, .form__regular-customer textarea, .select2-container {
	border: 1.5px solid #DBDBDB;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	max-width: 439px;
	height: 43px;
	/*margin-bottom: 18px;*/
	padding: 0 15px;
}
.form__regular-customer .full-width {
	max-width: 100%;
	width: 100%;
}
.form__regular-customer .short-width {
	max-width: 106px;
	width: 106px;
}
.form__regular-customer textarea {
	height: 120px;
	padding-top: 5px;
}
.form__regular-customer select {
	border: 1.5px solid #DBDBDB;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	max-width: 439px;
	height: 43px;
	margin-bottom: 18px;
	padding-left: 15px;
	cursor: pointer;
	font-family: Raleway, sans-serif;
}
.contact-information__text {
	max-width: 449px;
	padding-top: 30px;
}
.contact-information__text p {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 30px;
}
.hidden {
	display: none;
	transition: linear;
}
.btn-form {
	max-width: 105px;
}
#signUP__form {
	display: none;
}
@media (max-width: 480px) {
	.stages {
		padding-top: 0px;
	}
	.stages div {
		margin-bottom: 10px;
	}
	.stages img {
		max-width: 15px;
		margin: 0px 8px 10px 8px;
	}
	.stages img:nth-of-type(2) {
		display: none;
	}
	.contact__information p {
		font-weight: 600;
		font-size: 10px;
		line-height: 12px;
	}
	.delivery p {
		font-weight: 600;
		font-size: 10px;
		line-height: 12px;
	}
	.confirmation p {
		font-weight: 600;
		font-size: 10px;
		line-height: 12px;
	}
	.payment p {
		font-weight: 600;
		font-size: 10px;
		line-height: 12px;
	}
	.contact-information__text p {
		font-weight: 600;
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 30px;
	}
	.sum p {
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
	}
	.form__radio label:before {
		top: 0px;
	}
	.form__radio label {
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
	}
	.form__checkbox label:before {
		top: 0%;
	}
}
/*size table */
.size {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-items: flex-start;
}
.size__table {
	text-align: center;
	position: relative;
	height: 99px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.size__table::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10rem;
	background-image: linear-gradient(to bottom, transparent 0, #fff 100%);
}
.act {
	height: 99px !important;
}
.size_btn {
	text-decoration: none;
	color: #A8A8A8;
	cursor: pointer;
	transition: all .3s;
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-decoration: underline dotted;
}
.size_btn_text {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #A8A8A8;
}
.size__table__wrapper img {
	width: 100%;
	max-width: 611px;
}
/*Delivery section*/
.delivery__method {
	display: flex;
	flex-direction: column;
	max-width: 784px;
	margin-bottom: 30px;
}
.delivery__method__main-text {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(106.03deg, #F9A80C 34.05%, rgba(249, 168, 13, 0.63) 86.2%);
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px 9px 0px 0px;
	height: 60px;
}
.delivery__method__main-text h3 {
	padding-left: 21px;
	color: #FFFFFF;
	padding-top: 18px;
}
.delivery__but3 {
	padding: 15px 25px !important;
	border-radius: 9px;
	border-width: 0px;
	padding: 0 0 0 0;
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #F19107;
	background: #FFFFFF;
	margin-right: 23px;
	transition: all 1s ease-out;
	cursor: pointer;
}
.delivery__but3:hover {
	transform: scale(1.1);
}
.delivery__method__sub-text {
	padding: 25px 25px;
	border: 1.6px solid #F0F0F0;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 0px 0px 9px 9px;
}
.delivery__method__sub-text p {
	padding: 6px 0px 10px 0px;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0rem;
}
.delivery__method__sub-text .delivery-info {
	color: #686868;
	padding-top: 0;
}
.delivery__method__sub-text>.form__regular-customer {
	padding-top: 0px;
}
#cancel {
	display: none;
}
#cancel2 {
	display: none;
}
#cancel3 {
	display: none;
}
#signUP__form2 {
	display: none;
}
#signUP__form3 {
	display: none;
}
.email-delivery {
	color: #DB0606;
}
.form__regular-customer select:required:invalid {
	color: #686868;
}
.form__regular-customer select {
	text-transform: none;
	color: #686868;
}
.form__regular-customer select>option {
	max-width: 385px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	height: 202px;
	border: 1.6px solid #DBDBDB;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	color: #686868;
}
option[value=""][disabled] {
	display: none;
}
option {
	color: #000;
}
.form__regular-customer select>option::-webkit-scrollbar {
	width: 5px;
}
.form__regular-customer select>option::-webkit-scrollbar-track {
	background: #F0F0F0;
}
.form__regular-customer select>option::-webkit-scrollbar-thumb {
	background: #818486;
	border-radius: 4px;
}
@media(max-width: 480px) {
	.delivery__method {
		margin-bottom: 15px;
		position: relative;
	}
	.delivery__method__main-text h3 {
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		margin: 0;
		padding: 11px 0px 10px 9px;
	}
	.delivery__method__main-text {
		height: 40px;
	}
	.delivery__method__sub-text {
		padding: 9px 7px 51px 9px;
	}
	.delivery__method__sub-text p {
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		padding: 0px 0px 21px 0px;
	}
	.delivery__but3 {
		position: absolute;
		background: linear-gradient(106.03deg, #F9A80C 34.05%, rgba(249, 168, 13, 0.63) 86.2%);
		color: #FFFFFF;
		font-weight: 500;
		font-size: 14px;
		line-height: 16px;
		bottom: 4%;
		right: 0%;
		padding: 12px 20px !important;
	}
}
/*Confirmation section*/
.recipient {
	position: relative;
}
.recipient h3 {
	margin: 0 0 30px 0;
}
.recipient__client-card {
	display: flex;
	flex-direction: row;
	border: 1.6px solid #F0F0F0;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	align-items: center;
	max-width: 784px;
	margin-bottom: 30px;
}
.recipient__client-card__wrapper {
	min-width: 110px;
	height: 110px;
	background: linear-gradient(106.03deg, #F9A80C 34.05%, rgba(249, 168, 13, 0.63) 86.2%);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	margin: 15px 35px 15px 20px;
}
.recipient__client-card__wrapper img {
	width: 50%;
}
.recipient__client-card__text {
	padding: 15px 20px 15px 0;
}
.recipient__client-card__text p:last-child {
	margin-bottom: 0;
}
.name {
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
}
.adress {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.recipient>.item>.description-position>.description {
	margin-bottom: 42px;
}
.recipient>.item>.description-position>.total-price {
	margin-top: 42px;
}
.delivery__choice {
	margin-top: 30px;
}
.delivery__choice p {
	margin-bottom: 17px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
}
.cost {
	display: flex;
	flex-direction: row;
}
.cost span {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
}
.cost p {
	margin-left: 13px;
	font-weight: 400;
	font-size: 25px;
	line-height: 29px;
}
.the-note {
	position: absolute;
	bottom: -14%;
	right: 27%;
	text-align: end;
}
.the-note p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0rem;
}
.comment {
	display: flex;
	flex-direction: column;
	max-width: 784px;
}
.comment textarea {
	padding: 14px 0px 0px 15px;
}
.comment button {
	margin-top: 26px;
	max-width: 90px;
	height: 49px;
	text-align: center;
	padding: 15px 15px !important;
}
@media (max-width: 768px) {
	.recipient>.item>.description-position>.description {
		margin-bottom: 7px;
	}
	.recipient>.item>.description-position>.total-price {
		margin-top: 0px;
	}
	.delivery__choice p {
		margin-bottom: 59px;
		font-weight: 500;
		font-size: 14px;
		line-height: 16px
	}
	.cost span {
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
	}
	.cost p {
		margin-left: 14px;
		font-weight: 400;
		font-size: 25px;
		line-height: 29px;
	}
}
@media (max-width: 480px) {
	.sum {
		padding-top: 15px;
	}
	.sum p {
		margin-bottom: 20px;
	}
	.recipient h3 {
		margin: 0 0 20px 0;
	}
	.recipient__client-card {
		margin-bottom: 20px;
	}
	.recipient__client-card__wrapper {
		max-width: 55px;
		height: 55px;
		margin: 9px 8px 8px 6px;
	}
	.name {
		font-weight: 500;
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 4px;
	}
	.adress {
		font-weight: 300;
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 0rem;
	}
	.recipient>.item>.description-position>.description {
		margin-bottom: 7px;
	}
	.recipient>.item>.description-position>.total-price {
		margin-top: 0px;
	}
	.delivery__choice {
		margin-top: 20px;
	}
	.comment textarea {
		padding: 11px 0px 0px 8px;
	}
	.comment button {
		margin-top: 20px;
		max-width: 83px;
		height: 40px;
		text-align: center;
		padding: 12px 20px !important;
	}
	.online-confirmed {
		font-weight: 500;
		font-size: 12px !important;
		line-height: 14px;
	}
}
/*personal-area Section*/
.li__profile {
	/* display: flex;
	flex-direction: column; */
	
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}
.li__profile li {
/*     margin-top: 20px; */
    margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.li__profile li::before {
	content: "•";
	padding-right: 15px;
	font-size: 80px;
	vertical-align: middle;
/*     line-height: 23px; */
	color: #B2D630;
	border-radius: 50%;
	
	line-height: 0;
	width: 40px;
	height: 16px;
}
.li__profile li:first-child {
	margin-top: 0px;
}
.li__profile a {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	transition: all 0.15s ease-out;
	;
}
.li__profile a:hover {
	color: #F19107;
}
.li__profile button {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	border: 0px;
	background: #FFFFFF;
	line-height: 23px;
	transition: all 0.15s ease-out;
	;
}
.li__profile button:hover {
	color: #F19107;
}
@media (max-width: 1200px) {
	.li__profile a {
		font-weight: 600;
		font-size: 18px;
		line-height: 23px;
	}
}
/*my-profile Section*/
.form__my-profile {
	display: flex;
	flex-direction: column;
}
.form__my-profile {
	margin-top: 7px;
}
.form__my-profile input {
	border: 1.5px solid #DBDBDB;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	/*max-width: 330px;*/
	max-width: 500px;
	height: 43px;
	margin-bottom: 18px;
	padding-left: 15px;
}
.form__my-profile label {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #AAAAAA;
	padding-bottom: 4px;
}
.form__my-profile input:last-child {
	margin-bottom: 30px;
}
.form__my-profile input::placeholder {
	color: #000000;
}
.form__my-profile select {
	border: 1.5px solid #DBDBDB;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	/*max-width: 330px;*/
	max-width: 500px;
	height: 43px;
	margin-bottom: 18px;
	padding-left: 15px;
}
.btn-profile {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.btn-profile .but3 {
	padding: 12px 20px !important;
	height: 43px;
	transition: all 0.5s ease-out;
}
.btn-profile .but3:hover {
	transform: scale(1.1);
}
.btn-profile button {
	margin-right: 20px;
	max-width: 116px;
	text-decoration: none;
	padding: 1px 20px !important;
	transition: all 0.5s ease-out;
}
.btn-profile button:hover {
	color: #000000;
	transform: scale(1.1);
}
/*POPUP section*/
.custom__modal-title {
	display: flex;
	flex-direction: row;
}
.custom__modal-title img {
	max-width: 24px;
	margin-left: 15px;
}
.custom__modal-title h5 {
	font-weight: 600;
	font-size: 26px;
	line-height: 31px;
}
.modal-body span {
	margin: 20px 0px;
	display: flex;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #F19107;
}
.modal-body .btn-profile {
	margin-bottom: 42px;
}
.modal-content {
	max-width: 857px;
}
.modal-body {
	padding: 0px 74px 0px 73px;
}
.registration__form-p {
	padding-top: 20px;
	display: flex;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 0;
}
.ha-icon.yandex {
    margin-top: 10px;
    margin-bottom: 40px;
}
.registration__form-p button {
	color: #F19107;
}
.modal-body .form__regular-customer {
	padding-top: 0px;
}
.form__regular-customer label {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #686868;
	margin-bottom: 5px;
}
.custom__modal-body {
	width: 857px;
	transform: translateX(-150px);
}
.form__registration {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 0px;
	align-items: flex-start;
	justify-content: space-between;
}
.form__registration a {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #F19107;
	text-decoration: none;
	padding-bottom: 20px;
}
.form__registration input {
	border: 1.5px solid #DBDBDB;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 9px;
	height: 43px;
	margin-bottom: 18px;
	padding: 0 15px;
}
.form__registration input.error {
	border-color: brown;
}
.form__registration label {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #686868;
	margin-bottom: 5px;
}
.form__registration-block {
	display: flex;
	flex-direction: column;
}
.form-nowrap {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0 -10px;
	padding: 0 10px;
	width: 50%;
}
.form__registration-block__checkcox {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.form__registration-block__checkcox input {
	width: 15px;
	margin-bottom: 0px;
	margin-right: 23px;
}
.btn-reg {
	max-width: 210px;
	margin-bottom: 58px;
}
.product-sostav {
	display: inline-block;
	padding: 5px 10px;
	background: linear-gradient(102.85deg, #A3C626 20.73%, rgb(163 198 38 / 89%) 105.47%);
	border-radius: 4px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: #fff;
}
.product-sostav span {
	font-weight: bold;
}
.product-delivery {
	margin: 14px 0;
	display: inline-block;
	border: 1px solid #E3E8ED;
	border-radius: 4px;
	font-weight: 600;
	font-size: 12px;
	line-height: 13px;
	padding: 5px 11px 6px 31px;
	background: url(../img/freedel.svg) left 7px center no-repeat;
	background-color: #EFF4F9;
}
.product-prices {
	font-family: 'Montserrat', sans-serif;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 13px 0 10px;
}
.product-prices__prices {
	display: flex;
	align-items: center;
}
.product-card__prices {
	font-family: 'Montserrat', sans-serif;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start
}
.product-card__price {
	color: #000;
	font-size: 30px;
	line-height: 43px;
	font-weight: 600;
}
.product-card__price span.cur {
	font-weight: 400;
	font-size: 27px;
	line-height: 33px;
}
.product-card__old-price {
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	color: #BEBEBE;
	text-decoration: line-through;
	margin-left: 5px;
	position: relative;
	top: 5px;
}
.product-form {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.product-description {
	color: #000;
	margin-top: 15px;
	font-size: 12px;
	line-height: 16px;
}
.product-sizes {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #F0F0F0;
	border-radius: 9px;
}
.scrollbar-outer {
	max-height: 200px;
}
.scroll-wrapper > .scroll-content {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	width: 0 !important
}
.scrollbar-outer > .scroll-element .scroll-bar {
	background-color: #B2D630;
}
.scrollbar-outer > .scroll-element.scroll-y {
	width: 9px;
}
.select_ul-text{
   font-weight: 600;
   font-size: 14px;
   line-height: 109.4%;
   padding-top: 5px;
}
ul#selectMenuBox {
	padding: 0;
	margin: 0;
}
ul#selectMenuBox > li label{
	display: block;
	padding: 10px;
	cursor: pointer;
}
ul#selectMenuBox > li.option label {
	color: gray;
	padding: 10px;
}
ul#selectMenuBox > li.option label:hover, ul#selectMenuBox > li.option input:checked + label {
	color: #333;
	border-radius: 7px;
	background: #efefef;
	transition: .2s;
}
.product-action {
	display: flex;
	align-items: center;
}
.cart-btn {
	padding: 0 20px;
	background: #F19107;
	border-radius: 9px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.new_products_item_but.disabled, .cart-btn.disabled {
	background: #E8E8E8;
	color: #1b1b1b;
}
.fav-btn {
	width: 44px;
	height: 44px;
	margin-left: 8px;
	background: #EFF4F9;
	border: 1px solid #E3E8ED;
	border-radius: 9px;
	text-align: center;
	vertical-align: middle;
}
.fav-btn .act-icon {
	display: none;
}
.fav-btn.active .def-icon {
	display: none;
}
.fav-btn.active .act-icon {
	display: inline;
}
.step {
	display: none;
}
.step.complit {
	display: block;
}
.input-error {
	border-color: #f44336 !important;
	-webkit-box-shadow: 0 0 8px 0 rgba(244, 67, 54, 0.6) !important;
	-moz-box-shadow: 0 0 8px 0 rgba(244, 67, 54, 0.6) !important;
	box-shadow: 0 0 8px 0 rgba(244, 67, 54, 0.6) !important;
}
.delivery-hidden {
	display: none;
}
.delivery-checked .delivery-hidden {
	display: block;
}
.cancel-button {
	display: none;
}
input:checked ~ .choose-button {
	background: #A3C626;
	color: #fff;
	cursor: default;
}
input:checked ~ .cancel-button {
	display: block;
}
input:checked ~ .choose-button span:first-child, .choose-button span:last-child {
	display: none;
}
input:checked ~ .choose-button span:last-child {
	display: inline;
}
#ms_cdek2_status_point {
	margin-bottom: 20px;
}
#ms_cdek2_status {
	display: none !important;
}
.video-slide:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.video-slide iframe {
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 1200px) {
	.custom__modal-body {
		width: 100%;
		transform: translateX(0px);
	}
	.form__registration {
		flex-direction: column;
		justify-content: center;
	}
	.form__registration input {
		padding-right: 80px;
		height: 40px;
		margin-bottom: 15px;
	}
	.form__regular-customer input {
		height: 40px;
		margin-bottom: 15px;
	}
	.form__regular-customer textarea {
		margin-bottom: 15px;
	}
	.btn-reg {
		margin-top: 18px;
	}
	.modal-body {
		padding: 0px 11px 0px 8px;
	}
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1450px;
	}
}
@media (max-width: 1400px) {
	.navigation_box {
		width: 100%;
	}
	.navigation_box a, .navigation_box button {
		padding: 13px 10px;
	}
	.navigation_boxFilt {
		margin: 20px 10px 0 10px
	}
	.sliderCont {
		left: 460px;
		right: 50px;
	}
}
@media (max-width: 1200px) {
	.mob {
		display: block
	}
	.desc {
		display: none
	}
	.header {
		display: block;
		margin-bottom: 10px;
		padding-top: 10px;
	}
	.share1 {
		display: none
	}
	.icMobMenu {
		display: block !important;
		position: absolute;
		background: url(../img/icMobMenu.svg);
		width: 45px;
		height: 45px;
	}
	.navigation_box {
		display: none
	}
	.header_logo {
		display: none
	}
	.header_telephone {
		font-size: 16px;
	}
	.header_worktime {
		font-size: 11px
	}
	.headerIcons {
		display: none
	}
	.registration {
		display: none
	}
	.searh_form {
		display: block;
		width: 100%;
		margin: 15px 0 0 0;
		border: 1.02527px solid rgba(0, 0, 0, 0.05);
		box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
		border-radius: 4px;
	}
	.headContacts {
		display: block;
		width: 100%;
		text-align: right
	}
	.header_telephone {
		text-align: right
	}
	.mobNavigation {
		padding: 13px 22px;
		margin: 15px 0;
		background: #FFFFFF;
		border: 1.6px solid #F0F0F0;
		box-shadow: 2px 10px 32px rgb(0 0 0 / 5%);
		border-radius: 9px;
		width: 100%;
		height: 40px;
		position: relative;
		z-index: 1;
		vertical-align: center;
		font-family: var(--font-main);
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		padding: 0;
		cursor: pointer;
	}
	.mobNavigation .icon {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mobNavigation .icon img {
		transition: transform 0.2s ease-in-out;
		-webkit-transition: transform 0.2s ease-in-out;
		-moz-transition: transform 0.2s ease-in-out;
		-ms-transition: transform 0.2s ease-in-out;
		-o-transition: transform 0.2s ease-in-out;
	}
	.mobNavigation.active .icon img {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
}
	.mobNavigation p {
		margin-bottom: 0rem;
		padding: 12px 11px;
		font-weight: 500;
		font-size: 14px;
		line-height: 16px;
	}
	.bread_crumbs {
		font-size: 14px;
		margin: 20px 0 10px 0;
	}
	h3 {
		font-size: 18px;
	}
	.product_tags2 {
		overflow: auto;
		white-space: nowrap;
	}
	.new_products_item {
		display: block;
		margin-right: 0
	}
	.new_products_item_up {
		width: 100%;
		box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
		border-radius: 14.2482px 14.2482px 0px 0px;
	}
	.new_products_item_but {
		display: block;
		width: 100%;
		box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
	}
	.new_products_item button {
		display: block
	}
	.new_products_item:hover button {
		display: block
	}
	.line {
		margin-top: 20px;
		height: 2px
	}
	.mobPanel {
		position: fixed;
		display: flex;
		align-items: center;
		justify-content: center;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		background: #FFFFFF;
		box-shadow: 2px -3px 31px rgba(0, 0, 0, 0.1);
		border-radius: 9px 9px 0px 0px;
	}
	.mobPanel a {
		position: relative;
		display: inline-block;
		margin: 0 1%;
		width: 30%;
		height: 55px;
		font-size: 8px;
		color: #303030;
		text-decoration: none;
	}
	.mobPanel a img {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 5px
	}
	.mobPanel a span {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		text-align: center
	}
	.mobGenMenu {
		display: none;
		position: relative;
		padding: 20px 5%;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 100;
		overflow: visible;
		background: #A3C626;
		box-shadow: 1.76412px 8.82062px 28.226px rgba(0, 0, 0, 0.05);
		border-radius: 0px 0px 9px 9px;
	}
	.mobGenMenuItems a {
		display: block;
		position: relative;
		font-size: 16px;
		padding: 13px 0;
		color: #FFFFFF;
		text-decoration: none;
		border-bottom: 1px solid #92B41B;
	}
	.mobGenMenuItems .icon {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.mobGenMenuItems .icon img {
		transition: transform 0.2s ease-in-out;
		-webkit-transition: transform 0.2s ease-in-out;
		-moz-transition: transform 0.2s ease-in-out;
		-ms-transition: transform 0.2s ease-in-out;
		-o-transition: transform 0.2s ease-in-out;
	}
	.mobGenMenuItems .active > a > .icon img {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	} 
	.mobGenMenuItemSub {
		margin: 0 0 0 25px;
		display: none;
	}
	.mobGenMenuItems .active > .mobGenMenuItemSub {
		display: block;
	}
	.mobGenMenuItemSub a {
		font-size: 14px;
		font-weight: 100;
	}
	.mobGenMenuHead {
		position: relative;
		margin: 0 0 25px 0
	}
	.mobGenMenuClose {
		display: inline-block
	}
	.icons {
		display: flex;
		flex-direction: row;
	}
	.icons img {
		position: relative !important;
	}
	.icons a {
		border: 0px solid;
	}
	.sliderImg1 {
		width: 100%
	}
	.searh_formMob {
		box-sizing: border-box;
		width: 100%;
		height: 43px;
		background: #fff;
		background-image: url(../img/search.svg);
		background-repeat: no-repeat;
		background-position: left 15px center;
		padding-left: 40px;
		border: 1px solid #92B41B;
		border-radius: 4px
	}
	.searh_formMob:focus {
		border: none
	}
	.statyi img {
		width: 100%;
		margin: 0 0 20px 0
	}
	.footer {
		padding: 10px 30px 30px 30px
	}
	.footer h2 {
		display: none
	}
	.footerRight {
		padding-bottom: 100px;
		text-align: center
	}
}
@media (max-width: 991px) {
	.new_products_item {
		width: calc(100%/3)
	}
	.sliderCont {
    	left: 400px;
    	right: 20px;
    }
    .slider__sales-labels {
        max-width: 340px;
    }
    .slider__sales img {
    	max-width: 360px;
    }
    .carousel-item {
        min-height: 360px;
    }
}
@media (max-width: 767px) {
    .form-nowrap {
	    width: 100%;
    }
}
@media (max-width: 767px) {
	.new_products_item {
		width: calc(50%)
	}
	.sliderCont {
    	left: 280px;
    	right: 20px;
    }
    .sliderCont h2 {
        font-size: 18px;
    }
    .sliderCont h4 {
        line-height: 1.2;
    }
    .slider-title {
        font-size: 20px;
    }
    .slider__sales img {
    	max-width: 240px;
    }
    .carousel-item {
        min-height: 240px;
    }
    .carousel-item p {
    	font-size: 12px;
    	line-height: 13px;
    	margin-bottom: 15px;
    }
    .sliderCont .but2 {
        padding: 8px 25px !important;
    }
    .slider__sales-labels {
        max-width: 220px;
    }
    .slider__sales-1,
    .slider__sales-2 {
        font-size: 14px;
        line-height: 1.2;
    }
}
@media(max-width: 575px) {
    #main-slider .carousel-item.active {
    	display: flex;
    }
    #main-slider .carousel-item {
    	flex-direction: column-reverse;
    	gap: 20px;
    }
    .sliderCont {
    	position: static;
    	padding: 0 15px 20px;
    	transform: unset;
    	left: unset;
    	right: unset;
    }
}
@media(max-width: 480px) {
	h3 {
		margin: 0 0 15px 0;
	}
	.new_products_item {
		width: 100%;
	}
}
.reviews-btn {
	width: 164px;
	padding: 12px 20px !important;
}

.rating-area {
	margin-bottom: 15px;
}
.reviews .rating-area {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 0;
	width: 130px;
	min-width: 130px;
}
.rateit {
    cursor: pointer;
}
.rateit.default {
    cursor: default;
	margin-left: 10px;
}
.rateit .rateit-range {
    background: url('../img/stars.png');
    height: 28px;
}
.rateit .rateit-hover, .rateit .rateit-selected {
    background: url('../img/stars-fill.png');
}
.default .rateit-hover {
	display: none;
}

@media (max-width: 767px) {
	.reviews .rating-area {
		margin-right: auto;
	}
}
/* === 27.01.2023 === */
.natus {
    margin-top: 0;
}
.natus p {
      font-size: 0.7em;
    line-height: 7.4;
}
@media (min-width:786px) {
  .natus-md {
    margin-top: -1.5em;
  }
  .footerRight {
    padding: 0;
  }
}
/* === // 27.01.2023 === */
/* === 08.02.2023 === */
/* - Бесплатная доставка баннер - */

.delivery-free {
	margin: 25px 0 35px;
	padding: 34px 47px 30px 90px;
	background: linear-gradient(120.2deg, #F9A80C 0.4%, rgba(249, 168, 13, 0.36) 113.09%);
	border: 1.6px solid #F0F0F0;
	box-shadow: 2px 10px 32px rgb(0 0 0 / 5%);
	border-radius: 9px;
}

.delivery-free p {
	position: relative;
	margin-bottom: 5px;
	max-width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	line-height: 100.4%;
}

.delivery-free p > svg {
	position: absolute;
	top: 5px;
	left: -40px;
}

.delivery-free span {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 141.9%;
}
@media (max-width:991px){
    .total__price .but3 { margin-left: 10px; padding: 12px 25px !important;}
}
@media (max-width:768px){
	.delivery-free { padding: 25px 25px 25px 70px;}
	.delivery-free p { font-size: 28px;}
	.delivery-free p > svg {
    	top: 0px;
    	width: 32px;
    	left: -43px;
    }
}
@media (max-width:575px){
    .delivery-free { padding: 24px 14px 24px 78px;}
    .delivery-free p {font-size: 18px;}
    .delivery-free p > svg {
        left: -50px;
    }
}

@media (max-width:319px){
    .delivery-free { padding: 60px 15px 15px 15px; text-align: center;}
    .delivery-free p > svg {
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* - Корзина с товаром - */
.description {
	padding-top: 0;
	margin-top: -35px;
}
.basket {
	top: 9%;
	right: 12px;
	left: unset;
}

.total-price {
	margin-top: 30px;
}
@media (max-width: 1399px) {
    .description {margin-top: -20px;}
    .the-note {right: 7%;}
}
@media (max-width: 1199px) {
    .footer_logo {margin-bottom: 55px;}
    .the-note {right: 17%;}
}
@media (max-width: 991px) {
    .the-note {right: 0;}
}
@media (max-width: 768px) {
    .description {margin-top: 0;}
    .total-price { margin-top: 0;}
	.shopping-cart {
		min-width: 280px;
		height: auto;
		overflow: hidden;
		margin: 0;
	}
	.characteristic-position {
		position: absolute;
    	top: 48%;
    	left: 42%;
    	transform: translateX(-131%);
	}
	.characteristic { max-width: 100px;}
	.basket {
		top: 82%;
		left: 54%;
	}
	.total__price .but3 {
    	top: 173%;
    	left: 0;
    	margin: 0;
    }
    .promocod input {max-width: 185px;}
    .footer_logo {margin-bottom: 0;}
    .the-note {
		position: absolute;
		bottom: -11%;
		text-align: inherit;
	}
	.the-note p {
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 0;
	}
}
@media (max-width: 480px) {
    .the-note {
    	bottom: -19%;
    	left: 0;
    	right: unset;
	}
}
@media (max-width: 359px) {
    .footer {padding: 10px 0 60px;}
}

/* - Точки на список - */
.ul-dot li {
	position: relative;
}
.ul-dot li::after {
	display: block;
	content: '';
	position: absolute;
	top: 11px;
	left: -30px;
	width: 8px;
	height: 8px;
	background-color: #F19107;
	border-radius: 50%;
}

/* === // 08.02.2023 === */
/* ===  20.02.2023 === */
.image > a {
    display: block;
}
/* === // 20.02.2023 === */
.error-message {
	display: none;
	color: red;
	font-size: 12px;
	line-height: 1em;
	margin-top: -10px;
	margin-bottom: 10px;
	width: 100%;
}
.input-error + .error-message {
	display: block;
}
.ui-autocomplete {
	margin-top: 7px;
	border: 1.5px solid #DBDBDB !important;
	box-shadow: 2px 10px 32px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	overflow: hidden;
}
.ui-autocomplete .ui-menu-item-wrapper {
	padding: 10px 15px;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #3D3D3D;
}
.ui-autocomplete .ui-menu-item + .ui-menu-item {
	border-top: 1px solid #F0F0F0;
}
.ui-autocomplete .ui-state-active {
	background: #F19107;
	color: #fff;
	border: none;
	margin: 0;
}

.input-file {
    border: 1px solid #979797;
    background: #f8f8f8;
    min-height: 115px;
	padding-bottom: 6px;
	margin-bottom: 18px;
}
.dragover {
    border-color: #1e7ee5;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.files {
    padding: 15px 20px 0;
    display: none;
}
.files.visible {
    display: block;
}
.input-file .add {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    padding: 15px 0 0;
    position: relative;
}
.add-btn {
    color: #0a5bff;
    border-bottom: 1px dashed rgba(10, 91, 255, 0.3);
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.add-btn:hover {
    border-bottom-color: transparent;
}
.add-btn input {
    z-index: 2;
    cursor: pointer;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(-300px, 0px) scale(4);
    -moz-transform: translate(-300px, 0px) scale(4);
    -ms-transform: translate(-300px, 0px) scale(4);
    -o-transform: translate(-300px, 0px) scale(4);
    transform: translate(-300px, 0px) scale(4);
}
.files .file {
    padding: 0px 0 10px;
    line-height: 22px;
    position: relative;
    margin-bottom: 9px;
    width: 100%;
	display: flex;
}
.files .name {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
    float: left;
    white-space: nowrap;
    padding-left: 17px;
    position: relative;
    color: #333;
}
.files .name::before {
    background: url('../img/successfile.png') no-repeat center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 10px;
    content: '';
}
.files .file-loading .name {
    padding-left: 0;
}
.files .file-loading .name:before {
    display: none;
}
.files .file-loading .progress .pv{
    display:block;
}
.files .size {
    text-align: right;
    font-size: 11px;
    color: #80909c;
    padding-left: 10px;
    white-space: nowrap;
    margin-left: auto;
}
.files .delete {
    float: right;
    cursor: pointer;
    width: 8px;
    height: 8px;
    margin-top: 7px;
    background: url('../img/delfile.png') no-repeat center;
    margin-right: 4px;
    margin-left: 8px;
}
.files .progress {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: #DBE4EB;
    overflow: hidden;
}
.files .progress .p {
    height: 1px;
    width: 0%;
    background: #2C60A4;
    max-width: 100%;
    /* display: none; */
    -webkit-transition: width 0.3s 0s;
    -moz-transition: width 0.3s 0s;
    -ms-transition: width 0.3s 0s;
    -o-transition: width 0.3s 0s;
    transition: width 0.3s 0s;
    will-change: transition;
}
.reviews-images {
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
	display: flex;
}
.reviews-images li {
	margin-right: 15px;
}
.reviews-images li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.reviews-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    max-height: 126px;
}
.comments-list .ticket-comment .comment-reply, .comments-list .ticket-comment .rating-area {
	display: none;
}
.modal-form-buttons {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}
.modal-form-buttons a {
	padding: 0;
}

.loginLoginFieldset {
    display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.discount-banner{
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
	background: #A3C626;
	color: #fff;
	border-radius: 5px;
	position: relative;
}
.discount-banner .btn-close{
	position: absolute;
	right: 10px;
	top: 50%;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
}