@media (max-width: 1200px){
	.product-images:hover .product-images__small {
		display: none !important;
	}	
	header .mobile-nav__items {
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: left !important;
		justify-content: flex-start !important;
	}
	header .mobile-nav__items .group
	{
		width: 125px;
		width: 125px;
		display: flex;
		flex-direction: column;
	}
	header .mobile-nav__items a,
	header .mobile-nav__items .group {
		margin: 0 3px 15px 0px !important;
	}
	header .mobile-nav__items a:nth-child(4n+4),
	header .mobile-nav__items .group:nth-child(4n+4) {
		margin-right: 0 !important;
	}
	header .mobile-nav__items .group a:not(:first-child) {
		font-size: 1em;
		padding: 7px 0;
		margin: 0 !important;
	}
}


header .search
{
	float:right;
}
@media (max-width: 1200px)
{
	header .search
	{
		float: initial;
		max-width: 250px;
		width: 100%;
		margin: 0 auto;
	}
}
header .search .seach_button
{
	display: none;
}
header .search form
{
	display: block;
	position: relative;
}
header .search form [type="text"]
{
	display: block;
	width: 250px;
	height: 40px;
	border: none;
	background: #ffffff;
	color: #000000;
	padding: 5px 50px 5px 10px;
	font-family: "Din", sans-serif;
	font-size: 16px;
}
header .search form [type="submit"]
{
	position: absolute;
	top: 0;
	right: 0;
	appearance: none;
	border: none;
	width: 40px;
	height: 40px;
	background: url(/local/templates/2023/img/lupa.svg), #fdb813;
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0px;
}



