html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #444;
	font-family: Georgia, serif;
	line-height: 1.5em;
}
ol, ul {
	list-style: square;
	margin: 0 0 0.5em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
code {
	background-color: #f4f4f4;
	font-family: Menlo, 'Panic Sans', monospace;
	font-size: 0.875em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
p {
	margin: 0 0 0.5em;
	max-width: 634px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: sommet-slab-1, sommet-slab-2, Georgia, serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.5em 0 0.25em;
}

h1 {
	font-size: 2em;
	padding: 0 0 0.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
	padding-bottom: 1em;
}

h5, h6 {
	font-size: 1em;
}

img {
	max-width: 100%;
}

hr {
	border: none;
	background: url(../images/bg_hr.png) center center no-repeat;
	height: 10px;
}

#logo {
	padding-bottom: 0;
}

.logo {
	color: #11bad3;
	font-family: sommet-slab-1, sommet-slab-2, Georgia, serif;
	font-weight: normal;
	font-size: 1.2em;
}
.logo b {
	font-weight: bold;
}

.banner-wrap {
	text-align: center;
	background: #ffc;
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
	margin-bottom: 1em;
    width: 751px;
}

.intro {
	font-size: 1.75em;
	font-family: sommet-slab-1, sommet-slab-2, Georgia, serif;
	line-height: 1.1em;
	max-width: none;
}

.grid {
	padding: 0 20px;
}

.row {
	margin-bottom: 1em;
}

.feature h2 {
	font-weight: bold;
	text-align: center;
}

.feature p {
	font-size: 1.125em;
}

.mod-download {
	background: url(../images/bg_download.png) 0 0.75em no-repeat;
	background-size: 100%;
}

.mod-download h2 {
	color: #11bad3;
	font-weight: bold;
}

.mod-download .logo {
	color: #fff;
	font-size: 1em;
}

a.bttn {
	border-right: 1px solid #0087a0;
	border-bottom: 1px solid #0087a0;
	background: #11bad3;
	color: #fff;
	display: inline-block;
	font-family: sommet-slab-1, sommet-slab-2, Georgia, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0.5em 0.75em;
}

.mod-download .bttn:hover {
	background: #0087a0;
	cursor: pointer;
}

.example-grids {
	margin-bottom: 4em;
}

.example-grids .row { margin-bottom: 0; }

.example-grids .row p {
	background: #ffc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Menlo, 'Panic Sans', monospace;
	padding: 1em;
	margin: 0 0 1em;
}

.footer p {
	color: #666;
	text-align: center;
	max-width: none;
}

/* NAVBAR */

.dws-menu *{
	margin: 0;
	padding: 0;
}
.dws-menu ul,
.dws-menu ol{
	list-style: none;
}
.dws-menu > ul{
	display: flex;
	justify-content: center;
}
.dws-menu > ul li{
	position: relative;
	border-right: 1px solid #c7c8ca;
}
.dws-menu > ul li:first-child{
	border-left: 1px solid #b2b3b5;
}
.dws-menu > ul li:last-child{
	border-right: 1px solid #babbbd;
}
.dws-menu > ul li > a i.fa{
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 18px;
}
.dws-menu > ul li a{
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,f6f6f6+2,c4c5c7+98,757577+100;Custom+3 */
	background: rgb(201,201,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 ); /* IE6-9 */

	padding: 15px 20px;
	font-size: 14px;
	color: #454547;
	text-decoration: none;
	text-transform:uppercase;
}
.dws-menu li a:hover, .dws-menu li a.active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e1e5+0,454547+2,454547+98,e0e1e5+100 */
	background: rgb(224,225,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,225,229,0.7) 0%, rgba(69,69,71,0.7) 2%, rgba(69,69,71,0.7) 98%, rgba(224,225,229,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(224,225,229,0.7) 0%,rgba(69,69,71,0.7) 2%,rgba(69,69,71,0.7) 98%,rgba(224,225,229,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(224,225,229,0.7) 0%,rgba(69,69,71,0.7) 2%,rgba(69,69,71,0.7) 98%,rgba(224,225,229,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */

	color: #ffffff;
	box-shadow: 1px 5px 10px -5px black;
}
.dws-menu [type="checkbox"],
.dws-menu label.toggleSubmenu{
	display: none;
}
.dws-menu label.toggleMenu{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,f6f6f6+2,c4c5c7+98,757577+100;Custom+3 */
	background: rgb(201,201,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 ); /* IE6-9 */

	display: none;
	padding: 15px 40px;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}
.dws-menu .logo {
	position: absolute;
	left: 20px;
}
.dws-menu label.toggleMenu .fa{
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 18px;
}
@media all and (max-width: 980px){
	.dws-menu{
		overflow: hidden;
	}
	.dws-menu ul{
		display: block;
		max-height: 0;
		transition: max-height 0.3s;
	}
	.dws-menu li>ul li ul{
		position: absolute;
		right: auto;
		top: auto;
	}
	.dws-menu label.toggleMenu{
		display: block;
		margin-left: 90px;
	}
	input.toggleMenu:checked + label.toggleMenu{
		background: grey;
		color: #fff;
	}
	input.toggleMenu:checked ~ ul,
	input.toggleSubmenu:checked ~ ul{
		display: block;
		position: relative;
		max-height: 5000px;
		transition: max-height 2s ease-in;
	}
	.dws-menu label.toggleSubmenu{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
		display: block;
	}
	input.toggleSubmenu:checked ~ a{
		background: #454547;
		color: #fff;
	}
	.dws-menu label.toggleSubmenu .fa:before{
		content: "\f0d7";
		color: #454547;
	}
	.dws-menu label.toggleSubmenu .fa{
		position: absolute;
		top: 15px;
		right: 30px;
	}
	.dws-menu input.toggleSubmenu:checked ~ label.toggleSubmenu .fa::before{
		content: "\f0d8";
		color: #ffffff;
	}
}

/* MamaMii */
.header {
    display: flex;
    justify-content: center;
}
body {
	background: #fff url(/images/bg.webp) left top;
}
.banner {
	font-style: italic;
	padding-top: 0.5em;
}
.banner h1 {
	font-size: 1.3em;
	padding: 10px;
}
.intro .desc {
	font-size: 0.6em;
}
.row {
	margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.about .slot-0-1-2 {
	text-align: right;
}
.grid {
	padding-top: 20px !important;
}
.grid.about {
	padding-top: 0 !important;
}
.grid.about img {
	height: auto;
	max-width: 500px;
}
.grid .caption, .grid .caption2, .grid .caption3, .grid .caption4 {
	/* Internet Explorer 10 */
	display: -ms-flexbox;
	-ms-flex-align: center;
	/* Firefox */
	display: -moz-box;
	-moz-box-align: center;
	/* Safari, Opera, and Chrome */
	display: -webkit-box;
	-webkit-box-align: center;
	/* W3C */
	display: box;
	box-align: center;
}
.grid .caption {
	height: 1.5em;
}
.grid .caption2 {
	height: 3em;
}
.grid .caption3 {
	height: 4.5em;
}
.grid .caption4 {
	height: 6em;
}
.grid .hit {
    background: url('/images/hit.png') no-repeat;
    background-size: 25%;
    background-position-x: 100%;
}
.form-select {
	display: inline-block;
	width: 145px;
	padding: 0.2rem 0.5rem;
	font-size: 1rem;
	font-weight: 400;
	color: #212529;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-select option {
	font-weight: normal;
	display: block;
	white-space: nowrap;
	min-height: 1.2em;
	padding: 0px 2px 1px;
}
.grid .hint {
	font-style: italic;
	font-size: 14px;
}
.grid img {
	margin-top: 10px;
	max-height: 275px;
}
.imgContainer {
	position: relative;
}
.imgLabel {
	position: absolute !important;
	font-weight: bold;
	top: 10px;
	left: 0px;
	color: #f19667;
}
.soc {
	text-decoration: none;
}
.soc img {
	width: 130px;
}
.center {
	text-align: center;
}
.center .desc {
	font-size: 24px;
	margin-bottom: 20px;
}
.justify {
    text-align: justify;
}
.wide img {
	max-width: 100% !important;
}
.nomargin {
	margin: 0;
}
.recipe .row:first-child {
	text-align: center;
	font-size: 1.2em;
}
.recipe .row:first-child span {
	font-weight: bold;
}
.recipe em.total {
	font-weight: bold;
	padding: 5px;
	background: yellow;
}
.desc {
	font-size: 18px;
}
.desc2 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.recipe .bonus {
	font-weight: bold;
}

/* recipe4 */
.recipe4 {
    text-align: center;
}
.recipe4 p {
    max-width: 100%;
}
.recipe4 .italic {
    font-style: italic;
}
.recipe4 .caption {
    display: inline;
}
.recipe4 .name {
    font-size: 30px;
}
.recipe4 .center .desc {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.recipe4 img {
    display: block;
    margin: auto;
    max-width: 22em !important;
    max-height: 100% !important;
}
.recipe4 .price {
    font-weight: bold;
}
.recipe4 .cart-btn {
    display: inline-block;
}
.recipe4 .bottom {
    font-size: 24px;
    font-style: italic;
    background: #ffc;
    max-width: 680px;
    margin: 20px auto 40px;
    padding: 10px;
}
.recipe4 .bottom .bold {
    font-weight: bold;
}
.recipe4 .bottom ul {
    list-style: disc;
    margin-left: 20px;
    font-size: 20px;
}
.recipe4 .bottom li {
    text-align: left;
}
/* End of recipe4 */

em {
	font-style: italic;
}
.education img {
	height: 30em;
}
#scrollBtn {
	width: 70px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
}
.mainForm {
	border: none;
	border-radius: 0;
	box-shadow: 0px 0px 6px 0px grey;
	padding: 18px 18px 18px 18px;
	margin: 0 auto;
	position: relative;
	max-width: 400px;
}
.mainForm h3 {
	color: #45484a;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	line-height: 1.25;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 18px 0px;
}
.mainForm label {
	display: block;
	color: #45484a;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 12px;
	text-align: left;
}
.mainForm span.required {
	color: #f00;
	font-weight: bold;
}
.mainForm input[type=text], .mainForm input[type=tel], .mainForm textarea {
	color: inherit;
	background: white;
	display: block;
	width: 100%;
	padding: 16px !important;
	margin: 0 !important;
	border: 1px solid rgba(153,153,153,0.4) !important;
	border-radius: 2px !important;
	outline: none;
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	box-sizing: border-box;
	transition: all 0.1s ease, height 0s;
	cursor: text;
	appearance: none;
	-webkit-appearance: none;
}
.mainForm textarea {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	height: auto;
	font-family: 'Arial';
}
.mainForm input.error {
	border-color: red !important;
}
.mainForm .errorMsg {
	color: red;
	font-size: 0.7em;
}
.mainForm .submit {
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 1.25;
	background: #45484a;
	border-radius: 0px;
	border: 2px solid #45484a;
	box-shadow: none;
	padding: 8px 30px 8px 30px;
	cursor: pointer;
	outline: none;
	margin-top: 20px;
}
.mainForm .submit:hover {
	color: #45484a;
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 1.25;
	background: #ffffff;
	border-radius: 0px;
	border: 2px solid #45484a;
	box-shadow: none;
}
.mainForm .agreement {
    font-size: 14px;
    margin-top: 10px;
}
.cart {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
}
.cart-btn {
	display: inline-block;
	background-image: url(/images/addToCart.png);
	width: 14em;
	height: 4.5em;
	border: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	margin: 0 0 20px;
}
#cartLink {
	text-decoration: none;
	position: fixed;
	right: 0;
	top: 0;
}
#cartLink img {
    width: 50px;
	vertical-align: middle;
}
#cartTotal {
	display: inline-block;
	background: lightgreen;
	color: #000;
	text-align: center;
	border-radius: 50%;
	padding: .1em .65em .3em;
	font-weight: bold;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.popup{
	display: none;
	width:100%;
	min-height:100%;
	background-color: rgba(0,0,0,0.5);
	overflow-y:scroll;
	position:fixed;
	top:0px;
	left: 0px;
	z-index: 100;
}
.closePopup {
	background-color: #f6f6f6;
	border-color: #ddd;
	color: #333;
	text-shadow: 0 1px 0 #f3f3f3;
	position: absolute;
	margin: -22px 0 0 486px;
	z-index: 1101;
	border-radius: 1em;
	font-weight: 700;
	padding: 0;
	width: 1.75em;
	height: 1.75em;
	cursor: pointer;
	display: block;
	font-size: 16px;
}
.closePopup:after {
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -11px;
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	background-color: rgba(0,0,0,.3);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 1em;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.popup .popupCont{
	margin:60px auto 0px auto;
	width:500px;
	padding:10px;
	background-color: #c5c5c5;
	border-radius:5px;
	box-shadow: 0px 0px 10px #000;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
}
.popup .popupCont .mainForm {
	text-align: center;
	box-shadow: none;
}
.shoppingList {
	width: 100%;
}
.shoppingList th {
	font-weight: bold;
}
.shoppingList td {
	padding: 0.5em;
}
.shoppingList td:nth-child(2){
	text-align: right;
}
.shoppingList .total td {
	font-weight: bold;
}
.shoppingList .total td:first-child {
	text-align: right;
}
.shoppingList .productImg {
	width: 60px;
	float: left;
	margin-right: 10px;
}
.shoppingList .plus, .shoppingList .minus {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("/images/plusmin.png");
	cursor: pointer;
}
.shoppingList .minus {
	margin-right: 5px;
	-ms-background-position-x: 20px;
	background-position-x: 20px;;
}
/* Tooltip */
.tooltip {
	position: relative;
	display: inline-block;
	padding: 10px;
	font-size: 18px;
	text-shadow: 1px 1px 0 white;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 213px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	top: 35px;
	left: 0px;
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* BLOG */
.blog {
    padding-bottom: 40px;
}
.blog p {
    max-width: 100%;
}
.blog ul {
    list-style: none;
}
.blog .bottomNav {
    padding-top: 20px;
}
.blog .bottomNav .prev {
    float: left;
}
.blog .bottomNav .next {
    float: right;
}
.blog img {
    max-height: 575px;
}


@media screen and (min-width: 980px) {
    .row.about {
        font-size: 20px;
    }
    .row.about img:first-child {
        max-height: 375px;
    }
    .row.about.promo img {
        /*max-width: 976px !important;*/
        max-width: 1100px !important;
        max-height: none;
    }
    .row.about div:nth-child(2) {
        padding-top: 50px;
    }
    .decor img {
        max-height: 456px;
    }
}


@media screen and (max-width: 980px) {
    .header {
        padding: 0;
    }
	.about .slot-0-1-2 {
		text-align: center;
	}
	.grid.about img {
		max-width: 100%;
	}
	.grid img {
		max-height: 27em;
	}
	.grid .name, .grid .price {
		font-size: 1.5em;
	}
    .row {
        display: block;
    }
	#cartLink {
		top: 0;
		z-index: 1000;
	}
	.cart-btn {
		display: block;
	}
	.popup .popupCont{
		width: 90%;
	}
	.popup .closePopup {
		margin-left: 88%;
	}
    .decor img {
        max-height: 100%;
    }
}
