.checkedstars {
	color: orange!important;
}
.ajax-api-form-field-error.ajax-api-form-field-error-image{
	margin: 5px;
}


.card__content h1 {margin-bottom:20px;}
.card-title-price {margin-bottom:20px;}

@media (max-width: 1024px) {
	.contacts__googlemap {
		margin-bottom: 65px;
		height: 600px;
	}
	.contacts__googlemap iframe:first-child {margin-bottom:10px}
}
@media screen and (max-width: 600px) {
	.card__content h1 {font-size:20px;}


	.card .price .hryvnia {font-size:22px;}
	.card .price .dollar {font-size:32px;}

	.card-title-price {		
		position: sticky;
		top: 60px;
		min-height: 2em;
		padding-top:10px;
		margin-bottom:10px;
		background:#fff;

	}
}

/* 06.03.2024 */
.nav-basket {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding-left: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.315);
	cursor: pointer;
}
.nav-basket svg {
	width: 24px;
	height: 24px;
}

.nav-basket span {
	position: absolute;
	top: -10px;
	right: -13px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #03509c;
	border-radius: 50%;
	color: white;
	font-size: 12px;
}

/* add btn */
.products__item .content {
	position: relative;
}
.btn-add {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
.basket-header {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.151);
}

.basket__title {
	padding: 30px 0;
	font-size: 32px;
}
.basket__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.basket__item {
	display: flex;
	gap: 10px;
}
.basket__item-img {
	position: relative;
	width: 250px;
	height: 300px;
}
.basket__item-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.basket__item-content {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.basket__item_delete {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.basket__item_delete svg {
	width: 100%;
	height: 100%;
}
.basket__item-content .title {
	padding-right: 30px;
	font-weight: 600;
}
.basket__item-content .price {
	display: flex;
	align-items: center;
	gap: 40px;
}
.basket__item-content .price .dollar {
	font-size: 24px;
	color: #03509c;
}
.basket__item-content .price .hryvnia {
	font-size: 16px;
}
.basket__item .counter {
	display: flex;
	align-items: center;
	gap: 0.9375rem;
	width: max-content;
	padding: 5px 10px;
	border: 3px solid #03509c;
}
.basket__item .counter button {
	background: transparent;
	color: black;
	border: none;
	outline: none;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 23.4px */
	transition: all 280ms ease-in-out 0ms;
	cursor: pointer;
}
.basket__item .counter button:hover, .product__panel .counter button:focus {
	color: #03509c;
}
.basket__item .counter input {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 1.875rem;
	padding: 0.25rem;
	border: none;
	color: black;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%; /* 20.8px */
}
@media (max-width: 660px){
	.basket__item-img {
		width: 150px;
		height: 150px;
	}
}
@media (max-width: 490px){
	.basket__item-img {
		width: 100px;
		height: 100px;
	}
	.basket__item-content .title {
		font-size: 16px;
	}
}
.basket-form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6.25rem;
	width: 100%;
}
@media (max-width: 1240.98px) {
	.basket-form {
		grid-template-columns: repeat(2, 1fr);
		gap: 3.125rem;
	}
}
@media (max-width: 767.98px) {
	.basket-form {
		grid-template-columns: 1fr;
		gap: 3.125rem;
	}
}
.basket-form .form-col {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.basket-form .form-box {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.basket-form .form-box__title {
	font-size: calc(20px + 2 * (100vw - 320px) / 1600);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 30.8px */
}
.basket-form .form-box__input {
	display: flex;
	width: 100%;
	padding: 0.75rem 1.25rem;
	border-radius: 2px;
	background: transparent;
	border: 1px solid silver;
}
.basket-form .form-box__input input {
	width: 100%;
	background: transparent;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: 0;
}
.basket-form .form-box__input input::placeholder {
	color: #9A9A9A;
}
.basket-form .form-box__checkbox {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.625rem;
	cursor: pointer;
}
.basket-form .form-box__checkbox input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.basket-form .form-box__checkbox input:checked ~ i {
	background: #0088cc;
	border-color: #0088cc;
}
.basket-form .form-box__checkbox input:checked ~ i:after {
	opacity: 1;
	visibility: visible;
}
.basket-form .form-box__checkbox i {
	position: relative;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 2px;
	border: 1px solid silver;
	transition: all 280ms ease-in-out 0ms;
}
.basket-form .form-box__checkbox i:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	opacity: 0;
	visibility: hidden;
	transition: all 280ms ease-in-out 0ms;
}
.basket-form .form-box__checkbox span {
	flex: 1;
	color: #9A9A9A;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.basket-form .form-box__radio {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.625rem;
	cursor: pointer;
}
.basket-form .form-box__radio input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.basket-form .form-box__radio input:checked ~ i {
	background: #0088cc;
	border-color: #0088cc;
}
.basket-form .form-box__radio input:checked ~ i:after {
	opacity: 1;
	visibility: visible;
}
.basket-form .form-box__radio i {
	position: relative;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 50%;
	border: 1px solid silver;
	transition: all 280ms ease-in-out 0ms;
}
.basket-form .form-box__radio i:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background: white;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 280ms ease-in-out 0ms;
}
.basket-form .form-box__radio span {
	flex: 1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.basket-form .form-box__textarea textarea {
	width: 100%;
	height: 7.5rem;
	padding: 20px;
	background: transparent;
	border: 1px solid silver;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	resize: none;
}
.basket-form .form-box__textarea textarea::placeholder {
	color: #9A9A9A;
}
.basket-form .form-box__button button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	padding: 0.75rem 1.25rem;
	background: #03509c;
	color: #FFF;
	border: 0;
	border-radius: 2px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.basket-form .form-box__select select {
	width: 50%;
	padding: 10px;
	border: 1px solid silver;
}
@media (max-width: 767.98px) {
	.basket-form .form-box__select select {
		width: 100%;
	}
}

.noty_body {
	background-color: green;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
}
