@font-face {
    font-family: 'beba';
    font-weight: bold;
    src: url(../../../wp-content/asssets/fonts/BebasNeue-Bold.woff2) format(woff2),
         url(../../../wp-content/asssets/fonts/BebasNeue-Bold.woff) format(woff);
}
@font-face {
    font-family: 'beba';
    font-weight: light;
    src: url(../../../wp-content/asssets/fonts/BebasNeue-Light.woff2) format(woff2),
         url(../../../wp-content/asssets/fonts/BebasNeue-Light.woff) format(woff);
}
@font-face {
    font-family: 'beba';
    font-weight: 'regular';
    src: url(../../../wp-content/asssets/fonts/BebasNeue-Regular.woff2) format(woff2),
         url(../../../wp-content/asssets/fonts/BebasNeue-Light.woff) format(woff);
}
.strike { text-decoration: line-through;}
body{
    background-color: white;
    margin: 0;
}
.main img{
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;   
    place-items: center;
    margin: auto;
    color: grey;
}
.main {
    background-color: white;
    color: white;
    width: 100%;
    height: 60px;
    margin-top: 0;
    text-align: center;
}
.dropdown h1{
    font-family: 'beba';
    margin-left: 10px;
}
.content{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
   
}
.content h1{
    font-family: 'beba';
    font-size:20px;
    display: inline-block;
    margin-left: 30px;
    
}
/* container section */
.container{
    display: grid;
    grid-template-columns: repeat(auto-fit, 170px);
    gap: 8px;
    justify-content: center;
    align-items: center;
    
}
.item-1{
    background-color: white;
    margin: auto;
    margin-top: 10px;
    width: 170px;
    height: 355px;
    text-align: center;   
}
.item-1 img{
    width: 100%;
    height:60%; 
    object-fit: cover;
    /*border-top-right-radius: 10px;
    border-top-left-radius: 10px; */
}
.item-1 h1{
    font-size: 20px;
    font-family: 'beba';
}
.item-1 h2{
    font-size: 15px;
    font-family: 'beba';
    font-weight: lighter;
}
.item-1 h3{
    font-size: 10px;
    font-family: 'beba';
    font-weight: lighter;
    text-align: left;
}
.item-1 button{
    background-color: lightblue;
    border-radius: 10px;
    border: none;
}
.item-1 button:hover{
    background-color:rgb(30, 30, 184);
}
.item-1 button:active{
    opacity: 0.6;
}
.hot-selling h4 {
    font-family: 'beba';
    font-weight: bold;  
    margin-left: 15px;
}
.previous-next {
    display: inline-block;
    justify-content: space-between;
    margin: 20px 30px;
    margin-top: 20px;
    font-family: "";
}
.previous-next a {
    text-decoration: none;
    padding:8px 16px;
}
.previous{
     background-color: #f1f1f1;
  color: black;
}
.next {
  background-color: black;
  color: white;
}

.round {
  border-radius: 50%;
}