.module-checkout .offcanvas {
	height: 85%;
}
.module-checkout .payments img {
	width: auto;
	height: 20px;
}
.module-checkout .option {
	border-width: 2px!important;
}
.module-shipping .option {
	font-size: .9rem;
	border-width: 2px!important;
}
.module-brand .logo {
	width: 240px;
}
.module-brand .gallery .col a:hover {
	opacity: .75;
}
.module-brand .map {
	display: block;
	height: 200px;
}
.module-sitemap li a {
	color: inherit;
}
.module-sitemap .columns {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.module-sitemap .section {
	display: inline-block;
	width: 100%;
}
.module-category .multimedia .thumb-item[data-lifestyle] img,
.module-product .multimedia .thumb-item[data-lifestyle] img {
	object-position: center;
    object-fit: cover;
    height: 100px;
    width: 100px;
}
.module-category .multimedia .thumb-item:hover,
.module-product .multimedia .thumb-item:hover {
	border-color: rgba(0, 0, 0, .25)!important;
	box-shadow: var(--bs-box-shadow-sm);
}
.module-category .data .rating a:hover {
	text-decoration: none;
}
.module-category #guide-section button {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.module-category #guide-section button.selected {
	background-color: #0dcaf0;
	color: white;
	border: 1px solid #0dcaf0;
}
.module-category #guide-section button .button-popup {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: auto;
	right: auto;
	white-space: nowrap;
	z-index: 2;
}
.module-category #guide-section button:last-child .button-popup {
	right: -16px;
}
.module-product .data .rating a:hover {
	text-decoration: none;
}
.module-product .data .rating-image img {
	object-position: center;
	object-fit: cover;
}
.module-product .pricing .bootstrap-select a:hover {
	text-decoration: none;
}
.module-product .parents a:not(:first-child):before {
	display: inline-block;
	padding: 0 .5rem;
	color: #6c757d;
	content: '/';
}
.module-product .pricing .help-icon {
	text-decoration: none;
}
.module-product .pricing .service-features {
	font-size: .8rem;
}
.module-product .modal-swatch .card {
	cursor: pointer;
}
.module-product .modal-swatch .card-body.selected {
	background-color: #333;
	color: #fff;
}
.module-sample .card:hover,
.module-product .modal-swatch .card:hover {
	border-color: rgba(0, 0, 0, .25)!important;
	box-shadow: var(--bs-box-shadow-sm);
}
.module-product .rating-popover {
	width: 200px;
}
.module-product .ratings .star {
	color: #ccc;
}
.module-product .ratings-stats {
	width: 45px;
}
.module-product .video a:hover,
.module-video .video a:hover {
	text-decoration: none;
}
.module-product .video-thumb-icon,
.module-video .video-thumb-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	text-align: center;
	color: rgba(255,255,255,.9);
	font-size: 1.5rem;
}
.module-product .video-thumbnail,
.module-video .video-thumbnail {
	width: 120px;
	height: 90px;
}
.module-product .vital {
	margin: 0;
	padding: .125rem 0;
}
.module-product .vital-icon {
	font-size: 1rem;
	min-width: 30px;
}
.module-login .btn-icon {
	min-width: 50px;
}
.module-cart .postage table {
	font-size: .9rem;
}
.module-cart .postage table .cost {
	font-weight: 600;
}
.module-cart .map,
.module-contact .map,
.module-checkout .map,
.module-summary .map {
	height: 450px;
}
.module-showrooms #map {
	height: 80vh;
}
.module-showrooms #location-list {
	max-height: 70vh;
	overflow-y: auto;
}
.module-showrooms .showroom-list-item {
	position: relative;
	display: block;
	background: #fff;
	color: inherit;
	padding: 10px;
	border-width: 2px!important;
}
.module-showrooms .showroom-list-item:hover {
	text-decoration: none;
	color: inherit;
}
.module-showrooms .showroom-list-item a:hover {
	text-decoration: none;
}
.module-complete .feedback {
	min-width: 300px;
}
.module-catalogue .catalogue-view {
	overflow: hidden;
	width: 100%;
}
.module-catalogue .catalogue-page {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 100px solid #fff;
}
.module-bestcategory .rank {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 10px;
	display: flex;
	background-color: var(--bs-primary);
	color: white;
	width: 40px;
	height: 40px;
	border-bottom-right-radius: var(--bs-border-radius-xl);
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.module-category #guide-section button:hover .button-popup {
		display: block;
	}
	.module-sitemap .columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (max-width: 768px) {
	.module-showrooms #map {
		height: 30vh;
	}
	.module-showrooms #location-list {
		max-height: 50vh;
	}
}