/* csslint ignore:start */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/*
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
*/
/* csslint ignore:end */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

input[type=text], textarea, .text-field {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

input[type=text]:focus, textarea:focus, .text-field:focus {
    box-shadow: 0 0 5px rgba(0, 120, 199, 0.6);
    border: 1px solid rgba(0, 120, 199, 0.3);
}

.special-message {
    padding: 10px 15px;
    text-align: center;
    border: 1px dashed #30B779;
    color: #30B779;
    margin: 15px 0px;
    border-radius: 5px;
    line-height: 16px;
}

.loading-state {
    color: #fff;
    display: inline-block;
    margin-right: 0px !important;
    vertical-align: top;
}

.loading-state span {
    margin: 0 !important;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
}

.loading-state img {
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #0095DA;
    padding: 8px;
}

.login-section .new-user {
    vertical-align: middle;
}

/* General CSS */
body {
    font-family: 'Lato', sans-serif;
    color: #333;
    background-color: #fff;
}

body a {
    color: #0095DA;
    text-decoration: none;
}

body h1 {
    font-size: 24px;
}

body h2 {
    font-size: 22px;
}

body h3 {
    font-size: 20px;
}

body p {
    font-size: 13px;
}

body.modal-open {
    overflow: hidden;
    padding-right: 17px;
}

body.modal-open .header-bar {
    padding-right: 17px;
}

.c1-section div.homeplaceholder {
    height: 360px;
}

.c1-section {
    padding-left: 10px;
}

.top-category-carousel {
    display: table;
    width: 100%;
    max-width: 1200px;
    table-layout: fixed;
}

.carousel-section {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 100%;
    max-width: 975px;
    padding-left: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.category-section {
    display: table-cell;
    width: 225px;
    vertical-align: top;
}

div.homeplaceholder {
    height: 460px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    position: absolute;
    z-index: 9;
}

div.homeplaceholder .image-wrapper {
    background-size: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}

.background-highlight {
    height: 25px;
    background-color: #6a94cd;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

.highlighted-menu {
    position: absolute;
    left: 225px;
    bottom: 3px;
    z-index: 3;
}

.highlighted-menu a {
    display: inline-block;
    padding: 0px 15px;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
}

div.homeplaceholder-wrapper {
    position: relative;
}

.hide-element {
    visibility: hidden;
}

.header-section {
    background-color: #f5f5f5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 95px;
}

.header-section .row:first-child {
    margin-bottom: 0;
}
/*overlay will be shown when there is a tutorial covering header*/
.header-bar__overlay, .yellow-box__overlay{
    display: none;
}
.submenu-wrapper .top-strip {
    height: 3px;
    display: block;
}

.submenu-wrapper .right-strip {
    width: 18px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.submenu-wrapper .first-gap {
    position: absolute;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    height: 85%;
    left: 240px;
    top: 60px;
}

.submenu-wrapper .second-gap {
    position: absolute;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    height: 85%;
    left: 457px;
    top: 60px;
}

.submenu-wrapper .submenu-content {
    padding: 10px 0px 25px 25px;
    color: #333;
}

.submenu-block {
    width: 687px;
    display: inline-block;
    float: left;
    max-height: 350px;
}

.submenu-wrapper .highlighted-banner {
    width: 650px;
    margin-top: 15px;
    margin-left: 25px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
}

.submenu-wrapper .highlighted-banner ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.submenu-wrapper .highlighted-banner ul li {
    display: inline-block;
    font-size: 13px;
    width: 33.333%;
    padding: 0px 15px;
}

.submenu-wrapper .highlighted-banner ul > li:first-child {
    padding-left: 0;
}

.header-section .top-link {
    background-color: #0095DA;
    text-align: center;
    padding: 10px 0px;
    position: relative;
    color: #e2e2e2;
}

.header-section .top-link .voucher label {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: lighter;
}

.open-register {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    color: #fff;
}

.close-voucher {
    position: absolute;
    right: 20px;
}

.top-link-menu {
    text-align: right;
    position: relative;
}

.top-link-menu a:hover {
    text-decoration: underline;
}

.top-link-menu a.top-menu {
    display: inline-block;
    color: #fff;
    font-size: 11px !important;
}

.top-link-menu span {
    margin: 0 10px;
    color: #fff;
}

.top-link-menu .login {
    background-color: #99CC33;
    padding: 4.5px 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 11px;
    display: inline-block;
}

.login .username {
    display: inline-block;
    margin-right: 30px;
}

.login .user-arrow {
    display: inline-block;
}

.login .user-arrow img {
    margin-top: -4px;
}

.user-control-panel {
    display: inline-block;
    font-size: 12px;
    color: #0095DA;
    cursor: pointer;
    /*vertical-align: top;*/
}

.user-control-panel strong {
    color: #fff;
    font-size: 13px;
}

.loader-login {
    display: inline-block;
}

.loader-login div {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 4px;
    width: 112px;
    height: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.loader-login img {
    display: inline-block;
    background-color: #FFF;
    border-radius: 100%;
    padding: 0px 2px 1px 2px;
}

.user-control-panel:hover .usermenu {
    display: block;
}

.usermenu .list-usermenu {
    vertical-align: middle;
    margin-right: 15px;
}

.user-control-panel label {
    cursor: pointer;
    margin-left: 5px;
}

.usermenu {
    position: absolute;
    right: 0;
    color: #333;
    top: 21px;
    z-index: 11;
    display: none;
    width: 300px;
    padding-top: 15px;
}

.usermenu a {
    color: #333;
    display: block;
    height: 42px;
    line-height: 34px;
    text-align: left;
    font-size: 12px;
    padding: 0px 20px;
    position: relative;
}

.usermenu a .wishlist-total-count {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}

.usermenu a .blibli-rewards-notification {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #F25B61;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 27px;
    top: 25%;
}

.usermenu img {
    vertical-align: middle;
    width: 24px;
    margin-right: 10px;
}

.ic-logout {
    background-image: url('/resources/images/assets/Key.png');
    height: 24px;
    width: 19px;
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    margin-top: -4px;
}

.usermenu ul li {
    background-color: #fff;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.usermenu ul li:hover,
.user-option a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.usermenu ul li:last-child {
    border: none;
}

.usermenu ul {
    margin: 0;
    padding: 5px 5px 5px 0px;
    list-style: none;
    height: 384px;
    border-radius: 10px;
}

.header-section .row:nth-child(2) {
    margin-bottom: 0px !important;
}

.logo-section #gdn-logo-blibli {
    position: relative;
    z-index: 11;
}

.header-content-desktop {
    position: relative;
    /*    background-image: url('/resources/images/header-background.jpg');
        background-position: center top;
        background-repeat: no-repeat; */
    transition: background-color linear 500ms;
    -moz-transition: background-color linear 500ms;
    -webkit-transition: background-color linear 500ms;
    -o-transition: background-color linear 500ms;
}

.browse-category {
    font-size: 13px;
    font-weight: bold;
    z-index: 10;
    width: 225px;
    margin-bottom: 15px;
    position: relative;
}

.usp {
    height: 30px;
    background-color: #f5f5f5;
}

.usp ul li a {
    color: #333;
}

.usp ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 0;
    height: 100%;
}

.usp ul li {
    font-size: 13px;
    padding-bottom: 10px;
}

.usp ul li:last-child {
    padding: 0;
}

/*.usp ul li:first-child{
    width: 25%;
}
.usp ul li:nth-child(2){
    width: 35%;
}
.usp ul li:last-child{
    width: 35%;
}*/
.usp .usp-label {
    display: inline-block;
    margin-left: 3px;
    height: 30px;
    vertical-align: top;
    line-height: 30px;
    color: #999;
    font-size: 11px;
}

.usp .bli-down-arrow {
    display: inline-block;
    color: #bbb;
    font-size: 15px;
}

.usp ul li > div:hover {
    color: #0095DA;
}

.usp ul li > div:hover .new-arrow-down-grey {
    background-position: -23px -388px;
}

.usp-cicilan,
.usp-pengiriman,
.usp-cs {
    display: inline-block;
    cursor: pointer;
}

.usp-detail {
    display: none;
    text-align: center;
    padding: 20px 15px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    top: 30px;
    left: 0;
    position: absolute;
    background-color: #fff;
    z-index: 20;
    cursor: initial;
    width: 280px;
    font-size: 13px;
}

.usp-detail a {
    color: #0095DA !important;
    display: inline-block !important;
    margin-top: 10px;
}

.usp-detail p {
    line-height: 18px;
    color: #333333;
}

.usp-cicilan:hover .usp-detail,
.usp-pengiriman:hover .usp-detail,
.usp-cs:hover .usp-detail {
    display: block;
}

.usp .usp-cs ul {
    width: 100%;
}

.usp .usp-cs ul li {
    display: list-item;
    width: 100%;
    text-align: left;
    color: #333333;
    padding: 5px 10px;
}

.usp .usp-cs ul li img {
    margin-right: 5px;
}

.usp .mobile-app-link {
    color: #08a95b;
}

.usp .help-link:hover span,
.usp .mobile-link:hover span {
    background-color: #fff;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.3), 5px 0 20px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.3), 5px 0 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.3), 5px 0 20px -5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 13;
}

.usp .help-link:hover span:after,
.usp .mobile-link:hover span:after {
    content: "";
    display: block;
    height: 25px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
}

.usp .help-link .help-container,
.usp .mobile-link .help-container {
    position: absolute;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    width: 245px;
    background-color: #fff;
    left: 0;
    z-index: 12;
    color: #333;
    font-size: 14px;
    text-align: left;
    cursor: default;
    display: none;
}

.usp .mobile-link .help-container {
    width: 265px !important;
}

.usp .help-link:hover .help-container,
.usp .mobile-link:hover .help-container {
    display: block;
}

.usp .help-link .help-container .top-container,
.usp .mobile-link .help-container .top-container {
    background-color: #fff;
    padding: 20px 25px;
}

.usp .help-link .help-container .bottom-container {
    background-color: #f3f3f3;
    padding: 20px 25px;
}

.usp .mobile-link .top-container .mobile-app-link li {
    display: inline-block;
    width: 33.3333%;
    font-size: 14px;
    text-align: center;
    padding: 0;
}

.usp .mobile-link .top-container .mobile-app-link li i {
    font-size: 26px;
    color: #666666;
}

.usp .mobile-link .top-container .mobile-app-link li div {
    color: #333;
    margin-top: 5px;
    font-size: 14px;
}

.mobile-app-link li a {
    font-size: 26px;
}

.triangle-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #0095DA transparent transparent;
    line-height: 0px;
    _border-color: #000000 #0095DA #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    margin-left: -20px;
    position: absolute;
    margin-top: 7px;
}

.searchbar {

}

.search-section {
    height: 40px;
    width: 100%;
    background-color: #fff;
    position: relative;
    margin: 10px 0px;
}

.searchbar {
    padding-left: 20px;
}

.search-section form {
    margin: 0;
}

.autocomplete {
    height: 100%;
}

input.find-button {
    outline: none;
    border: 0;
    display: block;
    width: 13%;
    height: 100%;
    float: right;
    text-align: center;
    background-image: url('/resources/images/assets/new_search_white.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333333;
    border: 1px solid #333333;
    border-left: 0;
    position: absolute;
    top: 0;
    right: 0;
}

input#search-field {
    height: 100%;
    border: none;
    float: left;
    width: 300px;
    font-size: 13px;
}

input#search-field:focus {
    outline: none;
}

input#button-search {
    float: right;
    height: 100%;
    outline: none;
    border: none;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 65px;
    color: #7F7F7F;
    font-weight: bold;
    background-color: #ccc;
}

/*
@-moz-document url-prefix() {
    .dropdown .selector {
        padding-left: 5px !important;
        width: 120% !important;
        padding-right: 35px !important;
        background-position: right 8px !important;
        padding-top: 5px !important;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
    }
    .dropdown {
        width: 135px;
        overflow: hidden;
    }
}
*/
.dropdown {
    float: right;
    height: 100%;
    border-left: 1px solid #aaa;
}

.dropdown .selector {
    display: block;
    width: 180px;
    text-decoration: none;
    line-height: 15px;
    color: #7F7F7F;
    height: 100%;
    padding: 0px 10px;
    font-size: 13px;
    cursor: pointer;
    -webkit-appearance: none;
    /*    -moz-appearance: none;*/
    appearance: none;
    background-image: url('/resources/images/assets/caret.png');
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: right;
    background-origin: content-box;
    /*    text-indent: 0.01px;
        text-overflow: '';*/
    border: none;
    border-radius: 0px;
    outline: none;
    background-color: #fff;

}

div#icon-toggle {
    background-image: url('/resources/images/icon_select.png');
    background-repeat: no-repeat;
    background-position: 0px -165px;
    width: 15px;
    height: 25px;
    display: inline-block;
    float: right;
    margin-right: 10px;
}

span.icon-caret {
    color: #ccc;
    float: right;
    margin-top: -37px;
    margin-right: 5px;
    font-size: 32px;
    cursor: pointer;
}

div#login {
    height: 65px;
    margin-bottom: 15px;
    line-height: 65px;
}

.cart-button {
    font-weight: bold;
    color: #7F7F7F;
    width: 100%;
    height: 32px;
    background-color: #eee;
    border: 1px solid #ccc;
    outline: none;
    padding: 0px 15px;
    text-align: left;
}

.cart-button-performance {
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 32px;
    background-color: #45b433;
    border: none;
    outline: none;
    padding: 0px 15px;
    text-align: left;
}

.cart-button-performance:hover {
    background-color: #2c9b1a;
}

.cart-button-performance span.cart-title {
    margin: 0;
    color: #fff;
}

.shoppingBag-button {
    width: 100%;
}

.button-round {
    border-radius: 1em !important;
}

.errorbutton {
    background-color: #D60000 !important;
}

#cart-button {
    float: right;
    position: relative;
    width: 100%;
}

span.cart-quantity {
    background-color: #ff0000;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    margin: -20px 5px 0 -5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bag-wrapper {
    position: relative;
}

span.bag-title {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    color: #ffffff;
    text-align: left;
    font-size: 15px;
}

span.cart-title {
    display: inline-block;
    margin-top: 5px;
    color: #7F7F7F;
    vertical-align: top;
}

.cart-button .ic-bag-dark {
    margin-left: 15px;
}

.cart-button:disabled {
    cursor: pointer;
}

.cart-button:hover {
    background-color: #0095DA;
}

.cart-button:hover span {
    color: #fff;
}

.cart-button:hover .ic-bag-dark {
    background-position: -73px -479px;
}

.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0 5px;
    position: absolute;
    z-index: 10;
    width: 135px;
    background-color: #F1F1F1;
    border: 1px solid #ddd;
    display: none;
}

.dropdown ul li {
    text-align: center;
    border-bottom: 1px dotted #ccc;
}

.dropdown ul li a {
    display: block;
    padding: 10px 5px;
    color: #676767
}

.browse-category span.sub-browse-category {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #0095DA;
    font-weight: bold;
}

.sub-browse-category .arrow-background {
    background-color: #0095DA;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 12px;
    line-height: 28px;
}

.sub-browse-category .arrow-background .ic-arrow-down-white {
    margin-bottom: -2px;
}

span.arrow-down {
    background-image: url('/resources/images/assets/sprite.png');
    background-position: -143px -467px;
    width: 20px;
    height: 12px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0095DA;
    position: absolute;
}

.breadcrumb {
    border-bottom: 1px solid #ccc;
    height: 30px;
    margin-top: 5px;
    padding-bottom: 10px;
}

.breadcrumb a#home-image {
    font-size: 12px;
}

.breadcrumb a {
    color: #333;
}

.breadcrumb a:hover {
    color: #0095DA;
}

