.indexButton{
    height: 100%;
    left: calc(50% - 35px);
    position: absolute;
    z-index: 9000
}

.productInfo{
    width: auto;
    margin-top: 30px;
    margin-left: 50px;
    font-size: 18px;
    font-family: Roboto;
    max-width: 30vw;
}

.productImage{
    height: 100%;
    max-height: 25vw;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: inline;
    float: left;
}

.defaultText{
    font-size: 17px;
    font-family: Roboto;
}

.branding{
    font-size: 25px;
    font-family: Kanit Light;
}

.branding.foot{
    margin-top: 250px;
    margin-left: 50%;
    color:rgb(255, 255, 255);
    transform: translateX(-50%);
    display: inline-block;
}

.bannerMark{
    width: 1000px;
    top: 200px;
    left: 100px;
    font-size: 20px;
    font-family: Pro League;
    color: rgb(255, 255, 255);
    position: absolute;
}

.bannerText{
    width: 100%;
    top: 150px;
    font-size: 20px;
    font-family: Pro League;
    text-align: center;
    position: absolute;
}

.bannerLine{
    width: 80%;
    height: 2px;
    top: 70px;
    left: 10%;
    background: rgb(100, 100, 100);
    position: absolute;
}

.displayHead{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-family: Roboto;
    color:rgb(255, 255, 255);
    text-align: center;
    position: relative;
    display: block;
}

.display{
    height: 80%;
    width: 90%;
    top: 100px;
    left: 5%;
    position: relative;
    overflow: hidden;
    background:rgb(250, 250, 250);
    overflow-y: auto;
}

.footer{
    height: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background:rgb(30, 30, 30);
    z-index: 3;
}

.rightProduct{
    display: flex;
    flex-wrap: wrap;
}

.leftProduct{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    float: left;
    max-width: 50%;
}

.previews{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}

.previewImage{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.previewText{
    top: calc(-100% - 3px);
    padding: 3px;
    font-size: 13px;
    font-family: Roboto Medium;
    background-color:rgb(250, 250, 250);
    position: relative;
}

.selectButton{
    height: 100%;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
}

.stockText{
    height: 100%;
    width: 0;
    top: -20%;
    font-size: 11px;
    font-family: Roboto;
    color:rgb(150, 0, 0);
    display: inline-block;
    white-space: nowrap;
    position: relative;
}

.selectText{
    height: 100%;
    width: 100%;
    margin-top: 1px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
}

body{
    padding: 0;
    margin: 0;
    height: 10000px;
}

p{
    padding: 0;
    margin: 0;
    word-break: normal;
}

li{
    margin-bottom: 3px;
}

img{
    padding: 0;
    margin: 0;
    animation-fill-mode: forwards;
}

.top{
    height: 70px;
    width: 100%;
    background: rgb(250, 250, 250);
    position: relative;
    width: 100%;
    position: fixed;
    z-index: 77;
}

.logo{
    height: 50px;
    width: 500px;
    background-image: url("images/logo.PNG");
    left: calc(50% - 12.5);
    object-fit: fill;
    position: absolute;
}

.shadow{
    height: 10px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    position: absolute;
}

.ribbon{
    height: 0;
	width: calc(50% - 15px);
    left: 25%;
	border-top: 30px solid rgb(221, 195, 139);
	border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: fixed;
    z-index: 5;
}

.ribbonText{
    left: calc(50% - 177px);
    top: -23px;
    font-size: 17px;
    font-family: Roboto Medium;
    position: relative
}

.cart{
    height: 40px;
    width: 50%;
    left: 25%;
    border-radius: 5px;
    background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
    position: relative;
}

.addToCart{
    width: 100%;
    top: calc(50% - 10px);
    color: rgb(255, 255, 255);
    text-align: center;
    display: inline-block;
    position: relative;
}

.specs{
    top: -24px;
    margin-top: 2px;
    margin-left: 5px;
    font-family: Roboto;
    color:rgb(250, 250, 250);
    position: relative;
    z-index: 2;
}

.specsBar{
    border-top: 24px
    solid rgb(0, 0, 0);
    border-right: 10px solid transparent;
    height: 0; width: 100%;
    position: relative;
}

.productGradient{
    height: 100%;
    width: 100%;
    top: calc(-100% - 3px);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    opacity: 0;
    position: relative;
}

.contacts{
    height: 0;
	width: 150px;
	border-top: 25px solid rgb(250, 250, 250);
	border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    position: absolute;
    z-index: -1;
}

.productGrid{
    height: 0px;
    width: 90%;
    left: 5%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-rows: repeat(10, 500px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    position: relative;
}

.previewGrid{
    width: calc(100% - 190px);
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 140px);
    grid-template-rows: repeat(1, auto);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.selectGrid{
    height: 0px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: repeat(10, fit-content(777px));
    grid-template-rows: repeat(auto-fit, 25px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    border-radius: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
    border-radius: 5px;
	background-color: rgb(70, 70, 70);
    background-image: -webkit-linear-gradient(45deg,
    rgba(255, 255, 255, .1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .1) 50%,
    rgba(255, 255, 255, .1) 75%,
    transparent 75%,
    transparent)
}

@font-face{
    font-family: "Roboto";
    src: url("fonts/Roboto-Regular.ttf");
}

@font-face{
    font-family: "Roboto Medium";
    src: url("fonts/Roboto-Medium.ttf");
}

@font-face{
    font-family: "Pro League";
    src: url("fonts/Pro League-Regular.otf");
}

@font-face{
    font-family: "Kanit Light";
    src: url("fonts/Kanit-Light.ttf");
}