.desktop-hidden {
	display: none;
}

header .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .left-side a {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	transition: all 0.3s ease !important;
}

header .left-side img {
	transition: all 0.3s ease !important;
}

header .left-side a:hover img,
header .left-side button:hover img {
	filter: invert(59%) sepia(39%) saturate(1095%) hue-rotate(356deg) brightness(87%) contrast(87%);
}

header .left-side a:hover {
	color: #3D0B20;
}

header .left-side a.store {
	margin: 0 50px 0 0;
	font-size: 16px;
}


header .header-link .user-nav {
	padding-right: 30px;
	border-right: 1px solid #e7e8e8;
}

.header-link .header-link-item:before {
	content: none;
}

header .header-link .user-nav a {
	margin: 0 30px 0 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease !important;
}

header .header-link .user-nav a:hover {
	filter: invert(59%) sepia(39%) saturate(1095%) hue-rotate(356deg) brightness(87%) contrast(87%);
}

header .header-link .user-nav a:nth-last-child(1) {
	margin: 0;
}

header .left-side a.store img {
	margin: 0 17px 0 0;
}

.header-cart-wrapper {
	right: -10px;
	z-index: 1;
}

.header-cart-wrapper:before {
	right: 10px;
}

header .left-side {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

header .left-side button {
	cursor: pointer;
}

header .left-side form {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}

header .left-side form.visible {
	border: 1px solid #000;
}

header .left-side form.visible input {
	width: initial;
	padding: 10px 13px;
	background: #fff;
}

header .left-side form input {
	border: none;
	width: 0;
	transition: all 0.3s ease;
	padding: 0;
	margin: 0;
}

header .header-link a.cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 17px 0 0;
}

header .header-link a.cart-link img {
	transition: all 0.3s ease !important;
}

header .header-link a.cart-link:hover img {
	filter: invert(59%) sepia(39%) saturate(1095%) hue-rotate(356deg) brightness(87%) contrast(87%);
}

header .header-link a.cart-link small {
	position: absolute;
	right: -15px;
	top: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #000;
	font-size: 9px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.bottom-nav {
	background: #E24285;
	position: relative;
}

.bottom-nav .container {
	max-width: 1690px;
	width: 100%;
}

.bottom-nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.bottom-nav ul li a {
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	position: relative;
}

.bottom-nav ul li a:before {
	content: '';
	position: absolute;
	left: calc(100% + 38px);
	width: 6px;
	height: 6px;
	background: #8cdce8;
	top: 50%;
	transform: translateY(-50%);
}

.bottom-nav ul li:nth-last-child(1) a:before {
	content: none;
}

.bottom-nav ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 4px;
	background: #8cdce8;
	transition: all 0.3s ease;
}

.bottom-nav ul li a:hover:after {
	width: 100%;
	left: 0;
}

header .top-nav {
	background: #fff;
	min-height: 104px;
	display: flex;
	border-bottom: 1px solid #e7e8e8;
}


header .top-nav .row {
	height: 100%;
	width: 100%;
	position: relative;
}

header .top-nav .container {
	width: 100%;
}

.header-link .header-link-list {
	margin: 0;
}

header {
	transition: all 0.3s ease;
	height: initial;
}

.block-slider .slider-item {
	min-height: calc(100vh - 184px);
	display: flex;
	align-items: flex-end;
}

.slider-info {
	max-width: 655px;
}

header,
header.fixed {
	background: transparent;
	border: none;
	box-shadow: none;
}

main {
	padding-top: 184px;
}

header.fixed {
	transform: translateY(-104px) !important;
}

.bottom-nav .catalog-submenu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 45px 0 35px;
	transition: all 0.3s ease-in;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 15px 20px rgba(0,0,0,.15);
}