.breadcrumb a#home-image img {
    height: 16px;
    margin-top: -2px;
    margin-left: 5px;
}

.breadcrumb span img#breadcrumb-arrow {
    display: inline-block;
    height: 100%;
    width: 10px;
    margin: 0px 7px 0px 5px;
}

.breadcrumb .breadcrumb-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
}

.enable-mobile-product-list {
    display: none;
}

.breadcrumb ul {
    list-style: none;
    margin: 0;
    height: 100%;
    padding: 0;
}

.breadcrumb ul li {
    display: inline;
}

.nav-bar-content li a span#kategori-icon {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.nav-bar ul.nav-bar-content {
    list-style: none;
    margin: 0;
    padding: 0px;
    width: 250px;
    background-color: #fff;
    border-radius: 2px;
}

.not-home ul.nav-bar-content {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    text-align: left;
}

.nav-bar ul.nav-bar-content li div.c1-menu-list {
    display: block;
    color: #333333;
    font-weight: normal;
    cursor: pointer;
}

.nav-bar ul.nav-bar-content li:first-child div.c1-menu-list {
    border-top: none;
}

.c1-menu-list-link span {
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.c1-menu-list:hover .c1-menu-list-link span {
    color: #0095da !important;
}

.menu-name {
    display: inline-block;
    margin-top: 0px;
    clear: both;
    vertical-align: middle;
}

.nav-bar ul.nav-bar-content li div.c1-menu-list span a {
    color: #333;
    display: block;
    padding: 8.8px 0px 8.7px 8px;
}

.icon-wrapper {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 12px;
}

.nav-bar ul.nav-bar-content li div.c1-menu-list:hover span a {
    color: #fff !important;
}

/*.nav-bar ul.nav-bar-content li div.c1-menu-list:hover span a:after{
    content:'\00BB';
    float: right;
    font-size: 20px;
    margin-top: -4px;
    color: #7f7f7f;
}*/
.hovered, .nav-bar ul li div.c1-menu-list:hover {
    /*-webkit-box-shadow: inset 3px 0px 0px 0px rgba(0,150,217,1);*/
    /*-moz-box-shadow: inset 3px 0px 0px 0px rgba(0,150,217,1);*/
    /*box-shadow: inset 3px 0px 0px 0px rgba(0,150,217,1);*/
}

.loading-category {
    display: none;
    position: absolute;
    right: -25px;
}

.nav-bar ul li div.c1-menu-list:hover .loading-category {
    display: inline-block;
}

#category-hpt:hover .top-strip,
#category-hpt:hover .right-strip,
#category-hpt:hover .c1-menu-list-link {
    background-color: #ef413d !important;
}

#category-hpt .menu-icons {
    color: #ef413d;
}

#category-hpt .content-c1 a:hover {
    color: #ef413d !important;
}

#category-kom:hover .top-strip,
#category-kom:hover .right-strip,
#category-kom:hover .c1-menu-list-link {
    background-color: #3255a6 !important;
}

#category-kom .menu-icons {
    color: #3255a6;
}

#category-kom .content-c1 a:hover {
    color: #3255a6 !important;
}

#category-kam:hover .top-strip,
#category-kam:hover .right-strip,
#category-kam:hover .c1-menu-list-link {
    background-color: #a6ce39 !important;
}

#category-kam .menu-icons {
    color: #a6ce39;
}

#category-kam .content-c1 a:hover {
    color: #a6ce39 !important;
}

#category-ele:hover .top-strip,
#category-ele:hover .right-strip,
#category-ele:hover .c1-menu-list-link {
    background-color: #b64b85 !important;
}

#category-ele .menu-icons {
    color: #b64b85;
}

#category-ele .content-c1 a:hover {
    color: #b64b85 !important;
}

#category-fpr:hover .top-strip,
#category-fpr:hover .right-strip,
#category-fpr:hover .c1-menu-list-link {
    background-color: #0095da !important;
}

#category-fpr .menu-icons {
    color: #0095da;
}

#category-fpr .content-c1 a:hover {
    color: #0095da !important;
}

#category-fwn:hover .top-strip,
#category-fwn:hover .right-strip,
#category-fwn:hover .c1-menu-list-link {
    background-color: #ec008c !important;
}

#category-fwn .menu-icons {
    color: #ec008c;
}

#category-fwn .content-c1 a:hover {
    color: #ec008c !important;
}

#category-ian:hover .top-strip,
#category-ian:hover .right-strip,
#category-ian:hover .c1-menu-list-link {
    background-color: #fdb813 !important;
}

#category-ian .menu-icons {
    color: #fdb813;
}

#category-ian .content-c1 a:hover {
    color: #fdb813 !important;
}

#category-kke:hover .top-strip,
#category-kke:hover .right-strip,
#category-kke:hover .c1-menu-list-link {
    background-color: #7251a1 !important;
}

#category-kke .menu-icons {
    color: #7251a1;
}

#category-kke .content-c1 a:hover {
    color: #7251a1 !important;
}

#category-53834:hover .top-strip,
#category-53834:hover .right-strip,
#category-53834:hover .c1-menu-list-link {
    background-color: #00b9ad !important;
}

#category-53834 .menu-icons {
    color: #00b9ad;
}

#category-53834 .content-c1 a:hover {
    color: #00b9ad !important;
}

#category-oto:hover .top-strip,
#category-oto:hover .right-strip,
#category-oto:hover .c1-menu-list-link {
    background-color: #3483aa !important;
}

#category-oto .menu-icons {
    color: #3483aa;
}

#category-oto .content-c1 a:hover {
    color: #3483aa !important;
}

#category-kul:hover .top-strip,
#category-kul:hover .right-strip,
#category-kul:hover .c1-menu-list-link {
    background-color: #f37021 !important;
}

#category-kul .menu-icons {
    color: #f37021;
}

#category-kul .content-c1 a:hover {
    color: #f37021 !important;
}

#category-tkt:hover .top-strip,
#category-tkt:hover .right-strip,
#category-tkt:hover .c1-menu-list-link {
    background-color: #3AA935 !important;
}

#category-tkt .menu-icons {
    color: #3AA935;
}

#category-tkt .content-c1 a:hover {
    color: #3AA935 !important;
}

#category-mvg:hover .top-strip,
#category-mvg:hover .right-strip,
#category-mvg:hover .c1-menu-list-link {
    background-color: #0ABAEE !important;
}

#category-mvg .menu-icons {
    color: #0ABAEE;
}

#category-mvg .content-c1 a:hover {
    color: #0ABAEE !important;
}

#category-ora:hover .top-strip,
#category-ora:hover .right-strip,
#category-ora:hover .c1-menu-list-link {
    background-color: #00B9AD !important;
}

#category-ora .menu-icons {
    color: #00B9AD;
}

#category-ora .content-c1 a:hover {
    color: #00B9AD !important;
}

#category-hol:hover .top-strip,
#category-hol:hover .right-strip,
#category-hol:hover .c1-menu-list-link {
    background-color: #bf8330 !important;
}

#category-hol .menu-icons {
    color: #bf8330;
}

#category-hol .content-c1 a:hover {
    color: #bf8330 !important;
}

#category-gi:hover .top-strip,
#category-gi:hover .right-strip,
#category-gi:hover .c1-menu-list-link {
    background-color: #B82837 !important;
}

#category-gi .menu-icons {
    color: #B82837;
}

#category-gi .content-c1 a:hover {
    color: #B82837 !important;
}

#category-mart:hover .top-strip,
#category-mart:hover .right-strip,
#category-mart:hover .c1-menu-list-link {
    background-color: #F37021 !important;
}

#category-mart .menu-icons {
    color: #F37021;
}

#category-mart .content-c1 a:hover {
    color: #F37021 !important;
}

#category-trv:hover .top-strip,
#category-trv:hover .right-strip,
#category-trv:hover .c1-menu-list-link {
    background-color: #4145DC !important;
}

#category-trv .menu-icons {
    color: #4145DC;
}

#category-trv .content-c1 a:hover {
    color: #4145DC !important;
}

.nav-bar ul li div.c1-menu-list:hover .submenu-wrapper {
    visibility: visible;
    opacity: 1;
}

.nav-bar-content li:first-child .c1-menu-list {
    border-top: none;
}

.active-menu {
    color: red !important
}

.nav-bar ul.nav-bar-content li span.arrow-icon,
.service-list a span.arrow-icon,
.more-link-menu li a span.arrow-icon {
    background-image: url('/resources/images/assets/ic_arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 10px;
    height: 34px;
    margin-top: -5px;
    float: right;
}

.not-home .nav-bar-content {
    padding-top: 0 !important;
}

.not-home .nav-bar-content li:first-child div.c1-menu-list {
    border-top: none !important;
}

.not-home .nav-bar-content li:last-child div.c1-menu-list {
    border-bottom-color: transparent !important;
}

.not-home .hovered {
    border-left: 1px solid #ccc !important;
    border-right: none !important;
}

.browse-category:hover .not-home ul.nav-bar-content,
.menu-hovered .nav-bar ul.nav-bar-content {
    visibility: visible;
    opacity: 1;
    border: none;
    padding-top: 18px !important;
}

.submenu-wrapper {
    position: absolute;
    width: 976px;
    max-width: 976px;
    left: 245px;
    top: 0px;
    border-top: none;
    background-color: #fff;
    z-index: 1;
    font-size: 13px;
    visibility: hidden;
    height: 430px;
    line-height: 1.3em;
    opacity: 0.9;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.18);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.18);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.18);
    border-left: 1px solid #d6d6d6;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.header-content-desktop .submenu-wrapper .js-masonry {
    width: 100%;
    min-height: 335px;
}

.header-content-desktop .top-brand ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-content-desktop .top-brand ul li {
    margin-bottom: 3px;
}

.header-content-desktop .top-brand ul li a {
    color: #333333;
    font-weight: normal;
}

.header-content-desktop .top-brand ul li a:hover {
    color: #0095DA !important;
}

.header-content-desktop .top-brand .top-brand-title {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 7px;
}

.header-content-desktop .top-brand .brand-anchor:after {
    content: '\2605';
    position: absolute;
    display: inline-block;
    margin-left: 4px;
    margin-top: 0px;
    color: #FFC400;
    font-weight: bold;
    font-size: 15px;
}

.header-logo {
    width: 225px;
}

