/*
@media (max-width: 1100px) {
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
	/*min-height: 310px;*/
	min-height: calc(100vh - 500px + 75px);
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	/*text-decoration: underline dotted; !* 2 *!*/
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*    /\        END   normalize.css  /\     */


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


/*
	alert
*/

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}

/*.alert-message {*/
/*	max-width: 450px;*/
/*}*/

#page_content .alert-message .alert-heading {
	display: none;
}

#page_content .alert-message {
	color: var(--color_pink3);
	font-size: 1.5rem;
	font-weight: bold;
}


/*

*/

pre {
	text-align: left;
}


.hidden {
	display: none;
	/*	display: none !important;*/
}

.so_hidden,
.hidden2
{
	display: none !important;
}



/*
	Global

*/


/* variables: */
:root {
	--pie-percent : 0;

	--color_primary: #F1F1F1;
	--color_d_green: #468847;
	--color_gray: #5b5a58;
	--color_gray2: #77608d;
	--color_pink1: #ff56be;
	--color_pink2: #ff24ad;
	--color_pink3: #ff5bc1;
	--color_pink4: #e92ba0;
	--color_poison: #e26703;

	--color_light : #FFF;
	--color_whatsapp : #25d366;
	--color_telegram : #27a7e9;

	/*--main_bp : 767px;*/

	--header_height: 40px;

	--swiper-theme-color : var(--color_pink4);
	--swiper-pagination-bullet-inactive-color : var(--color_d_green);
	--swiper-pagination-color: var(--color_pink4);
	--swiper-pagination-bullet-inactive-opacity: .3;
	--swiper-pagination-bullet-size : 11px;
	--swiper-pagination-bullet-horizontal-gap: 5px;
}

body{
	background: #ffffff;
	font-family: Roboto, serif;
	font-size: 15px;
	color: #000;
	min-width: 1200px;
}


/*h1, h2, h3, h4, h5, h6 {*/
/*	font: 24px "Lucida Sans Unicode", "Lucida Grande", "Myriad Pro", sans-serif;*/
/*}*/


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

a:focus {
	background-color: transparent;
}

a {
	color: #638148;
	text-decoration: none;
}

a:hover {
	color: #638148;
	text-decoration: underline;
}

:focus {
    outline: none !important;
}

/*h2 {*/
/*	font-size: 20px;*/
/*}*/

.clearfix {
	clear: both;
}

/*.soitems:after*/
/*{*/
/*    content: "";*/
/*    display: block;*/
/*    clear: both;*/
/*    visibility: hidden;*/
/*    line-height: 0;*/
/*    height: 0;*/
/*    margin: 0;*/
/*    padding: 0; */
/*}*/





html, body {
	height: 100%; /*Помогает прибить подвал к низу*/
	margin: 0;
	padding: 0;
	min-width: 320px;
	position: relative;
	width: 100%;
	color: black;
	background: white;
}

body {
	/*line-height: 1;*/
	font-size: 13px;
	line-height: 20px;
	font-family: "Trebuchet MS", serif;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: url("../images/snow.png") repeat;
	/*scrollbar-gutter: stable;*/
}

@media (max-width: 1100px) {
	body.locked {
		overflow: hidden;
	}

	.so_wrapper {
		padding-bottom: 60px;
	}

	body.lock {
		width: 100%;
		position: fixed;
		overflow: hidden;
	}
}

/* ==================================== */


/*h1 {*/
/*	font-size: 40px;*/
/*	line-height: 1;*/
/*	margin: 0 0 50px 0;*/
/*}*/

/*h1 {*/
/*	font-size: 30px;*/
/*	line-height: 1;*/
/*	margin: 0 0 20px 0;*/
/*}*/

/*ul {*/
/*	list-style: none;*/
/*}*/

/* ==================================== */


.so_wrapper {
	background: url("../images/snow.png") repeat;
}

@media (min-width: 1100px) {
	.so_wrapper {
		min-height: 100%;
		display: grid;
		grid-template-rows : minmax(160px, auto) 1fr minmax(70px, auto);
		grid-template-columns : minmax(auto, 1400px);
		grid-template-areas:
				"header"
				"main"
				"footer"
		;
		justify-content: center;
	}
}


.burger_trigger {
	display: block;
	/*width: 60px;*/
	/*height: 45px;*/
	width: 29px;
	height: 23px;
	position: relative;
	transform: rotate(0deg);
	/*transition: .5s ease-in-out;*/
	cursor: pointer;
	transition: all 0.5s ease-in-out 10s;
}

.burger_trigger span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background: var(--color_primary);
	opacity: 1;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}
.burger_trigger span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}
.burger_trigger span:nth-child(odd) {
	left:0;
	border-radius: 9px 0 0 9px;
}
.burger_trigger span:nth-child(1),
.burger_trigger span:nth-child(2) {
	top: 0;
}
.burger_trigger span:nth-child(3),
.burger_trigger span:nth-child(4) {
	/*top: 18px;*/
	top: 9px;
}
.burger_trigger span:nth-child(5),
.burger_trigger span:nth-child(6) {
	/*top: 36px;*/
	top: 18px;
}
.burger_trigger.opened span:nth-child(1),
.burger_trigger.opened span:nth-child(6) {
	transform: rotate(45deg);
}
.burger_trigger.opened span:nth-child(2),
.burger_trigger.opened span:nth-child(5) {
	transform: rotate(-45deg);
}
.burger_trigger.opened span:nth-child(1) {
	left: 4px;
	top: 7px;
}
.burger_trigger.opened span:nth-child(2) {
	left: calc(50% - 3px);
	top: 7px;
}
.burger_trigger.opened span:nth-child(3) {
	left: -50%;
	opacity: 0;
}
.burger_trigger.opened span:nth-child(4) {
	left: 100%;
	opacity: 0;
}
.burger_trigger.opened span:nth-child(5) {
	left: 4px;
	top: 14px;
	/*top: 29px;*/
}
.burger_trigger.opened span:nth-child(6) {
	left: calc(50% - 3px);
	top: 14px;
	/*top: 29px;*/
}


