@font-face {
	src: url('fonts/RobotoSlab-Regular.ttf');
	font-family: RR;
}

@font-face {
	src: url('fonts/RobotoSlab-Bold.ttf');
	font-family: RB;
}

body{
	margin: 0;
}

header {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.container {
	max-width: 1230px;
	margin: auto;
}

header #upperhead{
	background: #edeff0;
	border-bottom: 1px solid #ddd;
	padding: 8px 0; 
}

header #upperhead .container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

header #upperhead .container ul{
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0;
	margin: 0;
}

header #upperhead .container ul li i {
	font-size: 18px;
	margin-right: 5px;
}

header #upperhead .container ul li a {
	text-decoration: none;
	color: #767676;
	font-family: RR;
	font-size: 13px;
	margin-left: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

header #midhead {
	border-bottom: 1px solid #ddd;
	/* padding: 10px 0; */
}

header #midhead .container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

header #midhead .container .bar{
	color: #767676;
	font-size: 35px;
	font-weight: lighter;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 15px 15px 10px;
}

header #midhead .container .logo {
	padding: 0 30px;
}

header #midhead .container .search-container{
	color: #767676;
	border: 1px solid #ddd;
	padding: 0 0 0 8px;
	width: 675px;
	border-radius: 2px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

header #midhead .container .search-container i{
	font-size: 22px;
	margin-right: 10px;
}

header #midhead .container .search-container .input{
	display: flex;
	align-items: center;
}

header #midhead .container .search-container input{
	outline: none;
	border: none;
	font-size: 14px;
	font-family: RR;
}

header #midhead .container .search-container button{
	outline: none;
	border: none;
	background: #e62e04;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 12px 20px;
}

header #midhead .container .sign-in{
	display: flex;
    flex-direction: row;
	color: #767676;
	font-family: RR;
}

header #midhead .container .sign-in i{
	padding: 5px 5px 0;
	font-size: 25px;
}

header #midhead .container .sign-in p, h3{
	margin: 0;
}

header #midhead .container .sign-in h3{
	font-size: 15px;
}

header #midhead .container .sign-in p{
	font-size: 13px;
}

header #midhead .container .cart{
	color: #767676;
    font-size: 34px;
    padding: 10px 37px;
}

header #nav {
	border-bottom: 1px solid #ddd;
}

header #nav .container ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	padding: 0;
	margin: 0;
}

header #nav .container ul li {
	border-left: 1px solid #ddd;
	padding: 8px 6px;
}

header #nav .container ul li a{
	text-decoration: none;
	color: #444;
	font-size: 14px;
	font-family: RR;
	position: relative;
}

header #nav .container ul li:hover{
    border-bottom: solid 1px #92685e;
    background: #f1e5e5;
    transition: 1s;
}

header #nav .container ul .sale a{
	border-left: none;
	background: #db3c48;
	color: #ffffff;
	font-family: RB;
}

header #nav .container ul .sale{
	border-left: none;
	background: #db3c48;
	color: #ffffff;
	padding: 8px;
}

sup {
	position: absolute;
    top: -9px;
    right: -5px;
	color: #fff;
	background: #d71a21;
	padding: 0 2px 1px 4px;
	font-size: 9px;
	border-radius: 2px;
}


/* PRODUCT SECTION */

.product-container{
    display: flex;
    justify-content: center;
    height: auto;
}
.product-container section{
    margin: 0px 6.3%;
    background-color: #ffffff;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    justify-items: center;
    grid-gap: 0.5em;
    width: 100%;
    padding-top: 15px;
}

/* PRODUCT LIST */

.product-list{
    display: grid;
    grid-row: initial;
    justify-items: center;
    align-content: center;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    width: 290px;
    height: 375px;
    grid-row-gap: 1em;
}

.product-name span{
    font-size: 0.7em;
    color: grey;
}
.product-name{
    padding: 0px 10px;
    text-align: center;
    margin: -15px 0px; 
}

.product-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96%;
}
.product-bottom p{
    margin: 0px;
    font-size: 1.2em;
    color: #d02f37;
    font-weight: 500;
}
.product-bottom strike{
    font-size: 0.8em;
    color: grey;
}
.product-price{
    text-align: left;
}
.button-div button{
    color: white;
    background-color: #f55100;
    width: 155px;
    height: 45px;
    border: none;
    cursor: pointer;
}
.button-div button:hover{
    background-color: #e24f06;
}

/* Footer */

#footer-main{
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.footer-divs{
    width: 280px;
    height: 180px;
}
.footer-divs h3{
    font-size: 1.1em;
}
.footer-divs a{
    display: block;
    padding: 7px 0px;
    font-size: 0.8em;
    color: dimgrey;
    text-decoration: none;
}
.footer-divs span{
    font-size: 0.8em;
}
.footer-divs > div{
    width: 100%;
    margin-top: 20px;
}
.footer-divs p{
    font-size: 0.8em;
    color: dimgrey;
    margin-bottom: 20px;
}
.footer-divs input{
    width: 150px;
    height: 37px;
    padding: 0px 13px;
    border-left: none;
    border: 1px solid #dddddd;
}
.footer-divs button{
    width: 100px;
    height: 38px;
    margin-left: -4px;
    background-color: #d71a21;
    color: white;
    border: none;   
}
.footer-divs:nth-child(3) > div > i{
    font-size: 1.2em;
    width: 35px;
    height: 35px;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    cursor: pointer;
}
.fa-facebook-f{
    background-color: #3b5998;
    color: white;
}
.fa-twitter{
    background-color:  #00acee;
    color: white;    
}
.fa-google-plus-g{
    background-color: #CC3333;
    color: white;    
}
.fa-linkedin-in{
    background-color: #0077B5;
    color: white;
}
.fa-youtube{
    background-color: #c4302b;
    color: white;
}
.fa-pinterest{
    background-color: #c8232c;
    color: white;
}
.fa-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: content-box;
    -webkit-text-fill-color: white;
    color: white;
}
#footer-inner-1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    justify-items: center;
    grid-gap: 1em;
    padding: 10px;        
}
#footer-inner-2{
    border-top: 1px solid #dddddd;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
#payments{
    width: 215px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#btn-1{
    width: 66px;
    height: 30px;
    border: 1px solid #d6d6d6;
    background-image: url(images/button-img-1.JPG);
    background-size: 100%;
    margin: 2px;
    cursor: pointer;
}
#btn-2{
    width: 49px;
    height: 30px;
    border: 1px solid #d6d6d6;
    background-image: url(images/button-img-2.JPG);
    background-size: 100%;
    margin: 2px;
    cursor: pointer;
}
#btn-3{
    width: 51px;
    height: 32px;
    border: none;
    background-image: url(images/button-img-3.JPG);
    background-size: 100%;
    cursor: pointer;
}
#play-store{
    width: 240px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-button{
    background-image: url(images/app-store.jpg);
    background-size: 100%;
    width: 102px;
    height: 30px;
    border: none;
    margin: 5px;
    outline: none;
    cursor: pointer;
}
.app-button:nth-child(1){
    background-image: url(images/google-play.jpg);
}

@media only screen and (max-width: 500px) and (min-width: 300px) {
    #footer-inner-2{
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }
    #footer-inner-2 > div{
        display: block;
        margin: 5px;
    }
    .footer-divs{
        border-bottom: 1px solid #dddddd;
    }
}