.header-block {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    display: table;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header-block > li {
    display: table-cell;
    font-size: 13px;
    position: relative;
    vertical-align: top;
}

.header-block > li:first-child {
    width: 275px;
    vertical-align: middle;
}

/* Blibli Highlight */
.blibli-highlight-container {
    margin: 0 auto;
    margin-top: 5px;
    max-width: 1370px;
}

.blibli-highlight-container .columns {
    height: 225px;
}

.blibli-highlight-container .row {
    margin-bottom: 70px !important;
}

.blibli-featured {
    margin-top: 100px;
}

.highlight-title {
    margin: 0 auto;
    text-align: center;
}

.highlight-title .line-behind {
    position: relative;
    z-index: 1;
    display: block;
    margin: 30px 0px;
    font-size: 14px;
}

.highlight-title .line-behind span {
    font-weight: bold;
}

.trending-title .line-behind span {
    background-color: #fff !important;
}

.highlight-list {
    display: table;
    width: 100%;
}

.highlight-list a {
    color: #333;
}

.highlight-list .single-top-banner {
    display: table-cell;
    text-align: center;
}

.highlight-list img {
    width: 170px;
    height: 170px;
    border-radius: 100%;
}

/* Blilbi Featured */
.blibli-featured .featured-title {
    text-align: center;
    margin-bottom: 15px;
}

.blibli-featured .featured-title span:first-letter {
    font-size: 150%;
}

.blibli-featured .featured-title span {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 15px;
}

.button-orange {
    display: inline-block;
    padding: 10px 22px;
    color: #fff !important;
    background-color: #f37021;
    outline: none;
    border: none;
    text-decoration: none !important;
    text-align: center;
}

.button-orange:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.button-orange:hover {
    background-color: #F3640A;
}

.blibli-featured .row .columns {
    padding: 0px 5px;
}

/* Category Layout */

.header-content-desktop .top-brand .brand-anchor a {
    font-weight: bold !important;
}

.header-content-desktop .header-columns {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.header-content-desktop .header-columns > li {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.header-content-desktop .header-columns > li:first-child {
    width: 19%;
}

.header-content-desktop .header-columns > li:nth-child(2) {
    width: 49%;
    padding: 0px 40px;
}

.header-content-desktop .header-columns > li:last-child {
    width: 32%;
    position: relative;
    vertical-align: top;
    padding-top: 33px;
}

.top-right-link {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 10;
}

.top-right-link .top-menu {
    font-size: 11px;
    display: inline-block;
    margin-left: 30px;
    color: #333;
}

.bag-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #333;
    outline: none;
    padding: 0;
}

.bag-button img {
    width: 14px;
}

.bag-button:active .bag-title {
    color: #333;
}

.header-content-desktop .submenu-wrapper .category-banner {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    float: left;
    width: 250px;
    height: 400px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-content-desktop .submenu-wrapper .category-banner img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.collapsible-fade-home:after {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    height: 80px;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.expand-category {
    position: absolute;
    bottom: 10px;
    width: 75%;
    display: none;
    z-index: 11;
    left: 0;
    text-align: center;
}

.header-content-desktop .submenu-inner {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-content-desktop .submenu-inner > li {
    display: inline-block;
    vertical-align: top;
}

.wishlist-section {
    display: inline-block;
    width: 30%;
    float: left;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

#gdn-wishlist-button {
    display: inline-block;
    position: relative;
    color: #333333;
}

#gdn-wishlist-header-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    padding-left: 5px;
    color: #333333;
    text-align: left;
    font-size: 16px;
}

.wishlist-icon-header {
    width: 33px;
    height: 35px;
    left: 0;
    position: absolute;
    display: inline-block;
    background: url(/resources/images/assets/ic-wishlist.png) no-repeat;
    background-position: center;
}

.col1 {
    padding-right: 0;
}

.col3 {
    padding-left: 0;
}

.header-content-desktop .col3,
.header-content-desktop .col1,
.carousel-section .col3,
.carousel-section .col1 {
    width: 17.5%;
}

.header-content-desktop .col2,
.carousel-section .col2 {
    width: 65%;
}

.top-right-banner {
    height: 386px;
    width: 170px;
    border: 1px solid #fff;
}

.top-right-banner a img {
    width: 170px;
    height: 128px;
    border-bottom: 1px solid #fff;
}

.top-right-banner a:last-child img {
    border-bottom: none;
}

.top-banner-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.top-banner-mobile ul li {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    width: 33.33333%;
}

.top-banner-mobile ul li img {
    border: 1px solid #999;
}

.top-mobile-footer {
    background-image: url('/resources/images/assets_bg_footer.png');
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-mobile-footer ul {
    margin: 0;
    padding: 0px 10px;
    list-style: none;
}

.top-mobile-footer ul li {
    padding: 5px 0px;
}

.top-mobile-footer ul li a {
    color: #333;
}

.top-mobile-footer ul li a:hover {
    color: #0095DA;
}

.top-mobile-footer ul li .footer-item-list {
    padding: 0 !important;
}

.top-mobile-footer ul li .footer-title {
    margin-top: 5px;
}

.submenu-wrapper .submenu-content a.c1-title {
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-top: 10px;
}

.kategori-mobile {
    display: block !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
}

.submenu-wrapper .submenu-content a.c1-title:hover {
    color: #0095DA;
}

.submenu-wrapper .submenu-content strong.c2-title a {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 7px;
}

.deals {
    color: #F43900 !important;
    border-bottom: 1px solid #ddd;
}

.slider {
}

.banner-top-3 .columns:first-child {
    padding-left: 0;
}

.banner-top-3 .columns:last-child {
    padding-right: 0;
}

.banner-top-3 .columns:last-child .banner {
    text-align: right;
}

.product-image {
    text-align: center;
    position: relative;
    width: 100%;
    max-height: 225px;
    height: 225px;
    border: 1px solid #fff;
}

.product-image img {
    max-width: 100%!important;
    max-height: 100%!important;
    min-height: 150px;
    border-radius: 8px 8px 0 0;
    object-fit: contain;
}

.product-title {
    color: #000;
    padding: 0px 8px;
    line-height: 1.29;
    font-size: 14px;
    font-weight: 600;
    width: 92%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.product-title a.product-title-text {
    color: #333;
    font-size: 13px;
    display: block;
    text-align: left;
    line-height: 18px;
}

.product-status, .options {
    text-align: left;
    padding: 0 8px;
}

span.sold {
    display: inline-block;
    color: #F43900;
    font-size: 11px;
    margin-top: 3px;
    margin-right: 3px;
}

span.new {
    display: inline-block;
    color: #333;
    font-size: 11px;
    margin-top: 3px;
    margin-right: 3px;
}

span.cnc-info {
    display: inline-block;
    color: #333;
    font-size: 11px;
    margin-top: 3px;
    margin-right: 3px;
}

span.cnc-starting-from {
    display: block;
    color: #bbb;
    font-size: 11px;
}

span.cicilan-text {
    color: #009900;
    font-size: 11px;
    display: inline-block;
    margin-top: 3px;
    margin-right: 3px;
}

.brs-product-discount {
    font-size: 12px;
    color: #ed1c24;
    display: inline;
    border-radius: 10px;
    background: #ff00001c;
    font-weight: 600;
}

.brs-product-discount.available {
    padding: 1px 5px;
    margin: 0 auto 0 5px;
}

.product-price {
    padding: 0px 8px;
    text-align: left;
}

.product-price span.old-price-text {
    color: rgba(0,0,0,.38);
    font-size: 12px;
    text-decoration: line-through;
    line-height: 24px;
    display: inline;
}

.product-price span.new-price-text {
    display: inline-block;
    color: #f37021;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
}

.product-set-1,
.product-set-2,
.product-set-3,
.product-set-featured,
.hobbies {
    width: 100%;
    overflow: hidden;
}

.prev {
    width: 50px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 1000;
    left: 0;
    display: none;
    -webkit-box-shadow: 5px 0px 15px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 5px 0px 15px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 5px 0px 15px 0px rgba(50, 50, 50, 0.28);
}

.prev a,
.next a {
    display: block;
    margin-top: 125px;
}

.next {
    width: 50px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 1000;
    right: 0;
    display: none;
    -webkit-box-shadow: -5px 0px 15px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: -5px 0px 15px 0px rgba(50, 50, 50, 0.28);
    box-shadow: -5px 0px 15px 0px rgba(50, 50, 50, 0.28);
}

.banner img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.line-bottom {
    height: 20px;
    background-color: #eee;
}

.seo-h1 h1 {
    font-size: 11px;
    margin: 5px 0px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 10px;
}

.seo-h1 h2 {
    font-size: 17px;
    color: #000000;
}

.seo-h2 h2 {
    font-size: 13px;
    color: #000000;
}

.seo-text p {
    font-size: 11px;
    line-height: 22px;
    color: #000000;
    margin: 0px 0px;
}

.seo-text a {
    color: #7F7F7F;
    font-size: 11px;
}

.bca-banner {
    text-align: center;
}

.h250 {
    height: 250px;
}

.h150 {
    height: 150px;
}

.h320 {
    height: 320px;
}

.h110 {
    height: 110px;
}

.h200 {
    height: 200px;
}

.maxh150 {
    max-height: 150px;
}

.maxh250 {
    max-height: 250px;
}

.white {
    background-color: white;
}

.blue {
    background-color: #0095DA;
}

.lime {
    background-color: #99CC33;
}

.green {
    background-color: #00B259;
}

.message-container .row {
    margin-bottom: 0px;
}

.banner {
    padding: 0 10px;
}

.product {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.footer-section {
    box-shadow: 0 0 24px -4px rgba(0,0,0,.12);
}

.footer-upper {
    padding-bottom: 60px;
    background-color: #ffffff;
    border-top: 7px solid #0095DA;
    background-image: url('/resources/images/assets_bg_footer.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

.footer-seo {
    margin-top: 15px;
}

.footer-section .row {
    margin-bottom: 0px !important;
    text-align-last: start;
    max-width: 1200px;
    padding: 0 16px;
}

.footer-upper .row:first-child .columns:first-child {
    padding-top: 0 !important;
}

.footer-title {
    display: block;
    font-size: 14px;
    color: #000000;
    margin-bottom: 7px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 16px;
}

.footer-item-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #000000;
}

.footer-line {
    display: block;
    border-top: 1px solid #e0e0e0;
    margin-top: 25px;
}

.icon-social {
    margin-right: 5px;
}

.footer-item-list li {
    padding: 3px 0px;
}

.footer-item-list li a {
    color: #000000;
    font-size: 13px;
    display: inline-block;
}

.footer-item-list .csphone,
.footer-item-list .csmail {
    padding: 7px 0px;
    vertical-align: middle;
}

.footer-item-list .csphone img,
.footer-item-list .csmail img {
    margin-right: 5px;
}

.footer-item-list .cschat,
.usp-detail .cschat {
    color: #fff !important;
    background-color: #0095da;
    border-radius: 8px;
    height: 2.8rem;
    padding: 13px 25px;
    font-weight: 800;
}

.footer-item-list .cschat:hover,
.usp-detail .cschat:hover {
    background-color: #0072a7;
    color: #fff !important;
}

.footer-item-list li a:hover {
    color: rgba(0,0,0,.6);
}

.footer-logo, .popup-bank__logo{
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    background-color: #fff;
    padding: 0px 5px;
    margin-bottom: 7px;
    margin-right: 12px;
    max-width: 60px;
}

.footer-logo-section,
.footer-logo-section a {
    font-size: 0;
}

.about, .partner-social {
    border-right: 2px dotted #ddd;
    height: 200px;
}

.about h3 {
    text-align: right;
    margin: 0;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.about ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

.about ul li a {
    color: #676767;
    display: block;
    padding: 5px 0;
}

.about ul li:first-child a {
    padding-top: 0px;
}

.about .columns {
    padding: 0;
}

.partner-social h3 {
    margin: 0;
}

.partner, .social {
    height: 100px;
}

.social h3 {
    margin-bottom: 10px;
}

.footer-link span.icon-social {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}

.facebook {
    background: url('/resources/images/assets/ic_facebook_16.png') center no-repeat;
}

.twitter {
    background: url('/resources/images/assets/ic_twitter_16.png') center no-repeat;
}

.pinterest {
    background: url('/resources/images/assets/ic_pinterest_16.png') center no-repeat;
}

.googleplus {
    background: url('/resources/images/assets/ic_google_16.png') center no-repeat;
}

.youtube {
    background: url('/resources/images/assets/ic_youtube_16.png') center no-repeat;
}

.footer-payment-logo {

}

.logo-row1 {
    display: table;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 15px;
}

.logo-row2 {
    display: table;
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.single-logo {
    display: table-cell;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    height: 40px;
    overflow: hidden;
}

.single-logo a {
    display: block;
}

.single-logo div {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-logo:hover div {
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

.logo-row1 .single-logo:last-child,
.logo-row2 .single-logo:last-child {
    border: none;
}

.shipping-row,
.security-row {
    border: none !important;
}

.shipping-row .single-logo:nth-child(4) {
    border: none !important;
}

.shipping-row .single-logo,
.security-row .single-logo {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.shipping-row .single-logo:first-child,
.security-row .single-logo:first-child {
    border-left: 1px solid #ddd;
}

/*==== special case ====*/
.last-row .single-logo:nth-child(n+1) {
    border: none;
}

.last-row .single-logo:nth-child(-n+1) {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.last-row {
    border-bottom: none !important;
    border-right: none !important;
}

.cicilan-logo .last-row .single-logo:nth-child(-n+2) {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.bottom-menu {
    padding-left: 0 !important;
}

.footer-link {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-link li a {
    color: #7F7F7F;
    display: inline-block;
    vertical-align: middle;
}

.footer-link li a:hover {
    color: #0095DA;
    text-decoration: underline;
}

.footer-link li {
    padding: 3px 0px;
}

span#footer-title {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px dotted #858585;
    padding-bottom: 5px;
    color: #7F7F7F;
}

.service {
    background-color: #0095DA;
    width: 100%;
    padding: 10px;
    margin-top: -8px;
    height: 210px;
}

.service .ic-cs {
    vertical-align: middle;
    float: left;
    margin-top: 6px;
    margin-left: 10px;
}

.service .contact {
    border: 1px solid #006DAB;
    margin-bottom: 10px;
    margin-top: 20px;
}

.service .contact span.contact-phone {
    padding: 10px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 13px;
}

.service .contact span.contact-email {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #006DAB;
}

.service .contact span.contact-phone label {
    font-size: 25px;
    display: inline-block;
    margin-bottom: 5px;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 117.5px 0 117.5px;
    border-color: #007ec7 transparent transparent transparent;
}

.service h2 {
    font-weight: normal;
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    font-size: 18px;
}

.service span#title {
    font-size: 20px;
    color: #fff
}

.service p {
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}

.service strong {
    font-size: 23px;
}

.service a {
    color: #fff;
}

.service a#chat {
    background-color: #99CC33;
    border: none;
    letter-spacing: 1px;
    display: block;
    color: #fff;
    width: 100%;
    line-height: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.service a#chat:hover {
    background-color: #6EA600;
}

.service a#chat img {
    margin-right: 10px;
}

.service a span#icon-chat {
    background-image: url('/resources/images/assets/ic_cs.png');
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 100%;
    float: left;
    /* margin-left: 10px; */
    margin-right: 10px;
    border-right: 1px solid #fff;
}

.h-zigzag { /* Horizontal */
    background: linear-gradient(-135deg, #0095DA 5px, transparent 0) 0 5px,
    linear-gradient(135deg, #0095DA 5px, #fff 0) 0 5px;
    background-color: #0095DA;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 10px;
}

.payment-label {
    background-color: #fff;
    padding: 20px 10px 0px 10px;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    width: 245px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.footer-logos {
    margin-left: 0.625em;
    margin-right: 0.625em;
    padding-top: 20px;
}

.footer-logos .columns:first-child {
    padding-left: 0;
}

.footer-lower p {
    text-align: center;
    margin: 15px 0px;
    line-height: 18px;
}

.footer-lower a {
    color: #0095DA;
    text-decoration: underline;
}

.footer-lower a:hover {
    text-decoration: underline;
}

.footer-lower {
    border-top: 1px solid #f1f1f1;
}

.back-to-top {
    position: fixed;
    text-decoration: none;
    color: #7F7F7F;
    right: 20px;
    font-size: 13px;
    visibility: hidden;
    z-index: 100;
    bottom: 40px;
}

.back-to-top img {
    margin-right: 5px;
}

.back-to-top:hover .ic-arrowtop32 {
    background-image: url('/resources/images/assets/ic_arrowtop32_hover.png');
}

div#autocomplete-wrapper {
    height: 100%;
    width: 100%;
    float: left;
    position: relative;
    z-index: 11;
}

div#autocomplete-wrapper input[type="text"]::-webkit-input-placeholder {
    color: #999;
}

div#autocomplete-wrapper input[type="text"]::-moz-placeholder {
    color: #999;
}

div#autocomplete-wrapper input[type="text"]:-moz-placeholder {
    color: #999;
}

div#autocomplete-wrapper input[type="text"]:-ms-input-placeholder {
    color: #999;
}

#autocomplete-wrapper input[type="text"]:focus {
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    border: none !important;
}

.featured-store-detail {
    border: 1px solid #E5E5E5;
    height: 180px;
}

.featured-store-detail:hover {
    border-color: #0095DA;
}

.featured-store-detail img {
    width: 100%;
    height: 100%;
}

.featured-store-logo table {
    height: 180px;
    width: 100%;
}

.featured-store-logo table td {
    border: 1px solid #ddd;
}

.featured-store hr {
    border-bottom: 1px solid #ddd;
}

.line-bottom {
    height: 20px;
    background-color: #eee;
}

.seo-text-bottom span {
    font-size: 13px;
    font-weight: bold;
}

.seo-text-bottom p {
    font-size: 13px;
    line-height: 17px;
}

div#featured-2,
div#featured-3,
div#featured-4,
div#featured-5,
div#featured-6,
div#featured-7,
div#featured-8,
div#featured-9,
div#featured-10,
div#featured-11 {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
}

.product-detail-wrapper {
    cursor: pointer;
}

.product-tabs {
    margin-bottom: 20px;
}

.product-tabs .tabs-container {
    margin-top: -1px;
    position: relative;
    padding-top: 10px;
    min-height: 319px;
    overflow: hidden;
}

.product-tabs .tabs-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    border-top: 1px solid #303030;
}

.product-tabs .tabs-header ul li {
    display: inline-block;
    width: 9.0900%;
    vertical-align: bottom;
    height: 55px;
}

.tab-name {
    display: table-cell;
    line-height: 1.3em;
    vertical-align: middle;
    text-transform: capitalize;
}

.product-tabs .tabs-header ul li a {
    display: table;
    background-color: #fff;
    color: #333;
    border-bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 12px;
    padding: 0px 5px;
    height: 100%;
    background-color: #e5e5e5;
    border-right: 1px solid #fff;
}

.product-tabs .tabs-header ul li a:hover {
    color: #0095DA !important;
    -webkit-box-shadow: inset 0 7px 0 0 rgba(0, 120, 199, 1);
    box-shadow: inset 0 7px 0 0 rgba(0, 120, 199, 1);
    -moz-box-shadow: inset 0 7px 0 0 rgba(0, 120, 199, 1);
}

.product-tabs ul li a.tab-active:hover {

}

.product-tabs .tabs-header ul li:last-child a {
    border-right: none;
}

.tabs-container {
    font-size: 13px;
}

.tabs-container ul li {
    margin-bottom: 10px;
}

.product-tabs ul li a.tab-active {
    background-color: #fff;
    border-top: none;
    -webkit-box-shadow: inset 0 7px 0 0 rgba(0, 120, 199, 1);
    box-shadow: inset 0 7px 0 0 rgba(0, 120, 199, 1);
    -moz-box-shadow: inset 0 7px 0 0 rgba(0, 120, 199, 1);
    color: #0095DA;
}

.product-tabs span.tabs-title {
    display: inline-block;
    float: left;
    padding: 10px 10px 10px 3px;
    font-weight: bold;
    line-height: 20px;
}

.product-tabs .tab-button span#tabs-icon {
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-bottom: 5px;
    background-position: center;
    background-repeat: no-repeat;
}

.tabs-container div#product-spec span {
    display: block;
    margin-bottom: 10px;
}

.tabs-container .row {
    margin-bottom: 0;
}

.tabs-container .slider-wrapper a.next-button {
    right: 8px;
    border: none;
    color: #999;
    height: 40px;
    line-height: 40px;
    font-size: 45px;
    margin-top: 100px;
}

.tabs-container .slider-wrapper a.next-button:hover {
    opacity: 1;
}

.tabs-container .slider-wrapper a.prev-button {
    border: none;
    color: #999;
    height: 40px;
    line-height: 40px;
    font-size: 45px;
    margin-top: 100px;
}

.tabs-container .slider-wrapper a.prev-button:hover {
    opacity: 1;
}

.tabs-container .tabs-more-link {
    text-align: center;
    background-color: #eee;
    padding: 10px 0px;
}

.tabs-container .tabs-more-link a {
    text-decoration: underline;
    color: #0095DA;
    text-transform: lowercase;
}

.tabs-container .tabs-more-link a:hover {
    font-weight: bold;
}

.featured-product-title {
    display: inline-block;
    font-weight: bold;
    text-transform: capitalize;
}

hr.featured-line {
    border: 0;
    height: 2px;
    background-color: #0095DA;
}

.tabs-title {
    margin-bottom: 7px;
}

.product-slideshow-title {
    font-size: 18px;
    color: #333;
}

.strike {
    text-decoration: line-through;
}

[class*="column"] + [class*="column"]:last-child {
    float: left;
}

.accordion-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion-menu ul li a.accordion-button {
    display: block;
    padding: 10px 10px;
    background-color: #eee;
    color: #7F7F7F;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 13px;
}

.accordion-menu ul li .accordion-data {
    display: none;
}

.expand {
    display: block !important;
}

.accordion-menu ul li:last-child a.accordion-button {
    border-bottom: 1px solid #ccc;
}

.accordion-data ul li a.inner-accordion {
    display: block;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-weight: bold;
    color: #7F7F7F;
}

.accordion-menu ul li:last-child .accordion-data ul li:last-child a {
    border-bottom: 1px solid #ccc;
}

.accordion-menu ul li:last-child .accordion-data ul li:first-child a {
    border-top: none;
}

.item {
    width: 175px;
    margin-bottom: 20px;
    padding-right: 15px;
}

.item ul {
    list-style: none;
    padding: 0px;
    margin-top: 5px;
}

.item ul li {
    margin-bottom: 3px;
}

.item a {
    color: #333;
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
}

.item ul li a:hover {
    color: #0095DA;
}

.list-suggestion {
    position: absolute;
    z-index: 8;
    left: 0;
    background-color: #fff;
    font-size: 13px;
    color: #333;
    width: 100%;
    top: 38px;
    border-radius: 0 0 10px 10px;
}

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

.list-suggestion li {
    padding: 7px 20px;
    cursor: pointer;
}

.list-suggestion .official-store-result {
    display: flex;
    align-items: center;
}

.list-suggestion li:hover,
.brand-suggestion li:hover,
.product-suggestion li:hover,
.selected-suggestion
{
    background-color: #f1f1f1 !important;
    border-radius: 0 0 10px 10px;
}

.popular-product-list {
    position: relative;
    padding: 2px 20px 1px !important;
}

.popular-product__image-section {
    background-size : cover;
    display: inline-block;
    width: 45px;
    height: 45px;
}

.popular-product__label-section {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 3px;
}

.list-suggestion .highlight {
    font-weight: bold;
    color: #1082d0;
}

.label-suggestion {
    font-weight: bold;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.brand-suggestion, .product-suggestion {
}

.btn-custom {
    padding: 10px;
    color: #fff;
    background-color: #0095DA;
    border: none;
    font-weight: bold;
    font-size: 13px;
    outline: none;
    letter-spacing: 0.5px;
}

.btn-custom:hover {
    background-color: #006DAB;
}

.reset {
    width: 100%;
}

.button-reset {
    padding: 10px;
    background-color: #eee;
}

.ajax-loading {
    display: none;
}

.angular-loading {
}

.ajax-loading, .angular-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(255, 255, 255, 0.75);
    top: 0;
    left: 0;
}

.ajax-loading .loading-wrapper,
.angular-loading .loading-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -59px;
    margin-top: -59px;
    background-color: #fff;
    border-radius: 100%;
    padding: 15px 17px 20px;
}

.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.search-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.error-message {
    font-weight: normal;
    color: #F43900;
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

.example {
    display: inline-block;
    color: #ccc;
    font-weight: normal;
    margin-top: 5px;
    font-size: 13px;
}

.width20 {
    width: 20%;
}

.width80 {
    width: 80%;
}

/* LOGIN FORM START */
.text-field {
    margin-top: 0;
}

.text-blue {
    color: #0095DA;
}

.underline {
    text-decoration: underline;
}

.icon-login {

}

.icon-field-left {
    position: relative;
    top: 45px;
}

.icon-field-right {
    position: relative;
    float: right;
    top: -32px;
}

.pointer {
    cursor: pointer;
}

.blibli-round-img {
    border: solid 0.5px #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.material-field {
    text-indent: 20px;
    border: none !important;
    border-bottom: 1px solid #c9c9c9 !important;
}

.material-field:focus {
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #0095DA !important;
}

.material-field::-webkit-input-placeholder {
    font-size: 16px !important;
}

.material-field:-moz-placeholder {
    font-size: 16px !important;
}

.material-field::-moz-placeholder {
    font-size: 16px !important;
}

.material-field:-ms-input-placeholder {
    font-size: 16px !important;
}

.material-error, .material-error:active, .material-error:focus {
    border: none !important;
    border-bottom: 1px solid #ed1c24 !important;
}

.fb-span {
    padding-left: 10px;
    vertical-align: middle;
}

.btn-fb-login{
    text-align: center;
    margin: 10px auto;
    display: block;
    border: none;
    border-radius: 0.2rem;
    padding: 10px 20px !important;
    width: 100% !important;
    background: #4C66A4;
    border-color: #4C66A4;
    color: #fff;
}

.btn-g-login{
    text-align: center;
    margin-bottom: 10px;
    display: block;
    border-radius: 0.2rem;
    padding: 10px 20px !important;
    width: 100% !important;
    background: #fff;
    border: 1px solid #ddd;
    color: #282828;
}

.btn-g-login svg {
    margin-bottom: -.2em;
    margin-right: .5em;
}

.button-grey {
    display: inline-block;
    color: #999 !important;
    background-color: #EEE;
    outline: none;
    border: none;
    text-decoration: none !important;
    text-align: center;
    padding: 10px 80px;
    font-size: 16px;
    height: 45px;
}

.login__atau{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.login__atau:before {
    content: '';
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #999;
    margin-bottom: -15px;
}

.login__atau span{
    background: #fff;
    padding: 5px 10px;
}

.login-wrapper .button-orange {
    padding: 7px 80px;
    font-size: 16px;
    margin-top: 20px;
    height: 45px;
}

.login-wrapper label {
    font-size: 13px;
    font-weight: bold;
}

.login-wrapper .large-6 .row {
    margin-bottom: 20px;
}

.login-wrapper .large-6:first-child {
    border-right: 1px solid #eee;
}

.login-wrapper .login-content {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.login-wrapper span.free-voucher {
    display: block;
    text-align: center;
    border: 1px dashed #30B779;
    padding: 10px;
    border-radius: 5px;
    line-height: 20px;
    font-size: 13px;
    color: #30B779;
}

.line-through span {
    display: inline-block;
    position: absolute;
    top: -10px;
    background-color: #fff;
    padding: 0 10px;
    left: 50%;
    margin-left: -22.5px
}

.line-through {
    position: relative;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

.close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #7F7F7F;
    z-index: 1;
}

.login-content form .row:nth-child(2) {
    margin-bottom: 20px !important;
}

.login-content h3 {
    margin-top: 30px;
    font-weight: normal;
}

.login-content .login-blibli-logo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-content form .row {
    margin-bottom: 20px !important;
}

.login-content span.register-link {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.login-failed h3 {
    margin-bottom: 5px;
}

.login-failed hr {
    border: none;
    height: 1px;
    background-color: #ccc;
}

.login-failed {
    font-size: 13px;
}

.login-failed .errorblock,
.errorblock
{
    text-align: center;
    margin: 20px 0px;
    line-height: 18px;
    color: #F43900;
}

.login-failed form {
    width: 50%;
    margin: 0 auto;
}

.login-failed table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

.login-failed .table-title {
    width: 30%;
    vertical-align: middle;
}

.login-failed .table-field {
    width: 70%;
}

.login-failed .text-field {
    margin-top: 10px;
}

/* LOGIN FORM END */

.product-preview .discount {
    border: 1px solid #FF5400;
    padding: 1px 10px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

.product-preview .discount span {
    color: #FF5400;
    display: inline-block;
    font-weight: bold;
}

.product-preview .discount span b {
    font-weight: normal;
    font-size: 11px;
}

.reset-container {
    border: 1px solid #eee;
}

.reset-container .reset-header h3 {
    font-weight: normal;
    margin: 0;
}

.reset-container .reset-header {
    border-bottom: 2px solid #0095DA;
    padding: 15px;
}

.reset-content {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding: 30px 0px 20px 0px;
}

.reset-content .text-field {
    margin-top: 10px;
}

.reset-content label {
    font-size: 13px;
    font-weight: bold;
    float: left;
}

.reset-content button {
    padding: 10px 60px;
    background-color: #0095DA;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    margin-top: 20px;
}

.reset-content .error-message {
    text-align: left;
}

.reset-content span#errorLabel {
    display: block;
    font-size: 11px;
    visibility: hidden;
    color: red;
}

div#rr-recommendation-product .rr-productset-wrapper {
    padding: 0px 10px;
    width: 20% !important;
    float: left;
}

div#rr-recommendation-product .rr-productset-wrapper .product-image img {
    width: 165px;
    height: 165px;
}

div#rr-cart-recommendation-product .rr-productset-wrapper {
    padding: 0px 5px;
    width: 170px !important;
    float: left;
}

div#rr-cart-recommendation-product .product-image {
    height: auto !important;
}

div#rr-cart-recommendation-product span.price-message,
div#rr-recommendation-product span.price-message {
    font-size: 15px !important;
}

div#checkout .recommended-products .productset-wrapper {
    padding: 0px 5px;
    width: 25%;
    float: left;
}

div#checkout .recommended-products .productset-wrapper .btn-recommend-buy {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    border: 1px solid #45B433;
    color: #45B433;
    font-weight: normal;
    margin: 10px 0px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

div#checkout .recommended-products .productset-wrapper .btn-recommend-buy:hover, .rr-cart-recommendation-product.rr-productset-wrapper .btn-recommend-buy:hover {
    background-color: #45B433;
    color: #fff !important;
}