.desktop {
	display: none;
}

@media (min-width: 1100px) {
	.mobile {
		display: none !important;
	}

	.desktop {
		display: block !important;
	}
}





#bar__top,
#bar__bottom
{
	display: flex;
	justify-content: space-around;
	width: 100%;
	align-items: center;
	padding: 5px 0;
}



@media (max-width: 1100px) {
	header {
		background-color: var(--color_d_green);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		height: var(--header_height);
	}

	header .mobile .header__logo img {
		border-radius: 50%;
		width: 30px;
	}

	header .mobile .header__title,
	header .mobile .header__title a
	{
		font-size: 18px;
		color: var(--color_primary);
	}
}



/*
	curtain
*/
#curtain {
	/*border: 1px solid red;*/
	position: absolute;
	color: var(--color_primary);
	width: 100%;
	top: var(--header_height);
	right: 0;
	/*background-color: rgba(0, 0, 0, 0.9);*/
	background-color: rgba(70, 136, 71, 0.9);
	/*text-align: right;*/
	padding: 20px;
	transform: translate(0, -150%);
	transition: all 0.5s ease 0s;
	z-index: 100;
}

@media (max-width: 1100px) {
	#curtain {
		overflow-y: scroll;
		height: calc(100vh - var(--header_height));
	}
}

#curtain.opened {
	transform: translate(0, 0);
}

#curtain a {
	color: var(--color_primary);
	font-size: 18px;
	line-height: 150%;
}

#curtain a:hover
{
	/*color: var(--color_pink1);*/
	/*color: black;*/
	/*text-decoration: none;*/
}

#curtain a.active
{
	background-color: var(--color_pink4);
	border-radius: 3px;
	/*text-align: center;*/
	text-decoration: none;
	padding-left: 10px;
	/*outline-color: var(--color_pink4);*/
	/*border-bottom: 2px solid var(--color_pink4);*/
}

#curtain .block {
	margin-bottom: 50px;
}

#curtain .title {
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 15px;
}

#curtain .block li {
	margin-bottom: 25px;
}


@media (max-width: 1100px) {

	.so_menu ul,
	.so_menu ul li {
		list-style: none;
		width: 100%;
		margin-top: 10px;
	}

	.so_menu ul ul {
		padding-left: 10px;
	}

	.so_menu ul li ul {
		/*display: none;*/
		transition: all 1.2s ease 0s;
		/*visibility: hidden;*/
		opacity: 0;
		overflow: hidden;
		max-height: 0;
	}

	.so_menu .opened > ul {
		/*display: block;*/
		/*visibility: visible;*/
		opacity: 1;
		max-height: none;
	}

	.so_menu .trigger {
		font-size: 20px;
		transition: all 0.5s ease 0s;
		cursor: pointer;
	}



	.so_menu a {
		display: block;
		width: 100%;
	}

	.so_menu .active > a {
		display: block;
		width: 100%;
	}

	#curtain .shop_menu {
		/*margin-bottom: 18px;*/
		margin-top: -20px;
	}
}

/*.so_menu .trigger:hover*/
/*{*/
/*	!*color: var(--color_pink1);*!*/
/*	transform: scale(1.2);*/
/*}*/

.so_menu .opened > .menu__item > .trigger {
	transform: rotate(180deg);
	/*color: var(--color_pink2);*/
}

.so_menu .menu__item {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
}



@media (min-width: 1100px) {
	.so_menu ul ul {
		display: block;
	}

	.so_menu .menu__item i {
		font-size: 22px;
		cursor: pointer;
	}

	.nav_menu {
		display: none;
	}

	/*.so_menu .menu__item i {*/
	/*	display: none;*/
	/*}*/

	.so_menu > .nav {
		justify-content: space-around;
	}

	#curtain {
		top: 0;
		padding-top: 50px;
	}

	.locked #bar__nav .burger_trigger {
		z-index: 101;
		/*position: absolute;*/
		/*right: 50px;*/
	}

	.locked #bar__nav .burger_trigger span {
		background-color: white;
	}

	.so_menu ul ul {
		padding-left: 10px;
	}

	.so_menu ul li {
		margin-top: 8px;
	}

	.so_menu ul li a {
		width: 100%;
		display: block;
	}

	.so_menu ul li .so_parent + ul.nav {
		transition: all 1.2s ease 0s;
		opacity: 0;
		overflow: hidden;
		max-height: 0;
	}

	.so_menu .trigger {
		display: none;
	}

	.so_menu .so_parent > .trigger {
		display: inline-block;
	}

	.so_menu .opened > .so_parent + ul.nav {
		opacity: 1;
		max-height: none;
	}

}


/*@media (min-width: 1100px) {*/
/*	#curtain {*/
/*		display: none;*/
/*	}*/
/*}*/


#bar__bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: white;
	border-top: 1px solid var(--color_d_green);

	/*width: 100%;*/
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
	padding: 5px 10px;
}

svg.icon {
	transition: all 0.5s ease 0s;
}

#bar__bottom i {
	color: var(--color_d_green);
	font-size: 30px;
}

#bar__bottom > * {
	width: 40px;
}

/*#bar__bottom > *:hover {*/
/*	transform: scale(1.2);*/
/*}*/

#bar__bottom .header2__favorites i {
	color: var(--color_pink3);
}

#bar__bottom .header2__phone .icon {
	fill: var(--color_d_green);
	width: 42px;
	height: 42px;
}

header {
	position: relative;
}

header .header2__search {
	position: relative;
}

header .header2__search i {
	cursor: pointer;
}

header .header2__search .so_popup {
	display: none;
	position: absolute;
	top: -55px;
	right: -6px;
}

header .header2__search .so_popup.opened {
	display: block;
}

header .header2__search.opened i.trigger::before {
	color: red;
	content: "\f00d";
	font-size: 30px;
}

