@media (min-width: 1200px) { 
	.main-content .module.home-reviews-module {
		margin-bottom: calc(var(--gutter) * 3);
	}
	
	.main-content #dealofday.module {
        margin-bottom: calc(var(--gutter) * 6.5 + 50px);
    }
}

.header, #section-header.headroom--not-top .header {
	border-bottom: 0;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
}

.header-top {
	border-bottom: 1px solid var(--border-color-on-body);
}

.small-header .header-middle{
	padding: 15px 0;	
}

.header-bottom {
	background-color: var(--global-color);
	color: #fff;
}

.category-menu .nav-link{
	color: #fff;
}

.category-menu .children .nav-link{
	color: var(--text-on-body-bg);
}
.category-menu .nav-link:before, .headermenu-list__item .nav-link:before{
	background-color: #fff;
}

.reviews-wrapper{
	border: 0;
	padding-bottom: 40px;
}

.reviews-box__content-author{
	margin-top: 20px;
}

.slick-dotted.slick-slider{
	margin-bottom: 10px;
}
	
.module-customcontent2-wrapper, .module-customcontent3-wrapper {
	background-color: var(--bs-highlight-bg);
}

.module-customcontent2-wrapper .content-module,
.module-customcontent3-wrapper .content-module {
	padding: 40px 0;
	text-align:center;
}

.module-customcontent2-wrapper .content-module p {
	font-size: 14px;
}

.module-customcontent3-wrapper .content-module p {
	max-width: 600px;
	font-size: 18px;
	text-align: center;
    display: inline-block; 

}

.progress-bar-2.progress-indicator .progress-indicator-item-complete .progress-indicator-line:after {
	background-color: var(--global-color);
}