div#checkout .recommended-products .productset-wrapper img, .rr-productset-wrapper img {
    height: 123px;
    width: 123px;
}

div#checkout .recommended-products .productset-wrapper .product-detail, .rr-productset-wrapper .product-detail {
    padding: 3px;
    height: 320px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 2px;
}

div#checkout .recommended-products .productset-wrapper .product-detail .discount, .rr-productset-wrapper .product-detail .discount {
    margin-top: 3px;
}

div#checkout .recommended-products .productset-wrapper .product-detail .product-preview, .rr-productset-wrapper .product-detail .product-preview {
    padding: 0px 5px;
    height: 100%;
}

div#checkout .recommended-products .productset-wrapper .product-detail .product-preview .product-title-text, .rr-productset-wrapper .product-detail .product-preview .product-title-text {
    padding: 0;
    line-height: 16px;
}

div#checkout .recommended-products .productset-wrapper .product-detail .product-price, .productset-wrapper .rr-productset-wrapper .product-price {
    padding: 5px 0px;
}

.spinner, .spinner-login-box, .spinner-registration-box {
    position: absolute;
    top: 0;
    left: 0;
    /* margin-left: -50px; */
    /* margin-top: -50px; */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.spinner img, .spinner-login-box, .spinner-registration-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 100%;
}

.loginErrorLabel, .notActivatedErrorLabel {
    color: red;
    font-size: 13px;
    border: 1px solid red;
    padding: 10px;
    line-height: 16px;
    margin-bottom: 10px
}

#loginErrorLabelQuick {
    color: red;
    font-size: 13px;
    padding: 10px;
    line-height: 16px;
    margin: 0 0 10px 0;
    text-align: center;
}

div#forgetPasswordError {
    font-size: 13px;
    color: red;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: -10px;
    text-align: left;
}

#gdn-quick-checkout-login {
    display: inline-block;
    background-color: #0095DA;
    padding: 10px 30.5px;
    color: #fff;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

#gdn-quick-checkout-daftar {
    display: inline-block;
    background-color: #0095DA;
    padding: 10px 30.5px;
    color: #fff;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.button-blue {
    display: inline-block;
    background-color: #0095DA;
    padding: 10px 30.5px;
    color: #fff;
    outline: none;
    border: none;
    font-size: 13px;
    text-align: center;
}

.button-blue:hover {
    background-color: #0066AE;
}

.button-fb {
    background-color: #3b5998 !important;
    padding: 10px 15px 10px 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.footer-list div {
    float: left;
    padding-right: 30px;
}

.store-logo {
    width: 14.28%;
    float: left;
    height: 50%;
    line-height: 90px;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 1px;
}

.store-logo a {
    display: block;
    padding: 0px 5px;
}

.store-logo:hover {
    background-color: #0095DA;
}

.store-logo-content {
    background-color: #fff;
    height: 100%;
}

.featured-store-logo {
    height: 180px;
    border: 1px solid #E5E5E5;
}

.featured-store-logo .store-logo:nth-child(7n) {
    border-right: none;
}

.featured-store-logo .store-logo:nth-child(n+8) {
    border-bottom: none;
}

.pass-hint {
    font-size: 13px;
    color: #ccc;
    margin-top: 5px;
    display: block;
}

.pass-hint b {
    font-weight: normal;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

/* activation page */
.activation-message {
    text-align: center;
}

.activation-message .button-orange {
    padding: 10px 80px;
}

.blibli-container {
    padding: 20px 20px 50px;
    background-color: #f5f5f5;
    margin-top: 40px;
}

.blibli-content {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.blibli-content li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 33.33333%;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.blibli-content .content-title {
    font-size: 18px;
    color: #0095DA;
    display: block;
    margin-bottom: 5px;
}

.blibli-content .content-title a {
    font-size: 18px;
    color: #0095DA;
    text-decoration: none;
}

.blibli-gift {
    background-color: #0095DA;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.blibli-gift ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.blibli-gift ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    padding: 10px 25px;
    font-size: 13px;
}

.single-promo-banner {
    text-align: center;
    padding: 10px 0px;
    float: left;
    width: 50%;
}

/*================*/
.single-payment-logo {
    margin-bottom: 10px;
}

.label-left {
    display: table-cell;
    width: 200px;
    padding-right: 10px;
}

.field-right {
    display: table-cell;
    width: 300px;
}

.card_info .text-field {
    width: 100%;
}

/*.hide{
    display: none;
}*/
.browse-category span#browse-category {
    padding-left: 0;
    margin-left: -10px;
}

.ng-hide {
    display: none;
}

.button-green {
    padding: 10px 40px;
    background-color: #45B433;
    border: none;
    outline: none;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}

.button-green:hover {
    background-color: #2C9B1A;
}

.size-guide-container .single-washing-guide div {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.size-guide-container .single-washing-guide p {
    margin-top: 0px;
    margin-left: 10px;
    line-height: 18px;
}

.size-guide-container .single-washing-guide {
    overflow: auto;
    clear: both;
    margin-bottom: 10px;
}

.anchor-store:before {
    content: '\2605';
    margin-left: 5px;
}

.suggestion-anchor-logo {
    width: 40px;
    min-width: 40px;
}

.order-content .hemat {
    display: none;
}

.product-preview .price-message {
    font-size: 16px !important;
    line-height: 1.3em;
}

.status-order-info {
    display: none;
    color: #30B779;
    font-size: 13px;
    border: 1px dashed #30B779;
    padding: 5px 10px;
    line-height: 1.3em;
}

.btn-keranjang-loading img {
    position: absolute;
    display: inline-block;
    z-index: 10;
    top: -9px;
    background-color: #fff;
    left: 22px;
    border-radius: 100%;
    padding: 8px 8px;
    border: 1px solid #0095DA;
}

.btn-keranjang-loading-mobile img {
    position: absolute;
    display: inline-block;
    z-index: 10;
    top: 6px;
    background-color: #fff;
    right: 0px;
    padding: 7px 7px;
    border-radius: 100%;
    border: 1px solid #28a6de;
}

.ic-arrowtop32 {
    background-image: url('/resources/images/assets/ic_arrowtop32.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

#otp-banner .modal-body {
    padding: 0px !important;
    overflow: visible;
}

#otp-banner .close-modal {
    position: absolute;
    top: -35px;
    right: -11px;
    background-color: #fff;
    padding: 0px 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}

#otp-banner p {
    padding: 10px;
    line-height: 18px;
    margin: 0;
    border: 1px dashed #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.top-carousel {
    padding-left: 22px;
    padding-right: 0;
}

.close-modal-wrapper {
    position: absolute;
    background-color: #fff;
    overflow: auto;
    right: -18px;
    top: -35px;
    padding: 5px 7px;
    border-radius: 100%;
    border: 1px solid #7f7f7f;
    cursor: pointer;
}

#resendActivationemail {
    color: #0095DA;
}

#resendActivationemail:hover {
    text-decoration: underline;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    opacity: 0.7;
    display: none;
}