header .header2__search .search_wrp {
	display: flex;
	padding: 3px;
	background: white;
	border-radius: 3px;
}

header .header2__search .search_wrp button {
	background: transparent;
	border: none;
}

header .header2__search input {
	/*width: auto;*/
	width: 150px;
}





#cart {
	position: relative;
	top: -2px;
}

#cart .cart__img {
	width: 40px;
}

#cart .cart__total {
	position: absolute;
	top: -1px;
	right: 4px;
	color: white;
}


/*
Header Desktop
*/

#bar__nav {
	/*background-color: #c8e5bc;*/
	border-bottom: 5px solid var(--color_d_green);
}

#bar__nav .l1 {
	display: flex;
	justify-content: space-between;
}

#bar__nav .header__phones {
	margin-top: 18px;
}

#bar__nav .header__phones a {
	display: block;
	/*color: #535250;*/
	color: var(--color_d_green);
	font-size: 18px;
	font-family: Verdana, serif;
	text-decoration: none;
	line-height: 33px;
	transition: all 0.5s ease 0s;
}

#bar__nav .header__phones a:hover {
	text-decoration: none;
	color: var(--color_pink1);
}

#bar__nav .main_title {
	color: #535250;
	font-size: 26px;
	font-family: Verdana, serif;
	line-height: 33px;
	margin-top: 3px;
}

#bar__nav .highlites {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	justify-items: center;
	align-items: center;
	text-align: center;
	gap: 10px;
}

#bar__nav .highlites img {
	border: 0 solid #000;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width: 70px;
}

#bar__nav .highlites .title {
	white-space: nowrap;
}

#bar__nav .l2 {
	display: flex;
	justify-content: space-between;
}

#bar__nav .header__tagline {
	font-size: 16px;
	padding: 3px 0;
	font-weight: bold;
}

#bar__nav .header__tagline span {
	color: transparent;
}

#bar__nav .header__top-menu a {
	margin-left: 20px;
}


#nav__block1 {

}

#nav__block1 > .so_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 44px;
	margin-top: 20px;
}

#nav__block1 > .so_row a {
	display: block;
	min-width: 40px;
}

#nav__block1 .ln1 {
	transform: translate(-6px, 0);
}

.locked #nav__block1 .ln1 {
	transform: none;
}

#nav__block1 .title {
	font-size: 18px;
}

#nav__block1 .btn_submit img {
	height: 33px;
}

#nav__block1 .header__favorites i {
	transition: all 0.5s ease 0s;
	color: var(--color_pink3);
	font-size: 30px;
}

#nav__block1 .header__favorites i:hover {
	color: var(--color_d_green);
	font-weight: 400;
}

#nav__block1 .header2__search {
	color: var(--color_d_green);
	font-size: 30px;
	width: 38px;
	display: flex;
	justify-content: center;
}

#nav__block1 .header2__search .so_popup {
	top: 30px;
	right: -14px;
	z-index: 10;
}

#nav__block1 .burger_trigger span {
	background-color: black;
}




/*#nav__block1 .title {*/
/*	justify-content: space-between;*/
/*}*/

/*.content__products {}*/

/*.products {}*/

/*.products__tile {}*/

.products__item {
	margin-bottom: 30px;
}

.products__items {
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-rows: 1fr; /* Если название одного из товаров слишком длинное, то позволяет увеличить высоту всех рядов, а не только того, в котром длинное название  */
	/*TODO: ^^^ убрать на мелких экранах*/

	margin-top: 18px;
	justify-items: center;
}

.products__item {
	display: grid;
	grid-auto-flow: row;
	grid-template:
			auto /* Картника */
			80px /* Название */
			20px /* Наличие */
			30px /* Цена */
			minmax(0px, auto) /* Кнопка */
            / 1fr; /* Колонка */
;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 10px;
	text-align: center;
	max-width: 250px;
	width: 100%;
}

.products__image {
	position: relative;
	padding: 0 0 90% 0; /* Хитрое пропорциональное изменение ячеек */
	margin: 0 0 20px 0;
	/*border-right: 1px solid #000;*/
}

.products__image img {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	/*width: 100%;*/
	height: 100%;
	object-fit: cover;
}

.products__name {
	/*line-height: 30px;*/
	margin: 0 0 20px 0;
	text-align: center;
	overflow: hidden;
}

.products__name a {
	line-height: 18px;
	margin: 0 0 20px 0;

	font-family: Arial, sans-serif;
	color: #5b5a58;
	text-align: center;
	font-size: 16px;
	height: 30px;
}

.products__price {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: space-around;
}

.products__price b
{
	color: #e26703;
}

.products__price span
{
	position: relative;
}

.products__price .strike-price {
	position: absolute;
	height: 15px;
	top: 0px;
	left: 0px;
	width: 65px;
}

.products__item .availability,
.product__item .availability
{
}

.products__item .availability.red,
.product__item .availability.red
{
	color: red;
}

.products__item .availability.green,
.product__item .availability.green
{
	color: green;
}


.products__button {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	line-height: 40px;
	justify-self: start;
	background-color: #77608d;
	padding: 0 20px;
}

.products__item .cart .inCart .products__button.inCart,
.product__item .cart .inCart .products__button.inCart
{
	display: block !important;
}

.product__item .cart .products__button.inCart
{
	margin-top: 12px;
	max-width: 190px;
}

.cartBox .quantity {
	display: flex;
	/*gap: 20px;*/
	align-items: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media (max-width: 1100px) {
	#cartItems .cartBox .quantity {
		justify-content: center;
	}
}

.cartBox .quantity .decrease,
.cartBox .quantity .increase,
.cart_remove
{
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-color: #638048;*/
	transition: all 0.3s ease 0s;
}

.cart_remove
{
	color: red;
}

/*.cartBox .quantity .decrease:hover,*/
/*.cartBox .quantity .increase:hover*/
/*{*/
/*	background-color: #659634;*/
/*}*/

