/* Selfhosted font: dancing-script-regular - latin */
@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Dancing Script'),
	url("/resources/fonts/dancing-script-v23-latin-regular.woff2") format('woff2'),
	url("/resources/fonts/dancing-script-v23-latin-regular.woff") format('woff');
}

* {
	box-sizing: border-box;
}

/* Reset */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
	pre, a, abbr, acronym, code, em, font, img, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

ol, ul {
	list-style: none;
}

body {
	font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial;
	letter-spacing: 0;
	font-size: 14px;
	margin: 0;
	color: black; /*#a30403;*/
	background-color: #f1e0e0; /*#c7c8ca;*/
}

p {
	font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial;
	margin: 6px 0px 12px 0px;
	font-size: 14px;
}

p.h2handwriting, p.h3handwriting {
	margin: 0px;
}

a {
	color: #a30403;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	margin: 0px;
	color: white;
	border: 0px none;
}

.image:hover {
	background: none;
	text-decoration: none;
}

figure {
	margin: 0px;
}

h1 {
	margin: 0px 2px 10px 0px;
	font-family: 'Dancing Script', 'Trebuchet MS', 'Helvetica Neue',
		Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	min-height: 34px;
	/*font-variant: small-caps;*/
}

h2, h2 a, .h2style, .h2style a {
	margin: 10px 2px 5px 0px;
	font-family: 'PT Sans', 'Trebuchet MS', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
	letter-spacing: 1px;
	font-variant: small-caps;
}

h2.handwriting, h2.handwriting a, p.h2handwriting, p.h2handwriting a {
	font-family: 'Dancing Script', 'Trebuchet MS', 'Helvetica Neue',
		Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-variant: normal;
}

h3, h3 a, .h3style, .h3style a {
	margin: 8px 2px 5px 0px;
	font-family: 'PT Sans', 'Trebuchet MS', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	font-variant: small-caps;
}

h3.handwriting, h3.handwriting a, p.h3handwriting, p.h3handwriting a {
	font-family: 'Dancing Script', 'Trebuchet MS', 'Helvetica Neue',
		Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-variant: normal;
}

h3.headerListItem, h3.headerListItem a {
	margin: 0px;
	font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: normal;
}

h4, h4 a {
	margin: 8px 2px 5px 0px;
	font-family: 'PT Sans', 'Trebuchet MS', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	font-variant: small-caps;
}

h4.handwriting, h4.handwriting a {
	font-family: 'Dancing Script', 'Trebuchet MS', 'Helvetica Neue',
		Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-variant: normal;
}

form {
	margin: 0px;
}

input {
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	background-color: white;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea {
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	background-color: white;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul {
	list-style-type: disc;
	padding: 0px 0px 0px 25px;
}

ol {
	list-style-type: decimal;
	padding-left: 25px;
}

li {
	margin: 5px 0px 5px 0px;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	font-size: 13px;
}

td {
	font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 2px 0px 2px 0px;
}

dt {
	font-weight: bold;
	font-size: 14px;
}

dd {
	padding-left: 25px;
	font-size: 14px;
}

div {
	font-size: 14px;
}

.button {
	background-color:#a30403;
	color:white;
}

/* Carousel style */
.product-item .product-item-content {
	border: 1px solid #c7c8ca;
	border-radius: 3px;
	margin: .3rem;
	text-align: center;
	padding: 2rem 0;
}

.product-item .product-image {
	width: 75%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}