.nav-item__dropdown:hover .catalog-submenu {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.bottom-nav .catalog-submenu .left-catalog-side {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: calc(100% - 600px);
	padding: 0 90px 0 0;
}

.bottom-nav .catalog-submenu .left-catalog-side .menu-wrap {
	width: calc(100% / 3);
}

.bottom-nav .catalog-submenu .left-catalog-side .menu-wrap:nth-child(1) ul {
	flex-direction: column;
}

.bottom-nav .catalog-submenu .left-catalog-side .menu-wrap:nth-child(1) ul li a {
	font-size: 20px;
	font-weight: 700;
}

.bottom-nav .catalog-submenu .left-catalog-side .menu-wrap:nth-last-child(1) {
	width: 66.66666%;
}

.bottom-nav .catalog-submenu .left-catalog-side .menu-wrap:nth-last-child(1) li {
	width: 50%;
}

.bottom-nav .catalog-submenu .left-catalog-side .menu-wrap:nth-last-child(1) li a {
	font-size: 18px;
}

@media screen and (max-width: 1240px) {
	.bottom-nav .catalog-submenu .left-catalog-side .menu-wrap:nth-child(1) ul li a {
		font-size: 16px;
	}
	.bottom-nav .catalog-submenu .left-catalog-side .menu-wrap:nth-last-child(1) li a {
		font-size: 14px;
	}
	.bottom-nav .catalog-submenu .left-catalog-side ul {
		padding-right: 15px;
	}
	.bottom-nav .catalog-submenu .left-catalog-side {
		padding: 0;
	}
}

.bottom-nav .catalog-submenu .left-catalog-side ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding-right: 40px;
}

.bottom-nav .catalog-submenu .left-catalog-side ul li a {
	display: flex;
	min-height: initial;
	font-size: 14px;
	color: #000;
	text-align: left;
	letter-spacing: 0.8px;
	line-height: 25px;
	opacity: 0.75;
	text-transform: initial;
	justify-content: flex-start;
}

.bottom-nav .catalog-submenu .left-catalog-side ul li a:hover {
	color: #3D0B20;
}

.bottom-nav .catalog-submenu .left-catalog-side ul li {
	margin: 0 0 20px;
}

.bottom-nav .catalog-submenu .left-catalog-side ul li:nth-last-child(1) {
	margin: 0;
}

.bottom-nav .catalog-submenu .left-catalog-side ul li a:after,
.bottom-nav .catalog-submenu .left-catalog-side ul li a:before {
	content: none;
}

.bottom-nav .catalog-submenu .left-catalog-side .title {
	font-size: 17px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 35px;
}

.bottom-nav .catalog-submenu .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.bottom-nav .catalog-submenu .right-catalog-side {
	max-width: 600px;
}

.bottom-nav .catalog-submenu .right-catalog-side img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	display: block;
	margin: 0 0 15px;
}

.bottom-nav .catalog-submenu .right-catalog-side p {
	font-family: 'Reforma', Times New Roman, serif;
	font-size: 35px;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0 0 7px;
}

.bottom-nav .catalog-submenu .right-catalog-side a {
	font-size: 14px;
	color: #E24285;
	text-transform: uppercase;
	font-weight: 700;
	min-height: auto;
	text-align: left;
	justify-content: flex-start;
}

.bottom-nav .catalog-submenu .right-catalog-side a:after,
.bottom-nav .catalog-submenu .right-catalog-side a:before {
	content: none;
}

.banner-text {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 35px;
	background-color: #af6708;
	color: #fff;
	transition: all 0.3s ease;
	font-size: 14px;
}

.r-advantages {
	padding: 50px 0 60px;
}

