html {
	height: 100%;
}
body {
	height: 100%;
	color: #5a4a42;
}
.navbar {
	background-color: #f8e8e8;
}
.card {
	background-color: #fbeee6;
	border: none;
}
.footer {
	background-color: #ffe0c6;
	padding: 20px;
	text-align: center;
}
.footer .contacts {
	text-align: left;
}

.main-category-title {
	text-align: center;
}


.category-img-wrapper {
	width: 390px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.main-category-block {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}

.main-category-block:hover {
	transform: scale(1.1);
}

.slick-slide-arrow-1 .slick-arrow {
	background-color: #fdf3f3;
}

.slide-item-info-inner {
	padding: 35px;
}

.slide-item-info.active-bg {
	background-color: rgba(255, 255, 255, 0.6);
	transition: background-color 0.5s ease;
	border-radius: 10px;
}

.cart-plus-minus, .cart-plus-minus, .dec.qtybutton, .inc.qtybutton {
	cursor: pointer;
}

.table-responsive {
	overflow-x: auto; /* горизонтальный скролл */
}

.fixed-table {
	table-layout: fixed;
	width: 100%;
	min-width: 800px;
	border-collapse: collapse;
}

.fixed-table th,
.fixed-table td {
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle !important;
	box-sizing: border-box;
}

.fixed-table th:nth-child(1), .fixed-table td:nth-child(1) { width: 50px; }
.fixed-table th:nth-child(2), .fixed-table td:nth-child(2) { width: 100px; }
.fixed-table th:nth-child(3), .fixed-table td:nth-child(3) { width: 300px; }
.fixed-table th:nth-child(4), .fixed-table td:nth-child(4) { width: 120px; }
.fixed-table th:nth-child(5), .fixed-table td:nth-child(5) { width: 120px; }
.fixed-table th:nth-child(6), .fixed-table td:nth-child(6) { width: 120px; }

.fixed-table td:nth-child(3) {
	white-space: normal; /* разрешаем перенос текста в названии */
}

.quantity-input {
	max-width: 70px;
	width: 70px;
	margin: 0 auto;
	text-align: center;
	padding: 0.25rem 0.5rem;
}

.img-thumbnail {
	max-width: 80px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.remove-item-btn {
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 1.25rem;
	text-align: center;
	border: none;
	background: none;
	cursor: pointer;
}

.order-form {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

@media (max-width: 767.98px) {
	.shoping-cart-table table {
		display: none;
	}

	.mobile-cart-item {
		display: block;
		background-color: #fff;
		border: 1px solid #ddd;
		border-radius: 8px;
		padding: 15px;
		margin-bottom: 15px;
	}

	.mobile-cart-item img {
		max-width: 100%;
		height: auto;
		border-radius: 4px;
		margin-bottom: 10px;
	}

	.mobile-cart-item .name {
		font-weight: bold;
		margin-bottom: 5px;
	}

	.mobile-cart-item .price,
	.mobile-cart-item .subtotal {
		margin: 5px 0;
	}

	.mobile-cart-item .quantity-input {
		margin: 10px 0;
	}

	.mobile-cart-item .remove-item-btn {
		float: right;
		color: red;
		font-size: 20px;
		padding: 0;
		border: none;
		background: transparent;
	}
}


.product-img-bg {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}


.ltn__breadcrumb-area {
	background-color: #c7c7c7;
}

.new-text a {
	text-decoration: underline;
}