.cartBox .quantity .count {
	width: 50px;
	text-align: center;
}



.footer {
	grid-area: footer;
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
	border-top: 1px solid #638148;
	padding-top: 13px;
	margin-top: 20px;
	position: relative;
}

.footer:before,
.footer:after,
.so_diz_circle
{
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	background-color: #638148;
}

.footer:before {
	top: -5px;
	left: 0;
}

.footer:after {
	top: -5px;
	right: 0;
}

.footer .so_diz_circle {
	top: -5px;
	left: 180px;
}

.footer .l1
{
	display: flex;
	justify-content: space-between;
}


@media (max-width: 1100px) {
	.footer .l1
	{
		flex-direction: column;
		gap: 12px;
		margin-bottom: 20px;
		text-align: center;
	}

	.footer .l1 .nav
	{
		justify-content: center;
	}
}

.footer .menu a {
	font-size: 8pt;
	color: #5b5a58;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}

.footer .icon_vk img,
.footer .icon_instagram img,
.footer .icon_facebook img
{
	margin-top: 2px;
	width: 20px;
	height: 20px;
}

.footer .l2
{
	/*display: flex;*/
/*	display: none;*/
	justify-content: center;
	gap: 25px;
}

.footer .c4 a:hover
{
	text-decoration: none;
}



/*.btn-primary {*/
/*	background-color: #FFC898;*/
/*	border-color: #FFC898;*/
/*	text-decoration: none;*/
/*	color: black;*/
/*}*/

/*.btn-primary:hover {*/
/*	background-color: #FF7777;*/
/*	border-color: #FF7777;*/
/*	text-decoration: none;*/
/*}*/

/*.btn-primary:active,*/
/*.btn-primary:focus*/
/*{*/
/*	background-color: #FF7777 !important;*/
/*	border-color: #FF7777 !important;*/
/*	box-shadow: 0 0 0 .2rem rgba(255, 119, 119, 0.5) !important;*/
/*}*/




/*.pagination .pagination-list {*/
/*	display: flex;*/
/*	gap: 10px;*/
/*}*/


#page_content {
	/*border-top: 1px solid #638148;*/
	/*border-left: 1px solid #638148;*/
	position: relative;
	padding: 0 20px;
	/*margin-top: 30px;*/
	margin-bottom: 0px;
	height: 99%;
}

.so_g_green_line {
	border-top: 1px solid #638148;
	position: relative;
	padding-top: 18px;
}

/*#page_content:before,*/
/*#page_content:after,*/
.so_g_green_line:before,
.so_g_green_line:after
{
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	background-color: #638148;
}

@media (max-width: 1100px) {
	#page_content {
		border: none;
	}

	#page_content:before,
	#page_content:after
	{
		content: none;
	}
}

.so_g_green_line:before,
#page_content:before {
	top: -5px;
	left: -5px;
}

.so_g_green_line:after,
#page_content:after {
	top: -5px;
	right: 0;
}

#page_content .so_diz_circle {
	top: 600px;
	left: -5px;
}


.main_page #page_content {
	border-left: none;
}

.main_page  #page_content .so_diz_circle {
	display: none;
}


#page_content .content_wrapper {

}

.item-page .page-header h1,
.page-header h2 .contact-name
{
	color: var(--color_pink4);
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

@media (min-width: 1100px) {
	.item-page .page-header h1,
	.page-header h2 .contact-name
	{
		font-size: 25px;
	}
}

.item-page .page-header h1 {
	/*margin-top: -33px;*/
	/*http://dolls-miniature.4kkk.xyz/shop2/ : */
	/*margin-top: -30px;*/
	/*padding-bottom: 10px;*/
}

@media (max-width: 1100px) {
	.item-page .page-header h1 {
		padding-bottom: 10px;
	}
}

.page-header h2 {
	margin-top: -40px;
	margin-bottom: 15px;
}

@media (max-width: 1100px) {
	.item-page .page-header h1,
	.page-header h2 .contact-name
	{
		border-bottom: 1px solid #638148;
		position: relative;
	}

	.item-page .page-header h1:before,
	.item-page .page-header h1:after,
	.page-header h2 .contact-name:before,
	.page-header h2 .contact-name:after
	{
		content: "";
		display: block;
		width: 9px;
		height: 9px;
		border-radius: 50%;
		position: absolute;
		background-color: #638148;
	}

	.item-page .page-header h1:before,
	.page-header h2 .contact-name:before {
		bottom: -5px;
		left: -5px;
	}

	.item-page .page-header h1:after,
	.page-header h2 .contact-name:after {
		bottom: -5px;
		right: 0;
	}
}


#mod_so_news {
	text-align: right;
	/*border: 1px solid #000;*/
	padding: 0 20px;
	border-left: 3px solid #638148;
}

#mod_so_news .title {
	color: #5b5a58;
	font-size: 16px;
	text-align: right;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
	margin-bottom: 20px;
}

#mod_so_news .item {
	margin-bottom: 20px;
}

#mod_so_news .text a {
	font-size: 18px;
	color: black;
}

.side_bar .col-md-3 {
	padding: 0;
	flex: 0 0 20%;
	max-width: 20%;
}

.side_bar .col-md-9 {
	flex: 0 0 80%;
	max-width: 80%;
}


#our_diplomas {
	margin-top: 30px;
	text-align: center;
}

#our_diplomas .title {
	text-align: right;
	font-size: 16px;
	text-decoration: underline;
	font-family: Verdana, sans-serif;
}

#our_diplomas img {
	margin: 5px;
	width: 200px;
	height: 280px;
}

#page_our_diplomas {
	display: flex;
	flex-wrap: wrap;
	/*flex-basis: 100px;*/
	gap: 20px;
	justify-content: center;
	align-items: center;
}

#page_our_diplomas .item {
	border: 1px solid #638148;
	border-radius: 8px;
	padding: 8px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}




