body {
    font-family: "Lexend", serif;
    font-weight: 400;
    font-size: 16px;
}

/*reset*/
img {
    width:100%;
    max-width: 100%;
}
/*reset*/

a {
    text-decoration: none;
    color:#222;
}

a:hover {
	color:#FF6721;
}

.menu-link ul {
	display: flex;
	gap: 20px;
	padding-left: 0;
	margin: 0;
	list-style: none;
	justify-content: center;
}

.menu-link ul li .submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	/* transform: translateX(-50%); */
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	padding: 40px 0;
	z-index: 1000;
}

.menu-link ul li .submenu.active {
    display: block;
}

.menu-link ul li.has-submenu.active > a {

}

.submenu-items li img {
	max-width: 150px;
}

.submenu-items li {
	text-align: center;
	
	width:calc(100% / 5);
}



.submenu-items li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px;
}

.submenu-items li a:hover {
	border:1px solid #FF6721;
	color:#FF6721
}

.front-page:not(.is-sticky) .menu-link .main-menu-link {
	color: #fff;
}

.jarallax {
	position: relative;
	z-index: 1;
	min-height: 680px;
}

.jarallax-img {
	background-size: contain;
}

.logo img {
	max-width: 200px;
}

.main-header.front-page:not(.is-sticky) .logo img {
	filter: invert(1) brightness(100) grayscale(1);
}

.main-header.is-sticky {
	position: fixed;
	animation: slideDown 0.35s ease-out;
	background: #fff;
	z-index: 100;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-top: 0 !important;
    padding: 10px 0;
}

.main-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	padding: 20px 0;
	transition: .2s padding;
}

.main-header.front-page:not(.is-sticky) {
    background: transparent;
}

@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
}

body {
	padding-top: 80px;
}

body.front-page-body {
	padding: 0;
}


#hero {
    position: relative;
}

#hero .jarallax::before {
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.39) 50%,rgba(0,0,0,0.0) 100%);
	content: "";
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0px;
	z-index: 1;
}

#hero .jarallax::after {
	background: transparent radial-gradient(closest-side at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.39) 100%) 0 0 no-repeat padding-box;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#hero p {
	display: flex;
	align-items: center;
}

#hero p i {
	color: var(--bs-success);
	font-size: 37px;
	margin-right: 10px;
	background: #fff;
	padding: 2px;
	line-height: 1;
	border-radius: 5px;
}

.zindex-2 {
    z-index: 2;
}

.menu-icons .icon {
	display: flex;
	padding: 8px 20px;
	border-radius: 50px;
	color: #fff;
	font-size: 13px;
}

.whatsapp-icon {
    background: #00A783;
}

.phone-icon {
    background: #FF6721;
}

.home-category-inner {
	background: #F6F6F6;
	padding: 40px 40px 0;
}

.home-category-inner img {
	mix-blend-mode: multiply;
	transition: .7s all;
}

.home-category-inner:hover img {
	transition: .7s all;
	transform: scale(1.05);
}

.home-category-inner p {
    font-weight: 300;
}

.home-category-inner a {
	border: 2px solid #333;
	padding: 5px 20px;
	font-weight: 500;
	margin-top: 10px;
	display: inline-block;
}

.badge.absolute-badge {
	background: var(--bs-success);
	font-size: 10px;
	position: absolute;
	top: -17px;
}

.cat-caption h2 {
	position: relative;
}

.scoll-indicator {
	z-index: 2;
	width: 1.2rem;
	height: 3.55rem;
	position: absolute;
	left: 23px;
	bottom: -100px;
	background: linear-gradient(0deg,rgba(255,255,255,0.8),rgba(255,255,255,0));
	border-radius: 22px;
	transform: translateX(-50%);
}
.scoll-indicator::after {
	content: ' ';
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #fff;
	-webkit-animation: scroll-indicator-animation 1.3s ease infinite;
	animation: scroll-indicator-animation 1.3s ease infinite;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
	position: absolute;
	opacity: 0;
}

@keyframes scroll-indicator-animation {
0% {
    top: 0;
    opacity: 0
}

30% {
    opacity: 1
}

100% {
    top: 2.25rem;
    opacity: 1
}
}


.breadcrumb-list {
	list-style: none;
	display: flex;
	margin-bottom: 0;
	padding-left: 0;
}

.breadcrumb-list a {
	font-weight: 400;
	font-size: 13px;
	padding-right: 10px;
	position: relative;
}

.breadcrumb-list li.active a {
	color: #939393;
}

.breadcrumb-list li:not(.active) a::after {
	content: "\F285";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 9px;
	margin-left: 10px;
}

