* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, sans-serif;
    font-size: 1rem;
}
html {
    font-size: calc(60% + 0.8vmin);
}
a {
    color: white;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
header {
    display: flex;
    box-shadow: 0 1px 2px #aaa;
    border-radius: 5px;
}
header div {
    width: 200px;
    height: 75px;
    padding: 4px;
    display: flex;
    align-items: center;
}
header div span {
    font-size: 0.9rem;
    color: #666;
}
header div u {
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
}
header div:nth-of-type(1) {
    width: 110px;
    flex-grow: 1;
}
header div:nth-of-type(2) {
    width: 150px;
    flex-direction: column;
    justify-content: center;
    line-height: 1px;
    color: #777;
    align-items: flex-start;
    flex-grow: 1;
    font-size: 0.7rem;
}
header div:nth-of-type(3) {
    flex-grow: 50;
    justify-content: flex-end;
    font-size: 1.5rem;
}
header div img {
    width: 110px;
    height: 70px;
}
.logo {
    max-width: 100%;
    width: 110px;
    object-fit: contain;

}
header div .shaplus {
    max-width: 100%;
    width: 80px;
    height: 50px;
    object-fit: contain;
    object-position: bottom;
}
header div .tellbutton {
    width: 30px;
    height: 30px;
}
.telephonenumber {
    max-width: 100%;
    width: 180px;
    height: 65px;
    object-fit: contain;
}
.sec1 {
    display: flex;
    flex-wrap: wrap;
}
.sec1 div {
    background-color: dodgerblue;
    padding: 4px;
    text-align: center;
}
.sec1 div:nth-of-type(1) {
    flex-grow: 2;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5px;
}
.sec1 div:nth-of-type(2) {
    flex-grow: 1;
    justify-content: flex-end;
}
.sec1 div h1 {
    font-size: 0.9rem;
    color: white;   

    margin-top: 5px;
    margin-bottom: 0;
}
.sec1 div strong {
    font-size: 0.75rem;
    color: white;
    letter-spacing: 0.5px;
    font-weight: lighter;
}
.sec1 div i {
    font-size: 0.75rem;
    color: gold;
}
.lowprice {
	margin: 2px 4px;
	padding: 2px;
    font-size: 0.9rem;
    color: #333;
    text-align: center;
    box-shadow: 0 0 2px #aaa;
    border-radius: 5px;
}
nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    margin-top: 10px;
}
nav img {
    max-width: 100%;
    width: 30px;
    height: auto;
    object-fit: contain;
    object-position: top;
}
nav img:hover {
    transform: rotate(20deg); 
}
nav span {
    font-size: 0.75rem;
    padding: 2px;
    text-align: center;
}   
nav span a {
    color: #333;
    text-decoration: none;
}
nav span a:hover {
    color: lightblue;
}
.sec2 {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.sec2 div {
    width: 190px;
    height: auto;
    margin: 2px;
    border-radius: 5px;
    box-shadow: 0 0 2.5px #aaa, 0 0 3px #bbb;
    font-size: 0.8rem;
    color: #333;
    text-align: center;
    padding-bottom: 5px;
    overflow: hidden;
    flex-grow: 1;
}
.sec2 div img {
    display: block;
    width: 100%;
    height: 140px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    transition: transform 2s;
}
.sec2 div img:hover {
    transform: scaley(1.6);
}
.sec2 div p {
    margin: 0;
    padding: 2px;
    background-color: #333;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
}
.sec2 div span {
    font-size: 0.7rem;
}
.sec2 div small {
    color: #666;
}
.sec2 div i {
    color: red;
}
footer {
    display: flex;
    justify-content: center;
	background-color: white;
	margin-bottom: 55px;
}
footer div {
    margin-right: 20px;
}
footer div img {
    max-width: 100%;
}
.floatbar {
	position: fixed;
	bottom: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	background-color: gold;
	box-shadow: 0 -1px 8px yellow;
	opacity: 0.7;
	padding-top: 5px;
	width: 100%;
}
.boxinfloatbar {
	margin-bottom: 5px;
}
.floatbar img {
	width: 50%;
}
.return {
    display: flex;
    margin: 10px;
}
.home {
    width: 22px;
    margin-left: 10px;
    opacity: 0.8;
}
.arrow2 {
    width: 15px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5 ;
    border-radius: 8px;
}
.contentbar {
    margin-top: 30px;
    margin-bottom: 8px;
    width: 100%;
    font-size: 1.3rem;
    background-image: linear-gradient(to left top, yellow, goldenrod);
    text-align: center;
    box-shadow: 0 2px 3px goldenrod;
    border-radius: 5px;
    color: #444;
    text-shadow: 1px 1px 0 goldenrod, 2px 2px 2px #aaa;
}
.contentbar2 {
    margin-top: 30px;
    margin-bottom: 8px;
    width: 100%;
    background-image: linear-gradient(to left top, white, dodgerblue);
    text-align: center;
    box-shadow: 0 2px 2px #aaa;
    border-radius: 5px;
    color: white;
    text-shadow: 1px 1px 0 #ccc, 2px 2px 2px #aaa;
}
@media screen and (max-width: 700px) {
    nav div h1 {
        font-size: 0.85rem;
    }
    nav div:nth-of-type(1) {
        align-items: center;
    }
    nav div:nth-of-type(2) {
        justify-content: space-around;
    }
    .test {
        top: 145px;
    }
}
@media screen and (max-width: 550px) {
    .test {
        top: 170px;
    }
}