#system-message-container {
	/*position: fixed;*/
	z-index: 999;
	margin-top: 25px;
	margin-bottom: 20px;
}

.pagination,
.pagination .pagination-list,
.pagination .pagination-list li
{
	list-style: none;
}

.pagination .pagination-list {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 20px;
}

#shop .pagination {
	display: block;
}


/*#jform_contact_email_copy-lbl,*/
/*#jform_contact_email_copy {*/
/*	display: none;*/
/*}*/

#page_contacts {

}

#page_contacts .item {
	margin-bottom: 16px;
}

#page_contacts .control-group {
	margin-bottom: 20px;
}

/*#shop .items .item {*/
/*	margin-bottom: 20px;*/
/*}*/

#shop .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

#shop .items .item {
	flex-basis: 200px;
	color: #638148;
	text-align: center;
}


@media (max-width: 1100px) {
	h2 {
		text-align: center;
	}
}

/*@media (max-width: 494px) {*/
/*	#shop .categories.items {*/
/*		justify-content: center;*/
/*	}*/
/*}*/

/*@media (min-width: 1100px) {*/
/*	#shop .items {*/
/*		display: flex;*/
/*		flex-wrap: wrap;*/
/*		justify-content: space-between;*/
/*		gap: 20px;*/
/*		margin-top: 20px;*/
/*	}*/

/*	#shop .items .item {*/
/*		flex-basis: 200px;*/
/*		color: #638148;*/
/*		text-align: center;*/
/*	}*/
/*}*/

#shop .items .item .img {
	border: 2px solid #638148;
}

#shop .items .item .img img {
	height: 200px;
}

#shop .items .item .title {
	margin-top: 10px;
	font-weight: bold;
}

#shop .breadcrumbs a:not(:last-of-type):after {
	content: ">";
	display: inline;
	margin: 0 10px;
}

#shop .breadcrumbs a:after:hover {
	text-decoration: none;
}


#shop .shop_filter {
	display: flex;
	margin-top: 10px;
	margin-bottom: 20px;
	justify-content: space-between;
}

#shop button {
	margin-top: 20px;
}


.btn-primary {
	background-color: #5b5a58;
	color: #fff;
	transition: all 0.3s ease 0s;
}

.btn-primary:hover {
	background-color: #638048;
	border: 1px solid #638048;
}




#modalPhoneCall .modal-footer,
#modalToCart .modal-footer
{
	display: flex;
	justify-content: space-between;
}

#modalPhoneCall .modal-footer
{
	justify-content: center;
}

#modalPhoneCall .modal-footer .contact__messengers
{
	gap: 50px;
}

@media (max-width: 414px) {
	#modalPhoneCall .modal-footer,
	#modalToCart .modal-footer
	{
		justify-content: center;
	}
}

#modalPhoneCall .btn-r,
#modalToCart .btn-r
{
	color: #fff;
	background-color: #5c8147;
	border-color: #5c8147;
}

#modalPhoneCall .btn-r:hover,
#modalToCart .btn-r:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #659634;
	border-color: #659634;
}

#modalPhoneCall .btn-l,
#modalToCart .btn-l
{
	color: #fff;
	background-color: #ff56be;
	border-color: #ff56be;
}

#modalPhoneCall .btn-l:hover,
#modalToCart .btn-l:hover
{
	text-decoration: none;
	color: #fff;
	border-color: #ff24ad;
	background-color: #ff24ad;
}

.ajax-loader
{
	margin-top: 13px;
	text-align: center;
	justify-content: center;
}

#soCheckout .ajax-loader {
	margin-top: 20px;
}

#modalToCart .ajax-result .items .item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	justify-items: center;
	align-items: center;
	margin-bottom: 20px;
}

#modalToCart .ajax-result .titles {
	margin-bottom: 10px;
}

#modalToCart .ajax-result .titles .title,
#modalToCart .ajax-result .titles .price
{
	font-size: 16px;
	font-weight: bold;
}

#modalToCart .ajax-result .price
{
	font-size: 16px;
	color: #659634;
	font-weight: bold;
}

#modalToCart .ajax-result .items .item img {
	height: 100px;
}

#shop.page_product {

}

#shop.page_product .main {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	margin-top: 30px;
	margin-bottom: 50px;
}

@media (min-width: 1100px) {
	#shop.page_product .main {
		grid-template-columns: 1fr 2fr;
	}
}

@media (max-width: 1100px) {
	#shop.page_product .main .details {
		text-align: center;
	}

	#shop.page_product .main .cart .inCart {
		margin: 0 auto;
	}

	#shop.page_product .main .cartBox .quantity,
	#shop.page_product .main .products__price
	{
		justify-content: center;
	}
}



#shop.page_product .details .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#shop.page_product .details .property {
	color: #5b5a58;
	font-size: 16px;
	height: 30px;
}

#shop.page_product .details .property b {

}

#shop.page_product .products__price {
	gap: 10px;
	justify-content: left;
	margin-bottom: 8px;
}


#shop.page_product .main_img
{
	border: 4px solid #638048;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	display: grid;
	justify-content: center;
	align-content: center;
	padding: 8px;
	position: relative;
}

#shop.page_product .main_img
{
	max-width: 350px;
	margin: 0 auto;
}

#shop.page_product .main_img img
{
	max-height: 300px;
}

#shop.page_product .gallery
{
	margin-bottom: 30px;
}

/*#shop.page_product .gallery img*/
/*{*/
/*	max-height: 250px;*/
/*}*/

#shop.page_product .gallery
{
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-rows: 1fr;
	margin-top: 18px;
	justify-items: center;
}

#shop.page_product .gallery .gallery__image
{
	position: relative;
	/*padding: 0 0 90% 0;*/
	margin: 0 0 20px 0;
	width: 200px;
	height: 300px;
}

#shop.page_product .gallery .gallery__image img {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid var(--color_pink1);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
	max-height: 300px;
}



#shop.page_product #comments .controls
{
	margin-top: 10px;
	margin-bottom: 13px;
}