.breadcrumbs {
	padding: 20px 0;
	border: 1px solid #eee;
}

.grid_thumbnail {
	border: 1px solid #ddd;
}

.grid_img {
	background: #F6F6F6;
}

.grid_img img {
	mix-blend-mode: multiply;
}

.grid_caption {
	padding: 20px;
}

.product-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.grid_caption li {
	font-size: 13px;
	color: #6c6c6c;
	font-weight: 400;
	padding: 5px 0;
}

.grid_caption ul {
    padding-left: 20px;
}
.grid_sku {
	background: #e8e8e8;
	color: #6c6c6c;
	font-size: 13px;
	padding: 2px 10px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 10px;
}

.prp-price {
	font-weight: 300;
	color: #999;
	text-decoration: line-through;
}

.actual-price {
	font-weight: bold;
	color: #ff0000;
}

.actual-price {
	font-weight: 600;
	color: #FF6721;
	font-size: 20px;
}

.discount-badge {
	font-weight: 300;
	font-size: 14px;
}

.discount-badge b {
    background: var(--bs-success);
}

.discount-badge b {
	background: #FFD601;
	padding: 2px 5px;
	border-radius: 2px;
}

.buttons-container a {
	width: 100%;
	text-align: center;
	border: 2px solid;
	padding: 5px;
	border-radius: 3px;
}

.buttons-container {
    gap:5px;
}

.buttons-container .buy-btn {
	background: #FF6721;
	color: #fff;
	border: 2px solid #FF6721;
	width: 100%;
	padding: 10px;
	font-size: 17px;
}

.footer {
	background: #232426;
	padding: 90px 0 0;
}

.footer-logo {
	max-width: 260px;
}

.footer p, .footer a {
    color:#dfdfdf;
}

.footer-f-col {
    font-weight: 300;
}

.footer-about-link {
	display: flex;
	align-items: center;
	font-size: 13px;
	justify-content: start;
	color: #a2a2a2 !important;
    transition: .2s all;
}

.footer-about-link i {
	font-size: 26px;
	margin-left: 10px;
    transition: .2s all;
}

.footer-about-link:hover i {
    margin-left: 15px;
    transition: .2s all;
}

.footer-menu .widget-title {
	color: #fff;
	font-size: 18px;
	position: relative;
	border-bottom: 1px solid #ccc3;
	padding-bottom: 6px;
}

.footer-menu .widget-title::before {
	content: "";
	width: 60px;
	height: 3px;
	background: #FF6721;
	position: absolute;
	bottom: -2px;
}

.footer-widget-list {
	padding-left: 0px;
	list-style: none;
}

.footer-widget-list a {
	font-size: 14px;
	font-weight: 300;
	padding: 5px;
	display: block;
}

.copyright {
	border-top: 1px solid #eeeeee1a;
	padding: 20px 0;
	margin-top: 90px;
}

.payments {
    list-style: none;
    padding-left: 0;
}

.product-gallery-image {
	background: #f9f9f9;
}

.product-gallery-image.sticky-top {
	top: 90px;
	z-index: 0;
}

.product-gallery-image img {
	mix-blend-mode: multiply;
}

.p-title {
	font-size: 30px;
}

.extra-info {
	background: #fff;
	padding: 30px;
	position: relative;
	border: 2px solid #F9F9F9;
}

.extrainfo-title {
	position: absolute;
	top: -16px;
	background: #F9F9F9;
	padding: 4px 20px;
}

.product-description {
	font-size: 13px;
	font-weight: 300;
	color: #666;
	line-height: 1.7;
}

.product-info .features li {
	color: #575656;
	display: flex;
	align-items: center;
	margin: 5px 0;
}

.product-info  .actual-price {
	font-weight: 600;
	color: #FF6721;
	font-size: 31px;
}

.product-info .buttons-container a {
	width: 100%;
	text-align: center;
	border: 2px solid #222;
	padding: 11px;
	border-radius: 3px;
	font-size: 20px;
}

.prices-badge {
	display: inline-block;
	background-color: #F9F9F9;
	padding: 10px 20px;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
	margin-left: 30px;
}
  
  .prices-badge::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 30px solid #F9F9F9;
}
  
