.header-logo img {
    width: auto;
    max-height: 60px;
    max-width: 350px;
}

.news-part::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 90, 0, 0.8)), to(rgba(217, 52, 22, 0.8)));
    background: linear-gradient(to right, rgba(255, 90, 0, 0.8), rgba(217, 52, 22, 0.8));
    background: linear-gradient(to right, rgba(160, 90, 90, 0.8), rgba(247, 217, 217, 0.8));
    z-index: -1;
}

.newitem-part {
	margin-bottom: 0;
}
    
.breadcrumbs {
	background: none;
}

.header-section {
	background: none;
	margin-bottom: 0;
}

.intro-part {
    background: inherit;
}

.header-media-group a img
 {
    width: auto;
    max-height: 60px;
    width: 100%;
    max-width: 250px;
    padding: 5px;
}

@media (min-width: 768px) {
.col-lg-9 .header-section .container, .col-lg-9  .bestsellers-section .container {
 	padding: 0;
 	margin: 0;
}
}
.bestsellers-section {
    padding: 0 0 20px 0;
    background: unset;
    margin-top: 0px;
    margin-bottom: 0px;
}	
	
.browse-catgory-tiles .category-tile
{
    
    max-width: unset;
    
}


@media (min-width: 991px) {
    .row-cols-md-10p>* {
        flex: 0 0 auto;
        width: 15%; 
    }
}

.details-name {
	font-weight: 500;
}

.navbar-link {
    padding: 15px 0px;
    font-weight: 400;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px;
}

.lucide-menu {
    margin-bottom: 6px;
}

.megamenu-title {

    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
}





