* {
    margin: 0;
}

body {
    background-color: #bebdf1;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}
.image-slideshow {
	width: 600px;
    height: 300px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    position: relative;
}
.image-slideshow > div {
	width: 600px;
    height: 300px;
	animation: move 15s ease-in-out 2s infinite alternate;
    display:inline-block;
}
.image-slideshow > div div {
	position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    width: 100%;
}
.image-slideshow h2 {
	padding: 15px;
    margin: 0;
    font-size: 18px;
    color: #f9f9f9;
}
.image-slideshow p {
	padding: 0 15px 15px 15px;
    margin: 0;
    font-size: 14px;
    color: #dddddd;
}
@keyframes move {
	0%,30% { transform: translateX(0); }
   	40%,70% { transform: translateX(-600px); }
   	80%,100% { transform: translateX(-1200px); }
}

banner {
    display: block;
    width: 90%;
    margin: 0 auto;
    top:0px;
    position:sticky;
    padding: 10px;
    height: 200px;
    background-color: white;
    background: rgba(0, 7, 210,3);
    text-align: center;
    color: white;
    font-size: 3.0em;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: left;
    border-radius: 0px 0px 0px 0px;
    box-shadow: inset 2px 2px 20px white;
    box-shadow: inset 1px 1px 10px rgb(17, 28, 222);
}

mnu1 {
    display: block;
    position: fixed;
    top:220px;
    height: 50px;
    margin: 0 auto;
    width: calc(90% + 20px);
    left:100px;
    z-index: 990;
}

mnu1 a {
    text-decoration: none;
    color:white;
}

mnu1 a:hover {
    background-color: white;
        color: rgb(141, 156, 198);
        ;
}

itm1 {
    display: inline-block;
    background-color: rgb(83, 111, 212);
    /*#f1bdee;#e972c9*/
    box-shadow: inset 1px 1px 10px white;
    padding: 10px;
    min-width: 100px;
    height: 20px;
    font-size: 1.0em;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

itm1:hover  {
    box-shadow: inset 1px 1px 10px rgb(129, 114, 129);;
    background-color: white;
    color: rgb(141, 156, 198);;
}
itm1:hover a {
background-color: white;
    color: rgb(141, 156, 198);
    ;
}

notice {
    display: block;
    position: fixed;
    right: 5%;
    top: 0px;
    margin-top: 10px;
    height: 200px;
    width: 300px;
    background-color: rgb(220, 220, 251);
    border-radius: 0px 0px 20px 20px;
    z-index: 1;
}

content {
    display: block;
    margin:0 auto;
    left: calc(5% - 10px);
    top: 220px;
    height: calc(100% - 200px);
    width: calc(90% + 20px);
    padding:0px;
    background-color: azure;
}

dialog1 {
    display: inline-block;
    width: 250px;
    background-color: green;
    color: white;
    font-size: 15pt;
    border-radius: 15px;
    margin: 10px 10px;
}

dtitle {
    text-align: center;
    padding: 10px;
    height: 20px;
    display: block;
}

ddata {
    min-height: 200px;
    background-color: white;
    color:green;
    display: block;
    text-align: center;
    padding: 5px;
}

ddata1 {
    height: 300px;
    background-color: white;
    display: block;
    text-align: center;
    padding: 5px;
    color:green;
    text-align: left;
}

ddata1 li {
    color:green;
    list-style-type: none;
}

pimage img {
    border-radius: 0px;
    border-block: 5px;
    box-shadow: 5px 5px rgb(100,100,100,.3);
    border-radius: 10px;
}

dfooter {
    text-align: center;
    padding: 10px;
    height: 20px;
    display: block;
}

products {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    background-color: rgb(100, 100, 100, .3);
    padding: 10px;
}

productgrid {
    display: inline-block;
    margin: 10px 10px auto;
    text-align: start;
    max-width: 90%;
    padding-top: 50px;
}

pprice{
    float:left;
}

but1 {
    display: inline-block;
    background-color: aliceblue;
    color: black;
    padding: 3px;
    line-height: 15px;
    height: 15px;
    width: 15px;
    border-radius: 30px;
    text-align: center;
    vertical-align: middle;
}

but2 {
    padding: 10px;
    float: right;
    background-color: lightgreen;
    color: blue;
    margin: -10px;
    border-radius: 0px 0px 10px;
    height: 20px;
}
but3 {
    padding: 10px;
    float: left;
    background-color: lightgreen;
    color: blue;
    margin: -10px;
    border-radius: 0px 0px 0px 10px;
    height: 20px;
}
input {
    width: 50px;
    height: 20px;
    margin-left: 0px;
    vertical-align: bottom;
    text-align: center;
    vertical-align: middle;
}