@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap');

@import url('https://fonts.googleapis.com/css?family=Clicker+Script|Lora:700i|Sacramento&display=swap');

* {
	box-sizing: border-box;
	margin: 0;
}

body, html {
	height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 2;
	margin: 0;
	color: #1E1E1E;
	background-color: #fbfafb;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga" on;
}

/* Top Bar ================================ */

.top-bar{
  font-family: 'Nunito Sans', sans-serif;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 8px 20px 8px;
  position: relative;
  color: #F1F1F1;
  margin: auto;
  background-color: #19202C;
}


/* Top info */

ul.top-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.top-info li {
  position: relative;
  line-height: 24px;
  display: inline-block;
  padding-right: 15px;
}

ul.top-info li i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

ul.top-info li p.info-text {
	margin: 0;
	font-size: 12px;
  line-height: normal;
  display: inline-block;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Top social */
.top-social {
	align-self: center;
}

.top-social li {
  display: inline-block;
  padding: 0;
  text-align: center;
}

.top-social li a i.fab{
  margin-right: 15px;
  font-size: 16px;
  color: #F1F1F1;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 24px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.top-social a .fab:hover, .top-social a .fab:active {
	color: #fff;
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.top-social a i.fab.fa-twitter:hover {
	background-color: #1DA1F2;
}

.top-social a i.fab.fa-facebook-f:hover {
	background-color: #3B5998;
}

.top-social a i.fab.fa-pinterest:hover {
	background-color: #BD081C;
}

.top-social a i.fab.fa-youtube:hover {
	background-color: #ff0000;
}
/* Header ================================ */
.main-header {
  height: auto;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.container#header-container {
  height: 130px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
  background: #fbfafb;
  font-family: 'Nunito Sans', sans-serif;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-area {
  text-align: center;
  padding: 30px 0;
  margin-left: 45px;
  margin-right: auto;
}

.logo-area .brand img {
	display: block;
	z-index: 999;
}

.header-contact-area {
	flex-shrink: 1;
	display: flex;
	flex-direction: row;
}

.header-contact-info {
	flex-direction: column;
	margin: 0 8px 0 8px;
	padding: 0 20px 0 20px;
	border-right: 1px solid #eeeeee;
  border-right: 1px solid rgba(238, 238, 238, 0.8);
	
}

.header-contact-title {
	margin-right: 25px;
	font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
	color: #223A59;
}

.subheadeing {
	margin-right: 25px;
	font-size: 16px;
	font-weight: 700;
	color: #223A59;
}

.login {
	margin-right: 10px;
	margin-top: 10px;
}

.login_btn {
	color: #d25473;
	border: 1px solid #fff;
	border-radius: 4px;
	margin: 6px;
	padding: 6px;
	text-decoration: none;
	box-sizing: border-box;
}

.cart {
	margin-top: 10px;
}

.cart_btn {
	color: #d25473;
	border: 1px solid #fff;
	border-radius: 4px;
	margin: 6px;
	padding: 6px;
	text-decoration: none;
	box-sizing: border-box;
}

.cart_btn:hover {
	border-color: #d25473;
	background: #d25473;
	color: #fff;
	-webkit-box-shadow: 0 8px 38px rgba(0,0,0,0.0.9), 0 5px 12px rgba(0,0,0,0.09);
  box-shadow: 0 8px 38px rgba(0,0,0,0.09), 0 5px 12px rgba(0,0,0,0.09);
}

.login_btn:hover {
	border-color: #d25473;
	background: #d25473;
	color: #fff;
	-webkit-box-shadow: 0 8px 38px rgba(0,0,0,0.0.9), 0 5px 12px rgba(0,0,0,0.09);
  box-shadow: 0 8px 38px rgba(0,0,0,0.09), 0 5px 12px rgba(0,0,0,0.09);
}
/* Site Nav ================================ */

.main-header .site-nav {
	width: 100%;
	margin: 0;
	background-color: #fbfafb;
}
.container#main-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-navbar {
	flex-grow: 1;
	flex-shrink: 1;
	text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  color: #d25473;
  font-weight: 700;
  margin: 6px 12px;
  padding: 6px 14px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
	z-index: 999;
}

.top-navbar a {
	margin: 6px;
	padding: 12px;
	text-decoration: none;
	text-align: center;
	color: #d25473;
}

.top-navbar .active, 
.top-navbar a:hover {
	color: #3F516E;
	text-decoration: underline;
}
/* Home Intro ================================ */
.home-intro {
  margin-bottom: 5%;
}

#home-intro {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	height: 50vh;
}

.hero-image {
	display: flex;
	background-image: url(../img/hero.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hero-image::before {
	width: 100%;
	height: 50vh;
	content: '';
	background-color: rgba(0,0,0,0.3);
	position: absolute;
}
#home-intro .hero-image .hero-text {
	text-align: center;
	z-index: 999;
}

sup {
	vertical-align: super;
	font-size: 12px;
}

.hero-image .hero-text .hero-intro {
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 3em;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.hero-image .hero-text .hero-h2 {
  font-family: 'Nunito Sans', sans-serif;
  color: #F2E6DF;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
  font-size: 1.5em;
  opacity: 0.95;
  text-transform: uppercase;
  line-height: 2;
}

.hero-image .hero-text a.cta-hero {
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 400;
	color: #F2F2F2;
	text-shadow: 2px 2px 16px rgba(0,0,0,0.2);
	background-color: #d25473;
	border-radius: 0.1875em;
	text-decoration: none;
	display: block;
	width: 165px;
	padding: 0.125em;
	line-height: 2;
	vertical-align: middle;
	margin: 1em auto;
	letter-spacing: -1px;
	box-shadow: 0 2px 15px 3px rgba(0,0,0,0.10);
}

.hero-text a.cta-hero i.fas.fa-shopping-cart {
	font-size: 1em;
	transition: none;
	padding-right: 3px;
}

.hero-image .hero-text a.cta-hero:hover {
	background-color: #f2f2f2;
	color: #d25473;
}

.hero-text a.cta-hero:hover > i.fas.fa-shopping-cart {
	transform: none;
	font-weight: 600;
}

.home-feature {
  max-width: 1200px;
  min-height: 275px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 1.75em;
  padding-left: 1.75em;
  /* [disabled]padding-bottom: 1.875em; */
}

.container#feature {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}

.card-wrapper {
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	flex: 1 1;
	
}

.card-wrapper .card {
	width: 25vw;
	max-width: 250px;
	height: 25vh;
	max-height: 225px;
	margin: auto;
	border: 1px solid rgba(189,190,191,0.25);
	box-shadow: 0 2px 15px 3px rgba(0,0,0,0.15), 2px 0 48px rgba(0,0,0,0.15);
	z-index: 999;
	flex: 1 1;
}

.card-wrapper .card .inner-card {
	cursor: pointer;
}

.inner-card.item-1 {
	background-image: url(../img/item-1.png);
	background-position: center center;
	background-size: cover;
	background-clip: border-box;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.inner-card.item-2 {
	background-image: url(../img/item-2.jpg);
	background-position: center center;
	background-clip: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.inner-card.item-3 {
	background-position: center center;
	background-clip: border-box;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-image: url(../img/item-4.jpg);
	background-size: cover;
}

.inner-card.item-4 {
	background-position: center center;
	background-size: cover;
	background-clip: border-box;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-image: url(../img/item-3.jpg);
}

.card .inner-card .card-title {
	position: relative;
	top: 50%;
	left: 50%;
	font-size: 1.75em;
	text-align: center;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.overlay {
	opacity: 1;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(238,238,238,0.56);
	transition: .5s ease;
	color: #2C3849;
	font-weight: 700;
}

.overlay:hover {
	opacity: 0;
}

.page-header {
  max-width: 1200px;
  margin-top: 1.5em;
  margin-right: auto;
  margin-left: auto;
  padding: 0.9375em;
  text-align: center;
}

.page-header .container .page-heading {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  color: #3F516E;
  font-size: 1.75em;
  padding: 0px;
}

.page-header .container .header-line {
  width: 150px;
  height: 2px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEEEEE;
  opacity: 0.9;
}

.home-main {
  max-width: 1200px;
  min-height: 325px;
  margin: 0  auto;
  padding: 1.75em 1.875em 0;
}

.container#main {
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 0 auto;
}

.home-title {
	font-family: 'Nunito Sans', sans-serif;
	color: #d25473;
	font-weight: 600;
	font-size: 2em;
	padding: 0;
	margin: 0;
}

.about-content,  .product-pic {
  align-self: flex-start;
  padding-right: 0.9375em;
  margin-right: auto;
}

.about-content p a, .product-content p a {
	color: #d25473;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
}

.about-content p a:hover, .product-content p a:hover {
	color: #3F516E;
}

.about-pic {
	align-self: center;
}

.about-pic img, .product-pic img {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	z-index: 999;
	margin: 0 auto;
	-webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.12),0 9px 12px rgba(0,0,0,0.12);
	box-shadow: 0 19px 38px rgba(0,0,0,0.12),0 9px 12px rgba(0,0,0,0.12);
}

.home-products {
  max-width: 1200px;
  min-height: 400px;
  /* [disabled]margin-top: 1.5em; */
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
  padding: 0 1.875em 2.75em;
}

.container#home_products {
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 0 auto;
}

.container#home_products .product-content {
	align-self: flex-start;
	margin-left: auto;
}

.main-footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #2c3849;
}

#footer-inner {
	display: flex;
	-webkit-justify-contnet: space-evenly;
	justify-content: space-evenly;
	padding: 15px;
}

