/* -------------------------------------------------
  max-width: 380px
---------------------------------------------------*/
@media only screen and (max-width: 991px) {
    /*----------------------------------------------
        GENERAL
    -----------------------------------------------*/

    body {
        background: #ffffff none repeat scroll 0 0;
        color: #232938;
        font-family: Roboto, Verdana !important;
        font-size: 4vw;
        padding-top: 0px;
        overflow-x: hidden;
    }

    p {
        color: #232938;
        line-height: 3.5vh;
        margin-bottom: 25px;
        font-size: 5vw;
    }

    .h2, h2 {
        font-size: 1.5rem;
    }

    .h4, h4 {
        font-size: 1.2rem;
    }

    .h5, h5 {
        font-size: 1rem;
    }

    .h6, h6 {
        font-size: 0.7rem;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    .form-group {
        margin-bottom: 0.5rem;
    }

    .btn {
        padding: 5px 15px;
        font-size: 2vh; /*before 2.5vh*/
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -0.5em;
        margin-left: -0.5em;
    }

    .top-header {
        width: 100%;
        display: none;
    }

    .ripple {
        line-height: 32px;
        height: 32px;
        width: 32px;
    }

        .ripple i {
            font-size: 14px;
        }

    .custom-container {
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 4%;
        padding-right: 4%;
    }

    .content_wrap {
        position: relative;
        top: 12vh;
        margin-bottom: 100px;
    }

    .breadcrumb_section {
        padding: 15px 0;
        width: 100%;
    }

    /*ub index section*/
    .heading_s2 {
        position: relative;
        padding: 0 2%;
        color: white;
    }

        .heading_s2 h1, .heading_s2 h2, .heading_s2 h3, .heading_s2 h4, .heading_s2 h5, .heading_s2 h6, .heading_s3 h1, .heading_s3 h2, .heading_s3 h3, .heading_s3 h4, .heading_s3 h5, .heading_s3 h6 {
            font-weight: 700;
            font-size: 1rem;
            margin: 0;
            text-transform: capitalize;
        }

    /*ub index section*/
    .view_all {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        position: relative;
        font-size: 0.8rem;
        padding: 0% 2%;
    }

    /*ub: header mobile*/
    .middle-header.sticky-top {
        display: inherit;
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        margin-top: 0px;
        margin: 0 2% 0 0;
        z-index: 1030;
        -webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
        -o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
        animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-animation-fill-mode: none;
        -moz-animation-fill-mode: none;
        -o-animation-fill-mode: none;
        animation-fill-mode: none;
    }

    .middle-header.no-sticky {
        position: fixed;
        z-index: 1030;
        width: 100%;
        margin: 0;
        display: inline;
        padding: 0;
    }

    .left-banner-new {
        height: 360px;
    }

    .unload-popular {
        margin-top: 125px;
    }

    .left-banner-favorite {
        height: 360px;
    }
    
    .left-banner-img{
        max-width: 70%;
        margin-top: 45px;
    }

    .product_box2 {
        height: 315px;
    }

    .scrollup {
        background-color: #171717;
        bottom: 16%;
        color: #ffffff;
        font-size: 20px;
        height: 35px;
        line-height: 36px;
        position: fixed;
        right: 20px;
        text-align: center;
        width: 40px;
        z-index: 99;
    }

    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0.25em;
    }

    .heading_tab_header {
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #ddd;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 1%;
        margin-top: 1%;
        position: relative;
    }

    .list-group-item {
        display: flex;
        align-items: center;
    }

    .section {
        top: 0px;
    }

        .section.small_pt, .footer_top.small_pt {
            padding-top: 20px;
        }

    .form-control {
        height: 5vh;
        padding: 5px 5px;
        font-size: 1em;
    }

        .form-control:focus {
            height: 5vh;
        }

        .form-control::placeholder {
            font-size: 1.7vh;
            font-style: italic;
            color: #03a56a;
        }

    .form-check-input {
        position: absolute;
        margin-top: 0px;
        margin-left: 0px;
    }

    img {
        max-width: 100%;
    }

    /*----------------------------------------------
        #SCROLLING
    -----------------------------------------------*/

    ::-webkit-scrollbar {
        width: 5px;
        height: 7px;
    }

    ::-webkit-scrollbar-button {
        width: 0px;
        height: 0px;
    }

    ::-webkit-scrollbar-thumb {
        background: #525965;
        border: 0px none #ffffff;
        border-radius: 0px;
    }

        ::-webkit-scrollbar-thumb:hover {
            background: #525965;
        }

        ::-webkit-scrollbar-thumb:active {
            background: #525965;
        }

    ::-webkit-scrollbar-track {
        background: transparent;
        border: 0px none #ffffff;
        border-radius: 50px;
    }

        ::-webkit-scrollbar-track:hover {
            background: transparent;
        }

        ::-webkit-scrollbar-track:active {
            background: transparent;
        }

    ::-webkit-scrollbar-corner {
        background: transparent;
    }

    .nav_profile::-webkit-scrollbar,
    .nav_scroll_menu::-webkit-scrollbar {
        display: none;
    }

    /*----------------------------------------------
        #HEADER - PENCARIAN 
    -----------------------------------------------*/
    .header_wrap {
        width: 100%;
        display: inline;
    }

    /*digunakan untuk logo gambar*/
    .navbar-brand {
        padding: 0 0 0 10px;
        vertical-align: top;
        margin: 0;
        max-width: 100%;
    }

    .middle-header {
        padding: 0px !important;
        box-shadow: 0 0 5px rgba(0,0,0,0.15);
        height: 7vh;
        background-color: white;
    }

        .middle-header.sticky-top .navbar-brand {
            display: none;
        }

    .product_search_form {
        max-width: 100%;
        display: inline;
        position: fixed;
        top: 40px;
        z-index: 9;
        width: 100%;
        padding: 1vh 0;
        background-color: #fff;
    }

        .product_search_form.show {
            display: block;
        }

    .rounded_input .form-control, .rounded_input input {
        border-radius: 30px;
        height: 5vh;
        padding: 2vh 4vw;
    }

    .search_btn2 {
        position: absolute;
        right: 1.5vw;
        background-color: #FF324D;
        border: 0;
        border-radius: 100%;
        font-size: 5vw;
        top: 0.5vh;
        color: #fff;
        z-index: 9;
        width: 9vw;
        height: 4vh;
        z-index: 1040;
    }

    .middle-header.sticky-top .product_search_form {
        display: inline;
        position: initial;
    }

    .product_search_form.rounded_input input::placeholder,
    .product_search_form.rounded_input input:-ms-input-placeholder,
    .product_search_form.rounded_input input::-webkit-input-placeholder {
        font-size: 14px;
    }

    /*----------------------------------------------
        #BANNER
    -----------------------------------------------*/
    .banner_wrap {
        background: none !important;
    }

    .indicators_style3 li {
        background-color: #333;
        border-radius: 100%;
        width: 4vw;
        height: 2vh;
        background-clip: inherit;
        border: 0;
        margin: 5px;
        position: relative;
    }

    .banner_section {
        position: relative;
        z-index: 1020;
        top: 120px;
    }

        .banner_section:not(.full_screen), .banner_section:not(.full_screen) .carousel-item, .banner_section:not(.full_screen) .banner_content_wrap, .banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
            height: 30vh;
        }

    .banner_section {
        position: relative;
        z-index: 1020;
        top: 13vh;
    }

    .owl-theme .owl-dots {
        font-size: 0;
        margin: 2vh 0 2vh 0;
    }

        .owl-theme .owl-dots .owl-dot span {
            background-color: transparent;
            border: 1px solid #FF324D;
            height: 2vh;
            width: 4vw;
            cursor: pointer;
            margin: 0 1vw;
            opacity: 1;
            transition: all 0.3s ease-in-out;
        }

    .nav_style3.owl-theme .owl-nav [class*="owl-"], .nav_style4.owl-theme .owl-nav [class*="owl-"] {
        position: absolute;
        top: -45px;
        border-radius: 0;
        right: 0;
        height: auto;
        width: auto;
        background-color: transparent;
    }

    .nav_style3.owl-theme .owl-nav .owl-prev {
        right: 40px;
    }

    .carousel_slider .ads_wrap {
        margin: 10px !important;
        width: 40vw;
    }

    .carousel-indicators {
        position: absolute;
        top: 90px;
        right: 0;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: left;
        padding-left: 0;
        margin-right: 5%;
        margin-left: 5%;
        list-style: none;
    }

    .carousel-control-next, .carousel-control-prev {
        height: 5vh;
        width: 13vw;
        top: 7vh;
    }

    .carousel-control-prev {
        left: 2vw;
    }

    .carousel-control-next {
        right: 2vw;
    }

    .product_action_cart {
        max-width: 100%;
        position: absolute;
        top: 0px;
        /* margin: 5px; */
    }

    .carousel-caption {
        position: absolute;
        top: 0;
        right: 0vw;
        bottom: 75px;
        left: 0;
        z-index: 1040;
    }

        .carousel-caption p {
            font-size: 1.5vh;
            right: 0;
            bottom: 1%;
            padding: 2px 5px;
            margin: 1px;
            background-color: #DC3545;
        }

    /*----------------------------------------------
        #CATEGORY
    -----------------------------------------------*/
    .outside_list_container {
        padding: 1vh 1vw;
        background-color: #DC143C;
        border-radius: 10px 10px 20px 20px;
        border: 1px solid #ddd;
        box-shadow: 5px 2px 5px 1px rgba(64,60,67,.16);
    }

        .outside_list_container a {
            font-size: 12px;
            color: #fff;
        }

    ul.list_category li {
        display: block;
        flex: 1 0 100%;
        height: 5vh;
        background-color: #3AAFA9;
        justify-content: start;
        border-radius: 7px !important;
        margin: 0.2vh 0;
        padding: 1vh 1vh;
    }

        ul.list_category li a {
            color: #fff;
            font-size: 1.5vh;
        }

            ul.list_category li a .badge {
                font-size: 100%;
            }


    /*----------------------------------------------
        #HEADER - WISHLIST & CART
    -----------------------------------------------*/
    .navbar-nav.attr-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        padding-right: 10%;
    }

        .navbar-nav.attr-nav li .nav-link {
            padding: 10px 5px;
            position: relative;
            white-space: nowrap;
        }

        /*ub:header*/
        .navbar-nav.attr-nav li {
            float: none;
            width: 100%;
            text-align: center;
            margin-right: 5%;
        }

    .nav > li > a {
        white-space: pre-wrap;
        padding: 12px 10px 12px !important;
    }

    .nav.style1 > li > a {
        white-space: pre-wrap;
        padding: 5px 10px 5px !important;
        border: 1px solid #ccc;
        border-radius: 20px !important;
        background-color: #f2f2f2;
        margin: 15px 0px 0px 0px;
    }

    .nav.style1 .nav-link.active {
        color: #fff;
        background-color: #FF5F1F;
    }

    /*digunakan untuk wishlist dan login*/
    .navbar-nav.attr-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        padding-right: 5%;
        padding-left: 5%;
    }

        .navbar-nav.attr-nav li .nav-link i {
            font-size: 7vw;
        }

    .logo_img {
        display: block;
        max-width: 50%;
    }
    /*----------------------------------------------
        #LOGIN
    -----------------------------------------------*/
    .credential_area {
        display: none;
    }

    .account_profile {
        display: none;
    }
    /*.credential_area {
        width: 100%;
        display: none;
        position: absolute;
        left: 65%;
        right: 0%;
        top: 130%;
        z-index: 1010;
    }*/
    .btn_login {
        border-width: 1px;
        cursor: pointer;
        text-transform: capitalize;
        border-radius: 5px;
        display: table-cell;
        padding: 4px 10px;
    }

    .rounded_login2 .floating-label {
        position: absolute;
        pointer-events: none;
        left: 5%;
        top: 50%;
        transition: 0.2s ease all;
        color: #03a56a;
    }

    /*----------------------------------------------
        #FOOTER
    -----------------------------------------------*/
    footer {
        overflow: hidden;
        border-top: 1px solid red;
        display: block;
        position: relative;
        z-index: 1040;
    }

        /*ub header*/
        footer .widget_title {
            margin-top: 4%;
            margin-bottom: 2%;
            font-weight: 900;
            text-transform: uppercase;
        }

    /*ub header*/
    .widget_links li {
        list-style: none;
        margin: 2% 0%;
        border-bottom: 1px solid #e9e9e9;
    }

        /*ub header*/
        .widget_links li:last-child {
            list-style: none;
            margin: 2% 0%;
        }

    .accordion {
        padding: 0% 3%;
        background-color: #fff;
    }

    .sticky_footer {
        background-color: transparent;
        z-index: 1010;
        display: none;
    }

    .sticky_footer {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        display: block;
        -webkit-animation: slideInUp 0.65s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-animation: slideInUp 0.65s cubic-bezier(0.23, 1, 0.32, 1);
        -o-animation: slideInUp 0.65s cubic-bezier(0.23, 1, 0.32, 1);
        animation: slideInUp 0.65s cubic-bezier(0.23, 1, 0.32, 1);
        z-index: 1040;
    }

    .footer.menu_toggle {
        font-size: 2em;
        color: #03a56a !important;
    }

    .sticky_footer .thumbnail {
        width: 60%;
        border-radius: 50%;
        margin: 0;
        height: 35px;
        overflow: hidden;
    }
    /*----------------------------------------------
        #FLASHDEAL
    -----------------------------------------------*/
    /*ub flashdeal*/
    .deal_content .product_info {
        margin: 0px;
        padding: 1% 3%;
    }

    .price {
        color: #FF324D;
        font-weight: 700;
        font-size: 3.5vw;
        padding: 0.5vw 0.5vw;
        border: 1px solid grey !important;
        border-radius: 20px;
        /* margin: 5px; */
    }

    /*ub flashdeal*/
    .sisa_waktu {
        padding-top: 2px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
    }

        /*ub flashdeal*/
        .sisa_waktu h5 {
            font-size: 5vw;
            font-weight: bold;
        }

    /*ub flashdeal*/
    .deal_wrap .countdown_box .countdown {
        font-size: 18px;
    }

    .countdown_style4 .countdown_box .countdown-wrap {
        text-align: center;
        background-color: #f2f2f2;
        width: 100%;
        height: 7vh;
        border-radius: 5px;
    }

    .countdown_style1 .countdown_box::before {
        font-size: 4vh;
    }

    .countdown_box .countdown {
        color: #292b2c;
        font-size: 3vh !important;
        font-weight: 800;
    }

    .countdown_time .cd_text {
        display: block;
        font-size: 3vw;
    }

    .flashdeal-flash {
        display: flex !important;
        justify-content: center !important;
    }

    .flash_deal_title {
        position: relative;
        color: white;
        font-weight: 700;
        font-size: 1rem;
        margin: 0;
        text-transform: capitalize;
    }

    .deal_wrap {
        border: 2px solid #FF324D;
        border-radius: 0px;
        background-color: white;
        box-shadow: 0 0 7px rgba(0,0,0,0.1);
        padding: 1.5vh 0;
    }

    .h5.product_title, h5.product_title {
        font-size: 3vw;
    }

    .product_meta {
        background-color: #C0ECCC;
        line-height: 3vh;
        padding: 10px 0px;
        border-radius: 0 0 20px 20px;
    }

        .product_meta .inside .price {
            color: #FF324D;
            font-weight: 700;
            font-size: 5vw;
            line-height: 0;
            padding: 0;
            border: none !important;
        }

        .product_meta .inside del {
            color: #919191;
            font-size: 4vw;
            align-items: center;
        }

        .product_meta .box {
            background-color: #FFF;
            border-radius: 10px;
            padding: 5px;
            opacity: 0.75;
        }

            .product_meta .box .stock {
                background-color: #FFF;
                color: #FF4500;
                padding: 0 0;
                display: flex;
                justify-content: center;
                opacity: 0.75;
                font-weight: 700;
            }

    /*----------------------------------------------
        #PRODUCT
    -----------------------------------------------*/

    .product_box {
        margin-bottom: 30px;
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 7px rgba(0,0,0,0.1);
        width: 45vw;
        height: 18.5em;
        /* margin: 10px; */
    }

    /*ub product*/
    .product_list .product_wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center !important;
        padding: 2% 3%;
        max-height: 10%;
        max-width: 100%;
    }

    .flex_product_row {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product_img {
        position: relative;
        overflow: hidden;
        padding: 0;
        height: 7em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pr_flash {
        position: absolute;
        left: 0.5em;
        top: 0.5em;
        text-transform: uppercase;
        color: #fff;
        padding: 0.5em 0.5em;
        font-size: 0.7em;
        z-index: 1;
    }

    .product_box .product_info {
        position: relative;
        height: 120px;
    }

    .product_info {
        padding: 0.5em;
    }

    .product_list .product_info {
        padding: 0px 0 0 5px;
        text-align: left;
        max-width: 100%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-height: fit-content;
    }

    .product .product_title, .product_box .product_title, .product_wrap .product_title {
        display: block;
        height: 10vw;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        text-transform: capitalize;
        font-size: 3vw;
        font-weight: 600;
    }

    .product_price {
        display: block;
        line-height: 1.5em;
        border-radius: 50px;
    }

        .product_price del {
            margin-left: 0.5em;
            color: #919191;
            font-size: 3vw;
        }

    .rating_num {
        display: none;
    }

    .stock {
        display: inline-flex !important;
    }

    .rating_wrap .rating {
        overflow: hidden;
        position: relative;
        height: 2vh;
        font-size: 3vw;
        width: 70px;
        font-family: "Font Awesome";
        display: inline-block;
        vertical-align: middle;
    }

    .rating::before {
        font-size: 3vw;
        content: "\f005\f005\f005\f005\f005";
        top: 0;
        position: absolute;
        left: 0;
        float: left;
        color: #F6BC3E;
    }

    .product_rate::before {
        font-size: 3vw;
        content: "\f005\f005\f005\f005\f005";
        top: 0;
        position: absolute;
        left: 0;
        font-weight: 900;
    }

    .cart_btn {
        font-size: 12px;
        display: inline-flex;
        vertical-align: middle;
    }

        .cart_btn .add_wishlist {
            background-color: #fff;
            color: #DC3545;
            padding: 5px;
            border-radius: 10px;
            border-width: 0px;
        }

        .cart_btn .add_cart {
            background-color: #DC3545;
            color: #fff;
            padding: 5px;
            border-radius: 10px;
            border-width: 0px;
        }

    /*----------------------------------------------
        #PROMO, DISCOUNT, AND FLASHDEAL
    -----------------------------------------------*/
    .ads_title {
        display: block;
        width: 100%;
        font-size: 6vw;
        font-weight: 700;
        text-transform: uppercase;
    }

    .ads_price {
        display: block;
        width: 100%;
        color: #dc3545;
        font-size: 5vw;
        font-weight: 700;
    }

    .ads_calendar {
        font-size: 1em;
    }

    .ads_action_box {
        position: absolute;
        top: 14vh;
        left: 0;
        bottom: 0%;
        right: 0px;
    }

        .ads_action_box li {
            -webkit-transform: translate(0, 15px);
            -ms-transform: translate(0, 15px);
            -o-transform: translate(0, 15px);
            transform: translate(0, 15px);
            opacity: 0;
        }

            .ads_action_box li:nth-child(1) {
                -webkit-transition: all 0.2s ease 0s;
                -o-transition: all 0.2s ease 0s;
                transition: all 0.2s ease 0s;
            }

            .ads_action_box li:nth-child(2) {
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

            .ads_action_box li:nth-child(3) {
                -webkit-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }

            .ads_action_box li:nth-child(4) {
                -webkit-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
            }

    .ads_action_btn {
        display: block;
        margin: 0 auto;
    }

        .ads_action_btn li {
            position: relative;
            margin: 5px 5px;
            display: block;
        }

            .ads_action_btn li a {
                background-color: #fff;
                box-shadow: 0 0 5px rgba(0,0,0,0.2);
                line-height: 3vh;
                transition: all 0.3s ease-in-out;
                display: block;
            }

                .ads_action_btn li a.information {
                    font-size: 2vh;
                    width: 35vw;
                    height: 3vh;
                    display: block;
                    text-align: center;
                }

                    .ads_action_btn li a.information:hover {
                        background-color: #dc3545;
                        color: #fff;
                    }

                .ads_action_btn li a.zoom {
                    display: none;
                }

                .ads_action_btn li a.link {
                    display: none;
                }

    .ads_wrap .ads_action_btn li a i {
        vertical-align: middle;
        line-height: 2vh;
        font-size: 2vh;
        font-weight: 800;
    }

    /*----------------------------------------------
        #ABOUT
    ------------------------------------------------*/
    .heading_s1 {
        margin-bottom: 25px;
        text-align: center !important;
    }

    .breadcrumb_section.page-title-mini {
        padding: 90px 0px 0px 0px;
    }

    .page-title-mini .page-title h1 {
        font-size: 2.5vh;
    }

    .page-title-mini .breadcrumb li {
        font-size: 1.5vh;
    }

    .paragraph ul, .paragraph li, .paragraph ol {
        margin: 10px 15px;
        padding: 0;
        font-size: 15px;
    }

    .team_style1 .team_title span {
        display: block;
        font-size: 2.2vh;
        font-weight: 700;
        color: #6c757d;
    }

    /*----------------------------------------------
        #LOCATION
    ------------------------------------------------*/

    .contact_map2 {
        height: 35vh;
    }


    /*----------------------------------------------
        #TERM CONDITIONS
    ------------------------------------------------*/
    .tocify {
        display: block;
        position: initial;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        border-radius: 20px;
        padding: 15px;
        margin-bottom: 30px;
        margin-top: 2vh;
    }

    table {
        border: 0;
    }

        table thead {
            display: none;
        }

        table tr {
            /*border-bottom: 2px solid #ddd;*/
            border-bottom: none !important;
            display: block;
            margin-bottom: 10px;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: 13px;
            text-align: left;
            width: 100%;
        }

            table td:last-child {
                border-bottom: 0;
            }

            table td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

    /*----------------------------------------------
        #LOGIN SIGNUP
    ------------------------------------------------*/
    .page-title-login {
        padding: 15px 0px 0px 0px;
    }



    .carousel_section.ads_slider, .carousel_section.ads_slider .carousel-item, .carousel_section.ads_slider .banner_content_wrap, .carousel_section.ads_slider .banner_content_wrap .carousel-item {
        height: 200px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
    }

    .login_wrap .carousel-indicators {
        top: 170px;
    }

    .login_wrap .carousel-control-next,
    .login_wrap .carousel-control-prev {
        top: 16vh;
    }

    .container_login {
        height: 100%;
        display: table !important;
        margin: 0;
        padding: 0;
    }

    .table_footer {
        display: table-footer-group !important;
    }

    .table_header {
        display: table-header-group !important;
    }

    .btn_icon {
        color: lightgrey;
        font-size: 25px;
        width: 50px;
        height: 35px;
        right: -5px;
        position: absolute;
        transform: translate(0,-90%);
    }

    .front_icon {
        color: #03a56a;
        font-size: 15px;
        position: relative;
        left: 0%;
    }

    .rounded_signup .floating-label {
        position: absolute;
        pointer-events: none;
        left: 15px;
        top: 35%;
        transition: 0.2s ease all;
        color: #03a56a;
    }

    .rounded_signup input:focus ~ .floating-label,
    .rounded_signup input:not(:focus):valid ~ .floating-label,
    .rounded_signup input:valid ~ .floating-label {
        top: -10%;
        bottom: 0px;
        left: 5px;
        font-size: 11px;
        opacity: 1;
    }

    .rounded_signup .form-control, .rounded_signup input {
        border-top: none;
        border-right: none;
        border-left: none;
        height: 6vh;
        width: 100%;
        font-size: 2vh;
        padding: 0;
        line-height: 1.2em;
    }

    .logo_header {
        position: absolute;
        max-width: 28vw;
        top: 2vh;
    }

    .toggle {
        float: left;
        margin: 0;
        width: 20vw;
    }

        .toggle a {
            padding: 10px 15px 0;
            margin: 0;
            cursor: pointer;
        }

    .photo_profile_area {
        display: none !important;
    }

    .logout_area {
        display: none !important;
    }

    .grid-nav {
        width: 25vw;
        height: 10vh;
        display: grid !important;
        line-height: 2vh;
    }

    /*----------------------------------------------
        #HEADER MENU
    ------------------------------------------------*/


    .nav-md .container.body .right_col {
        width: 100%;
        padding-right: 0;
        position: relative;
        top: 10vh;
    }

    .x_content {
        position: relative;
        bottom: 15vh;
    }

    .x_tab {
        position: relative;
        bottom: 14vh;
        width: 100%;
        clear: both;
    }

    .dashboard_menu {
        width: 100%;
        box-shadow: none;
    }

    .scroller {
        display: none;
        position: relative;
        padding: 0px;
        padding-top: 0vh;
        width: 8vw;
        height: 10vh;
        line-height: 10vh;
        background-color: #fff;
        text-align: center;
        box-shadow: 0 0 5px rgba(0,0,0,0.15);
    }

    .card-text .scroller {
        height: 7vh;
        line-height: 7vh;
    }

    .scroller-right {
        float: right;
        right: 0vw;
    }

    .scroller-left {
        float: left;
        left: 0vw;
    }

    .nav_profile, .nav_scroll_menu {
        white-space: nowrap;
        overflow-x: auto;
    }

        .nav_profile .nav, .nav_scroll_menu .nav {
            display: contents !important;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }

            .nav_profile .nav > li,
            .nav_scroll_menu .nav > li {
                position: relative;
                display: inline-block !important;
            }

    .profile_member {
        border: none !important;
    }

        .profile_member table tr {
            border-top: none;
            border-bottom: none;
        }

        .profile_member table td {
            width: 100% !important;
            text-align: start;
            border-top: none;
            border-bottom: 1px solid #ccc;
            display: flex;
        }

        .profile_member h6 {
            font-size: 14px;
            font-weight: 700;
            /* letter-spacing: 0.1em; */
            width: 100%;
        }

{
}

.nav.side-menu > li, .main_menu_side .nav.side-menu > li {
    position: relative;
    display: block;
    background-color: #26B99A;
    color: #fff !important;
    text-align: center;
    font-size: 1em;
}

    .nav.side-menu > li > a {
        color: #fff;
        font-weight: 500;
        padding: 0 !important;
    }

    .main_menu_side .nav.side-menu > li > a {
        color: #fff;
        font-weight: 500;
        padding: 10px 10px !important;
    }

.footer_main_menu.nav-mobile .nav.side-menu > li {
    position: relative;
    display: block;
    width: 80%;
    padding: 10px 10px;
    margin: 5px auto;
    border-radius: 20px;
    background-color: #26B99A;
    color: #fff !important;
    text-align: center;
    font-size: 1em;
    line-height: 5px;
}

.nav-md .container.body .col-md-3.left_col.nav-mobile {
    display: block;
    position: fixed;
    top: 50px;
    left: -2vw;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.footer_main_menu.nav-mobile {
    display: block;
    position: fixed;
    top: 45px;
    left: 0vw;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-md .profile, .nav-md .sidebar-footer {
    display: none
}
/*----------------------------------------------
        #DASHBOARD
    ------------------------------------------------*/
.card {
    min-width: 100px;
    width: 100%;
    margin: 3vh 0;
}

.tracking-wrap .tracking-title {
    font-size: 1.8vh;
    margin-bottom: 0rem;
    display: block;
}

.countdown_time {
    display: table;
    width: 100%;
    font-size: 1.5vh !important;
}

    .countdown_time span {
        font-size: 2vh !important;
    }

.tracking-steps .step .text {
    display: none;
}

.tracking-steps .step.active .text {
    color: blue;
}

.voucher .voucher_title,
.voucher .voucher_info,
.voucher .voucher_code,
.voucher .badge {
    font-size: 1vh;
    font-weight: 600;
}

/*----------------------------------------------
    #MAP ADDRESS AREA
------------------------------------------------*/

.map_adress_area {
    height: 200px;
    width: 200px;
}

#map {
    width: 100%;
    margin: 0px 0px;
}

/*----------------------------------------------
        #VIEW ALL
    ------------------------------------------------*/

.card_menu_title {
    margin-bottom: 0;
    line-height: 2.5vh;
    font-size: 2.5vh;
    font-weight: 700;
    padding: 2vh;
}

.icon_control {
    margin-top: 0px;
    float: right;
    font-size: 3vh;
    padding: 2vh;
}
/*---------------------------------------------
        #MENU SIDEBAR
    -----------------------------------------------*/
.card_menu_header,
.card_menu_title {
    color: #293250;
    background-color: #0AD48B;
}

    .card_menu_header a {
        display: none;
    }

.card_menu.show #show-sidebar,
.card_menu.show .filter-group,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#close-sidebar {
    display: block;
}

#show-sidebar {
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 0 4px 4px 0px;
    width: 50vw;
    transition-delay: 0.3s;
    z-index: 1020;
    background-color: #0AD48B;
    color: #fff;
}

.card_menu.show #show-sidebar {
    left: -70vw;
}

.card_menu .filter-group {
    position: fixed;
    top: 0px;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.card_menu.show .filter-group {
    left: 0vw;
}

.filter-content {
    overflow-y: auto;
    overflow-x: hidden;
    display: contents;
}

    .filter-content .card_segment {
        background-color: #fff;
    }

.outside_list_container {
    display: none;
}

.pagination_area {
    display: none !important;
}

.mobile_pagination_area {
    display: block !important;
}

.pagination .page-item a {
    color: #0E93D8;
    text-align: center;
    padding: 0px;
    z-index: 1;
    text-transform: capitalize;
}

.pagination_style1 li, .pagination_style2 li, .pagination_style3 li, .pagination_style4 li {
    margin: 0 10px;
    line-height: 3vh;
}

.pagination_style1 .page-item a {
    border: 2px solid #dee2e6;
    border-radius: 0 !important;
    color: #232938;
    line-height: 4vh;
    font-size: 3em;
    margin-left: 0px;
    width: 9vw;
    height: 5vh;
}

/*---------------------------------------------
        #NAVBAR CART BOX
    -----------------------------------------------*/
.navbar-nav .dropdown-menu.wishlist_box {
    position: absolute !important;
    display: block;
    top: 100% !important;
    right: -54px;
}

.navbar-nav .dropdown-menu.cart_box {
    position: absolute !important;
    display: block;
    top: 100% !important;
    right: -5px;
}

.cart_box .cart_list, .wishlist_box .wishlist_items {
    width: 100%;
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
}

.navbar-nav .dropdown-menu.cart_box, .navbar-nav .dropdown-menu.wishlist_box {
    width: 100vw;
    height: 100vh !important;
    z-index: 1020;
}

.cart_list img, .wishlist_items img {
    background-color: #ffffff;
    float: left;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.cart_list .info_cart_list, .wishlist_items .info_wish_list {
    padding: 0 5px !important;
    width: 50vw;
    font-size: .8em;
    text-align: left;
}

.cart_list .img_cart_list, .wishlist_items .img_wish_list {
    width: 30vw;
    height: 35vw;
    border: 1px solid #ddd;
}

.on_sale {
    display: inline-block;
    color: #26B99A;
    font-size: 14px;
    font-weight: 700;
}

.cart_footer {
    border-top: 1px solid #FF324D;
}

/*---------------------------------------------
        #CHECKOUT
    -----------------------------------------------*/
.table_cart table, .table-amount table,
.table_cart tbody, .table-amount tbody,
.table_cart th, .table-amount th,
.table_cart td, .table_cart tr, .table-amount tr {
    display: block;
}

.table-amount {
    background-color: #C0ECCC;
}

    .table-amount tr, .recipient_info_table tr {
        border-bottom: 1px solid #FF324D;
    }

    .table-amount td {
        display: table-cell;
    }

.table_cart thead {
    display: none;
}

.table_cart tr {
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 40vh;
}

.table_cart td, .table-amount td, .order_table td, .order_table th, .recipient_info_table td {
    position: relative;
    border: none;
    /*border-bottom: 1px solid #eee;*/
    margin-left: 0%;
    width: 100%;
}

    .table_cart td:nth-of-type(1) {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .table_cart td:nth-of-type(2) {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
        height: 12vh;
        padding: 0;
    }

    .table_cart td:nth-of-type(3) {
        position: relative;
        top: -4vh;
        left: 0;
        text-align: left;
        width: 50%;
        padding: 0 5vw;
    }

    .table_cart td:nth-of-type(4) {
        position: relative;
        top: -8vh;
        right: -45vw;
        text-align: right;
        width: 50%;
        padding: 0;
    }

    .table_cart td:nth-of-type(5):before {
        position: relative;
        content: "Harga Total Produk";
        font-size: x-small;
        font-style: italic;
        top: 0vh;
        left: 10vh;
    }

    .table_cart td:nth-of-type(5) {
        position: relative;
        top: -7vh;
        left: 0;
        justify-content: center;
        text-align: center !important;
        font-size: large;
        font-weight: 800;
        width: 100%;
        padding: 0 5vw;
        border-radius: 0px 0px 20px 20px;
        border-top: 1px dashed #FF324D;
        background-color: #f2f2f2;
        height: 9vh;
    }

    .table_cart td:nth-of-type(6) {
        position: relative;
        top: -46vh;
        right: 0;
        text-align: right;
    }

.table_cart float-text {
    float: left !important;
}

.quantity .qty {
    float: left;
    width: 15vw;
    height: 10vw;
    border: 1px solid #ddd;
    background-color: transparent;
    text-align: center;
    padding: 0;
    margin: 3px;
}

.quantity .minus, .quantity .plus {
    background-color: #eee;
    display: block;
    float: left;
    border-radius: 0px;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 7vw;
    height: 10vw;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
    margin: 4px;
}

.order_table .table td:nth-of-type(1) {
    display: table-cell;
    position: relative;
    top: 0vh;
    right: 0;
    text-align: left;
    width: 60%;
    font-size: 2vh;
}

.order_table .table td:nth-of-type(2) {
    display: table-cell;
    position: relative;
    top: 3vh;
    right: 0;
    text-align: left;
    width: 10%;
}

.order_table .table td:nth-of-type(3) {
    display: table-cell;
    position: relative;
    top: 3vh;
    right: 0;
    text-align: right;
    width: 30%;
}

.order_table .table tfoot th:nth-of-type(1) {
    display: table-cell;
    position: relative;
    top: 0vh;
    right: 0;
    text-align: left;
    width: 50%;
}

.order_table .table tfoot td:nth-of-type(1) {
    display: table-cell;
    position: relative;
    top: 0vh;
    right: 0;
    text-align: left;
    width: 15%;
}

.order_table .table tfoot td:nth-of-type(2) {
    display: table-cell;
    position: relative;
    top: 0vh;
    right: 0;
    text-align: left;
    width: 30%;
}

.order_review {
    padding: 10px;
    margin: 10px 0px;
}

.recipient_info_table td:nth-of-type(1), .recipient_info_table td:nth-of-type(3) {
    display: table-cell;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    text-align: left !important;
}

.product-thumbnail img {
    max-width: 75vw;
}

#table_payment_channel tr {
    height: 100px;
    display: table-row;
}

    #table_payment_channel tr td {
        border: none;
    }

#table_payment_channel td:nth-of-type(1) {
    display: table-cell;
    padding: 0 10px;
    margin: 0 10px;
}

#table_payment_channel td:nth-of-type(2) {
    display: flex;
    position: relative;
    left: 2vw;
    top: 0vw;
    margin: auto 10px;
    height: 12vh;
}

#table_payment_channel td:nth-of-type(3) {
    display: flex;
    position: relative;
    left: 2vw;
    padding: 0 10px;
    margin: 0 10px;
}

}
