@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 55 Roman'), url('../fonts/AvenirLTStd-Roman.woff') format('woff');
}
@keyframes loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
}
::-webkit-scrollbar{
    background-color: #fff;
    width:3px;
}
::-webkit-scrollbar-track{
    background-color: #fff;
}
::-webkit-scrollbar-thumb{
    border-radius:5px;
}
body{
    margin: 0;
    padding: 0px;
}
p, span, a{
    /*font-family: 'Poppins', sans-serif;*/
}
h6, h5, h4, h3, h2, h1{
    /*font-family:'Avenir LT Std 55 Roman';*/
}
.title-content{
    font-size: 1.5rem;
}
.bg-white{
    background-color: #fff;
}
.img-small{
    width: 135px;
}
.slick-slide {
    padding: 10px;
}
.title{
    font-size:1rem;
    line-height: 1.25;
}
.special-price{
    font-size: 1rem;
    color: #f9a919;
}
.loadmore{
    font-size: 12px;
    color: #777;
}

.col-product{
    flex: 0 0 18.9%;
    max-width: 18.9%;
    border:1px solid #eaeaea;
}
.col-product:hover{
    box-shadow: 0 0 10px #eaeaea;
}
.no-padding{
    padding-left: -15px;
    padding-right: -15px;
}

