body, html {
    height: 100%;
}

.message-container {
    overflow: hidden;
    width: 100%;
}

.sidebar-wrapper {
    width: 0px;
    height: 250px;
    background-repeat: repeat;
    position: fixed;
    top: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.filter-wrapper-mobile {
    width: 0px;
    background-repeat: repeat;
    position: fixed;
    height: 100%;
    right: 0;
    -webkit-overflow-scrolling: touch;
}

.content-wrapper {
    height: 100%;
    background-color: #fff;
    width: 100%;
    position: relative;
    /*    -webkit-transition: left 300ms linear;
        -moz-transition: left 300ms linear;
        -o-transition: left 300ms linear;
        transition: left 300ms linear;*/
    overflow: hidden;
}

.content-section {
    height: 100%;
    background-color: #fff;
}
.category-layout{
    background-color: #fff;
}
.menu-wrapper {
    padding-top: 20px;
    display: table-cell;
    vertical-align: middle;
    height: 65px;
    cursor: pointer;
    float: left;
    position: absolute;
    z-index: 120;
}

.menu-wrapper span {
    color: #fff;
    margin-left: 10px;
}

.sidebar {
    overflow: auto;
    /* position: absolute; */
    height: 100%;
    background-color: #eee;
}

.sidebar ul {
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0
}

/*.sidebar ul li,.has-dropdown ul li{
    border-bottom: 1px solid #eee !important;
}*/
.has-dropdown ul li:last-child {
    border: none;
}

.animated li:last-child {
    border-bottom: none;
}

.has-dropdown ul li:first-child {
    border-top: 1px solid #232323;
}

.sidebar .has-dropdown ul li a {
    background-color: #fff;
    color: #7F7F7F;
}

.sidebar ul li.sidebar-see-all {
    text-align: center;
    overflow: hidden;
}

.sidebar-see-all a {
    color: #0095DA !important;
    text-decoration: underline;
}

.sidebar-see-all a.active {
    color: #fff !important;
}

.sidebar ul {
    background-color: #fff;
}

.sidebar ul li a {
    font-weight: bold;
    display: block;
    text-decoration: none;
    color: #7F7F7F;
    padding: 5px 15px 5px 10px;
    border-bottom: 1px solid #eee;
}

.sidebar ul li a.c1 {
    padding-left: 10px;
    background-color: #f9ffff;
}

.sidebar ul li a.c2 {
    padding-left: 10px;
    background-color: #f6ffff;
}

.sidebar ul li a.c3 {
    padding-left: 10px;
    background-color: #f3ffff;
}

.submenu-call {
    display: none;
}

.submenu-call li a p {
    padding-left: 10px;
}

.sidebar ul li a p {
    line-height: 24px;
    margin: 0;
    padding-right: 10px;
    position: relative;
}

.sidebar .sidebar-login-section a.sidebar-login-button {
    display: block;
    padding: 10px;
    background-color: #7F7F7F;
    color: #fff;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.sidebar .sidebar-login-section {
    text-align: center;
    padding: 10px;
}

.sidebar ul.sidebar-list li {
    border: none !important;
}

.sidebar ul li.filter-menu-button {
    padding: 5px;
    background-color: #eee;
    position: fixed;
    top: 0;
    right: 0;
    width: 0px;
}

.sidebar ul li.filter-menu-button .menu-button {
    display: table;
    width: 100%;
}

.sidebar ul li.filter-menu-button .button-left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.sidebar ul li.filter-menu-button .button-right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: right;
}

.sidebar .filter-back-button {
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    display: table;
    width: 100%;
}

.sidebar .filter-back-button span {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.sidebar .filter-back-button span b {
    font-size: 16px;
}

.icon-menu {
    margin-top: 4px;
}

/*.sidebar ul li a:hover,
.has-dropdown ul li a:hover{
    background-color: #000 !important;
    color:white !important;
}*/
.sidebar ul li a:hover {
    background-color: #eee;
}

.active {
    background-color: #0095DA !important;
    color: white !important;
}

.has-dropdown span,
#categories span,
#filter-categories span,
.animated span {
    float: right;
}

#icon {
    margin-right: 10px;
    float: left;
}

