@charset "utf-8";
* {
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	position: relative;
	font-family: Nunito, sans-serif;
}
body {
  background-color: #ffffff;
}
#container {
	margin: auto;
  background-color: #ffffff;
}
nav {
	margin: auto;
	width: 100%;
	height: 100px;
	background-color: #FCDFFF;
	position: fixed;
	z-index: 1;
	right: 0;
}
#MIClogo {
	display: block;
	float: left;
	width: 487px;
	height: 90px;
	margin-left: 80px;
	margin-top: 5px;
}
nav ul {
	list-style-type: none;
  padding-top: 30px;
	padding-right: 80px;
}
nav ul a {
	float: right;
	display: block;
	text-decoration: none;
	font-size: 1em;
	color: #ff009a;
	padding: 10px 20px;
	font-weight: 700;
	text-transform: uppercase;
}
nav ul .media {
	padding: 10px 15px;
}
nav ul a:hover {
	background-color: #FF009A;
	color: #FBEEFF;
	border-radius: 10px;
}
.dropdown {
	float: right;
}
.dropdown .dropbtn {
	font-family: inherit;
	font-size: 1em;
	font-weight: 700;
	border: 0;
	color: #FF009A;
	padding: 10px 16px;
	background-color: inherit;
	text-transform: uppercase;
}
.dropdown:hover .dropbtn {
	background-color: #FF009A;
	color: #FBEEFF;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FF009A;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	float: none;
	color: #FBEEFF;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	text-transform: none;
}
.dropdown-content a:hover {
  background-color: #FCDFFF;
  color: #FF009A;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown-content {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
header {
	float: left;
	width: 60%;
	padding-top: 200px;
	max-width: 2000px;
	margin: auto;
}
header h1 {
	padding-left: 140px;
	font-size: 4em;
	font-weight: 700;
	color: #212121;
}
header span {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 900;
 	color: #FF0098;
}
#contain {
	max-width: 2000px;
	margin: auto;
}
#transform {
	width: 40%;
	float: right;
	padding-top: 200px;
	padding-right: 140px;
	padding-bottom: 60px;
	overflow: hidden;
}
#sweetmango {
	transform: rotate(-5deg);
	width: 100%;
}
#flavors {
	float: left;
	width: 60%;
	padding-top: 50px;
}
#flavors #findf {
	margin-left: 140px;
	background-color: #FF009A;
	color: #FBEEFF;
	border: 2px solid #FF009A;
	border-radius: 30px;
	font-size: 2em;
	padding: 10px 20px;
	font-weight: 700;
	text-decoration: none;
}
#flavors #findf:hover {
	background-color: #FBEEFF;
	color: #FF009A;
	border: 2px solid #FF009A;
}
hr {
	clear: both;
	border-top: 2px solid #FF0097;
	width: 90%;
	margin: auto;
}
#explain {
 padding-top: 60px;
}
#closedmochi {
  display:block;
	margin: auto;
	width: 255px;
	height: 206px;
}
main h2 {
	text-align: center;
	font-size: 4em;
 	color: #FF0098;
	font-weight: 700;
	padding-top: 40px;
}
#first #look {
	display: block;
	margin: auto;
	cursor: pointer;
	background-color: #FF009A;
	color: #FBEEFF;
	border: 2px solid #FF009A;
	border-radius: 30px;
	font-size: 2em;
	padding: 10px 20px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 60px;
}
#first #look:hover {
	background-color: #FBEEFF;
	color: #FF009A;
	border: 2px solid #FF009A;
}
#second {
	position: relative;
  display:none;
	text-align: center;
}
#second h2 {
	font-size: 4em;
 	color: #FF0098;
	font-weight: 700;
	padding-top: 40px;
}
#openmochi {
  display:block;
	margin: auto;
	width: 700px;
	height: 300px;
}
#second #cream {
	position: absolute;
	color: #212121;
	font-weight: 600;
	top: 240px;
	left: 80px;
	width: 400px;
	text-align: left;
}
#second #cream h3 {
	font-size: 2em;
}
#second #cream p {
	font-size: 1.4em;
}
#second #dough {
	position: absolute;
	color: #212121;
	font-weight: 600;
	top: 180px;
	right: 80px;
	width: 400px;
	text-align: left;
}
#second #dough h3 {
	font-size: 2em;
}
#second #dough p {
	font-size: 1.4em;
}
#second #more {
	display: inline-block;
	border-radius: 30px;
	font-size: 2em;
	padding: 10px 20px;
	font-weight: 700;
	background-color: #FF009A;
	border: 2px solid #FF009A;
	color: #FBEEFF;
	text-decoration: none;
	margin-top: 120px;
	margin-bottom: 60px;
}
#second #more:hover {
	border: 2px solid #FF009A;
	background-color: #FBEEFF;
	color: #FF009A;
}
#explore {
	padding-top: 60px;
	text-align: center;
}
#explore h2 {
	line-height: 1.2em;
	color: #212121;
}
#explore span {
 	color: #FF0098;
}
#explore a {
	display: inline-block;
	border-radius: 30px;
	font-size: 2em;
	padding: 10px 20px;
	font-weight: 700;
	background-color: #FF009A;
	border: 2px solid #FF009A;
	margin-top: 40px;
	color: #FBEEFF;
	text-decoration: none;
}
#explore a:hover {
	border: 2px solid #FF009A;
	background-color: #FBEEFF;
	color: #FF009A;
}
#closedmochis {
	width: 940px;
	height: 421px;
  display:block;
	margin: auto;
}
footer {
	clear: both;
	background-color: #FCDFFF;
}
#flex-container {
	display: flex;
  justify-content: center;
	padding: 20px 80px 20px 80px;
}
.xlinks {
	padding-top: 20px;
	width: 20%;
	line-height: 2em;
	font-weight: 600;
	display: flex;
}
.xlinks ul {
	list-style: none;
}
.xlinks ul a {
	text-decoration: none;
	color: #FF009A;
	font-size: 1.2em;
}
.xlinks ul a:hover {
	color: #C40076;
}
#title {
	width: 20%;
  display: flex;
	justify-content: center;
}
#MIClogo2 {
	width: 200px;
	height: 143px;
	display: block;
}
#newsletter {
	padding-top: 20px;
	width: 40%;
	font-weight: 600;
}
#newsletter  p {
	color: #FF009A;
	display: flex;
	justify-content: right;
	font-size: 1.2em;
	padding-right: 80px;
}
#newsform {
	padding-top: 10px;
	display: flex;
	justify-content: right;
}
#newsform input[type=email] {
	padding: 10px 20px;
	padding-right: 50px;
	border: 2px solid #FF009A;
	background-color: #ffffff;
	border-radius: 30px;
	color: #FF009A;
	outline: 0;
	font-size: 1.1em;
	font-weight: 600;
}
#newsform input[type=submit] {
	background-color: #FF009A;
	color: #FBEEFF;
	border: 2px solid #FF009A;
	text-transform: uppercase;
	border-radius: 30px;
	margin-left: -40px;
	font-size: 1em;
	padding: 10px 20px;
	font-weight: 700;
	cursor: pointer;
}
#newsform input[type=submit]:hover {
	background-color: #FBEEFF;
	color: #FF009A;
	border: 2px solid #FF009A;
}
footer p:last-child {
	padding: 0px 0px 25px 80px;
	color: #ff009a;
	font-size: 1em;
}
/* about */
#abouthead {
	float: right;
	width: 70%;
}
#abouthead h1 {
	padding:0;
	font-size: 4em;
	line-height: 1.2em;
	padding-left: 80px;
	color: #212121;
}
#abouthead span {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 700;
	color: #FF0098;
}
#aboutmic {
	width: 70%;
	float: right;
	padding-top: 40px;
}
#aboutmic p {
	color: #212121;
	font-size: 2em;
	font-weight: 600;
	padding-right: 140px;
	padding-left: 80px;
}
#aboutside {
	width: 30%;
	float: left;
	padding-top:180px;
	padding-left: 140px;
}
#mtower {
	width: 300px;
	height: 782px;
}
/* cart */
#carthead {
	float: none;
	width: 100%;
}
#carthead h1 {
	padding: 0;
	text-align: center;
	padding-bottom: 40px;
	line-height: 1.2em;
	padding-left: 140px;
	padding-right: 140px;
}
#carthead span {
	font-size: 1em;
	font-weight: 700;
}
#cartsquiggly {
	width: 10% !important;
	height: 10%;
	display: block;
	margin: auto;
	padding-bottom: 40px;
}
#btn {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 2;
	border: none;
	outline: none;
	color: #FBEEFF;
	font-size: 1em;
	background-color: #FF009A;
	font-family: Nunito, sans-serif;
	border-radius: 30px;
	padding: 10px 20px;
	font-weight: 700;
}
#btn:hover {
	background-color: #FCDFFF;
	color: #FF009A;
}
/* shop */
#shophead {
	float: none;
	width: 100%;
}
#shophead h1 {
	padding: 0;
	text-align: center;
	font-size: 4em;
	padding-bottom: 40px;
	line-height: 1.2em;
	padding-left: 140px;
	padding-right: 140px;
	color: #212121;
}
#shophead span {
	font-size: 1em;
	font-weight: 700;
}
#shop img {
	width: 100%;
}
#squiggly {
	width: 10% !important;
	height: 10%;
	display: block;
	margin: auto;
	padding-bottom: 80px;
}
table {
	width: 100%;
	padding-left: 140px;
	padding-right: 140px;
}
#shop .bot {
	padding-top: 80px;
}
#shop .pimg {
	width: 37%;
	vertical-align: top;
}
#shop .product {
	color: #212121;
	font-size: 3.6em;
	font-weight: 600;
	padding-bottom: 40px;
	padding-left: 80px;
	vertical-align: top;
}
#shop .makeup {
	color: #ff6c00;
	font-size: 2.9em;
	font-weight: 600;
	padding-bottom: 40px;
	padding-left: 80px;
	vertical-align: top;
}
#shop .descrip {
	color: #212121;
	font-size: 2em;
	font-weight: 600;
	padding-bottom: 40px;
	padding-left: 80px;
	vertical-align: top;
}
#shop .pricepe {
	color: #212121;
	font-size: 2em;
	font-weight: 600;
	padding-bottom: 40px;
	padding-left: 80px;
	vertical-align: top;
}
#shop .quantity {
	color: #212121;
	font-size: 2em;
	font-weight: 600;
	padding-left: 80px;
	vertical-align: top;
}
#shop .qinput {
	font-size: 1em;
	font-weight: 600;
	padding: 10px 20px;
	border: 2px solid #FF009A;
	background-color: #ffffff;
	border-radius: 60px;
	color: #FF009A;
	outline: 0;
	width: 200px;
}
#shop .qinput:focus {
	background-color: #FBEEFF;
	color: #FF009A;
}
#shop .hr {
	border-bottom: 2px solid #FF0097;
	width: 800px;
	padding-top: 80px;
}
#shop .atc {
	text-align: right;
	padding-right: 80px;
	width: 50%;
	padding-bottom: 80px;
}
#shop .atc input {
	background-color: #FF009A;
	color: #FBEEFF;
	border: 2px solid #FF009A;
	font-family: inherit;
	border-radius: 30px;
	font-size: 2em;
	padding: 10px 20px;
	font-weight: 700;
	cursor: pointer;
}
#shop .atc input:hover {
	background-color: #FBEEFF;
	color: #FF009A;
	border: 2px solid #FF009A;
}
#shop .gtc {
	text-align: left;
	padding-left: 80px;
	width: 50%;
	padding-bottom: 80px;
}
#shop .gtc a {
	background-color: #FF009A;
	color: #FBEEFF;
	border: 2px solid #FF009A;
	font-family: inherit;
	border-radius: 30px;
	font-size: 2em;
	padding: 10px 20px;
	font-weight: 700;
	text-decoration: none;
}
#shop .gtc a:hover {
	background-color: #FBEEFF;
	color: #FF009A;
	border: 2px solid #FF009A;
}
#shop .prunit {
	color: #212121;
	font-size: 2em;
	font-weight: 600;
	padding-bottom: 40px;
	padding-top: 40px;
	width: 50%;
}
#shop .quacart {
	color: #212121;
	font-size: 2em;
	font-weight: 600;
	padding-bottom: 40px;
	padding-top: 40px;
	width: 50%;
}
#shop .pricart {
	color: #212121;
	font-size: 2em;
	font-weight: 600;
	padding-bottom: 40px;
	width: 50%;
}
#shop .tal {
	color: #212121;
	font-size: 2em;
	font-weight: 600;
	padding-bottom: 40px;
	padding-top: 40px;
	width: 50%;
}
#shop .utc {
	text-align: right;
	padding-right: 80px;
	padding-top: 80px;
	width: 50%;
}
#shop .utc input {
	background-color: #FF009A;
	color: #FBEEFF;
	border: 2px solid #FF009A;
	font-family: inherit;
	border-radius: 30px;
	font-size: 2em;
	padding: 10px 20px;
	font-weight: 700;
	cursor: pointer;
}
#shop .utc input:hover {
	background-color: #FBEEFF;
	color: #FF009A;
	border: 2px solid #FF009A;
}
#shop .ctc {
	text-align: left;
	padding-left: 80px;
	width: 50%;
	padding-top: 80px;
}
#shop .ctc input {
	background-color: #FF009A;
	color: #FBEEFF;
	border: 2px solid #FF009A;
	font-family: inherit;
	border-radius: 30px;
	font-size: 2em;
	padding: 10px 20px;
	font-weight: 700;
	cursor: pointer;
}
#shop .ctc input:hover  {
	background-color: #FBEEFF;
	color: #FF009A;
	border: 2px solid #FF009A;
}
#shop .ptc {
	text-align: right;
	padding-top: 80px;
	padding-right: 80px;
	padding-bottom: 80px;
	width: 50%;
}
#shop .ptc a {
	background-color: #FF009A;
	color: #FBEEFF;
	border: 2px solid #FF009A;
	font-family: inherit;
	border-radius: 30px;
	font-size: 2em;
	padding: 10px 20px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}
#shop .ptc a:hover  {
	background-color: #FBEEFF;
	color: #FF009A;
	border: 2px solid #FF009A;
}