.table-cart-alert .description{
    line-height: 1;
}
/**** Bestseller ****/
.bestseller{
    margin-bottom: 30px;
}
.bestseller-product .slick-initialized .slick-slide{
    width: 250px;
}
.bestseller{
    height: auto;
}
.bestseller-product{  
    box-shadow: 1px 1px 3px #eaeaea;
}
.bestseller-product .banner-promo-sm{
    height: 100%;
    width: 100%;
    display: 'block'; 
}
/**** End Bestseller ****/
/**** Product Slick ****/
.product-slick{
    text-align: center;
}
.product-slick img{
    margin:0 auto;
}
.product-slick-info .title{
    font-size:1rem;
    height: 40px;
    overflow: hidden;
}
.product-slick-info{
    position: relative;
    text-align: left;
}
.product-slick-info .special-price
{
    display: block;
    width: 100%;
    line-height: 1;
}
/**** End Product Slick ****/
@media(max-width:992px){
    .col-product{
        flex: 0 0 23.5%;
        max-width: 23.5%;
    }
}
@media(max-width:768px){
    .col-product{
        flex: 0 0 31.4%;
        max-width: 31.4%;
    }
}
@media(max-width:576px){
    .col-product{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.banner_mobile{
    margin:10px auto;
    padding: 10px;
}
.gender-option{
    margin-bottom: 30px;
}
/***** product-gender *****/
@media(max-width:992px){
    .gender-option .container{
        max-width:100%;
    }
}
    .gender-option .card-header .title{
        position: absolute;
        left: 0;
        top: 0;
        padding:5px 10px;
        background: #EA2027;
        color: #fff;
        border-bottom-right-radius: 20px;
    }
.gender-option .card-header{
    background-color: unset;
    border:unset;
}
.product-gender{
    min-height: 250px;
    margin:0 auto;
    padding:0px 10px;
}
.product-gender .row{
    padding: 0px 20px;
}
.product-gender-item{
    padding: 10px;
}
@media(max-width:576px){
    .product-gender-item{
        text-align:center;
    }
}
.product-gender-item img{
    width: 150px;
    margin: 10px auto;
}
@media(max-width:576px){
    .product-gender-item img{
        width: 50%;
    }
}
.product-gender-item-info{
    line-height: 1;
}
    .product-gender-item-info span{
        width: 100%;
        display: block;
    }
    .product-gender-item-info .title{
        font-size:1rem;
        height: 35px;
        margin-bottom: 10px;
        overflow: hidden;
    }
/**** end product gender *****/
.page{
    display: none !important;
    position: absolute;
    font-size: 1.5rem;
    z-index: 1000;
    top: 35%;
}
.bestseller-product:hover .page.prev,
.bestseller-product:hover .page.next{
    display: block !important;
}
.page.prev{
    background: #eaeaea;
    padding: 10px;
    left: 15px;
    transition: 0.9s;
}
.page.next{
    background: #eaeaea;
    padding: 10px;
    right: 15px;
    transition: 0.9s;
}
/* newarrival */
.newarrival{
    margin-top:10px;
    margin-bottom:30px;
}
/* end newarrival */
/* productbox */
.productbox{
    background: #ffffff;
    display:grid;
    grid-template-columns: 80% 20%;
    height: 350px;
    overflow: hidden;
}
.productbox .image{
    width: 175px !important;
    margin: 0 auto;
}
.product-desc{
    position: relative;
}
.product-desc .special-price,
.product-desc .price{
    width:100%;
    display: block;
}
/* end productbox */
/***** Cardbox *****/
.product-box{
    height: auto;
    margin-bottom: 30px;
    color: #777;
}
@media(max-width:992px){
    .product-box .container{
        max-width: 100%;
    }
}
.product-box .slick-list{
    width: 900px;
}

    .product-box h2{
        margin-bottom:0;
    }
    
/***** End Cardbox *****/

/***** promotions *****/
.promotions{
    height: auto;
    margin-bottom: 30px;
}
@media(max-width:992px){
    .promotions .container{
        max-width: 100%;
    }
}
    .promotions .promo-banner img{
        height: 450px;
        width: 33.3%;
        object-fit: cover;
        margin-left: -5px;
    }
    .promotions .promo-banner img:first-child{
        margin-left: 0px;
    }
.list-promo{
    height: 450px;
    padding: 20px 20px 20px 0px;
    overflow-y: scroll;
    background: #fff;
}
.list-promo img{
    height: 100px;
}
.promotions .special-price{
    display: block;
    width: 100%;
}
.promotions .text{
    background: #eee;
    width: 100%;
    padding: 5px;
    text-align: center;
}
.three_banner_mobile{
    margin: 15px 0;
    height: 200px;
    overflow: hidden;
}
.media-list{
    width: 100%
}
@media(max-width:768px){
    .media-list{
        float: left;
        width: 50%;
        padding:0px 15px;
    }
}
@media(max-width:500px){
    .media-list{
        float: unset;
        width: 100%;
    }
}
/***** end promotions *****/
/* POPULAR */
.populars{
    margin-bottom: 30px;
}
.slick-populars{
    background: #fff;
    padding: 10px 0px;
    box-shadow: 1px 1px 2px #9c9c9c;
}
/* POPULAR */
.owl-carousel .owl-dots{
    position: absolute;
    bottom: 30px;
    left: 25%;
    right: 25%;
}
.owl-carousel .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 0;
    display: block !important;
    border:0px solid black;
}

.owl-carousel .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 25%;
    bottom: 25%;
    right: 0;
    display: block !important;
    border:0px solid black;
}
.owl-carousel .owl-prev i, 
.owl-carousel .owl-next i {
    transform : scale(1,6); 
    color: #ccc;
}
.owl-nav button span{
    font-size: 50px;
}
/** recommended-product **/
.recommended-product{
    background: #fff;
    padding: 10px 0px;
    margin-bottom: 30px;
}
.recommended-product .row{
    margin-left: 0;
    margin-right: 0;
    padding: 0px 15px;
}
.recommended-product .thumb{
    width: 100%;
    margin:10px auto;
}
.img-product{
    position: relative;
    text-align: center;
}
.img-product .image_hover{
    display: none;
    position: absolute;
    top: 0;
    left:0;
    transition: opacity 1s ease-in-out;
}
.img-product:hover .image_hover{
    display: inline-block;
}
.img-soldout{
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color:#fff;
    padding: 3px 10px;
    top:0;
    left:0;
    border-radius: 5px;
}
@media (max-width:768px){
    .recommended-product .container{
        width:100%;
        max-width:unset;
    }
}
@media (max-width:576px){
    .img-product{
        float:left;
    }
    .recommended-product .thumb{
        width: 150px;
        height:auto;
    }
    .info-product{
        margin-top: 20px;
    }
}
.recommended-product .loadmore{    
    margin:15px auto;
}
.item-product{
    margin-bottom: 20px;
    margin:5px;
}
.info-product{
    position: relative;
    margin-top: 20px;
    padding:0 15px;
}
.info-product p{
    line-height: 1;
    margin-bottom: 0;
}
.info-product .name{
    font-size:1rem;
    overflow: hidden;
    height: 33px;
}
.short-info{
    margin-bottom:10px !important;
}
.info-product .special_price{
    color: #f9a919;
    font-size: 1rem;
    display: block;
    width:100%;
}
.text_discount{
    position: absolute;
    right: 5px;
    bottom: 10px;
    text-align: right;  
    color:#fff;
    background:#ff0000;
    padding-right: 4px;
    width: 50px;
    border-radius: 2px;
    clip-path: polygon(100% 0, 100% 47%, 100% 100%, 33% 100%, 0% 50%, 32% 0);
}
/** end recommended-product **/
/***** HOME *****/
.home{
    background: #fafafa;
    padding: 20px 0px;
}
.banner div img{
    border-radius: 10px;
}