.r-advantages .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.r-advantages .a-item {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.r-advantages .a-item .a-img {
	min-height: 49px;
	line-height: 49px;
	max-width: 50px;
	margin: 0 0 23px;
}

.r-advantages .a-item img {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	transition: all 0.3s ease;
}

.r-advantages .a-item small {
	font-size: 20px;
	color: #231f20;
	line-height: 27px;
	opacity: 0.79;
}

.r-advantages .a-item:hover img {
	filter: invert(46%) sepia(50%) saturate(6734%) hue-rotate(313deg) brightness(96%) contrast(84%);
}

.section-popular {
	padding: 20px 0 50px;
}

.section-popular h2 {
	text-align: center;
	margin: 0 0 50px;
}

.section-popular .row {
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
}

.section-popular .row:not(.related-slider) .col-3 {
	padding: 0 15px;
	width: calc(100% / 4);
	margin: 0 0 25px;
}

.section-popular .row .col-3 .popular-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.section-popular .row .col-3 .popular-item span,
.section-popular .row .col-3 .popular-item img {
	width: 100%;
}

.section-popular .row .col-3 .popular-item .popular-img {
	margin: 0 0 30px;
	position: relative;
}

.section-popular .row .col-3 .popular-item .popular-img {
	width: 100%;
	height: 450px;
	max-width: 405px;
}


.section-popular .row .col-3 .popular-item .popular-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.3s ease;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.section-popular .row .col-3 .popular-item .popular-img img.img-hover {
	opacity: 0;
	visibility: hidden;
}

.section-popular .row .col-3 .popular-item .popular-img:hover img {
	opacity: 0;
	visibility: hidden;
}

.section-popular .row .col-3 .popular-item .popular-img:hover img.img-hover {
	opacity: 1;
	visibility: visible;
}

.section-popular .row .col-3 .popular-item .title {
	font-size: 25px;
	color: #000000;
	margin: 0 0 15px;
	line-height: 30px;
	min-height: 60px;
	transition: all 0.3s ease;
}

.section-popular .row .col-3 .popular-item .price {
	color: #85858a;
	font-size: 20px;
}

.section-popular .row .col-3 .popular-item:hover .title {
	color: #3D0B20;
}

.r-rating {
	padding: 65px 0 55px;
	background: url('../img/new-rating-bg.jpg') center no-repeat;
	background-size: cover;
	margin: 0 0 24px;
}

.r-rating .container {
	max-width: 745px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.r-rating h2 {
	margin: 0;
}

.r-rating .rating {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.r-rating .rating .rating-title {
	font-size: 31px;
	color: #E24285;
	text-transform: uppercase;
	font-family: 'Reforma', Times New Roman, serif;
	letter-spacing: 1.5px;
	margin: 0 0 17px;
}

.r-rating .rating .rating-title span {
	font-size: 31px;
}

.r-rating .rating img {
	margin: 0 0 20px;
}

.r-rating .rating .qty {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.r-rating .rating .qty span {
	font-size: 21px;
}

.r-rating .rating .qty small {
	color: #3D0B20;
	font-size: 21px;
}

.wrapper-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

.tp-widget-trustscore {
	font-size: 18px;
	margin: 0 12px 0 0;
	text-transform: initial;
}

.wrapper-link svg {
	margin: 0 0 0px 12px;
}

#translations-main span {
	font-size: 18px;
	color: #fff;
	text-transform: initial;
}

#translations-main .text {
	font-weight: 300;
	color: #fff;
	opacity: 0.7;
	text-transform: initial;
	margin: 0 0 0 3px;
}


.custom-form {
	padding: 15px;
	border: 3px solid #3D0B20;
	box-shadow: 0 0 15px 3px rgb(12 5 13 / 15%);
	margin: 0 0 20px;
}

.custom-form .form-col {
	padding: 0;
	margin: 0 0 15px;
}

.custom-select-wrapper .select2-container--default .select2-selection--single{ width:100%; border:1px solid #231f20; height:40px; border-radius:0;}
.custom-select{ width:100%;}
.custom-select-wrapper .select2-container{ display:block; width:100% !important;}
.custom-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{ line-height:40px;font-family: 'ChronicleDisp-R', Times New Roman, serif;}
.custom-select-wrapper .custom-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{ color:#231f20;}
.custom-select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{ width:40px; height:38px; background:#f3f3f3 url(../../../img/icon-select.png) no-repeat center center;}
.custom-select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b{ display:none;}
.delivery-cart-wrapper{ background:#f3f3f3;padding:20px 22px; border-left:1px solid #dedede; margin-left:-1px;}

.datepicker--nav-title i {
	margin: 0 10px 0px 5px;
}

.show-to {
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
	margin: 0 0 25px;
}

.show-to a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.show-to a span {
	color: rgb(0 178 203);
}

.show-to a span {
	margin: 0 3px;
	width: 15px;
	height: 15px;
	border: 2px solid rgb(0 178 203);
}

.show-to p {
	font-size: 42px;
	margin: 0 15px;
}


.breadcrambs__large-indents {
	padding: 115px 0 30px;
}



.group-w-country {
	position: relative;
}

.group-w-country select {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 60px;
	z-index: 3;
	height: calc(100% - 2px);
	border: none;
	font-family: 'ChronicleDisp-R', Times New Roman, serif;
	outline: none;
}

.group-w-country input {
	padding: 10px 13px 10px 70px;
}

@media screen and (max-width: 991px) {
	.desktop-hidden {
		display: inline-flex;
	}
	.show-to {
		display: flex;
	}
}

@media screen and (max-width: 1620px) {
	.bottom-nav ul li a:before {
		left: calc(100% + 24px);
	}
}

@media screen and (max-width: 1440px) {
	.bottom-nav ul li a:before {
		content: none;
	}
	.bottom-nav ul li a {
		font-size: 16px;
	}
	.header-link .header-link-list {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	header .header-link .user-nav {
		margin: 0 30px 0 0;
	}
	.r-advantages .a-item small {
		font-size: 15px;
		line-height: 20px;
	}
	.section-popular .row:not(.related-slider) .col-3 {
		padding: 0 15px;
	}
	.section-popular .row {
		margin: 0 -15px;
	}
	.bottom-nav .catalog-submenu .left-catalog-side {
		padding: 0 35px 0 0;
	}
	.bottom-nav .catalog-submenu .left-catalog-side .title {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.bottom-nav {
		display: none;
	}
	header .left-side a.store {
		display: none;
	}
	main {
		padding-top: 128px;
	}
	.wrapper .wrapper-menu .nav .close-menu {
		margin: 27px;
	}
	.r-advantages .a-item {
		width: 50%;
		margin: 0 0 25px;
	}
	.r-advantages .container {
		flex-wrap: wrap;
	}
	.r-advantages .a-item:nth-last-child(1) {
		width: 100%;
		margin: 0;
	}
	.r-advantages {
		padding: 30px 0;
	}
	.r-advantages .a-item .a-img {
		margin: 0 0 10px;
	}
	header .top-nav {
		min-height: 70px;
	}
	header.fixed {
		transform: translateY(0) !important;
	}
	header.fixed .banner-text {
		opacity: 0;
		visibility: hidden;
	}
	.section-popular .row .col-3 .popular-item .title {
		font-size: 18px;
		line-height: 22px;
	}
	.section-popular .row .col-3 .popular-item .popular-img {
		margin: 0 0 15px;
	}
	.section-popular .row .col-3 .popular-item .price {
		font-size: 16px;
	}
	.section-popular .row:not(.related-slider) .col-3 {
		min-width: calc(100% / 2);
		margin: 0 0 15px;
	}
	.section-popular .row:not(.related-slider) .col-3 {
		padding: 0 5px;
	}
	.section-popular .row {
		margin: 0 -5px;
	}
	.block-slider .slider-item {
		min-height: calc(100vh - 129px);
	}
	header .header-link .user-nav {
		display: none;
	}
	header .left-side {
		position: absolute;
		right: 30px;
		z-index: 3;
	}
	header .header-link a.cart-link {
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	.section-popular .row .col-3 .popular-item .title {
		line-height: 20px;
	}
	.r-rating .container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.r-rating .rating .rating-title {
		font-size: 31px !important;
	}
	.r-rating h2{
		margin: 0 0 15px;
	}
	.r-rating {
		padding: 30px 0;
	}
	.section-popular .row .col-3 .popular-item .popular-img{
		height: 350px;
	}
	main {
		padding-top: 105px;
	}
	.top-panel .row .line-size {
		display: none;
	}
	.rating-text, #profile-link {
		width: 100%;
	}
	.tp-widget-trustscore {
		font-size: 16px;
	}
	.breadcrambs {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.bottom-info--wrapper p.title {
		font-size: 26px !important;
	}
	.section-popular .row .col-3 .popular-item .title {
		min-height: initial;
		margin: 0 0 5px;
	}
	.section-popular .row .col-3 .popular-item {
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 480px) {
	.r-advantages .a-item {
		width: 100%;
	}
	.banner-text {
		min-height: 45px;
		font-size: 12px;
	}
	.section-popular .row .col-3 .popular-item .popular-img {
		height: 220px;
	}
	.section-popular.typeone .row .col-3 .popular-item .popular-img {
		height: 320px;
	}
}

.typeone .col-3 {
	min-width: 100% !important;
	width: 100% !important;
}

.typetwo .col-3 {
	min-width: calc(100% / 2) !important;
	width: calc(100% / 2) !important;
}

@media screen and (min-width: 577px) and (max-width: 991px) {
	.section-popular--home .show-to {
		display: none;
	}

	.section-popular--home .row:not(.related-slider) .col-3 {
		min-width: calc(100% / 2) !important;
		width: calc(100% / 2) !important;
	}
}

@media screen and (max-width: 576px) {
	.section-popular--home .show-to {
		display: none;
	}

	.section-popular--home .row:not(.related-slider) .col-3 {
		min-width: 100% !important;
		width: 100% !important;
	}
}

.product-advanatages {
	padding: 0 0 35px;
}

.product-advanatages .a-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: initial;
}

.product-advanatages .a-item .a-img {
	margin: 0 15px 0 0;
}

.product-advanatages .a-item .a-img img {
	width: 35px;
}

.product-advanatages .a-item small {
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
