html, body {
    overflow-x: hidden;
    height: 100%;
    background: #f0f2f6;
}
.fixed-bottom p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #fff;
}

.fixed-bottom p a {
    color: #ffd504;
    font-weight: 700;
}
.slick-track,a.slick-slide.slick-current.slick-active {
    width: 100% !important;
}
.toplogo{
    display: flex;
    align-items: center;
    color: #393f45;
    font-size: 14px;
}
.toplogo img{margin-right: 10px;}

.prditem .price {
    font-size: 15px;
}

.cateitem,.cateitem:focus {
    height: 150px;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: end;
    color: #fff!important;
    padding: 4px 10px;
    position: relative;
}
.cateitem:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
}
.cateitem h3{font-size: 18px; position: relative; z-index: 9;}
.near_item {
    min-height: 148px;
}
.osahan-banner .title_sign {
    background: #00000040;
    opacity: 1!important;
}
.osahan-banner * {
    font-weight: bolder;
    opacity: 1 !important;
    color: #fff !important;
    font-size: 14px;
}
.osahan-banner h1 {
    font-size: 25px;
}