.s-block.s-block--best-offers.container{
	padding-bottom: 4rem !important;
}

.mm-spn li:after {
  display: none !important;}


i.hidden.text-base.sicon-shopping-bag {
    display: inline;
    margin-left: 10px;
}


custom-salla-product-card.s-product-card-entry,
salla-products-list .s-products-list-wrapper .s-product-card-entry,
salla-products-list .s-products-slider-slider .s-product-card-entry,
salla-products-slider .s-products-list-wrapper .s-product-card-entry,
salla-products-slider .s-products-slider-slider .s-product-card-entry {
	border: 2px solid #e0e0e0 !important;
	border-radius: 7px !important;
	padding: 10px !important;
	background: #fff !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
	transition: all 0.3s ease-in-out !important;
	position: relative !important;
}
custom-salla-product-card.s-product-card-entry:hover,
salla-products-list .s-products-list-wrapper .s-product-card-entry:hover,
salla-products-list .s-products-slider-slider .s-product-card-entry:hover,
salla-products-slider .s-products-list-wrapper .s-product-card-entry:hover,
salla-products-slider .s-products-slider-slider .s-product-card-entry:hover {
	border-color: #234769 !important;
	box-shadow: 0 12px 24px rgba(35, 71, 105, 0.2) !important;
	transform: translateY(-10px) !important;
}

.ronaq-store-footer h3 {
	font-weight: 800 !important;
}
.container .s-menu-footer-item,
.container .s-contacts-item,
.container .s-contacts-item span,
.container p {
	color: #000 !important;
}

.sub-menu ul li a span:hover {
	color: #93bfcf !important;
}

.main-nav-container .mobile-menu .main-menu .sub-menu {
	background-color: var(--color-header-main) !important;
}
.main-nav-container .mobile-menu .main-menu .sub-menu li > a {
	color: var(--color-header-text) !important;
}

body {
	background-color: #ffffff;
}

.s-products-list-wrapper {
	margin-top: 10px;
}


.s-product-card-content-footer * {
	border: unset !important;
}

.s-product-card-image img {
	height: 200px;
}

.s-product-card-content-title * {
	color: #234769 !important;
}


.main-nav-container .mobile-menu .main-menu li.root-level > a span {
    transition: color 0.3s ease;
}

.main-nav-container .mobile-menu .main-menu li.root-level > a span:hover {
    color: #93bfcf !important;
}

a.offers-link * {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, 1) !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity, 1)) !important;
}

.s-product-card-image {
    background: #fff !important;
}



@media (min-width: 1024px) {
	#mainnav .nav-container {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		position: relative;
	}
	#mainnav .nav-container > div:nth-child(1) {
		order: 1 !important;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	#mainnav .nav-container > div:nth-child(3) {
		order: 2 !important;
		width: 100%;
		position: relative;
		height: 40px;
		margin-bottom: 10px;
	}
	#mainnav .nav-container > div:nth-child(2) {
		order: 3 !important;
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.nav-icons {
		position: relative;
		width: 100%;
		height: 40px;
	}
	.nav-icons > :nth-child(1) {
		position: absolute !important;
		left: 50px !important;
	}
	.nav-icons > :nth-child(2) {
		position: absolute !important;
		right: 50px !important;
	}
	.nav-icons > :nth-child(3) {
		position: absolute !important;
		right: 0 !important;
	}
	.nav-icons > :nth-child(4) {
		position: absolute !important;
		left: 0 !important;
	}

	.sub-menu {
		width: auto !important;
		min-width: 280px;
		max-width: 100%;
		padding-inline: 16px;
		white-space: nowrap;
		max-height: 50vh;
		overflow-y: auto;
	}
	.sub-menu ul li a span {
		white-space: nowrap;
	}
	.sub-menu ul {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 0.5rem;
	}
	


.s-block--best-offers .swiper-wrapper.s-slider-swiper-wrapper {
    margin-top: 10px;
}

.s-product-card-entry 
{
	overflow: hidden;
}

.s-product-card-content-footer * {
    color: #fff !important;
}

.s-product-card-content-footer {
  transition: all 0.4s ease-out;
  transform: translateX(-100%);
  opacity: 0;
}

custom-salla-product-card:hover .s-product-card-content-footer {
  transform: translateX(0);
  opacity: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: var(--color-primary-dark);
  background-color: rgba(var(--color-primary-rgb), 0.05);
}

custom-salla-product-card:hover .s-product-card-content-footer salla-button {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.s-product-card-content-footer .s-button-text span {
  display: inline-block;
  transition: transform 0.3s ease;
}

custom-salla-product-card:hover .s-product-card-content-footer .s-button-text span {
  transform: translateX(5px);
}

.s-product-card-content-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(var(--color-primary-rgb), 0.1), transparent);
  transition: left 0.7s ease;
}

custom-salla-product-card:hover .s-product-card-content-footer::before {
  left: 100%;
}	


}

@media (max-width: 767px) {
.main-menu{
	display: flex !important;
	flex-direction:column !important;
}

	salla-products-list
		.s-products-list-wrapper
		.s-product-card-entry
		.s-product-card-image,
	salla-products-list
		.s-products-slider-slider
		.s-product-card-entry
		.s-product-card-image,
	salla-products-slider
		.s-products-list-wrapper
		.s-product-card-entry
		.s-product-card-image,
	salla-products-slider
		.s-products-slider-slider
		.s-product-card-entry
		.s-product-card-image {
		max-height: 130px !important;
	}

	.s-product-card-image img {
		height: 130px;
	}
		
.s-product-card-content-footer {
	border: 2px solid var(--color-primary);
	width: 100%;
	height: 2.6rem;
	border-radius: 7px;
}

.mm-spn li a, .mm-spn li > span {
  color: #234769;
}

}


.s-product-card-content-footer * {
    color: #fff !important;
}

.s-product-card-content-footer {
  background-color:var(--color-primary) !important;
  width: 100%;
  height: 2.6rem;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/* ******* */

.main-menu.mm-spn--open{
	display: flex !important;
} 
.main-menu li a  {
	display: flex !important ;
}
.main-menu li:nth-child(4) {
	order: 1 !important;
}
.main-menu.mm-spn--open > li:nth-child(1) {
		order: 1 !important;
}
.main-menu.mm-spn--open  li:nth-child(2){
		order: 2 !important; 
}
.main-menu.mm-spn--open  li:nth-child(8){
		order: 3 !important;
}
.main-menu.mm-spn--open li:nth-child(10){
		order: 4 !important;
}
.main-menu.mm-spn--open li:nth-child(14){
		order: 5 !important;
}
.main-menu.mm-spn--open li:nth-child(6){
		order: 6 !important;
}
.main-menu.mm-spn--open li:nth-child(12){
		order: 7 !important;
}
.main-menu.mm-spn--open li:nth-child(16){
	order: 8 !important;
}
.main-menu.mm-spn--open li:nth-child(18){
	order: 9 !important;
}
.main-menu.mm-spn--open li:nth-child(20){
	order: 10 !important;
}
 @media(max-width: 1024px){
 
	.main-menu.mm-spn--open > li:nth-child(1) {
		order: -1 !important;
}
.main-menu.mm-spn--open > li:nth-child(3) {
		order: -2 !important;
}

}

/* ***** */