#shop.page_product #comments .controls
{
	margin-top: 10px;
	margin-bottom: 13px;
}

#shop.page_product #comments .comments
{
	padding: 20px;
}

#shop.page_product #comments .item
{
	margin-bottom: 13px;
	border-bottom: 1px solid #659634;
}

#shop.page_product #comments .item .title u
{
	color: #638048;
}

#shop.page_product #recommended .products__price,
#shop.page_product .last_viewed .products__price
{
	justify-content: center;
}

#shop.page_product #recommended .quantity,
#shop.page_product .last_viewed .quantity
{
	display: none;
}


h3 {
	color: #638048;
}

#shop.page_product .last_viewed {
	margin-top: 30px;
}

#shop.page_product .last_viewed img
{
	/*max-height: 220px;*/
}

#detailsTabContent > div {
	padding: 15px;
}


#modalNewsSubmit h5 {
	font-size: 21px;
	color: #638148;
}
#modalNewsSubmit b {
	margin-top: 10px;
}

#modalNewsSubmit_message {
	color: red;
	text-align: center;
	margin-top: 10px;
}


#searchForm .phrases,
#searchForm  .only,
#searchForm > .btn-toolbar
{
	display: none;
}

#searchForm {
	margin-top: 10px;
}




#shop .category_text
{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*
#shop checkout
*/
/*#soCheckout {*/
/*	border-right: 1px solid #000;*/
/*}*/


#soCheckout .cart__items .cart_item {
	text-align: center;
}

@media (min-width: 1100px) {
	#soCheckout .cart__items .cart_item {
		display: grid;
		grid-template-columns: 25px 40px 1fr 100px 150px 100px;
		gap: 12px;
		justify-items: center;
		align-items: center;
	}
}

@media (max-width: 1100px) {

	#soCheckout .cart__items .cart_item {
		/*width: 310px;*/
		margin: 0 auto 30px auto;
		border-bottom: 2px dashed var(--color_d_green);
	}

	#soCheckout .cart_remove
	{
		position: absolute;
	}

	#soCheckout .cart_remove i
	{
		font-size: 40px;
	}

	#soCheckout .cart__items .cart_item img {
		max-width: 250px;
	}

}

@media (min-width: 767px) and (max-width: 1100px) {



	#soCheckout .cart_remove
	{
		left: 100px;
	}


}


#soCheckout .cart__items .cart_item .title
{
	color: #638148;
	font-size: 16px;
}

#soCheckout .cart__items .cart_item .price,
#soCheckout .cart__items .cart_item .fprice
{
	font-weight: bold;
	font-size: 16px;
	color: #5b5a58;
}

@media (max-width: 1100px) {
	#soCheckout .cart__items .cart_item .title
	{
		font-size: 21px;
		margin: 8px auto;
	}

	#soCheckout .cart__items .cart_item .fprice
	{
		display: block;
		margin-bottom: 8px;
		font-size: 18px;
	}
}







#soCheckout .total
{
	background-color: #c8d2be;
	width: 99%;
	height: 35px;
	margin-top: 12px;
	margin-bottom: 20px;
	display: grid;
	align-content: center;
	grid-template-columns: 2fr 1fr;
	justify-content: revert;
	justify-items: end;
	gap: 50px;
	font-weight: bold;
}

@media (max-width: 1100px) {
	#soCheckout .total
	{
		grid-template-columns: 1fr 1fr;
	}
}

#soCheckout .totalSum_price {
	place-self: start;
	font-size: 18px;
	font-weight: bold;
}


#soCheckout .so_controls {
	display: flex;
	justify-content: end;
	padding-right: 8px;
	margin-top: 40px;
}

@media (min-width: 1100px) {
	#soCheckout .order_form .controls {
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 30px;
	}

	#soCheckout .order_form h3 {
		text-align: right;
	}

}

#soCheckout .order_form.captcha {
	margin-top: 20px;
	margin-bottom: 20px;
}

#soCheckout .order_form.captcha img {
	display: block;
	margin-bottom: 12px;
}

#soCheckout .order_form h3 label {
	font-size: 16px;
	/*text-align: right;*/
}

#soCheckout .order_form h3 label .star {
	color: red;
}

/*#soCheckout .has-error label,*/
/*#soCheckout  label.has-error,*/
/*#soCheckout  label.has-error a*/
.has-error label,
label.has-error,
label.has-error a
{
	color: red;
}

/*#soCheckout */
.so_checkbox1 input {
	outline : none !important;
}

/*#soCheckout .has-error input,*/
/*#soCheckout .has-error textarea*/
.has-error input,
.has-error textarea
{
	outline: red 1px solid;
}

/*#soCheckout .messageBox */
.messageBox
{
	margin-top: 20px;
	color: red;
	font-size: 18px;
	text-align: center;
}








/*.so_slider1 .swiper-button-next,*/
/*.so_slider1 .swiper-button-prev {*/




@media (max-width: 1100px) {

	.so_slider1 .wrp1 {
		display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
	}

	.so_slider1 .swiper-button-next,
	.so_slider1 .swiper-button-prev {
		position: static;
		/*right: 10px;*/
		padding: 30px;
		color: var(--color_pink1) !important;
		fill: var(--color_pink1) !important;
		stroke: var(--color_pink1) !important;
		transition: all 0.8s ease 0s;

		/*height: 90%;*/
		width: 25px;
		margin: 0;
		/*transform: translate(0%, -50%);*/
		z-index: 13;
		/*top: 90%;*/
	}

	.so_slider1 .swiper-button-next {
		order: 3;
	}

	.swiper-button-next::after,
	.swiper-button-prev::after {
		font-size: 30px !important;
	}

	/*.so_slider1 .swiper-button-next:hover,*/
	/*.so_slider1 .swiper-button-prev:hover {*/
	/*	color: var(--color_d_green) !important;*/
	/*	fill: var(--color_d_green) !important;*/
	/*	stroke: var(--color_d_green) !important;*/
	/*}*/
}

