/* font */
@font-face{
    font-family: 'poppins-regular';
    src: url('../font/Poppins-Regular.ttf');
    src: url('../font/Poppins-Regular.ttf') format('ttf'),
        url('../font/Poppins-Regular.ttf') format('truetype');
}

@font-face{
    font-family: 'poppins-semibold';
    src: url('../font/Poppins-SemiBold.ttf');
    src: url('../font/Poppins-SemiBold.ttf') format('ttf'),
        url('../font/Poppins-SemiBold.ttf') format('truetype');
}

@font-face{
    font-family: 'poppins-bold';
    src: url('../font/Poppins-Bold.ttf');
    src: url('../font/Poppins-Bold.ttf') format('ttf'),
        url('../font/Poppins-Bold.ttf') format('truetype');
}


*{
    margin: 0;
    padding: 0;
    font-family: 'poppins-regular';
}

#regiration_form fieldset:not(:first-of-type){
    display: none;
}

/* p, h1, h2, h3, h4, h5{
    overflow-wrap: break-word;
    word-break: break-all !important;
} */



/* navbar */
/* .navbar{
    width: 100%;
    display: flex;
    background-color: white;
    z-index: 9999;
    padding: 0;
}

.navbar-sticky{
    position: sticky;
    top: -1px;
    background-color: white;
}

.bg-navbar{
    width: 85%;
    margin: auto;
    padding-top: 10px;
}

.menu-line{
    padding: 0;
    margin: 10px 0 0 0;
    background-color: white;
}

.bottom-navbar{
    display: flex;
    padding: 15px 0 10px 0;
    margin: 0;
    z-index: 100;
    width: 100%;
}

.bg-sticky{
    width: 85%;
    margin: auto;
    display: flex;
}

.top-navbar{
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 0 15px 0;
    z-index: 9999;
}

.text-toko p, .card-body p{
    text-transform: capitalize;
}

.logo-nav{
    position: absolute;
    width: 100%;
    display: flex;
    z-index: -1;
}

.logo-nav img{
    max-width: 180px;
    width: 100%;
    margin: auto;
}

.logo-hide{
    display: none;
}

.search-hide{
    display: none !important;
    margin: auto;
}

.logo-hide img{
    max-width: 40px;
    width: 100%;
}

.icon-nav{
    color: #921E1F;
    font-size: 20px;
}

.icon-nav:nth-child(1){
    margin-right: 10px;
}

.left-side-nav{
    display: flex;
    padding: 0;
    height: fit-content;
    align-self: last baseline;
}

.left-side-nav a{
    color: #0A0808;
    margin-bottom: auto;
}

.right-side-nav{
    display: flex;
}

.search-top{
    margin: auto;
    margin-right: 5px;
}

.right-side-nav .navbar-class, .toggle-button button{
    background-color: #921E1F;
    color: white;
    text-decoration: none;
    font-size: 15px;
    border: none;
}

.menu-hide{
    display: flex;
    margin: auto;
}

.navbar-class{
    margin: auto;
    height: fit-content;
}

.right-side-nav .navbar-class:nth-child(1), .toggle-button button{
    padding: 5px 8px;
    border-radius: 100%;
}

.right-side-nav .navbar-class:nth-child(2){
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 5px;
}

.right-side-nav .navbar-class:nth-child(3){
    padding: 5px 10px;
    border-radius: 20px;
}

.join-button .button-join{

}

.ul-navbar{
    margin: 0;
    padding: 0;
    z-index: 9999 !important;
    display: flex;
}

.ul-navbar li{
    margin: auto;
    list-style: none;
    z-index: 9999 !important;
}

.menu-navbar{
    margin: auto;
    padding: 0 0 10px 0;
    display: flex;
}

.menu-navbar a, .menu-navbar button{
    margin: 0 20px;
    border: none;
    background-color: transparent;
    text-decoration: none;
    color: #413f3f;
}

.show-logo{
    display: block !important;
}

.show-search{
    display: block !important;
}

.hover-m{
    position: relative;
}

.hover-m::before{
    content: "";
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 0;
    background: #921E1F;
    border-radius: 20px;
    transition: width 0.5s ease;
}

.hover-m:hover::before{
    width: 78%;
}

.active-menu{
    color: #921E1F !important;
    font-family: 'poppins-bold';
    border-bottom: 3px solid #921E1F;
}

.active-menu::before{
    width: 78%;
}

.d-content{
    visibility: hidden;
    position: absolute;
    background-color: white;
    width: 100%;
    min-height: 40vh;
    height: max-content;
    padding-bottom: 15px;
    left: 0;
    z-index: 4;
    transition: 0.2s;
    opacity: 0;
    margin-top: 12px;
}

.search-top{
    position: relative;
}

.d-content-first{
    background-color: red;
}

.produk:hover .d-content, .toko:hover .d-content{
    visibility: visible;
    opacity: 1;
}

.search-active{
    visibility: visible;
    opacity: 1;
}

.column{
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 250px;
}

.column a{
    display: block;
    float: none;
    text-align: left;
    margin: 0;
    width: fit-content;
    padding: 8px 0 0 0 ;
}

.row:after{
    content: '';
    display: table;
    clear: both;
}

@media(max-width:620px){
    .column{
        width: 100%;
        height: auto;
    }
}

.column h3{
    font-size: 18px;
}

.column a{
    font-size: 18px;
}

.category-toko{
    display: flex;
} */



/* login form */
.bg-login{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 80px 10px;
}

.button-red{
    background-color: #800202 !important;
    border: none !important;
    transition: 0.3s !important;
}

.button-red:hover{
    background-color: #630101 !important;
}

.login-form{
    margin: auto;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    box-shadow:
    0 1.2px 2.2px rgba(0, 0, 0, 0.02),
    0 2.9px 5.3px rgba(0, 0, 0, 0.028),
    0 5.4px 10px rgba(0, 0, 0, 0.035),
    0 9.6px 17.9px rgba(0, 0, 0, 0.042),
    0 18px 33.4px rgba(0, 0, 0, 0.05),
    0 43px 80px rgba(0, 0, 0, 0.07)
    ;
}