#footer-inner .footer-title {
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-weight: 700;
	font-size: 1.375em;
	padding-bottom: 0.875em;
	color: #f6d2d2;
}

#footer-inner .news-letter {
	align-self: flex-start;
}

.news-letter .footer-social {
	padding-bottom: 20px;
}

.news-letter .footer-social a {
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}

.footer-social a i.fab {
	opacity: 1;
	color: #ebedf0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	vertical-align: middle;
	border-radius: 4px;
}

.footer-social a .fab:hover, .footer-social a .fab:active {
	color: #fff;
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.footer-social a i.fab.fa-twitter:hover {
	background-color: #1DA1F2;
}

.footer-social a i.fab.fa-facebook-f:hover {
	background-color: #3B5998;
}

.footer-social a i.fab.fa-pinterest:hover {
	background-color: #BD081C;
}

.footer-social a i.fab.fa-youtube:hover {
	background-color: #ff0000;
}

.news-letter .news {
	padding-top: 0.75em;
}

.news .subscribe-title {
  font-size: 1.125em;
  font-family: 'Nunito Sans', sans-serif;
	color: #f6d2d2;
	text-transform: uppercase;
}

.news #subscribe {
	justify-content: center;
	align-items: center;
}

#subscribe input {
  display: inline-flex;
  padding: 0.3125em;
}