@media (min-width: 1100px) {
	.so_slider1 .swiper-button-next,
	.so_slider1 .swiper-button-prev {
		background-color: rgba(255, 255, 255, 0.5);
		right:10px;
		padding: 30px;
		color: #638048 !important;
		fill: #638048 !important;
		stroke: #638048 !important;
		transition: all 0.8s ease 0s;

		height: 85%;
		width: 25px;
		margin: 0;
		transform: translate(0%, -55%);
		z-index: 13;
	}

	.so_slider1 .swiper-button-next:hover,
	.so_slider1 .swiper-button-prev:hover {
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff !important;
		fill: #fff !important;
		stroke: #fff !important;
	}
}



/*
	slider
*/

#slider {
	/*border-right: 1px solid #000;*/
	margin-top: 15px;
	margin-bottom: 20px;
}

#slider .swiper-slide {
	/*min-height: 100vh;*/
	/*max-height: 100vh;*/
	display: grid;
	/*justify-content: center;*/
	align-items: center;
	overflow: hidden;
	text-align: center;
}


#slider .swiper-slide .text_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: grid;
	justify-items: center;
	align-items: center;
	z-index: 2;
}

#slider .swiper-slide a
{
	color: var(--color_light);
}

#slider .swiper-slide a:hover
{
	text-decoration: underline;
}

#slider .swiper-slide .intro {
	padding-top: 20px;
}

#slider .swiper-slide .title {
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	font-size: 32px;
	letter-spacing: 0.01em;
	color: var(--color_light);
}

#slider .swiper-slide .text {
	color: var(--color_light);
	/*max-width: 400px;*/
	margin: 0 auto;
	padding: 0 20px;
}

@media (min-width: 1100px) {

	#slider .swiper-slide .title {
		font-size: 30px;
	}

	#slider .swiper-slide .intro p {
		font-size: 18px;
	}
}

#slider .swiper-slide .img {
	height: 100%;
}

#slider .swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#slider .swiper-slide .img:after {
	/*border: 1px solid red;*/
	/*content: "";*/
	/*display: block;*/
	/*height: 100%;*/
	/*width: 100%;*/
	/*background-color: rgba(0, 0, 0, 0.2);*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*z-index: 1;*/
}

@media (max-width: 1100px) {
	#slider .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -20px;
	}
}

#slider .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;

	margin-top: 20px;
	margin-bottom: 20px;
	position: static;
}

@media (min-width: 1100px) {
	/*#slider .swiper-pagination-bullets.swiper-pagination-horizontal {*/
	/*	bottom: 80px;*/
	/*}*/
}


#mp_info_line {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 50px;
	margin-bottom: 50px;
}

#mp_info_line img {
	transition: all 0.4s ease 0s;
}

#mp_info_line a:hover img {
	transform: scale(1.2);
	position: relative;
	z-index: 2;
}

/*#mp_info_line .diploma img {*/
/*	height: 300px;*/
/*}*/

#mp_info_line .news .show_all {
	display: block;
	width: 100%;
	text-align: right;
}


#shop .before,
#shop .after
{
	margin: 50px auto;
}


/*#shop .after h2*/
/*{*/
/*	display: inline;*/
/*	font-size: 13px;*/
/*}*/


#mp_categories {
	margin-top: 20px;
	margin-bottom: 20px;
}

#mp_recommended h2,
#mp_categories h2
{
	color: #ff00ff;
}

#mp_categories .items {
	margin-top: 0;
}

#mp_categories .items .item {
	position: relative;
	overflow: hidden;
}

#mp_categories .items .item .title {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 150px 20px 20px;
	transition: all 0.4s ease 0s;
}

#mp_categories .items .item:hover .title {
	background-color: rgba(0, 0, 0, 0);
}

#mp_categories .items .item a {
	font-size: 25px;
	display: block;
	color: white;
	transition: all 0.4s ease 0s;
}

#mp_categories.sub_categories .items .item a {
	font-size: 18px;
}

#mp_categories .items .item:hover a {
	color: transparent;
	/*text-decoration: none;*/
	/*background-color: rgba(0, 0, 0, 0.4);*/
	/*transform: translate(0, -10%);*/
	transform: scale(1.2);
}



#shop_category_recommended h2 {
	color: #ff00ff;
}

#shop_category_recommended .products__items {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding: 0 10px;
}

#shop_category_recommended .products__item {
	/*background: url("../images/snow.png") repeat;*/
	border-radius: 8px;
	/*box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 12px;*/
	max-width: none;
	/*max-height: 200px;*/
}

#shop_category_recommended .swiper {
	padding-right: 20px;
}

#shop_category_recommended .so_slider1 .swiper-button-next,
#shop_category_recommended .so_slider1 .swiper-button-prev {
	height: 60%;
}

#shop_category_recommended .wrp1 .swiper-pagination {
	position: static;
}








#slider_top .intro {
	max-width: 500px;
}


.btnLoadMoreItems {
	width: 200px;
	display: grid;
	margin: 20px auto 0 auto;
	background-color: #638048;
	border: 1px solid #638048;
	transition: all 0.3s ease 0s;
}


.btnLoadMoreItems:hover {
	background-color: #5b5a58;
	color: #fff;
}

.so_checkbox1 {
	user-select: none;
	position: relative;
	cursor: pointer;
}

.so_checkbox1 .checkbox__input {
	appearance: none;

}

.so_checkbox1 .checkbox__input::before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	background: url('../images/checkbox_sprites.png') -10px -10px;
	position: relative;
	top: 4px;
}

.so_checkbox1 .checkbox__input:checked::before {
	content: '';
	background: url('../images/checkbox_sprites.png') -43px -10px;
}

.captcha_info {
	font-size: 12px;
}


.so_favorite {
	position: absolute;
	font-size: 20px;
	color: #00b13f;
	cursor: pointer;
	top: 3px;
	left: 3px;
	transition: all 0.5s ease 0s;
}

