/* navbar */
.wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 70px;
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0px 3px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 0px rgb(0 0 0 / 20%);
    -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.wrap-header-mobile  .logo-mobile {
    display: block;
    position: relative;
    height: 42px;
    width: 62px;
    padding-right: 31px;
    margin-top: -4px;
    margin-left: 17px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.logo-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: calc(100% - 20px);
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.wrap-icon-header {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    width: 100%;
    flex-wrap: nowrap;
}
.icon-header-item {
    position: relative;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.menu-mobile {
    width: 100%;
    background-color: white;
    display: none;
}
.menu-mobile .main-menu-m {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #5FA392;
}
.menu-mobile .main-menu-m>li {
    color: white;
    position: relative;
}
.menu-mobile .main-menu-m>li>a {
    font-weight: 600;
    font-size: 14px;
    color: white;
    line-height: 2.8;
    padding: 8px 20px 8px 20px;
}
.menu-mobile .main-menu-m>li>p {
    font-weight: 600;
    font-size: 14px;
    color: white;
    line-height: 2.8;
    padding: 8px 20px 8px 20px;
}
.pop-up{
 /* display: block; */
}
.pop-up-search {
    z-index: 2;
    padding: 29px;
    width: 100%;
    top: 114px;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 10px;
    background: #00000094;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-box {
    position: absolute;
    top: 97px;
    left: 186px;
    transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
    background: #d6dada;
    height: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
input {
    width: 212px;
    border: none;
    outline: none;
    display: inline-block;
    padding: 5px 10px;
    background: none;
    font-size: 1.1rem;
    transition: 0.5 ease;
    -webkit-transition: 0.5 ease;
    -moz-transition: 0.5 ease;
    -ms-transition: 0.5 ease;
    -o-transition: 0.5 ease;
    line-height: 30px;
    color: rgb(3, 3, 3);
}
.icon {
    background-color: #fcfcfc;
    float: left;
    width: 40px;
    font-size: 1.3rem;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #4C9D9D;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
}

.pop-up-search .close {
    position: absolute;
    float: none;
    font-size: 19px;
    font-weight: 900;
    color: white;
    opacity: 1;
    top: 15px;
    right: 36px;
    cursor: pointer;
}

.modal-regist {
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000;
    background: #0000008c;
    padding: 17px;
}
.modal-regist .card-modal-regist {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    justify-content: space-around;
    /* align-items: center; */
}
.modal-regist .card-modal-regist .header-card {
    display: flex;
}
.btn-close {
    font-size: 20px;
    font-weight: 800;
}
.card-modal-regist .header-card h3.text-header {
    margin-left: 91px;
    font-size: 29px;
    font-weight: 600;
}
.card-modal-regist .body-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
/* home */
.banner-header .owl-carousel .item{
    width: 100%;
    height: 170px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* banner promo */
.ltext-110 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(3, 3, 3);
}
.banner-promo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-promo .poster-product {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
     width: 100%;
    height: 135px;
}
.banner-promo .poster-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-promo .poster-product2 {
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    height: 142px;
}
.banner-promo .poster-product2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* end banner promo */

.container-category {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    padding: 8px;
}
.container-category .part-icon-category {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* padding: 10px 13px; */
    gap: 0px;
}
.part-icon-category  .item-icon {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #207272 1.56%, rgba(32, 114, 114, 0) 100%);
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 87px;
    cursor: pointer;
}
 .item-icon .image-icon {
    width: 29px;
    height: auto;
}
.item-icon .image-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gradient {
    display: flex;
    flex-direction: column;
    width: 65px;
    height: 65px;
    margin-left: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 87px;
    cursor: pointer;
    background: linear-gradient(180deg, rgb(7 213 213 / 0%) 0%, #207272f2 100%);
}
.part-icon-category a{
text-decoration : none;
color: white;
margin: 5px;
}
.icont-tittel {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
    color: #539292;
    font-weight: 600;
    margin-left: -5px;
}

/* product */
.block2 {
    width: 46.5%;
    height: 290px;
    display: flex;
    flex-direction: column;
    margin: 5px 5px 15px 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 1px rgba(90, 90, 101, 0.2);
}

.block2 .hov-img0 {
    display: block;
    overflow: hidden;
    height: 150px;
    width: 100%;
    margin-bottom: 5px;
    padding: 0px;
}

.block2 .hov-img0 img {
    width: 100%;
    height: 100%;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
    border-radius: 5px;
    object-fit: unset;
    padding: 5px;
}

.block2-txt-child1 {
    width: 100%;
    display: flex;
    padding: 10px;
}

.block2-txt-child1 a{
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    height: 40px;
    margin-bottom: 6px;
}

.stext-105 {
    /* font-family: Poppins-Regular; */
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    font-weight: 600;
}
.cl13 {
    color: rgb(8, 76, 85);
}
.block2-pic:hover .block2-btn {
    bottom: 16px;
}

.btn-v-all {
    display: inline-block;
    width: 126px;
    height: 47px;
    align-items: center;
    left: 0;
    background-color: #4C9D9D;
    border-radius: 8px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 11px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 17px;
}
/* end product */
/* end home */

/* detail product  */

.line-detail {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 5px solid #42A7A0;
}
.wrap-slick3-arrows {
    position: absolute;
    z-index: 100;
    width: 100%;
    right: 0;
    top: 80%;
}
.prev-slick3 {
    left: 0px;
}

.arrow-slick3 {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: rgb(225 225 225 / 50%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.wrap-slick3-dots {
    display: flex;
    width: 100%;
    justify-content: center;
}
.slick3 {
    width: 100%;
    height: 200px;
}
.slick-slide {
    outline: none !important;
}
.slick3-dots {
    width: 250px;
    display: flex;
    column-gap: 7px;
    padding-left: 0px;
}
.item-slick3{
    width: 345px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1;
}
.wrap-pic-w.pos-relative {
    width: 100%;
    height: 324px;
}
.wrap-pic-w img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.respon6-next {
    width: 100%;
    justify-content: center;
}
.warp-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.warp-detail .box-delivery {
        display: flex;
    padding: 10px;
    gap: 10px;
    background: #5da492;
    border-radius: 10px;
}
.slick3-dots li {
    display: flex;
    position: relative;
    width: 71px;
    margin-bottom: 27px;
}
.slick3-dots li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-box {
    width: 50px;
    height: 50px;
    filter: drop-shadow(3px 7px 4px rgba(0, 0, 0, 0.25));
}
.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-delivery p.text-box {
    align-self: center;
    color: white;
    font-weight: 500;
    width: 121px;
}
.mtext-114 {
    /* font-family: Poppins-Bold; */
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}
.mtext-105 {
    /* font-family: Poppins-Regular; */
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
}
ol, ul {
    padding-left: 0px;
}

.display-variant {
    display: flex;
    flex-direction: column;
gap: 10px;
}

.display-variant .varian {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.display-variant .varian .item-varian {
    width: 118px;
    /* border: solid 1px #9793934f; */
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    padding: 5px 10px;
    gap: 8px;
}

.display-variant .varian .item-varian:hover {
    border: 1px solid #329bbb;

}
.display-variant .varian .item-varian .img-varian {
    width: 28px;
    height: 28px;
}

.img-varian img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.display-variant .varian .item-varian .name-varian:hover{
    color:#329bbb;
}

.variasi-aktiv{
    border: solid 1px #0daed6;
    background: #0daed63d;
}
.variasi-non{
    border: solid 1px #9793934f;
}

.detail{
    padding-top: 145px;
}

/* end detail */

/* all product */
.filter-product{
    display: flex;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
}
/* end all */

/* profile */
.tab-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 12px 3px;

    align-content: normal;
    text-align: center;
}
.tab-navigation  .tab {
    display: block;
    background: #5fa392;
    padding: 7px;
    height: 38px;
    font-size: 14px;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    margin: 5px;
}
.active{
    display: flex;
    }

    .panel-content .panel{
        display: none;
    }
    .panel-content .panel.active{
        display: flex;
    }
    .panel-content .tabel-overflow{
        overflow: auto;
    }

    .profile-image{
        width: 230px;
        height: 200px;
        margin-bottom: 10px;
    }

    .profile-image img.img-fluid {
        width: 100%;
        height: 100%;
    }

/* end profile */
