﻿:root {
	--blue: #0E374D;
	--blue-light: #ff0e0e;
	--grey: #F5F5F5;
	--grey-primary: #545F71;
	--white: #FFFFFF;
	--red: #DD3864;
	--black: #231F20;
	--bs-success-rgb: 114, 192, 46;
	--primary: #ff0e0e;
	--second: #171717;
}

.footer-a {
	text-decoration: none;
	color: var(--grey);
}

.footer-head {
	font-weight: 500;
	font-size: 20px;
}

.footer-bg {
	background-color: var(--second);
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

.blazor-error-boundary {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
	padding: 1rem 1rem 1rem 3.7rem;
	color: white;
}

	.blazor-error-boundary::after {
		content: "An error has occurred."
	}

.dropdown-menu-responsive {
	position: absolute;
	margin: 0px;
	transform: translate3d(0px, 10px, 0px);
}

.d-none-important {
	display: none !important;
}

.nav-collapsing .hideable {
	max-width: 500px;
	transition: max-width .2s linear;
}

.nav-collapsing span.hideable {
	display: inline-block;
	margin-left: 5px;
	transition: margin .1s linear, padding .1s linear;
}

.nav-collapsing.collapsed .hideable {
	max-width: 0;
	overflow: clip;
}

.nav-collapsing.collapsed span.hideable {
	margin-left: 0;
}

.nav-collapsing.collapsed {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.min-h-100 {
	min-height: 100vh;
}

.nav-link {
	transition: background-color .2s ease-in-out;
}

	.nav-link:hover {
		background-color: rgba(120, 120, 120, 0.5) !important;
	}

.fade-in {
	animation: fade-in .3s ease-in;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.cursor-pointer {
	cursor: pointer;
}

.pulse-progress-bar {
	animation: pulsing 3s linear infinite;
	left: -10%;
}

@keyframes pulsing {
	0% {
		left: -100%;
	}

	33% {
		left: -10%;
	}

	100% {
		left: 100%;
	}
}

.offcanvas.show {
	animation: slide-in-right .3s ease-in;
}

body .offcanvas.show {
	overflow: hidden;
}

.offcanvas.show.hiding {
	animation: slide-out-right .3s ease-in;
}

@keyframes slide-in-right {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes slide-out-right {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(100%);
	}
}

.bg-primary {
	background-color: var(--white) !important;
}

[type=search] {
	outline-offset: 0;
	-webkit-appearance: textfield;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
	width: 100%;
	background: var(--primary);
	color: white;
	height: 40px;
	border: 0;
}

	.btn-primary:active {
		background: var(--primary) !important;
		color: white !important;
	}

@font-face {
	font-family: Jost;
	src: url(/webfonts/Jost-VariableFont_wght.ttf);
	font-display: swap
}

* {
	font-family: Jost;
}

.product {
	background: white;
}

.product-text {
	height: 84px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 400;
	color: var(--black);
	word-break: break-word;
}

.product-price {
	font-weight: 600;
	font-size: 17px;
	color: var(--black);
}

.product-img {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.marquee {
	white-space: nowrap;
	font-size: 24px;
	color: #AAA9A9;
	--gap: 1rem;
	display: flex;
	gap: var(--gap);
	text-align: center;
}

	.marquee div {
		display: flex;
		flex-shrink: 0;
		animation: scroll 25s linear infinite;
	}

	.marquee span {
		display: inline-block;
		padding-left: 30px;
		padding-right: 30px;
		margin: 10px;
	}

	/*.marquee :hover {
	animation-play-state: paused;
}*/

	.marquee img:hover {
		-webkit-filter: grayscale(0) !important;
		filter: grayscale(0) !important;
	}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}

.fs-s {
	font-size: 11px;
}

.fs-m {
	font-size: 14px;
}

.fs-l {
	font-size: 18px;
}

.fs-xl {
	font-size: 23px;
}

.fs-xxl {
	font-size: 28px;
}

.fw-l {
	font-weight: 500;
}

.fw-b {
	font-weight: bold;
}

.header-1 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-100 {
	padding-bottom: 100px;
}

.py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.nobr br {
	display: none;
}

.btn-primary:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.nav-link.active {
	background-color: transparent !important;
	color: var(--primary) !important;
	font-weight: bold;
}

.nav-link:hover {
	background-color: transparent !important;
	color: var(--primary) !important;
}

body {
	margin: 0;
}

.accordion-button:focus {
	box-shadow: none !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	filter: invert(55%) sepia(56%) saturate(5168%) hue-rotate(163deg) brightness(97%) contrast(101%);
}

input[type="checkbox"] {
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

.btn-secondary {
	background-color: transparent;
	color: var(--black);
	width: 100%;
	padding: 12px, 16px, 12px, 16px;
	height: 40px;
	border: solid 1px;
}

.documentsSection .active {
	background-color: var(--primary) !important;
	color: var(--white) !important;
}

.wrapper {
	width: 400px;
	background: #fff;
	border-radius: 10px;
	padding: 20px 25px 40px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

header h2 {
	font-size: 24px;
	font-weight: 600;
}

header p {
	margin-top: 5px;
	font-size: 16px;
}

.price-input {
	width: 100%;
	display: flex;
	margin: 30px 0 35px;
}

	.price-input .field {
		display: flex;
		width: 100%;
		height: 45px;
		align-items: center;
	}

.field input {
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 19px;
	margin-left: 12px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #999;
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.price-input .separator {
	width: 130px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
}

.range-slider {
	height: 5px;
	position: relative;
	background-color: #e1e9f6;
	border-radius: 2px;
}

.range-selected {
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
	border-radius: 5px;
	background-color: var(--primary);
}

.range-input {
	position: relative;
}

	.range-input input {
		position: absolute;
		width: 100%;
		height: 5px;
		top: -6px;
		background: none;
		pointer-events: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

		.range-input input::-webkit-slider-thumb {
			height: 20px;
			width: 20px;
			border-radius: 50%;
			border: 3px solid var(--primary);
			background-color: var(--primary);
			pointer-events: auto;
			-webkit-appearance: none;
		}

		.range-input input::-moz-range-thumb {
			height: 15px;
			width: 15px;
			border-radius: 50%;
			border: 3px solid var(--blue-light);
			background-color: var(--blue-light);
			pointer-events: auto;
			-moz-appearance: none;
		}

.range-price {
	margin: 30px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.range-price label {
		margin-right: 5px;
	}

	.range-price input {
		width: 40px;
		padding: 5px;
	}

		.range-price input:first-of-type {
			margin-right: 15px;
		}

.support-box {
	top: 2rem;
	position: relative;
	bottom: 0;
	text-align: center;
	display: block;
}

.b-btn {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

	.b-btn.paypal i {
		color: blue;
	}

	.b-btn:hover {
		text-decoration: none;
		font-weight: bold;
	}

	.b-btn i {
		font-size: 20px;
		color: yellow;
		margin-top: 2rem;
	}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.product-default-image {
	max-width: 402px;
	height: 402px;
	width: 100%;
	object-fit: contain;
}

#scrollProducts div:last-child {
	margin-right: 0 !important;
}

@media only screen and (min-width: 575px) {
	.dropdown-menu-responsive {
		position: absolute;
		inset: auto auto 0px 0px;
		margin: 0px;
		transform: translate3d(0px, -40px, 0px);
	}
}

@media (max-width: 575.99px) {

	::-webkit-scrollbar-thumb {
		display: none;
	}

	::-webkit-scrollbar-track {
		display: none;
	}

	.product-default-image {
		height: 202px;
	}
}

@media (min-width: 768px) {
	.sticky-md-bottom {
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		right: 0;
		z-index: 1020;
	}
}

.toast-body {
	background: white;
}

﻿.autocomplete {
	position: relative;
}

.autocomplete .options {
	min-height: 60px;
	max-height: 160px;
	overflow-y: auto;
	background: white;
	width: 100%;
	padding: 0;
	z-index: 10;
	border: 1px solid #ced4da;
	border-radius: 0.5rem;
	box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
}

.autocomplete .option {
	display: block;
	padding: 0.25rem;
}

	.autocomplete .option .option-text {
		padding: 0.25rem 0.5rem;
	}

	.autocomplete .option:hover {
		background: #1E90FF;
		color: #fff;
	}

	.autocomplete .option.disabled {
		background-color: lightgrey;
		cursor: not-allowed;
	}

		.autocomplete .option.disabled:hover {
			background: lightgrey;
			color: var(--bs-body);
		}

.no-focus-ring:hover, .no-focus-ring:focus {
	box-shadow: none;
}

.fab-button {
	border-radius: 50%;
	background-color: #06d10d;
	width: 38px;
	height: 38px;
	color: white;
	border: 0;
}

	.fab-button:hover, .fab-delete-button:hover {
		opacity: 0.8;
	}

.fab-delete-button {
	border-radius: 50%;
	background-color: var(--red);
	width: 38px;
	height: 38px;
	color: white;
	border: 0;
}

.stuff {
	opacity: 0.0;
}

.hover:hover + .stuff {
	opacity: 1.0;
}

.navigation-dropdown-hover {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transition: .5s;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	opacity: 0;
	visibility: hidden;
	padding: 16px 0;
	position: absolute;
	background: white;
	z-index: 1;
}

.d-block-hover:hover > .dropdown-menu {
	display: block
}

.hoverMenu:hover .navigation-dropdown-hover {
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0)
}

.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}

.dropdown-submenu {
	position: relative;
}

	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
	}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}

.navbar-nav a::first-letter {
	text-transform: uppercase;
}

.blazored-typeahead {
	position: relative;
	width: 100%;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
}

	.blazored-typeahead.valid.modified {
		outline: none !important;
		border: 1px solid #26b050;
	}

	.blazored-typeahead.invalid {
		outline: none !important;
		border: 1px solid red;
	}

.blazored-typeahead__controls {
	position: relative;
	cursor: text;
	display: flex;
}

.blazored-typeahead__input {
	flex: 1;
	max-width: 100%;
	border: none;
	padding: .5rem;
	border-radius: 5px;
}

.blazored-typeahead:focus-within {
	box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}

.blazored-typeahead__input:focus {
	outline: none;
}

.blazored-typeahead__input-multi:focus {
	outline: none;
	box-shadow: none;
}

.blazored-typeahead__input-hidden {
	display: none;
}

.invalid {
	border-color: red !important;
}


.blazored-typeahead__input-mask-wrapper {
	display: flex;
	width: 100%;
}

.blazored-typeahead__input-multiselect-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
}

.blazored-typeahead__input-mask-wrapper--disabled {
	background-color: #e9ecef;
	cursor: not-allowed;
	border-radius: 5px 0 0 5px;
	color: grey;
	min-height: 40px;
}

	.blazored-typeahead__input-mask-wrapper--disabled:focus {
		border: none;
	}

.blazored-typeahead__input-mask {
	display: flex;
	align-items: center;
	flex: 1;
	border-radius: 5px 0 0 5px;
	padding: .5rem;
	height: 36px;
}

	.blazored-typeahead__input-mask:focus {
		outline: none;
	}

.blazored-typeahead__clear {
	width: 40px;
	display: flex;
	padding: .5rem;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #dbdbdb;
}

	.blazored-typeahead__clear:hover {
		color: #333333;
	}

.blazored-typeahead__down-arrow path {
	fill: #dbdbdb;
}

.blazored-typeahead__input-icon {
	width: 40px;
	display: flex;
	border-radius: 0 5px 5px 0;
	padding: .5rem;
	cursor: pointer;
	background: none;
}

	.blazored-typeahead__input-icon:focus {
		outline: none;
		box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
	}

	.blazored-typeahead__input-icon:hover {
		background-color: #f5f5f5;
	}

		.blazored-typeahead__input-icon:hover .blazored-typeahead__down-arrow path {
			fill: #333333;
		}

.blazored-typeahead__input-icon--disabled,
.blazored-typeahead__input-icon--disabled:hover {
	background-color: #e9ecef;
	cursor: not-allowed;
}

	.blazored-typeahead__input-icon--disabled .blazored-typeahead__down-arrow path,
	.blazored-typeahead__input-icon--disabled:hover .blazored-typeahead__down-arrow path {
		fill: #9c9c9c;
	}

.blazored-typeahead__multi-value {
	background-color: #dbdbdb;
	display: flex;
	align-items: center;
	min-width: 0px;
	box-sizing: border-box;
	border-radius: 2px;
	margin: .4rem 0 .4rem .4rem;
}

.blazored-typeahead__multi-value-label {
	color: rgb(51, 51, 51);
	font-size: 85%;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	border-radius: 2px;
	overflow: hidden;
	padding: 3px 3px 3px 6px;
}

.blazored-typeahead__multi-value-clear {
	-webkit-box-align: center;
	align-items: center;
	display: flex;
	padding-left: 4px;
	padding-right: 4px;
	box-sizing: border-box;
	border-radius: 2px;
	background-color: transparent;
	border: 0;
	outline: none;
}

	.blazored-typeahead__multi-value-clear:focus {
		outline: none;
	}

	.blazored-typeahead__multi-value-clear:hover {
		background-color: rgb(212, 212, 212);
		color: rgb(222, 53, 11);
	}

.blazored-typeahead__results {
	position: absolute;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	border: 1px solid #dbdbdb;
	min-height: 2rem;
	max-height: 30rem;
	overflow-y: auto;
	z-index: 10;
	max-width: 100%;
	background: #fff;
}

.blazored-typeahead__result,
.blazored-typeahead__notfound,
.blazored-typeahead__results-help-template,
.blazored-typeahead__results-header,
.blazored-typeahead__results-footer {
	padding: .5rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.blazored-typeahead__selected-item {
	background-color: #dbdbdb;
}

.blazored-typeahead__selected-item-highlighted {
	background-color: #d3e2f2;
}

.blazored-typeahead__active-item,
.blazored-typeahead__result:hover,
.blazored-typeahead__result:focus {
	background-color: #007bff;
	border-top: 1px solid #007bff;
	border-bottom: 1px solid #007bff;
	color: #fff;
	cursor: pointer;
}

.blazored-typeahead__loader {
	width: 24px;
	height: 24px;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

.navbar-toggler:focus {
	box-shadow: none;
}

.badge {
	--bs-badge-padding-x: 0;
	--bs-badge-padding-y: 0;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 500;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: var(--bs-border-radius);
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	line-height: 1.5;
	color: var(--bs-badge-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: unset;
}

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

.customer-address-list-item-title, .customer-address-list-item-value {
	display: table-cell;
	vertical-align: top;
	padding: 3px 0;
}
.customer-address-list-item {
	display: table-row
}

.customer-address-list-item-title {
	color: #aeb1cd;
	width: 1px;
	white-space: nowrap;
	padding-right: 15px
}

.customer-address-list {
	display: table
}

ul li {
	list-style: none;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}

.box-section {
	padding: 20px;
	border-bottom: 1px solid #d6d9e9
}

	.box-section h1, .box-section h2, .box-section h3, .box-section h4, .box-section h5, .box-section h6 {
		margin-top: 0
	}
ol, ul {
	padding-left: 0;
}
.call-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ff2c2c;
	color: white;
	font-size: 20px;
	border-radius: 40px;
	padding: 8px 14px;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1000;
	animation: cc-click-to-call-button-pulse 6s ease-in-out infinite;
	-webkit-animation: cc-click-to-call-button-pulse 5s ease-in-out infinite;
}

	
	/* SVG икона */
	.call-btn .icon {
		width: 24px;
		height: 24px;
		margin-right: 10px;
		transform: scaleX(-1);
	}


@-webkit-keyframes cc-click-to-call-button-pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	5% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	10% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	15% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	20% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	25% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	30% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); /* пауза до края */
	}
}

@keyframes cc-click-to-call-button-pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	5% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	10% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	15% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	20% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	25% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	30% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1); /* пауза до края */
	}
}

.shipping-line {
	background-color: #ff0e0e;
	color: #fff;
	font-weight: bold;
	text-align: background-color: #ff0e0e;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	position: relative;
	min-height: 45px;
	z-index: 5;
}
._text, ._textbox {
	word-break: break-word;
}
	._text .table-responsive:last-child, ._text .textbox-iframe:last-child, ._text ol:last-child, ._text p:last-child, ._text ul:last-child, ._textbox .table-responsive:last-child, ._textbox .textbox-iframe:last-child, ._textbox ol:last-child, ._textbox p:last-child, ._textbox ul:last-child {
		margin-bottom: 0;
	}

.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #0d6efd;
	--bs-pagination-active-border-color: #0d6efd;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	display: flex;
	padding-left: 0;
	list-style: none;
}

user agent stylesheet
ul {
	list-style-type: disc;
}

.text-center {
	text-align: center !important;
}

.pagination {
	--bs-pagination-color: var(--primary);
}
.page-link:focus {
	 box-shadow: none; 
}

.page-link:hover {
	 color: var(--primary);
	 opacity:0.6;
}