/* .offer */
.offer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 5;
	position: relative;
	background: #EBF0F6;
	padding: 10px;
	border-radius: 6px;
	gap: 5px;
}

.offer-row:hover {
	z-index: 15;
}


.offer-row .offer-text {
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
}

.offer {
	gap: 13px;
	margin-right: -13px;
}

.offers .offer-thumb {
	background-color: #f6f6f6;
}

.offers .offer-tags {
	position: absolute;
	display: flex;
	gap: 10px;
	flex-flow: column wrap;
	width: 100%;
	height: 100%;
	inset: 0px;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.offers .offer-tags a {
	font-size: 14px;
	color: rgb(255, 255, 255);
	width: fit-content;
	padding: 5px 10px;
	background-color: rgba(33, 46, 68, 0.8);
	border-radius: 6px;
	font-weight: 400;
}

.offers .offer-item {
	width: calc((100% / 3) - 20px);
	min-width: 322px;
	transition: 0.3s;
}

.catalog_page-item .top {
	margin: 16px 16px 20px 16px;
	padding: 0;
}

.offers .offer-item:hover {
	box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 10px;
}

.offers .offer-item:hover .box_hover_button {
	background-color: #f67803;
	color: #fff;
}

.offers .offer-middle {
	padding: 0 20px;
	margin-bottom: 20px;
}

.offers .offer-price {
	display: flex;
	align-items: center;
	gap: 10px;
}

.offer-price .offer-price {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	gap: 10px;
	background: linear-gradient(180deg, #FFFFFF 0%, #E6E6E6 100%);
	border: 1px solid #E1E1E1;
	border-radius: 49px;
	color: #212E44;
}

.offers .price-solo {
	padding: 7px 12px;
	border-radius: 42.18px;
	background: var(--icon-bg, linear-gradient(180deg, #fff 0%, #e5e5e5 100%));
}

.offers .button-box a {
	width: 100%;
}

.offers .info {
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offers .offer-info {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow: hidden;
}

.offer-info .info-title {
	font-size: 14px;
	font-weight: 500;
}

.offer-info .info-text {
	position: absolute;
	/* bottom: 30px; */
	left: -30px;
	width: 232px;
	color: white;
	padding: 16px;
	border-radius: 8px;
	display: none;
}

.offers .info:hover .info-text {
	display: block;
	top: calc(100% + 10px);
	left: -27px;
	background-color: #212e44;
	-webkit-filter: drop-shadow(0px 15px 22px rgba(0, 0, 0, 0.05));
	filter: drop-shadow(0px 15px 22px rgba(0, 0, 0, 0.05));
	line-height: normal;
}

.offers .info:hover .info-text:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 25px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #212e44;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.offers .metki {
	gap: 10px;
}

.offers .metki a {
	border-radius: 6px;
	border: 1px solid #646d7c;
	padding: 6px 10px;
	color: #646d7c;
	display: block;
}

@media (max-width: 940px) {
	.offers .offer-item {
		width: calc(50% - 7.5px);
	}
}

@media (max-width: 767.98px) {
	.offers .offer-tab-box {
		padding: 30px 20px;
	}

	.offers .offer-item {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.offers .offer {
		margin-right: 0;
		display: block;
	}

	.offers .offer-item:nth-child(1n + 2) {
		margin-top: 10px;
	}
}

/* .offer */

.product-countries {
	display: flex;
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 3;
}

.product-countries .product-country,
.product-countries .product-country-more {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	overflow: hidden;
	padding: 5px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	border: 2px solid rgb(255, 255, 255);
	margin-right: -15px;
	background-image: url("https://camel.expert/wp-content/uploads/2024/12/worldwide.png");
}

.product-countries .product-country.more {
	background: none;
	color: #374357;
	margin-left: 15px;
}

.product-countries .product-country:last-child {
	margin-right: 0;
}

li.menu-item-gtranslate-child a {
	width: 100%;
}