
        		table,
        		th,
        		td {
        		    border: 1px poderblue;
        		}
        
        		td {
        		    border: 2px poderblue;
        		}
        
        		body {
        		    background-color: rgb(6, 105, 9);
        		}
        
        		h1 {
        		    color: white;
        		}
        
        		h2 {
        		    color: rgb(229, 255, 0);
        		}
        
        		h3 {
        		    color: rgb(255, 255, 255);
        		}
        
        		p {
        		    color: rgb(155, 227, 255);
        		}

a:link,
a:visited {
    background-color: rgb(15, 144, 84);
    color: yellow;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:active {
    background-color: #b15f3f;
}


.button {
    background-color: transparent;
    /* Green */
    border: none;
    color: yellow;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    cursor: pointer;
}

.button1 {
    border-radius: 2px;
}

.button2 {
    border-radius: 4px;
}

.button3 {
    border-radius: 8px;
}

.button4 {
    border-radius: 12px;
}

.button5 {
    border-radius: 10px;
}




* {
    box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;
    // height: 1300px; /* Should be removed. Only for demonstration */
}

.left {
    width: 75%;
}

.right {
    width: 25%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}



body {
    margin: 0;
}

.navbar {
    overflow: hidden;
    background-color: #FFEBCD;
    position: fixed;
    top: 0;
    width: 100%;
}

.navbar a {
    float: left;
    display: block;
    color: #69f564;
    text-align: left;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 16px;
}

.navbar a:hover {
    //  background: #ddd;
    //  color: black;
}

.main {
    padding: 16px;
    margin-top: 30px;
    height: 150px;
    /* Used in this example to enable scrolling */
}



.navbar2 {
    overflow: hidden;
    background-color: #cca358;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.navbar2 a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 16px;
}

.main2 {
    padding: 16px;
    margin-bottom: 10px;
    height: 1500px;
    /* Used in this example to enable scrolling */
}


body {
    font-family: Arial;
}

#gridview {
    text-align: center;
}

div.image {
    margin: 5px;
    display: inline-block;
    position: relative;
}

div.image2 {
    margin: 5px;
    display: inline-block;
    position: relative;
}

div.image img {
    width: 100%;
    max-width: 325px;   // impor
  //  height: 300px;  //370
    height: 370;
    border: 5px solid white;
}


div.image2 img {
    width: 100%;
    max-width: 320px;   // impor
    height: 370px;
   //  height: 100%;
   // height: auto;
    border: 3px solid black;
}



div.image img:hover {
  //  box-shadow: 0 5px 5px 0 rgba(65, 50, 50, 0.32), 0 0 0 0px rgba(197, 9, 9, 0.16);
    box-shadow: 2px 4px 6px 8px #888888;
}

.heading {
    padding: 10px 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#grid {
    margin-bottom: 30px;
}

.product-info {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: -1px;
    padding: 15% .75rem .75rem .75rem;
       background-color: transparent;
    //   background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.8));
    //  background-image: linear-gradient(transparent,rgba(0,0,0,0.8));
    background-position-y: -1px;
    color: white;
    text-align: left;
}

div.image ul {
    margin: 0;
    padding: 0;
}

div.image li {
    // star
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    //color: #F0F0F0;
    color: red;
    text-shadow: 0 0 1px #666666;
    font-size: 10px;
}

div.image .selected {
    color: #ffdb7f;
    text-shadow: 0 0 5px #5d2cfd;
}

.product-title {
    font-size: 1.4em;
    color: rgb(255, 251, 5);
  //  border-left: #070600 3px solid;

//    text-shadow: 0 0 1px #666666;
    text-shadow: -1px 0 black, 0 1px black

        padding: 0px 5px 0px 5px;
}

.product-title2 {
    font-size: 0.7em;
    color: rgb(255, 251, 5);
  //  border-left: #070600 3px solid;

//    text-shadow: 0 0 1px #666666;
    text-shadow: -1px 0 black, 0 1px black

        padding: 0px 5px 0px 5px;
}



.product-category {
    margin-top: 10px;
    font-size: 0.8em;
    text-transform: uppercase;
    color: yellow;
 //   border-left: #000008 3px solid;
    padding: 0px 5px 0px 5px;
}

.product-stock {
    margin-top: 10px;
    font-size: 1em;
    text-transform: uppercase;
    color: #fbfbfb;
   // border-left: #fb044e 3px solid;
    padding: 0px 5px 0px 5px;
}


div.image .product-info img {
    width: 30px;
    height: auto;
    border: none;
}

.add-to-cart {
    float: right;
    text-align: right;
}

/* Responsive Styles */
@media screen and (min-width: 1224px) {
    div.image {
        width: 250px;
    }
}

@media screen and (min-width: 1044px) and (max-width: 1224px) {
    div.image {
        width: 250px;
    }
}

@media screen and (min-width: 845px) and (max-width: 1044px) {
    div.image {
        width: 250px;
    }
}


@media screen and (min-width: 500px) and (max-width: 1000px) {
    div.image {
        width: 250px;
    }
}


input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 2px solid #ddd;
    display: inline-flex;
}

.number-input,
.number-input * {
    // box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: #bbb;
    border: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 2rem;
    padding: 0rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 1rem;
    height: 2rem;
    font-weight: bold;
    text-align: center;
}



<link rel="preconnect"href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Mitr:wght@300&display=swap"rel="stylesheet">
<style type="text/css">body {
    font-family: 'Mitr', sans-serif;
}


body {
    background-image: url('/pix/samples/bg1.gif');
}

main {
    margin-bottom: 200%;
}

.floating-menu {
    font-family: sans-serif;
    background: yellowgreen;
    padding: 5px;
    ;
    width: 130px;
    z-index: 100;
    //position: sticky;
    // position: relative;
    position: fixed;
}

.floating-menu a,
.floating-menu h3 {
    font-size: 0.9em;
    display: block;
    margin: 0 0.5em;
    color: white;
}






{
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

.mySlides {
    display: none;
}

img {
    //vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 325px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #e5f506;
    font-size: 30px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}



body {
    background: #000405;
}

.textani {
    padding: 2em 5em;
   // font: normal 40px/50px Montserrat, sans-serif;
    color: #dadada;
}

.textani p {
    height: 55px;
    float: center;
    margin-right: 0.3em;
}

.textani b {
    float: left;
    overflow: hidden;
    position: relative;
    height: 50px;
    top: 40px;
}

.textani .innertextani {
    display: inline-block;
    color: #dadada;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;


    /*animation*/
    -webkit-animation: move 5s;
    -moz-animation: move 5s;
    -ms-animation: move 5s;
    -o-animation: move 5s;
    animation: move 5s;
    /*animation-iteration-count*/
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /*animation-delay*/
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@-webkit-keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@-moz-keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@-o-keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

.linkscroll {
    color: white;
    text-decoration: none;
}