.promo-banners{
    background: #ffffff;
    display:grid;
    grid-template-columns: 250px 250px 250px 1fr;
    height: 363px;
}
@media (min-width:992px) and (max-width:1380px){
    .promo-banner{
        grid-template-columns: 200px 200px 200px 1fr;
        height: 300px;
    }
}
@media (min-width:768px) and (max-width:992px){
    .promo-banners{
        grid-template-columns: 175px 175px 175px 1fr;
        height: 260px;
    }
}
.desc-promo{
    padding: 0px 20px;
    overflow-y: scroll;
}
.desc-promo .media{
    flex-wrap: wrap;
}
.desc-promo .media-body{
    line-height: 1;
}
.desc-promo h5{
    line-height: 1;
}
.desc-promo .text{
    margin-top: 10px;
    padding: 10px;
    background-color: #eaeaea;
    display: block;
    width: 100%;
}
.promo-banner{
    margin: 0 auto;
    background-color: #fff;
}
.promo-banner img:last-child{
    margin-right: 0;
}
.best-seller .product{
    display: flex;
}
.best-seller .cardbox{
    background: #fff;
}
.brand-list{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.brand-list li:last-child{
    margin-right: 0;
    margin-bottom: 0;
}
.news{
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
}
@media (max-width:992px){
    .news .container{
        max-width: 100%;
    }
}
.news .author{
    margin: 5px 0px 20px 0px;
    overflow: hidden;
    height: 55px;
}
.news .author{
    height: auto;
    margin-bottom: 15px;
}
.news .short-desc{
    height: 90px;
    overflow: hidden;
}
.services{
    background: #fff;
    padding: 0px 20px;
    margin-bottom: 30px;
}
/***** BANNER *****/
.services .title{
    font-size:20px;
    text-align: center;
}
.service-list li:last-child{
    margin-right: 0;
}
.services .info-services{
    line-height: 1.5;
}
.services .info-services h3{
    margin-bottom: 5px;
    height: 50px;
    overflow: hidden;
}
@media (max-width:992px){
    .services .container{
        max-width: 100%;
    }
}
@media (max-width:576px){
    .services .info-services h3{
        height: auto;
    }
}
.services .safe{
    background: url("https://s0.bukalapak.com/images/desktop/benefits/jaminan.png") no-repeat;
    height: 65px;
    width: 65px;
    margin: 15px auto;
}
.services .payment{
    background: url("https://s0.bukalapak.com/images/desktop/benefits/bukadompet.png") no-repeat;
    height: 65px;
    width: 65px;
    margin: 15px auto;
}
.services .support{
    background: url("https://s0.bukalapak.com/images/desktop/benefits/cs.png") no-repeat;
    height: 65px;
    width: 65px;
    margin: 15px auto;
}
.services .shipping{
    background: url("https://s0.bukalapak.com/images/desktop/benefits/pengiriman.png") no-repeat;
    height: 65px;
    width: 65px;
    margin: 15px auto;
}
/***** END HOME *****/
.card{
    border-color: #eaeaea;
    border-radius: none;
}
.card-header{
    border-color: #eaeaea;
    border-radius: none;
}
.box_list{
    position: relative;
}
.icon-circle{
    padding:5px;
    background-color: #EA2027;
    color: #fff;
}
.soldout{
    background: rgba(227, 227, 227, 0.8);
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
}
.cart-img{
    position: relative;
}
.cart-img>.box-img{
    position: absolute;
    bottom: 20px;
}
.box-img{
    position: relative;
}
.box-img>.soldout{
    position: absolute;
    right: 40%;
    bottom: 20px;
}
.page-slick-slider .prev, 
.page-slick-slider .next{
    position: absolute;
    font-size: 20px;
}
.card-payment{
    margin-top:10px !important;
}
.card-payment .card-body{
    padding: 0;
}
.card-product-content{
    padding:10px 25px;
}
.card-product-content>.product-list:first-child{
    padding-top:20px;
}
.card-product-content>.product-list{
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f4f5;
    padding-bottom:20px
}
.card-product-content>.product-list:last-child{
    padding-bottom:0px;
    border:none;
}
.page-slick-slider .prev{
    left: 0;
    top: 45%;
}
.page-slick-slider .next{
    right: 0;
    top: 45%;
}
/* NEWSLETTER */
#newsletter-popup{
    width: 600px !important;
    height: 450px !important;
    overflow: hidden !important;
    max-height: none;
}

