* {
	box-sizing:border-box;
}
body {
    margin:0;
    font-family: 'Rasa', serif;
    font-size:110%;
    color:rgb(43, 43, 43);
}
h3, h4 , h5 ,h6 {
    font-family: 'Rasa', serif;
    color:#272727;
}
h1 {
    font-size: 1.6em;
    color:black;
    font-family: 'Rasa', serif;
    letter-spacing: 0.2em;
}
h2 {
    font-size: 2em;
    font-family: 'Rasa', serif;
    letter-spacing: 0.1em;
}
h3 {
    font-size: 1.1em;
}
h4, h5 h6 {
    font-size: 1em;
}
a {
    text-decoration: none;
    font-weight:bold;
    color:initial;
}
input button select th td{
    font-family: 'Rasa', serif;

}

header {
    width:100%;
    background-color:white;
}
header .nav-menu a:hover {
    text-decoration: underline;
}

.head .log-img {
    height:50px;
    margin:10px;
}

.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right:auto;;
    padding:0 10px;
}
ul {
    list-style-type: none;
    text-align: center;
    margin:0;
    padding:0;

}
select {
   /* border:none;
    width:60px;
    background-color: white;
    height:20px;
    border-radius: 1px;*/
}
.shop-box p {
    background-color:#e8a52f;
    display:inline-block;
    color:white;
    font-size: 1.0em;
    padding:0.5em 2em;
    border:1px solid black;
    border-radius: 25px;
    border:1px solid #e8a52f;
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2), 
    0 3px 4px 0 rgba(0,0,0,.14), 
    0 1px 8px 0 rgba(0,0,0,.12);
}
.shop-box p:hover {
    border:1px solid black;
    color:black;
    background-color: white;
   
}

.view-window {
    /* background-image:url('../img/back-1.jpg'); */
    height:75vh;
    background-position: center;
    background-size:cover;
    background-attachment:fixed;
    position:relative;
}
.view-window>img {
	max-height:calc(100% - 2em);
	max-width:calc(100% - 2em);
}
.card:after {
    display:table;
    content:"";
    clear:both;
}
.media-img, .right-img {
    width:100%;
}
.product-list {
    margin:0.5em;
}
.images_others {
    width:20%;
}
/*.images_list {
    width:80%;
}*/
.product_image {
   width:80%;
}
@media (max-width:800px) {
    .view-window {
        height:60vh;
    }

}
@media (max-width:500px) { 
     header {

        position:static;
        overflow: hidden;
	}
    .nav {
        display:block;
    }

}