@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: 5;
    src: url(../../../../wp-content/asssets/fonts/BebasNeue-Regular.woff2) format(woff2),
         url(../../../../wp-content/asssets/fonts/BebasNeue-Regular.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;
}
.container{
    display: grid;
    grid-template-columns: repeat(auto-fit, 170px);
    justify-content: center;
    align-items: center;
    
}
.item-1{
    background-color: white;
    margin: 10px;
    margin-top: 10px;
    width: 100%;
    height: 355px;
}
.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 h4{
    font-size: 15px;
    font-family: 'beba';
    font-weight: 5 ;
    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: lighter;  
    margin-left: 15px;
}

.slider{

    position: relative;

    width: 100%;

    margin: auto;

    overflow: hidden;

}

.slider img{

    width: 100%;

    height: 450px;

    display: none;

    object-fit: cover;

    margin: auto;

}

img.displaySlide{

    display: block;
/*
    animation-name: fade;

    animation-duration: 1.5s;*/

}

.slider button{

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    font-size: 2rem;

    padding: 10px 15px;

    background-color: hsla(0, 0%, 0%, 0.5);

    color: white;

    border: none;

    cursor: pointer;

}

.prev{

    left: 0;

}

.next{

    right: 0;

}

@keyframes fade {

    from {opacity: .5}

    to {opacity: 1}

}
.button{
    font-family: 'beba';
}