#newsletter-popup #newsletter-window{
    width: 600px !important;
    height: 450px !important;
}
.newsletter-close{
    color:#fff !important;
}
@media (max-width: 992px) {
    #newsletter-popup{
        width: auto !important;
        height: auto !important;
    }

    #newsletter-popup #newsletter-window{
        width: 100% !important;
        height: auto !important;
    }
}
.modal-content{
    height: auto !important;
}
.modal-confirmation{    
  top: 30%;
}
.modal-confirmation .modal-header{
    height:30px;
    padding:5px 15px;
    margin: 0;
    background-color: #eaeaea;
    line-height:20px;
}
.modal-confirmation .modal-header h4{
    font-size:14px;
}
.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(.5);
    transform: translate(0,0)scale(.5);
    transition-duration: .1s;
}
.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(1);
    transform: translate(0,0)scale(1);
    transition-duration: .1s;
}
.loading_proc{
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.loading_proc.show{
    display: block;
}
.loading_proc .loading-process{
    display: none;
    font-size: 26px;
    top: 45%;
    left: 45%;
    position: absolute;
}

.loading_proc .loading-process.show{
    display: block;
}
/** CART **/


.breadcrumb-cart{
    padding: 5px 20px;
}
.cart-page{
    position: relative;
    background: #f5f5f5;
    padding: 5px 0px;
}
.cart-wrap{
    margin: 10px 0;
    padding: 10px 20px;
    min-height: 300px;
    display: block;
}
.cart-list{
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0px;
    padding: 5px 10px;
}
.cart-list:last-child{
    border-bottom: none;
}
.cart-info.proccess{
    opacity: .5;
    pointer-events: none;
    position: relative;
}
.cart-info-transaction>div>div>.cart-total-price{
    text-align: right !important;
}
.link-delete-cart{
    position: absolute;
    top:25px;
    right: 20px;
}
@media (min-width: 992px) {
    .link-delete-cart{
        position: relative;
        top: 0;
        right: 0;
        margin: 10px 0 0 10px;
        float: left;
    }
}
.product-quantity{
    float: left;
}
.info-subtotal{
    width: 80%;
}
@media (min-width: 768px) and (max-width:991px) {
    .cart-info-transaction>div>div>.cart-total-price{
        text-align: left !important;
    }
    .product-quantity{
        margin: 10px 0;
    }
}
@media(max-width:768px){
    .product-quantity{
        margin: 10px 0;
    }
    .to-payment-mobile{
        height: 120px;
        position: absolute;
        bottom: 0;
        background: #fff;
        z-index: 999999;
        width: 100%;
        padding: 20px;
        float: left;
    }
}
.loading-proccess{
    display: none;
    position: relative;
    font-size: 30px;
    margin: 20px auto;
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.loading-proccess-sm{
    font-size:12px;
}
.loading-proccess.show{
    display: block;
}
/** END CART **/
/** CHECKOUT **/
.card-shopping .card-body .total{
    margin: 0;
    padding: 10px 20px;
    display: inline-grid;
    width: 100%;
    height: auto;
    position: relative;
}

.card-shopping .card-body .total .loading{
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.card-shopping .card-body .total .loading .loading{
    background: none;
    position: absolute;
    left: 40%;
    top: 35%;
    font-size: 30px;
    width:30px;
    height: 30px;
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.card-shopping .card-body .total .loading.show{
    display: block;
}

.card-shopping .card-body .total hr{
    margin: 15px 0;
}
.card-shopping .card-body .extra-gift{
    padding: 15px 20px;
}
.card-shopping .card-body .total .title{
    float: left;
}
.card-shopping .card-body .total .number{
    float: right;
}
.extra-gift{
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    line-height: 0.5;
}
.extra-gift a{
    display: block;
}
.extra-gift .row ul{
    width: 100%;
    display: inherit;
    padding: 0px 20px;
    margin-bottom: 0px !important;
}
.extra-gift ul li{
    margin-right: 10px;
}
.extra-gift ul li .icon{
    font-size: 10px;
}
.form-coupon{
    display: block;
    margin: 10px 0px;
}
.benefit{
    border-top:1px solid #eaeaea;
    padding:0px 20px;
    line-height: 1.25;
}
.wrap-coupon{
    width:100%;
    padding:0px 20px;
    margin: 20px 0px 10px 0px;
}
.wrap-coupon.extra-gift{
    padding: 15px 20px !important;
}
.wrap-coupon a{
    color: #777;
    text-decoration: underline;
}
.btn-submit-coupon{
    border: 1px solid #eaeaea;
    background: #eaeaea;
}
.btn-submit-coupon:hover{
    background:#a3a2a2 !important;
    border: 1px solid #a3a2a2;
}
.product-cart-list{
    padding:10px 20px;
}

.card-header h4{
    margin-bottom: 0 !important;
}
.snk{
    list-style-type: circle;
    padding: 0px 20px;
    border: none;
}
.list-payment li{
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #eaeaea;
}
.list-payment li a{
    display: block;
    width: 100%;
    padding: 15px 20px;
}
.list-payment li a:hover,
.list-payment li a.active
{
    color: inherit;
    background-color: #eaeaea;
}
.list-payment li:last-child{
    border-bottom:none;
}
.info-checkout {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
    height: auto;
    padding:5px;
    border: 1px solid #eaeaea;
}
.info-checkout ul li .info-total{
    padding:10px 15px;
}
.info-checkout ul li .info-total .number{
    float: right;
}
.other-payment-list div{
    border-bottom:1px solid #eaeaea;
}
/** END CHECKOUT **/