@import url('https://fonts.googleapis.com/css?family=Saira:200,700');html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
:root {
	--bs-body-font-weight: 200;
	--bs-dark: #404040;
	--bs-dark-rgb: 64,64,64;
}

body {
	font-family: "Saira",Helvetica,Arial,sans-serif;
}
p {
	margin:0;
}
.footer-top {
	background: #404040#
}
ul.payment-icons-footer li {
	width:60px;
}
ul.payment-icons li {
	width:40px;
}
ul.social-icons-footer li, ul.social-icons-footer li a {
	width:40px;
	fill: white;
}
.icons-cart {
	width:20px;
	fill: white;
}
.product-review-stars {
	height:20px;
	line-height:20px;
	fill: gold;
}
pre {
	display: block;
	padding: 11.5px;
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0;
}
.breadcrumb {
	--bs-breadcrumb-divider-color: #f8f9fa;
}
.navbar-brand {
	max-width: 294px;
}
.productDescription p {
	margin: 12px 0;
}