



:root {
	--color-main:red;
	--color-sub:white;
	--color-off:#ccc;
}

body {
	background-color:white;
}
header {
background-color: #2f3036;
    height:100px;
    padding: 1em;
}

h1{
	color:white;
	font-family:'Playfair Display', serif;
	font-size:30px;
}

h2{
	color:white;
	font-family: 'Karla', sans-serif;
	font-size:20px;
}

.filter{
    width:60px;
    padding: 15px;
    border: 2px solid lightgray;
    font-size:20px;
    font-family: 'Karla', sans-serif;
        padding-inline-start: 0px;
}

.filter h4{
    display: inline-block;
}
/*button*/
.cartbutton{
    width:25%;
    font-family: 'Karla', sans-serif;
    font-size: 0.8em;
    color: white;
    background-color: #2f3036;
    border-radius: .6em;
    padding: 0.6em;
    margin-top:10px;
    margin-right: 10px;
}
.cartbutton:hover{

    background-color:gray;
    padding: 0.6em;
    border-radius: 0.6em;
    font-size: 0.8em;
    color: white;
     margin-top:10px;

}
.returnbutton{
    width:20%;
    font-family: 'Karla', sans-serif;
    font-size: 0.8em;
    color: white;
    background-color: #2f3036;
    border-radius: .6em;
    padding: 0.6em;
    margin-top:10px;
    margin-left: 10px;
}
.returnbutton:hover{

    background-color:gray;
    padding: 0.6em;
    border-radius: 0.6em;
    font-size: 0.8em;
    color: white;
     margin-top:10px;

}


/*navigation*/
.nav {
  height: 80px;
  width: 100%;
  background-color: #2f3036;
  position: relative;
  padding: 10px 5px 5px 5px;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  width: 150px;

}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: block;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: #2f3036;
}

.nav > #nav-check {
  display: none;
}



/*best seller*/
.best {
text-align:center;
font-family: 'Karla', sans-serif;
font-size:20px;
font-weight: 700;
margin:20px 0 0 0;
}
.best1 {
margin-top:30px;
margin-bottom:20px;
text-align:center;
font-family: 'Karla', sans-serif;
color:#E8165C;
font-size:20px;
font-weight: 600;
}
.best2 {
text-align:center;
font-family: 'Karla', sans-serif;
color:black;
font-size:15px;
font-weight: 400;
padding-top:0.8em;
}
.lips{
	text-align: center;
}
.contact{
  font-family: 'Karla', sans-serif;
  font-size: 20px;
  line-height: 10px;
  font-weight: 800;
  color: black;
  text-align:left;
  margin-top:30px;
  padding-right:10px;
}
.mapouter{
  text-align:center;
  height:500px;
  width:400px;
}
.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:500px;
  width:400px;
}
/*text style*/
.text2 {
  font-family: 'Karla', sans-serif;
  font-size: 20px;
  line-height: 15px;
  font-style: italic;
  font-weight: 400; 
  color: #b5b5b5;
  
}

.text3{
  font-family: 'Karla', sans-serif;
  font-size: 20px;
  line-height: 15px;
  font-weight: 400; 
  color: black;
  text-align:center;
}
.text4{
  font-family: 'Karla', sans-serif;
  font-size: 50px;
  line-height: 5px;
  font-weight: 600; 
  color: #E8165C;
  text-align:center;
}
.text5{
  font-family: 'Sail', cursive;
  font-size: 35px;
  line-height: 30px;
  font-weight: 150; 
  color: black;
  text-align:center;
}
.text6{
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500; 
  color: black;
  text-align:left;
}
.text7{
  width:40px;
  height:30px;
  font-family: 'Karla', sans-serif;
  font-size: 20px;
  font-weight: 700; 
  color: black;
  text-align:left;
  padding:30px;
  border: 2px solid #A7805D;
}
.title{
  font-family: 'Karla', sans-serif;
  font-size:20px;
  line-height: 25px;
  font-weight: 900; 
  color: black;
  text-align:left;
}


/*product list*/
.product-list{
 margin-top:10px;

}
.product-list1{
 margin-top:100px;

}
.product{
	position:relative;
	overflow: hidden;
}
.product-description{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

}


#cart{
    position:relative;
    font-family: 'Karla', sans-serif;
    font-size: 0.8em;
    color: white;
    background-color: #c66;
    border-radius: 1.2em;
    padding: 0.6em;
    margin-top:10px;
}
.shopnow{
    width:50%;
    font-family: 'Karla', sans-serif;
    font-size: 0.8em;
    color: white;
    background-color: #2f3036;
    border-radius: .6em;
    padding: 0.6em;
    margin-top:10px;
    margin-left:25%
}
.linecenter{
   text-align:center;
}


/*carticon*/
.cart-value {
  position:relative;
}
.cart-value span  {
    position: absolute;
    top: 4px;
    left: 67px;
    transform:translate(0.5em,1em);
    font-size: 0.8rem;

    color: white;
    border-radius: 1em;
    text-align: center;
    z-index: 100;
}
.badge:empty {
  display:none;
}


/*product*/
.productlist-item {
  display:block;
}
.productlist-image img {
  width:100%;
  height:30vh;
  object-fit:contain;
  object-position:center;
}


.product-mainimage img {
  width:100%;
  height:40vh;
  object-fit:contain;
  object-position:center;
}
.product-thumb {
  height:6em;
  margin-left:55px;
}

.table-handler {
  width:100%;
  overflow-x:auto;
}
.cart-thumb {
  height:4em;
}
.table td.cell-number {
  text-align:left;
}
.form-search{
  border:1px solid lightgray;
  border-radius:.6em
}
/*footer*/
footer{
	margin-top: 10%;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	text-align: left;
	background-color:black;
  display:block;
  
  right:0;
  left:0;
  bottom:0;
}

.social{
	padding-left:10px;
	padding-right:5px;
}
.name{
	float:right;
	padding-right:15px;
	font-family: 'Karla', sans-serif;
	font-size:15px;
	color:white;
}

/*
button{
    width:8%;
    background-color: white;
    color:  black;
    border-radius: 0.8em;
    font-size: 0.8em;
    font-family: 'Gothic A1', sans-serif;
    padding: 0.5em;
    cursor: pointer;
    border:0.1em solid lightgray;
    margin: 0.5em;

}

button:hover{
    background-color:lightgray;
    padding: 0.5em;
    border-radius: 0.8em;
    font-size: 0.8em;
    color: white;
    margin: 0.5em;
   
}

/*
.filterbutton{
    width:10%;
    background-color: #c66;
    color: white;
    border-radius: 0.8em;
    font-size: 0.8em;
    padding: 0.3em;
    cursor: pointer;
    border: 1px solid lightgray;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top:30px;
}
.filterbutton:hover{
    background-color: lightgray;
    padding:0.5em;
    border-radius: 25px;
    font-size: 0.8em;
    color: white;
    border:1px solid lightgray;
    text-align: center;

}


/*media*/


@media (max-width:1000px) {
header{
    height:100px;
  }
    body {
	font-size: 70%;
	}
  .view-window{
    height: 70vh;
    background-attachment: scroll;
  }

}

@media (max-width:600px) {
header{
    height:100px;
  }

  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover {
    background-color:#2f3036;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #2f3036;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) + .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked + .nav-links {
    height: 300px;
    overflow-y: auto;
    z-index: 10;
  }
}

@media (max-width:500px) {


    body {
	font-size: 100%;
	}
  .view-window{
    height: 80vh;
    background-attachment: scroll;
  }


}