.filter-list-item input[type="checkbox"] {
    margin-right: 10px;
}

.animated {
    -webkit-animation: MenuAnimIn2 0.2s;
    -moz-animation: MenuAnimIn2 0.2s;
    animation: MenuAnimIn2 0.2s;
}

.sidebar ul.filter-list-item li {
    border-bottom: 1px solid #ccc;
    padding: 0px 20px 0px 15px;
}

.sidebar ul.filter-list-item li p {
    margin: 10px 0px;
}

.sidebar ul.filter-list-item li a {
    display: inline !important;
    padding: 0 !important;
    border: none !important;
    font-weight: normal !important;
}

.sidebar ul.filter-list-item li.sort-filter {
    padding: 0px !important;
    border-bottom: 1px solid #eee !important;
}

.sidebar ul.filter-list-item li.sort-filter p {
    margin: 0;
}

.sidebar ul.filter-list-item li.sort-filter p a {
    display: block !important;
    padding: 10px 10px 10px 15px !important;
}

.sidebar ul.filter-list-item li.sort-filter p a.active {
    background-color: #0095DA !important;
    color: #fff !important;
}

.sidebar ul.filter-list-item li.sort-filter p a.active:after {
    content: '\2713';
    float: right;
}

.sidebar ul.filter-list-item li a:hover {
    font-weight: bold !important;
}

.sidebar ul.filter-list-item li a:active {
    font-weight: bold;
}

.sidebar ul.filter-list li span.active-mobile-filter {
    float: right;
    margin-right: 5px;
    color: #0095DA;
}

.sidebar ul.filter-list .active {
    background-color: #fff !important;
    color: #7F7F7F !important;
}

.caret {
    font-size: 16px;
    float: right;
    color: #ccc;
}

.filter-list-item .filter-count {
    float: none;
    margin-left: 5px;
}

.filter-list-item span {
    float: none !important;
}

.header-content-mobile {
    display: none;
}

.header-content-mobile section:last-child {
    padding-right: 0;
}

.header-content-mobile .logo-section {
    height: 65px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 0;
    line-height: 55px;
}

.top-section-header {
    overflow: auto;
    height: 65px;
}

.header-content-mobile .logo-section img {
    height: 43px;
    width: 155px;
}

.header-content-mobile .search-cart div#cart-button {
    height: 100%;
}

.header-content-mobile .search-cart button.cart-button {
    height: 100%;
    background-color: transparent;
    padding-left: 5px;
}

.header-content-mobile .search-cart button.cart-button .mobile-ic-bag {
    margin-right: 10px;
    margin-left: 10px;
}

.header-content-mobile .search-cart button.cart-button span.cart-quantity {
    top: 10px;
    right: 0;
}

.search-cart {
    text-align: right;
    overflow: hidden;
    height: 65px;
}

.search-icon, .cart-icon {
    float: right;
}

.cart-icon a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #99CC33;
    border-radius: 3px;
}

.search-icon {
    height: 65px;
    padding-right: 20px;
    padding-top: 18px;
}

.search-icon a .mobile-ic-search {
    margin-top: 3px;
}

.search-icon a {
    display: inline-block;
    text-align: center;
}

.search-icon a img {
    width: 80%;
}

.search-mobile-section {
    overflow: hidden;
    display: none;
    visibility: hidden;
}

.search-mobile-section input[type="text"] {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
    border: 1px solid #ddd;
    padding: 0px 10px;
}

.search-field-div {
    height: 43px;
    width: 100%;
    position: absolute;
}

.kategori-button, .go-button {
    text-align: center;
}

.kategori-button input[type='button'] {
    height: 35px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0 20px;
    background-color: #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%
}

.go-button input[type='button'] {
    height: 35px;
    border: none;
    margin: 0;
    padding: 0 20px;
    background-color: #0095DA;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
    color: #fff
}

