::selection {
	color: var(--bs-body-bg);
	background-color: var(--bs-secondary);
}
#page-loading-blocs-notifaction {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#page-loading-blocs-notifaction #loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -75px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: var(--bs-primary);
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
#page-loading-blocs-notifaction #loader::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: var(--bs-secondary);
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}
#page-loading-blocs-notifaction #loader::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: var(--bs-tertiary-color);
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#selectLanguage {
	min-width: 75px;
}
#selectLanguage select {
	border: 1px solid var(--bs-primary);
	border-radius: 0;
	font-weight: 500;
}
#selectLanguage select option {
	border-radius: 0 !important;
}
#selectLanguage select:focus {
	box-shadow: none;
}
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}
.bgc-primary {
	background-color: var(--bs-primary) !important;
}
.bgc-secondary {
	background-color: var(--bs-secondary) !important;
}
.bgc-gray {
	background-color: var(--bs-gray-200) !important;
}
.bloc-lg {
	padding: 100px 20px;
}
.col img {
	max-width: 100%;
}
.btn.btn-cart {
	font-size: var(--standardFontSize);
}
.btn.btn-cart span {
	display: contents;
}
.spinner-border {
	position: relative;
	top: 1px;
	width: 20px !important;
	height: 20px !important;
	border-width: 2.5px !important;
}
.search-form {
	overflow: hidden;
}
.search-form .search_input {
	overflow: hidden !important;
}
.search-form label {
	color: #000 !important;
	z-index: 10 !important;
}
.box {
	max-width: 100%;
	overflow: hidden;
}
.box p {
	width: 100%;
}
.parallax__container {
	clip: rect(0,auto,auto,0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#menu5 li {
	margin-bottom: 2.5px;
}
#menu5 li a {
	color: rgba(255,255,255,0.66);
}
#menu5 li a:hover {
	color: #fff;
}
.producers-filter {
	display: block;
	padding-left: 0;
	text-align: center;
	margin: 0 auto;
}
.producers-filter li {
	display: inline-block;
	margin: 0 1rem;
}
#navPartnersLinks li a {
	opacity: .66;
	transition: all .3;
}
#navPartnersLinks li a:hover {
	opacity: 1;
}
.opacity {
	opacity: .66;
	transition: all .3s ease;
}
.opacity:hover {
	opacity: 1;
}
#account-ico-mobile:hover, #storage-ico-mobile:hover, #basket-ico-mobile:hover, #search-ico-mobile:hover, #close-ico-mobile:hover {
	background-color: transparent !important;
}
.ico-top {
	display: flex;
	padding: 0 !important;
	width: 40px !important;
	height: 40px !important;
	background: transparent;
	border-radius: 40px !important;
	transition: all var(--d) var(--e);
}
.ico-top img:not(.ico-top-mobile) {
	display: inline-block;
	margin: 0 auto;
	width: 24px !important;
	height: 24px !important;
	vertical-align: middle;
	transition: all var(--d) var(--e);
}
.ico-top:hover:not(.ico-top-mobile) {
	background: var(--bs-gray-300);
}
.ico-top.storage.remove, .ico-top.compare.remove {
	background: var(--bs-danger);
}
.ico-top.storage.remove img, .ico-top.storage.remove span, .ico-top.compare.remove img, .ico-top.compare.remove span {
	filter: invert(1);
}
.ico-top-mobile {
	width: 60px !important;
	height: 60px !important;
	background: transparent;
	border-radius: 40px !important;
	transition: all var(--d) var(--e);
}
.ico-top-mobile img {
	width: 100% !important;
	max-width: 30px !important;
	max-height: 30px !important;
	filter: invert(1);
}
.ico-top-mobile:hover {
	background: var(--colorPrimaryHover);
}
.nav-link.active .ico-top-mobile {
	background: var(--colorPrimaryHover);
}
#dropdownUser::after, .btn-context::after, .nav-link[data-bs-toggle="dropdown"]::after {
	display: none !important;
}
.blocsapp-special-menu blocsnav a.close-special-menu {
	display: none;
}
.nav-special.fullscreen-nav {
	background-color: var(--bs-tertiary-color);
}
.nav-special.fullscreen-nav .site-navigation {
	text-align: center;
	margin-top: 0 !important;
}
#lightbox-image {
	max-height: 90vh;
}
.table tbody tr td {
	background-color: transparent;
}
.table tbody tr.promoted {
	background: linear-gradient(45deg,#fff 75%,var(--promo-primary-rgba));
	z-index: 1;
}
.table tbody tr.promoted:last-of-type {
	width: 150px;
}
.table.prices>:not(:first-child) {
	border-top: none;
}
.table-mobile {
	border-bottom-color: var(--bs-primary) !important;
}
.table-mobile:last-of-type tbody tr:first-of-type td:first-of-type {
	border-bottom-left-radius: 2rem;
}
.table-mobile:last-of-type tbody tr:last-of-type td:last-of-type {
	border-bottom-right-radius: 2rem;
}
.no-after::after {
	display: none;
}
#menu3 li.dropdown ul.dropdown-menu::after {
	content: '';
}
#menuMobile .accordion-item {
	background-color: var(--bs-gray-200);
}
#menuMobile .accordion-item .accordion-header {
	font-weight: bold;
}
#menuMobile .accordion-item .accordion-header .accordion-button {
	color: var(--bs-primary);
	font-weight: 600;
}
#menuMobile .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	color: var(--bs-body-bg) !important;
	background-color: var(--bs-primary) !important;
}
#menuMobile .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
	-webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23eee'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23eee'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: var(--bs-body-bg) !important;
	background-image: none !important;
}
#menuMobile .accordion-item .accordion-header .accordion-button::after {
	-webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: var(--bs-secondary) !important;
}
#menuMobile .accordion-item .accordion-header .accordion-button.selected {
	color: var(--bs-body-bg) !important;
	background-color: var(--bs-secondary) !important;
}
#menuAccountMobile li.menu-li {
	padding: 1rem 0 1rem 0 !important;
	transition: all var(--d) var(--e);
}
#menuAccountMobile li.menu-li a {
	font-size: calc(1.3 * var(--standardFontSize));
	color: #fff !important;
}
#menuAccountMobile li.menu-li:hover {
	background: linear-gradient(90deg,transparent,var(--colorPrimaryHover),transparent);
}
#accordionFilter {
	border: none;
	--bs-accordion-border-width: 0;
}
#accordionFilter .accordion-item {
	border: none;
}
#accordionFilter .accordion-item .accordion-header {
	border: none !important;
}
#accordionFilter .accordion-item .accordion-header .accordion-button {
	background-color: transparent;
	border: none;
}
#accordionFilter .accordion-item .accordion-body {
	border: none;
}
#accordionFilter .accordion-item .accordion-body ul li {
	margin: 10px auto;
}
.link-primary {
	color: var(--bs-primary) !important;
}
.link-primary:hover, .link-primary:focus {
	color: var(--bs-secondary) !important;
}
.link-secondary {
	color: var(--bs-secondary) !important;
}
.link-secondary:hover, .link-secondary:focus {
	color: var(--bs-primary) !important;
}
.carousel .carousel-inner .carousel-caption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 50%;
	height: 100%;
}
.carousel .carousel-inner .carousel-caption.background-caption {
	background-color: var(--bs-tertiary-color);
}
.carousel .carousel-control-prev {
	width: 7.5%;
}
.carousel .carousel-control-next {
	width: 7.5%;
}
.prices .price {
	font-size: var(--standardFontSize) !important;
}
.prices .price.gross .old {
	font-size: var(--standardFontSize) !important;
	text-decoration: line-through;
}
.prices .price.gross .old .value {
	font-size: var(--standardFontSize);
	font-weight: normal;
}
.prices .price.gross .old .currency {
	margin-left: .125rem;
	font-size: var(--standardFontSize) !important;
	font-weight: normal !important;
}
.prices .price.gross .value {
	font-size: 1.5rem;
}
.prices .price.gross .currency {
	margin-left: .1rem;
	font-size: var(--standardFontSize) !important;
	font-weight: normal !important;
}
.img-fluid {
	transition: all var(--d) var(--e);
}
.img-fluid:hover {
	transform: scale(1.1);
}
.card {
	transition: all var(--d) var(--e);
}
.card.card-boxes table tbody tr td {
	background-color: transparent;
}
.card.card-promoted {
	background: linear-gradient(45deg,#fff 75%,var(--promo-primary-rgba));
	z-index: 1;
}
.card.card-promoted::before {
	position: absolute;
	content: '';
	z-index: -1 !important;
	transition: all var(--d) var(--e);
	width: 15%;
	height: 15%;
	top: -2.5px;
	left: -2.5px;
	border-top: 2.5px solid var(--bs-primary);
	border-left: 2.5px solid var(--bs-primary);
}
.card.card-promoted::after {
	position: absolute;
	content: '';
	z-index: -1 !important;
	transition: all var(--d) var(--e);
	width: 15%;
	height: 15%;
	right: -2.5px;
	bottom: -2.5px;
	border-right: 2.5px solid var(--bs-primary);
	border-bottom: 2.5px solid var(--bs-primary);
}
.card.card-promoted:hover::before {
	width: 50%;
	height: 50%;
}
.card.card-promoted:hover::after {
	width: 50%;
	height: 50%;
}
.card.card-promoted .ribbon {
	width: 125px;
	height: 125px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
.card.card-promoted .ribbon::before, .card.card-promoted .ribbon::after {
	position: absolute;
	z-index: 0;
	content: '';
	display: block;
	border: 5px solid var(--bs-secondary);
}
.card.card-promoted .ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: var(--bs-primary);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	color: #fff;
	font: 700 16px/1 var(--fontFamily);
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
	text-align: center;
}
.card.card-promoted .ribbon.ribbon-top-right {
	top: -10px;
	right: -10px;
}
.card.card-promoted .ribbon.ribbon-top-right::before {
	top: 0;
	left: 0;
	border-top-color: transparent;
	border-right-color: transparent;
}
.card.card-promoted .ribbon.ribbon-top-right::after {
	right: 0;
	bottom: 0;
	border-top-color: transparent;
	border-right-color: transparent;
}
.card.card-promoted .ribbon.ribbon-top-right span {
	top: 25px;
	left: -32.5px;
	transform: rotate(45deg);
}
.card.card-promoted.time-promotion {
	background: linear-gradient(45deg,#fff 75%,var(--promo-secondary-rgba));
}
.card.card-promoted.time-promotion::before {
	border-top-color: var(--bs-secondary);
	border-left-color: var(--bs-secondary);
}
.card.card-promoted.time-promotion::after {
	border-right-color: var(--bs-secondary);
	border-bottom-color: var(--bs-secondary);
}
.card.card-promoted.time-promotion .ribbon::before, .card.card-promoted.time-promotion .ribbon::after {
	border-color: var(--bs-tertiary-rgb);
}
.card.card-promoted.time-promotion .ribbon span {
	background-color: var(--bs-secondary);
	z-index: 1;
}
.card .card-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	z-index: 0;
}
.card .card-image img, .card .card-image source {
	height: 100%;
}
.card .variant-colors {
	bottom: 5px;
	padding: 5px 5px 0 5px;
	background-color: rgba(255,255,255,0.75);
	opacity: 0;
	transition: all var(--d) var(--e);
}
.card .variant-colors .variant-color {
	width: 20px;
	aspect-ratio: 1;
}
.card:hover .variant-colors {
	opacity: 1;
	transition: all var(--d) var(--e);
}
.ribbon {
	width: 125px;
	height: 125px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
.ribbon::before, .ribbon::after {
	position: absolute;
	z-index: 0;
	content: '';
	display: block;
	border: 5px solid var(--bs-secondary);
}
.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: var(--bs-primary);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	color: #fff;
	font: 700 16px/1 var(--fontFamily);
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
	text-align: center;
}
.ribbon.ribbon-top-left {
	top: -10px;
	left: -10px;
}
.ribbon.ribbon-top-left::before {
	top: 0;
	right: 0;
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon.ribbon-top-left::after {
	bottom: 0;
	left: 0;
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon.ribbon-top-left span {
	top: 30px;
	right: -25px;
	transform: rotate(-45deg);
}
.ribbon.ribbon-top-right {
	top: -10px;
	right: -10px;
}
.ribbon.ribbon-top-right::before {
	top: 0;
	left: 0;
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon.ribbon-top-right::after {
	right: 0;
	bottom: 0;
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon.ribbon-top-right span {
	top: 25px;
	left: -32.5px;
	transform: rotate(45deg);
}
.ribbon.ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
}
.ribbon.ribbon-bottom-left::before {
	right: 0;
	bottom: 0;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.ribbon.ribbon-bottom-left::after {
	top: 0;
	left: 0;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.ribbon.ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
}
.ribbon.ribbon-bottom-right {
	right: -10px;
	bottom: -10px;
}
.ribbon.ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.ribbon.ribbon-bottom-right::after {
	top: 0;
	right: 0;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.ribbon.ribbon-bottom-right span {
	bottom: 30px;
	left: -25px;
	transform: rotate(-225deg);
}
.products .product {
	position: relative;
	z-index: 1;
}
.products .product::before {
	position: absolute;
	content: '';
	z-index: -1 !important;
	transition: all var(--d) var(--e);
	width: 0%;
	height: 0%;
	top: -2.5px;
	left: 9.5px;
	border-top: 2.5px solid transparent;
	border-left: 2.5px solid transparent;
}
.products .product::after {
	position: absolute;
	content: '';
	z-index: -1 !important;
	transition: all var(--d) var(--e);
	width: 0%;
	height: 0%;
	right: 9.5px;
	bottom: -2.5px;
	border-right: 2.5px solid transparent;
	border-bottom: 2.5px solid transparent;
}
.products .product .ribbon.ribbon-top-right {
	right: 2px;
}
.products .product:hover::before {
	width: 50%;
	height: 50%;
	border-top: 2.5px solid var(--bs-primary);
	border-left: 2.5px solid var(--bs-primary);
}
.products .product:hover::after {
	width: 50%;
	height: 50%;
	border-right: 2.5px solid var(--bs-primary);
	border-bottom: 2.5px solid var(--bs-primary);
}
#bloc-foot::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(var(--bs-tertiary-color),transparent);
	z-index: 1;
}
#bloc-foot .parallax {
	background-color: var(--bs-tertiary-color);
	background-blend-mode: luminosity;
}
.modal-backdrop.show {
	opacity: .9 !important;
}
.form-switch .form-check-input {
	border-color: var(--bs-primary);
}
.form-switch .form-check-input:checked {
	background-color: var(--bs-primary);
	box-shadow: none;
	outline: none;
}
.eu {
	background-color: var(--bs-blue);
}
@media (min-width: 768px) {
	.d-md-contents {
		display: contents !important;
	}
	.d-md-contents.d-none {
		display: contents !important;
	}
}
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}
.background {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(45deg,rgba(209,0,42,0.6) 0%,#0e5dc4 100%);
	opacity: 0.9;
}
.background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
}
.item-bg {
	width: 30%;
	height: 550px;
	position: absolute;
	top: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
	opacity: 0;
	transition: all .3s;
	left: -30px;
}
.item-bg.active {
	left: 0;
	top: 0;
	opacity: 1;
}
.news-slider {
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
@media screen and (max-width: 1300px) {
	.news-slider {
		max-width: 1000px;
	}
}
@media screen and (max-width: 576px) {
	.news-slider {
		margin-top: 45px;
	}
}
.news-slider__wrp {
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
.news-slider__item {
	width: 25%;
	flex-shrink: 0;
}
@media screen and (max-width: 992px) {
	.news-slider__item {
		width: 340px;
	}
}
.news-slider__item.swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
}
.news-slider__item.swiper-slide-active, .news-slider__item.swiper-slide-prev, .news-slider__item.swiper-slide-next {
	opacity: 1;
	pointer-events: auto;
}
.news-slider__ctr {
	position: relative;
	z-index: 12;
}
.news-slider__arrow {
	background: #fff;
	border: none;
	display: inline-flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	z-index: 12;
	cursor: pointer;
	outline: none !important;
}
.news-slider__arrow:focus {
	outline: none !important;
}
.news-slider__arrow .icon-font {
	display: inline-flex;
}
.news-slider__arrow.news-slider-prev {
	left: 15px;
	transform: translateY(-50%);
}
.news-slider__arrow.news-slider-next {
	right: 15px;
	transform: translateY(-50%);
}
.news-slider__pagination {
	text-align: center;
	margin-top: 50px;
}
.news-slider__pagination .swiper-pagination-bullet {
	width: 13px;
	height: 10px;
	display: inline-block;
	background: #fff;
	opacity: .2;
	margin: 0 5px;
	border-radius: 20px;
	transition: opacity .5s, background-color .5s, width .5s;
	transition-delay: .5s, .5s, 0s;
}
.news-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
	width: 100px;
	transition-delay: 0s;
}
@media screen and (max-width: 576px) {
	.news-slider__pagination .swiper-pagination-bullet-active {
		width: 70px;
	}
}
.news__item {
	padding: 40px;
	color: #fff;
	border-radius: 10px;
	display: block;
	transition: all .3s;
}
@media screen and (min-width: 800px) {
	.news__item:hover {
		color: #222;
		transition-delay: .1s;
	}
	.news__item:hover .news-date, .news__item:hover .news__title, .news__item:hover .news__txt {
		opacity: 1;
		transition-delay: .1s;
	}
	.news__item:hover .news__img {
		box-shadow: none;
	}
}
.news__item.active {
	color: #222;
}
.news__item.active .news-date, .news__item.active .news__title, .news__item.active .news__txt {
	opacity: 1;
}
.news__item.active .news__img {
	box-shadow: none;
}
@media screen and (max-width: 992px) {
	.news__item {
		padding: 30px;
	}
}
@media screen and (max-width: 576px) {
	.news__item {
		padding: 20px;
	}
}
.news-date {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid;
	display: inline-block;
	opacity: .7;
	transition: opacity .3s;
}
@media screen and (max-width: 576px) {
	.news-date {
		margin-bottom: 10px;
		display: inline-flex;
		align-items: center;
		padding-bottom: 0;
	}
}
.news-date__title {
	display: block;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 500;
}
@media screen and (max-width: 576px) {
	.news-date__title {
		margin-right: 10px;
	}
}
.news-date__txt {
	font-size: 16px;
}
.news__title {
	font-size: 25px;
	font-weight: 500;
	opacity: .7;
	margin-top: 10px;
	margin-bottom: 15px;
	transition: opacity .3s;
}
@media screen and (max-width: 576px) {
	.news__title {
		font-size: 22px;
		margin-bottom: 10px;
	}
}
.news__txt {
	margin: 10px 0;
	line-height: 1.6em;
	font-size: 15px;
	opacity: .7;
	transition: opacity .3s;
}
.news__img {
	border-radius: 10px;
	box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
	height: 200px;
	margin-top: 30px;
	width: 100%;
	transition: all .3s;
	transform-origin: 0% 0%;
}
@media screen and (max-width: 576px) {
	.news__img {
		height: 180px;
		margin-top: 20px;
	}
}
.news__img img {
	max-width: 100%;
	border-radius: 10px;
	height: 100%;
	width: 100%;
}
.list-group .list-group-item.active label {
	color: #fff !important;
}
.list-group .list-group-item.active label h6 {
	color: #fff !important;
}
#order-delivery ul li.list-group-item, #order-payment ul li.list-group-item {
	border-bottom: 1px solid rgba(0,0,0,0.125);
	transition: all var(--d) var(--e);
}
#order-delivery ul li.list-group-item .border-bottom, #order-payment ul li.list-group-item .border-bottom {
	display: none;
}
#order-delivery ul li.list-group-item.active .border-bottom, #order-payment ul li.list-group-item.active .border-bottom {
	display: block;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 5px;
}
#order-delivery ul li.list-group-item:hover:not(.active), #order-payment ul li.list-group-item:hover:not(.active) {
	background-color: rgba(0,0,0,0.1);
}
.variant {
	transition: all var(--d) var(--e);
}
.variant ul.attributes {
	list-style-type: none;
}
.variant ul.attributes li {
	transition: all var(--d) var(--e);
}
.variant:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.variant:hover ul.attributes li {
	color: #fff;
	background-color: var(--bs-primary);
}
