*{
	padding:0;
	margin:0;
	border:0;
	}
*,*:before,*:after{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
:focus,:active{
	outline:none;
	}
a:focus,a:active{
	outline:none;
	}
nav,footer,header,aside{
	display:block;
	}
html,body{
	height:100%;
	width:100%;
	font-size:100%;
	line-height:1;
	font-size:14px;
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	}
input,button,textarea{
	font-family:inherit;
	}
input::-ms-clear{
	display:none;
	}
button{
	cursor:pointer;
	}
button::-moz-focus-inner{
	padding:0;
	border:0;
	}
a,a:visited{
	text-decoration:none;
	}
a:hover{
	text-decoration:none;
	}
ul li{
	list-style:none;
	}
img{
	vertical-align:top;
	}
h1,h2,h3,h4,h5,h6{
	font-size:inherit;
	font-weight:inherit;
	}
/*-------------------------------------------------------------*/


body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

header {
    background-color: #b3e1e8;
    padding: 1em 0;
    text-align: center;
}

.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cart {
    position: absolute;
    right: 10%;
    font-size: 1.5em;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

nav ul li {
    margin: 0 1em;
}

nav ul li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em;
    padding: 0.5em 1em;
    border-radius: 5px;
    transition: background-color 0.3s;
}

nav ul li a:hover {
    background-color: #b2ebf2;
}
.wrapper{
	min-height:80%;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	/*border:1px solid pink;*/
}
.shop{
	margin:0px auto;
	padding:50px 30px;
	flex:0 1 auto;
	/*border:1px solid red;*/

}

.shop-container{
	margin:0px auto;
	/*border:1px solid purple;*/

}
.title-notice-cont{
	max-width: 760px;
}
.shop-title{
	/*border:1px solid blue;*/
	text-align: center;
	font-family: "Platypi", serif;
    font-size:3em;
	font-weight:700;
	color:#fb61a3;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:30px;
	margin-left: 0px;
	
}
.title-notice{
	text-align: center;
    font-size:1.2em;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:30px;
	margin-left: 0px;
	/*border:1px solid blue;*/
	line-height: 20px;
}
.page-numbers{
	text-align: right;
	font-family: 'Arial', sans-serif;
	font-size:1em;
	font-weight:600;
	/*border:1px solid magenta;*/
}
.page-numbers a{
	padding-left: 2px;
	padding-right: 2px;
	color:#54534A;
}
.title-cont, .title-notice-cont{
	/*max-width:1500px;*/
	margin:0px auto;
	/*border:1px solid green;*/
}
.shop-row{
	padding-top: 30px;
	display:flex;
	/*border:1px solid yellow;*/
	margin:0px -10px;
	flex-wrap:wrap;
	justify-content:center;
}
.shop-column{
	flex:0 1 100%;
	padding:0px 10px;
	/*border:1px solid pink;*/
}
.shop-item{
	color:#54534A;
	/*box-shadow: 5px 5px 5px #e8e8e8;*/
	margin-bottom:45px;
	/*border:1px solid black;*/
	
}
.shop-item-image{
	width:100%
}
.shop-item-subtitle{
	
	font-size:2em;
	font-weight:bold;
	color:#fb61a3;
	text-align: center;
}
.sh-im-size{
	padding-top: 10px;
	font-size:1.5em;
	text-align: center;
	/*padding:0px 15px 20px 20px;*/
}

.price-more-row{
	margin-bottom:12px;
	padding-left: 50px;
	padding-right: 50px;
}	
.btn {
    display: block;
    padding: 0.75em 1.5em;
    background-color: #b3e1e8;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 2em;
    text-align: center;
    font-size: 1.5em;
}
.follow-us {
    background-color: #e0f7fa;
    padding: 2em 1em;
    text-align: center;
}

.follow-us h2 {
    font-size: 2em;
    margin-bottom: 1em;
}

.social-icons {
    font-size: 2em;
}
.social-icons a {
    margin: 0 0.5em;
    color: #333;
    text-decoration: none;
}

.social-icons a:hover {
    color: #fb61a3;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em 0;
}
@media (max-width: 510px) {
.header-content {
        flex-direction: column;
        align-items: center;
    }

    .cart {
        margin: 1em 0;
    }

    nav ul {
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    nav ul li {
        margin: 0.5em 0;
    }
    nav ul li a {
    font-size: 1.2em;
}
.shop{
	padding-top: 40px;
}
.shop-row{
	padding-top: 0;
}
.shop-item{
	margin-bottom: 0;
}
 .shop-title{
    font-size: 2.2em;
}
.shop-item-subtitle{
	
	font-size:1.7em;
}
.sh-im-size{
	font-size:1.2em;
}
}
@media (max-width: 400px) {
.header-content img{
width: 50%;
}
}