.up{
    padding: 0 0 10px 0;
    text-align: center;
}

.up-second{
    text-align: left !important;
    padding: 10px 0 10px 0;
}

.up-second h3{
    font-size: 30px !important;
}

.up h3{
    font-size: 20px;
    font-family: 'poppins-bold';
    padding-top: 12px;
}

.up p{
    font-size: 12px;
}

.login-form{
    width: 100%;
    max-width: 400px;
    display: flex;
    padding: 20px 30px;
}

.regist-form{
    max-width: 700px;
}

.more-login{
    max-width: 500px;
    width: 100%;
}

.more-regist{
    max-width: 100%;
}

.login-form-input{
    padding: 5px 10px;
    border-radius: 10px;
}

.login-form-input:focus{
    border: none;
}

.button-login button{
    width: 100%;
}

.forget{
    display: flex;
    flex-direction: column;
}

.forget a{
    padding: 0 0 15px 0;
    font-size: 11px;
    float: right;
    border: none;
}

.forget a:hover{
    text-decoration: underline;
}

.forget p{
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.up img{
    max-width: 240px !important;
    width: 100%;
    padding-top: 20px;
    margin: auto;
    display: flex;
}

.text-message{
    font-size: 12px;
    color: red;
    margin: 0 0 5px 0;
}

.zmore{
    position: relative;
}

.zmore span{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
}

.zmore span .icon-eye{
    cursor: pointer;
}

.zmore input, .zmore textarea, .zmore select{
    border-radius: 10px;
}


/* tutup login form */
.bg-button-change-email{
    width: 100%;
    display: flex;
}

.button-change-email{
    display: flex;
    margin: auto;
    padding: 0;
    font-size: 12px;
}

/* modal */
.bg-input-double{
    display: flex;
    flex-direction: column;
}

.bg-input-double input{
    padding: 10px;
}

.bg-or{
    display: flex;
}

.bg-or hr{
    width: 100%;
}

.bg-or p{
    padding: 0 10px;
    margin: 0;
    margin: auto;
}

.text-modal{
    text-align: center;
}

.modal-body{
    padding: 0 50px;
}

.modal-body img{
    max-width: 120px;
    margin: auto;
    display: flex;
    padding: 20px 10px 10px 10px;
}

.button-modal-first{
    display: flex;
    flex-direction: column;
    padding: 50px 0 50px 0;
}

.button-modal-first p{
    cursor: pointer;
    padding: 10px;
    margin: auto;
}

.modal-body h4{
    text-align: center;
    padding: 10px 0;
    font-family: 'poppins-bold';
    font-size: 25px;
}



.hide{
    backdrop-filter: blur(5px);
}

.menu-hide{
    display: none;
}

.hover-menu-bottom{

}


/* slider */
.carousel{
    /* background: url('../image/display/slide1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    /* padding-top: 50px; */
    background-color: #921E1F;
    min-height: 89vh;
}

.carousel-inner{
    max-width: 1500px;
    margin: auto;
}

.bg-card-slider{
    width: 90%;
    margin: auto;
    display: flex;
}

.bg-card-slider-more{
    min-height: 80vh;
    /* max-height: 1000vh; */
    display: flex;
}

.bg-image-slider{
    width: 60%;
    display: flex;
}

.bg-image-slider img{
    margin: auto;
    border-radius: 10px;
    max-width: 500px;
}

.text-slider{
    margin: auto;
}

.text-color{
    display: flex;
    right: 0;
    padding-right: 20px;
    left: 0;
    text-align: left;
    bottom: 0;
    width: 50%;
    float: none !important;
    position: relative !important;
}

.text-slider h5{
    font-family: 'poppins-bold';
    font-size: 30px;
}

.text-color h5, .text-color p{
    color: white !important;
}

.carousel-control-prev{
    position: absolute;
    left: 0;
    margin: 0 !important;
    width: 5%;
}

.carousel-control-next{
    position: absolute;
    right: 0;
    margin: 0 !important;
    width: 5%;
}

.carousel-indicators button{
    width: 18px !important;
    height: 18px !important;
    border-radius: 100%;
}

.button-slider{
    margin-top: 25px;
}

.button-slider a{
    text-decoration: none;
    color: white;
    padding: 10px 25px;
    background-color: black;
    border-radius: 20px;
    transition: 0.3s;
}

.button-slider a:hover{
    color: rgb(202, 202, 202);
}







/* slider 2 */
.item{
    background-color: white;
    border-radius: 15px;
    width: 300px;
    margin-left: 7px;
    box-shadow:
    0 3px 0px rgba(7, 7, 7, 0.058),
    0 5px 5px rgba(0, 0, 0, 0.08)
    ;
    transition: 0.3s;
}

.owl-stage{
    padding-bottom: 20px;
}

.item:hover{
    box-shadow:
    0 15px 12px rgba(0, 0, 0, 0.103),
    0 10px 8px rgba(0, 0, 0, 0.096)
    ;
}

.cover-img img{
    height: 280px;
    object-fit: cover;
    object-position: top;
}

.slide-new a{
    text-decoration: none;
}

.slide-new h3{
    color: black;
}

.img-slider2{
    padding: 30px;
}

.img-slider2 img{
    border-radius: 18px 18px 0 0 !important;
}

.desc-2{
    margin-top: 30px;
}

.desc-2 a{
    color: white;
    background-color: #00777F;
    text-decoration: none;
    padding: 5px 30px 7px 30px;
    border-radius: 10px;
    transition: 0.3s;
    border: 1px solid #00777F;
}
/* 
.desc-2 a:hover{
    border: 1px solid #00777F;
    background-color: white;
    color: #00777F;
} */

.desc-2 h3{
    font-size: 18px !important;
}

.desc-2 p{
    font-size: 12px !important;
}





/* check out */
.product-out{
    width: 100%;
    padding: 100px 0 0px 0;
    display: flex;
}

.bg-product-out{
    width: 50%;
    text-align: center;
    margin: auto;
}

.bg-product-out h2{
    font-family: 'poppins-bold';
    font-size: 35px;
}


.text-again h3{
    padding: 20px 0;
}



/* last produk */
.last-produk{
    width: 100%;
    display: flex;
    padding: 100px 0 50px 0;
    min-height: 50vh;
}

.last-produk2{
    width: 100%;
    display: flex;
    padding: 50px 0 100px 0;
    min-height: 50vh;
}

.bg-last-produk{
    max-width: 1500px;
    width: 85%;
    margin: auto;
}

.text-again{
    display: flex;
}

.bg-new{
    display: flex;
    padding: 0 10px;
}

.text-blue{
    margin: 0;
    background-color: #E35D24;
    color: white;
    padding: 12px;
    width: fit-content;
    height: fit-content;
    margin: auto;
}

.title-card-slider{
    font-family: 'poppins-bold';
    font-size: 40px;
    padding: 20px 0;
}

.image-slider{
    display: flex;
}

.image-slider img{
    padding-bottom: 10px;
    margin: auto;
    max-width: 50%; 
    width: 100%;
    transition: 0.3s;
}

.image-slider img:hover{
    transform: scale(0.9);
}

.item-slider{
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.desc-slider{
    text-align: center;
    margin-bottom: 10px;
}

.desc-slider a{
    text-decoration: none;
    background-color: #0A0808;
    border: 1px solid black;
    color: white;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 12px;
    transition: 0.3s;
}

.desc-slider a:hover{
    background-color: white;
    color: black;
    border: 1px solid black;
}

.desc-slider h3{
    font-family: 'poppins-bold';
}

.new-brand{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px;
    background-color: red;
    display: flex;
}

.new-brand p{
    margin: 20px;
    color: white;
}

.bg-slider-crowl .z{
    font-size: 50px !important;
}

.item2{
    background-color: white;
    border-radius: 15px;
    width: 300px;
    margin-left: 7px;
    box-shadow:
    0 3px 0px rgba(7, 7, 7, 0.058),
    0 5px 5px rgba(0, 0, 0, 0.08)
    ;
    transition: 0.3s;
}

.desc-3{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 5px 0 10px;
}

.desc-3 a{
    height: fit-content;
    margin: 0 20px;
}

.desc-3 h3{
    font-size: 14px !important;
    padding: 0;
    margin: 0;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*max-width: 280px;*/
    width: 100%;
    height: 100px;
}

.more-detail-product{
    font-size: 16px !important;
    /*margin: 0 0 12px 0 !important;*/
}

 .more-detail-product p{
     font-size: 16px !important;
 }
 
 .more-detail-product h3, .more-detail-product h6{
     padding-top: min(10px, 2%);
     font-size: 20px !important;
     font-family: 'poppins-bold';
 }

.image-toko{
    margin: auto;
}

.img-slider3{
    display: flex;
    flex-direction: column;
}

.item3{
    background-color: white;
    border-radius: 15px;
    width: 300px;
    margin-left: 7px;
}

.img-slider3{
    padding: 0 !important;
}

.img-slider3 h3{
    padding: 10px 20px 0 20px;
    width: 100%;
}

.img-slider3 p{
    padding: 10px 20px;
    font-size: 12px;
    color: rgb(116, 116, 116);
    margin-top: 5px;
}

.owl-stage{
    padding-bottom: 20px;
}

.item2:hover{
    box-shadow:
    0 15px 12px rgba(0, 0, 0, 0.103),
    0 10px 8px rgba(0, 0, 0, 0.096)
    ;
}


.img-slider2{
    padding: 10px;
}

.img-slider2 img{
    /* padding: 0px 10px; */
}

.desc-2{
    margin-top: 15px;
    padding: 0 10px 0 10px;
}

.desc-2 h3{
    font-size: 20px;
    font-family: 'poppins-bold';
}

.desc-2 a{
    color: white;
    background-color: #800202;
    text-decoration: none;
    padding: 3px 15px 3px 15px;
    border-radius: 20px;
    transition: 0.3s;
    border: 1px solid #800202;
}

.desc-2 a:hover{
    opacity: 0.8;
}

.card-title{
    font-size: 25px;
    font-family: 'poppins-bold';
}

.card-text{
    font-size: 15px;
    color: rgb(71, 71, 71);
}

.image-content{
    width: 100%;
    height: 70vh;
    display: flex;
}

.bg-image-content{
    width: 85%;
    height: 60vh;
    margin: auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bg-image-content h1{
    font-family: 'poppins-bold';
    color: white;
    padding: 20px;
    font-size: 50px;
}



/* three content */
.three-content{
    width: 100%;
    display: flex;
    padding: 50px 0;
}

.bg-three-content{
    margin: auto;
    width: 85%;
}

.model-one img{
    width: 100%;
}

.model-one{
    transition: 0.3s;
    padding-top: 30px;
}

.model-one:hover{
    opacity: 0.8;
}

.model-one p{
    font-size: 30px;
}



/* subs */
.subs{
    width: 100%;
    display: flex;
    padding: 50px 0;
}

.bg-subs{
    width: 85%;
    margin: auto;
    display: flex;
}

.text-subs{
    padding: 0 20px 0 0;
    width: 60%;
}

.text-subs h3{
    font-family: 'poppins-bold';
    font-size: 30px;
    padding: 30px 0 20px 0;
}

.image-subs{
    width: 40%;
    display: flex;
}

.image-subs img{
    max-width: 400px;
    margin: auto;
}

.button-subs a{
    background-color: #332f2f;
    border: 1px solid #332f2f;
    border-radius: 10px;
}

.button-subs a:hover{
    background-color: transparent;
    border: 1px solid #332f2f;
    color: #332f2f;
}




/* promo */
.promo{
    width: 100%;
    display: flex;
}

.bg-promo{
    width: 85%;
    margin: auto;
}



/* detail produk */
.detail-product{
    width: 100%;
    display: flex;
    padding: 30px 0;
}

.bg-detail-product{
    width: 85%;
    margin: auto;
    display: flex;
}

.gambar-detail-product{
    width: 50%;
    margin-top: 20px;
    display: flex;
}

.gambar-detail-product img{
    width: 100%;
    max-width: 500px;
    padding: 20px 0;
    margin: auto;
}

.desc-detail-product{
    margin: 50px 0 0 30px;
    width: 50%;
}

.desc-detail-product h3{
    font-family: 'poppins-bold';
}

.more-detail-product{
    margin-top: 30px;
    font-size: 11px;
}

.more-detail-product h3{
    font-size: 15px;
}

.shop-detail{
    text-decoration: none;
    background-color: black;
    color: white;
    padding: 5px 30px 7px 30px;
    border-radius: 10px;
    transition: 0.3s;
    border: 1px solid black;
}

.shop-detail:hover{
    background-color: transparent;
    border: 1px solid black;
    color: black;    
}

.share-detail{
    border: 1px solid black;
    color: black;
    padding: 5px 10px;
    border-radius: 10px;
    transition: 0.3s;
    margin-left: 10px;
}

.share-detail:hover{
    background-color: black;
    border: 1px solid black;
    color: white;
}

.color-detail{
    display: flex;
    width: 120px;
    justify-content: space-between;
}

.red{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: 0 0 30px 0;
    background-color: red;
}

.blue{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: 0 0 30px 0;
    background-color: blue;
}

.black{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: 0 0 30px 0;
    background-color: black;
}


.bg-desc-service-page{
    display: flex;
    flex-wrap: wrap;
}

.card-service{
    width: 25%;
    display: flex;
    padding: 20px;
    flex-direction: column;
}

.card-service img, .card-service h3{
    margin: auto;
    padding: 10px;
}

.bg-service-page p{
    text-align: justify;
}

.bg-desc-service-page{
    margin-bottom: 20px;
}

.bg-desc-service-page a:nth-child(1){
    margin: 0 10px 0 0;
}

.bg-desc-service-page a{
    margin: 0 10px;
}

/* tambahan */
.card-body a{
    /* color: white;
    background-color: #800202;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
    transition: 0.3s;
    border: 1px solid #800202; */
}

.card-body{
    padding: 0 16px 16px 16px;
}

.card-body h5{
    font-size: 20px;
}

.card-body a:hover{
    opacity: 0.8;
}

.icon-verif{
    background-color: blue;
    color: white;
    padding: 3px;
    border-radius: 100%;
    font-size: 8px;
}

.verif-detail{
    display: flex;
    padding: 0 10px 0 0;
}

.verif-detail h3{
    /* font-size: 30px; */
}

.image-verif-page2{
    width: 20px;
    padding: 5px 0;
    height: fit-content;
}

.image-toko{
    width: 12px;
}

.verif-toko{
    display: flex;
}

.verif-toko-page{
    display: flex;
}

.verif-toko-page img{
    width: 40px;
    padding: 10px;
}

.image-verif-page{
    width: 18px !important;
    padding: 5px 0 !important;
    height: fit-content;
}

/* footer */
footer{
    background-color: #202F5B;
    display: flex;
    color: white;
}

.bg-footer{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: auto;
    padding: 10px;
    max-width: 1500px;
}

.item-footer{
    margin-top: 20px;
    width: 23%;
}

.item-footer-plus{
    width: 30% !important;
}

@media(max-width:600px){
    .item-footer-plus{
        width: 100% !important;
    }
}

.item-footer h3{
    font-size: 13px;
    padding: 20px 0;
    font-family: 'poppins-bold';
}

.item-footer a{
    text-decoration: none;
}

.item-footer a:hover{
    color: rgb(180, 180, 180);
}

.item-footer a{
    font-size: 11px;
    color: rgb(247, 247, 247);
}

.social-media-footer{
    width: 100px;
    display: flex;
    justify-content: space-between;
}

.icon-footer-3{
    font-size: 20px;
    color: rgb(238, 238, 238);
}

.real-footer{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.real-footer p{
    font-size: 12px;
    margin: auto;
    padding: 10px;
}

.more-payment{
    display: none;
}

.more-payment h3{
    padding: 10px 0;
    font-size: 18px;
}

.more-payment img{
    max-width: 100%;
}



/* maps */
.payment{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.payment iframe,   
.payment object,  
.payment embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maps{
    width: 300px;
    height: 200px;
}

/* men product */
.bg-peoduct-men{
    width: 100%;
    display: flex;
}

.men-product{
    width: 85%;
    margin: auto;
}

.menp{
    display: flex;
    justify-content: space-between;
}

.card-product-men{
    width: 100% !important;
    min-width: 220px;
    margin: 20px 0;
    border-radius: 10px;
    padding: 5px 0;
}

.card-product-men img{
    padding: 20px;
}

.image-verif{
    width: 18px !important;
    padding: 0 !important;
}

.verif-toko h3{
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    width: 100%; */
}

.text-desc-jasa{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.row{
    width: 100%;
    margin: 0;
}

.text-menp{
    margin: 10px;
    padding: 30px 0 10px 0;
}

.text-menp h3{
    font-family: 'poppins-bold';
    font-size: 50px;
}



/* kategori */
.kategori{
    width: 100%;
    display: flex;
    padding: 50px 0 20px 0;
    background-color: #800202;
}

.bg-kategori{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 50px 0;
    flex-direction: column;
    border-radius: 20px;
    color: rgb(190, 190, 190);
    max-width: 1500px;
}

.item-category{
    display: flex;
}

.item-category a{
    height: fit-content;
    width: fit-content;
    padding: 20px;
    background-color: #E35D24;
    border-radius: 5px;
}

.text-bg-kategori{
    padding-left: 10px;
}

.text-bg-kategori p:nth-child(1){
    font-family: 'poppins-bold';   
}

.text-bg-kategori p:nth-child(2){
    font-size: 12px;
}

.icon-font{
    color:white;
}

.item-category p{
    width: 100%;
    margin: 10px 0;
}

.item-category a{
    text-decoration: none;
    color: white;
}

.icon-food{
    font-size: 20px;
}

.select-menu{
    display: flex;
    text-align: center;
    margin: auto;
    padding: 30px 0 50px 0;
}

.select-menu p{
    margin: 0 12px;
    cursor: pointer;
    font-size: 20px;
}

.menu-active{
    color: #800202;
    background-color: white;
    padding: 0 20px;
    border-radius: 20px;
}

.hide-page{
    display: none !important;
}

.show-page{
    display: block !important;
}



/* desc website */
.desc-website{
    width: 100%;
    display: flex;
    padding: 20px 0;
}

.bg-desc-website{
    width: 85%;
    margin: auto;
    display: flex;
    padding: 40px 40px;
    background: url('../image/display/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    color: white;
    max-width: 1500px;
}

.text-side a{
    background-color: black;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 20px;
    color: white;
    margin-top: 20px;
    transition: 0.3s;
}

.text-side a:hover{
    color: #b1b1b1;
}

.text-side{
    padding: 30px;
    margin: auto;
    text-align: center;
}

.text-side h3{
    font-family: 'poppins-bold';
}

.text-side p{
    font-size: 12px;
    padding: 0 5px 10px 5px;
    opacity: 0.8;
}

.text-right{
    width: 40%;
}

.text-side{
    width: 60%;
}

.text-right img{
    max-width: 600px;
    width: 100%;
}



/* new background */
.home-background{
    width: 100%;
    display: flex;
}

.bg-home-background{
    width: 85%;
    margin: auto;
    min-height: 85vh;
    background-color: #800202;
    margin-bottom: 50px;
    color: white;
    padding: 3%;
}

.left-text-home{
    width: 50%;
    display: flex;
    height: 85vh;
}

.bg-left-text-home{
    margin: auto;
}

.right-image-home{
    width: 50%;
    margin: auto;
}


/* about */
.content-about{
    width: 100%;
    display: flex;
    min-height: 80vh;
}

.bg-about{
    width: 85%;
    margin: auto;
    display: flex;
}

.text-about{
    width: 50%;
    margin: auto;
}

.image-about{
    width: 50%;
    display: flex;
}

.image-about img{
    width: 100%;
    max-width: 550px;
    margin: auto;
}

.text-about h3{
    font-family: 'poppins-bold';
}

.text-about a{
    background-color: #800202;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.3s;
}

.text-about a:hover{
    background-color: #630101;
}




/* regist */
.regist{
    width: 100%;
    display: flex;
}

.bg-regist{
    padding: 20px 0;
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.nav-regist{
    background: url("../image/display/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 30px 20px;
    border-radius: 20px;
}

.nav-regist img{
    max-width: 100px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
}

.bg-nav-regist{
    display: flex;
    /* padding-top: 30px; */
    width: fit-content;
}

.text-regist{
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-left: 15px;
}

.nav-regist button{
    background-color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
}

.text-regist h3{
    font-family: 'poppins-bold';
}

.text-regist p{
    margin: 0;
    padding: 0;
    max-width: 700px;
}

.form-regist{
    padding: 12px 0;
    width: 100%;
}

.bg-form-regist{
    display: flex;
}

.form-regist form{
    width: 100%;
}

.form-regist input, .form-regist select, .form-regist textarea{
    max-width: 500px;
    resize: none;
}

.form-regist textarea{
    height: 90px;
}

.left-form-regist{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.right-form-regist{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
}

.button-reat{
    display: flex;
}

.button-reat button{
    padding: 10px 20px;
    text-decoration: none;
}

.button-reat button:nth-child(1){
    color: black;
    border: none;
    background-color: white;
    padding: 0 10px;
}

.button-reat button:nth-child(2){
    background-color: #800202;
    color: white;
    border-radius: 20px;
    border: none;
}

/* #message, #uname_response, #uname_response_nim, #uname_response_email{
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
} */

/* Response */ 
.response{ 
    padding: 8px 0;
    font-size: 12px;
    margin: 0;
} 

.response1{
    padding: 0;
    font-size: 12px;
    margin: 0;
}

#submit:disabled{
    background-color: red;
    opacity: 0.5;
}


.proses-verif{
    width: 100%;
    min-height: 50vh;
    padding: 20px 0;
    display: flex;
}

.bg-proses-verif{
    width: 85%;
    margin: auto;
}

.bg-proses-verif p{
    text-align: center;
    font-size: 20px;
}


/* verif email */
.form-input-verif{
    display: flex;
}

.form-input-verif input{
    height: 60px;
    text-align: center;
}

.bg-verif{
    padding: 10px;
}

.text-otp{
    font-size: 12px;
    text-align: center;
    margin: 0 0 5px 0;
}

.verif-text-kode{
    flex-direction: row;
    justify-content: space-between;
}



/* verifikasi */
.verifikasi{
    width: 100%;
    display: flex;
}

.bg-verifikasi{
    width: 85%;
    margin: auto;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    text-align: center;
}

.bg-verifikasi img{
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.in-block-verif{
    display: flex;
    flex-direction: column;
    margin: auto;
}

.in-block-verif h3{
    font-size: 22px;
    max-width: 500px;
    margin: auto;
}

.in-block-verif a{
    padding: 5px 0;
    background-color: #800202;
    max-width: 400px;
    width: 100%;
    text-decoration: none;
    margin: auto;
    color: white;
    border-radius: 20px;
    transition: 0.3s;
}

.in-block-verif a:hover{
    color: white;
    background-color: #630101;
}





/* profile */
.profile{
    width: 100%;
    /* min-height: 50vh; */
    display: flex;
    padding: 40px 0;
}

.bg-profile{
    width: 85%;
    margin: auto;
    display: flex;
    max-width: 1500px;
}

.verif-profile{
    display: flex;
}

.bg-pesanan{
    padding: 10px 0;
}

.bg-pesanan p{
    margin: 0;
}

.bg-pesanan p:nth-child(1){
    font-size: 18px;
}

.bg-pesanan p:nth-child(2){
    font-size: 12px;
}

.pesanan{
    text-decoration: none;
    color: black;
}

.pesanan:hover{
    background-color: rgb(233, 233, 233);
}

.text-danger{
    margin: auto;
    color: red;
    text-align: center;
}

.bg-checkout{
    display: flex;
    flex-direction: row;
}

.text-checkout{
    margin: 10px;
}

.text-checkout p{
    margin: 0;
}

.text-checkout p:nth-child(1){
    color: #838383;
    font-size: 12px;
    padding-bottom: 5px;
}

.image-checkout{
    display: flex;
}

.image-checkout img{
    max-width: 100px;
    width: 100%;
}

.verif-profile img{
    width: 30px;
    height: 30px;
}

.image-profile img{
    max-width: 290px;
    width: 100%;
    border-radius: 50%;
}

.text-content-p{
    margin: 0;
    font-size: 12px;
    color: #747474;
}

.text-profile{
    width: 100%;
    padding: 0 20px;
    margin: auto;
}

.text-profile p:nth-child(3){
    max-width: 90%;
}

.social-profile{
    display: flex;
    justify-content: space-between;
}

.social-media-profile a{
    margin: 0 6px;
    color: black;
}

.icon-profile{
    font-size: 18px;
}

.button-chat{
    text-decoration: none;
    background-color: black;
    padding: 10px 20px;
    border-radius: 20px;
    color: white;
    transition: 0.3s;
    font-size: 12px;
}


.button-chat:hover{
    color: white;
    opacity: 0.8;
}

.verif-profile h3{
    font-family: 'poppins-bold';
}

.menu-hide button{
    border: none;
    background-color: transparent;
}


/* produk toko */
.produk-toko{
    width: 100%;
    display: flex;
}

.bg-produk-toko{
    width: 85%;
    margin: auto;
    max-width: 1500px;
}

.bg-produk-toko h3{
    font-family: 'poppins-bold';
}

.image-none{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 50vh;
}

.text-image-none{
    margin: auto;
}

.text-image-none a{
    text-decoration: none;
}

.image-none p{
    font-size: 20px;
}

.image-none img{
    max-width: 420px;
    width: 100%;
    padding: 20px 0;
    margin: auto;
    padding: 20px;
}




/* offcanvas */
.offcanvas-end{
    max-width: 300px;
    width: 88%;
    transition: 0.6s;
    padding-right: 10px;
    z-index: 9999;
}

.bg-menu-side{
    display: flex;
    flex-direction: column;
}



.bg-menu-side a, .bg-menu-side button{
    text-decoration: none;
    color: black;
    font-size: 22px;
    padding: 10px 0 10px 18px;
    display: flex;
    justify-content: space-between;
    border: none;
    background-color: transparent;
}

.right-icon{
    font-size: 20px;
    padding: 8px 0;
}




.logo-footer{
    display: flex;
    width: fit-content;
    padding-top: 20px;
}

.logo-footer img{
    width: 72px;
    height: 74px;
    margin: auto;
}

.logo-footer img:nth-child(2){
    width: 60px;
    height: 60px;
    margin-left: 20px;
}


.logo-footer-mobile{
    display: none;
}

.error{
    font-size: 12px;
}


/* notif */
.notif{
    width: 100%;
    display: flex;
}

.bg-notif{
    max-width: 800px;
    width: 85%;
    margin: auto;
}

.back-notif{
    padding: 20px 0;
}

.back-notif button{
    background-color: transparent;
    border: none;
}

.body-notif a{
    text-decoration: none;
    color: black;
}

.back-notif{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.back-notif p{
    margin: auto;
    font-size: 20px;
    font-family: 'poppins-bold';
}

.item-notif:hover{
    background-color: rgb(238, 238, 238);
}

.item-notif{
    padding: 20px 10px;
}

.item-notif p{
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 400px; */
    width: 100%;
}

.item-notif h6{
    font-family: 'poppins-bold';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
    width: 100%;
}

.item-notif p{
    font-size: 13px;
}




/* register */
.text-register{
    display: flex;
    font-size: 12px;
}

/* pendaftaran usaha */
.form-progress{
    width: 80%;
    display: flex;
    margin: auto;
}

.inform{
    width: 100%;
}

.form-step{
    display: none;
    transform-origin: top;
    animation: animate .5s;
}

.btn-primary{
    background-color: #800202 !important;
    border: none !important;
    outline: none;
}

.btn-primary:focus{
    border: none !important;
    outline: none !important;
}

@keyframes animate{
    from{
        opacity: 0;
    }to{
        opacity: 1;
    }
}

.form-step-active{
    display: block;
}

.progressbar{
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2rem 2rem 4rem;
}

.progressbar::before, .progress{
    content:"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
    z-index: -1;
}

.progress{
    background-color: #630101 !important;
    height: 8px !important;
    width: 0%;
    transition: 0.5s;
}

.progress-step-active{
    background-color: #800202 !important;
    color: #f3f3f3;
}

.progress-step{
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-step::before{
    counter-increment: step;
    content: counter(step);
}

.progress-step::after{
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.75rem);
    font-size: 0.85rem;
    color: #666;
}

.input-group{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 30px 0;
}

.form-input:focus{
    outline: none !important;
}

.input-group input, .input-group select{
    width: 100% !important;
}

.input-group input, .input-group textarea, .input-group select{
    border-radius: 8px !important;
}

.input-group textarea{
    width: 100% !important;
    height: 100px;
    resize: none;
}

.inbutton-step{
    display: flex;
    justify-content: space-between;
}



/* radio */
.bg-option{
    display: flex;
    padding: 20px 0;
}

.option-item{
    cursor: pointer;
    z-index: 2;
    display: flex;
    position: relative;
    width: 50%;
    min-height: 180px;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    transition: 0.3s;
}

.title-option{
    font-family: "poppins-bold";
}

.option-item:hover{
    background-color: #800202;
    color: #dcdcdc;
}

.option-item:hover .icon-option{
    color: #dcdcdc;
}

.option-item:nth-child(1){
    margin-right: 10px;
}

.option-item:nth-child(2){
    margin-left: 10px;
}

.option-item input{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.option-item.selected{
    background-color: #630101;
    color: #f3f3f3;
}

.option-item.selected .icon-option{
    color: #f3f3f3;
}

.icon-option{
    color: #3d3d3d;
    font-size: 50px;
    margin: auto;
}

.text-option{
    width: 70%;
    margin: auto;
    padding: 10px 15px 10px 0;
}

.text-option h3{
    font-size: 18px;
}

.text-option p{
    font-size: 14px;
}

.bg-icon-option{
    width: 30%;
    display: flex;
}


/* file */
input[type=file] {
    width: 100%;
    max-width: 350px;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
  }

input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #800202;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
  }
  
  input[type=file]::file-selector-button:hover {
    background: #630101;
  }

.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
  }
  
  .drop-container:hover {
    background: #eee;
    border-color: #111;
  }
  
  .drop-container:hover .drop-title {
    color: #222;
  }
  
  .drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
  }

  .drop-container.drag-active {
    background: #eee;
    border-color: #111;
  }
  
  .drop-container.drag-active .drop-title {
    color: #222;
  }

.bg-double-input{
    display: flex;
}

.bg-double-input .input-group:nth-child(1){
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

.bg-double-input .input-group:nth-child(2){
    padding: 0;
    margin: 0;
    margin-left: 10px;
}

/* search page */
.search-page{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    background-color: white;
    display: flex;
    transition: 0.3s;
}

.search-active-page{
    visibility: visible;
    opacity: 1;
}

.in-bg-search-page{
    width: 100%;
    height: 100vh;
    margin: auto;
}

.bg-search-page{
    width: 85%;
    margin: auto;
    max-width: 500px;
}

.header-search-page{
    display: flex;
    margin: 20px 0;
}

.relative-search{
    width: 100%;
    display: flex;
    position: relative;
}

.back-page-search{
    padding: 0 11px;
    margin-left: 5px;
    border-radius: 100%;
    border: none;
    background-color: #921E1F;
    color: white;
    font-size: 20px;
}

.search-page-icon{
    color: #111111cc;
}

.header-search-page input{
    padding: 5px 40px 5px 15px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.308);
}

.header-search-page input:focus{
    outline: none;
}

.bg-button-search{
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
}

.bg-button-search a{
    margin: auto;
    border: none;
    padding: 0 15px;
    background-color: transparent;
}

.bg-search-page input{
    width: 100%;
}

.body-search-page{
    display: flex;
    flex-direction: column;
}

.color-tr{
    color: #332f2f;
    margin-right: 10px;
    margin-left: 10px;
}

.body-search-page a{
    width: 100%;
    padding: 12px 3px;
    text-decoration: none;
    color: black;
}

.body-search-page a:hover{
    background-color: #eeeeee;
}


/* checkout */
.checkout{
    width: 100%;
    display: flex;
}

.bg-checkout{
    width: 85%;
    margin: auto;
    max-width: 500px;
}

.navbar-checkout{
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}

.navbar-checkout button{
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    height: 0;
}

.navbar-checkout p{
    font-family: 'poppins-bold';
}

.isi-checkout{
    min-height: 80vh;
    display: flex;
}

.isi-checkout p{
    margin: auto;
}


/* edit profile page */
.edit-profile{
    width: 100%;
    display: flex;
    padding-top: 80px;
}

.bg-edit-profile{
    width: 85%;
    margin: auto;
    display: flex;
}

.left-image-edit{
    width: 40%;
    display: flex;
    padding-right: 30px;
    flex-direction: column;
}

.form-label-new{
    max-width: 200px;
    margin-left: auto;
    font-size: 12px;
    color: red;
    padding-top: 10px;
    text-align: center;
}

.fit-edit-foto{
    position: relative;
    margin-left: auto;
    height: fit-content;
}

.left-image-edit input{
    position: absolute;
    right: 0;
    height: 100%;
    border-radius: 100% 100% 0 100%;
    cursor: pointer;
    z-index: 5;
    background-color: red;
    opacity: 0;
}

.fit-edit-foto p{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #800202;
    color: white;
    padding: 10px;
}

.left-image-edit img{
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    border-radius: 100%;
    margin-left: auto;
    z-index: 0;
}

.right-wdit-content{
    width: 50%;
}

.right-wdit-content input, .right-wdit-content textarea{
    max-width: 100%;
    width: 500px;
}

/* add */
.bg-social{
    display: flex;
}

.bg-menu-side h3{
    font-family: 'poppins-bold';
    padding: 0 15px;
    padding-top: 20px;
}

.bg-menu-side p{
    padding: 0 15px;
    padding-top: 20px;
}

.join-button a, .join-button button{
    font-size: 12px !important; 
    background-color: #202F5B !important;
    color: white !important;
    border-radius: 12px;
    text-align: center;
    padding: 10px 12px !important;
    border-radius: 20px !important;
}

.join-button a:nth-child(2){
    background-color: transparent !important;
    color: black !important;
    font-family: 'poppins-bold';
}

.join-button{
    display: flex;
    text-align: center;
    margin: 0 15px;
}

.dropdown-toggle::after{
    opacity: 0;
}

.hover-nav-link{
    text-decoration: black !important;
}


.text-zero{
    height: 50vh;
    display: flex;
}

.text-zero p{
    margin: auto;
}



/* profil */
.profil{
    width: 100%;
    display: flex;
    min-height: 80vh;
}

.bg-profil{
    width: 85%;
    margin: auto;
    text-align: center;
}

.bg-profil img{
    border-radius: 100%;
}

.info-profil{
    padding: 20px 0;
}

.bg-button-to-shop{
    margin: 5px 0;
}

.button-to-shop{
    color: rgb(152, 152, 152);
    margin: 0;
}

.button-to-shop:hover{
    color: black;
}

.text-default{
    background-color: #630101;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 20px;
    color: white;
    border: none;
    margin-top: 20px;
    transition: 0.3s;
}

.text-default:hover{
    color: #b1b1b1;
}




@media(max-width:720px){
    .bg-profile{
        flex-direction: column;
    }

    .text-profile{
        padding: 20px 0;
    }

    .image-profile{
        display: flex;
    }

    .image-profile img{
        max-width: 500px;
        margin: auto;
    }
}

@media(max-width:540px){
    .menu-navbar{
        display: none;
    }

    .menu-hide{
        display: block;
    }

    .icon-hide-menu{
        font-size: 28px;
        color: #921E1F;
        margin: auto;
        margin: 0 0 0 10px;
    }

    .search-hide button{
        margin: 0 8px 0 0;
        padding: 0;
        background-color: transparent;
        color: #921E1F;
        font-size: 18px;
    }

    .bg-hide-tm{
        display: flex;
    }

    .bg-sticky{
        justify-content: space-between;
    }
}

@media (max-width:580px){
    .text-slider h5{
        font-size: 30px;
    }

    .text-slider p{
        font-size: 12px;
    }

    .button-slider a{
        font-size: 16px;
        padding: 8px 20px;
    }

    .text-option h3{
        font-size: 14px;
    }

    .text-option p{
        font-size: 12px;
    }

    .icon-option{
        font-size: 35px;
    }

    .option-item{
        min-height: 130px;
    }
}

@media (max-width:684px){
    .form-regist{
        flex-direction: column;
    }

    .form-regist input{
        max-width: 100%;
    }

    .left-form-regist{
        width: 100%;
        padding: 0;
    }

    .right-form-regist{
        width: 100%;
    }

    .bg-nav-regist{
        flex-direction: column;
    }

    .text-regist{
        padding: 10px 0;
    }

    .form-regist form{
        flex-direction: column;
    }

    .bg-double-input{
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    .bg-double-input .input-group:nth-child(1){
        padding: 0;
        margin: 0;
        margin: 0 0 30px 0 !important;
    }

    .bg-double-input .input-group:nth-child(2){
        padding: 0;
        margin: 0;
    }

    .navbar{
        display: none;
    }

    .logo-hide{
        display: block;
    }

    .search-hide{
        display: block !important;
    }

    .search-hide a{
        background-color: transparent;
        color: #800202;
        font-size: 20px;
    }

    .bg-edit-profile{
        flex-direction: column;
    }

    .right-wdit-content{
        width: 100%;
        margin: auto;
    }

    .right-wdit-content input, .right-wdit-content textarea{
        max-width: 100%;
        width: 100%;
    }

    .left-image-edit{
        width: 100%;
        padding: 0;
    }

    .fit-edit-foto{
        margin: auto;
    }

    /* navbar */
    .menu-navbar{
        display: none;
    }

    .menu-hide{
        display: block;
    }

    .icon-hide-menu{
        font-size: 28px;
        color: #921E1F;
        margin: auto;
        margin: 0 0 0 10px;
    }

    .search-hide button{
        margin: 0 8px 0 0;
        padding: 0;
        background-color: transparent;
        color: #921E1F;
        font-size: 18px;
    }

    .bg-hide-tm{
        display: flex;
    }

    .bg-sticky{
        justify-content: space-between;
    }
}

@media (max-width:894px){
    .bg-about{
        flex-direction: column-reverse;
        padding: 50px 0;
    }

    .text-about{
        width: 100%;
    }

    .image-about{
        width: 100%;
        display: flex;
        padding-top: 50px;
    }

    .image-about img{
        margin: auto;
    }

    .in-block-verif h3{
        font-size: 20px;
    }
}

@media (max-width:931px){
    .item-footer{
        width: 33.3%;
        margin-top: 20px;
    }

    .logo-footer-desktop{
        display: none;
    }

    .logo-footer-mobile{
        display: block;
    }
}

@media (max-width:600px){
    .item-footer{
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width:310px){
    .item-footer{
        width: 100%;
        margin-top: 20px;
    }

    .maps{
        width: 180px;
        height: 180px;
    }
}

@media (max-width:1098px){
    .bg-subs{
        flex-direction: column-reverse;
    }

    .text-subs{
        width: 100%;
    }

    .image-subs{
        width: 100%;
    }

    .image-subs img{
        margin: auto;
        width: 100%;
    }
}

@media(max-width:612px){
    .item-category p{
        font-size: 12px;
    }
}

@media(max-width:840px){
    .bg-desc-website{
        flex-direction: column;
    }

    .text-side{
        width: 100%;
        padding: 0 0 20px 0;
    }

    .text-right{
        margin-top: 20px;
        width: 100%;
    }

    .last-produk{
        min-height: fit-content;
    }

    .comment{
        background-position: right;
    }

    .undifind{
        display: flex;
        height: 90vh;
    }

    .bg-slider-content{
        flex-direction: column-reverse;
        margin: auto;
        height: fit-content;
    }

    .text-slider{
        width: 100%;
        height: fit-content;
        /* padding: 0; */
        margin: 0;
        text-align: center;
        padding: 20px 0;
    }

    .image-slider-bg{
        width: 100%;
    }

    .bg-card-slider{
        flex-direction: column-reverse;
    }

    .carousel-caption{
        width: 100%;
        padding: 0 0 20px 0;
    }

    .carousel-item{
        padding: 0 5%;
    }

    .bg-image-slider{
        width: 100%;
        padding: 20px;
    }

    .carousel-inner{
        padding-bottom: 100px;
    }

    .bg-option{
        flex-direction: column;
    }

    .option-item:nth-child(1){
        width: 100%;
        margin: 0;
    }

    .option-item:nth-child(2){
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .progressbar{
        margin: 2rem 0 4rem;
    }

    .progress-step::after{
        font-size: 12px !important;
    }
}

@media(max-width:1094px){
    .item-category{
        flex-direction: column;
        text-align: center;
    }
}

@media(max-width:854px){
    .text-bg-kategori p:nth-child(1){
        width: auto;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .text-bg-kategori p:nth-child(2){
        display: none;
        padding-left: 0;
    }

    .text-bg-kategori{
        padding-left: 0;
    }
}

@media (max-width:500px){
    .bg-detail-product{
        flex-direction: column;
    }

    .gambar-detail-product{
        width: 100%;
    }
    
    .gambar-detail-product img{
        padding: 0;
    }

    .desc-detail-product{
        width: 100%;
        margin-left: 0;
    }

    .bg-form-regist{
        flex-direction: column;
    }

    .right-form-regist{
        margin: 10px 0 0 0;
    }
}

@media(max-width:700px){
    .canvas-body{
        margin: 0;
    }
}

@media(max-width:1094px){
    .item-category{
        display: flex;
    }

    .item-category a{
        margin: auto;
    }
}