body {
    font-family: 'Lato', sans-serif;
    color: #555;
        background: #182c4d;
background-image: linear-gradient(45deg, #0d121f 11.54%, #202238 11.54%, #202238 50%, #0d121f 50%, #0d121f 61.54%, #202238 61.54%, #202238 100%);
background-size: 18.38px 18.38px;
}

.card {
	background: #0d121f;
	
}


h2, h5 a, a {
  text-decoration: none;
  color: #f2db87;
}

h5 a:hover, button a:hover {
  color: #fff;
}

.fs-5 {
	line-height: 30px;
}

.img-hover-zoom {
	overflow: hidden;
}

.img-hover-zoom img.product, .img-fluid {
  transition: transform 5.8s ease;
  max-width: 100%;
  width: 100vw;
}

.img-hover-zoom:hover img.product {
  transform: scale(1.4);
}

.border-top, .border-bottom {
	border-color: #f2db87 !important;
}

.pricedisc {
	position: absolute;
	top: 1%;
	right: 1%;
	z-index: 20;
}

p.card-text {
	font-size: 14px;
}

.infobox h3, .infobox p, .infobox h5 {
	color: #fff;
}

.btn-outline-secondary {
    --bs-btn-color: #f2db87;
    --bs-btn-border-color: #f2db87;
    --bs-btn-hover-color: #0d121f;
    --bs-btn-hover-bg: #f2db87;
    --bs-btn-hover-border-color: #f2db87;
   }