@import url("https://fonts.cdnfonts.com/css/arial");

body {
	font-family: "Arial", sans-serif !important;
}

.hidden {
	display: none
}

.container .flex {
	display: flex
}

.container img {
	max-width: 100%
}

[hideifempty=''],
[hideifempty='0.00'],
[hideifempty='://'],
[hideifemty=''],
[hideifemty='0.00'],
[hideifemty='://'],
div[vocab] {
	display: none !important
}

:hover>.arrow {
	transform: translateX(2px)
}

.section-top {
	border-bottom: 1px solid #e8e8e8
}

.section-body .main {
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center
}

.logo {}

.logo:hover {
	opacity: 0.6;
}

.link {
	font-size: 1.15rem;
	font-weight: 500;
	color: #000000;
	padding: 4px;
}

.link:hover {
	color: #1a1a1a;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}

.link_2 {
	font-size: 1.15rem;
	font-weight: 500;
	color: #ffffff;
	padding: 4px;
}

.link_2:hover {
	color: #1a1a1a;
}

.link_3 {
	font-size: 1.15rem;
	font-weight: 500;
	color: #000000;
	padding: 4px;
}

.link_3:hover {
	color: #1a1a1a;
}

.link_4 {
	font-weight: 500;
	color: #000000;
	padding: 4px;
}

.link_4:hover {
	color: #1a1a1a;
}

.footer_size {
	font-size: 1.15rem;
}

.bg-top {
	background-color: #eb0a1e;
}

.bg-top-2 {
	background-color: #1a1a1a;
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.bg-right {
	background-color: #eeeeee;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.bg-footer {
	background-color: #000000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.bg-footer-logo {
	border-radius: 8px;
}

.cool-blue {
	color: #1a1a1a;
}

.cool-blue-2 {
	background-color: #222222;
}

.cool-blue-2:hover {
	background-color: #1a1a1a;
}

.gallery-image:hover {
	opacity: 0.6;
}

.cool-zoom {}

.cool-zoom:hover {
	transform: scale(1.04);
	transition: all 0.3s ease-in-out;
	/* Добавено за плавен преход */
}

.arial-black {
	font-family: "Arial Black", sans-serif !important;
}

.dark-title {
	font-family: "Arial Black", sans-serif !important;
	font-size: 1.35rem;
}

.dark-title-link {
	font-size: 0.9rem;
	padding-bottom: 10px;
	border-bottom: 2px solid #dddddd;
	width: 100px;
	color: #eb0a1e !important;
}

.dark-title-link:hover {
	color: #222222;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: -10px;
	overflow: hidden;
	width: 100%;
}

li {
	padding: 15px 20px;
	border-bottom: 1px solid #dddddd;
	transition: background-color 0.3s, transform 0.3s;
}

li:last-child {
	border-bottom: none;
}

li:hover {
	background-color: #f1f1f1;
	transform: translateX(5px);
}

li::before {
	content: "•";
	color: #eb0a1e;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.shipping_banner_container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 22px 10px;
	background: url("../images/shipping_banner.png");
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.shipping_icon {
	margin-right: 22px;
}

.shipping_content {
	text-align: left;
}

.shipping_title {
	font-size: 28px;
	font-weight: bold;
	line-height: 37px;
	text-align: left;
	margin: 8px 0 3px;
}

.shipping_tagline {
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
}

@media screen and (max-width:480px) {

	.shipping_banner_container {
		flex-direction: column;
	}

	.shipping_icon {
		margin-right: 0px;
	}

	.shipping_content,
	.shipping_title,
	.shipping_tagline {
		text-align: center;
	}

	.bg-top-2 {
		width: 100%;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}


}

.circle {
	width: 40px;
	height: 40px;
	background-color: #000000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-text-container {
	display: flex;
	align-items: center;
}

.icon-text-container span {
	margin-right: 10px;
}

.small-2 {
	font-size: .775em;
}
