/* =========== for all dekstop version css ============*/

* {
    outline: none !important;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="email"],
input[type="password"],
.input-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    /*border-radius: 0;*/
    outline: none;
}

input[type="submit"] {
    filter: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    text-shadow: none;
    outline: none;
}

.row {
    margin: 0;
}

.center {
    text-align: center;
}

img {
    color: transparent;
}


/* ==== header ==== */


/* The container */

.cont_check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.cont_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.cont_check:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.cont_check input:checked~.checkmark {
    background-color: #e0a526;
}

.cont_check input:disabled~.checkmark {
    background-color: #cecece !important;
}

.f_aform.f_aform_child {
    display: none;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.cont_check input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.cont_check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cont_check a {
    color: #e0a526;
}

.header {
    /*background: transparent linear-gradient(149deg, #FE664E 0%, #FE5461 100%) 0% 0% no-repeat padding-box;*/
    background: transparent linear-gradient(270deg, #a87c1c 0%, #eac67c 100%) 0% 0% no-repeat padding-box;
    /* height: 172px; */
    height: auto !important;
    z-index: 100;
    overflow: unset;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}


/* .sticky {} */

.bx_head_top {
    padding-left: 100px;
    padding-right: 100px;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_head_top.act {
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.col_head_top {
    padding: 0;
}

.ul_head_top {
    display: inline-block;
    list-style: none;
    padding: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0;
}

.ul_head_top li {
    float: left;
    width: auto;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_head_top li a {
    font-family: "Avenir", sans-serif;
    font-size: 12px;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_head_top li a span {
    margin-left: 5px;
    font-size: 10px;
}

.ul_right {
    float: right;
}

.ul_head_bottom {
    display: inline-block;
    list-style: none;
    padding: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0;
}

.ul_head_bottom li {
    float: left;
    width: auto;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 0px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_head_bottom li:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_head_bottom li a {
    font-family: "Avenir", sans-serif;
    font-size: 12px;
    color: #313131;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_head_bottom li a span {
    margin-left: 10px;
}

.ul_head_bottom li a:hover {
    color: #fe5461;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.chk_err {
    display: none;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

#myHeaderDesktop {
    height: 100px;
    background: #fff;
    box-shadow: 0px 3px 6px #91919129;
    border-radius: 20px 20px 0px 0px;
    padding-left: 60px;
    padding-right: 69px;
    /*overflow: hidden;*/
    z-index: 9999;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    display: flex;
}

#myHeaderMobile {
    display: none;
    /* height: 45px; */
    background: #fff;
    box-shadow: 0px 3px 6px #91919129;
    z-index: 9999;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 0;
    padding: 6px 15px 6px 5px;
    /* padding-right: 0; */
}

.bx_web_head_middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bx_web_head_middle>div {
    float: none;
    display: flex;
    align-items: center;
}

.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 0 !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_head_bottom {
    background: #f8f8f8;
    /*display: inline-block;*/
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.header_list_tops {
    /*display: block;*/
    display: none !important;
    /*temporary karena belum ada produk hits*/
    transition: 0.3s;
    -webkit-transition: 0.3s;
}


/*.header_list_tops.act{
	display: none;
	transition: .3s;
    -webkit-transition: .3s
}*/

.col_head_bottom {
    text-align: center;
    margin: auto;
}

.row_homeBanner {
    height: auto;
    background: wheat;
}

.slide_market__banner--mobile {
    display: none !important;
}

.mg_masterLogo {
    text-align: left;
    height: 100px;
    display: block;
}

.mg_masterLogo img {
    height: 100%;
    width: auto;
}

#form_searching {
    /* width: 95%;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col_mn_cat {
    padding: 0px;
}

.col_mn_profile {
    padding: 0;
    height: 45px;
}

.tx_openMenu {
    /* position: absolute;
    right: 0;
    top: 30px;
    line-height: 45px; */
    font-size: 14px;
    color: #e0a526;
    font-weight: 600;
    cursor: pointer;
}

.tx_openMenu.withBorder {
    border-left: 1px solid #e0a526;
    padding: 10px 0 10px 10px;
}

.txt_searchNow {
    width: 84%;
    font-size: 15px;
    color: #000;
    padding-left: 20px;
    padding-right: 50px;
    border-radius: 20px 0px 0px 20px;
    border: 2px solid #e5e5e5;
    padding-top: 6px;
    padding-bottom: 8px;
}

.txt_searchNow:focus {
    border: 2px solid #a87c1c;
}

.sp_searchNow {
    background: #a87c1c;
    width: 16%;
    font-size: 17px;
    color: #fff;
    border-radius: 0px 20px 20px 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0px;
    position: unset;
    text-align: center;
}

.bx_web_notifcart>a {
    display: block;
    position: relative;
    width: 45px;
    height: 100%;
    text-align: center;
    color: #e0a526;
    cursor: pointer;
}

.bx_web_notifcart>a.a_notification {
    width: 29px;
    margin: 0px 22px;
}

.bx_web_notifcart>a>span.glyphicon {
    font-size: 29px;
    display: block;
}

.bx_web_notifcart>a>span:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #ff2525;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    top: -10px;
    right: -7px;
}

#merchant-header-menu>div {
    border-left: 1px solid #dddddd;
    padding-left: 10%;
    width: 80%;
    margin-left: 10%;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.bx_mg_2,
.bx_mg_3 {
    width: 40%;
    float: left;
    text-align: center;
}

.bx_web_merchant {
    width: 35%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid #dddddd;
    padding-left: 4%;
    margin-left: 2%;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.bx_web_merchant span.nm {
    width: 75px;
}

.bx_web_profile {
    width: 32%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 4%;
    margin-left: 2%;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.bx_web_profile span.nm {
    width: 50px;
}

.bx_web_profile .icon_ava {
    /* border: 1px solid #fe5461; */
}

.bx_web_merchant span.nm,
.bx_web_profile span.nm {
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    white-space: nowrap;
    color: #a87c1c;
    font-weight: 600;
}

.bx_web_merchant .icon_ava,
.bx_web_profile .icon_ava {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    overflow: hidden;
}

.bx_web_merchant .icon_ava img,
.bx_web_profile .icon_ava img {
    max-width: 100%;
    max-height: 100%;
}


/* .bx_mg_5 img {} */

.mg_icoavatar {
    position: absolute;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background: #f3f3f3;
    border: 1px solid #fe5461;
    border-radius: 50%;
    overflow: hidden;
}

.mg_icoavatar img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: 100%;
    width: auto;
}

.ico_openProfile {
    font-size: 11px;
    color: #fe5461;
    margin-left: 10px;
}


/* .hus_name {
    margin-left: 25px;
    font-size: 13px;
    color: #E0A526;
    font-weight: 600;
    white-space: nowrap;
} */


/* .mg_cart {
    line-height: 45px;
    cursor: pointer;
} */


/* .mg_cart img {
    height: 25px;
    width: auto;
} */

.sp_c_cart {
    position: absolute;
    margin-left: -10px;
    background: #ff2525;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 10px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
}

.f_container {
    padding-left: 0;
}

.f_errLogin {
    font-size: 14px;
    color: red;
}

.a_loginNow {
    font-size: 15px;
    color: #e0a526;
    font-weight: 600;
    line-height: 45px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}


/* .a_notification {
    font-size: 28px;
    color: #E0A526;
    font-weight: 600;
    line-height: 50px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s
} */

.sp_notif_c {
    position: absolute;
    margin-left: -10px;
    background: #ff2525;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 10px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
}

.a_register {
    background: transparent linear-gradient(90deg, #ffb300 0%, #a87c1c 100%) 0% 0% no-repeat padding-box;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    width: fit-content;
    padding: 11px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.a_register:hover {
    opacity: 0.8;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.fix_loading {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #f3f3f3;
    text-align: center;
    margin: auto;
    padding: 15px;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.fix_loading img {
    height: 45px;
    margin-right: 15px;
}

.fix_loading span {
    margin-left: 5px;
    font-size: 12px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.fix_catMenu {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1500;
}

.fix_catMenu.open {
    display: block;
}

.bx_catMenu {
    position: relative;
    top: -3%;
    width: 68%;
    height: auto;
    /* max-height: 310px;*/
    margin-left: 10%;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    /*overflow: auto;*/
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_catMenu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 27%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f3f3f3;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.col_catMenu {
    padding: 0;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 10px 0px 0px 10px;
}

.col_catMenu2 {
    height: auto;
    padding: 0;
    max-height: 310px;
    overflow: auto;
    border-radius: 10px;
}

.bx_catMenu_cont {
    padding: 15px;
    max-height: 350px;
    overflow: auto;
}

.box_tsMenu {
    display: none;
    text-align: left;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.box_tsMenu.act {
    display: block;
}

.ul_catMenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ul_catMenu li {
    line-height: 30px;
    margin-bottom: 5px;
    cursor: pointer;
}

.ul_catMenu li a {
    font-size: 14px;
    color: #313131;
    font-weight: 600;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_catMenu li.act a {
    color: #e0a526;
}

.ul_catMenu li:hover>a {
    color: #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mg_catMenu {
    float: left;
    width: 35px;
    height: auto;
    text-align: center;
    margin: auto;
    margin-right: 5px;
}

.mg_catMenu img {
    left: 10px;
    height: 20px;
    width: auto;
}

.ht_catMenu {
    line-height: 30px;
    font-size: 14px;
    color: #e0a526;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.bx_cont_catMenu {
    /*display: flex;*/
    column-count: 2;
    column-gap: 24px;
}

.col_in_catMenu {
    position: relative;
    /*width: 50%;*/
    text-align: left;
}

.head_catMenu {
    font-size: 12px;
    color: #313131;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.head_catMenu:hover {
    color: #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_cont_catMenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul_cont_catMenu.child_catMenu {
    margin-bottom: 30px;
}

.ul_cont_catMenu li {
    line-height: 25px;
}

.ul_cont_catMenu li a {
    font-size: 12px;
    color: #313131;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_cont_catMenu li:hover a {
    color: #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}


/* ==== header ==== */


/* ==== footer ==== */

footer {
    border: 0;
    border-top: 10px solid #a87c1c;
}

#inner-footer {}

.row_footer_menu {
    padding-top: 40px;
}

.row_footer_menu_in {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.row_footer_menu_in h1,
.row_footer_menu_in h2,
.row_footer_menu_in h3,
.row_footer_menu_in h4,
.row_footer_menu_in h5,
.row_footer_menu_in h6 {
    font-size: 19px;
}

.row_footer_menu_in.no_bor {
    border: 0;
}

.row_footer_copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

h3.ft_mn {
    font-size: 12px;
    color: #313131;
    font-weight: 500;
}

h1.ht_mn {
    font-size: 14px;
    color: #313131;
    font-weight: 600;
}

.tx_mn {
    font-size: 12px;
    color: #313131;
    font-weight: 500;
}

.tx_copyright {
    font-size: 14px;
    color: #e0a526;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
}

.col_ft_mn {
    padding-left: 5px;
    padding-right: 5px;
}

.ht_sub_ft_mn {
    font-size: 15px;
    font-weight: 700;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 20px;
}

.ul_ft_mn {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul_ft_mn li {
    margin-bottom: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_ft_mn li a {
    font-size: 12px;
    color: #707070;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_ft_mn li a span {
    margin-right: 5px;
}

.ul_ft_mn li a img.support {
    height: 15px;
    width: auto;
    margin-right: 5px;
}

.ul_ft_mn li a:hover {
    color: #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_ft_mn_social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul_ft_mn_social li {
    float: left;
    width: 50px;
    line-height: 50px;
    text-align: center;
}

.ul_ft_mn_social li a {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.ul_ft_mn_social li.ss_fb {
    background: #3c5a99;
}

.ul_ft_mn_social li.ss_twitter {
    background: #00aced;
}

.ul_ft_mn_social li.ss_instagram {
    background: transparent linear-gradient(158deg, #4365c9 0%, #9a3bb0 20%, #ec4a62 51%, #ffd253 100%) 0% 0% no-repeat padding-box;
}

.ul_ft_mn_social li.ss_wa {
    background: #65bc54;
}


/* ==== footer ==== */

.col_homeBanner {
    padding: 0;
}

.mg_slider_homeBanner {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.mg_slider_homeBanner img {
    width: auto;
    height: auto;
}

#slide_homeBanner_desktop {
    background: transparent linear-gradient(270deg, #a87c1c 0%, #eac67c 100%) 0% 0% no-repeat padding-box;
    display: block;
    height: 325px;
    /*display: inline-block;*/
    overflow: hidden;
}

#slide_homeBanner_desktop.owl-carousel .owl-item .mg_slider_homeBanner {
    height: 325px;
}

#slide_homeBanner_desktop.owl-carousel .owl-item img {
    height: 100%;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

#slide_homeBanner_desktop .owl-item {
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#slide_homeBanner_desktop .owl-item.active.center {
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#slide_homeBanner_desktop.owl-theme .owl-dots {
    width: 100%;
    margin: auto;
    margin-top: -25px;
    position: absolute;
    text-align: center;
}

#slide_homeBanner_mobile {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #a7a7a7;
    opacity: 0.5;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    background: #e0a526;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
}

.slide_banner_arrow {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
}

.slide_banner_arrow .def_slide_nav {
    display: block;
    position: absolute;
    z-index: 100;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    opacity: 0.7;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.slide_banner_arrow .def_slide_nav img {
    height: 55px;
    width: auto;
}

.slide_banner_arrow .slide_PrevBtn {
    float: left;
    left: 18%;
}

.slide_banner_arrow .slide_NextBtn {
    float: right;
    right: 18%;
}

.slide_banner_arrow .def_slide_nav:hover {
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mg_ft_mn {
    text-align: left;
}

.mg_ft_mn img {
    height: 30px;
    width: 50px;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 3px;
    object-fit: contain;
}

.fix_topnotif {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.fix_topnotif.open {
    display: block;
}

.bx_topnotif {
    position: relative;
    float: right;
    right: 15%;
    top: -3%;
    width: 24%;
    background: #fff;
    padding: 0;
    padding-bottom: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_topnotif:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f3f3f3;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_in_topnotif {
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.row_topnotif {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.row_topnotif:hover {
    background: #f3f3f3;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.row_topnotif.new {
    background: #F9EDD4;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.col_topnotif {
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.col_topnotif.big {
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.ht_topnotif {
    font-size: 14px;
    color: #434343;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ht_topnotif.noborder {
    border: 0;
}

.ht_topnotif.big,
.ht_topnotif2.big {
    font-size: 16px;
}

.ht_topnotif2 {
    font-size: 14px;
    color: #434343;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
}

.bx_date_topnotif {
    font-size: 11px;
    color: #a8a8a8;
    font-weight: 500;
}

.bx_date_topnotif.big {
    font-size: 13px;
}

.bx_date_topnotif img {
    height: 15px;
    width: auto;
    margin-right: 7px;
}

.bx_date_topnotif span {
    float: right;
}

.bx_date_topnotif span.ntf_new {
    float: none;
    background: #ff1e00;
    font-size: 9px;
    color: #fff;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 7px;
}

.hts_topnotif {
    font-size: 12px;
    color: #313131;
    font-weight: 600;
    margin-top: 5px;
}

.hts_topnotif.big {
    font-size: 13px;
    margin-bottom: 5px;
}

.cont_topnotif {
    font-size: 10px;
    color: #707070;
    font-weight: 500;
}

.cont_topnotif.big {
    font-size: 12px;
}

.row_homePage {
    background: #f8f8f8;
}

.col_choosenCat {
    position: relative;
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    /* padding-left: 80px;
    padding-right: 80px; */
    box-shadow: 0px 3px 6px #91919129;
    border-radius: 10px;
    margin-bottom: 30px;
    z-index: 100;
}

.co_topup {
    padding-right: 0 !important;
}

.co_wallet {
    padding-left: 0 !important;
}

.bx_loyalti {
    position: relative;
    z-index: 100;
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #0000001A;
    opacity: 1;
    margin: 4px 0 3px 0;
}

.bx_isi_loyalti {
    padding: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
}

.title_loyalti {
    color: #000 !important;
    font-weight: 600;
}

.title_loyalti_bold {
    color: #000 !important;
    font-weight: 800;
}

.icon-loyalti-dana {
    width:35px;
    height:35px;
}

.icon-loyalti-badge {
    width:30px;
    height:30px;
}

.kategori-brand-header {
    display: flex;
    justify-content: space-between;
}

.ht_choosenCat {
    font-size: 20px;
    color: #434343;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.ht_choosenCat a {
    float: right;
    color: #e0a526;
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
}

.col_bx_choosenCat {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.col_slideHomeCat {
    width: 100%;
}

.mg_choosenCat {
    position: relative;
    height: 75px;
    width: 75px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #d0b050;
    border-radius: 10px;
}

.mg_choosenCat img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: 100%;
    width: auto;
    /*border: 1px solid rgba(0,0,0,.1);*/
    padding: 10px;
}

#slide_homeKategori.owl-carousel .owl-item img {
    width: auto;
}

.bx_brandPage .mg_choosenCat_brand {
    border: 1px solid #dddddd;
}

.mg_choosenCat_brand {
    position: relative;
    height: 90px;
    width: 90px;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mg_choosenCat_brand img {
    margin: auto;
    height: auto;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    /* position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px; */
}

.mg_choosenCat_brand img.ico_seeall {
    padding: 10px;
}

.tx_choosenCat {
    margin: 0;
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    line-height: 18px;
}

.bx_chcat_2 {
    margin-top: 40px;
}

.col_tabsPromo {
    padding: 0;
    margin-bottom: 30px;
}

.col_tabsUmkm {
    padding: 0;
}

.col_tabsHeader {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.col_tabsUmkm .ht_homepage {
    text-transform: unset;
}

.col_tabsUmkm .col_tabsHeader .product-subtitle {
    display: block;
}

.col_tabsHeader .ht_homepage {
    margin-bottom: 0;
    margin-right: 20px;
}

.row_market {
    margin-left: -7px;
    margin-right: -7px;
}

.market-card {
    margin-bottom: 15px;
    padding: 0 7px 0 7px;
}

.market-image-container {
    overflow: hidden;
    position: relative;
}

.market-image-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.market-image-overlay .bangga-indonesia-logo {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
}

.market-image-overlay .market-name {
    font-size: 45px;
    font-weight: bold;
    font-family: "New York Medium";
}

.market-image-overlay .banner-logo-container {
    border-bottom: 2px solid white;
    width: 50%;
    text-align: center;
}

.market-image-overlay .banner-logo-container.banner-logo-container__store,
.market-image-overlay .banner-logo-container.banner-logo-container__dekranas {
    border-color: #c8a74f;
}

.market-image-overlay .banner-logo-container .banner-logo {
    height: 120px;
    width: auto !important;
}

.market-image-overlay .market-tagline {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
}

.market-image-overlay .market-tagline.market-tagline--dekranas,
.market-image-overlay .market-tagline.market-tagline--store {
    font-size: smaller;
}

.market-image-container img {
    width: 100%;
    border-radius: 20px;
}

.market-image-container .market-image-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ht_homepage {
    font-size: 20px;
    color: #313131;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ht_homepage a {
    float: right;
    color: #e0a526;
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
}

.ht_homepage a span {
    font-size: 10px;
    margin-left: 3px;
}

.row_bnpromo {
    margin-left: -10px;
    margin-right: -10px;
}

.col_bnpromo {
    padding-left: 10px;
    padding-right: 10px;
}

.mg_bnpromo {
    overflow: hidden;
    margin: auto;
}

.mg_bnpromo img {
    width: 100%;
    height: auto;
}

.btn_lainnya {
    width: 100%;
    background: transparent linear-gradient(90deg, #ffb300 0%, #fe5461 100%) 0% 0% no-repeat padding-box;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    margin-top: 20px;
    padding: 10px;
    letter-spacing: 1px;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_info_deals {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 30%;
    padding: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #fff;
}

.bx_info_deals2 {
    position: absolute;
    top: 20px;
    left: 30px;
    right: 30px;
    padding: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #fff;
}

.ht_deals {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #313131;
    margin-bottom: 10px;
}

.info_deals {
    font-size: 12px;
    color: #313131;
    font-weight: 500;
}

.row_wishlist {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}

.col_pagination_shop {
    padding: 0;
}

.col_bx_productList {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.bx_productList {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 3px 6px #91919129;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_productList.skeleton:hover {
    box-shadow: none;
}

.bx_productList.skeleton {
    box-shadow: none;
    width: 100%;
    height: 15px;
    display: block;
    background: linear-gradient( to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), #eac57c34;
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
    animation: shine 1s infinite;
    height: 350px;
}

@keyframes shine {
    to {
        background-position: 100% 0, /* move highlight to right */
        0 0;
    }
}

.bx_productList:hover {
    -webkit-box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mg_productList {
    width: 100%;
    height: 270px;
    padding-top: 103%;
    overflow: hidden;
    position: relative;
    margin: auto;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mg_productList__umkm-badge {
    position: absolute;
    left: 10px;
    bottom: 15px;
    height: 45px !important;
    width: auto !important;
    z-index: 999;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
}

.mg_productList__promo-badge {
    position: absolute;
    left: 10px;
    top: 15px;
    height: 45px !important;
    width: auto !important;
    z-index: 999;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
}

.mg_productList__product-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    z-index: 49;
}

.mg_productList .lazy {
    border-radius: 4%;
    width: 100% !important;
    height: auto;
    position: absolute !important;
    left: 0;
    top: 0;
}

.bx_in_productList {
    height: 170px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 10px 10px 0;
}

#slide_brandDeals.owl-carousel .owl-item .mg_bndeals {
    height: 550px;
}

#slide_brandDeals.owl-carousel .owl-item .mg_bndeals img {
    width: 100%;
    height: auto;
    margin-left: -110px;
    border-radius: 20px;
}


/*.mg_bndeals{
	overflow: hidden;
	margin: auto;
}
.mg_bndeals img{
	width: 100%;
	height: auto;
}
.mg_bndeals img.mg_brandIcon{
    height: 150px;
    width: auto;
    position: absolute;
    top: 0;
    left: 30px;
}*/

.ht_productList {
    line-height: 23px;
    font-size: 15px;
    font-weight: 600;
    color: #434343;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0;
    white-space: nowrap;
}

.tx_price {
    font-size: 17px;
    font-weight: 700;
    color: #ff1e00;
    letter-spacing: 0.3px;
}

.tx_price_sale {
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
    letter-spacing: 0.3px;
    text-decoration: line-through;
}

.tx_price_sale span.pr_diskon {
    color: #fff;
    background: #ff9500;
    padding: 3px;
    font-size: 8px;
    margin-left: 10px;
}

.bx_rate_product img {
    height: 12px;
    width: auto;
}

.sp_rate_info {
    font-size: 12px;
    font-weight: 400;
    color: #aaaaaa;
    line-height: 15px;
}

.mg_heart {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 23px;
    color: #a7a7a7;
    z-index: 50;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: white;
}

.mg_heart .glyphicon {
    right: 1px;
}

.mg_heart img {
    height: 20px;
    width: auto;
}

.mg_heart:hover {
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mg_heart.act {
    color: #ff1e00;
    opacity: 1;
}

.mg_heart.act:hover {
    opacity: 0.5;
}

.row_login {
    background: #f8f8f8;
    margin: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

.col_login {
    background: transparent;
    margin: auto;
    text-align: center;
}

.box_login {
    position: relative;
    width: 42%;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    text-align: left;
}

.ht_login {
    font-size: 20px;
    color: #313131;
    font-weight: 600;
    margin: 0;
    margin-bottom: 35px;
    text-align: center;
}

.ht_forgot {
    font-size: 20px;
    color: #313131;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
}

.ht_register {
    font-size: 20px;
    color: #313131;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}

.ht_sucs_register {
    font-size: 14px;
    color: #a7a7a7;
}

.ok_login {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.ok_login .ok_icon {
    font-size: 40px;
    color: green;
}

.ok_login span {
    width: 100%;
    display: block;
}

.ht_okLogin {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-top: 15px;
}

.info_okLogin {
    font-size: 12px;
    color: #313131;
    font-weight: 500;
    margin-bottom: 35px;
    text-align: center;
}

.ok_login img {
    height: 35px;
    width: auto;
    margin-top: 10px;
}

.f_ad_input {
    position: relative;
    margin-bottom: 20px;
}

.f_ad_input label {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2.5px;
}

.f_ad_input {
    margin-bottom: 15px;
}

.f_ad_input label {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2.5px;
}


/*.f_ad_input .login_ico{
    position: absolute;
    left: 55px;
    line-height: 35px;
    font-size: 14px;
    color: #999;
    z-index: 500;
}*/

.ad_input {
    width: 100%;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    color: #000;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding-left: 25px;
    padding-right: 25px;
}

.h_err {
    display: none;
}

.f_err {
    display: none;
    font-size: 11px;
    color: red;
    margin-top: 2.5px;
}

#formLogin {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 35px;
}

.formForgot {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 35px;
}

.formRegister {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 35px;
}

.sub_global {
    background: #e0a526;
    line-height: 43px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    border: 0;
    border-radius: 20px;
    letter-spacing: 0.5px;
    cursor: pointer !important;
    padding: 0 20px 0 20px;
}

.sub_login {
    /*background: transparent linear-gradient(90deg, #FFB300 0%, #FE5461 100%) 0% 0% no-repeat padding-box;*/
    background: #e0a526;
    width: 100%;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border: 0;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    cursor: pointer !important;
}

.sub_forgot {
    /*background: transparent linear-gradient(90deg, #FFB300 0%, #FE5461 100%) 0% 0% no-repeat padding-box;*/
    background: transparent;
    width: 100%;
    line-height: 43px;
    font-size: 16px;
    color: #e0a526;
    font-weight: 600;
    border: 1px solid #e0a526;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

.sub_register {
    background: transparent linear-gradient(90deg, #ffb300 0%, #fe5461 100%) 0% 0% no-repeat padding-box;
    /*background: #FE5461;*/
    width: fit-content;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border: 0;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
}

.a_forgot {
    text-align: right;
    font-size: 12px;
}

.a_bergabung {
    text-align: center;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.a_bergabung a {
    color: #fe5461;
}

.tx_info_register {
    margin-bottom: 30px;
}

.info_login {
    width: fit-content;
    background: #fff;
    line-height: 40px;
    text-align: center;
    margin: auto;
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    color: #313131;
    margin-bottom: 15px;
}

.btn_logSocial {
    background: transparent;
    width: 100%;
    line-height: 43px;
    font-size: 14px;
    color: #313131;
    font-weight: 600;
    border: 1px solid #dddddd;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn_logSocial img {
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.btn_logSocial:hover {
    color: #e0a526;
    border: 1px solid #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.open_password {
    position: absolute;
    right: 15px;
    line-height: 45px;
    font-size: 17px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.open_password:hover {
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#a_open_mnProfile,
#a_open_mnToko {
    cursor: pointer;
}

.fix_profileMenu,
.fix_tokoMenu {
    display: none;
    position: fixed;
    /* top: 100px; */
    left: 0;
    right: 0;
    /* bottom: 0; */
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.fix_profileMenu.open,
.fix_tokoMenu.open {
    display: block;
}

.bx_profileMenu,
.bx_tokoMenu,
.bx_bankMenu,
.bx_ewalletMenu,
.bx_retailMenu {
    position: relative;
    float: right;
    top: -3%;
    width: 15%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_profileMenu:after,
.bx_tokoMenu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f3f3f3;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_bankMenu,
.bx_ewalletMenu,
.bx_retailMenu {
    width: 44rem;
    top: 2rem;
    float: none;
    top: 20px;
    display: none;
}

.bx_bankMenu.open,
.bx_ewalletMenu.open,
.bx_retailMenu.open {
    display: block;
    z-index: 1;
}

.mn_profileMenu,
.mn_tokoMenu,
.mn_bankMenu,
.mn_ewalletMenu,
.mn_retailMenu {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.mn_profileMenu li,
.mn_tokoMenu li,
.mn_bankMenu li,
.mn_ewalletMenu li,
.mn_retailMenu li {
    line-height: 35px;
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
    padding-left: 40px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mn_profileMenu li a,
.mn_tokoMenu li a,
.mn_bankMenu li a,
.mn_ewalletMenu li a,
.mn_retailMenu li a {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mn_profileMenu li:hover,
.mn_tokoMenu li:hover,
.mn_bankMenu li:hover,
.mn_ewalletMenu li:hover,
.mn_retailMenu li:hover {
    background: #f8f8f8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mn_profileMenu li a span,
.mn_tokoMenu li a span {
    position: absolute;
    margin-left: -35px;
    font-size: 14px;
}

.mn_profileMenu li a span img,
.mn_tokoMenu li a span img {
    height: 20px;
}

.mn_bankMenu div,
#selected_va div,
.mn_ewalletMenu div,
#selected_ewallet div,
.mn_retailMenu div,
#selected_retail div {
    display: inline-block;
    width: 7rem;
}

.mn_bankMenu div img,
#selected_va div img,
.mn_ewalletMenu div img,
#selected_ewallet div img,
.mn_retailMenu div img,
#selected_retail div img {
    max-width: 60px;
    height: auto;
}

.bx_mnprof_reward {
    padding-left: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.a_logout {
    position: absolute;
    right: 15px;
    top: 15px;
}

.row_lg_reg {
    margin-left: -5px;
    margin-right: -5px;
}

.col_lg_reg {
    padding-right: 5px;
    padding-left: 5px;
}

.col_register {
    margin: auto;
    text-align: center;
}

.col_cont_register {
    margin-top: 10%;
    margin-bottom: 10%;
}

.mg_registerIcon {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.mg_registerIcon img {
    height: 240px;
    width: auto;
}

.row_masterPage {
    background: #f8f8f8;
    padding: 50px;
    padding-left: 0;
    padding-right: 0;
}

.merchant-register-panel {
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.merchant_register-panel__header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-bottom: 3px solid #dddddd;
}

.merchant_register-panel__header-number {
    font-size: 20px;
    padding: 10px;
    border-radius: 100px;
    font-weight: 600;
    margin-right: 10px;
    color: #dddddd;
    border: 1px solid #dddddd;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.merchant_register-panel__header-description {
    font-size: 16px;
    font-weight: 600;
    color: #dddddd;
}

.merchant_register-panel__header--selected {
    border-color: #e0a526;
}

.merchant_register-panel__header-number--selected {
    border-color: #e0a526;
    color: #e0a526;
}

.merchant_register-panel__header-description--selected {
    color: #e0a526;
}

.merchant-register-panel__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.merchant_type_field {}

.merchant_type_field__radio-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.market-level-info {
    display: none;
}

.market-level-info__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0f0ff;
    border-radius: 10px;
    color: #313131;
    padding: 10px;
}

.market-level-info__icon {
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    min-height: 30px;
    margin: 0 10px;
}

.col_shop {
    padding-top: 65px;
}

.col_product_shoplist {
    padding: 0;
}

.bx_shop_category span {
    color: #e0a526;
    font-size: 12px;
    font-weight: 500;
}

.bx_shop_category span.arrow {
    color: #313131;
    margin-left: 10px;
    margin-right: 10px;
}

.bx_shop_category a span.cate {
    color: #313131;
}

.box_head_shoplist {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.ht_head_shoplist {
    width: 60%;
    float: left;
    font-size: 22px;
    color: #e0a526;
    font-weight: 600;
    margin: 0;
}

.ht_head_shoplist span {
    margin-right: 5px;
    font-size: 15px;
    top: 4px;
    color: #555;
}

.ht_head_sortby {
    width: 20%;
    float: left;
    text-align: right;
    position: relative;
}

.select2-dropdown {
    border: 0!important;
    box-shadow: 0px 3px 6px #91919129;
    border-radius: 20px!important;
    padding: 5px 0;
}

.select2-results {
    padding: 0 10px;
}

.select2-results__option[aria-selected] {
    text-align: center;
    border-radius: 20px;
    margin: 10px 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FFE8B7!important;
    color: #313131!important;
}

.ht_head_sortby .select2-selection__rendered {
    text-align: center;
}

.ht_head_sortby .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.ht_head_sortby .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.ht_head_sortby .shop-filter__control {
    border: 1px solid #e0a526!important;
    background-color: #fff!important;
    border-radius: 20px;
}

.ht_head_sortby .shop-filter__control:hover,
.ht_head_sortby .shop-filter__control:focus {
    border: 1px solid #a87c1c!important;
}

.ht_head_sortby .shop-filter__menu {
    border: 0!important;
    box-shadow: 0px 3px 6px #91919129;
    border-radius: 20px!important;
    padding: 5px 0;
    z-index: 9999;
    overflow: hidden;
}

.ht_head_sortby .shop-filter__option {
    text-align: center;
}

.ht_head_sortby .shop-filter__option--is-focused {
    background-color: #ddd;
}

.ht_head_sortby .shop-filter__option--is-selected {
    background-color: #e0a526;
}

.ht_head_sortby .shop-filter__option:hover {
    background-color: #FFE8B7;
}

.ht_head_sortby .label {
    position: absolute;
    top: 0;
    line-height: 30px;
    margin-left: -150px;
    font-size: 11px;
    color: #e0a526;
}

.ht_head_sortby.pull_right {
    float: right;
}

.sel_sortby {
    background: #e0a526;
    width: 150px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.sel_sortby option {
    background: #fff;
    color: #313131;
}

.sel_sortby option:hover,
.sel_sortby option:checked {
    background: #e0a526;
}

.row_resProduct {
    background: #fff;
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

.row_resProduct2 {
    background: transparent;
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

.bx_subfilter_sp {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0px 3px 6px #91919129;
}

.f_header {
    background: #e5e5e5;
    color: #313131;
    font-weight: 600;
    margin: -15px -15px 20px -15px;
    padding: 15px;
}

.ht_subfitler {
    font-size: 15px;
    color: #e0a526;
    font-weight: 600;
    margin-bottom: 15px;
}

.breaker {
    width: 100%;
    margin: 20px 0;
}

.f_subfilter {
    position: relative;
    margin-bottom: 10px;
}

.f_subfilter span {
    position: absolute;
    line-height: 35px;
    left: 15px;
    font-size: 13px;
    color: #313131;
    font-weight: 600;
}

.txt_subfilter {
    width: 100%;
    line-height: 35px;
    height: 35px;
    font-size: 13px;
    color: #313131;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: right;
    padding-left: 20px;
    padding-right: 15px;
}

.sub_subfilter {
    width: 100%;
    line-height: 35px;
    height: 35px;
    background: #e0a526;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 20px;
}

.f_aform {
    margin-bottom: 25px;
}

.f_aform.f_aform_child {
    padding-left: 20px;
}

.f_aform.right {
    text-align: right;
}

.f_aform label {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    margin-bottom: 3px;
}

.f_aform label span {
    color: red;
}

.f_aform_brand {
    margin-bottom: 5px;
    padding-top: 5px;
}

.f_aform_brand label.cont_check {
    font-size: 12px;
    font-weight: 500;
}

.f_aform.inline_gender {
    height: 60px;
}

.fix_cartMenu {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    /* top: 100px; */
    /* bottom: 0; */
    background: rgba(0, 0, 0, 0.7);
    z-index: 1500;
}

.fix_cartMenu.open {
    display: block;
}

.bx_cartMenu {
    position: relative;
    top: -3%;
    width: 30%;
    max-height: 400px;
    margin-left: 65%;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    /*overflow: auto;*/
    border-radius: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    overflow: auto;
}

.bx_cartMenu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 27%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f3f3f3;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mg_cartMenu {
    width: auto;
    height: 100px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}

.mg_cartMenu img {
    width: auto;
    height: 100%;
    text-align: center;
    margin: auto;
}

.info_cartMenu {
    line-height: 20px;
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 500;
}

.info_cartMenu b {
    color: #313131;
    font-weight: 600;
}


/* ====== product ===== */

.row_singlePro {
    background: #f8f8f8;
}

.bg_umkm {
    background-image: url("../images/bg_batik_umkm-min.png") !important;
}

.row_top_singlePro {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.ht_proCategory {
    margin-top: 50px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 30px;
}

.box_bannerThumb {
    width: 100%;
    text-align: center;
    margin: auto;
    position: relative;
    margin-top: 10px;
    padding-left: 10px;
}

.mg_bannerThumb {
    width: 14%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

h1.title_singlePro {
    font-family: "Raleway", sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
    margin: 0;
    letter-spacing: 0.3px;
}

.product-subtitle-container {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
}

.product-subtitle {
    font-family: "Avenir", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.product-subtitle.product-statistic {
    font-size: 12px;
}

.product-seller {
    margin-bottom: 7px;
}

.product-seller a {
    color: #e0a526;
}

.product-icons {
    height: 16px;
}

.rating-star-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
}

.rating-star-container .total-sale {
    margin-left: 5px;
}

.rating-star-container .rating-star {
    background-image: url("../../../../plugins/user-activity-log/images/star.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
}

.rating-star-container .rating-star.point {
    background-position: bottom;
}

.umkm-badge-container {
    margin-bottom: 5px;
}

.product-icons.umkm-badge {
    height: 50px;
    margin-left: -12px;
    margin-bottom: -10px;
}

.ht_normal_product {
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 13px;
    color: #333;
    font-weight: 700;
}

.xt_price_product {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.pro_basePrice i {
    color: #999999;
    text-decoration: line-through;
    margin-left: 10px;
}

.pro_finalPrice {
    font-size: 22px;
    color: #ff1e00;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.pro_finalPrice span {
    font-size: 18px;
}

.sale_off {
    background: #ffb300;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.sale_off .star {
    color: #fec601;
    margin-right: 3px;
}

.discount {
    background: #ffb300;
    color: white;
    font-weight: 600;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 5px;
}

.my-gallery figure.fullbaner {
    width: 100%;
}

.my-gallery figcaption {
    display: none;
}

.pswp img {
    max-width: none;
    object-fit: contain;
}

.col_right_singlePro {
    padding-left: 10px;
}

.row_procont {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-bottom: 20px;
}

.row_buyProduct {
    margin-bottom: 20px;
}

.col_procont_r0 {
    padding-left: 0;
    padding-right: 10px;
}

.col_procont_r1 {
    padding-left: 0;
    padding-right: 0;
}

.col_procont_r1 .detail_sub {
    padding: 10px 0;
    font-size: 11px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bx_rate_productDetail {
    margin-bottom: 20px;
}

.bx_rate_productDetail img {
    height: 12px;
    width: auto;
}

.sp_rate_count {
    font-size: 12px;
    font-weight: 500;
    color: #aaaaaa;
    line-height: 15px;
}

.sp_rate_count.top {
    margin-right: 0;
    font-weight: 600;
    font-size: 11px;
    color: #888888;
}

.sp_rate_count.right {
    margin-left: 5px;
}

.sp_dot {
    margin-left: 10px;
    margin-right: 10px;
}

.sp_brand {
    font-size: 12px;
    color: #fe5461;
    font-weight: 500;
}

.row_relatedProduct {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.xt_sub_product {
    color: #313131;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
}

.ht_sub_productdetail {
    font-size: 20px;
    color: #313131;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    padding-left: 15px;
}

.card-title-container {
    padding: 15px 0;
}

#slide_relatedProduct.owl-carousel .owl-item img {
    display: inline-block;
    /* width: fit-content; */
    width: auto;
    max-width: 130%;
    max-height: 130%;
}

.ht_variation {
    font-size: 12px;
    color: #313131;
    font-weight: 500;
    margin-bottom: 10px;
}

.bx_in_variation {
    margin-bottom: 15px;
}

.bx_in_variation.variant-2-container {
    display: none;
}

.bx_rad_variation .rad_var {
    display: none;
}

.bx_rad_variation label {
    font-size: 12px;
    color: #434343;
    border: 1px solid #dddddd;
    line-height: 30px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    cursor: pointer;
    margin-left: 0;
    margin-right: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_rad_variation label.act {
    color: #e0a526;
    font-weight: 600;
    border: 1px solid #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_rad_variation input[disabled],
.bx_rad_variation label[disabled] {
    pointer-events: none;
    opacity: 0.5;
}

.bx_rad_variation label:hover {
    color: #e0a526;
    font-weight: 600;
    border: 1px solid #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.sp_minus_qty {
    position: absolute;
    width: 23px;
    height: 23px;
    line-height: 18px;
    background: #f8f8f8;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.sp_minus_qty.act {
    background: #313131;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.sp_plus_qty {
    position: absolute;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background: #f8f8f8;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.sp_plus_qty.act {
    background: #313131;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.txt_putqty {
    width: 80px;
    line-height: 25px;
    font-size: 14px;
    color: #233c34;
    font-weight: 600;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 23px;
}


/* Chrome, Safari, Edge, Opera */

input.txt_putqty::-webkit-outer-spin-button,
input.txt_putqty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.txt_putqty:read-only {
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


/* Firefox */

input[type="number"].txt_putqty {
    -moz-appearance: textfield;
}

.v_checkqty {
    position: absolute;
    margin-left: 40px;
    line-height: 30px;
    font-size: 11px;
    font-weight: 500;
    color: red;
}

.v_checkqty.ready {
    color: green;
}

.sub_buyProduct {
    /*background: transparent linear-gradient(90deg, #FFB300 0%, #FE5461 100%) 0% 0% no-repeat padding-box;*/
    background: #e0a526;
    width: fit-content;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

input.sub_buyProduct[disabled] {
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.row_merchant_voucher {
    margin-top: 20px;
}

.vouchers_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.row_merchant_voucher .voucher_item {
    padding: 0;
    position: relative;
}

.row_merchant_voucher .voucher_item .voucher_content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: 0;
    padding: 10px 15px;
}

.row_merchant_voucher .voucher_item .voucher_content .percentage_container {
    display: flex;
    flex-direction: column;
}

.row_merchant_voucher .voucher_item .voucher_content .percentage_container .voucher_cashback {
    font-size: 12px;
}

.row_merchant_voucher .voucher_item .voucher_content .percentage_container .voucher_percentage {
    font-size: 16px;
    font-weight: bold;
}

.row_merchant_voucher .voucher_item .voucher_content .voucher-requirement {
    font-size: 9px;
    color: #a7a7a7;
}

.btn_soldout {
    background: grey;
    color: #333;
}

.bx_iconcart {
    background: transparent;
    border: 1px solid #dddddd;
    padding: 12px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_iconcart i {
    font-size: 20px;
    width: auto;
    vertical-align: middle;
    color: #e0a526;
}

.bx_iconcart:hover {
    background: #f8f8f8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_iconlove {
    display: none;
    background: transparent;
    font-size: 11px;
    color: #333;
    border: 1px solid #dddddd;
    padding: 11px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_iconlove:hover {
    background: #f8f8f8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_iconlove i {
    font-size: 20px;
    width: auto;
    vertical-align: middle;
    color: #e0a526;
    margin-right: 5px;
}

.bx_iconlove img {
    height: 17px;
    width: auto;
    margin-right: 5px;
}

.bx_iconlove.act {
    /*	color: #FF1E00;
	border: 1px solid #FF1E00;*/
    display: inline-block;
}

.bx_iconlove.acts {
    color: #ff1e00;
    border: 1px solid #ff1e00;
    display: inline-block;
}

.bx_submit_addtocart {
    margin-top: 15px;
}

.bx_submit_addtocart span {
    margin-right: 5px;
}

.col_singleProTabs {
    margin-top: 50px;
}

.row_singleProTabs {
    padding-left: 50px;
    padding-right: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.proTabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.proTabs li {
    float: left;
    width: 25%;
    line-height: 40px;
    border-bottom: 0px solid #fff;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.proTabs li a {
    font-size: 12px;
    color: #434343;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.proTabs li:hover>a {
    color: #e0a526;
    font-weight: 600;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.proTabs li.act {
    border-bottom: 2px solid #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.proTabs li.act a {
    color: #e0a526;
    font-weight: 600;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.row_singleProContent {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.box_detailProduct {
    display: none;
    padding: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.box_detailProduct:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.box_detailProduct.act {
    display: block;
    /*border: 1px solid rgba(0,0,0,.2);*/
    border-top: 0;
}

.ht_ProTabs {
    font-size: 18px;
    color: #313131;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 10px;
}

.row_specsTabs {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 30px;
}

.ht_nameProTabs {
    font-size: 13px;
    color: #434343;
    font-weight: 500;
}

.box_tabsinfo2 {
    font-size: 12px;
    color: #313131;
    line-height: 20px;
    font-weight: 500;
    margin-top: 30px;
}

.bx_specsTabs {
    background: transparent;
    line-height: 60px;
    font-size: 12px;
    color: #313131;
    padding-left: 20%;
    padding-right: 15px;
}

.bx_specsTabs a {
    color: #e0a526;
}

.bx_specsTabs:nth-child(odd) {
    background: #f8f8f8;
    border-radius: 30px;
}

.ht_specsTabs {
    position: absolute;
    left: 15px;
}

.row_diskusi {
    margin-top: 30px;
}

.col_diskusi {
    padding: 0;
}

.area_diskusi {
    background: #f8f8f8;
    width: 100%;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 12px;
    color: #333;
    padding: 10px;
    margin-bottom: 3px;
}

.sub_diskusi {
    float: right;
    background: #ff1e00;
    width: 150px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    border: 0;
    border-radius: 20px;
}

.f_diskusi {
    margin-bottom: 5px;
}

.f_diskusi label.lab_error {
    font-size: 11px;
    color: #f2300c;
    font-weight: 500;
}

.f_diskusi label.lab_success {
    font-size: 11px;
    color: #00b25a;
    font-weight: bold;
}

.box_content_ulasan {
    /*border-top: 1px solid rgba(0,0,0,.2);*/
    margin-top: 30px;
    padding-top: 10px;
}

.col_userDiskusi {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.box_left_diskusi {
    width: 80px;
    display: inline-block;
}

.del_itemMore {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-left: 5px;
    cursor: pointer;
    padding: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.del_itemMore span {
    margin-right: 3px;
}

.itemMore {
    color: #e0a526 !important;
}

.itemMore:hover {
    color: #777 !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.dropdown-report{
    border-radius: 10px;
    padding: 5px 0;
}

.dropdown-report:hover {
    background-color: #e0a526 !important;
    color: #fff !important;
}

.drop-report{
    padding: 0;
    margin: 0;
    border-radius: 10px;
}

.report-textbox {
    border: 1px solid #707070;
    border-radius: 8px;
}

.hr-report {
    background-color: #DDDDDD !important;
    margin: 0 !important;
    border-top: 0 !important;
}

.btn-kirim-report {
    width: 13%;
    background-color:#e0a526;
    border: 1px solid #e0a526;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-left: 5px;
    cursor: pointer;
    padding: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn-batal-report {
    width: 13%;
    background-color:#fff;
    color: #707070;
    border: 1px solid #707070;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-left: 5px;
    cursor: pointer;
    padding: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.box_right_diskusi {
    float: left;
    width: 90%;
}

.ht_kprofile {
    font-size: 12px;
    color: #434343;
    font-weight: bold;
    margin-bottom: 5px;
}

.ht_kprofile span {
    color: #a7a7a7;
    font-weight: 100;
    font-size: 10px;
}

.comment_disuser {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 100;
    text-align: justify;
    padding-right: 2rem;
}

.q_kprofile {
    font-size: 27px;
    width: 75px;
    float: left;
    text-align: center;
    margin: auto;
    color: #666666;
}

.mg_kprofile {
    float: left;
    width: 70px;
    text-align: center;
}

.mg_kprofile img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.row_admDisReply {
    margin-left: 60px;
    margin-bottom: 15px;
}

.repdis_com {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
    padding-right: 20px;
}

.repdis_prof {
    font-size: 12px;
    color: #434343;
    font-weight: bold;
    margin-bottom: 5px;
}

.repdis_prof span {
    color: #a7a7a7;
    font-weight: 100;
    font-size: 10px;
}

.bx_left_repdis {
    float: left;
    width: 70px;
}

.bx_right_repdis {
    float: left;
    text-align: justify;
    width: 91%;
}

.err_msg_variation {
    display: none;
    font-size: 11px;
    color: red;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
}

.err_msg_addtocart {
    display: none;
    font-size: 11px;
    color: red;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.sucs_msg_addtocart {
    display: none;
    font-size: 11px;
    color: green;
    font-weight: 600;
    letter-spacing: 0.3px;
}


/* ====== product =======*/


/* ==== cart ==== */

.row_masterCart {
    background: #f8f8f8;
    padding-top: 3%;
    padding-bottom: 3%;
}

.bx_cart_page {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}

.box_cartItem_head {
    padding: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.box_cartItem {
    padding: 15px 0px 15px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.box_cartItem.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.ht_masterCart {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
    color: #434343;
}

.box_row_cartItem {
    margin-bottom: 20px;
}

.ht_cartSeller {
    font-size: 14px;
    color: #434343;
    font-weight: 500;
}

.ht_cartSeller b {
    color: #e0a526;
    font-weight: 600;
}

.mg_cartItem {
    margin: auto;
    text-align: center;
}

.mg_cartItem img {
    width: 100%;
    height: auto;
}

.ht_cartItem {
    font-size: 14px;
    color: #434343;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}

.online_elips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col_top_cartItem {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

.col_mid_cartItem {
    padding-right: 5px;
    padding-left: 5px;
}

.col_right_cartItemlist {
    padding: 0;
}

.opsi_cartItem {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.sku_cartItem {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.bx_qty_cartItem {
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tx_cart_qtyItem {
    width: 50px;
    line-height: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-size: 13px;
    color: #555;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

input.tx_cart_qtyItem:read-only {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    position: absolute;
    left: 45px;
}

.span_qtyItem {
    background: wheat;
    line-height: 25px;
    height: 25px;
    width: 25px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.span_qtyItem.max {
    cursor: not-allowed;
    opacity: 0.3;
}

.span_qtyItem.max:hover {
    opacity: 0.3;
}

.tx_cart_qtyItem_text {
    min-width: 50px;
}

.qty_minus {
    background: #000;
    color: #fff;
    top: 10px;
    border-radius: 50%;
    opacity: 0.7;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.qty_minus:hover {
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.qty_add {
    background: #000;
    color: #fff;
    top: 10px;
    right: 45px;
    border-radius: 50%;
    opacity: 0.7;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.qty_add:hover {
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.check_cart {
    width: 15px;
    height: 15px;
}

.ht_pricepcs {
    font-size: 13px;
    color: #555;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}

.ht_price_totalpcs {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 40px;
}

.info_totalpcs {
    font-size: 10px;
    color: #888;
    font-weight: 500;
    margin-bottom: 3px;
    text-align: center;
}

.del_itemCart {
    float: left;
    width: 45%;
    text-align: center;
    font-size: 14px;
    color: #777;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    line-height: 30px;
    margin-left: 5px;
    cursor: pointer;
    padding: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.del_itemCart span {
    margin-right: 3px;
}

.del_itemCart:hover {
    border: 1px solid #fe5461;
    color: #fe5461;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.wish_itemCart {
    float: left;
    width: 45%;
    text-align: center;
    font-size: 14px;
    color: #777;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    line-height: 30px;
    cursor: pointer;
    padding: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.wish_itemCart:hover {
    border: 1px solid #fe5461;
    color: #fe5461;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.wish_itemCart.act {
    color: #fff;
    background: #fe5461;
    border: 1px solid #fe5461;
}

.row_masterCart_total {
    position: relative;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.12);
}

.row_masterCart_total.act {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.col_cartTotal {
    text-align: right;
}

.bxs_cartTotal {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    /*line-height: 40px;*/
}

.bxs_cartTotal span {
    font-size: 17px;
    color: #f2300c;
    font-weight: 600;
    margin-left: 10px;
}

.sub_cartCheckout {
    /*background: transparent linear-gradient(90deg, #FFB300 0%, #FE5461 100%) 0% 0% no-repeat padding-box;*/
    background: transparent linear-gradient(90deg, #e0a526 0%, #a87c1c 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border: 0;
    border-radius: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    margin-top: 20px;
}

input.sub_cartCheckout[disabled] {
    background: #f3f3f3;
    color: grey;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.col_freeshipping {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.col_ck_total {
    padding-right: 5px;
    padding-left: 5px;
}

.ht_freeshipping {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.bx_nologin_addtocart {
    text-align: center;
    margin-top: 15px;
}

.a_cart_tologin {
    background: transparent linear-gradient(90deg, #ffb300 0%, #fe5461 100%) 0% 0% no-repeat padding-box;
    width: fit-content;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border: 0;
    padding: 10px;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: 15px;
}

.a_cart_toregis {
    background: transparent;
    width: fit-content;
    font-size: 14px;
    color: #fe5461;
    font-weight: 600;
    border: 1px solid #fe5461;
    padding: 10px;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.tx_info_addtocart {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    margin-top: 30px;
}

.brand_cartItem {
    font-size: 12px;
    color: #e0a526;
    font-weight: 500;
}

.mg_loadingbar {
    display: none;
    text-align: center;
    margin: auto;
}

.mg_loadingbar img {
    height: 40px;
    width: auto;
}

.bx_backShop {
    color: #e0a526;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    cursor: pointer;
}

.bx_backShop span {
    font-size: 10px;
    margin-right: 5px;
}

.row_cartBottom {
    padding-top: 30px;
}

.col_cartBottom.right {
    text-align: right;
    padding-top: 15px;
}

.info_cartBottom {
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 500;
    margin-bottom: 5px;
}

.mg_cartBottom {
    margin-bottom: 10px;
}

.mg_cartBottom img {
    height: 25px;
    width: auto;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.price_cartBottom {
    font-size: 20px;
    font-weight: 700;
    color: #434343;
}


/* ==== cart ==== */


/* === checkout === */

.bx_tabsCheckout {
    position: absolute;
    right: 0;
    top: 0;
}

.tb_1chk {
    float: left;
    width: auto;
    margin-right: 10px;
    position: relative;
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 500;
    padding-left: 40px;
}

.tb_1chk.act {
    color: #434343;
}

.sp_tabsch {
    position: absolute;
    left: 15px;
    background: #a7a7a7;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}

.sp_tabsch.act {
    background: #434343;
}

.line_tabsch {
    float: left;
    margin-top: 10px;
    width: 50px;
    height: 1.5px;
    background: #434343;
}

.col_checkout_page1 {
    padding: 0;
    padding-right: 10px;
}

.col_checkout_page2 {
    padding: 0;
    padding-left: 10px;
}

.bx_checkout_page {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.ht_masterCheckout {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #434343;
}

.btn_addr_del {
    cursor: pointer;
}

.btc_alamat {
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.btc_alamat a {
    float: right;
    color: #e0a526;
}

.btc_alamat.pad_alamat {
    margin-bottom: 5px;
}

.btc_info_addr {
    line-height: 25px;
    font-size: 14px;
    color: #434343;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btc_note_addr {
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.a_note_addr {
    color: #fe5461;
    font-size: 13px;
}

.row_btc_product {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mg_cartItem {
    text-align: center;
    margin: auto;
}

.mg_cartItem img {
    width: 100%;
    height: auto;
    margin: auto;
}

.col_btc_product {
    text-align: right;
    padding: 0;
}

.col_btc_mid_product {
    padding-left: 10px;
    padding-right: 10px;
}

.ht_ck_items {
    line-height: 20px;
    font-size: 13px;
    color: #434343;
    font-weight: 600;
    margin: 0;
}

.bx_btc_price {
    font-size: 12px;
    color: #434343;
    font-weight: 500;
}

.bx_btc_price span {
    color: #a7a7a7;
}

.cont_ck_items {
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 500;
}

.bx_btc_subtotal {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 15px;
    color: #ff1e00;
    font-weight: 600;
    text-align: right;
}

.bx_btc_subtotal span {
    font-weight: 500;
    color: #a7a7a7;
    font-size: 12px;
}

.bx_btc_shipping {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 15px;
    color: #434343;
    font-weight: 600;
    text-align: right;
}

.bx_btc_shipping label {
    font-weight: 500;
    color: #a7a7a7;
    font-size: 12px;
}

.row_btc_shipping {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.f_sel_shipping {
    width: 60%;
}

.f_sel_shipping label {
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 500;
    margin-bottom: 5px;
}

.sel_btc_shipping {
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    background: #e0a526;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
}

select.sel_btc_shipping {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45ODkiIGhlaWdodD0iNS45MzUiIHZpZXdCb3g9IjAgMCAxMC45ODkgNS45MzUiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjk4OSAtMTE3Ljc0Mikgcm90YXRlKDkwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE3Ljc0MiAwKSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xMjMuNTUyLDUuMTkzLDExOC40NjkuMTI0YS40MjYuNDI2LDAsMCwwLS42LjZsNC43OCw0Ljc2Ny00Ljc4LDQuNzY3YS40MjYuNDI2LDAsMCwwLC42LjZMMTIzLjU1Miw1LjhhLjQyNi40MjYsMCwwLDAsMC0uNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTcuNzQyIDApIi8+PC9nPjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;
}

.f_chk_total {
    line-height: 30px;
    font-size: 15px;
    color: #434343;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
}

.f_chk_total span {
    float: right;
}

.total_pay {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-top: 10px;
}

.total_pay .total_pay_txt {
    font-size: 16px;
    color: #ff1e00;
    font-weight: 600;
}

.row_fix_add_address {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    overflow: hidden;
}

.ht_add_address {
    font-size: 17px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 15px;
}

.bx_f_addAddress {
    height: auto;
    overflow: auto;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    margin-top: 5%;
}

.bx_f_addAddress.auto {
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow: unset;
}

.bx_chk_addAddress {
    padding: 15px;
    height: 450px;
    overflow: auto;
}

.ht_add_chkaddress {
    padding-left: 15px;
    padding-right: 15px;
}

.f_aform_add {
    margin-bottom: 15px;
}

.f_aform_add2 {
    margin-bottom: 20px;
}

.f_aform_add2 select {
    width: 100%;
}

.f_aform_add .cont_check {
    font-size: 12px;
    color: #313131;
    font-weight: 500;
}

.txt_aform {
    background: #fbfbfb;
    width: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.txt_aform_with_arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAB9klEQVR4Xu2ZvU7FMAxGvyvEBDwGO6yAYAMWHhfBxMDCz4TYeIzLwIKQkKVGqkLSNmnsOMR37G3TnBPbddoNOv9tOueHCbAI6NyApUDnAWBF0FLAUqBzA5YCnQeAPQUsBSwFwgb2ABwCePsngo4BfAD48nlCKUDwtwDoomsAT41LOANwB+AVwI0vwRfg4C8G6M/GJTj4/YHnwZfgCzgC8AjgYLTqrUrw4QlpC+AcwLvjC6XACYD7xiXE4K8AvIxTOvYYbFnCYngSMdUHxCSQxWelhTEJfk4A/d+ShGT4JQJakZAFv1SAdgnZ8CkCtEpYBZ8qgM4/Hboqv0+oURhXw+cI0CKhCHyugNoSisGvETAl4dLvtgr2DEXh1wqQllAcvoQAKQks8KUEOAm0gXLbTjpGu8gS6cAGX1IAlwRW+NICSktgh+cQEJNALyL+7MUnng4i8FwC1koQg+cUkCtBFJ5bQKoEcXgJAUslVIGXEkD3mQLcHXaY4x4itWhmd9uS3wZjEna8BkoMXjIC3AqFJIxXTxS+hoBYOtBxcfhaAkISqsDXFDCW8JPYJWYXvNCFkkUwdH+qCd+ML1BmZdUWMDtB7hNMALdh7eNbBGhfIe75WQRwG9Y+vkWA9hXinp9FALdh7eNbBGhfIe75WQRwG9Y+fvcR8AsJ2qlBVfDTpAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 15px;
}

.area_aform {
    background: #fbfbfb;
    width: 100%;
    height: 100px;
    line-height: normal;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    padding: 10px;
    margin-right: 1%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.err_aform {
    display: none;
    font-size: 12px;
    color: red;
    font-weight: 600;
    margin-top: 5px;
}

.err_info {
    display: none;
    width: fit-content;
    padding: 10px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}

select.sel_aform {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position-x: 98.5%;
    background-position-y: 50%;
    background-size: 7px;
}

.sel_aform {
    background: #fbfbfb;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 1%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.select2-container {
    width: 100% !important;
    z-index: 999999;
}

.select2-search--dropdown {
    padding-left: 20px;
    padding-right: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    box-shadow: none;
}

.sel_dob_1 {
    width: 30%;
}

.sel_dob_2 {
    width: 30%;
}

.sel_dob_3 {
    width: 30%;
}

.select2-container--default .select2-selection--single {
    background-color: #fbfbfb !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0;
    font-size: 12px;
    color: #333;
    font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 10px;
}

.select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-selection__arrow {
    height: 40px !important;
}

.f_aform_btns {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 30px;
}

.bx_rad_gender {
    float: left;
    margin-right: 30px;
    line-height: 40px;
}

.bx_rad_gender .rad_aform {
    position: absolute;
    margin-top: 14px;
}

.bx_rad_gender label {
    display: inline-block;
    width: auto;
    font-weight: 500;
    margin-left: 21px;
}

.sub_aform:focus {
    box-shadow: none;
    border: unset;
}

.btn_aform:focus {
    box-shadow: none;
}

.sub_aform {
    width: auto;
    background: #e0a526;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    border: 0;
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px;
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn_aform {
    width: auto;
    background: transparent;
    line-height: 35px;
    font-size: 14px;
    color: #fe5461;
    font-weight: 500;
    letter-spacing: 0.3px;
    border: 1px solid #fe5461;
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px;
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.row_globalPopUp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.7);
}

.col_changeAddress {
    padding: 10px;
    background: #fff;
    overflow: auto;
    margin-top: 3%;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.12);
}

.col_changeAddress.chaddr_auto {
    height: auto;
}

.bx_list_chk_addr {
    height: 450px;
    overflow: auto;
    padding: 20px;
}

.ht_checkout_addr {
    font-size: 20px;
    color: #313131;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

.row_checkout_addr {
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.col_daf_alamat {
    padding: 20px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.col_daf_alamat:hover {
    border-radius: 0px 0px 10px 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.ht_daf_alamat {
    font-size: 13px;
    color: #313131;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}

.ht_daf_alamat .a_btn_addr {
    position: absolute;
    margin-top: -3px;
    background: #ff1e00;
    margin-left: 10px;
    font-size: 9px;
    color: #fff;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.btn_addr_ubah {
    background: transparent;
    color: #313131;
    font-size: 12px;
    padding: 10px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #dddddd;
    border-radius: 20px;
}

.bx_addr_list label {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.f_list_addr {
    position: relative;
    padding-left: 70px;
    font-size: 13px;
    color: #313131;
    font-weight: 500;
    margin-bottom: 10px;
}

.f_list_addr label {
    position: absolute;
    left: 0;
    color: #707070;
}

.a_ch_address {
    background: #337ab7;
    color: #fff;
    padding: 7px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
}

.a_ch_address:hover {
    color: #fff;
}

.btn_addr_list {
    margin-top: 15px;
    text-align: right;
}

.a_ubah_address {
    background: transparent;
    color: #fe5461;
    font-size: 12px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #fe5461;
    border-radius: 20px;
}

.a_ubah_address:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.a_pilih_address {
    background: #fe5461;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    cursor: pointer;
}

.a_pilih_address:hover {
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_tab_profile {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.btn_tambah_alamat {
    position: absolute;
    right: 30px;
    margin-top: -40px;
    width: auto;
    line-height: 35px;
    height: 35px;
    background: #e0a526;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 20px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn_tambah_alamat span {
    font-weight: 100;
    margin-right: 5px;
}

.btn_tambah_alamat:hover {
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.col_hide_popup {
    height: 100%;
}

.bx_btn_af_ckalamat {
    margin-top: 20px;
    text-align: right;
    margin-bottom: 15px;
}

.cont_ckalamat {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    line-height: 23px;
}

.btn_ckalamat_to {
    width: fit-content;
    background: #e0a526;
    line-height: 35px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    border: 0;
    border-radius: 20px;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_tx_ckalamat {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 13px;
    color: #e0a526;
    padding: 15px;
    padding-left: 0px;
    cursor: pointer;
}

.btn_save_area_catatan {
    background: #fe5461;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    width: auto;
    line-height: 30px;
    border: 0;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

.txarea_checkout {
    background: transparent;
    width: 100%;
    height: 70px;
    line-height: 20px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    border-radius: 0;
    margin: auto;
    margin-top: 5px;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.txarea_checkout::-webkit-input-placeholder {
    /* Edge */
    color: #999;
}

.txarea_checkout:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.txarea_checkout::placeholder {
    color: #999;
}

.ac_addnote {
    display: none;
    padding: 15px;
    padding-top: 0px;
}

.ac_view_addnote {
    display: block;
    padding: 15px;
    padding-top: 0px;
}

.row_finishCheckout {
    background: #f8f8f8;
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 10px;
}

.bx_finishCheckout {
    background: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bx_def_checkout {
    margin-top: 50px;
}

.btn_def_checkout {
    background: transparent linear-gradient(90deg, #a87c1c 0%, #e0a526 100%) 0% 0% no-repeat padding-box;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.3px;
    border: 0;
    border-radius: 20px;
    padding-right: 40px;
    padding-left: 40px;
}


/* === Checkout === */


/* ===== profile ===== */

.row_profile {
    background: #f8f8f8;
}

.row_cont_tab_profile {
    background: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 20px;
}

.bx_f_editProfile {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 15px;
}

.ht_profile {
    margin: 0;
    font-size: 22px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 15px;
}

.f_avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.mg_f_avatar {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.mg_f_avatar img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    height: 100%;
    width: auto;
    margin: auto;
}

.a_uploadphoto {
    font-size: 13px;
    color: #e0a526;
    font-weight: 600;
    border: 1px solid #e0a526;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.info_f_avatar {
    font-size: 11px;
    color: #a7a7a7;
    margin-top: 20px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.h_errinfo {
    display: none;
    width: fit-content;
    font-size: 11px;
    /*color: red;*/
    font-weight: 600;
    margin: auto;
    margin-top: 20px;
}

.h_sucsinfo {
    display: none;
    width: fit-content;
    font-size: 11px;
    /*color: red;*/
    font-weight: 600;
    margin: auto;
    margin-top: 20px;
}

.bx_signProfile {
    background: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 20px;
    padding-bottom: 25px;
}

.mg_icon_badge {
    height: 20px !important;
    width: 20px !important;
}

.mg_ico_profile {
    position: relative;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: left;
    overflow: hidden;
}

.mg_ico_profile img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: 100%;
    width: auto;
}

.xt_profile {
    font-size: 14px;
    color: #e0a526;
    font-weight: 600;
    margin-top: 0 !important;
}

.xt_nama_badge {
    margin-top: -45px;
    margin-left: 60px;
    display: flex;
    flex-direction: column;
}

.xt_badge {
    display: flex;
}

.xt_badge_title {
    font-weight: 400 !important;
    margin-left: 10px;
    width: 50%;
}

.bx_menuProfile {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ht_fmenu {
    font-size: 13px;
    color: #313131;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ht_fmenu span {
    float: right;
}

.ht_fmenu:hover {
    color: #fe5461;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ht_fmenu.blue {
    color: #e0a526;
}

.chl_fmenu {
    display: none;
}

.chl_fmenu a {
    display: block;
    font-size: 12px;
    color: #313131;
    font-weight: 500;
    margin-bottom: 10px;
    opacity: 0.8;
}

.chl_fmenu a.act {
    color: #e0a526;
}

.chl_fmenu.act {
    display: block;
}


/* ===== profile ===== */

.row_masterInformation {
    background: #fff;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 10px;
}

.col_emptyInformation {
    text-align: center;
}

.mg_emptyInformation {
    height: 150px;
    width: auto;
    text-align: center;
    margin: auto;
    margin-top: 5%;
}

.mg_emptyInformation img {
    height: 100%;
    width: auto;
    margin: auto;
}

.tx_emptyInformation {
    font-size: 20px;
    color: #313131;
    font-weight: 600;
    margin-top: 30px;
}

.inf_emptyInformation {
    font-size: 13px;
    color: #a7a7a7;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 20px;
}

.row_myorder_tabs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.row_box_myorder {
    display: none;
}

.row_box_myorder.act {
    display: block;
}

.order_tabs {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.order_tabs li {
    width: auto;
    float: left;
    line-height: normal;
    border-bottom: 1px solid transparent;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.order_tabs li.tb_full {
    width: 33.3%;
}

.order_tabs li a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.order_tabs li.act {
    border-bottom: 2px solid #a87c1c;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.order_tabs li.act a {
    color: #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.order_tabs li:hover {
    border-bottom: 2px solid #a87c1c;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.box_list_myorder {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.ht_cont_myorder {
    font-size: 13px;
    color: #313131;
    font-weight: 500;
    line-height: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0px 5px 0px;
    margin-bottom: 10px;
}

.ht_cont_myorder span {
    color: #e0a526;
    letter-spacing: 0.3px;
}

.box_mg_myorder {
    float: left;
    width: auto;
    height: 75px;
    text-align: center;
    margin: auto;
}

.box_mg_myorder img {
    height: 100%;
    width: 100px;
    margin: auto;
    object-fit: contain;
}

.row_orderlist_myorder {
    padding-top: 15px;
    padding-bottom: 15px;
}

.row_orderlist_myorder:nth-child(n+2) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.col_fill_myorder {
    padding: 0;
}

.col_fill_myorder2 {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.col_in_myorder {
    padding-left: 5px;
    padding-right: 5px;
}

.col_in_myorder.in_border {
    padding-left: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.col_in_myorder.in_last {
    text-align: right;
}

.box_cont_pro_myorder {
    display: grid;
    padding-left: 10px;
}

.ht_pro_myorder {
    font-size: 12px;
    color: #434343;
    font-weight: 600;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ht_pro_myorder:hover {
    color: #ff1e00;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.sm_myorder {
    font-size: 10px;
    color: #434343;
    font-weight: 500;
}

.sm_myorder span.price {
    font-size: 11px;
    color: #ff1e00;
}

.ft_myorder.order_space {
    margin-bottom: 30px;
}

.ft_myorder.ano_product {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ft_myorder label {
    font-size: 11px;
    color: #434343;
    font-weight: 400;
    margin: 0;
}

.tt_myorder {
    font-size: 12px;
    color: #434343;
    font-weight: 600;
    opacity: 0.9;
}

.tt_myorder b.price {
    color: #ff1e00;
}

.tt_myorder.color_process {
    color: #e0a526;
}

.tt_myorder.color_ondelivery {
    color: #ff1e00;
}

.tt_myorder.color_delivered {
    color: green;
}

.bx_infoResi_in {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.icon_freeshipping {
    float: left;
    width: 55px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}

.icon_freeshipping img {
    height: 40px;
}

.icon_freeshipping img.mg_car {
    height: 35px;
}

.icon_freeshipping img.mg_home {
    margin-left: 40px;
}

.bx_info_noResi {
    padding-left: 65px;
}

.ht_freeshipping {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.hx_noResi {
    font-size: 12px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
}

.hx_noResi.green b {
    color: green;
}

.btn_trackResi {
    cursor: pointer;
    color: #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn_trackResi:hover {
    color: #ff1e00;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.col_infoResi {
    padding-left: 20px;
    padding-right: 5px;
}

.col_infoResi.in_border {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.ft_myorder_total {
    text-align: right;
}

.ft_myorder_total label {
    font-size: 14px;
    color: #434343;
    font-weight: 600;
    margin: 0;
}

.ft_myorder_total label.price {
    color: #ff1e00;
}

.btn_buyagain {
    background: #e0a526;
    width: 100%;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    border: 0;
    border-radius: 20px;
    margin-top: 15px;
}

.btn_buyagain.add_mar {
    margin-top: 30px;
}

.view_resProduct {
    margin-top: 30px;
}

.col_pagination_shop {
    margin: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ul_pagination_shop {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ul_pagination_shop li {
    float: left;
    background: #f3f3f3;
    width: auto;
    line-height: 30px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_pagination_shop li:hover {
    background: #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_pagination_shop li.act {
    background: #e0a526;
}

.ul_pagination_shop li a {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    padding: 10px 15px;
}

.ul_pagination_shop li.act a {
    color: #fff;
}

.res_tagsSearch {
    display: none;
    position: absolute;
    left: 15px;
    right: 15px;
    margin-top: 2px;
    background: #f3f3f3;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.ul_tagsSearch {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ul_tagsSearch li {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_tagsSearch li:hover {
    background: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ul_tagsSearch li a {
    font-size: 13px;
    color: #333;
}

.row_topcart {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.col_topcart_1 {
    width: 55px;
    float: left;
}

.col_topcart_2 {
    position: relative;
    padding-left: 10px;
    padding-right: 15px;
    float: left;
    width: 77%;
    text-align: left;
}

.mg_topcart {
    height: 55px;
    width: 100%;
    text-align: center;
    margin: auto;
}

.mg_topcart img {
    height: 100%;
    width: 100%;
}

.ht_topcart {
    font-size: 14px;
    color: #434343;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ht_topcart:hover {
    color: #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.prc_topcart {
    font-size: 12px;
    color: #ff1e00;
    font-weight: 600;
}

.var_topcart {
    font-size: 11px;
    color: #a7a7a7;
    font-weight: 500;
    margin-bottom: 3px;
}

.qty_topcart {
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 11px;
    color: #a7a7a7;
    font-weight: 500;
}

.a_topcart {
    font-size: 14px;
    color: #e0a526;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.a_topcart a {
    color: #e0a526;
}

.err_infocart {
    width: fit-content;
    margin: auto;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.a_remove_cartseller {
    float: right;
    background: transparent;
    font-size: 12px;
    color: #e0a526;
    font-weight: 600;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    margin-top: -5px;
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.a_remove_cartseller:hover {
    background: #e0a526;
    opacity: 1;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.cont_rad {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #434343;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.cont_rad:hover {
    color: #e0a526;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}


/* Hide the browser's default radio button */

.cont_rad input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.ckm {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.cont_rad:hover input~.ckm {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.cont_rad input:checked~.ckm {
    background-color: #e0a526;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.cont_rad .cir {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.cont_rad input:checked~.ckm .cir {
    display: block;
}


/* Style the indicator (dot/circle) */

.cont_rad .ckm .cir {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.box_mainpay {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.ht_mainpay {
    font-size: 15px;
    color: #a7a7a7;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.box_listpay {
    margin-top: 20px;
    margin-bottom: 20px;
}

.box_cont_listpay {
    display: none;
    padding-left: 25px;
    user-select: none;
}

.box_cont_listpay.act {
    display: block;
}

.div_select_bank,
.div_select_ewallet,
.div_select_retail {
    width: 80%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 9999px;
    height: 55px;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAB9klEQVR4Xu2ZvU7FMAxGvyvEBDwGO6yAYAMWHhfBxMDCz4TYeIzLwIKQkKVGqkLSNmnsOMR37G3TnBPbddoNOv9tOueHCbAI6NyApUDnAWBF0FLAUqBzA5YCnQeAPQUsBSwFwgb2ABwCePsngo4BfAD48nlCKUDwtwDoomsAT41LOANwB+AVwI0vwRfg4C8G6M/GJTj4/YHnwZfgCzgC8AjgYLTqrUrw4QlpC+AcwLvjC6XACYD7xiXE4K8AvIxTOvYYbFnCYngSMdUHxCSQxWelhTEJfk4A/d+ShGT4JQJakZAFv1SAdgnZ8CkCtEpYBZ8qgM4/Hboqv0+oURhXw+cI0CKhCHyugNoSisGvETAl4dLvtgr2DEXh1wqQllAcvoQAKQks8KUEOAm0gXLbTjpGu8gS6cAGX1IAlwRW+NICSktgh+cQEJNALyL+7MUnng4i8FwC1koQg+cUkCtBFJ5bQKoEcXgJAUslVIGXEkD3mQLcHXaY4x4itWhmd9uS3wZjEna8BkoMXjIC3AqFJIxXTxS+hoBYOtBxcfhaAkISqsDXFDCW8JPYJWYXvNCFkkUwdH+qCd+ML1BmZdUWMDtB7hNMALdh7eNbBGhfIe75WQRwG9Y+vkWA9hXinp9FALdh7eNbBGhfIe75WQRwG9Y+fvcR8AsJ2qlBVfDTpAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 15px;
    cursor: pointer;
}

select.sel_banklist {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAB9klEQVR4Xu2ZvU7FMAxGvyvEBDwGO6yAYAMWHhfBxMDCz4TYeIzLwIKQkKVGqkLSNmnsOMR37G3TnBPbddoNOv9tOueHCbAI6NyApUDnAWBF0FLAUqBzA5YCnQeAPQUsBSwFwgb2ABwCePsngo4BfAD48nlCKUDwtwDoomsAT41LOANwB+AVwI0vwRfg4C8G6M/GJTj4/YHnwZfgCzgC8AjgYLTqrUrw4QlpC+AcwLvjC6XACYD7xiXE4K8AvIxTOvYYbFnCYngSMdUHxCSQxWelhTEJfk4A/d+ShGT4JQJakZAFv1SAdgnZ8CkCtEpYBZ8qgM4/Hboqv0+oURhXw+cI0CKhCHyugNoSisGvETAl4dLvtgr2DEXh1wqQllAcvoQAKQks8KUEOAm0gXLbTjpGu8gS6cAGX1IAlwRW+NICSktgh+cQEJNALyL+7MUnng4i8FwC1koQg+cUkCtBFJ5bQKoEcXgJAUslVIGXEkD3mQLcHXaY4x4itWhmd9uS3wZjEna8BkoMXjIC3AqFJIxXTxS+hoBYOtBxcfhaAkISqsDXFDCW8JPYJWYXvNCFkkUwdH+qCd+ML1BmZdUWMDtB7hNMALdh7eNbBGhfIe75WQRwG9Y+vkWA9hXinp9FALdh7eNbBGhfIe75WQRwG9Y+fvcR8AsJ2qlBVfDTpAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 15px;
    width: 60%;
    line-height: 40px;
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    color: #434343;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    cursor: pointer;
}

.div_select_bank.highlight,
.div_select_ewallet.highlight,
.div_select_retail.highlight {
    border: 1px solid #e0a526;
    box-shadow: 0 0 5px #719ece;
}

.div_select_bank #selected_va,
.div_select_ewallet #selected_ewallet,
.div_select_retail #selected_retail {
    display: flex;
    align-items: center;
    height: 100%;
}

.info_listpay {
    font-size: 12px;
    color: #434343;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
}

.f_total_listpay {
    font-size: 13px;
    color: #434343;
    font-weight: 500;
    margin-bottom: 15px;
}

.f_total_listpay span {
    float: right;
}

.f_total_listpay span.f_totalpay {
    color: #ff1e00;
    font-size: 17px;
}

.f_total_listbank {
    font-size: 13px;
    color: #a7a7a7;
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.f_total_listbank span {
    float: right;
    color: #434343;
}

.box_cont_listva {
    text-align: left;
    width: 70%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ht_va_account {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.ht_va_account span {
    font-size: 18px;
    color: #e0a526;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.fd_listva {
    margin: auto;
    padding: 15px;
    padding-right: 20px;
    padding-left: 20px;
    background: #f8f8f8;
    border-radius: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.fd_listva:hover {
    background: #f3f3f3;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ht_listva {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
}

.ht_listva.act {
    color: #e0a526;
}

.ht_listva span {
    float: right;
    color: #e0a526;
}

.ul_listva {
    display: none;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ul_listva li {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    line-height: 25px;
}

.ul_listva.act {
    display: block;
}

.col_ftmyorder {
    padding: 0;
}

.btn_confirm_delivered {
    width: 100%;
    background: #fe5461;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    opacity: 1;
    box-shadow: rgba(49, 53, 59, 0.12) 0px 1px 6px 0px;
}

.btn_cancel_sicepat {
    width: 100%;
    background: #fe5461;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    opacity: 1;
    box-shadow: rgba(49, 53, 59, 0.12) 0px 1px 6px 0px;
}

.btn_confirm_delivered:hover {
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.a_detail_myorder {
    text-align: center;
    margin: auto;
    font-size: 12px;
    color: #e0a526;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.a_detail_myorder:hover {
    color: #ff1e00;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.row_confirmBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5000;
}

.row_confirmBox_sicepat {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5000;
}

.row_confirmBox_cancel_order {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5000;
}

.col_confirmBox {
    background: #f3f3f3;
    margin-top: 5%;
    padding: 0;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.inbox_confirmBox {
    padding: 20px;
}

.info_confirmBox {
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bx_btn_confirmBox {
    width: 50%;
    float: left;
}

.btn_confirmBox {
    width: 100%;
    line-height: 40px;
    background: #f3f3f3;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    border: 0;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn_confirmBox_sicepat {
    width: 100%;
    line-height: 40px;
    background: #f3f3f3;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    border: 0;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn_confirmBox_cancel_order {
    width: 100%;
    line-height: 40px;
    background: #f3f3f3;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    border: 0;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn_confirmBox_cancel_order.no {
    background: #ac2925;
}

.btn_confirmBox_cancel_order.yes {
    background: #5cb85c;
}

.btn_confirmBox_sicepat.no {
    background: #ac2925;
}

.btn_confirmBox_sicepat.yes {
    background: #5cb85c;
}

.btn_confirmBox.no {
    background: #ac2925;
}

.btn_confirmBox.yes {
    background: #5cb85c;
}

.close_confirmBox {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

.btn_confirmBox:hover {
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.row_openDetailOrder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1005;
}

.close_addcart_af {
    height: 100%;
}

.col_addalamat_af {
    background: #fff;
    margin-top: 5%;
    padding: 5px;
}

.box_addalamat_af {
    height: 500px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.hide_popup {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    color: #777;
    z-index: 100;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.hide_popup:hover {
    color: #000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ht_addcart_af {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ht_addcart_af.green {
    color: green;
}

.ht_addcart_af.red {
    color: red;
}

.af_varpod {
    display: none;
}

.row_trackingjne {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.col_trackleft {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.col_trackright {
    padding: 5px;
}

.track_date {
    font-size: 11px;
    color: #434343;
    font-weight: 500;
    opacity: 0.5;
}

.track_date.act {
    opacity: 1;
}

.track_info {
    font-size: 11px;
    color: #434343;
    font-weight: 500;
    opacity: 0.5;
}

.track_info.act {
    opacity: 1;
}

.col_cont_myorder {
    padding: 0;
    margin-bottom: 30px;
}

.f_search_myorder label {
    font-size: 11px;
    color: #555;
    font-weight: 500;
}

.sp_datepick {
    position: absolute;
    font-size: 15px;
    right: 20px;
    line-height: 35px;
    color: #e0a526;
}

.txt_date_myorder {
    width: 100%;
    line-height: 30px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    border: 1px solid #e0a526;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.col_fl_myorder {
    padding-left: 5px;
    padding-right: 5px;
}

.sub_filter_myorder {
    background: #e0a526;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    line-height: 30px;
    border: 0;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.sub_filter_myorder:hover {
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.sub_filter_payment_page {
    background: #e0a526;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    line-height: 30px;
    border: 0;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.sub_filter_payment_page:hover {
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mg_head_promoBanner {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mg_head_promoBanner img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.mg_head_Banner {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.mg_head_Banner img {
    width: 100%;
    height: auto;
}

.line_contbanner {
    background: transparent linear-gradient(90deg, #00a751 0%, #e0a526 100%) 0% 0% no-repeat padding-box;
    height: 15px;
    width: 100%;
}

.ht_banner_cont {
    font-size: 22px;
    color: #313131;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.row_globalPage {
    background: #f8f8f8;
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 10px;
}

.bx_globalPage {
    background: #fff;
    text-align: center;
    padding: 50px;
    border-radius: 10px;
}

.row_title_globalPage {
    border-bottom: 5px solid #e0a526;
}

.col_globalPage {
    padding: 0;
}

.ht_globalPage {
    font-size: 60px;
    color: #e0a526;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: left;
}

.ht_globalPage_notif {
    font-size: 30px;
    color: #434343;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 30px;
}

.mg_globalPage {
    width: auto;
    margin: auto;
    text-align: center;
}

.mg_globalPage img {
    height: 100px;
    width: auto;
    max-width: 100%;
}

.content_globalPage {
    font-family: "Avenir", sans-serif !important;
    text-align: left;
    font-size: 14px;
    color: #313131;
    margin-top: 50px;
    line-height: 25px;
}

.content_banner {
    color: #313131;
    font-size: 14px;
}

.col_globalPage_notif {
    background: #fff;
    text-align: left;
    padding: 0;
    border-radius: 10px;
}

.col_page_notif {
    padding: 0;
}

.mg_nonotif {
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

.mg_nonotif img {
    width: 70%;
    height: auto;
}

.sucs_forgot,
.err_forgot {
    display: none;
}

.bx_brandPage {
    background: #fff;
    border-radius: 20px;
    padding: 20px 40px;
}

.bx_brandPage .col_bx_choosenCat {
    margin-bottom: 15px;
}

.bx_brandPage__filter-inner {
    padding: 20px 5px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.bx_brandPage__filter-inner .sub_aform {
    height: 45px;
    border-radius: 1000px;
    width: 100%;
}

.bx_brandPage__filter-inner .form-control {
    background-color: #efefef;
    border-radius: 100px;
    height: 45px;
    border: none;
    padding-left: 20px;
    padding-left: 20px;
    box-shadow: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.bx_brandPage__filter-inner .input-group-addon {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}

.bx_brandPage__filter-inner .form-control:focus {
    box-shadow: none;
    border: none;
}

.bx_brandPage__filter-inner .form-control.bx_brandPage__input {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.bx_brandPage__brands-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.col_branditems {
    margin-bottom: 30px;
}


/* ==== ADMIN DASHBOARD ==== */

.bg-gradient-primary {
    background: transparent linear-gradient(160deg, #e0a526 0%, #a87c1c 100%) 0% 0% no-repeat padding-box;
}

.sidebar .sidebar-brand {
    /* height: auto; */
    height: 100px;
    border-bottom-left-radius: 50% 35%;
    border-bottom-right-radius: 50% 35%;
    position: relative;
    margin-bottom: 40px;
}

.sidebar .nav-item .nav-link span {
    font-weight: 600;
}

.mg_LogoAdmin {
    background: #ffff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -18%;
}

.toggled .mg_LogoAdmin {
    margin-left: -35%;
}

.mg_LogoAdmin img {
    height: auto;
    width: 100%;
}

.pt_copyright {
    line-height: 30px;
    font-size: 11px;
    color: #e0a526;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
}

.dataTables_wrapper {
    font-size: 12px;
}

.ht_admdash {
    font-size: 15px;
}

.btn_ca_confirm {
    background: #e0a526;
    font-size: 10px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
    color: #fff;
    width: 75px;
    line-height: 25px;
    border: 0;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn_ca_confirm.act {
    background: green;
    color: #fff;
}

.btn_ca_confirm.blue {
    background: #2653d4;
}

.btn_ca_cancel {
    display: block;
    background: transparent;
    font-size: 10px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
    color: red;
    width: 75px;
    line-height: 20px;
    border: 1px solid red;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.btn_gotoXendit {
    background: #f4bf03;
    width: fit-content;
    line-height: 35px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin-top: 15px;
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn_gotoXendit:hover {
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ht_detailWA {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.ht_detailWA.space {
    margin-top: 15px;
}

.cont_detailWA {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.cont_detailWA.space {
    margin-top: 15px;
}

.col_head_detailWA {
    padding: 20px;
    /*    margin-top: 15px;
    margin-bottom: 15px;*/
}

.info_detailWA {
    font-size: 12px;
    color: #000;
}

.info_high_detailWA {
    line-height: 30px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.box_info_detailWA {
    /*margin-top: 15px;*/
    margin-bottom: 15px;
}

.a_print_alamat {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: unset;
}

.btn_detailWA {
    background: #f2300c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    width: auto;
    line-height: 40px;
    border: 0;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.btn_detailWA.delivery {
    position: absolute;
    right: 20px;
    margin-top: -15px;
    background: #1cc88a;
}

.btn_confirmdelivery {
    position: absolute;
    right: 20px;
    margin-top: -15px;
}

.txt_nomor_resi {
    width: 100%;
    line-height: 30px;
    border: 0;
    border-bottom: 1px solid #e0a526;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.btn_updateResi {
    background: #e0a526;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #fff;
    width: auto;
    line-height: 30px;
    border: 0;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.err_resi {
    display: none;
    font-size: 11px;
    color: red;
    margin-top: 5px;
}

.col_mid_cartItem {
    padding-right: 5px;
    padding-left: 5px;
}

.col_right_cartItem {
    padding-top: 15px;
    padding-right: 50px;
}

.opsi_cartItem {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
}

.row_in_printDef {
    font-weight: 500;
}

.bx_dis_dropshiper {
    margin-top: 20px;
    margin-bottom: 15px;
}

.bx_print_addr {
    margin-bottom: 15px;
}

.tt_printDef {
    font-size: 14px;
    color: #333;
}

.box_printDef {
    font-size: 14px;
    color: #333;
}

.col_line_boradmin {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    margin-top: 5px;
}

.inf_alert_payladara {
    font-size: 11px;
    color: #333;
    margin-top: 10px;
}


/* ==== ADMIN DASHBOARD ==== */

.soldout_cart {
    width: 100%;
    display: inline-block;
    margin: 10px 0px 0px 4rem;
    font-size: 13px;
    font-weight: 600;
    color: red;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fix_alertCustom {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    margin: auto;
    text-align: center;
}

.col_alertCustom {
    margin-top: 5%;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #91919129;
    padding: 30px;
}

.mg_alertCustom {
    text-align: center;
    font-size: 50px;
    color: #fe5461;
    margin-bottom: 5px;
}

.ht_alertCustom {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.btn_alertCustom {
    width: 100%;
    margin: auto;
    text-align: center;
}

.a_close_alertCustom {
    background: #929394;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.a_close_alertCustom:hover {
    background: grey;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.a_confirm_alertCustom {
    background: #df6b51;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.a_confirm_alertCustom:hover {
    background: #fe5461;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mg_ban_umkm {
    height: 285px;
}

.mg_ban_umkm img {
    background: #cfcfcf;
    width: 100%;
    height: 100%;
}

.mob_display {
    display: none;
}


/* Hotfix 2020-09-04 */

.des_display2 {
    display: block !important;
}

.wa__btn_popup .wa__btn_popup_txt {
    display: none !important;
}

.mob_display2 {
    display: none !important;
}

/* =========== for responsive mobile ============*/

@media only screen and (min-width: 769px) {
    .col_mn_search {
        padding-left: 0px;
        width: 45%;
        height: 40px;
    }
    .col_mn_logo {
        padding: 0px;
        width: 13%;
    }
    .fix_profileMenu,
    .fix_tokoMenu {
        top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .fix_cartMenu {
        top: 100px;
        bottom: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .market-image-overlay .market-name {
        line-height: 1.2;
    }
    .market-image-overlay .market-tagline {
        line-height: 1;
    }

    #ppob {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space:nowrap;
        padding: 10px;
    }
    .row_topup>a>div {
        padding: 1px 14px;
        display: flex ;
        align-items: center;
        border: 1px solid #dcdcdc ;
        border-radius: 6px ;
        cursor: pointer ;
        margin-right: 19px;
    }
    #ppob::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (min-width: 1920px) {
    .mg_slider_homeBanner {
        height: 455px;
    }
    .mg_slider_homeBanner img {
        height: 455px;
        object-fit: cover;
    }
}


@media only screen and (max-width: 769px) {
    .glyphicon-heart {
        margin: 6px;
    }

    .merchant-result-card__inner {
        flex-direction: column !important;
    }
    .merchant-result-card__stats-item {
        border: 0 !important;
    }
    .merchant-result-card__stats {
        flex-direction: column !important;
    }
    /* code here only for < max-width 769px */
    .des_display {
        display: none;
    }
    /* Hotfix 2020-09-03 */
    .mg_masterLogo img {
        height: 55px;
        width: 75px;
        object-fit: cover;
        margin-top: -10px;
    }
    .txt_searchNow {
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    /* .header {
        height: 75px !important;
    } */
    .bx_head_top {
        display: none;
    }
    .sp_searchNow {
        height: 30px;
        top: -30px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        left: 0px;
        line-height: 38px;
        font-size: 12px;
        font-weight: 400;
    }
    .col_mn_search {
        width: 60%;
    }
    #searchNow {
        padding-left: 10px;
    }
    #myHeaderDesktop {
        display: none !important;
    }
    #myHeaderMobile {
        display: flex !important;
    }
    .mg_masterLogo {
        height: 37px;
    }
    .mg_slider_homeBanner {
        height: auto;
        border-radius: 0;
    }
    .mg_slider_homeBanner img {
        height: 200px;
        object-fit: cover;
    }
    .col_mn_profile {
        /* padding-top: 15px; */
        user-select: none;
        justify-content: space-around;
    }
    .bx_web_notifcart>a {
        width: 32px;
    }
    .col_mn_logo {
        padding: 0px;
    }
    .col_mn_logo a {
        display: block;
    }
    .col_mn_logo a img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .col_mn_search {
        display: flex;
        /* height: 100%; */
        align-items: center;
        padding: 0px;
    }
    .mob_display2 {
        display: block !important;
    }
    .bx_mg_1 {
        /*display: none;*/
        width: auto;
    }
    /* Hotfix 2020-09-03 */
    .mob_topmenu {
        font-size: 25px;
        color: #e0a526;
        width: 16px;
        text-align: right;
        cursor: pointer;
    }
    /* code here only for < max-width 769px */
    .des_display {
        display: none;
    }
    .mob_topmenu img {
        height: 20px;
    }
    .mob_display {
        display: block;
    }
    .sp_searchNow {
        font-size: 13px;
        width: 20%;
        text-align: center;
        padding: 8px 0px;
    }
    .txt_searchNow {
        font-size: 12px;
        padding-right: 5px;
        padding-top: 4px;
        padding-bottom: 3px;
    }
    .mg_cart img {
        height: 23px;
    }
    .header_list_tops {
        display: none !important;
    }
    .mob_topmenu_login {
        font-size: 12px;
        color: #e0a526;
        font-weight: 600;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    .row_homeBanner {
        padding: 0;
        background: #f8f8f8;
    }
    .mg_masterLogo {
        height: 37px;
        margin-top: 20px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .slide_banner_arrow {
        display: none;
        top: 30%;
    }
    .tx_openMenu {
        display: none;
    }
    .slide_banner_arrow .def_slide_nav img {
        height: 25px;
    }
    .slide_banner_arrow .slide_PrevBtn {
        float: left;
        left: 1%;
    }
    .slide_banner_arrow .slide_NextBtn {
        float: right;
        right: 1%;
    }
    .col_mn_logo {
        width: 22%;
        padding: 0;
        text-align: center;
        margin: auto;
    }
    #slide_homeBanner_mobile.owl-theme .owl-dots {
        width: 100%;
        margin: auto;
        margin-top: 0;
        position: absolute;
        text-align: center;
    }
    .col_mn_search {
        padding: 0;
    }
    #slide_homeBanner_mobile {
        display: block;
        background: transparent linear-gradient(270deg, #a87c1c 0%, #eac67c 100%) 0% 0% no-repeat padding-box;
        height: 200px;
    }
    #slide_homeBanner_desktop {
        display: none;
    }
    .owl-theme .owl-dots .owl-dot.active span {
        width: 10px;
        background: #e0a526;
        opacity: 1;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 2px;
    }
    .col_choosenCat {
        margin-top: 40px;
        padding: 15px;
        box-shadow: none;
    }
    .row_homePage {
        background: #f8f8f8;
    }
    .row_chsCat {
        margin-right: -5px;
        margin-left: -5px;
    }
    .col_bx_choosenCat {
        height: 115px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .mg_choosenCat {
        height: 65px;
        width: auto;
        margin: auto;
        text-align: center;
        margin-bottom: 5px;
        position: relative;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
    .mg_choosenCat img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        height: 100%;
        max-height: 100%;
        width: auto;
        max-width: 100%;
        /*border: 1px solid rgba(0,0,0,.1);*/
        padding: 5px;
    }
    #slide_homeKategori.owl-carousel .owl-item img {
        width: auto;
    }
    #slide_homeKategori.owl-theme .owl-nav {
        position: absolute;
        width: 100%;
        top: 10px;
        height: 0;
    }
    #slide_homeKategori.owl-carousel .owl-nav button.owl-prev {
        float: left;
        margin-left: -5px;
        font-size: 20px;
        font-weight: 500;
        background: #f3f3f3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 0;
        color: #e0a526;
    }
    #slide_homeKategori.owl-carousel .owl-nav button.owl-next {
        float: right;
        margin-right: -5px;
        font-size: 20px;
        font-weight: 500;
        background: #f3f3f3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 0;
        color: #e0a526;
    }
    .tx_choosenCat {
        font-size: 10px;
        line-height: 15px;
    }
    .ht_choosenCat {
        font-size: 15px;
        letter-spacing: normal;
        text-transform: none;
        margin-bottom: 20px;
    }
    .mg_choosenCat_brand {
        margin-bottom: 5px;
        width: 100%;
        height: 70px;
    }
    .mg_choosenCat_brand img {
        height: 100%;
        max-height: 100%;
        width: auto;
        max-width: 100%;
        padding: 0;
    }
    .bx_chcat_2 {
        margin: 0;
    }
    .row_bnpromo {
        margin-left: -5px;
        margin-right: -5px;
    }
    .col_bnpromo {
        padding-left: 5px;
        padding-right: 5px;
    }
    .ht_homepage {
        font-size: 15px;
        letter-spacing: normal;
        text-transform: none;
    }
    #slide_brandDeals.owl-carousel .owl-item .mg_bndeals img {
        margin-left: 0px;
        border-radius: 10px;
    }
    .col_bx_productList {
        padding-left: 5px;
        padding-right: 5px;
    }
    .mg_productList {
        height: 160px;
    }
    .ht_productList {
        line-height: 18px;
        font-size: 13px;
    }
    .tx_price {
        font-size: 13px;
    }
    footer {
        padding-bottom: 65px;
    }
    #inner-footer {}
    .ht_sub_ft_mn {
        font-size: 13px;
    }
    .ul_ft_mn li a {
        font-size: 12px;
    }
    .ul_ft_mn_social li {
        width: 30px;
        line-height: 30px;
    }
    .ul_ft_mn_social li a {
        font-size: 16px;
    }
    .tx_copyright {
        font-size: 12px;
    }
    .row_footer_copyright {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ul_fix_mobmenu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .row_fix_mobmenu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background: #fff;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 0px 0px 6px #00000029;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ul_fix_mobmenu li {
        position: relative;
        float: left;
        width: 20%;
        text-align: center;
        margin: auto;
    }
    .ul_fix_mobmenu li a {
        font-size: 2.5vw;
        color: #d0d0d0;
        font-weight: 500;
    }
    .ul_fix_mobmenu li a img {
        height: 21px;
        width: auto;
        display: block;
        text-align: center;
        margin: auto;
    }
    .ul_fix_mobmenu li.act a {
        color: #e0a526;
    }
    .fix_profileMenu {
        /*top: 70px; */
        bottom: 0px;
        height: 91%;
    }
    .bx_profileMenu {
        position: relative;
        float: right;
        right: 0;
        top: 0;
        width: 44%;
        background: #fff;
        padding: 10px;
        border-radius: 0;
    }
    .bx_profileMenu:after {
        display: none;
    }
    .mn_profileMenu li a {
        font-size: 12px;
    }
    .fix_cartMenu {
        /* top: 70px; */
        bottom: 0px;
        height: 91%;
    }
    .bx_cartMenu {
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        margin-left: 0;
        background: #fff;
        border-radius: 0;
        overflow: auto;
    }
    .sp_notif_mob {
        position: absolute;
        margin-left: 0;
        background: #ff2525;
        font-size: 1px;
        font-weight: 600;
        color: #fff;
        width: 10px;
        height: 10px;
        line-height: 10px;
        padding: 5px;
        border-radius: 50%;
        text-align: center;
    }
    .row_globalPage {
        background: #f8f8f8;
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 10px;
    }
    .ht_globalPage_notif {
        font-size: 21px;
        margin-top: 50px;
    }
    .row_profile,
    .row_singlePro {}
    .row_masterCart {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .row_masterPage {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .col_shop_filter {
        padding: 0;
        /*display: none;*/
    }
    .filter_shops {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        z-index: 1005;
        background: #fff;
        overflow: auto;
        padding: 10px;
        padding-bottom: 30px;
    }
    .row_resProduct {
        background: transparent;
        padding: 0;
    }
    .ht_head_sortby {
        display: none;
    }
    .ht_head_shoplist {
        width: 100%;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .fix_loading {
        padding: 10px;
        bottom: 62px;
    }
    .col_shop_category {
        padding: 0;
    }
    .bx_shop_category span {
        font-size: 11px;
    }
    .bx_shop_category span.arrow {
        margin-left: 5px;
        margin-right: 5px;
    }
    .ht_proCategory {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-right: 0;
        padding-left: 0;
        line-height: 15px;
    }
    .col_singlePro {
        padding: 0;
    }
    .box_bannerThumb {
        display: inline-block;
    }
    .col_right_singlePro {
        padding-top: 20px;
    }
    h1.title_singlePro {
        font-size: 19px;
    }
    .col_singleProTabs {
        padding: 0;
        margin-top: 30px;
    }
    .row_singleProTabs {
        padding: 0;
        padding-top: 10px;
    }
    .row_top_singlePro {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
    }
    .proTabs li {
        width: 33%;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
    }
    .proTabs li a {
        font-size: 11px;
    }
    .sub_buyProduct {
        width: 68%;
        margin-bottom: 0;
    }
    .bx_iconlove,
    .bx_iconlove.act {
        display: none;
    }
    .bx_submit_addtocart {
        text-align: center;
    }
    .pro_finalPrice {
        font-size: 17px;
    }
    .row_procont {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .row_singleProContent {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ht_ProTabs {
        font-size: 15px;
    }
    .ht_nameProTabs {
        font-size: 12px;
    }
    .box_login {
        position: relative;
        width: 100%;
        border-radius: 10px;
        padding-left: 25px;
        padding-right: 25px;
        text-align: left;
    }
    .ht_login,
    .ht_forgot {
        font-size: 17px;
    }
    .sub_login,
    .sub_forgot {
        font-size: 14px;
        line-height: 40px;
    }
    .bx_globalPage {
        padding: 10px;
    }
    .ht_globalPage {
        font-size: 26px;
    }
    .mg_globalPage {
        display: none;
    }
    .content_globalPage {
        font-size: 12px;
        line-height: 20px;
        word-wrap: break-word;
    }
    .bx_backShop {
        font-size: 12px;
    }
    .row_resProduct2 {
        padding: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .mg_head_promoBanner img {
        border-radius: 10px;
    }
    .ht_proCategory {
        display: none;
    }
    .row_fix_addtocart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 501;
        background: #fff;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 0px 3px 6px #91919129;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .a_cart_tologin,
    .a_cart_toregis {
        font-size: 12px;
        padding: 8px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .product_varit.hit {
        border-top: 1px solid red;
        border-bottom: 1px solid red;
    }
    .ht_sub_productdetail {
        padding: 0;
    }
    .row_relatedProduct {
        background: transparent;
        padding: 0;
    }
    .mg_heart {
        right: 15px;
        top: 10px;
    }
    .ht_masterCart {
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .ht_cartSeller {
        font-size: 13px;
    }
    .box_cartItem_head {
        display: none;
    }
    .col_masterCart {
        padding: 0;
    }
    .bx_cart_page {
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ht_price_totalpcs {
        font-size: 14px;
        color: #ff1e00;
        font-weight: 600;
        text-align: left;
        line-height: 30px;
    }
    .mob_cartQty {
        width: 50%;
        float: left;
    }
    .tx_cart_qtyItem {
        font-size: 12px;
    }
    .mob_cartLove {
        width: 40%;
        float: left;
        padding-top: 5px;
    }
    .wish_itemCart,
    .del_itemCart {
        padding-left: 10px;
        padding-right: 10px;
    }
    .box_cartItem {
        padding: 15px 0px 25px 0px;
    }
    .row_fix_submitCart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 501;
        background: #fff;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 0px 3px 6px #91919129;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mob_left_cartCheckout {
        width: 50%;
        float: left;
        padding-left: 10px;
    }
    .sub_cartCheckout {
        width: 50%;
        float: left;
        margin: 0;
        font-size: 13px;
    }
    .info_cartBottom {
        font-size: 11px;
        margin: 0;
    }
    .price_cartBottom {
        font-size: 16px;
        color: #ff1e00;
    }
    .btc_alamat,
    .bx_tx_ckalamat {
        font-size: 12px;
    }
    .btc_alamat,
    .btc_info_addr {
        font-size: 12px;
        font-weight: 500;
    }
    .bx_tx_ckalamat {
        font-size: 12px;
        padding: 5px;
    }
    .ac_view_addnote {
        padding: 5px;
    }
    .col_btc_mid_product {
        padding-left: 15px;
        padding-right: 0;
    }
    .cont_ck_items,
    .bx_btc_price,
    .cont_ck_items {
        font-size: 11px;
    }
    .bx_btc_subtotal {
        position: relative;
        right: 0;
        top: 0;
        font-size: 14px;
    }
    .bx_btc_subtotal span {
        font-size: 11px;
    }
    .row_btc_product {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .f_sel_shipping {
        width: 55%;
    }
    .sel_btc_shipping {
        font-size: 10px;
        font-weight: 600;
        height: 35px;
        line-height: 35px;
    }
    .f_sel_shipping label {
        margin-bottom: 15px;
    }
    .bx_btc_shipping label {
        font-size: 11px;
    }
    .bx_btc_shipping span {
        font-size: 13px;
    }
    .bx_checkout_page {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col_checkout_page2 {
        padding: 0;
    }
    .f_chk_total {
        font-size: 13px;
        font-weight: 600;
    }
    .sub_cartCheckout {
        width: 50%;
        float: left;
        margin: 0;
    }
    .row_fix_submitCheckout {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 501;
        background: #fff;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 0px 3px 6px #91919129;
        padding: 15px;
    }
    .ht_masterCheckout {
        font-size: 16px;
    }
    .ht_mainpay {
        font-size: 12px;
    }
    .cont_rad {
        font-size: 13px;
    }
    .f_total_listpay {
        font-size: 13px;
    }
    .box_mainpay {
        padding: 15px;
    }
    .mob_sub_paymentNow {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .row_finishCheckout {
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 0;
    }
    .mg_registerIcon img {
        width: 90%;
        height: auto;
    }

    .mg_registerIcon .image-dana {
        width: 50% !important;
        height: auto !important;
    }

    .col_finishCheckout {
        padding: 0;
    }
    .ht_register {
        font-size: 15px;
    }
    .ht_sucs_register {
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ht_va_account {
        text-align: center;
        margin-bottom: 30px;
    }
    .box_cont_listva {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ht_listva {
        font-size: 13px;
    }
    .ul_listva {
        padding: 15px;
    }
    .ul_listva li {
        font-size: 12px;
    }
    .col_profile {
        padding: 0;
    }
    .row_cont_tab_profile {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px;
    }
    .ht_profile {
        font-size: 16px;
    }
    .sub_aform {
        width: 100%;
    }
    .bx_signProfile {
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .chl_fmenu a {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .ht_fmenu {
        font-weight: 700;
        padding-bottom: 5px;
        margin-top: 15px;
    }
    .btn_tambah_alamat {
        line-height: 30px;
        height: 30px;
        background: #fe5461;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .f_list_addr {
        font-size: 12px;
    }
    .btn_addr_list {
        position: relative;
        margin-top: 15px;
        text-align: left;
        height: 30px;
    }
    .btn_addr_ubah {
        padding: 7px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col_daf_alamat {
        padding: 0;
        border: 0;
    }
    .btn_aform {
        width: 100%;
        margin-top: 15px;
    }
    .sel_myorder_tabs {
        background: #e0a526;
        width: 100%;
        line-height: 40px;
        height: 40px;
        font-size: 13px;
        color: #fff;
        font-weight: 600;
        border: 0;
        border-radius: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    select.sel_myorder_tabs {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45ODkiIGhlaWdodD0iNS45MzUiIHZpZXdCb3g9IjAgMCAxMC45ODkgNS45MzUiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjk4OSAtMTE3Ljc0Mikgcm90YXRlKDkwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE3Ljc0MiAwKSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xMjMuNTUyLDUuMTkzLDExOC40NjkuMTI0YS40MjYuNDI2LDAsMCwwLS42LjZsNC43OCw0Ljc2Ny00Ljc4LDQuNzY3YS40MjYuNDI2LDAsMCwwLC42LjZMMTIzLjU1Miw1LjhhLjQyNi40MjYsMCwwLDAsMC0uNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTcuNzQyIDApIi8+PC9nPjwvZz48L3N2Zz4=");
        background-repeat: no-repeat;
        background-position-x: 90%;
        background-position-y: 50%;
    }
    .row_myorder_tabs {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .ht_cont_myorder {
        font-size: 12px;
    }
    .box_mg_myorder {
        height: 55px;
    }
    .col_infoResi.in_border {
        border: 0;
        display: block;
        margin-top: 10px;
    }
    .col_infoResi {
        padding: 0;
    }
    .col_in_myorder.in_border {
        padding: 0;
        border: 0;
    }
    .ft_myorder.order_space {
        margin-bottom: 15px;
    }
    .ft_myorder_total label {
        font-size: 13px;
    }
    .col_in_myorder.in_border {
        display: none;
    }
    .col_in_myorder.in_last {
        display: none;
    }
    .col_mob_right_total {
        padding: 0;
        position: relative;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .mob_bleft_total {
        width: 50%;
        float: left;
    }
    .mob_bright_total {
        width: 50%;
        float: left;
    }
    .close_addcart_af {
        height: auto;
    }
    .hide_popup {
        top: 10px;
        right: 20px;
    }
    .col_addalamat_af {
        margin: 0;
        height: 100%;
    }
    .box_addalamat_af {
        height: 100%;
    }
    .order_tabs li a {
        font-size: 12px;
    }
    .row_masterInformation {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bx_in_productList {
        height: 145px;
        padding: 10px;
    }
    .fix_btnfilter_mob {
        position: fixed;
        bottom: 75px;
        left: 0;
        right: 0;
        width: 50%;
        z-index: 501;
        background: transparent linear-gradient(90deg, #a87c1c 0%, #e0a526 100%) 0% 0% no-repeat padding-box;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        line-height: 35px;
        margin: auto;
        text-align: center;
        border-radius: 20px;
        opacity: 0.8;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    .fix_btnfilter_mob:hover {
        opacity: 1;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    .a_mobfil_urutkan {
        color: #fff;
    }
    .a_mobfil_filter {
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
    }
    .fix_btnfilter_mob span {
        font-size: 17px;
        font-weight: 300;
        margin-right: 10px;
        margin-left: 10px;
    }
    .ht_subfitler {
        font-size: 14px;
    }
    .ht_subfitler2 {
        line-height: 40px;
        font-size: 16px;
        color: #313131;
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
    }
    .ht_subfitler2 span {
        position: absolute;
        right: 15px;
        font-size: 11px;
        color: #e0a526;
        font-weight: 600;
        cursor: pointer;
    }
    .bx_subfilter_sp {
        padding-bottom: 5px;
        padding-top: 10px;
    }
    .get_filterPrice2 {
        margin-top: 15px;
    }
    .second_subfilter {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .bx_mob_sortby {
        display: none;
        position: fixed;
        top: 70px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.6);
        padding: 30px;
    }
    .bx_mob_insortby {
        background: #fff;
        height: auto;
        border-radius: 0;
        box-shadow: 0px 3px 6px #91919129;
        padding: 15px;
        border-radius: 10px;
    }
    .ht_mob_sortby {
        position: relative;
        font-size: 13px;
        color: #e0a526;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .ht_mob_sortby span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 10px;
        color: #e0a526;
    }
    .ul_mob_sortby_new,
    .ul_mob_sortby {
        list-style: none;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .ul_mob_sortby_new li .ul_mob_sortby li {
        line-height: 40px;
        height: 40px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 15px;
        padding-right: 15px;
    }
    .ul_mob_sortby_new li a,
    .ul_mob_sortby li a {
        font-size: 13px;
        color: #313131;
        font-weight: 500;
    }
    .ul_mob_sortby_new li.act .ul_mob_sortby li.act {
        background: #e0a526;
    }
    .ul_mob_sortby_new li.act a,
    .ul_mob_sortby li.act a {
        color: #fff;
    }
    .fix_catMenu {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 60px;
    }
    .bx_catMenu {
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        margin-left: 0;
        background: #fff;
        padding: 0;
        border-radius: 0;
    }
    .ul_catMenu li {
        text-align: left;
        line-height: 40px;
        height: 40px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }
    .bx_catMenu_cont {
        padding: 20px;
        overflow: auto;
    }
    .col_catMenu {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
    }
    .ht_ul_catMenu {
        font-size: 13px;
        color: #333333;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: left;
    }
    .ht_ul_catMenu span {
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 10px;
        color: #e0a526;
    }
    .col_cont_catMenu {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        max-height: 100%;
        background: #fff;
    }
    .ht_catMenu {
        padding-right: 30px;
    }
    .ht_catMenu span {
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 10px;
        color: #e0a526;
    }
    .col_hide_popup {
        display: none;
    }
    .col_changeAddress {
        padding: 20px;
        margin: 0;
        border-radius: 0;
    }
    .col_changeAddress.chaddr_auto {
        height: 100%;
        overflow: auto;
    }
    .btn_tambah_alamat {
        right: 20px;
    }
    .ht_checkout_addr {
        font-size: 16px;
    }
    .row_checkout_addr {
        padding-top: 15px;
    }
    .col_mob_alamat {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 15px;
    }
    .a_ubah_address,
    .a_pilih_address {
        padding: 7px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .col_daf_alamat:hover {
        border-radius: 0px;
        box-shadow: none;
    }
    .a_sub_aform.dekstop {
        display: none;
    }
    .bx_chk_addAddress {
        height: auto;
    }
    .col_add_address {
        height: 100%;
        width: 100%;
        overflow: auto;
        background: #fff;
        border-radius: 0;
        padding: 10px;
        margin-top: 0;
    }
    .ht_add_chkaddress {
        padding: 15px;
    }
    .bx_list_chk_addr {
        height: auto;
    }
    .col_branditems {
        margin-bottom: 5px;
    }
    .sel_dob_1,
    .sel_dob_2,
    .sel_dob_3 {
        width: 31%;
    }
    .f_total_listbank span {
        float: none;
        color: #434343;
        display: inline-block;
    }
    .f_aform_btns {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .ht_specsTabs {
        position: absolute;
        left: 10px;
    }
    .bx_specsTabs {
        padding-left: 90px;
    }
    .col_alertCustom {
        border-radius: 0;
    }
    .ht_alertCustom {
        font-size: 14px;
    }
    #slide_homePromo.owl-theme .owl-nav {
        position: absolute;
        width: 100%;
        top: 10px;
        height: 0;
    }
    #slide_homePromo.owl-carousel .owl-nav button.owl-prev {
        float: left;
        margin-left: -5px;
        font-size: 20px;
        font-weight: 500;
        background: #f3f3f3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 0;
        color: #e0a526;
    }
    #slide_homePromo.owl-carousel .owl-nav button.owl-next {
        float: right;
        margin-right: -5px;
        font-size: 20px;
        font-weight: 500;
        background: #f3f3f3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 0;
        color: #e0a526;
    }
    #slide_brandDeals.owl-theme .owl-nav {
        position: absolute;
        width: 100%;
        top: 80px;
        height: 0;
    }
    #slide_brandDeals.owl-carousel .owl-nav button.owl-prev {
        float: left;
        margin-left: -5px;
        font-size: 20px;
        font-weight: 500;
        background: #f3f3f3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 0;
        color: #e0a526;
    }
    #slide_brandDeals.owl-carousel .owl-nav button.owl-next {
        float: right;
        margin-right: -5px;
        font-size: 20px;
        font-weight: 500;
        background: #f3f3f3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 0;
        color: #e0a526;
    }
    .wa__btn_popup {
        bottom: 6em !important;
    }
}

.nav-tabs.notif>li.active>a,
.nav-tabs.notif>li.active>a:hover,
.nav-tabs.notif>li.active>a:focus {
    border-bottom: 3px solid #e0a526;
    border-top: none;
    border-right: none;
    border-left: none;
}

.fix_profileMenu,
.fix_tokoMenu {
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
}

.fix_cartMenu {
    top: 100px;
    bottom: 0;
}

@media only screen and (max-width: 540px) {
    .scroll-ppob{
        overflow-x: scroll;
        overflow-y: hidden;
        width: auto;
    }

    .formTopup.active {
        width: 523px;
    }

    .scroll-ppob::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .market-image-overlay .bangga-indonesia-logo {
        display: none;
    }
}

@media only screen and (max-width:769px) {
    .user-bank-items {
        flex-direction: column;
    }
    .user-bank-item__actions .sub_aform {
        margin-top: 15px;
    }
    /* code here only for < max-width 769px */
    .des_display {
        display: none;
    }
    /* Hotfix 2020-09-03 */
    .mg_masterLogo img {
        height: 55px;
        width: 75px;
        object-fit: cover;
        margin-top: -10px;
    }
    .txt_searchNow {
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    /* .header {
        height: 75px !important;
    } */
    .bx_head_top {
        display: none;
    }
    .sp_searchNow {
        height: 30px;
        top: -30px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        left: 0px;
        line-height: 38px;
        font-size: 12px;
        font-weight: 400;
    }
    .col_mn_search {
        width: 60%;
    }
    #searchNow {
        padding-left: 10px;
    }
    #myHeaderDesktop {
        display: none !important;
    }
    #myHeaderMobile {
        display: flex !important;
    }
    .mg_masterLogo {
        height: 37px;
    }
    .mg_slider_homeBanner img {
        height: 200px;
        object-fit: cover;
    }
    .col_mn_profile {
        /* padding-top: 15px; */
        user-select: none;
        justify-content: space-around;
    }
    .bx_web_notifcart>a {
        width: 32px;
    }
    .col_mn_logo {
        padding: 0px;
    }
    .col_mn_logo a {
        display: block;
    }
    .col_mn_logo a img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .col_mn_search {
        display: flex;
        /* height: 100%; */
        align-items: center;
        padding: 0px;
    }
    .mob_display2 {
        display: block !important;
    }
    .bx_mg_1 {
        /*display: none;*/
        width: auto;
    }
    /* Hotfix 2020-09-03 */
    .mob_topmenu {
        font-size: 25px;
        color: #e0a526;
        width: 16px;
        text-align: right;
        cursor: pointer;
    }
    /* code here only for < max-width 769px */
    .des_display {
        display: none;
    }
    .mob_topmenu img {
        height: 20px;
    }
    .mob_display {
        display: block;
    }
    .sp_searchNow {
        font-size: 13px;
        width: 20%;
        text-align: center;
        padding: 8px 0px;
    }
    .txt_searchNow {
        font-size: 12px;
        padding-right: 5px;
        padding-top: 4px;
        padding-bottom: 3px;
    }
    .mg_cart img {
        height: 23px;
    }
    .header_list_tops {
        display: none !important;
    }
    .mob_topmenu_login {
        font-size: 12px;
        color: #e0a526;
        font-weight: 600;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    .row_homeBanner {
        padding: 0;
        background: #f8f8f8;
    }
    .mg_masterLogo {
        height: 37px;
        margin-top: 20px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .slide_banner_arrow {
        display: none;
        top: 30%;
    }
    .tx_openMenu {
        display: none;
    }
    .slide_banner_arrow .def_slide_nav img {
        height: 25px;
    }
    .slide_banner_arrow .slide_PrevBtn {
        float: left;
        left: 1%;
    }
    .slide_banner_arrow .slide_NextBtn {
        float: right;
        right: 1%;
    }
    .col_mn_logo {
        width: 22%;
        padding: 0;
        text-align: center;
        margin: auto;
    }
    #slide_homeBanner_mobile.owl-theme .owl-dots {
        width: 100%;
        margin: auto;
        margin-top: 0;
        position: absolute;
        text-align: center;
    }
    .col_mn_search {
        padding: 0;
    }
    #slide_homeBanner_mobile {
        display: block;
    }
    #slide_homeBanner_desktop {
        display: none;
    }
    .owl-theme .owl-dots .owl-dot.active span {
        width: 10px;
        background: #e0a526;
        opacity: 1;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 2px;
    }
    .col_choosenCat {
        margin-top: 40px;
        padding: 15px;
        box-shadow: none;
    }
    .mg_slider_homeBanner {
        height: auto;
        border-radius: 0;
    }
    .row_homePage {
        background: #f8f8f8;
    }
    .row_chsCat {
        margin-right: -5px;
        margin-left: -5px;
    }
    .col_bx_choosenCat.newCategory {
        height: auto;
    }
    .col_bx_choosenCat {
        height: 115px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .mg_choosenCat {
        height: 65px;
        width: auto;
        margin: auto;
        text-align: center;
        margin-bottom: 5px;
        position: relative;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
    .mg_choosenCat img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        height: 100%;
        max-height: 100%;
        width: auto;
        max-width: 100%;
        /*border: 1px solid rgba(0,0,0,.1);*/
        padding: 5px;
    }
    #slide_homeKategori.owl-carousel .owl-item img {
        width: auto;
    }
    #slide_homeKategori.owl-theme .owl-nav {
        position: absolute;
        width: 100%;
        top: 10px;
        height: 0;
    }
    #slide_homeKategori.owl-carousel .owl-nav button.owl-prev {
        float: left;
        margin-left: -5px;
        font-size: 20px;
        font-weight: 500;
        background: #f3f3f3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 0;
        color: #e0a526;
    }
    #slide_homeKategori.owl-carousel .owl-nav button.owl-next {
        float: right;
        margin-right: -5px;
        font-size: 20px;
        font-weight: 500;
        background: #f3f3f3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 0;
        color: #e0a526;
    }
    .tx_choosenCat {
        font-size: 10px;
        line-height: 15px;
    }
    .ht_choosenCat {
        font-size: 15px;
        letter-spacing: normal;
        text-transform: none;
        margin-bottom: 20px;
    }
    .mg_choosenCat_brand {
        margin-bottom: 5px;
        width: 100%;
        height: 70px;
    }
    .mg_choosenCat_brand img {
        height: 100%;
        max-height: 100%;
        width: auto;
        max-width: 100%;
        padding: 0;
    }
    .bx_chcat_2 {
        margin: 0;
    }
    .row_bnpromo {
        margin-left: -5px;
        margin-right: -5px;
    }
    .col_bnpromo {
        padding-left: 5px;
        padding-right: 5px;
    }
    .ht_homepage {
        font-size: 15px;
        letter-spacing: normal;
        text-transform: none;
    }
    #slide_brandDeals.owl-carousel .owl-item .mg_bndeals img {
        margin-left: 0px;
        border-radius: 10px;
    }
    .col_bx_productList {
        padding-left: 5px;
        padding-right: 5px;
    }
    .mg_productList {
        height: 160px;
    }
    .ht_productList {
        line-height: 18px;
        font-size: 13px;
    }
    .tx_price {
        font-size: 13px;
    }
    footer {
        padding-bottom: 65px;
    }
    #inner-footer {}
    .ht_sub_ft_mn {
        font-size: 13px;
    }
    .ul_ft_mn li a {
        font-size: 12px;
    }
    .ul_ft_mn_social li {
        width: 30px;
        line-height: 30px;
    }
    .ul_ft_mn_social li a {
        font-size: 16px;
    }
    .tx_copyright {
        font-size: 11.5px;
    }
    .row_footer_copyright {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ul_fix_mobmenu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .ul_fix_mobmenu li {
        position: relative;
        float: left;
        width: 20%;
        text-align: center;
        margin: auto;
    }
    .ul_fix_mobmenu li a {
        font-size: 2.5vw;
        color: #d0d0d0;
        font-weight: 500;
    }
    .ul_fix_mobmenu li a img {
        height: 21px;
        width: auto;
        display: block;
        text-align: center;
        margin: auto;
    }
    .ul_fix_mobmenu li.act a {
        color: #e0a526;
    }
    .fix_profileMenu {
        /*top: 70px; */
        bottom: 0px;
        height: 91%;
    }
    .bx_profileMenu {
        position: relative;
        float: right;
        right: 0;
        top: 0;
        width: 44%;
        background: #fff;
        padding: 10px;
        border-radius: 0;
    }
    .bx_profileMenu:after {
        display: none;
    }
    .mn_profileMenu li a {
        font-size: 12px;
    }
    .fix_cartMenu {
        /* top: 70px; */
        bottom: 0px;
        height: 91%;
    }
    .bx_cartMenu {
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        margin-left: 0;
        background: #fff;
        border-radius: 0;
        overflow: auto;
    }
    .sp_notif_mob {
        position: absolute;
        margin-left: 0;
        background: #ff2525;
        font-size: 1px;
        font-weight: 600;
        color: #fff;
        width: 10px;
        height: 10px;
        line-height: 10px;
        padding: 5px;
        border-radius: 50%;
        text-align: center;
    }
    .row_globalPage {
        background: #f8f8f8;
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 10px;
    }
    .ht_globalPage_notif {
        font-size: 21px;
        margin-top: 50px;
    }
    .row_profile,
    .row_singlePro {}
    .row_masterCart {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .row_masterPage {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .col_shop_filter {
        padding: 0;
        /*display: none;*/
    }
    .filter_shops {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        z-index: 1005;
        background: #fff;
        overflow: auto;
        padding: 10px;
        padding-bottom: 30px;
        z-index: 9999;
    }
    .row_resProduct {
        background: transparent;
        padding: 0;
    }
    .ht_head_sortby {
        display: none;
    }
    .ht_head_shoplist {
        width: 100%;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .fix_loading {
        padding: 10px;
    }
    .col_shop_category {
        padding: 0;
    }
    .bx_shop_category span {
        font-size: 11px;
    }
    .bx_shop_category span.arrow {
        margin-left: 5px;
        margin-right: 5px;
    }
    .ht_proCategory {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-right: 0;
        padding-left: 0;
        line-height: 15px;
    }
    .col_singlePro {
        padding: 0;
    }
    .box_bannerThumb {
        display: inline-block;
    }
    .col_right_singlePro {
        padding-top: 20px;
    }
    h1.title_singlePro {
        font-size: 19px;
    }
    .col_singleProTabs {
        padding: 0;
        margin-top: 30px;
    }
    .row_singleProTabs {
        padding: 0;
        padding-top: 10px;
    }
    .row_top_singlePro {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
    }
    .proTabs li {
        width: 33%;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
    }
    .proTabs li a {
        font-size: 11px;
    }
    .sub_buyProduct {
        width: 68%;
        margin-bottom: 0;
    }
    .bx_iconlove,
    .bx_iconlove.act {
        display: none;
    }
    .bx_submit_addtocart {
        text-align: center;
    }
    .pro_finalPrice {
        font-size: 17px;
    }
    .row_procont {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .row_singleProContent {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ht_ProTabs {
        font-size: 15px;
    }
    .ht_nameProTabs {
        font-size: 12px;
    }
    .box_login {
        position: relative;
        width: 100%;
        border-radius: 10px;
        padding-left: 25px;
        padding-right: 25px;
        text-align: left;
    }
    .ht_login,
    .ht_forgot {
        font-size: 17px;
    }
    .sub_login,
    .sub_forgot {
        font-size: 14px;
        line-height: 40px;
    }
    .bx_globalPage {
        padding: 10px;
    }
    .ht_globalPage {
        font-size: 26px;
    }
    .mg_globalPage {
        display: none;
    }
    .content_globalPage {
        font-size: 12px;
        line-height: 20px;
        word-wrap: break-word;
    }
    .bx_backShop {
        font-size: 12px;
    }
    .row_resProduct2 {
        padding: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .mg_head_promoBanner img {
        border-radius: 10px;
    }
    .ht_proCategory {
        display: none;
    }
    .row_fix_addtocart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 501;
        background: #fff;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 0px 3px 6px #91919129;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .a_cart_tologin,
    .a_cart_toregis {
        font-size: 12px;
        padding: 8px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .product_varit.hit {
        border-top: 1px solid red;
        border-bottom: 1px solid red;
    }
    .ht_sub_productdetail {
        padding: 0;
    }
    .row_relatedProduct {
        background: transparent;
        padding: 0;
    }
    .mg_heart {
        right: 15px;
        top: 10px;
    }
    .ht_masterCart {
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .ht_cartSeller {
        font-size: 13px;
    }
    .box_cartItem_head {
        display: none;
    }
    .col_masterCart {
        padding: 0;
    }
    .bx_cart_page {
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ht_price_totalpcs {
        font-size: 14px;
        color: #ff1e00;
        font-weight: 600;
        text-align: left;
        line-height: 30px;
    }
    .mob_cartQty {
        width: 50%;
        float: left;
    }
    .tx_cart_qtyItem {
        font-size: 12px;
    }
    .mob_cartLove {
        width: 40%;
        float: left;
        padding-top: 5px;
    }
    .wish_itemCart,
    .del_itemCart {
        padding-left: 10px;
        padding-right: 10px;
    }
    .box_cartItem {
        padding: 15px 0px 25px 0px;
    }
    .row_fix_submitCart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 501;
        background: #fff;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 0px 3px 6px #91919129;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mob_left_cartCheckout {
        width: 50%;
        float: left;
        padding-left: 10px;
    }
    .sub_cartCheckout {
        width: 50%;
        float: left;
        margin: 0;
        font-size: 13px;
    }
    .info_cartBottom {
        font-size: 11px;
        margin: 0;
    }
    .price_cartBottom {
        font-size: 16px;
        color: #ff1e00;
    }
    .btc_alamat,
    .bx_tx_ckalamat {
        font-size: 12px;
    }
    .btc_alamat,
    .btc_info_addr {
        font-size: 12px;
        font-weight: 500;
    }
    .bx_tx_ckalamat {
        font-size: 12px;
        padding: 5px;
    }
    .ac_view_addnote {
        padding: 5px;
    }
    .col_btc_mid_product {
        padding-left: 15px;
        padding-right: 0;
    }
    .cont_ck_items,
    .bx_btc_price,
    .cont_ck_items {
        font-size: 11px;
    }
    .bx_btc_subtotal {
        position: relative;
        right: 0;
        top: 0;
        font-size: 14px;
    }
    .bx_btc_subtotal span {
        font-size: 11px;
    }
    .row_btc_product {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .f_sel_shipping {
        width: 55%;
    }
    .sel_btc_shipping {
        font-size: 10px;
        font-weight: 600;
        height: 35px;
        line-height: 35px;
    }
    .f_sel_shipping label {
        margin-bottom: 15px;
    }
    .bx_btc_shipping label {
        font-size: 11px;
    }
    .bx_btc_shipping span {
        font-size: 13px;
    }
    .bx_checkout_page {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col_checkout_page2 {
        padding: 0;
    }
    .f_chk_total {
        font-size: 13px;
        font-weight: 600;
    }
    .sub_cartCheckout {
        width: 50%;
        float: left;
        margin: 0;
    }
    .row_fix_submitCheckout {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 501;
        background: #fff;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 0px 3px 6px #91919129;
        padding: 15px;
    }
    .ht_masterCheckout {
        font-size: 16px;
    }
    .ht_mainpay {
        font-size: 12px;
    }
    .cont_rad {
        font-size: 13px;
    }
    .f_total_listpay {
        font-size: 13px;
    }
    .box_mainpay {
        padding: 15px;
    }
    .mob_sub_paymentNow {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .row_finishCheckout {
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 0;
    }
    .mg_registerIcon img {
        width: 90%;
        height: auto;
    }
    .col_finishCheckout {
        padding: 0;
    }
    .ht_register {
        font-size: 15px;
    }
    .ht_sucs_register {
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ht_va_account {
        text-align: center;
        margin-bottom: 30px;
    }
    .box_cont_listva {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ht_listva {
        font-size: 13px;
    }
    .ul_listva {
        padding: 15px;
    }
    .ul_listva li {
        font-size: 12px;
    }
    .col_profile {
        padding: 0;
    }
    .row_cont_tab_profile {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px;
    }
    .ht_profile {
        font-size: 16px;
    }
    .sub_aform {
        width: 100%;
    }
    .bx_signProfile {
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .chl_fmenu a {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .ht_fmenu {
        font-weight: 700;
        padding-bottom: 5px;
        margin-top: 15px;
    }
    .btn_tambah_alamat {
        line-height: 30px;
        height: 30px;
        background: #fe5461;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .f_list_addr {
        font-size: 12px;
    }
    .btn_addr_list {
        position: relative;
        margin-top: 15px;
        text-align: left;
        height: 30px;
    }
    .btn_addr_ubah {
        padding: 7px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col_daf_alamat {
        padding: 0;
        border: 0;
    }
    .btn_aform {
        width: 100%;
        margin-top: 15px;
    }
    .sel_myorder_tabs {
        background: #e0a526;
        width: 100%;
        line-height: 40px;
        height: 40px;
        font-size: 13px;
        color: #fff;
        font-weight: 600;
        border: 0;
        border-radius: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    select.sel_myorder_tabs {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45ODkiIGhlaWdodD0iNS45MzUiIHZpZXdCb3g9IjAgMCAxMC45ODkgNS45MzUiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjk4OSAtMTE3Ljc0Mikgcm90YXRlKDkwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE3Ljc0MiAwKSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xMjMuNTUyLDUuMTkzLDExOC40NjkuMTI0YS40MjYuNDI2LDAsMCwwLS42LjZsNC43OCw0Ljc2Ny00Ljc4LDQuNzY3YS40MjYuNDI2LDAsMCwwLC42LjZMMTIzLjU1Miw1LjhhLjQyNi40MjYsMCwwLDAsMC0uNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTcuNzQyIDApIi8+PC9nPjwvZz48L3N2Zz4=");
        background-repeat: no-repeat;
        background-position-x: 90%;
        background-position-y: 50%;
    }
    .row_myorder_tabs {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .ht_cont_myorder {
        font-size: 12px;
    }
    .box_mg_myorder {
        height: 55px;
    }
    .col_infoResi.in_border {
        border: 0;
        display: block;
        margin-top: 10px;
    }
    .col_infoResi {
        padding: 0;
    }
    .col_in_myorder.in_border {
        padding: 0;
        border: 0;
    }
    .ft_myorder.order_space {
        margin-bottom: 15px;
    }
    .ft_myorder_total label {
        font-size: 13px;
    }
    .col_in_myorder.in_border {
        display: none;
    }
    .col_in_myorder.in_last {
        display: none;
    }
    .col_mob_right_total {
        padding: 0;
        position: relative;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .mob_bleft_total {
        width: 50%;
        float: left;
    }
    .mob_bright_total {
        width: 50%;
        float: left;
    }
    .close_addcart_af {
        height: auto;
    }
    .hide_popup {
        top: 10px;
        right: 20px;
    }
    .col_addalamat_af {
        margin: 0;
        height: 100%;
    }
    .box_addalamat_af {
        height: 100%;
    }
    .order_tabs li a {
        font-size: 12px;
    }
    .row_masterInformation {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bx_in_productList {
        height: 145px;
        padding: 10px;
    }
    .fix_btnfilter_mob {
        position: fixed;
        bottom: 75px;
        left: 0;
        right: 0;
        width: 50%;
        z-index: 501;
        background: transparent linear-gradient(90deg, #a87c1c 0%, #e0a526 100%) 0% 0% no-repeat padding-box;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        line-height: 35px;
        margin: auto;
        text-align: center;
        border-radius: 20px;
        opacity: 0.8;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        z-index: 99999;
    }
    .fix_btnfilter_mob:hover {
        opacity: 1;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    .a_mobfil_urutkan {
        color: #fff;
    }
    .a_mobfil_filter {
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
    }
    .fix_btnfilter_mob span {
        font-size: 17px;
        font-weight: 300;
        margin-right: 10px;
        margin-left: 10px;
    }
    .ht_subfitler {
        font-size: 14px;
    }
    .ht_subfitler2 {
        line-height: 40px;
        font-size: 16px;
        color: #313131;
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
    }
    .ht_subfitler2 span {
        position: absolute;
        right: 15px;
        font-size: 11px;
        color: #e0a526;
        font-weight: 600;
        cursor: pointer;
    }
    .bx_subfilter_sp {
        padding-bottom: 5px;
        padding-top: 10px;
    }
    .get_filterPrice2 {
        margin-top: 15px;
    }
    .second_subfilter {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .bx_mob_sortby {
        display: none;
        position: fixed;
        top: 70px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 501;
        background: rgba(0, 0, 0, 0.6);
        padding: 30px;
    }
    .bx_mob_insortby {
        background: #fff;
        height: auto;
        border-radius: 0;
        box-shadow: 0px 3px 6px #91919129;
        padding: 15px;
        border-radius: 10px;
    }
    .ht_mob_sortby {
        position: relative;
        font-size: 13px;
        color: #e0a526;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .ht_mob_sortby span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 10px;
        color: #e0a526;
    }
    .ul_mob_sortby_new,
    .ul_mob_sortby {
        list-style: none;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .ul_mob_sortby_new li,
    .ul_mob_sortby li {
        line-height: 40px;
        height: 40px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 15px;
        padding-right: 15px;
    }
    .ul_mob_sortby_new li a,
    .ul_mob_sortby li a {
        font-size: 13px;
        color: #313131;
        font-weight: 500;
    }
    .ul_mob_sortby_new li.act,
    .ul_mob_sortby li.act {
        background: #e0a526;
    }
    .ul_mob_sortby_new li.act a,
    .ul_mob_sortby li.act a {
        color: #fff;
    }
    .fix_catMenu {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 60px;
    }
    .bx_catMenu {
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        margin-left: 0;
        background: #fff;
        padding: 0;
        border-radius: 0;
    }
    .ul_catMenu li {
        text-align: left;
        line-height: 40px;
        height: 40px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }
    .bx_catMenu_cont {
        padding: 20px;
        overflow: auto;
    }
    .col_catMenu {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
    }
    .ht_ul_catMenu {
        font-size: 13px;
        color: #333333;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: left;
    }
    .ht_ul_catMenu span {
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 10px;
        color: #e0a526;
    }
    .col_cont_catMenu {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        max-height: 100%;
        background: #fff;
    }
    .ht_catMenu {
        padding-right: 30px;
    }
    .ht_catMenu span {
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 10px;
        color: #e0a526;
    }
    .col_hide_popup {
        display: none;
    }
    .col_changeAddress {
        padding: 20px;
        margin: 0;
        border-radius: 0;
    }
    .col_changeAddress.chaddr_auto {
        height: 100%;
        overflow: auto;
    }
    .btn_tambah_alamat {
        right: 20px;
    }
    .ht_checkout_addr {
        font-size: 16px;
    }
    .row_checkout_addr {
        padding-top: 15px;
    }
    .col_mob_alamat {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 15px;
    }
    .a_ubah_address,
    .a_pilih_address {
        padding: 7px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .col_daf_alamat:hover {
        border-radius: 0px;
        box-shadow: none;
    }
    .a_sub_aform.dekstop {
        display: none;
    }
    .bx_chk_addAddress {
        height: auto;
    }
    .col_add_address {
        height: 100%;
        width: 100%;
        overflow: auto;
        background: #fff;
        border-radius: 0;
        padding: 10px;
        margin-top: 0;
    }
    .ht_add_chkaddress {
        padding: 15px;
    }
    .bx_list_chk_addr {
        height: auto;
    }
    .col_branditems {
        margin-bottom: 5px;
    }
    .sel_dob_1,
    .sel_dob_2,
    .sel_dob_3 {
        width: 31%;
    }
    .f_total_listbank span {
        float: none;
        color: #434343;
        display: inline-block;
    }
    .f_aform_btns {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .ht_specsTabs {
        position: absolute;
        left: 10px;
    }
    .bx_specsTabs {
        padding-left: 90px;
    }
    .col_alertCustom {
        border-radius: 0;
    }
    .ht_alertCustom {
        font-size: 14px;
    }
    #slide_homePromo.owl-theme .owl-nav {
        position: absolute;
        width: 100%;
        top: 10px;
        height: 0;
    }
    #slide_homePromo.owl-carousel .owl-nav button.owl-prev {
        float: left;
        margin-left: -5px;
        font-size: 20px;
        font-weight: 500;
        background: #f3f3f3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 0;
        color: #e0a526;
    }
    #slide_homePromo.owl-carousel .owl-nav button.owl-next {
        float: right;
        margin-right: -5px;
        font-size: 20px;
        font-weight: 500;
        background: #f3f3f3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 0;
        color: #e0a526;
    }
    #slide_brandDeals.owl-theme .owl-nav {
        position: absolute;
        width: 100%;
        top: 80px;
        height: 0;
    }
    #slide_brandDeals.owl-carousel .owl-nav button.owl-prev {
        float: left;
        margin-left: -5px;
        font-size: 20px;
        font-weight: 500;
        background: #f3f3f3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 0;
        color: #e0a526;
    }
    #slide_brandDeals.owl-carousel .owl-nav button.owl-next {
        float: right;
        margin-right: -5px;
        font-size: 20px;
        font-weight: 500;
        background: #f3f3f3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 0;
        color: #e0a526;
    }
    .wa__btn_popup {
        bottom: 6em !important;
    }
}

.nav-tabs>li>a {
    color: unset;
    text-align: center;
}

.nav-tabs.notif>li.active>a,
.nav-tabs.notif>li.active>a:hover,
.nav-tabs.notif>li.active>a:focus {
    border-bottom: 3px solid #e0a526;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #e0a526;
    font-weight: bold;
}


/* reset dashboard sbadmin*/

.sidebar .sidebar-heading {
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: 0.95rem;
    margin-top: 1rem;
    color: #4e73df !important;
}

.sidebar .nav-item .nav-link {
    padding: 0.8rem 1rem 0.3rem 1rem !important;
}

.sidebar hr.sidebar-divider.d-none.d-md-block {
    margin: 2rem 1rem 2rem;
}


/*dashboard ladara emas*/

#ladara-emas-dashboard .no-margin {
    margin: 0px !important;
}

#ladara-emas-dashboard .ldr.text-info {
    color: #313131 !important;
    font-size: 11px;
    font-weight: 100;
}

#ladara-emas-dashboard .see-all {
    color: white !important;
    display: inline-block !important;
    text-align: center !important;
    padding: 1px 0px !important;
}

#ladara-emas-dashboard .bx-btn-base {
    text-align: center;
    margin: 2px 0px;
}

#ladara-emas-dashboard .btn-base {
    font-size: 10px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px 23px;
    display: inline-block;
    cursor: pointer;
}

#ladara-emas-dashboard .btn-blue {
    background-color: #e0a526;
    color: #ffffff;
    border-color: #e0a526;
}

#ladara-emas-dashboard .btn-white-blue {
    background-color: #ffffff;
    color: #e0a526;
    border-color: #e0a526;
}

#ladara-emas-dashboard .btn-red {
    background-color: #ff0000;
    color: #ffffff;
    border-color: #ff0000;
}

#ladara-emas-dashboard form label {
    display: block;
    font-size: 13px;
}

#ladara-emas-dashboard form .row>div {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0px;
}

#ladara-emas-dashboard form input,
#ladara-emas-dashboard form select {
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 13px;
    background-color: #ffffff;
}

#ladara-emas-dashboard form input[type="radio"] {
    width: 20px;
}

#ladara-emas-dashboard .range-date {
    justify-content: space-between;
    align-items: center;
}

#ladara-emas-dashboard .range-date>div.date {
    width: 48%;
}

#ladara-emas-dashboard .select2-container .select2-selection--single {
    height: 31px !important;
}

#ladara-emas-dashboard .select2-selection__rendered {
    line-height: 29px !important;
}

#ladara-emas-dashboard .select2-selection__arrow {
    height: 29px !important;
}

#ladara-emas-dashboard .select2-container {
    width: 100% !important;
}

#dashboard_alert {
    display: none;
}

#dashboard_alert label {
    margin: 0px;
}

#dashboard_alert .alert-dismissible .close {
    padding: 0.7rem 1.25rem;
}

.ladara-emas-table {
    margin: 1rem 0px;
}

.ladara-emas-table td,
.ladara-emas-table th {
    font-size: 13px;
}

.ladara-emas-table thead th {
    padding: 0px;
    border-top: 1px solid #e3e6f0 !important;
}

.ladara-emas-table thead a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0.75rem;
    padding-right: 1.75rem;
    color: #858796;
}

.ladara-emas-table thead a:before {
    right: 1em;
    content: "\2191";
}

.ladara-emas-table thead a:after {
    right: 0.5em;
    content: "\2193";
}

.ladara-emas-table thead a:after,
.ladara-emas-table thead a:before {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}

.ladara-emas-table thead a.disabled {
    cursor: auto;
}

.ladara-emas-table thead a.disabled:after,
.ladara-emas-table thead a.disabled:before {
    content: " ";
}

.ladara-emas-table thead a.desc.active:before,
.ladara-emas-table thead a.asc.active:after {
    opacity: 1;
}

.ladara-emas-total-data {
    padding-left: 0px;
    display: flex;
    align-items: center;
}

.ladara-emas-dashboard-pagination {
    padding-right: 0px;
}

.ladara-emas-dashboard-pagination>div {
    display: flex;
    justify-content: flex-end;
}

.ladara-emas-dashboard-pagination>div a:hover {
    background-color: #718fe5;
    color: white;
    border-color: #718fe5;
}

.ladara-emas-dashboard-pagination>div a,
.ladara-emas-dashboard-pagination>div span {
    display: block;
    position: relative;
    padding: 10px 12px;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb;
}

.ladara-emas-dashboard-pagination>div a.active {
    z-index: 1;
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

.ladara-emas-dashboard-table-detail {
    margin-bottom: 30px;
    width: 100%;
}

.ladara-emas-dashboard-table-detail td {
    padding: 10px;
    border-top: 1px solid #ddd;
}

.ladara-emas-dashboard-table-detail td:first-child {
    width: 240px;
}

.ladara-emas-dashboard-table-detail tr:first-child td {
    border-top: 0px;
}

.dashboard-emas .list {
    display: flex;
    align-items: center;
}

.dashboard-emas .list>div:nth-child(1) {
    display: flex;
    border-radius: 50%;
    background-color: #f7b921;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
    color: white;
    font-size: 20px;
}

.dashboard-emas .list.buy>div:nth-child(1) {
    background-color: #51c986;
}

.dashboard-emas .list.sell>div:nth-child(1) {
    background-color: #de3c60;
}

.dashboard-emas .list.user>div:nth-child(1) {
    background-color: #3f6ad9;
}

.dashboard-emas .list>div:nth-child(2) p:nth-child(2) {
    font-weight: bold;
    font-size: 18px;
}

.dashboard-emas .list>div:nth-child(2) p:nth-child(3) {
    font-weight: normal;
    font-size: 12px;
    color: #ffa600;
}

.dashboard-emas .list>div:nth-child(2) p:nth-child(3) .up {
    color: #5cc450;
}

.dashboard-emas .list>div:nth-child(2) p:nth-child(3) .down {
    color: #ff1e00;
}

.title-table-dashboard-emas {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*dashboard ladara emas*/

.bx_abtus {
    margin-bottom: 50px;
}

.ht_abtus {
    position: relative;
    font-family: "Avenir", sans-serif;
    font-size: 16px;
    color: #e0a526;
    font-weight: 600;
    padding-right: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ht_abtus:hover {
    color: #ff1e00;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.ht_abtus span {
    position: absolute;
    right: 15px;
    font-size: 22px;
    top: 3px;
}

.cont_abtus {
    display: none;
    font-family: "Avenir", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 30px;
}

.cont_abtus.act {
    display: block;
}

.mg_download_apps {
    text-align: left;
}

.mg_download_apps img {
    height: 40px;
    width: auto;
}

.a_download_apps {
    color: #fff;
    cursor: pointer;
}

.a_download_apps i {
    position: absolute;
    top: 10px;
    margin-left: -10px;
}

.ul_head_top li a span.sp_download_apps {
    font-size: 8px;
}

.bx_hd_download_apps {
    display: none;
    position: absolute;
    top: 40px;
    width: 300px;
    background: #fff;
    z-index: 100;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    padding-top: 25px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.bx_hd_download_apps:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f3f3f3;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.lft_dwl_apps {
    width: 50%;
    float: left;
    padding: 15px;
    border-right: 1px solid #ebe9e2;
    padding-top: 0;
    padding-bottom: 0;
}

.rgt_dwl_apps {
    width: 50%;
    float: left;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.mg_dwl_apps {
    margin-bottom: 15px;
}

.mg_dwl_apps img {
    height: 40px;
    width: auto;
    text-align: center;
    margin: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.mg_dwl_apps img:hover {
    background: #ffffff 0% 0% no-repeat padding-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn_dwl_apps {
    width: 100%;
    font-size: 11px;
    color: #e0a526;
    font-weight: 500;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #e0a526;
    padding: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.a_dwl_apps {}

.a_dwl_apps:hover>.btn_dwl_apps {
    background: #e0a526;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.bx_cont_featured {
    width: 100%;
    background: #fff;
    display: inline-block;
    padding: 30px;
    border-radius: 10px;
}

.ht_cont_featured {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
}

.box_content_featured {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 23px;
}

.slide_market .owl-dots {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9999;
}

.slide_market .owl-dots .span {
    box-shadow: 0px 3px 6px #91919129;
}

@media only screen and (max-width: 1200px) {
    .market-image-overlay .banner-logo-container {
        display: none;
    }

    .newCategory__inner {
        border: 0 !important;
        width: 100% !important;
        height: 1% !important;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 769px) {
    .bx_productList.skeleton {
        height: 240px;
    }
    .slide_market__banner--desktop {
        display: none !important;
    }
    .slide_market__banner--mobile {
        display: block !important;
    }
    .market-slide-bottom-banner__images {
        height: 20px !important;
        width: auto!important;
        margin-right: 5px !important;
        align-self: center;
        margin-bottom: 5px;
    }
    .market-slide-bottom-banner__items .product-subtitle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 10px;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .mg_download_apps img {
        height: 27px;
        width: auto;
        margin-bottom: 5px;
    }
    .row_footer_menu {
        padding-bottom: 20px;
    }
    .market-image-container {
        border-radius: 10px;
    }
    .btn-market {
        margin: 10px 0;
    }
    .market-image-overlay .market-tagline {
        font-size: 10px;
        margin-bottom: 0;
    }
    .market-image-overlay .market-tagline.market-tagline--dekranas,
    .market-image-overlay .market-tagline.market-tagline--store {
        display: none;
    }
    .market-image-overlay .market-name {
        font-size: 15px;
    }
    .sub_global {
        line-height: 20px;
        font-size: 9px;
        padding: 0 10px 0 10px;
    }
    .col_tabsUmkm .col_tabsHeader .product-subtitle {
        display: none;
    }
}

.bx-closed-merchant {
    background-color: #fffbd2;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.bx-closed-merchant>div:nth-child(1) {
    background-color: #fff8b2;
    border-radius: 50%;
    position: absolute;
    width: 85px;
    height: 92px;
    top: -10px;
    left: -10px;
}

.bx-closed-merchant>div:nth-child(2) {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bx-closed-merchant>div:nth-child(2)>div {
    width: 95%;
}

.bx-closed-merchant img {
    margin-right: 14px;
    z-index: 9;
}

.bx-closed-merchant h4 {
    margin: 0px 0px 6px 0px;
    font-size: 18px;
    font-weight: bold;
    z-index: 9;
}

.bx-closed-merchant p {
    margin: 0px;
    font-size: 13px;
    line-height: 21px;
    z-index: 9;
}

.row_topup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row_topup>a>div {
    padding: 8px 8px;
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    cursor: pointer;
}

.row_topup>a>div.active {
    box-shadow: 0px 0px 4px 1px #ebebeb;
}

.row_topup>a>div>img {
    margin-right: 10px;
    cursor: pointer;
    max-width: 30px;
    max-height: 30px;
}


/* .row_topup > div#gopay > img {
    margin-right: 10px;
    cursor: pointer;
    max-width: 40px;
} */

.row_topup>a>div>label {
    font-weight: normal;
    margin: 0px;
    cursor: pointer;
}


.row_topup>a>div.active>label {
    font-weight: bold;
}

.row_topup div[data-availability="0"] {
    pointer-events: none;
    opacity: 0.5;
}

.formTopup {
    display: none;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0px 0px 4px 1px #ebebeb;
    padding: 20px 35px;
}

.formTopup.active {
    display: flex;
}

.formTopup>div {
    width: 30%;
    margin-right: 15px;
}

.formTopup label {
    display: block;
    font-weight: normal;
    color: #878787;
}

.formTopup .field {
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.formTopup button {
    background-color: #e0a526;
    border-radius: 30px;
    text-align: center;
    border: 3px solid #e0a526;
    padding: 8px 20px;
    width: 80%;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.formTopup button:hover {
    background-color: #ffffff;
    color: #e0a526;
}

.formTopup button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

#email-voucher-lists {
    display: none;
}

.top-up-header {
    display: flex;
    justify-content: space-between;
}

.market-slide {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px #91919129;
    margin-bottom: 20px;
    padding: 0;
}

.market-slide-inner {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.market-slide-bottom-banner__items {
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 20px;
}

.market-slide-bottom-banner__images {
    width: 25px;
    height: auto;
    margin-right: 10px;
}

.withFullBorder {
    border: 1px solid #e0a526;
}

.dekranasBox {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    box-shadow: 0px 3px 6px #91919129;
    max-height: 90px;
    max-width: 90px;
    height: 90px;
    width: 90px;
    padding: 10px;
    background: rgb(203, 148, 71);
    background: linear-gradient( 219deg, rgba(203, 148, 71, 1) 0%, rgba(136, 83, 35, 1) 100%);
    color: #fff;
}

.no_pagination .col_pagination_shop {
    display: none !important;
}

.no_bg {
    background: transparent;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.category_page_card_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-input-group {
    display: flex;
}

.custom-input-group__input {
    width: auto;
}

.custom-input-group__input--right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-grow: 1;
}

.custom-input-group__input--left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.market-breadcrumb {
    display: flex;
    align-items: center;
}

.market_breadcrumb__arrow {
    margin-left: 10px;
}

.product-card-footer {
    color: #a7a7a7;
    padding: 3px 0;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.product-card-footer.product-card-footer--smallfont {
    font-size: 12px;
}

.product-card-footer__pin-icon {
    margin-right: 5px;
}

.product-card-footer__badge {
    margin-right: 5px;
    width: 16px !important;
    height: 16px !important;
}

.btn-dekranas {
    background-color: #c8a74f;
    color: #fff;
}

.btn-store {
    background-color: #c8a74f;
    color: #fff;
}

.newCategory {
    padding-left: 5px;
    padding-right: 5px;
}

.newCategory__inner {
    border: 0;
    width: 100%;
    height: 65px;
    overflow: hidden;
}

.newCategory__img {
    padding: 2px !important;
    max-width: 100%;
    height: auto !important;
}

.market_icon_mini {
    width: 30px;
    height: auto;
}

.merchant-card-container {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.merchant-card-container__inner {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}

.merchant-card {
    background-color: #fff;
    box-shadow: 0px 3px 6px #91919129;
    -webkit-transition: 0.3s;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 17px;
    height: 100%;
}

.merchant-card:hover {
    -webkit-box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.2);
}

.merchant-card__photo img {
    border-radius: 100%;
    max-height: 70px;
    max-width: 70px;
    margin-right: 15px;
}

.merchant-card__info-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.merchant-card__merchant-name {
    font-weight: bold;
    font-size: larger;
}

.merchant-card__merchant-location {
    color: #a7a7a7;
}

.merchant-card--see-more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    height: 100%;
}

.merchant-result-card {
    margin-bottom: 15px;
}

.merchant-result-card__inner {
    background: #fff;
    box-shadow: 0px 3px 6px #91919129;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}

.merchant-result-card__profile {
    display: flex;
    align-items: center;
}

.merchant-result-card__image img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin-right: 20px;
}

.merchant-result-card__title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
}

.merchant-result-card__location {
    color: #a7a7a7;
}

.merchant-result-card__stats {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.merchant-result-card__stats-detail {
    display: flex;
    margin-right: 30px;
}

.merchant-result-card__stats-item {
    border-left: 1px solid #a7a7a7;
    padding: 11px 20px;
    text-align: center;
}

.merchant-result-card__stats-icon {
    font-weight: bold;
    color: #e0a526;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.merchant-result-card__stats-icon i {
    margin-right: 10px;
}

.merchant-result-card__visit-button {
    padding: 0 10px;
    text-align: center;
}

.swal2-content .f_aform {
    margin-bottom: 10px;
}

.rekening-modal .swal2-styled.swal2-confirm {
    width: auto;
    background: #0080ff;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    border: 0;
    border-radius: 20px;
    padding: unset;
    padding-right: 20px;
    padding-left: 20px;
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.rekening-modal .swal2-styled.swal2-cancel {
    width: auto;
    background: transparent;
    line-height: 35px;
    font-size: 14px;
    color: #fe5461;
    font-weight: 500;
    letter-spacing: 0.3px;
    border: 1px solid #fe5461;
    padding: unset;
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px;
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.rekening-modal .rekening-confirmation {
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
}

.rekening-otp__title {
    font-size: 13px;
    margin: 20px 0;
}

#partitioned {
    padding-left: 15px;
    letter-spacing: 41px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 330px;
    min-width: 220px;
}

#divInner {
    left: 0;
    position: sticky;
}

#divOuter {
    width: 300px;
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
}

.user-bank-items {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.user-bank-items__bank {
    display: flex;
    flex-direction: column;
}

.user-bank-items__name {
    font-weight: bold;
    color: silver;
}

.user-bank-item__actions {
    display: flex;
    align-items: center;
}

.user-bank-item__bank-info {
    display: flex;
}

.user-bank-items__bank-icon {
    align-items: center;
    margin-right: 20px;
}

.user-bank-items__bank-icon img {
    width: 100px;
}

.merchant-page-wrapper {
    background-color: #fff;
    margin-top: 20px;
}

.page_title_alt {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 20px 0;
}

.page_title_alt.page_title_alt--larger {
    font-size: 30px;
}

.col_gld {
    color: #e0a526;
}

.video_container {
    margin-top: 10px;
}

.show {
    display: block!important;
}

.preorder-badge {
    background: rgba(49, 49, 49, 0.7);
    border-radius: 5px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 10px;
    z-index: 49;
    padding: 2px 7px;
}

.preorder-badge.preorder-badge--cart {
    margin-top: 7px;
    position: initial;
    text-align: center;
    width: 100px;
    background: #EEEEEE;
    color: #AEAEAE;
    font-size: 11px;
    font-weight: normal;
}

@media only screen and (max-width: 769px) {
    .mg_ban_umkm {
        height: auto;
    }
    .mg_ban_umkm img {
        height: auto;
    }
    #slide_brandDeals.owl-carousel .owl-item .mg_bndeals {
        height: auto;
    }
}




/* Skeleton Box */

.skeleton-loader-background {
  width: 100%;
  height: 15px;
  display: block;
  background: lightgray;       
}
.skeleton-loader-gradient {
  width: 100%;
  height: 15px;
  display: block;
  background: linear-gradient(        
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 80%
    ),
    lightgray;
  background-repeat: repeat-y;        
  background-size: 50px 200px;        
  background-position: 0 0;           
}
.skeleton-loader {
  width: 100%;
  height: 15px;
  display: block;
  background: linear-gradient(    
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 80%
    ),
    lightgray;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1.3s infinite;   
}
@keyframes shine {  
  to {
    background-position: 100% 0, /* move highlight to right */ 0 0;
  }
}

.skel_1{
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
    animation: shine 1.3s infinite;  
}
.skel_2{
    animation: shine 1.25s infinite; 
}
.skel_3{
    animation: shine 1.2s infinite; 
}
.bx_skel_ppob{
    height: 80px;
}
.skel_category{
    height: 65px;
}

.box-daerah{
    background: #ba963a;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    cursor: pointer;
}
.box-daerah h3{
    color: white !important;
    font-weight: bold !important;
    font-size: 11px !important;
}
.mb-4{
    margin-bottom: 4em;
}

.mg_choosenCat2{
    position: relative;
    height: 75px;
    width: 75px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #d0b050;
    border-radius: 10px;
}


.instant-courier-info{
  display: none;
  align-items: center;
}

.icon_driver{
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 1px solid grey;
}

#slide_voucherToko .owl-nav, #slide_voucherDetialProduk .owl-nav {
    font-size: 30px;
    margin-top: -5px;
}

/* CSS Saldo Dana */
.bx_dana {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bx_dana_herf {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

.img-dana {
    width:45px;
    height:45px;
    margin-bottom: 10px;
}

.price-dana {
    width: 100%;
    font-size: 12px;
    color: #000;
    font-weight: 700;
}

.btn-dana {
    color: #e0a526 !important;
    font-weight: 600 !important;
    border: 1px solid #e0a526 !important;
    border-radius: 20px !important;
    margin-top: 3px;
}

.btn-dana:hover {
    color: #a87c1c !important;
    transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
}

.bx_dana_herf:hover {
    text-decoration: none;
}

.notif-dana {
    margin-top: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
/* start of new style page status order */

.ft_cont_myorder {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
}

.btn-space-items {
    margin: 0 2px;
}

.btn-space-items:first-of-type {
    margin-left: 0;
}

.btn-space-items:last-of-type {
    margin-right: 0;
}

.btn-max-width {
    max-width: 160px;
}

.btn-white-border {
    background: #ffffff;
    border: 1px solid #E0A526;
    color: #E0A526;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 20px;
}

.btn-full-bg {
    width: 100%;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 31px;
    border: 0;
    border-radius: 20px;
}

.bg-gold {
    background: #e0a526;
}

.bg-red {
    background: #fe5461;
}

/* end of new style page status order */
.btn-primary-1{
    background-color:  #e0a526;
    color: white;
    border-radius: 20px;
    padding: 5px 10px;
}
.btn-primary-1:hover{
    background-color:  #a47617;
}

.btn-voucher-header {
    height: 16px !important;
}

.col-centered{
    float: none;
    margin: 50px auto;
    background-color: #fff;
    border-radius: 20px;
}