.popular-search {
    width: 100%;
    position: absolute;
    padding: 20px 20px 10px 20px;
    visibility: hidden;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    margin-top: 30px;
    max-width: 500px;
    border-radius: 10px
}

.popular-keyword {
    display: none;
}

.popular-search label {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    z-index: 11;
    text-transform: uppercase;
    color: #999999;
}

.popular-search ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.popular-search ul li {
    font-size: 12px;
    padding: 6px 0;
    font-family: Lato;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.popular-search ul li:last-child {
    border-right: none;
}

.popular-search ul li a {
    color: #4a4a4a;
    font-size: 12px;
}

/*.popular-search ul li a:hover{
    color: #0095DA !important;
    text-decoration: underline;
}*/
.point-reward-info {
    border-top: 1px solid #e5e5e5;
    padding: 10px 10px 0px 10px;
    margin-top: 10px;
    position: relative;
}

.point-reward-info-bag {
    font-size: 11px;
    font-weight: normal;
    margin-top: 10px;
}

.point-reward-info-bag b {
    font-size: 13px;
}

.point-reward-info-bag .inner-point-tooltip {
    right: 29px;
}

.point-reward-info img {
    margin-right: 10px;
}

.point-tooltip {
    color: #7f7f7f;
    display: inline-block;
    padding: 3px 6px;
    border: 1px solid #7f7f7f;
    border-radius: 100%;
    margin-top: 10px;
    cursor: pointer;
}

.point-detail {
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    text-align: left;
}

.point-logo {
    display: table-cell;
    width: 50px;
}

.inner-point-tooltip {
    display: none;
    border: 1px solid #0095DA;
    padding: 5px;
    position: absolute;
    right: 7px;
    background-color: #fff;
    top: -72px;
    width: 200px;
    font-weight: normal;
    text-align: left;
    font-size: 11px;
    line-height: 13px;
    color: #0095DA;
    border-radius: 5px;
}

.inner-point-tooltip:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7.5px 0 7.5px;
    border-color: #0095DA transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    right: 3px;
}

.point-tooltip:hover .inner-point-tooltip {
    display: inline-block;
}

/* ----banner effect---- */
.grow, .zoomin {
    overflow: hidden;
    position: relative;
}

