@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@100;200;300;400;500;700&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    background: #f6f6f6;
}
#container{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;;
}
.image{
    width: 40%;
    height: 60%;
    background-image: url('../img/image-01.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*TEXTS HOW TITLE OF PRODUCT AND DESCRIPTION OF PRODUCT*/
.texts{
    width: 40%;
    height:20%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
}
.first_title{
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
    font-weight: 700;
    margin-top: -30%;
   
}
.text_about_sneaker{
    width: 40%;
    height:20%;
    position: absolute;
    margin-top: -7%;
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
}
/*SNEAKER SIZE*/
.sizes_of_sneaker{
    width: 10%;
    height: 30%;
    position: absolute;
    margin-left: 4%;
    margin-top: -12%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
ul, li, a{
    list-style: none;
    text-decoration: none;
    padding: 4px;
}
li{
    margin-bottom: 30%;
    border-style: solid;
    border-color: #000;
    color: #000;
}
/*BUTTONS OF THE BUY*/
#buttons{
    width: 40%;
    height: 10%;
    margin-left: 50%;
    margin-top: 31%;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.cart{
    width: 55%;
    display: flex;
    height: 50%;
    color: #fff;
    background: #000;
    border-color: #000;
    border-style: solid;
    text-align: -webkit-center;
    border-radius: 100px 100px 100px 100px;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.pet{
    width: 55%;
    display: flex;
    height: 50%;
    color: #000;
    margin-left: 14%;
    border-style: solid;
    text-align: -webkit-center;
    border-radius: 100px 100px 100px 100px;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
}
/*COLOR OF SNEAKERS*/
.color_sneakers{
    width: 30%;
    height: 11%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    margin-top: 15%;
    margin-left: 40%;
    align-items: center;
    justify-content: flex-start;
}
.black{
    width: 15%;
    height: 89%;
    background: url(../icon/icon-07.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.white{
    width: 15%;
    height: 89%;
    margin-left: 8%;
    background: url(../icon/icon-08.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*
    
    
 ____      ____  _____    _____      ___  ____    ________   _______     
|_  _|    |_  _||_   _|  |_   _|    |_  ||_  _|  |_   __  | |_   __ \    
  \ \  /\  / /    | |      | |        | |_/ /      | |_ \_|   | |__) |   
   \ \/  \/ /     | |      | |   _    |  __'.      |  _| _    |  __ /    
    \  /\  /     _| |_    _| |__/ |  _| |  \ \_   _| |__/ |  _| |  \ \_  
     \/  \/     |_____|  |________| |____||____| |________| |____| |___| 
                                                                         
   
*/