#logo_footer,
#logo_header {
	height: 60px;
	object-fit: contain;
}

#header-main .header-inner-wrap {
	justify-content: center !important;
	padding: 10px 0;
}

.news-content {
	text-align: justify;
	color: #222;
}

.news-content h2,
.news-content h3{
	margin-bottom: 15px;
}

.news-content p {
	margin-bottom: 10px;
}

.news-content ul {
	padding-left: 40px;
}

.news-content ul li{
	list-style-type: disc;
	margin-bottom: 10px;
	font-size: 16px;
	color: #222;
}

.section-welcome .content .heading-section .title {
	text-align: center;
}

.section-best-selling .heading-section .title h2 {
	font-size: 45px !important;
}

.product-item .content .name {
	font-size: 24px !important;
}

.main-content {
	padding-bottom: unset !important;
	padding-top: unset !important;
}

.text-italic {
	color: #fff;
	font-size: 16px;
}

.mt-3 {
	padding: 60px 0 !important;
}

.breadcrumbs li {
	text-transform: uppercase;
}

#footer .wrap-footer .footer-bottom {
	justify-content: center !important;
}

.main-menu .current-menu-item a{
	color: var(--Primary) !important;
	font-weight: 600;
	font-size: 20px;
}

@media (max-width: 480px) {
	#header-main .header-inner-wrap {
     justify-content: space-between !important; 
	}
}