.so_favorite:hover {
	transform: translate(0px, 3px) scale(1.5) rotate(0.1turn);
}

.so_favorite.is_favorite {
	color: #ff5bc1;
}

.so_favorite.is_favorite .fa-heart::before {
	font-weight: 900;
}

/*.so_favorite.is_favorite:hover {*/
/*	color: #00b13f;*/
/*}*/


#jform_delivery_date_and_time {
	margin-bottom: 12px;
}

.category_text h2
{
	font-size: 18px;
}

.category_text h3
{
	font-size: 17px;
}

@media (min-width: 1100px) {
	.container {
		max-width: 1400px;
	}
}

#shop_filter .shop_filters > div {
	margin: 12px 0;
	display: flex;
	justify-content: right;
	align-items: baseline;
	gap: 30px;
}

#shop_filter .title {
	font-weight: bold;
}

#shop_filter select {
	width: auto;
}


#page_content .captcha2 img {
	margin-bottom: 10px;
}


@media (max-width: 1100px) {
	#modalNewsSubmit_form .form-control {
		margin-bottom: 20px;
	}
}



#shop .after_text .so_brand {
	color: var(--color_pink1);
	font-weight: bold;
}

#shop .after_text h2 {
	display: inline;
	font-size: 13px;
}

#shop .after_text b,
#shop .after_text strong
{
	font-weight: normal;
}

#shop .after_text p
{
	margin-bottom: 10px;
}

#scrollup {
	position: fixed;
	width: 45px;
	height: 45px;
	display: flex;
	bottom: 60px;
	right: 25px;
	cursor: pointer;
	transition: .75s ease;
	border-radius: 50%;
	text-align: center;
	color: var(--color_pink4);
	/*background-color: rgba(0,0,0,.1);*/
	background-color: rgb(255, 255, 255);
	transform: translateX(90px) rotate(360deg);
	/*border: 1px solid rgba(255,255,255,.15);*/
	outline: 0;
	background-image: conic-gradient(var(--color_d_green) var(--pie-percent), transparent 0);
	justify-content: center;
	align-content: center;
	z-index: 1;
}

#scrollup._on {
	transform: translateX(0) rotate(0);
}

#scrollup:hover i {
	/*color: var(--color_d_green);*/
	/*background: var(--color_pink4);*/
	transform: translateY(-20px);
}

#scrollup i {
	transition: all 0.5s ease 0s;
	font-size: 40px;
	padding: 0;
	margin: auto;
}


#shop.search .soFrmSearch {
	max-width: 450px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 20px;
}

#shop.search .soFrmSearch button {
	margin-top: 0;
}

iframe {
	max-width: 100%;
}

#shop.products .products__item {
	position: relative;
}

#shop.products .products__item .products__name a {
	transition: all 0.5s ease 0s;
	padding: 10px;
}

#shop.products .products__item:hover .products__name a {
	color: white;
	position: absolute;
	z-index: 100;
	top: 150px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	height: 120px;
	width: 100%;
}


#com_sonews .item {
	padding-bottom: 10px;
	border-bottom: 2px dashed var(--color_d_green);
}

#com_sonews .item h2 a {
	color: var(--color_pink4);
	font-size: 20px;
}

#com_sonews .item h2 {
	font-size: 18px;
}



.so_dbg1 img {
	height: 100px;
	display: block;
}


#page_content .alert-message {
	color: red;
}


.order_success {
	color: var(--color_pink4);
}

.order_success h2 {
	font-size: 22px;
}

.order_success div {
	margin-bottom: 12px;
}

.order_success span {
	color: var(--color_d_green);
}

@media (min-width: 1100px) {
	.order_success {
		font-size: 20px;
	}
}


.contact__messengers .messenger__link,
.header__messengers .header__messenger__link {
	width: 23px;
	color: var(--color_d_green);
}



.contact__messengers .messenger__link.phone,
.header__messengers .header__messenger__link.phone {
	fill: var(--color_d_green);
}

.contact__messengers .messenger__link.whatsapp,
.header__messengers .header__messenger__link.whatsapp,
.alert-message a.header__messenger__link.whatsapp
{
	fill: var(--color_whatsapp);
}

.contact__messengers .messenger__link.telegram,
.header__messengers .header__messenger__link.telegram,
.alert-message a.header__messenger__link.telegram
{
	fill: var(--color_telegram);
}

.contact__messengers .messenger__link,
.alert-message a.header__messenger__link.telegram,
.alert-message a.header__messenger__link.whatsapp
{
	width: 18px;
}

.contact__messengers .messenger__link:hover,
.header__messengers .header__messenger__link:hover,
.alert-message .header__messenger__link
{
	fill: var(--color_pink1);
}

.contact__messengers,
.header__messengers
{
	display: flex;
	gap: 10px;
}


.alert-message a.header__messenger__link {
	display: inline-block;
	/*color: #535250;*/
	color: var(--color_d_green);
	font-size: 18px;
	font-family: Verdana, serif;
	text-decoration: none;
	line-height: 33px;
	transition: all 0.5s ease 0s;
}


#dialog_privacy {
	padding: 16px 16px;
	max-width: 600px;
	position: fixed;
	width: 90%;
	background-color: white;
	margin: 0 auto;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	left: 50%;
	bottom: 40px;
	transform: translate(-50%, 0);
	z-index: 100;
}

#dialog_privacy .title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 3px;
}

#dialog_privacy .controls {
	text-align: center;
}

#dialog_privacy .btn_primary:hover {
	color: white;
	background-color: #212529;
}
#dialog_privacy .btn_primary {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	border: 1px solid #161616;
	border-radius: 0;
	min-width: 150px;
	transition: all 0.5s ease 0s;
	cursor: pointer;
	user-select: none;
	background-color: white;
	padding: .375rem .75rem;
	font-size: 1rem;
	transition: all 0.5s ease 0s;

}