.service-mobile {
    width: 100%;
    margin-bottom: 20px;
}

.service-mobile ul li.cs-section {
    background-color: #0095DA;
    padding: 15px 10px;
}

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

.service-mobile ul li span#cs-title {
    display: inline-block;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    text-align: right;
}

.service-mobile ul li span#cs-info {
    display: inline-block;
    color: #fff;
}

.service-mobile ul.menu-container li a {
    display: block;
    padding: 15px 10px;
    background-color: #eee;
    color: #7F7F7F;
    font-weight: bold;
    border: 1px solid #ccc;
    border-bottom: none;
}

.service-mobile ul li:last-child a.more-link-title {
    border-bottom: 1px solid #ccc;
}

.service-mobile ul.more-link-menu li:first-child a {
    border-top: none;
}

.service-mobile ul.more-link-menu li:last-child a {
    border-bottom: 1px solid #ccc;
}

.service-mobile .more-link-menu li a {
    background-color: #fff !important;
    padding-left: 20px !important;
}

.service-mobile span.cs-title {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.service-mobile hr {
    border: none;
    height: 2px;
    background-color: #0095DA;
}

.service-mobile ul.cs-div li {
    border: 1px solid #e5e5e5;
    padding: 10px;
    display: table;
    width: 100%;
    height: 60px;
}

.service-mobile ul.cs-div li:first-child {
    border-bottom: none;
}

.service-mobile ul.cs-div {
    margin-bottom: 20px;
}

.service-mobile ul.cs-div span {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
}

.service-mobile ul.cs-div a {
    display: table-cell;
    vertical-align: middle;
    color: #7F7F7F;
    font-size: 16px;
}

.google-play {
    margin-bottom: 20px;
}

.google-play a {
    background-color: #99CC33;
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 25px;
    color: white;

    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 1);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 1);

    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #99CC33),
            color-stop(1, #709429)
    );
    background-image: -o-linear-gradient(bottom, #99CC33 0%, #709429 100%);
    background-image: -moz-linear-gradient(bottom, #99CC33 0%, #709429 100%);
    background-image: -webkit-linear-gradient(bottom, #99CC33 0%, #709429 100%);
    background-image: -ms-linear-gradient(bottom, #99CC33 0%, #709429 100%);
    background-image: linear-gradient(to bottom, #99CC33 0%, #709429 100%);
}

.google-play a img {
    float: left;
    margin-right: 10px;
}

.google-play a span {
    vertical-align: middle;
    display: inline-block;
    float: left;
}

.copyright p {
    line-height: 18px;
}

.copyright p a {
    color: #0095DA;
}

.mobile-footer {
    display: none;
}

.nav-tiles {
    display: none;
    padding: 0px 10px;
}

.nav-tiles-menu {
    display: inline-block;
    width: 100%;
}

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

.usp-mobile {
    background-color: transparent;
    height: 50px;
    margin-bottom: 10px;
    margin-top: -15px;
    display: none;
}

.more-nav-tiles-menu {
    display: none;
}

.more-nav-tiles-menu .load-more {
    border-top: 1px solid #eee;
}

.more-nav-tiles-menu .load-more a {
    background-color: #eee;
    padding: 10px;
    display: inline-block;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.sale-button-section {
    display: none;
}

.sale-button a {
    display: block;
    text-align: center;
    background-color: #F43900;
    padding: 10px;
    font-size: 20px;
    color: #fff;
}

.sale-button img {
    margin-right: 15px;
}

.header-content-mobile .logo-section {
    margin-left: 40px;
}

.custom-large {
    float: left;
    text-align: center;
    background-color: #eee;
    border-right: 2px solid #fff;
    padding: 10px 0px;
}

.custom-large a {
    color: #7F7F7F;
}

.nav-tiles .custom-large:last-child {
    border-right: none;
}

.logo-automotives {
    background: url('/resources/images/assets/mobile_ic_otomotif.png') no-repeat center;
}

.logo-culinary {
    background: url('/resources/images/assets/mobile_ic_kuliner.png') no-repeat center;
}

.logo-electronics {
    background: url('/resources/images/assets/mobile_ic_elektronik.png') no-repeat center;
}

.logo-handphones {
    background: url('/resources/images/assets/mobile_ic_handphone.png') no-repeat center;
}

.logo-hobbies {
    background: url('/resources/images/assets/mobile_ic_hobi&olahraga.png') no-repeat center;
}

.logo-kids--baby {
    background: url('/resources/images/assets/mobile_ic_ibu&anak.png') no-repeat center;
}

.logo-men {
    background: url('/resources/images/assets/mobile_ic_pria.png') no-repeat center;
}

.logo-women {
    background: url('/resources/images/assets/mobile_ic_wanita.png') no-repeat center;
}

.nav-tiles-logo {
    display: inline-block;
    width: 65px;
    height: 60px;
    background-size: auto 75%;
}

ul.cs-section {
    margin-top: 10px;
    margin-bottom: 20px;
}

ul.cs-section li {
    border: 1px solid #ccc;
    padding: 10px;
    border-bottom: none;
    display: table;
    width: 100%;
}

ul.cs-section li:last-child {
    border-bottom: 1px solid #ccc;
}

ul.cs-section li span {
    display: table-cell;
    text-align: center;
    width: 70px;
}

ul.cs-section li label {
    font-weight: bold;
    display: table-cell;
}

.more-link-title span {
    float: right;
}

.more-link-menu li a span {
    display: inline-block;
    margin-right: 10px;
}

.kategori-list {
    width: 100%;
}

.kategori-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #8d8d8d;
}

.kategori-list ul li {
    border-bottom: 1px solid #8d8d8d;
    border-left: 1px solid #8d8d8d;
    border-right: 1px solid #8d8d8d;
}

.kategori-list ul li a {
    display: table;
    color: #282828;
    height: 40px;
    padding: 5px 7px;
    line-height: 40px;
    width: 100%;
}

.kategori-list ul li a .menu-icons {
    width: 20px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.kategori-list ul li a .menu-icons span {
    vertical-align: middle;
}

.kategori-list ul li a label {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    cursor: pointer;
    line-height: 16px;
}

.kategori-list ul li a:hover {
    color: #0095DA;
}

.kategori-list ul li.col-left {
    width: 50%;
    float: left;
    border-right: 1px solid #8d8d8d;
}

.kategori-list ul li.col-right {
    width: 50%;
    float: right;
    border-left: none;
}

.kategori-list ul li a#specialPromo {
    color: red;
}

.usp-container-mobile {
    border: 1px solid #8d8d8d;
    font-size: 11px;
    font-weight: bold;
    overflow: auto;
    background-color: #fff;
}

.usp-container-mobile .single-usp-mobile {
    float: left;
    padding: 10px;
    width: 33.33333%;
    text-align: center;
    border-right: 1px solid #8d8d8d;
    height: 100%;
}

.single-usp-mobile span {
    display: inline-block;
    text-align: left;
    font-size: 11px;
    vertical-align: top;
    margin-top: 10px;
    font-weight: normal;
}

.single-usp-mobile span strong {
    font-size: 13px;
}

.usp-container-mobile a:last-child .single-usp-mobile {
    border: none;
}

.usp-container-mobile a {
    color: #282828;
}

.usp-container-mobile .single-usp-mobile img {
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

.modalbox-productsets .modal-header {
    border-bottom: 1px solid #282828;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    position: relative;
}

.modalbox-productsets .close-modal {
    font-size: 28px;
}

.modalbox-productsets .product-wrapper {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.modalbox-productsets .product-detail {
    overflow: hidden;
    margin: 0px;
    margin-bottom: 15px;
    min-height: 165px;
    padding: 0;
}

.modalbox-productsets .product-detail .product-image {
    float: left;
}

.modalbox-productsets .product-detail .product-image img {
    height: auto;
}

.modalbox-productsets .product-detail .product-title {
    display: inline-block;
}

.modalbox-productsets .product-detail .product-status {
    position: relative;
    display: block;
}

.modalbox-productsets .product-detail .product-data {
    padding: 10px 0px;
}

.nopadding {
    padding: 0;
}

.modalbox-productsets .modal-body {
    padding: 0px !important;
}

.popup-link {
    padding: 10px;
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #0095DA;
    border: 1px solid #ddd;
}

.arrow-indicator {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    line-height: normal;
}

.newsletter-mobile {
    padding: 5px 20px;
    background-color: #0095DA;
    font-size: 11px;
    color: #fff;
    text-align: center;
    position: relative;
    display: none;
}

.newsletter-mobile img {
    width: 16px;
}

.newsletter-mobile .klik-disini {
    float: right;
    font-size: 11px;
    color: #fff;
    text-decoration: underline;
}

.newsletter-mobile-field {
    display: none;
}

.newsletter-mobile-field input[type="submit"] {
    border: none;
    background-color: #F43900;
    font-size: 11px;
    padding: 5px;
}

.newsletter-mobile-field .close-field {
    position: absolute;
    right: 10px;
    top: 5px;
}

.newsletter-mobile-field input[type="email"] {
    width: 120px;
    padding: 5px;
    color: #7f7f7f;
    margin-top: 5px;
}

.newsletter-mobile-success {
    display: none;
    font-size: 11px;
    text-align: center;
}

.newsletter-mobile-field a {
    font-size: 11px;
}

.newsletter-mobile-error {
    margin-top: 5px;
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .custom-large {
        width: 12.5%;
    }

    .disable-md {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .header-content-mobile .search-cart button.cart-button {
        padding-left: 18px;
        padding-right: 15px;
    }

    .header-content-mobile .logo-section img {
        height: auto;
        width: auto;
    }

    .search-icon {
        padding-right: 5px;
    }
}

@media screen and (max-width: 640px) {
    .last-banner {
        display: none;
    }

    .brand {
        display: none;
    }

    .banner-slider-bottom {
        display: none;
    }

    .paragraph-2, .paragraph-3 {
        display: none;
    }

    .disable-xs {
        display: none;
    }

    .service-mobile ul li.cs-section {
        font-size: 13px;
    }

    .login-wrapper .large-6:first-child {
        border-right: none;
    }

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

    .login-wrapper span.free-voucher {
        margin-top: 0;
    }

    .login-content h3 {
        text-align: left !important;
    }

    .login-wrapper input[type="submit"] {
        width: 100%;
    }

    .usp-container-mobile .single-usp-mobile span {
        display: block;
        margin-top: 5px;
        text-align: center;
    }

    .usp-container-mobile .single-usp-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .single-usp-mobile span strong {
        font-size: 11px;
    }

    .usp-container-mobile {
        height: 80px;
    }

    body.modal-open {
        overflow: scroll;
    }
}

@media screen and (max-width: 768px) {
    .login-content h3 {
        font-size: 16px;
    }

    .custom-large {
        width: 25%;
        border-bottom: 2px solid #fff;
    }

    .nav-tiles .custom-large:nth-child(4) {
        border-right: none;
    }

}

@media screen and (max-width: 1023px) {
    .product-tabs .tabs-header ul {
        padding-top: 15px;
    }

    .carousel-section {
        margin-bottom: 10px !important;
    }

    /*    .showNewsletter{
            display: block !important;
        }*/
    /*    .content-section{
            margin-top: 141px;
        }*/
    /*    .relocate-header{
            margin-top: 120px !important;
        }*/
    .hide-newsletter {
        margin-top: 75px;
    }

    .product-tabs ul li a {
        display: table !important;
        width: 100% !important;
    }

    .product-tabs .tab-button span#tabs-icon {
        display: table-cell !important;
        vertical-align: middle;
    }

    .product-tabs .tab-button span.tab-name {
        display: table-cell !important;
        vertical-align: middle;
        text-align: center;
        line-height: 16px;
    }

    .cart-button {
        border: none;
    }

    input#search-icon {
        margin-top: 0;
        padding: 0;
        border-radius: 0;
    }

    .header-content-desktop {
        /*        display: none;*/
    }

    .more-nav-tiles-menu {
        display: block;
    }

    .usp-mobile {
        display: block;
    }

    .no-margin {
        margin-bottom: 20px !important;
    }

    .nav-tiles {
        display: block;
    }

    /*    .header-content-mobile{
            display: block;
            border-bottom: 1px solid #8d8d8d;
            padding-bottom: 0px;
        }*/
    .message-container {
        margin-top: 0px;
    }

    /*    .header-section {
            position: fixed;
            z-index: 1030;
            width: 100%;
            top: 0;
            background-image: none;
        }*/
    .nav-bar {
        /*        display: none;*/
    }

    .h250 {
        height: 100% !important;
    }

    .header-section .row {
        margin-bottom: 0px;
    }

    .search-mobile-section {
        display: block;
        visibility: visible;
        padding: 0;
        margin: 0px 10px 9px;
    }

    .search-mobile-section .search-section {
        width: 100%;
        border: none;
    }

    /*    .desktop-footer{
            display: none;
        }*/
    /*    .mobile-footer {
            display: block;
            border-top: 5px solid #0095DA;
        }*/
    span#search-icon {
        height: 100%;
    }

    div#icon-toggle {
        background-position: 0px -163px;
    }

    /*    .usp{
            height: 50px;
            padding-top: 10px;
            padding-left: 0px;
        }*/
    /*    .usp-logo{
            width: 40px;
            height: 40px;
        }*/
    .sale-button-section {
        display: block;
    }

    #cart-button {
        width: auto;
    }

    .col3, .col1 {
        display: none;
    }

    .col2 {
        width: 100% !important;
    }

    .dropdown {
        display: none;
    }

    .product-tabs .tabs-header ul li:nth-child(n+5) {
        display: none;
    }

    .product-tabs .tabs-header ul li {
        width: 50% !important;
    }

    .product-tabs .tabs-container {
        display: none;
    }

    .product-tabs ul li a.tab-active,
    .product-tabs ul li a {
        background-color: #eee;
        border-top: none;
        border-left: 1px solid #8d8d8d;
        border-right: 1px solid #8d8d8d;
        border-top: 1px solid #8d8d8d;
        text-align: left !important;
        padding: 0px 10px !important;
        background-color: #fff !important;
        color: #282828 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-size: 13px !important;
    }

    .product-tabs ul li:first-child a,
    .product-tabs ul li:nth-child(3) a {
        border-right: none;
    }

    .product-tabs ul li:nth-child(3) a,
    .product-tabs ul li:last-child a {
        border-bottom: 1px solid #8d8d8d;
    }

    .product-tabs ul li:last-child,
    .product-tabs ul li:nth-child(2) {
        border-right: 1px solid #8d8d8d !important;
    }

    .product-tabs {
        margin-bottom: 0;
    }

    .tab-name {
        display: inline-block
    }

    .product-tabs .tab-button span#tabs-icon {
        width: 40px;
        height: 100%;
        margin-bottom: 0;
        background-size: auto !important;
        vertical-align: middle;
    }

    .button-checkout-section .checkout-button {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {

    .forgetpass-view input[type="button"] {
        width: 100%;
    }

    .reset-content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .reset-content button {
        width: 100%;
    }

    div.homeplaceholder {
        height: 230px;
    }
}

@media screen and (min-width: 1024px) {
    .disable-lg {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #quick-checkout .modal-dialog {
        width: 750px;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@media screen and (max-width: 548px) {
    .top-banner-mobile ul li img {
        border-right: none;
    }

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

@media screen and (max-width: 760px) {
    body, .header-bar {
        width: 745px !important;
    }
}

@media screen and (max-width: 1220px) {
    .content-inner-section {
        padding: 0px 10px;
    }

    .carousel-section {
        margin: 0 -20px;
    }

    .blibli-highlight-container {
        margin-left: -20px;
        margin-right: -20px;
    }

    .footer-upper {
        padding-left: 20px;
        padding-right: 20px;
    }
}