﻿#wrapper, 
.bagWrap, 
.myBagModule.stick,
.powered,
.checkoutID #wrapper{
    background-color: #DFD8C9;
}
.userbar{
    background-color: #DFD8C9;

}
.large-menu-img .itemsList .itemGrid .picture{
	padding-bottom: 100% !important;
}
.itemsList .itemGrid .picture img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.fnb ul.case.products-listing:not(.swiper-wrapper){
	grid-template-columns: repeat(auto-fit, minmax(309px, 1fr));
}
.bagph{
	background-color: #DFD8C9;
}
.l-Portuguese .itemsList .genBtn.quickadd{
	width: 90px;
}
@media (min-width: 769px) {
    html:not(.visible-footer).fnb .tabled {
		scrollbar-color: #DFD8C9 transparent;
		}
	html:not(.visible-footer).fnb .tabled::-webkit-scrollbar{
		background-color: #DFD8C9;
	}
	html:not(.visible-footer).fnb .tabled::-webkit-scrollbar-thumb{
		background-color: #DFD8C9;
	}
	html:not(.visible-footer).fnb .tabled::-webkit-scrollbar-track{
		background-color: #DFD8C9;
	}
}