
@font-face {
    font-family: RacingSans;
    src: url(https://ruko.s3-ap-southeast-1.amazonaws.com/rumahkomunitas.com/fonts/RacingSansOne-Regular.ttf);
}

@font-face {
    font-family: SourceSansPro;
    font-weight: bold;
    src: url(https://ruko.s3-ap-southeast-1.amazonaws.com/rumahkomunitas.com/fonts/SourceSansPro-Bold.ttf);
}

@font-face {
    font-family: SourceSansPro;
    font-weight: lighter;
    src: url(https://ruko.s3-ap-southeast-1.amazonaws.com/rumahkomunitas.com/fonts/SourceSansPro-Light.ttf);
}

@font-face {
    font-family: SourceSansPro;
    font-weight: normal;
    src: url(https://ruko.s3-ap-southeast-1.amazonaws.com/rumahkomunitas.com/fonts/SourceSansPro-Regular.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.font-RacingSans {
    font-family: RacingSans;
}
.anti-container {
    margin-left: -15px;
    margin-right: -15px;
}
.super-anti-container {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.super-anti-container.sac-60 {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}
.countdown .wrapper-timer {
    background: #d40808;
    color: white;
    border-radius: 25px;
    padding: 15px 25px;
}
.countdown .wrapper-timer .time {
    display: flex;
    font-size: 35px;
    font-weight: 600;
}
.countdown .wrapper-timer .time span{
    display: block;
    width: 70px;
    line-height: 1.1;
    text-align: center;
}
.countdown .wrapper-timer .label {
    display: flex;
    font-size: 20px;
    font-weight: 500;
}
.countdown .wrapper-timer .label span{
    display: block;
    width: 70px;
    text-align: center;
}

.flash-sale-floating {
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: .25s;
    pointer-events: all;
    cursor: pointer;
    z-index: 9999;
}
.flash-sale-floating .wrapper-timer {
    background: #d40808;
    color: white;
    border-radius: 25px;
    padding: 15px 25px;
}
.flash-sale-floating .wrapper-timer .time {
    display: flex;
    font-size: 24px;
    font-weight: 600;
}
.flash-sale-floating .wrapper-timer .time span{
    display: block;
    width: 50px;
    line-height: 1.1;
    text-align: center;
}
.flash-sale-floating .wrapper-timer .label {
    display: flex;
    font-size: 12px;
    font-weight: 500;
}
.flash-sale-floating .wrapper-timer .label span{
    display: block;
    width: 50px;
    text-align: center;
}
.wrapper-img {
    position: relative;
}
.img-cls {
    position: absolute;
    top: 0;
    left: 0;
}
.anti-cls.ratio-1-1 {
    width: 100%;
    padding-top: 100%;
}
.anti-cls.ratio-2-3{
    width: 100%;
    padding-top: 150%;
}
.flash-sale-floating .wrapper-img img{
    width: 150px;
}
.flash-sale-floating.hide {
    bottom: -100px;
}

#modal-flashsale .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    opacity: 1;
}

.search-bar-wrapper .input-group {
    position: relative;
}
.search-bar-wrapper .input-group .input-group-append {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
#search-bar {
    min-width: 345px;
    border-radius: 25px;
    padding-right: 25px;
}
.btn-search-bar {
    color:black;
    text-decoration: none !important;
    border: none;
    background: none;
}
.svg .sablon{
    transition: .25s;
}

.list-bank {
    background: white;
    padding: 10px;
    border-radius: 10px;
}
.floating-share {
    z-index: 99999;
}
.tooltip-navbar {
    background: #040404;
    font-family: "SourceSansPro";
    padding: 5px 15px;
}
@media only screen and (max-width: 600px) {
    .list-bank {
        background: white;
        padding: 5px;
        border-radius: 5px;
    }
    .top-right-menu {
        width:50%;
    }
    .top-right-menu.active{
        left: 0;
        right: unset;
    }
    .flash-sale-floating {
        position: fixed;
        bottom: 72px;
        left: 15px;
        transition: .25s;
        pointer-events: all;
        cursor: pointer;
    }
    .flash-sale-floating .wrapper-timer {
        background: #d40808;
        color: white;
        border-radius: 25px;
        padding: 5px 15px;
    }
    .flash-sale-floating .wrapper-timer .time {
        display: flex;
        font-size: 16px;
        font-weight: 600;
    }
    .flash-sale-floating .wrapper-timer .time span{
        display: block;
        width: 35px;
        line-height: 1.1;
        text-align: center;
    }
    .flash-sale-floating .wrapper-timer .label {
        display: flex;
        font-size: 8px;
        font-weight: 500;
    }
    .flash-sale-floating .wrapper-timer .label span{
        display: block;
        width: 35px;
        text-align: center;
    }
    .flash-sale-floating .wrapper-img img{
        width: calc(35px * 3);
    }
    .flash-sale-floating.hide {
        bottom: -100px;
    }
    .bottom-navbar div .menu a {
        text-decoration: none !important;
    }
    .bottom-navbar div .menu:nth-child(3) * {
        color: #707070;
    }
    .bottom-navbar div .menu:nth-child(4) * {
        color: #00ca06;
    }
    .search-bar-mobile {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        padding: 10px 15px;
        background: white;
        transition: .25s;
    }
    .search-bar-mobile .input-group {
        position: relative;
    }
    #search-bar {
        min-width: inherit;
    }
    .search-bar-mobile .input-group .input-group-append {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }
    .search-bar-mobile.active {
        bottom: 62px;
    }
}