#footer-inner .footer-contact {
	align-self: flex-start;
}

.footer-contact div {
	padding-bottom: 0.875em;
	cursor: pointer;
}

.footer-contact div i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 24px;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 36px;
	color: #253042;
	text-align: center;
	background-color: #ebedf0;
}

.footer-contact div .fas.fa-phone {
	font-size: 22px;
	text-align: center;
	line-height: 40px;
}

.footer-contact div .fas.fa-envelope-open-text {
	font-size: 22px;
}

.footer-contact div p {
	display: inline-flex;
	flex-direction: column;
	margin: 0;
	font-size: 14px;
	line-height: 2;
	vertical-align: middle;
	color: #ebedf0;
	font-weight: 500;
}

.footer-contact div p .new-line {
	display: block;
	line-height: 0.875em;
}
.footer-contact div p:hover {
	color: #f6d2d2;
}
#footer-inner .footerNav {
	align-self: flex-start;
}

.footerNav .menu-left {
	display: inline-flex;
	flex-direction: column;
	flex: 1 1 200px;
	padding-right: 0.875em;
}

.footerNav .menu-right {
	display: inline-flex;
	flex-direction: column;
	flex: 1 1 200px;
	padding-left: 0.875em;
}

.footerNav .menu-left a {
	box-sizing: border-box;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ebedf0;
}

.footerNav .menu-right a {
	box-sizing: border-box;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ebedf0;
}

.footerNav .menu-right a:hover, a:active {
	opacity: 1;
	transform: none;
	color: #f6d2d2;
}

.footerNav .menu-left a:hover, a:active {
	opacity: 1;
	transform: none;
	color: #f6d2d2;
}
.footerNav .menu-left a:focus {
	border: none;
	outline: none;
}
.footerNav .menu-right a:focus {
	border: none;
	outline: none;
}
.main-footer .copyright-area {
	font-family: 'Nunito Sans', sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 2;
	background-color: #19202c;
	position: relative;
	color: #ebedf0;
	font-weight: 300;
	min-height: 26px;
	display: block;
}

.copyright-area p {
	font-size: 14px;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 2;
	vertical-align: middle;
}

.copyright-area p a {
	color: #ebedf0;
	text-decoration: none;
	font-size: 14px;
	opacity: 1;
}
