@font-face {
	font-family: 'Bahnschrift';
	src: url('/include/fonts/Bahnschrift.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('/include/fonts/Inter-VariableFont_slnt,wght.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'InterBold';
	src: url('/include/fonts/Inter-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.mainLogo img {
	width: 230px;
}

.customNav {
	background-color: #FC57FF;
	padding: 0;
}

.customNav .navbar-nav .nav-link {
	color: #ffffff;
	text-transform: uppercase;
	margin-right: 20px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btnCustom {
	color: #FC57FF;
	background-color: #fff; /* Розовый цвет */
	border-color: #FC57FF; /* Цвет рамки (если нужно) */
	width: 158px;
}
.btnCustom:hover {
	background-color: #FC57FF;
	color: white;
}

.imageContainer {
	position: relative;
	width: 100%;
	height: 500px;
	background: url('../img/children.png') center/cover no-repeat;
	display: flex;
	align-items: center;
}

.centered-text {
	position: absolute;
	left: 30%;
	transform: translateX(-50%);
	color: white;
	font-size: 24px;
}
.btmCard {
	background: rgba(252, 87, 255, 0.15);
	padding: 2px;
}
.cardTextSmall {
	font-size: 0.85rem;
	color: #666;
	margin: 0;
}
.cardPrice {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0;
}
.cardImage {
	display: none;
}
.productImage {
	width: 100%;
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.fixedLines {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.centerText {
	display: flex;
	align-items: center;
	justify-content: center;
	height:100px;
}

.color-black {
	color: black;
}

.custom-link {
	color: black !important;
	text-decoration: none;
}

.custom-link div {
	color: black !important;
}

.footerBlock {
	background-color: #FC57FF;
	color:white
}

.footerData {
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productContainer {
	padding: 0 105px;
}

.customBreadcrumb {
	background-color: transparent;
	margin: 0;
	font-family: "Bahnschrift";
}

.customBreadcrumb li {
	font-size: 15px;
	color: silver;
}
.customBreadcrumb li a {
	color: black;
}
.customBreadcrumb li:before {
	padding: 0;
}
.customBreadcrumb .breadcrumb-item+.breadcrumb-item {
	padding: 0;
}
.customBreadcrumb .breadcrumb-item {
	padding: 0;
}
.page-title__header {
	font-size: 36px;
	font-weight: bold;
	padding: 0 15px;
}
.activeMenu {
	background-color: #FEE0FF;
	color: #FC57FF !important;
	font-weight: bold;
}
.sidebar-filter {
	padding-left: 15px;
	font-size: 15px;
}
.sidebar-filter ul {
	list-style: none;
	padding: 0;
}
.sidebar-filter ul ul{
	padding-left: 20px;
}
.sidebar-filter a {
	color: black;
}
.sidebar-filter ul li {
	padding: 10px 0;
	border-top: 2px solid  #FC57FF;
}
.sidebar-filter ul ul li {
	padding: 0;
	border: none;
}
.sidebar-filter ul li:first-child {
	border: none;
}
.customDropdown {
	background-color: white;
	color: black;
	font-size: 19px;
	border: none;
}
.bigProductImage {
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.productName {
	font-size: 30px;
	line-height: 36.31px;
	font-weight: 600;
	font-family: "Inter";
}
.productStatus span{
	font-size: 20px;
	font-family: "Inter";
	font-weight: 400;
}
.productPrice {
	color: #FC57FF;
	font-weight: 800;
	font-size: 35px;
}

.productColumn {
	padding-left: 50px;
}

.productDescription {
	font-family: "Inter";
	font-weight: 300;
	font-size: 19px;
}
.customBasketButton {
	text-transform: uppercase;
	font-family: "Inter";
	font-weight: 700;
	font-size: 15px;
	border: 1px solid #FC57FF;
	background-color: white;
	color: #FC57FF;
}
.customBasketButton:hover {
	background-color: #FC57FF;
	color: white;
}
.silverBasketButton {
	text-transform: uppercase;
	font-family: "Inter";
	font-weight: 700;
	font-size: 15px;
	border: 1px solid silver;
	background-color: white;
	color: silver;
}
.silverBasketButton:hover {
	background-color: silver;
	color: white;
}

.fixed-circle {
	width: 80px;
	height: 80px;
	background-color: #FC57FF;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid white;
}
.fixed-circle i{
	font-size: 45px;
}
.basketBlock {
	width: 80px;
	height: 80px;
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 999;
}

.basketItem {
	padding-left: 205px;
	position: relative;
}
.fixed-circle:hover {
	background-color: white;
	color: #FC57FF;
	border: 2px solid #FC57FF;
}

.basketImage {
	width:175px;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left:15px;
	top: 0px;
}

.bsImg {
	display: none;
}

.basketDescription {
	width: 100%;
	min-height: 210px;
	text-align: left;
	padding-top: 15px;
}

.itemTitle {
	font-size: 18px;
	font-weight: 600;
}

.itemCharacteristics {
	font-size: 12px;
	color: #4e555b;
}
.basketPrice {
	font-size: 18px;
}
.basketTrash {
	position: absolute;
	right: 15px;
	top:0;
	color: silver;
	font-size: 18px;
	cursor: pointer;
}
.basketTrash:hover {
	color: red;
}

.sendButton {
	background-color: white;
	color: #FC57FF;
	border: 2px solid #FC57FF;
}
.sendButton:hover {
	background-color: #FC57FF;
	color: white;
}

@media (max-width: 1050px) {
	.centered-text {
		left: 34%;
	}
	.productContainer {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.mainLogoBlock {
		display: none;
	}
	.centered-text {
		left: 38%;
	}
	.productContainer {
		padding: 15px;
	}
	.productColumn {
		padding-left: 15px;
	}
	.customBreadcrumb li {
		font-size: 10px;
	}
	.productColumn {
		margin-top: 30px;
	}
	.delText {
		display: none;
	}
}