.product-info  .features {
	list-style: none;
}
.product-info .features li::before {
	content: "";
	background: url('/assets/images/check-icon.svg');
	background-size: 16px;
	width: 16px;
	height: 16px;
	display: block;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.contact-form {
	width: 50%;
	margin: 0 auto;
	background: #eeeeee52;
	padding: 30px;
	border-radius: 10px;
}
.contact-form h2 {
	text-align: center;
}
.btn.btn-contcat_form {
	background: #FF6721;
	color: #fff;
}


.contact-information {
	width: 50%;
	margin: 0 auto;
	padding-top: 2rem;
}
.image-contact-icon img {
	width: 100px;
	height: 100px;
	margin-bottom: 1rem;
}
.banner-despre_noi {
	position: relative;
}
.banner-despre_noi img {
	max-height: 450px;
	object-fit: cover;
	object-position: bottom;
}
.banner-despre_noi_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	
}
.banner-despre_noi_text h2 {
	background: #fff;
	padding: 20px;
	font-weight: 500;
	text-align: center;
	
}

.banner-despre_noi_text h2 span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.find-supplier {
	display: none;
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #F9F9F9;
  }

  .find-supplier.active {
	border-color: #ddd;
}

.supplier {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	align-items: end;
}

.supplier-img {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	color: #444;
}

.supplier:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.supplier img {
	max-width: 120px;
	height: 100%;
	width: 100%;
	margin-bottom: 5px;
}

.supplier a {
	font-weight: 600;
	color: #444;
	font-size: 14px;
}

.feature-list {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	/* border-bottom: 1px solid #ddd; */
	padding: 6px 10px;
	/* margin-bottom: 6px; */
	align-items: center;
	border-radius: 5px;
}

.feature-list:nth-child(2n+2) {
	background: #F9F9F9;
}

.feature-list-label {
	color: #333;
	font-size: 14px;
}

.feature-list-value {
	font-weight: 500;
	color: #333;
}

@media (max-width: 767.98px) {
	.extra-info.pr-features {
		padding: 30px 10px 10px;
	}
	.feature-list {
		font-size: 13px;
	}
	.feature-list-value {
		text-align: right;
	}
	.m-dropdown {
		display:none
	}
	.footer-menu .widget-title.activ i {
		transform: rotate(180deg);
	}
	.footer-menu .widget-title {
		color: #fff;
		font-size: 18px;
		position: relative;
		border-bottom: none;
		padding-bottom: 6px;
		display: flex;
		justify-content: space-between;
		background: #2f2f2f;
		padding: 10px;
		border-radius: 5px;
	}
	.breadcrumb-list {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	.breadcrumb-list li {
		flex-shrink: 0;
	}
	.footer-menu .widget-title::before {
		display: none;
	}
	.banner-despre_noi_text {
		width: 90%;
	}
	.banner-despre_noi {
		position: relative;
		margin-bottom: 30px;
	}
	.contact-information {
		width: 100%;
	}
	.contact-form {
		width: 100%;
	}
	.section-contact-icon {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.image-contact-icon img {
		margin-bottom: 0;
	}
	.content.jarallax {
		display: flex;
	}
	.jarallax-img {
		background-size: cover;
		background-position: right top;
	}
	.copyright .small {
		text-align: center;
		margin-bottom: 5px;
	}
	.home-category-inner {
		padding: 40px 10px 0;
	}
	.mobile-menu-opener {
		background: none;
		border: none;
	}
	.mobile-menu-opener img {
		max-width: 24px;
	}
	.front-page-body .mobile-menu-opener img {
		filter: invert(1);
	}
	.front-page-body .is-sticky .mobile-menu-opener img {
		filter:none
	}
	.menu-icons .icon {
		padding: 4px 15px;
		border-radius: 50px;
		color: #fff;
		font-size: 13px;
	}
	.copyright {
		margin-top: 20px;
	}
	.mobile-canvas .offcanvas-header {
			padding: 10px 10px;
			box-shadow: 0 1px 0px 0 #e5e5e5;
			border-bottom: 1px solid #e5e5e5;
			z-index: 1;
	}
	
	.footer-f-col {
		margin-bottom: 1rem;
	}

	.mobile-canvas .offcanvas-body {
		padding: 10px;
		background: #f2f2f2;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.mein-menu-mobile-contact {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 1rem;
	}
	.mein-menu-mobile-contact a {
		padding: 10p;
		background: #fff;
		padding: 5px 10px;
		width: fit-content;
		border-radius: 5px;
		font-size: 15px;
	}
	

	.mobile-canvas .main-menu-item {
		background-color: #fff;
		box-shadow: rgba(0,0,0,0.03) 0px 4px 15px 0px;
		border-radius: 8px;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
	}
	.mm-item-text {
		display: flex;
		align-items: center;
	}

	.mm-item-text img {
		max-width: 40px;
		margin-right: 10px;
	}
	.oc-logo img {
		max-width: 100px;
	}
	.breadcrumbs {
		padding: 10px 5px;
	}
	

}