footer
{
	padding-bottom: 40px;
}
#bottomWorkPanel
{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #373737;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	z-index: 100;
}
#bottomWorkPanel .bottomWorkPanelContainer,
#bottomWorkPanel noindex
{
	display: flex;
	max-width: 1020px;
	height: 40px;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto;
}
#bottomWorkPanel .bottomWorkPanelContainer .link
{
	display: inline-flex;
	flex-grow: 0;
	font-family: "DinMedium", sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1em;
	width: auto;
	/*height: 40px;*/
	padding: 3px 15px 0;
	margin: auto 0;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #474747;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #575757;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #373737;
}
#bottomWorkPanel .bottomWorkPanelContainer .link:first-child
{
	border-left-width: 0;
}
#bottomWorkPanel .bottomWorkPanelContainer .link:last-child
{
	border-right-width: 0;
}
#bottomWorkPanel .bottomWorkPanelContainer .link:hover
{
	border-bottom: 1px solid #ffffff;
	background: #fdb813;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fdb813;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fdb813;
}
#bottomWorkPanel .bottomWorkPanelContainer .link .name,
#bottomWorkPanel .bottomWorkPanelContainer .link .counter,
#bottomWorkPanel .bottomWorkPanelContainer .link .price
{
	display: inline-block;
	margin: 4px 0 0 10px;
}
#bottomWorkPanel .bottomWorkPanelContainer .link .price
{
	display: none;
}
#bottomWorkPanel .bottomWorkPanelContainer .link:hover .name
{
	color: #000000;
}
#bottomWorkPanel .bottomWorkPanelContainer .link .counter,
#bottomWorkPanel .bottomWorkPanelContainer .link .price
{
	color: #fdb813;
	font-size: 1.2em;
}
#bottomWorkPanel .bottomWorkPanelContainer .link:hover .counter,
#bottomWorkPanel .bottomWorkPanelContainer .link:hover .price
{
	color: #ffffff;
	font-size: 1.2em;
}
#bottomWorkPanel .bottomWorkPanelContainer .favorite:before,
#bottomWorkPanel .bottomWorkPanelContainer .compare:before,
#bottomWorkPanel .bottomWorkPanelContainer .viewed:before,
#bottomWorkPanel .bottomWorkPanelContainer .cart:before
{
	content: "";
	margin: auto;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#bottomWorkPanel .bottomWorkPanelContainer .favorite:before
{
	background-image: url(img/bottomWorkPanel/favorite.svg);
}
#bottomWorkPanel .bottomWorkPanelContainer .compare:before
{
	background-image: url(img/bottomWorkPanel/compare.svg);
}
#bottomWorkPanel .bottomWorkPanelContainer .viewed:before
{
	background-image: url(img/bottomWorkPanel/viewed.svg);
}
#bottomWorkPanel .bottomWorkPanelContainer .cart:before
{
	background-image: url(img/bottomWorkPanel/cart.svg);
}
#bottomWorkPanel .bottomWorkPanelContainer .favorite:hover:before
{
	background-image: url(img/bottomWorkPanel/favorite_h.svg);
}
#bottomWorkPanel .bottomWorkPanelContainer .compare:hover:before
{
	background-image: url(img/bottomWorkPanel/compare_h.svg);
}
#bottomWorkPanel .bottomWorkPanelContainer .viewed:hover:before
{
	background-image: url(img/bottomWorkPanel/viewed_h.svg);
}
#bottomWorkPanel .bottomWorkPanelContainer .cart:hover:before
{
	background-image: url(img/bottomWorkPanel/cart_h.svg);
}

@media screen and (max-width: 860px){
	#bottomWorkPanel .bottomWorkPanelContainer .link .name,
	#bottomWorkPanel .bottomWorkPanelContainer .link .price
	{
		display: none !important;
	}
	#bottomWorkPanel .bottomWorkPanelContainer .link .counter
	{
		color: #FFFFFF;
	}
	#bottomWorkPanel .bottomWorkPanelContainer .link:hover .counter
	{
		color: #000000;
	}
}
.special_info_for_client {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 0 20px;
	width: 100%;
	margin: 0 auto;
	color: #eca700;
	white-space: nowrap;
	cursor: pointer;
	font-weight: bold;
}
.special_info_for_client span {
	color: red;
}

.special_info_for_client_description {
	display: none;
	margin: 20px 0;
	padding: 20px 0;
	max-width: 1600px;
	margin: 0 auto;
	border-top: 1px dotted #000000;
}

.special_info_for_client_description span {
	color: red;
}
.special_info_for_client_description a {
	color: #eca700;
}

.info_for_client.show .special_info_for_client_description{
	display: block;
}

.product-info__sizesList [data-prop] {
	position: relative;
}
.product-info__sizesList [data-prop] small.size { 
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1.4em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(22,153,153, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(22,153,153, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(22,153,153, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(22,153,153, 0.4);
		box-shadow: 0 0 0 0 rgba(22,153,153, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(22,153,153, 0);
		box-shadow: 0 0 0 10px rgba(22,153,153, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(22,153,153, 0);
		box-shadow: 0 0 0 0 rgba(22,153,153, 0);
	}
}
.whatsapp_container {display: none;}
.whatsapp_container a {display: none;}
@media screen and (max-width: 1020px){
	.whatsapp_container {
		position: fixed;
		bottom: 130px;
		right: 27px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		align-items: center;
		background-image: url(/local/templates/2023/img/whatsapp_2.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left center;
		border-radius: 50%;
		animation: pulse 2s infinite;
		z-index: 9;
	}
	.whatsapp_container.open {
		height: auto;
		background-image: initial;
		background-color: rgba(0,0,0,0);
		animation: none;
	}
	.whatsapp_container.open a {
		display: inline-flex;
		align-items: center;
		min-width: 40px;
		min-height: 40px;
		max-width: 40px;
		max-height: 40px;
		margin: 5px auto;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		border-radius: 50%;
	}
	.whatsapp_container.open a.whatsapp {
		background-image: url(/local/templates/2023/img/whatsapp.svg)
	}
	.whatsapp_container.open a.phone {
		background-image: url(/local/templates/2023/img/phone.svg);
	}
	.whatsapp_container.open a.close {
		min-width: 50px;
		min-height: 50px;
		max-width: 50px;
		max-height: 50px;
		margin: 5px auto 0;
		background-image: url(/local/templates/2023/img/close.svg);
		background-size: 25px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	}
}

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

.product-info__sizesList div {
	min-width: 30px;
	width: auto;
	box-sizing: content-box;
	padding: 0 10px;
}
.YaRating {
	display: block;
	margin: 0 auto  ;
}