footer .footer-main-nav {

	display: flex;

	flex-direction: column;

	gap: 32px

}



footer a {

	text-decoration: none !important;

	color: #262626 !important

}



footer ul {

	padding: 0;

	list-style: none;

	margin-bottom: 0

}



footer .footer-main-nav .footer-nav-description p {

	margin: 0

}



footer .footer-main-nav .footer-nav-contact p {

	margin: 0

}



footer p {

	color: #666;

	line-height: 28px

}



footer .social-nav-list {

	display: flex;

	align-items: center;

	gap: 32px

}



footer .footer-sol-items {

	display: flex;

	align-items: center;

	justify-content: space-between;

	flex-wrap: wrap;

	margin-top: 24px;

	gap: 24px

}



.sol-img {

	height: auto

}



@media (max-width:992.98px) {

	footer .footer-sol-items {

		margin-bottom: 30px

	}

}



footer .footer-sol-items .sol-img {

	max-width: 220px

}



@media (max-width:768px) {

	footer .footer-sol-items .sol-img {

		max-width: 170px

	}

}



#footer-menu {

	display: grid;

	grid-template-columns: 1fr 1fr;

	gap: 32px

}



#footer-menu .sub-menu {

	display: flex;

	flex-direction: column;

	gap: 15px

}



#footer-menu .sub-menu li a {

	color: #666;

	font-weight: 500;

	font-size: 16px;

	line-height: 24px;

	text-decoration: none !important

}



#footer-menu .footer-menu-title {

	display: flex;

	flex-direction: column;

	gap: 24px

}



#footer-menu .footer-menu-title>a {

	font-size: 18px;

	line-height: 30px;

	font-weight: 600;

	color: #262626

}



#footer-menu .footer-menu-title>a:hover {

	pointer-events: none;

	color: inherit !important;

	cursor: initial

}



#cart_analize_online h5 {

	font-size: 20px;

	font-weight: 500

}



#cart_analize_online button.btn_close_cart {

	border: none;

	background: #fff

}



.lista_produse_minicart .remove_bin_mini button {

	border: none;

	background: none

}



.lista_produse_minicart .card_prod_mini_cart {

	padding: 6px 15px 8px 15px;

	border-bottom: 1px solid #a1a1a1;

	margin-bottom: 10px

}



.remove_prod_minicart_all_prod svg,

.remove_bin_mini .remove_prod_minicart svg {

	pointer-events: none

}



#produse_cos_lateral {

	height: 100%;

	padding: 0 12px

}



.body_minicart_sante {

	position: relative;

	height: calc(100vh - 64px)

}



.preloadd_animation_light,

.products-list_overlay {

	position: relative

}



.preload_minicart_loaded_thankyou .load_circle_animation_thankyou,

.preloadd_animation_light .preload_minicart_loaded .load_circle_animation,

.products-list_overlay .preload_minicart_loaded .load_circle_animation,

.body_minicart_sante .preload_minicart_loaded_minicart .load_circle_animation {

	width: 45px;

	height: 45px;

	border: solid 4px #f17d00;

	border-radius: 50%;

	border-right-color: #fff0;

	border-bottom-color: #fff0;

	-webkit-transition: all 0.5s ease-in;

	-webkit-animation-name: rotate_animation;

	-webkit-animation-duration: 1.0s;

	-webkit-animation-iteration-count: infinite;

	-webkit-animation-timing-function: linear;

	transition: all 0.5s ease-in;

	animation-name: rotate_animation;

	animation-duration: 1.0s;

	animation-iteration-count: infinite;

	animation-timing-function: linear

}



.products-list_overlay .preload_minicart_loaded {

	z-index: 9;

	align-items: flex-start !important

}



.preloadd_animation_light .preload_minicart_loaded {

	display: flex;

	justify-content: center;

	align-items: center;

	background-color: #fff;

	height: 150px

}



._thankyou {

	display: flex;

	justify-content: center;

	align-items: center;

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background-color: #ffffffd7;

	z-index: 999

}



.products-list_overlay .preload_minicart_loaded,

.body_minicart_sante .preload_minicart_loaded_minicart {

	display: none;

	justify-content: center;

	align-items: center;

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background-color: #fff

}

.preload_minicart_loaded_thankyou{

    justify-content: center;

    align-items: center;

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #ffffff9e;

    display: flex;

    z-index: 999;

}

.body_minicart_sante .cart_controller_ed {

	border-top: 2px solid #A1A1A1;

	padding: 20px 15px 15px 20px;

	margin-bottom: 20px

}



.body_minicart_sante .lista_produse_minicart {

	height: calc(100vh - 375px);

	overflow-y: auto;

	overflow-x: hidden;

	margin-bottom: 15px

}



.body_minicart_sante .mini-cart_controller_ed {

	border-top: 2px solid #A1A1A1;

	padding-top: 15px;

	margin-bottom: 15px

}



.body_minicart_sante .mini-cart_controller_ed .btn-outline-primary {

	font-weight: 600;

	line-height: 32px;

	border-color: #f17d00;

	color: #f17d00

}



.body_minicart_sante .mini-cart_controller_ed .btn-outline-primary:hover {

	color: #fff !important;

	background-color: #00a651 !important;

	border-color: #00a651 !important

}



.body_minicart_sante .mini-cart_controller_ed a.btn.btn-primary.d-block {

	color: white !important;

	font-weight: 600;

	line-height: 32px

}



.body_minicart_sante .mini-cart_controller_ed a.btn.btn-primary.d-block:hover {

	background-color: #00a651 !important

}



.body_minicart_sante .mini-cart_controller_ed .remove_all_data {

	display: flex;

	justify-content: space-between;

	margin-bottom: 15px

}



.body_minicart_sante .mini-cart_controller_ed .total-cart-price {

	display: flex;

	justify-content: space-between;

	margin-bottom: 15px

}



.body_minicart_sante .mini-cart_controller_ed .total-cart-price .fontCart {

	font-size: 20px;

	line-height: 32px;

	font-weight: 600;

	color: #262626

}



.body_minicart_sante .mini-cart_controller_ed .remove_all_data .fontCart {

	color: #262626;

	font-weight: 600;

	line-height: 30px;

	font-size: 18px

}



.body_minicart_sante .remove_prod_minicart_all_prod,

.body_minicart_sante .mini-cart_controller_ed .remove_prod_minicart {

	border: none;

	background: #fff

}



@keyframes rotate_animation {

	from {

		transform: rotate(0deg)

	}



	to {

		transform: rotate(360deg)

	}

}



@-webkit-keyframes rotate_animation {

	from {

		-webkit-transform: rotate(0deg)

	}



	to {

		-webkit-transform: rotate(360deg)

	}

}



.bgFooter {

	width: 100%;

	height: 100px;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat

}



.footerLine {

	margin-top: 32px;

	width: 100%;

	border: none;

	border-bottom: 3px solid #008588;

	opacity: 1 !important;

	margin-bottom: 32px

}

@media (max-width:767.98px) {

	.body_minicart_sante .lista_produse_minicart {

		height: calc(100vh - 400px);

	}

}

@media (max-width:576.98px) {

	.body_minicart_sante .mini-cart_controller_ed .total-cart-price .fontCart {

		font-size: 18px

	}

	.body_minicart_sante .mini-cart_controller_ed .total-cart-price {
		margin-bottom: 8px;
	}

	.body_minicart_sante .mini-cart_controller_ed .remove_all_data {
		margin-bottom: 8px;
	}

}