@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
body{
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.wrap, .panel, hr{
    border: 1px solid rgba(228,228,228,255);
}

.wrap{
    width: 1200px;
    height: 500px;
    flex-direction: row;
    margin: auto;
    position: relative;
    margin-top: 75px;
}
.swiper{
    overflow-y: visible !important;
    z-index: 2;
}
.panel{
    width: 25%;
    height: 500px !important;
    box-sizing: border-box;
    position: relative;
    align-items: stretch;
    overflow: visible !important;
    z-index: 1;
}
.categor{
    height: 90px;
    line-height: 90px;
    margin-top: 10px;
    text-align: center;
}
a{
    text-decoration: none;
}
.categor a{
    color: rgba(133,139,146,255);
    font-size: 20px;
}

hr{
    width: 90%;
}
.pic, .prod{
    margin: 25px 0;
}
.costs{
    height: 50px;
    font-size: 18px;
}
.prod a{
    font-size: 19px;
}
.prod a, .prod, .prod a:hover{
    color:rgba(6,157,226,255);
}
img {
    height: 150px;
}

.old-price{
    text-decoration: line-through;
    font-size: 14px;
}
.btn{
    width: 180px;
    height: 50px;
    background-color: beige;
    margin: auto;
}

.soon{
    background-color: rgba(204,51,153,255);
    color: white;
    pointer-events: none;
}
.avl{
    background-color: rgba(240,229,36,255);

}
.avl{
    color:black;
}
.soon a, .note{
    color: white;
    
}
.b{
    font-weight: bold;
}
.swipe{
    position: absolute;
    top: 93px;
    font-size: 26px;
    line-height: 30px;
    width: 30px;
    color: rgba(216,216,216,255);
    border: 2px solid rgba(216,216,216,255);
    border-radius: 100%;
    background-color: white;
    z-index: 10;
    cursor: pointer;
}
.rightsw{
    right: -15px;
}
.leftsw{
    left: -15px;
}
.note {
    position: absolute;
    height: 70px;
    width: 70px;
    font-size: 13px;
    border-radius: 100%;
    right: 5px;
    top: -30px;

}
.note, .btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hit{
    background-color: rgb(0, 123, 255);
}
.new{
    background-color: rgb(82, 135, 3);  
}
.bold{
    font-weight: bold;
}
.prod{
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-overflow: ellipsis;
}
.prod a:hover{
    text-decoration: underline;
}

#shoppingCart{
    top: 20px;
    right: 20px;
    padding: 15px;
}
.shopping-cart-img{
    width: 100%;
    height: 100%;
}
.cart-item-count{
    width: 40px;
    height: 40px;
    background-color: green;
    font-size: 30px;
    line-height: 40px;
    border-radius: 100%;
    position: absolute;
    right: -10px;
    top: 5px;
}