.menu-links{
    list-style: none;
    margin: 0;
    width: 100%;
    /* display: inline-flex; */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 39px 15px;
}
.menu-links .icon-angle-down{
    display: none;
}
.menu-links > li > a{
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #444;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.content-wrap {
    padding: 80px 0 0;
}
.breadcrumb{
    position: relative !important;
    left: 24px !important;
    top: 0 !important;
    right: 0 !important;
    transform: unset;
    padding: 12px 0 !important;
}
.breadcrumb .divider{
    margin:0px;
    display: none;
}
.breadcrumb li:after {
    content: '/';
    padding: 0 5px;
    font-size: 12px;
}
.breadcrumb li:last-child:after {
    content: '';
}
.fbox-bg.fbox-center {
    height: 100%;;
}
.tp-parallax-wrap{
    right: 102px !important;
}
.tp-loop-wrap, .tp-mask-wrap{
    width: 100%;
}
.tp-caption{
    white-space: normal !important;
}
.slider-title{
    height: 3em;
    line-height: 1em !important;
    overflow: hidden;
    font-size: 46px !important;
}
.page-numbers .disabled {
    display: none;
}
.pagination-btn li{
    display: inline-block;
}
.pagination-btn li .current{
    background: #1ABC9C none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #1ABC9C;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    margin: 0 1px;
    padding: 0;
    text-align: center;
    -webkit-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    width: 40px;
    display: block;
}
.pagination-btn li a{
    background: #ececec none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #1c1e1f;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    margin: 0 1px;
    padding: 0;
    text-align: center;
    -webkit-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    width: 40px;
    display: block;
}
.stok-habis{
    background-color: #444;
}
#submitButton{
    background-color: #1ABC9C;
    color: #FFFFFF;
}
.progress{
    background-color: unset;
}

    @media (max-width: 1200px) {
    .slider-title {
        font-size: 42px !important;
    }
    .caption-left .tp-parallax-wrap {
        left: 80px !important;
    }
    }
    @media (max-width: 991px) {
    .slider-title {
        font-size: 32px !important;
    }
    .slider-button a span,.slider-button a i{
        font-size: 0.9rem !important;
    }
    }
    @media (max-width: 767px) {
    .ares.tparrows {
        min-width: unset !important;
        min-height: unset !important;
        width: 24px!important;
        height: 24px!important;
    }
    .ares.tparrows:before {
        line-height: 24px!important;
        font-size: 14px!important;
    }
    .tp-title-wrap{
        display: none!important;
    }
    .tp-caption{
        color:#FFFFFF !important;
        max-width: 100% !important;
        text-align: center !important;
    }
    .slider-tagline{
        font-size: 0.7rem !important;
    }
    .slider-title{
        font-size: 1rem !important;
        line-height: unset !important;
    }
    .slider-description{
        font-size: 0.7rem !important;
    }
    .slider-button a{
        padding:4px!important;
        font-size: 1rem!important;
        line-height: 1em!important;
        background-color: #555!important;
    }
    .slider-button a i{
        width: unset;
    }
    .slider-button a span,.slider-button a i{
        font-size: 0.9rem !important;
        color:#FFFFFF!important;
    }
    .tp-parallax-wrap,.tp-loop-wrap{
        width: 100%;
        left: 0 !important;
    }
    .caption-left .tp-parallax-wrap {
        left: 0 !important;
    }
    .tp-mask-wrap{
        width: 100%;
    }
    .social-icon {
        margin: 0 5px 5px 0;
        width: 32px;
        height: 32px;
        font-size: 1.25rem;
        line-height: 28px !important;
    }
}