.analize_navbar {
	background: #fff;
	border-bottom: 3px solid #ef7d00;
	padding: 15px 0;
	box-shadow: 0 5px 10px .5px rgb(0 0 0 / .1)
}

.analize_navbar ul.navbar-nav li {
	color: #666;
	font-size: 16px;
	display: block;
	padding: 0 5px;
	border-radius: 6px
}

.analize_navbar ul.navbar-nav li a.nav-link {
	color: #666666 !important;
	text-decoration: none;
	font-weight: 600
}

.analize_navbar ul.navbar-nav .active_acces_rezultate {
	background-color: #ef7d00
}

.analize_navbar ul.navbar-nav .active_acces_rezultate:hover {
	background-color: #00a651
}

.analize_navbar ul.navbar-nav {
	display: flex;
	justify-content: space-around;
	width: 100%;
	padding: 0 35px
}

.analize_navbar ul.navbar-nav li:hover {
	background: #00a651
}

.analize_navbar ul.navbar-nav li:hover a {
	color: #fff !important
}

.analize_navbar ul.navbar-nav li a:hover {
	color: #fff !important
}

.analize_navbar .analize_cart_button {
	position: relative;
	height: 45px;
	width: 40px
}

.analize_navbar .analize_cart_button svg {
	fill: #ef7d00;
	width: 20px;
	height: 20px
}

.analize_navbar .analize_cart_button span {
	position: absolute;
	top: 5px;
	right: 0;
	width: 15px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: inherit;
	background-color: #206e8dd6;
	white-space: nowrap;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	font-size: 11px
}

.search_prod_general_header {
	color: #ef7d00;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	border: none;
	width: 100%;
	padding: 12px 8px
}

.search_box_analize {
	position: relative
}

.search_box_analize .nav-menu-search-button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #ef7d00
}

.search_prod_general_header::placeholder {
	color: #ef7d00;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px
}

.lista_produse_minicart .item_prod_mini a {
	text-decoration: none;
	color: #262626 !important;
	font-weight: 600;
	line-height: 27px;
	font-size: 16px
}

.lista_produse_minicart .price_row_minicart_reducere {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
	margin-bottom: 12px
}

.lista_produse_minicart .subtotal_product_data span:nth-child(2),
.lista_produse_minicart .price_row_minicart_reducere span:nth-child(2) {
	color: #262626;
	font-weight: 600;
	font-size: 15px
}

.lista_produse_minicart .price_row_minicart_reducere span:nth-child(1) {
	color: #a1a1a1;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	text-decoration: line-through
}

.lista_produse_minicart .subtotal_product_data {
	display: flex;
	justify-content: space-between
}

.lista_produse_minicart .subtotal_product_data span:nth-child(1) {
	font-size: 14px;
	white-space: nowrap;
	color: #666;
	font-weight: 600
}

.just-added-now .lista_produse_minicart .card_prod_mini_cart:nth-of-type(1) {
	animation: pulseAdd 0.8s ease-out;
	background-color: #F0F0F0;
	border-left: 8px solid #f17d00
}

div.sante_card_error_alert {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px
}

.payment_stripe_card_container .cart_payment label {
	padding-bottom: 3px;
	padding-top: 8px;
	font-weight: 500
}

.payment_stripe_card_container {
	margin-bottom: 15px
}

@keyframes pulseAdd {
	0% {
		background-color: silver;
		transform: scale(1.02)
	}

	100% {
		background-color: #F0F0F0;
		transform: scale(1)
	}
}

@media (min-width:992px) {
	.navbar-brand {
		order: 1
	}

	.navbar-collapse {
		order: 2
	}

	.extra_meniu {
		order: 3
	}
}

.search-product-canvas {
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px
}

.search-product-canvas .form-search {
	width: 100%;
	display: flex
}

.search-product-canvas .btn-close-modal-search {
	margin-left: 20px;
	background-color: #ef7d00;
	color: #fff;
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 8px
}

.search-product-canvas .form-search input {
	height: 45px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
	color: #ef7d00;
	border: 2px solid #ef7d00;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px
}

.search-product-canvas .form-search button {
	background-color: #ef7d00;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	width: 45px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px
}

.search-product-canvas .form-search button svg {
	width: 20px;
	height: 20px
}

#searchCanvas {
	background-color: #fff;
	height: fit-content;
	box-shadow: 0 0 50px #ccc
}

.search_result_live {
	max-height: 400px;
	overflow-x: auto
}

.search_result_live ul {
	padding-left: 0
}

.search_result_live ul li {
	list-style: none;
	border-bottom: 2px solid #DFDFDF;
	padding-top: 5px;
	padding-bottom: 5px
}

.search_result_live ul li a {
	text-decoration: none
}

.search_result_live ul li a p:nth-of-type(1) {
	margin-bottom: 0;
	color: #262626;
	font-size: 17px;
	font-weight: 500
}

.search_result_live ul li a p:nth-of-type(2) {
	margin-bottom: 0
}

.search_result_live ul li a p:nth-of-type(2) span:nth-of-type(1) {
	text-decoration: line-through;
	color: #a1a1a1;
	font-size: 16px;
	font-weight: 500
}

.search_result_live ul li a p:nth-of-type(2) span:nth-of-type(2) {
	color: #ef7d00;
	font-size: 16px;
	font-weight: 500
}

.vuew_info_produs {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: var(--cs-white) !important;
	background-color: var(--cs-primary-color);
	text-decoration: none;
	border: none;
	padding: 8px 12px;
	border-radius: 6px
}

@media (max-width:991.98px) {
	.extra_meniu {
		display: flex
	}

	.extra_meniu button.navbar-toggler {
		margin-left: 20px
	}

	.analize_navbar ul.navbar-nav li {
		margin-top: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #d8d8d8;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}

	.analize_navbar ul.navbar-nav {
		margin-top: 15px
	}

	.analize_navbar ul.navbar-nav .active_acces_rezultate {
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
        text-align: center;
	}
}

@media (max-width:575.98px) {
	.search-product-canvas .btn-close-modal-search {
		margin-left: 10px
	}

	.search_result_live {
		max-height: 100%;
		overflow-x: auto
	}
}