.sidebanner {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.grow img,
.featured-store-detail img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.store-logo img {
    width: 100%;
    max-width: none;
    max-height: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.zoomin img {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-image img {
    max-width: none;
    max-height: none;
    -webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.grow img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.overlay-container {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.overlay-container img {
    width: 20px !important;
    height: 21px !important;
    border: none !important;
}

.overlay-container label {
    /* display: block; */
    color: #fff;
    /* position: absolute; */
    /* top: 0; */
    margin: auto;
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 5px;
    right: 0;
    display: none;
}

.overlay-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*.sidebanner:hover .overlay-container{
    opacity: 1;
}
.sidebanner:hover .overlay-container label{
    display: block;
}*/
.sidebanner:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #f8f8f8;
    background: linear-gradient(225deg, #ffffff 45%, #bbb 50%, #ccc 50%, white 70%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.sidebanner:hover:before {
    width: 25px;
    height: 25px;
}

.product-image,
.store-logo,
.featured-store-detail {
    overflow: hidden;
}

.tab-button:hover .zoomin img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*.product-block{
    -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
       -o-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
          transition: all 200ms ease;
}*/
/*.product-detail:hover .product-block{
    margin-left: 5px;
}*/
.product-detail:hover .product-image img {
    margin-left: 5px;
}

.store-logo:hover img,
.featured-store-detail:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.v-zigzag-right { /* Vertical */
    background-size: 5px 10px;
    right: -5px;
    top: 0;
}

.v-zigzag-left {
    background-size: 5px 10px;
    left: -5px;
    top: 0;
}

.h-zigzag { /* Horizontal */
    background: linear-gradient(-135deg, #333538 5px, transparent 0) 0 5px,
    linear-gradient(135deg, #333538 5px, #fff 0) 0 5px;
    background-color: #333538;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 8px;
}

.newsletter-sticker {
    width: 100%;
    height: 64px;
    background-color: #36B249;
    position: relative;
    padding: 5px 10px;
    display: none;
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
}

.container-newsletter {
    position: relative;
}

.inner-sticker {
    font-size: 13px;
    border: 1px solid #257E33;
    border-radius: 5px;
    position: relative;
    overflow: auto;
}

.sticker-left {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    border-right: 1px solid #257E33;
    float: left;
    height: 52px;
    line-height: 52px;
    padding: 0px 8px
}

.sticker-right {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    float: right;
    font-size: 11px;
    text-align: center;
    color: #fff;
    padding: 4px 0px;
}

.sticker-right span {
    line-height: 14px;
}

.sticker-right a {
    color: #fff;
    text-decoration: underline;
    font-size: 11px;
}

.sticker-right b {
    font-size: 13px;
}

.zigzag {
    display: inline-block;
    height: 64px;
    width: 5px;
    position: absolute;
    z-index: 1;
}

.container-newsletter-popup {
    position: relative;
}

/*.newsletter-sticker .zigzag:last-child,
.newsletter-popup .zigzag:last-child{
    right: 0;
    top: 0;
}
.newsletter-sticker .zigzag:first-child,
.newsletter-popup .zigzag:first-child{
    left: 0;
    top: 0;
}*/
.newsletter-popup {
    width: 400px;
    background-color: #36B249;
    position: absolute;
    padding: 35px 20px 20px;
    z-index: 1510;
    left: 0;
    top: 50px;
    right: 0;
    color: #fff;
    display: none;
    margin: 0px auto;
}

.newsletter-popup-success {
    display: none;
    width: 400px;
    background-color: #36B249;
    position: absolute;
    padding: 35px 20px 20px;
    z-index: 1510;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50px;
    color: #fff;
}

.newsletter-popup .zigzag {
    height: 100%;
}

.newsletter-popup-success .zigzag {
    height: 100%;
}

.newsletter-popup .v-zigzag-left,
.newsletter-popup-success .v-zigzag-left {
    background-image: url('/resources/images/assets/zig_zag_left.png');
    background-repeat: repeat-y;
}

.newsletter-popup .v-zigzag-right,
.newsletter-popup-success .v-zigzag-right {
    background-image: url('/resources/images/assets/zig_zag_right.png');
    background-repeat: repeat-y;
}

.popup-cover {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1500;
    display: none;
}

.inner-newsletter-popup {
    text-align: center;
}

.inner-newsletter-popup h4 {
    margin-bottom: 5px;
    font-weight: normal;
    color: #fff;
}

.inner-newsletter-popup .seratusribu {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px dotted #257E33;
}

.inner-newsletter-popup .bli-close {
    color: #fff;
}

.star {
    position: relative;
    margin-bottom: 15px;
}

.star span {
    display: inline-block;
    background-color: #36B249;
    padding: 10px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: -22px;
}

.newsletter-popup p,
.newsletter-popup-success p {
    line-height: 18px;
}

.newsletter-field {
    border: 1px solid #257E33;
    padding: 15px;
    border-radius: 5px;
}

.newsletter-field p {
    margin: 0;
    margin-top: 5px;
}

.newsletter-field .text-field {
    margin-top: 5px;
    margin-bottom: 10px;
}

.newsletter-field input[type="email"] {
    color: #7f7f7f;
    font-size: 13px;
}

.newsletter-field input[type="button"] {
    border: none;
    background-color: #F43900;
    font-size: 13px;
    padding: 10px;
}

.newsletter-field input[type="button"]:hover {
    background-color: #A80000;
}

.newsletter-field span {
    font-size: 13px;
}

.close-popup {
    position: absolute;
    right: 12px;
    top: 10px;
}

.animate-newsletter {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ic-ulasan-20 {
    background-image: url('/resources/images/assets/ic_ulasan20.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.ic-point-rewards {
    background-image: url('/resources/images/assets/ic_poin20.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.ic-redemption {
    background-image: url('/resources/images/assets/ic_penukaran_poin20.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-animated {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#otp-banner .modal-content {
    padding: 10px !important;
}

#otp-banner img {
    width: 100%;
}

.image-loading-cart {
    background-color: #fff;
    border-radius: 100%;
    margin-right: 15px;
}

.product-set-loading {
    background-color: rgba(0, 0, 0, 0.5);
    height: 330px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
    display: none;
}

.product-set-loading .image-loading-32 {
    background-image: url('/resources/images/assets/ajax-loading-32.GIF');
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}

#errorLogin3TimesQuick {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
}

#errorLogin3TimesQuick a {
    float: none;
}

.view-more-catalog {
    color: #0095DA;
    float: right;
}

.view-more-catalog:hover {
    text-decoration: underline;
}

/* masonry baru */

#grid[data-columns]::before {
    content: '3 .column.size-1of3';
}

.column {
    float: left;
}

.size-1of1 {
    width: 100%;
    position: initial;
}

.size-1of2 {
    width: 50%;
    padding: 0px 15px;
    position: initial;
}

.size-1of3 {
    width: 33.333%;
    padding: 0px 15px;
    position: initial;
}

.content-c1 {
    margin-bottom: 15px;
}

.content-c1 ul {
    padding-left: 0px;
    list-style: none;
}

.content-c1 ul li {
    padding: 2px 0px;
}

.content-c1 a {
    color: #333;
}

#grid > .size-1of3:first-child,
#grid > .size-1of2:first-child {
    padding-left: 0;
}

.banner-slider-bottom {
    max-width: 1020px;
}

@media screen and (max-width: 1023px) {
    .cart-button .new-bag {
        margin-right: 3px;
    }

    /*    .list-suggestion{
            left: 0;
            margin-top: 0;
            border-top: 1px solid #333;
            width: 100%;
        }*/
    .icon-wrapper {
        float: left !important;
    }

    /*    div#autocomplete-wrapper{
            width: 80%;
            position: inherit;
        }
        input#search-icon{
            width: 20%;
        }*/
    .top-carousel {
        padding-left: 0px;
    }

    .c1-section {
        padding-left: 0px;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    #otp-banner .modal-dialog {
        width: 648px;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumb a#home-image,
    .breadcrumb a#home-image + span {
        display: none;
    }

    .breadcrumb .breadcrumb-link {
        margin-left: 0px;
    }
}

@media screen and (max-width: 640px) {
    .login-wrapper .login-content {
        width: 100%;
    }

    .newsletter-popup,
    .newsletter-popup-success {
        width: 80%;
    }

    .swiper-slide-mobile,
    .swiper-slide-featured-1,
    .swiper-slide-featured-2,
    .swiper-slide-featured-3,
    .swiper-slide-featured-4,
    .swiper-slide-featured-5,
    .swiper-slide-featured-6,
    .swiper-slide-featured-7,
    .swiper-slide-featured-8,
    .swiper-slide-featured-9,
    .swiper-slide-featured-10,
    .swiper-slide-featured-11,
    .swiper-slide-1,
    .swiper-slide-2,
    .swiper-slide-3,
    .swiper-slide-12,
    .swiper-slide-13,
    .swiper-slide-14, .slide-content .product-title a.product-title-text, .slide-content .product-price, .slide-content .product-status {
        padding: 0 8px;
    }

    .slide-content .product-title {
        height: 55px !important;
    }

    .point-reward-info-bag {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .product-image img {
        max-width: 100%;
    }

    .grow img, .store-logo img,
    .featured-store-detail img {
        max-width: 100%;
    }

    .button-fb {
        width: 100%;
    }

    .login-failed form {
        width: 90%;
    }
}

@media screen and (min-width: 80.000em) {
    #grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (max-width: 80.000em) {
    .highlight-list .single-top-banner:nth-child(6) {
        display: none
    }

    .assets-user-black {
        display: block !important;
        margin: 0 auto !important;
        margin-bottom: 5px !important;
    }

    .login-section {
        text-align: center;
    }

    .login {
        margin-left: 0;
    }

    .wishlist-section {
        display: block;
        text-align: center;
    }

    .wishlist-icon-header {
        display: block;
    }

    /*    #gdn-wishlist-button{
            display: block;
            margin: 0 auto;
            padding-top: 38px;
        }*/
    #gdn-wishlist-header-text {
        margin-top: 1px;
    }

    /*    span.cart-quantity{
            margin-left: 10px;
        }*/
    .bag-button {
        margin: 0 auto;
    }

    .header-content-desktop .submenu-wrapper .category-banner {
        display: none;
    }

    .expand-category {
        width: 100%;
    }

    .header-content-desktop .submenu-wrapper {
        width: auto;
    }

    #grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (max-width: 63.750em) {
    .highlight-list .single-top-banner:nth-child(5) {
        display: none
    }

    /*.login-text{
        display: none;
    }*/
    span.bag-title {
        color: #fff;
        display: none;
    }

    .user-section {
        padding-left: 15px !important;
    }

    .shopping-bag {
        width: 20% !important;
    }

    .login-section {
        width: 80% !important;
    }

    .usp-collection {
        display: none;
    }

    #grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }

    .submenu-block,
    .submenu-wrapper .highlighted-banner {
        width: 465px;
    }

    .submenu-wrapper .second-gap {
        display: none;
    }

    .submenu-wrapper .highlighted-banner ul > li:last-child {
        display: none;
    }

    .submenu-wrapper .highlighted-banner ul > li {
        width: 50%;
    }

    .user-section .bli-user {
        display: block;
    }

    .greenbox {
        margin-top: 10px !important;
    }


    .is-desktop {
        display: none;
    }
}

@media screen and (min-width: 63.750em) {
    #grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
    .is-mobile {
        display: none;
    }
}

@media screen and (max-width: 1020px) {
    .swiper-slide-main {
        overflow: hidden;
    }

    .main-slider img {
        width: 1370px;
        height: 460px;
        position: relative;
        max-width: 1370px;
    }
}

.quick-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-left: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 8px;
}

.quick-link a {
    display: inline-block;
    font-size: 14px;
    color: #0095da;
    margin-right: 50px;
}

/*.quick-link a:last-child{
    padding-right: 0;
    margin-right: 0;
}*/
/*.narrow {*/
/*padding: 5px 0px 5px 8px !important;*/
/*}*/

.bli1 {
    font-size: 1.5em;
}

.bli1-bold {
    font-size: 1.5em;
    font-weight: bold;
}

.smaller {
    font-size: 12px;
}

button.search-block-btn {
    background: #000;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 13%;
}

button.bli-search.search-lup {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background-color: #f7931e;
    width: 70px;
    height: 40px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

button.bli-search.search-brand-lup {
    font-size: 16px;
    color: #333;
    position: absolute;
    top: 7px;
    right: 5px;
    background: transparent;
    border: none;
    outline: none;
}

.popup-bag {
    position: absolute;
    width: 375px;
    left: -100px;
    top: calc(100% + 2px);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    z-index: 13;
    display: none;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
}

.arrow_box_cart {
    background: #fff;
}

/*.arrow_box_cart:after, .arrow_box_cart:before {*/
/*bottom: 100%;*/
/*left: 75px;*/
/*border: solid transparent;*/
/*content: " ";*/
/*height: 0;*/
/*width: 0;*/
/*position: absolute;*/
/*pointer-events: none;*/
/*}*/

/*.arrow_box_cart:after {*/
/*border-color: rgba(255, 255, 255, 0);*/
/*border-bottom-color: #f5f5f5;*/
/*border-width: 13px;*/
/*margin-left: -13px;*/
/*}*/

/*.arrow_box_cart:before {*/
/*border-color: rgba(204, 204, 204, 0);*/
/*border-bottom-color: #ccc;*/
/*border-width: 14px;*/
/*margin-left: -14px;*/
/*}*/

.popup-bag .no-item {
    display: block;
    border: none;
}

.popup-bag .no-item p {
    text-align: center;
    padding: 10px 25px;
    line-height: 18px;
}

.popup-bag .no-item p label {
    display: block;
    margin-top: 20px;
}

.popup-bag-header {
    padding: 15px;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 16px;
    position: relative;
}

.popup-bag-header strong {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.popup-bag-header .bli-bag {
    font-size: 20px !important;
}

.popup-bag-header a {
    color: #333;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 18px;
}

.cart-tab {
    margin-top: 16px;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    color: rgba(0, 0, 0, 0.6);
}

.cart-tab__item {
    display: flex;
    cursor: pointer;
    margin-left: 16px;
    padding-bottom: 8px;
}

.cart-tab-active {
    border-bottom: 1px solid #0095da;
    color: #0095da;
}

.order-type-icon-new {
    border: 1px solid #f47a7f;
    border-radius: 16px;
    width: 45px;
    height: 16px;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #f1f1f1;
    background-color: #f25b61;
    margin-left: 5px;
}

.member-nav-new-icon {
    height: 20px;
    text-align: center;
    display: inline-flex;
}

.cart-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.cart-empty img {
    width: 264px;
    align-self: center;
    padding-bottom: 5px;
}

.cart-empty__title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.cart-empty__content {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.bag-product {
    border-bottom:1px solid #eaeaea;
    padding: 15px 10px;
}

.cart-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.cart-item__image {
    width: 48px;
    margin-right: 14px;
}

.cart-item__info {
    display: flex;
    flex-direction: column;
    width: 65%;
}

.cart-item__qty {
    display: flex;
    flex-direction: column;
}

.cart-item__qty span {
    display: flex;
    flex-wrap: nowrap;
    font-size:12px;
    flex: 1;
    color:#ccc;
}

.cart-item__qty i {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

.cart-item__attributes {
    display:block;
    font-size:12px;
    color:#ccc;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.bag-price-wrapper{display:flex;flex-wrap:wrap;word-break:break-word}
.bag-price-wrapper{display:flex;flex-wrap:wrap;word-break:break-word}
.bag-product-attributes{display:block;font-size:12px;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:200px}
.bag-old-price{display:block;font-size:13px;margin-right:5px;text-decoration:line-through;color:#ccc}
.bag-new-price{display:block;font-size:13px;margin-right:5px;color:#f66f04}
.bag-product-delete{float:right;color:#ccc}
.bag-discount{display:block;font-size:12px;color:#ef3b42}
.bag-product-title{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:75%; font-weight: bold}

.combo {
    padding: 8px;
}

.combo__footer {
    padding-top: 5px;
    display: flex;
    flex-direction: row;
    flex: 1;
}

.combo__footer-delete {
    align-self: flex-end;
}


.combo__title {
    height: 15px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    line-height: 0;
    letter-spacing: 0.8px;
    text-decoration: none;
    color: white;
    border-radius: 16px;
    background-color: #abd673;
    white-space: nowrap;
}

.combo-item-wrapper{
    margin: 5px 0;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.combo-item{
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.combo-item:last-child {
    border-bottom: none;
}

.combo__info {
    display: flex;
    flex-direction: column;
}

.combo__info--label {
    width: 30%;
}

.combo__info-price {
    display: flex;
    flex-direction: row;
}

.combo__info-qty {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3px;
}

.combo-qty-text{
    margin-left: 6px;
}

.bag-product-delete{color:#ccc}
.bag-product {
    border-bottom:1px solid #eaeaea;
    padding: 15px 10px;
}
.products-wrapper {
    position: relative;
    max-height: 250px;
    overflow-y: scroll;
}

.products-wrapper::-webkit-scrollbar {
    width: 13px;
}

.products-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
    border-right: 5px solid rgba(255,255,255,0);
    background-clip: padding-box;
}

.products-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: 5px solid rgba(255,255,255,0);
    border-radius: 3px;
    background-clip: padding-box;
}
.no-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.products-block{list-style:none;margin:0;padding:0;transform:translate3d(0,0,0);transition:transform 300ms,-webkit-transform 300ms,-moz-transform 300ms}
.bag-single-product{}
.products-block .bag-single-product:last-child{border:none}
.products-block .bag-single-product .bag-product-image{display:table-cell;width:65px;vertical-align:top;padding-right:15px}
.products-block .bag-single-product .bag-product-image .product-image-thumb{width:50px}
.products-block .bag-single-product .bag-product-info{display:table-cell;vertical-align:top}
.bag-price-wrapper{display:flex;flex-wrap:wrap;word-break:break-word}
.bag-product-attributes{display:block;font-size:12px;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:200px}
.bag-old-price{display:block;font-size:13px;margin-right:5px;text-decoration:line-through;color:#ccc}
.bag-total-price{display:block;font-size:16px;color:#f66f04}
.bag-discount{display:block;font-size:12px;color:#ef3b42}
.products-wrapper .up-arrow-list{position:absolute;width:100%;text-align:center;top:0;background-color:rgba(51,51,51,.4);height:40px;line-height:34px;font-size:28px;color:#999;cursor:pointer;z-index:25;}
.products-wrapper .down-arrow-list{position:absolute;width:100%;text-align:center;bottom:0;background-color:rgba(51,51,51,.4);height:40px;line-height:34px;font-size:28px;color:#999;display:block;cursor:pointer;z-index:25}
.text-white{color:#fff}
.text-size-12{font-size:12px}
.margin-0{margin: 0px}

.products-block {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 300ms;
    -moz-transition: -moz-transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms, -moz-transform 300ms;
    /*min-height: 100px;*/
}

.products-block .bag-single-product {
    display: table;
    padding: 15px 20px;
    border-bottom: solid 1px #eaeaea;
    height: 100px;
}

.cart-item__add-ons-title {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.38);
}

.cart-item__add-ons-name {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}

.cart-item__add-ons span {
    display: block;
}

.cart-item__add-ons-price {
    font-size: 13px;
    color: #f37021;
}


@-webkit-keyframes fadeOutNewItem {
    from {
        background-color: #FEFAD2;
    }
    to {
        background-color: #ffffff;
    }
}

@keyframes fadeOutNewItem {
    from {
        background-color: #FEFAD2;
    }
    to {
        background-color: #ffffff;
    }
}

.products-block .bag-single-product .bag-product-image {
    display: table-cell;
    width: 65px;
    vertical-align: top;
    padding-right: 15px;
}

.products-block .bag-single-product .bag-product-image .product-image-thumb {
    width: 50px;
}

.products-block .bag-single-product .bag-product-info {
    display: table-cell;
    vertical-align: top;
}

.bag-new-price {
    display: block;
    font-size: 13px;
    color: #f66f04;
}

.button-orange-transparent {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #f7931e;
    font-size: 16px;
    color: #f7931e;
    vertical-align: middle;
    background-color: transparent;
    outline: none;
}

.bag-total {
    padding: 15px;
    border-top: 1px solid #eee;
}

.bag-total .bag-new-price {
    font-size: 14px;
    font-weight: bold;
}

.bag-total .button-orange-transparent,
.bag-total .button-orange {
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

.products-wrapper .down-arrow-list {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.4);
    height: 40px;
    line-height: 34px;
    font-size: 28px;
    color: #999;
    display: block;
    cursor: pointer;
    z-index: 25;
}

.products-wrapper .up-arrow-list {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    background-color: rgba(51, 51, 51, 0.4);
    height: 40px;
    line-height: 34px;
    font-size: 28px;
    color: #999;
    display: block;
    cursor: pointer;
    z-index: 25;
    display: none;
}

/* Product Ratings */
.rating-block {
    position: relative;
    margin: 5px 8px 0px;
    padding: 5px 0px;
    display: block;
    font-size: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.rating-block span {
    display: inline-block;
    font-size: 0;
    margin-right: 3px;
    vertical-align: middle;
}

.rating-block i {
    font-style: normal;
    color: #bbb;
    font-size: 11px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.product-detail .rating-block img {
    width: 14px;
    height: 14px;
}

/* login/register - start */
.registrasi {
    position: relative;
    height: 513px;
}

.registrasi .box {
    width: 450px;
    height: 515px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow: -0.5px 0 1px 0 rgba(51, 51, 51, 0.1);
}

.pop-up-form {
    position: relative;
}

.pop-up-form i {
    margin-right: 8px;
}

.pop-up-form .box {
    margin-top: 25px;
    padding: 5px 0;
}

.box span {
    display: inline-table;
}

.box input[type=text], .box input[type=password] {
    border: none;
    width: 230px;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    outline: none;
}

.login-failed form {
    width: 90%;
}

.reg-tnc {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: #ccc 1px solid;
    text-align: center;
    padding: 10px;
}

.pattern {
    background: transparent url("/resources/images/assets-registrasi-pattern.png") 200px 0px no-repeat;
    margin-left: -165px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* login/register - end */

/* pure css slider - start */

#cc-slider {
    margin: 0 auto;
}

#slide1:checked ~ #cc-slides .inner {
    margin-left: 0;
}

#slide2:checked ~ #cc-slides .inner {
    margin-left: -25%;
}

#slide3:checked ~ #cc-slides .inner {
    margin-left: -50%;
}

#slide4:checked ~ #cc-slides .inner {
    margin-left: -75%;
}

#slide5:checked ~ #cc-slides .inner {
    margin-left: -100%;
}

#overflow {
    width: 100%;
    overflow: hidden;
}

#cc-slides article img {
    width: 100%;
}

#cc-slides .inner {
    width: 500%;
    line-height: 0;
}

#cc-slides article {
    float: left;
}

#controls {
    margin: -25% 440px 0 0;
    height: 60px;
}

#controls label {
    display: none;
    width: 30px;
    height: 60px;
}

#active {
    margin: 23% 0 0;
    text-align: center;
}

#active label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #f89e67;
}

#active label:hover {
    background: #ccc;
    border-color: #777 !important;
}

#controls label:hover {
    opacity: 0.8;
}

#slide6:checked ~ #controls label:nth-child(5),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2),
#slide4:checked ~ #controls label:nth-child(3),
#slide5:checked ~ #controls label:nth-child(4) {
    background: #fff url("/resources/images/assets/asset-left-arrow-blue.png") no-repeat center;
    float: left;
    margin: 0;
    display: block;
}

#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(5),
#slide6:checked ~ #controls label:nth-child(1) {
    background: #fff url("/resources/images/assets/asset-right-arrow-blue.png") no-repeat center;
    float: right;
    margin: 0 10px 0 0;
    display: block;
}

/* cc-slider Styling */
/* Animation */
#cc-slides .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#cc-slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#controls label {
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

/* pure css slider - end */

/* BERSIH-BERSIH - START */
/* button - start */
.button {
    text-align: center;
    padding: 10px 20px;
    margin: 10px auto;
    display: block;
    border: none;
    border-radius: 1em;
    width: 100%;
    cursor: pointer;
}

.button-bag {
    text-align: center;
    padding: 10px;
    margin: 10px auto;
    display: block;
    border: none;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
}

.button.orange {
    background: #f7931e;
    color: #fff;
    font-weight: bold;
}

.text-blue {
    color: #0095DA !important
}

/* button - end */

/* single style - start */
/* positioning */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.top-5 {
    top: 5px !important;
}

.top-0 {
    top: 0px !important;
}

.top-10 {
    top: 10px !important;
}

.right-5 {
    right: 5px !important;
}

.right-10 {
    right: 10px !important;
}

.right-0 {
    right: 0px !important;
}

.float-left, .f-left {
    float: left;
}

.float-right, .f-right {
    float: right;
}

.float-none {
    float: none;
}

/* width */
.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-80 {
    width: 80%;
}

.width-200, .width-200px {
    width: 200px;
}

.width-150px {
    width: 150px;
}

.width-100px {
    width: 100px;
}

.width-80px {
    width: 80px;
}

.width-50px {
    width: 50px;
}

.width-auto {
    width: auto;
}

/*clearfix {@include clearfix();}*/

.va-top {
    vertical-align: top !important;
}

.va-middle {
    vertical-align: middle !important;
}

.va-bottom {
    vertical-align: bottom !important;
}

.va-text-bottom {
    vertical-align: text-bottom !important;
}

/* display */
.show {
    display: block;
}

.hide {
    display: none;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.table {
    display: table !important;
    width: 100%;
}

.table-cell {
    display: table-cell !important;
}

/* Background Colors */
.bg-tealish {
    background-color: #31cbb4;
}

.bg-white {
    background-color: #ffffff;
}

.bg-green {
    background-color: #00b25a;
}

.bg-green-dark {
    background-color: #007f40;
}

.bg-green-darker {
    background-color: #004c26;
}

.bg-green-light {
    background-color: #00e574;
}

.bg-green-lighter {
    background-color: #19ff8d;
}

.bg-grey {
    background-color: #B6B6B6;
}

.bg-grey-light {
    background-color: #dddddd;
}

.bg-grey-lighter {
    background-color: #eaeaea;
}

.bg-grey-dark {
    background-color: #9d9d9d;
}

.bg-red {
    background-color: #ed1c24;
}

.bg-blue {
    background-color: #0095DA;
}

.no-bg {
    background-color: transparent !important;
}

.bg-soft {
    background-color: #f2f2f2;
}

.bg-body {
    background-color: #f2f2f2 !important;
}

.no-bg {
    background-color: transparent;
}

.bg-soft {
    background-color: #f2f2f2
}

.bg-body {
    background-color: #e6e7e7
}

.bg-orange {
    background-color: #f7931e !important;
}

.bg-dark-orange {
    background-color: #f37021!important;
}

.bg-grey {
    background-color: #b9b9b9 !important;
}

.bg-grey-light {
    background-color: #eee !important;
}

.bg-grey-dark {
    background-color: #666 !important;
}

.bg-tealish {
    background-color: #31cbb4 !important;
}

.bg-eee {
    background-color: #eeeeee;
}

/* border */
.border {
    border: 1px solid #eeeeee;
}

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

.border-bottom {
    border-bottom: 1px solid #eeeeee;
}

.border-left {
    border-left: 1px solid #eeeeee;
}

.border-right {
    border-right: 1px solid #eeeeee;
}

.border-none {
    border: none !important;
}

.border-bottom {
    border-bottom: #eee 1px solid;
}

.border-bottom-grey {
    border-bottom: 1px solid #c9c9c9 !important;
}

/* boleh dibuang gk yang ini?.. [cak sony] */

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.close {
    font-size: 26px;
    position: absolute;
    right: 20px;
    top: 4px;
}

.close:before {
    content: "x";
}

/* border radius */
.round-2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.round-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.round-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.round-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* grid */
.full-height {
    height: 100%;
}

.half {
    width: 49%;
}

.half-fix {
    width: 50%;
}

.full {
    width: 100%;
}

.pointer {
    cursor: pointer;
}

/* font */
.font-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

.font-bold-small {
    font-weight: bold;
    font-size: 11px;
}

.font-italic {
    font-style: italic;
}

.font-lighter, .text-lighter {
    font-weight: lighter;
}

.font-0 {
    font-size: 0;
}

.font-11 {
    font-size: 11px;
}

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

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

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

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

/* text */
.text-through {
    text-decoration: line-through;
}

.text-underline {
    text-decoration: underline;
}

.line-normal {
    line-height: normal;
}

.text-left, .left {
    text-align: left;
}

.text-center, center {
    text-align: center;
}

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

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-transform-none, .no-transform {
    text-transform: none;
}

.text-grey-dark {
    color: #999 !important;
}

.text-tealish {
    color: #31cbb4 !important;
}

.text-black {
    color: #333333 !important;
}

.text-blue {
    color: #0095DA !important;
}

.text-green {
    color: #00b25a !important;
}

.text-grey {
    color: #B6B6B6 !important;
}

.text-grey-light {
    color: #dddddd !important;
}

.text-grey-dark {
    color: #9d9d9d !important;
}

.text-grey-darker {
    color: #666 !important;
}

.text-orange {
    color: #f7931e !important;
}

.text-red {
    color: #ed1c24 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-lime {
    color:#8bc63f !important;
}

.line-normal {
    line-height: normal;
}

/*
.text-color-default {color: $grey;}
.text-color-gray {color: $grey;};
*/
.border-black {
    border-color: #333333;
}

.border-blue {
    border-color: #0095DA;
}

.border-green {
    border-color: #00b25a;
}

.border-grey {
    border-color: #B6B6B6;
}

.border-grey-light {
    border-color: #dddddd;
}

.border-grey-lighter {
    border-color: #eaeaea;
}

.border-grey-dark {
    border-color: #9d9d9d;
}
.border-grey-ccc{
    border-color: #cccccc;
}
.border-orange {
    border-color: #f7931e;
}

.border-red {
    border-color: #ed1c24;
}

.border-white {
    border-color: #ffffff;
}

.text-white {
    color: #fff;
}

.text-grey {
    color: #999;
}

.color-grey {
    color: #999;
}

.color-grey-darker {
    color: #666;
}

.color-blue-fb {
    color: #3a5999;
}

.margin-0 {
    margin: 0 !important;
}

.margin-0-10 {
    margin: 0 10px !important;
}

.margin-10-0 {
    margin: 10px 0 !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-5-0 {
    margin: 5px 0 !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-15-0 {
    margin: 15px 0px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-20-0 {
    margin: 20px 0 !important;
}

.margin-30 {
    margin: 30px;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

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

.padding-15-0 {
    padding: 15px 0 !important;
}

.padding-0-10 {
    padding: 0 10px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-10-0 {
    padding: 10px 0 !important;
}

.padding-10-15 {
    padding: 10px 15px !important;
}

.padding-10-20 {
    padding: 10px 20px !important;
}

.padding-5-0 {
    padding: 5px 0 !important;
}
.padding-5-10 {
    padding: 5px 10px !important;
}

.padding-5-15 {
    padding: 5px 15px !important;
}

.padding-15 {
    padding: 15px !important
}

.padding-20 {
    padding: 20px !important;
}

.padding-20-0 {
    padding: 20px 0 !important;
}

.padding-25-10 {
    padding: 25px 10px !important;
}

.padding-0-20 {
    padding: 0px 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.overflow {
    overflow: auto;
}

.full {
    width: 100%;
}

.round-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.hover-bold:hover {
    font-weight: bold;
}

.list-style-none {
    list-style: none;
}

/* single style - end */

/* BERSIH-BERSIH - END */

/* header revamp */
.pulsa-background {
    height: 48px;
    background: #4BA8C3;
}

.pulsa-background ul {
    margin: -44px auto 0;
    padding: 0;
    font-size: 0;
    display: table;
    height: 100%;
    margin-top: -44px;
}

.pulsa-background ul li {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.pulsa-background a.bli-close {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 13px;
    color: #fff;
}

.header-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
    background-color: transparent;
}

.topmenu {
    height: 30px;
    font-size: 0;
    line-height: 30px;
}

.topmenu a,
.topmenu .help-link,
.topmenu .mobile-link {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.topmenu .help-link > span,
.topmenu .mobile-link > span,
.topmenu a > span {
    display: block;
    color: #535353;
    font-size: 12px;
    padding: 0px 15px;
    font-weight: bold;
}

.topmenu .mobile-link > span {
    color: #08a95b !important;
    font-weight: bold;
}

.topmenu a:last-child {
    margin: 0;
    cursor: pointer;
}

.topmenu a:last-child span {
    padding-right: 0;
}

.greenbox {
    white-space: initial;
    position: absolute;
    right: 0;
    width: 300px;
    background-color: #00b35e;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    margin-top: 10px;
    padding: 15px;
    z-index: 10;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.greenbox__new-member {
    width: auto;
    min-width: 230px;
    max-width: 300px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 10px 12px;
}

.greenbox .relative {
    padding-right: 25px;
}

/*.greenbox:after {*/
/*bottom: 100%;*/
/*right: 33px;*/
/*border: solid transparent;*/
/*content: " ";*/
/*height: 0;*/
/*width: 0;*/
/*position: absolute;*/
/*pointer-events: none;*/
/*border-color: rgba(8, 169, 91, 0);*/
/*border-bottom-color: #08a95b;*/
/*border-width: 10px;*/
/*margin-left: -15px;*/
/*}*/

.greenbox span {
    line-height: 18px;
}

.greenbox span i {
    cursor: pointer;
    top: 10px;
}

.greenbox__new-member span i {
    top: 0;
}

.yellowbox {
    white-space: initial;
    position: absolute;
    right: 0;
    width: 380px;
    background: #fffddc;
    margin-top: 5px;
    padding: 15px;
    z-index: 10;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #666;
    font-size: 15px;
    margin-top: 15px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    border: solid 1px #eeeeee;
}

/*.yellowbox:after {*/
/*bottom: 100%;*/
/*right: 33px;*/
/*border: solid transparent;*/
/*content: " ";*/
/*height: 0;*/
/*width: 0;*/
/*position: absolute;*/
/*pointer-events: none;*/
/*border-color: rgba(8, 169, 91, 0);*/
/*border-bottom-color: #fffddc;*/
/*border-width: 10px;*/
/*margin-left: -15px;*/
/*}*/

.yellowbox span {
    line-height: 18px;
}

.yellowbox span i {
    cursor: pointer;
}

.burger-top-menu {
    cursor: pointer;
    display: inline-block;
}

.category-title-block {
    position: relative;
    background: #f5f5f5 !important;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 7px;
    color: #0095DA;
}

.category-title-block:after,
.category-title-block:before {
    bottom: 100%;
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.category-title-block:after {
    border-color: rgba(245, 245, 245, 0);
    border-bottom-color: #f5f5f5;
    border-width: 10px;
    margin-left: -10px;
}

.category-title-block:before {
    border-color: rgba(234, 234, 234, 0);
    border-bottom-color: #eaeaea;
    border-width: 11px;
    margin-left: -11px;
}

.bli-menu-hamburger {
    font-size: 27px;
}

#home-browse-category .bli-menu-hamburger {
    margin-left: 10px;
}

.burger-top-menu .bli-menu-hamburger {
    margin-right: 0;
}

.other-page {
    height: 0;
    text-align: right;
    top: 33px;
}

.other-page .submenu-wrapper {
    top: 18px;
    min-height: 500px;
}

.other-page .not-home ul.nav-bar-content > li,
.other-page .not-home ul.nav-bar-content span#categoryStructures > li {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    background-color: #fff;
}

.other-page .not-home ul.nav-bar-content > li:last-child,
.other-page .not-home ul.nav-bar-content span#categoryStructures > li:last-child {
    border-bottom: 1px solid #eaeaea;
}

.usp-container {
    background-color: #ededed;
    margin: 0 auto;
    max-width: 1370px;
}

.usp-block {
    margin: 30px 0px 20px;
    background-color: #fff;
    padding: 15px 25px;
    -webkit-box-shadow: 0 1px 0 0 #ccc;
    -moz-box-shadow: 0 1px 0 0 #ccc;
    box-shadow: 0 1px 0 0 #ccc;
    display: table;
    width: 100%;
}

.usp-block > div {
    display: table-cell;
    vertical-align: middle;
}

.usp-block .left-usp,
.usp-block .right-usp {
    width: 15%;
}

.usp-block .mid-usp {
    width: 70%;
    text-align: center;
}

.usp-block .left-usp {
    font-size: 12px;
    color: #666;
    line-height: 15px;
}

.usp-block .mid-usp div {
    display: inline-block;
    padding: 0px 20px;
}

.usp-block .mid-usp div i {
    font-size: 26px;
}

.usp-block .mid-usp div span {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    padding-left: 7px;
}

.usp-block .right-usp {
    text-align: right;
}

.usp-block .right-usp a {
    color: #a2a2a2;
}

.usp-block .right-usp i {
    font-size: 26px;
    margin-left: 10px;
}

.modal-usp {
    max-width: 545px;
    margin-top: 100px;
}

.modal-usp .modal-content {
    border-radius: 5px;
    border: solid 1px #979797;
}

.modal-usp .single-usp {
    display: table;
    width: 100%;
    padding: 20px 45px;
}

.modal-usp .single-usp > span {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
}

.modal-usp .single-usp:last-child {
    margin-bottom: 20px;
}

.modal-usp .single-usp > span:first-child {
    width: 60px;
}

.modal-usp .single-usp > span i {
    font-size: 40px;
}

.modal-usp .single-usp > span label {
    display: block;
}

/*start - Digital Product [pulsa, hotel, etc]*/
.digital-product {
    background-color: #ededed;
    margin: 0 auto;
    max-width: 1370px;
}

.digital-product a {
    padding: 14px 0 11px;
    background: #fff;
    width: 24.2%;
    text-align: center;
    float: left;
    margin-right: 1%;
}

.digital-product a:last-child {
    margin-right: 0;
    float: right;
    width: 24.3%;
}

.digital-product i.bli-router {
    font-size: 1.9rem;
    margin: -9px 5px 0 0;
}

.digital-product i {
    font-size: 26px;
    color: #333;
    margin-top: -5px;
}

.digital-product i.bli-hotel {
    font-size: 28px;
    margin: -5px 6px -2px 0;
}

.digital-product i.bli-router {
    font-size: 1.9rem;
    margin-top: -14px 0 -3px 0;
}

/*end - Digital Product [pulsa, hotel, etc]*/

.footer-usp {
    padding: 20px 0px;
    border-bottom: 1px solid #a5a5a5;
}

.footer-usp span {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.footer-usp i {
    font-size: 40px;
    margin-right: 10px;
}

.download-block {
    margin-top: 30px;
}

.download-block a {
    display: inline-block;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 3px;
}

.alternate-offer {
    font-size: 11px;
    color: #333;
    padding: 0px 8px;
}

/* login form - start */
.login-content .login-title {
    font-size: 24px;
    font-weight: 300;
}

.login-content input {
    font-size: 16px;
}

.login-content i.bli-cc-email,
.login-content i.bli-locked,
.login-content i.bli-eye-open,
.login-content i.bli-eye-close {
    font-size: 18px;
    vertical-align: middle;
    color: #999;
}

/* login form - end */

/*popover*/
.popover-container {
    float: right;
    position: relative;
    text-align: center;
}

.popover {
    left: -35px;
    color: #fff;
    position: absolute;
    right: 0;
    opacity: 0;
    width: 100px;
    z-index: 1;
}

.popover.popover--bottom:before {
    bottom: 100%;
    right: 0;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(8, 169, 91, 0);
    border-bottom-color: #333333;
    border-width: 7px;
    margin: 0 auto;
}

.popover__content {
    display: inline-block;
    background: #333333;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    -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);
}

.popover-trigger:hover .popover {
    opacity: 1;
}

.popover-trigger img {
    max-width: 30px;
}

#contentFromCMS {
    visibility: hidden;
}

.greyed-out {
    background-color: #eee !important;
    border-color: #eee !important;
    cursor: not-allowed !important;
    color: #333;
}

.header-bar {
    z-index: 96;
    top: 0;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    width: 100%;
    position: fixed;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 90px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    background-color: #fff;
}

.sticky-header {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
}

.logo-section {

}

.logo-section img {
    width: 111px;
}

.user-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: calc(100% - 500px);
    height: 80px;
}

.user-section__icon-menu {
    display: flex;
}

.user-section__icon-menu > * {
    margin-left: 15px;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .user-section {
        max-width: calc(100% - 200px);
    }
}

.shopping-bag {
    position: relative;
}

.chat-notification {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}
.chat-notification img {
    width: 18px;
    height: 18px
}

.new-chat-notification {
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    font-weight: bold;
    margin: -14px 5px 0 -6px;
}

.shopping-bag .bli-bag {
    font-size: 30px;
}

.login-section {
    display: table-cell;
    width: 73%;
    text-align: right;
    height: 40px;
    position: relative;
}
.login-section div.table {
    position: relative;
    z-index: 97;
}

.wishlist-block {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #eee;
}

.user-block-header {
    white-space: nowrap;
    text-align: right;
    max-width: 43%;
    vertical-align: middle;
    position: relative;
}

.login {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin-right: 5px;
}

.login a {
    text-align: center;
    color: #fff;
    background-color: #29a6df;
    padding: 5px 17px;
    border-radius: 8px;
    border: solid 2px #fff;
}

.registration a {
    color: #0096d9;
    padding: 5px 17px;
    border-radius: 8px;
    border: solid 2px #0096d9;
    background-color: #fff;
}

.registration {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.top-content {
    background-color: #f5f5f5;
    padding-top: 10px;
}

.c1-menu-list-link {
    display: block;
    padding: 5px 5px 5px 10px;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -ms-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}

.hamburger-menu {
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

.sticky-menu {
    visibility: visible;
    opacity: 1;
}

.sticky-category {
    position: fixed;
    top: 59px;
    z-index: 100;
}

.sticky-category-non-homepage {
    visibility: visible !important;
    opacity: 1 !important;
}

.blibli-info {
    display: table;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #47abc8;
    margin-bottom: 10px;
}

.blibli-info .info-label {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    padding: 12px 20px;
    background-color: #68cce8;
    width: 110px;
    text-align: center;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.blibli-info .info-message {
    display: table-cell;
    padding: 12px 30px 12px 20px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    position: relative;
}

.blibli-info .info-message .bli-close {
    font-size: 18px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 50%;
    margin-top: -9px;
}

.suggestion-block {
    padding: 7px 20px;
    display: flex;
    justify-content: space-between;
}

.suggestion-label {
    vertical-align: middle;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #999999;
    font-family: Lato;
}

.suggestion-label--right {
    color: #0095da;
    font-weight: bold;
    cursor: pointer;
}

.suggestion-block--top {
    margin-top: .5rem;
}

.suggestion-block .suggestion-group {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666;
    text-align: right;
}

.product-suggestion {
}

.user-option {
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.icon-user-menu {
    width: 20px;
    text-align: center;
    font-weight: 700;
}

.usermenu-wrapper {
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
    border: solid 1px #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-radius: 10px;
}

.bag-cart-count {
    display: inline-block;
    float: right;
    background-color: #ff0000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    font-weight: bold;
    padding: 2px 7px;
    vertical-align: top;
}

.non-homepage .browse-category {
    position: absolute;
    left: 0;
    margin-top: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 200ms ease-out, opacity 200ms ease-out;
    -moz-transition: visibility 200ms ease-out, opacity 200ms ease-out;
    -ms-transition: visibility 200ms ease-out, opacity 200ms ease-out;
    -o-transition: visibility 200ms ease-out, opacity 200ms ease-out;
    transition: visibility 200ms ease-out, opacity 200ms ease-out;
}

.non-homepage .nav-bar ul.nav-bar-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 430px;
}

.non-homepage .hamburger-menu {
    visibility: visible;
    opacity: 1;
}

.additional-link img {
    width: 121px;
    height: 40px;
}

.additional-link a {
    display: block;
    position: relative;
    padding: 3px 5px 3px 10px;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(238, 238, 238, 1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(238, 238, 238, 1);
    box-shadow: inset 0px 1px 0px 0px rgba(238, 238, 238, 1);
}

.additional-link i {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
}

.checkout-page {
    background-color: #fff !important;
    height: auto !important;
}

.wishlist-total-count {
    width: 30px;
    height: 20px;
    border-radius: 100px;
    background-color: #dddddd;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0096d9;
    display: inline-block;
    line-height: 20px;
    padding: 0px 2px 2px;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    .category-banner {
        display: none;
    }

    .submenu-wrapper {
        width: auto;
    }

    .usermenu a {
        padding: 0px 10px;
    }
}

.internal-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ccc;
}

.internal-link a {
    text-decoration: none;
}
.internal-link-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 1em;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}
.internal-link__title {
    font-size: 14px;
    color: #333333;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.internal-link__list {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.internal-link__list li {
    list-style: none;
    width: calc(100%/3);
}
.internal-link__link {
    color: #333333;
}

.wallet-block {
    display: table-cell;
    max-width: 40%;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.wallet-block img{
    width: 20px;
}
.wallet-block:hover .walletmenu {
    display: block;
}
.wallet-total-count {
    font-style: normal;
    font-stretch: normal;
    font-size: 13px;
    text-align: center;
    letter-spacing: normal;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    padding: 0px 2px 2px 6px;
    vertical-align: middle;
}
.walletmenu {
    position: absolute;
    left: 0px;
    top: 23px;
    z-index: 11;
    display: none;
    min-width: 120px;
    width: 100%;
    padding-top: 15px;
    color: #333;
}
.walletmenu a {
    color: #333;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: left;
    font-size: 12px;
    padding: 0px 20px;
    position: relative;
}
.walletmenu a[disabled] {
    color: #aaaaaa;
    cursor: not-allowed;
    pointer-events: none;
}
.walletmenu ul {
    margin: 0px;
    padding: 5px 0px;
    list-style: none;
    background-color: #fff;
}
.walletmenu ul li {
    background-color: #fff;
    transition: all 0.2s;
}
.walletmenu ul li:hover {
    background-color: rgba(0, 0, 0, 0.0470588);
}
.walletmenu ul li:last-child {
    border: none;
}
.walletmenu-wrapper {
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
    border: solid 1px #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.installment {
    display: inline-block;
    font-family: monospace;
    white-space: pre;
    font-weight: 600;
    width: 150px;
}
#gdn-wallet-button {
    display: inline-block;
    position: relative;
    color: #333;
}
@-moz-document url-prefix() {
    .bli-account.font-16 {
        font-size: 13px;
    }
}

#moreProductsTabs a {
    height: 100px;
    width: 18.4%;
    margin: 4px;
    padding: 10px;
    border: 1px solid #eee;
}

#moreProductsTabs a img {
    position: relative;
    top: 10px;
    margin: auto;
    margin-bottom: 10px;
}

#moreProductsTabsMobile a {
    height: 100px; !important;
    width: 50%;
    margin: 4px;
    padding: 15px;
    border: 1px solid #eee;
}

#moreProductsTabsMobile a img {
    position: relative;
    top: 10px;
    display: block;
    margin-bottom: 10px; !important;
}

#moreProductsTabsMobile a label {
    text-align: center;
}

.disabled__tab {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.disabled__tab:after {
    content: 'SEGERA HADIR';
    position: relative;
    display: inline-block;
    background-color: #ef413d;
    color: #fff;
    padding: 0px 5px;
    top: -70px;
    right: 0px;
    height: 13px;
    font-size: 8px;
    border-radius: 3px;
}

.official-store-logo {
    margin-left: 5px;
    margin-bottom: 1px;
    height: 18px;
    width: 18px;
    min-width: 18px;
}

.top-seller-badge-logo {
    width: 20px;
    min-width: 20px;
    margin: 0 0 1px 1px;
}

.anchor-name {
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#moreProductsTabs .digitalProductWidget__tab-item label {
    position: relative;
    left: -10px;
}

.promo-countdown-block {
    padding: 3px 9px;
}

.promo-countdown-block > .countdown-section {
    float: left;
    font-size: 12px;
    width: 70%;
}

.label-tag-section {
    float: right;
}

.container-agreement {
    display: block;
    position: relative;
    text-align: left;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-agreement input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.container-agreement input:checked ~ .checkmark {
    background-color: #2196F3;
}

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

.container-agreement input:checked ~ .checkmark:after {
    display: block;
}

.container-agreement .checkmark:after {
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.disabled-submit {
    background: #999 !important;
}

.customer-information-wrapper {
    background: url('/resources/images/assets/access-point-sm-desktop.png');
    background-size: cover;
    min-height: 55px;
    border-radius: 8px;
    margin: 5px 5px 0 5px;
    transition: all 0.2s;
    display: flex;
}

.customer-information-wrapper:hover {
    opacity: 0.9;
}

.customer-information-greeting {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 0 35px;
    margin: auto 0;
    height: 100%;
}

.customer-information-title {
    line-height: 18px;
    font-size: 16px;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.7);
    display: block;
}

.customer-information-description {
    line-height: 18px;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.38);
    display: block;
    margin: 0;
    font-weight: bold;
}

@media screen and (max-width: 1250px) {
    .customer-information-title {
        font-size: 14px;
    }

    .customer-information-description {
        line-height: 12px;
        font-size: 8px;
    }
}

.wrapper {
    width: 100%;
    z-index: 11;
    height: 110px;
    background-color: #0095DA;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media only screen and (min-width: 1025px) {
    .wrapper {
        position: fixed;
        top: 0;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .wrapper {
        position: fixed;
        top: 0;
    }
}

.top-banner {
    height: 40px;
    background-color: #2D7EB8;
    width: 100%;
}

.header {
    max-width: 1200px;
    margin: auto !important;
    padding-top: 10px;
    margin-top: 10px;
}
@media only screen and (max-width: 768px) {
    .header {
        padding-top: 20px;
    }
}
.header__background {
    position: absolute;
    height: 34vh;
    width: 100%;
    background: #0095DA;
    z-index: -2;
    top: 17px;
    left: 0;
}
.header__bag {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 1025px) {
    .header__bag {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.header__bag img {
    width: 2rem;
    height: 2rem;
    margin-bottom: 5px;
}
.header__bag span {
    color: #fff;
}
.header__bag__notification {
    height: 2rem;
    width: 2rem;
    margin-bottom: 25px;
    border-radius: 50%;
    background-color: #ED1C23;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__bag__notification span {
    color: #fff;
}
.header__category {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__category img {
    margin-left: 125%;
    height: 14px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .header__category img {
        margin-left: 20px;
    }
}
.header__category span {
    padding-left: 10px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .header__category span {
        display: none;
    }
}
.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 194px;
}
@media only screen and (min-width: 1025px) {
    .header__logo {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .header__logo {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.header__logo__img {
    max-width: 100%;
    max-height: 3.5rem;
}
@media only screen and (max-width: 768px) {
    .header__logo__img {
        margin: 10px 0 0 15px;
    }
}
.header__tiny-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header__tiny-info__login-button {
    margin-top: 10px;
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header__tiny-info__login-button__img {
    height: 20px;
}
.header__tiny-info__login-button__text {
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
}
.header__search-section {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .header__search-section__search-box {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media only screen and (min-width: 1025px) {
    .header__search-section__search-box {
        width: 50vw;
        max-width: 500px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .header__search-section__search-box {
        width: 50vw;
        max-width: 500px;
    }
}

.sticky-header {
    -webkit-transform: translate(0, -32px);
    -ms-transform: translate(0, -32px);
    transform: translate(0, -32px);
    background-color: #0095DA;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.top-menu {
    background-color: #0072a7;
}
.top-menu .wrapper-top {
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 32px;
}
.top-menu .left-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.top-menu .left-section .item-menu {
    position: relative;
}
.top-menu .left-section .item-menu .top-menu {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0 10px;
}
.top-menu .left-section .item-menu .top-menu__text {
    margin: 0 5px;
    color: #fff;
    font-size: 0.9em;
}
.top-menu .left-section .item-menu .top-menu__chevron {
    width: 15px;
}
.top-menu .left-section .item-menu .mobile-app {
    position: absolute;
    left: 0;
    background-color: #0072A7;
    width: 200px;
    padding: 20px;
    z-index: 10;
    display: none;
}
.top-menu .left-section .item-menu .mobile-app__platform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.top-menu .left-section .item-menu .mobile-app__platform__content {
    margin: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-menu .left-section .item-menu .mobile-app__platform__content__logo {
    width: 24px;
    margin-bottom: 10px;
}
.top-menu .left-section .item-menu .mobile-app__platform__content__brand {
    font-size: 0.9em;
    color: #fff;
}
.top-menu .left-section .item-menu .mobile-app__text {
    margin-top: 10px;
    text-align: center;
    font-size: 0.9em;
    color: #fff;
    font-style: italic;
}
.top-menu .left-section .item-menu .help-center {
    position: absolute;
    z-index: 2;
    width: 225px;
    background-color: #0072A7;
    display: none;
}
.top-menu .left-section .item-menu .help-center__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
}
.top-menu .left-section .item-menu .help-center__top__content {
    color: #fff;
    margin: 7px 0;
    font-size: 1em;
}
.top-menu .left-section .item-menu .help-center__bottom {
    background-color: #006b9b;
    padding: 15px;
}
.top-menu .left-section .item-menu .help-center__bottom__title {
    color: #fff;
    font-size: 0.9em;
}
.top-menu .left-section .item-menu .help-center__bottom__content {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-menu .left-section .item-menu .help-center__bottom__content__logo {
    width: 20px;
}
.top-menu .left-section .item-menu .help-center__bottom__content__text {
    margin-left: 10px;
    color: #fff;
    font-size: 0.9em;
}
.top-menu .left-section .item-menu:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.298039);
    z-index: 100;
}
.top-menu .left-section .item-menu:hover .mobile-app, .top-menu .left-section .item-menu:hover .help-center {
    display: block;
}
.top-menu .right-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-menu .right-section .link {
    margin: 0 10px;
    font-size: 0.9em;
    color: #fff;
}

.container {
    font-family: "Lato", sans-serif;
    margin: 1rem 0
}

.search__box {
    position: relative;
    height: 50px;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .search__box {
        height: 100%;
    }
}

.search__box .suggestion-list__container {
    position: absolute;
    width: 100%;
    top: 1px;
}

.search__box__container {
    display: block;
    margin: auto;
    width: 100%;
}

.search__box-img {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 13px;
    left: 8px;
}

@media only screen and (max-width: 768px) {
    .search__box-img {
        top: 5px;
    }
}

.search__box__placeHolder {
    height: 39px;
}

.search__box__submitButton {
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 10;
}

.search__box__trending {
    margin-top: 5px;
}

.search__box__trending__list {
    display: inline-block;
}

.search__box__trending__list a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    margin: 1px 7px;
}

.search__box__trending__list a:last-child {
    border-right: none;
}

.search__input {
    background-color: white;
    padding: 1rem 0;
    padding-left: 2.5rem;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0);
}


.blu-btn.b-small {
    font-size: 12px;
    height: 2rem;
    width: 4.5rem;
}

.blu-btn.b-secondary:focus,
.blu-btn.b-secondary:hover,
.blu-btn.b-secondary .b-active {
    background-color: #0072a7;
    border-color: #0084c1;
}

.blu-btn.b-secondary {
    color: #ffffff;
    background-color: #0095da;
    -webkit-transition: background-color .4s, border-color .4s;
    transition: background-color .4s, border-color .4s;
    border: none;
}

.blu-btn {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.08rem;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.38);
    border-radius: 8px;
    white-space: nowrap;
    height: 4.8rem;
    padding: 0;
}

.blu-btn .blu-ripple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.trapezoid-category {
    display: none;
    position: absolute;
    right: 75px;
    border-bottom: 10px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 50%;
    width: 2px;
    top: 27%;
}

.trapezoid-wallet {
    display: none;
    position: absolute;
    right: 225px;
    border-bottom: 10px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 75%;
    width: 2px;
}

.trapezoid-user {
    display: none;
    position: absolute;
    top: 27px;
    right: 20px;
    border-bottom: 15px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 2px;
}

#gdn-footer-garasi-id, #gdn-footer-tiket-com {
    border-radius: 10px;
    background: #fff;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
}

#gdn-footer-promo-wisata {
    border-radius: 10px;
    background: #fff;
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
}

#gdn-footer-promo-wisata img {
    max-height: 100px;
}

#gdn-footer-garasi-id img, #gdn-footer-tiket-com img {
    max-height: 50px;
}

.footer__social-media__icon {
    width: 32px;
    height: 32px;
}

a#gdn-logo-blibli {
    margin-bottom: 10px;
    width: 150px;
}

img.footer__top__section__apps__icon {
    width: 120px;
    height: 32px;
}

.category-icon {
    width: 25px;
    height: 25px;
}

.b-overflow-y, .b-overflow-x {
    scrollbar-color: #d6d6d6 transparent;
    scrollbar-width: thin;
}
.b-overflow-y::-webkit-scrollbar, .b-overflow-x::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: transparent;
}
.b-overflow-y::-webkit-scrollbar-thumb, .b-overflow-x::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #d6d6d6;
}
.b-overflow-y::-webkit-scrollbar-track, .b-overflow-x::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: transparent;
}

.b-overflow-x {
    overflow-x: auto;
}

.b-overflow-y {
    overflow-y: auto;
    margin: 5px 3px 5px 0;
}

.non-homepage .nav-bar ul.nav-bar-content:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ic-cat-gi {
    background: url('/resources/images/categories/ic-galeri-indonesia.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-hpt {
    background: url('/resources/images/categories/ic-handphone-tablet.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-ora {
    background: url('/resources/images/categories/ic-olahraga.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-kom {
    background: url('/resources/images/categories/ic-komputer.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-kam {
    background: url('/resources/images/categories/ic-kamera.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-mvg {
    background: url('/resources/images/categories/ic-game.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-ele {
    background: url('/resources/images/categories/ic-elektronik.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-fpr {
    background: url('/resources/images/categories/ic-fashion-pria.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-hol {
    background: url('/resources/images/categories/ic-home-living.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-fwn {
    background: url('/resources/images/categories/ic-fashion-wanita.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-ian {
    background: url('/resources/images/categories/ic-ibu-anak.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-tkt {
    background: url('/resources/images/categories/ic-tiket-voucher.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-kke {
    background: url('/resources/images/categories/ic-kesehatan-kecantikan.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-oto {
    background: url('/resources/images/categories/ic-otomotif.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-trv {
    background: url('/resources/images/categories/ic-travel.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-mart {
    background: url('/resources/images/categories/ic-bliblimart.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-fam {
    background: url('/resources/images/categories/ic-fashion-muslim.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-far {
    background: url('/resources/images/categories/ic-fashion-remaja.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-jat {
    background: url('/resources/images/categories/ic-jam-tangan.svg') no-repeat left center;
    background-size: 25px 25px;
}

.ic-cat-lom {
    background: url('/resources/images/categories/ic-logam-mulia-perhiasan.svg') no-repeat left center;
    background-size: 25px 25px;
}

input#loginEmail {
    width: 300px;
}

.disable-click {
    pointer-events: none;
    opacity: 0.7;
}
