.input-courier-service {
    display: none;
}

.input-courier-service:checked+.card-input {
    box-shadow: 0 0 5px 1px #b9b9b9;
}

.loader {
    border: 5px solid #f3f3f3;
    /* Light grey */
    border-top: 5px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.product__image-for:not(.slick-initialized) .your-slide-selector {
    display: none;
}

.product__image-for:not(.slick-initialized) .your-slide-selector:first-child {
    display: block;
}

.sold {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swal-icon--failed__line {
    height: 5px;
    background-color: #dc8686;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.swal-icon--failed__line--tip {
    width: 55px;
    left: 14px;
    top: 38px;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    /* -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s; */
}

.swal-icon--failed__line {
    height: 5px;
    background-color: #dc8686;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.swal-icon--failed__line--long {
    width: 55px;
    right: 11px;
    top: 38px;
    -webkit-transform: rotate( -45deg);
    transform: rotate( -45deg);
    /* -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s; */
}

.swal-icon--failed__ring {
    width: 80px;
    height: 80px;
    border: 4px solid hsl(0deg 55% 69% / 20%);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}


/* menu */

.menu-desktop {
    padding-top: 10px;
    padding-bottom: 10px;
    /* background-color: #b9b9b9; */
    display: block;
}

.a-style {
    font-family: Poppins-Bold;
    /* font-size: 14px; */
    color: #3d3d3d;
    line-height: 2;
    padding: 0px 20px;
}

.a-style:hover {
    font-family: Poppins-Bold;
    /* font-size: 14px; */
    color: #3d3d3d;
    line-height: 2;
    padding: 0px 20px;
}


/* .menu-desktop>li>h5>a {
    border-bottom: 3px solid;
} */


/* .menu-desktop>li>h5>a:hover {
    border-bottom: 3px solid;
} */

.sub_menu>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sub_menu>ul>li {
    margin: 0rem 0.5rem;
}

.sub_menu>ul>li>h6>a {
    color: #3d3d3d;
}

.sub_menu>ul>li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3d3d3d;
    transition: width .2s ease-in;
}

.sub_menu>ul>li:hover::after {
    width: 100%;
    /* transition: width .3s; */
}

._menu::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3d3d3d;
    transition: width .2s ease-in;
    top: -6px;
    position: relative;
}

._menu:hover::after {
    width: 100%;
    /* transition: width .3s; */
}

.menu-desktop>li {
    color: #3d3d3d;
    /* color: white; */
    margin-top: 1rem;
    position: relative;
}

.arrow-menu-desktop {
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 2px;
    padding: 10px;
    cursor: pointer;
}

.arrow-menu-desktop i {
    transform-origin: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.turn-arrow-menu-desktop i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* .akun-saya {
    display: none;
}

@media (max-width: 767px) {
    .akun-saya {
        display: block;
    }
} */