/* 5 cached file css_3f0d77b10be425650bf0bca4e29b0020 */
/* not cached apc */


/**
 * General
 **/
a, .btn { outline: none!important; }

.jj-message .ferror {
    margin-bottom: 8px;
}
.jj-message .ferror:last-child {
    margin-bottom: 0;
}
.jj-message i {
    margin-right: 6px;
}
.errorMsg>i+div {
    display: inline-block;
}
.mb-xs {
    margin-bottom: 10px;
}
.mb-sm {
    margin-bottom: 14px;
}
.mb-md {
    margin-bottom: 20px;
}
.mb-lg {
    margin-bottom: 30px;
}

/** Table **/
.tdright {
    text-align: right;
}
.tdcenter {
    text-align: center;
}

/**
 * Admin Navbar
 **/
#admin-navbar {
    height: 50px;
    line-height: 50px;
    background-color: #f19012;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 99999;
}
#admin-navbar .logo-navbar {
    display: inline-block;
}
#admin-navbar .admin-link {
    display: inline-block;
    line-height: 30px;
    margin-left: 12px;
    padding-left: 15px;
    border-left: 1px solid #b06a10;
}
#admin-navbar .admin-link a {
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    padding: 5px 10px 4px;
    background-color: #76bfcb;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba( 0,0,0,.2);
    border-radius: 6px;
    border-bottom: 2px solid #59929b;
}
#admin-navbar .admin-link a:hover {
    text-decoration: none;
    background-color: #6cb8c4;
}
#admin-navbar .admin-info {
    font-size: 12px;
    text-align: right;
}
#admin-navbar .admin-info a {
    color: #ffffff;
}
#admin-navbar .admin-info strong,
#admin-navbar .logout-link {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 12px;
    border-right: 1px solid #b06a10;
}
#admin-navbar #remove-bar {
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
}
#admin-navbar #remove-bar:hover {
    color: #000000;
}

@media (max-width: 767px) {

    #admin-navbar {
        height: auto;
        line-height: 18px;
        padding: 10px 0;
        text-align: center;
    }
    #admin-navbar .admin-info {
        margin-top: 10px;
        padding: 6px 10px;
        background-color: #d67900;
        text-align: center;
    }
    #admin-navbar .logout-link {
        padding-right: 0;
        border-right: 0 none;
    }
    #remove-bar {
        position: absolute;
        top: -36px;
        right: 20px;
    }
}


/**
 * Topbar
 **/
.topbar-right {
    text-align: right;
}
.topbar-nav {
    display: inline-block;
}
.topbar-menu {
    float: left;
}

@media (max-width: 767px) {

    .topbar {
    }
    .topbar-right {
        text-align: center;
    }
}


/**
 * Dropdown
 **/
 .jj-dropdown-toggle {

}
.jj-dropdown {
float:right;
}
.jj-dropdown-toggle a:focus,
.jj-dropdown-toggle a:hover {
	text-decoration:none;
	border-color:#EA4B89;
}
.jj-dropdown-toggle a {
	font-family: 'Oxygen', sans-serif;
}
.jj-dropdown-toggle i {
    margin-right: 6px;
}
.jj-dropdown-menu {
    text-align: left;
    position: absolute;
    width: 250px;
    right: 0;
    background-color: #ffffff;
    z-index: 11000;
}
.jj-dropdown-menu>div {
    padding: 12px;
}
.topbar-right .jj-dropdown-menu {
    right: 0;
}
.topbar-left .jj-dropdown-menu {
    left: 0;
}

/** Login Topbar **/
.login-footer {
    margin-top: 15px;
}
.login-footer p {
    margin-bottom: 5px;
    font-size: 0.9em;
}

/** Shopping cart **/
#cart-menu .jj-dropdown-menu{
    width: 400px;
}
#cart-menu .cart-list {
    width: 100%;
}
#cart-menu .cart-list th {
    padding: 6px;
    background-color: #333333;
    color: #ffffff;
}
#cart-menu .cart-list td {
    padding: 8px 6px;
    border-bottom: 1px solid #dddddd;
}

/** Account top bar **/
.topbar-menu #block-account {
    padding: 0;
}
#block-account .account-info {
    padding: 10px 14px;
}
#block-account .account-info p {
    margin-bottom: 0;
}
.topbar-menu #block-account ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.topbar-menu #block-account ul a {
    display: block;
    padding: 8px 12px;
    border-bottom: 1px solid #dddddd;
}
.topbar-menu #block-account ul a:hover {
    text-decoration: none;
    background-color: #f7f7f7;
    color: #006699;
}
.topbar-menu #block-account .logout-menu a {
    background-color: #d9534f;
    color: #ffffff;
}
.topbar-menu #block-account .logout-menu a:hover {
    background-color: #d2322d;
    color: #ffffff;
}

/**
 * Category Nav
 **/
.category-nav,
.category-nav ul {
    margin: 0;
    padding: 0;
}
.category-nav li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-nav a {
    color: #333333;
}
.category-nav a:hover {
    color: #666;
    text-decoration: none;
}

@media (min-width: 992px) {

    .menu-mobile {
        display: none;
    }
    .category-nav .submark {
        display: none;
    }
    .category-nav .subnav {
        opacity: 0;
        visibility: hidden;
        z-index: 99999;
        position: absolute;
        width: 240px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .category-nav .subnav>ul {
        border-radius: 0px;
        background-color: #83277a;
        border: 1px solid #d7d7d7;
    }
    .category-nav .subnav a {
        display: block;
        padding: 10px 15px;
        /* border-bottom: 1px dotted #cccccc; */
    }
    .category-nav .subnav>ul>li:last-child>a {
        border-bottom: 0 none;
    }
    .category-nav .subnav a:hover {
        background-color: #ffffff;
    }
    .category-nav .subnav li:first-child a:hover {
        border-radius: 0px;
    }
    .category-nav .subnav li:last-child a:hover {
        border-radius: 0 0 4px 4px;
    }
    
    /** Vertical Nav **/
    .nav-vertical .category-nav>li>a {
        display: block;
        padding: 12px 10px;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #cccccc;
    }
    .nav-vertical .category-nav>li:last-child>a {
        border-bottom: 0 none;
    }
    .nav-vertical .category-nav>li:first-child>a {
        border-top: 0 none;
    }
    .nav-vertical .category-nav>li>a:hover {
        background-color: #f9f9f9;
    }
    .nav-horizontal .category-nav {

    }
    .nav-vertical .category-nav>li>.subnav {
        top: -50px;
        left: 180px;
        padding-top: 5px;
    }
    .nav-vertical .category-nav>li:hover>.subnav {
        opacity: 1;
        visibility: visible;
        top: 0;
        left: 200px;
    }
    
    /**Horizontal Nav **/
    .nav-horizontal .category-nav>li {
        float: left;
    }
    .nav-horizontal .category-nav>li>a {

    }
    .nav-horizontal .category-nav>li>a:hover {

    }
    .nav-horizontal .category-nav>li>.subnav {
        top: 100px;
        padding-top: 2px;
    }
    .nav-horizontal .category-nav>li:hover>.subnav {
        opacity: 1;
        visibility: visible;
        top: 100%;
        left: 0;
    }
    
     .category-nav .subnav .subnav {
        top: 0;
        left:0px;
    }
    .category-nav .subnav li:hover>.subnav {
        opacity: 1 !important;
        visibility: visible !important;
        left: 240px;
    }
    .category-nav .subnav .subnav li:hover>.subnav {
        left: 235px;
    }
    .category-nav .subnav .subnav>ul {

    }
}

@media (max-width: 992px) {

    .category-nav {
    }
    .category-nav .submark {
        display: inline-block;
        font-size: 12px;
        line-height: 38px;
        width: 42px;
        height: 38px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
    }
    .category-nav .submark:hover {
        background-color: #DC4580;
        color: #fff;
        cursor: pointer;
    }
    .category-nav a {
        display: block;
        padding: 10px 15px;
        position: relative;
    }
    .category-nav>li>a {
    border-radius: 0px;
    }
    .category-nav>li>a:hover {
        
    }
    .category-nav>li:last-child>a {
        border-bottom: 0 none;
    }
    .category-nav .subnav {
        display: none;
    }
    
    .category-nav .subnav>ul>.active>a,
    .category-nav .subnav a:hover {
	
    }
}

@media (min-width: 767px) and (max-width: 992px) {
	.category-nav li a {
    float: left;
	}
	.category-nav .subnav {
    position: absolute;
	background:#EA4B89;
	z-index:1;
	}
	.category-nav .submark {
    position: inherit;
	}
	li.active span i ,
	li.active ul li.active span i ,
	li.active ul li.active ul li.active span i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	}
	li.active ul li span i ,
	li.active ul li ul li span i {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	}
}
/**
 * Form
 **/
form .label {
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    padding: 0 6px;
}
.form-horizontal .control-label {
    text-align: left;
}
.form-horizontal .form-group {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    
    .form-horizontal .control-label {
        margin-bottom: 6px;
    }
    .form-horizontal .form-group {
        margin-bottom: 15px;
    }
}


/**
 * Page
 */
.page-content {
    padding: 0px 0px 50px;
}


/**
 * Bottom/Footer
 **/
.block-bottommenu ul {
       font-size: 16px;
    margin: 20px 0px;
    padding: 0;
    list-style: none;
}
.block-bottommenu li {
    margin-bottom: 6px;
}
.block-bottommenu li a{
    color:#333;
}
.block-contactus p {
    margin-bottom: 4px
}
.social-link {
    -webkit-padding-start: 0px;
}
.social-link li {
    display: inline-block;
    margin-right: 10px;
}
.social-link a {
    display: inline-block;
}
.social-link i {
    line-height: 24px;
    color: #a14696;
    font-size: 30px;
}
.social-link a:hover i {
    background-color: #ffffff;
}


/**
 * Modal 
 **/
.modal-dialog.modal-confirm {
    margin-top: 80px;
}
.account-bar-show .modal-dialog.modal-confirm {
    margin-top: 90px;
}
.modal-dialog .modal-footer {
    padding-top: 12px;
    padding-bottom: 12px;
}

#newsletter-modal .modal-dialog {
    width: 380px;
    margin-top: 80px;
}
#newsletter-modal .modal-content {
    padding: 15px;
}
#newsletter-modal .alert {
    padding: 10px;
}

@media (min-width: 768px) {
    
    .modal-dialog.modal-confirm {
        width: 350px;
    }
}


/** 
 * Member Area
 **/
/** Menu **/
.menu-member {
    position: relative;
}
.menu-pills {
    padding-bottom: 6px;
    border-bottom: 1px solid #e0e0e0;
}
.menu-member .tab-menu {
    margin-right: 100px;
}
.menu-member .menu-logout {
    position: absolute;
    top: 0;
    right: 0;
}
.menu-member .nav-pills > li {
    margin: 0 6px 10px 0;
}
.menu-member .nav-pills > li + li {
    margin-left: 0;
}
.menu-member .nav-pills > li > a {
    color: #333333;
    background-color: #eeeeee;
    border-radius: 0px;
}
.menu-member .nav-pills > li.active > a:hover,
.menu-member .nav-pills > li.active > a {
    background-color: #83277a;
    color: #ffffff;
}
.menu-member .nav-pills > li > a:hover {
    background-color: #dddddd;
}

@media (max-width: 479px) {

    .menu-pills {
        padding-bottom: 16px;
    }
    .menu-pills .tab-menu {
        margin-right: 0;
    }
    .menu-member .nav-pills > li {
        float: none;
        width: 100%;
        margin: 0 0 6px 0;
    }
    .menu-member .menu-logout {
        position: static;
    }
    .menu-member .menu-logout a {
        width: 100%;
        text-align: left;
    }
}

/** Section **/
.section-title {
    font-size: 22px;
    margin: 0 0 16px;
}
.section-title:first-child {
    margin-bottom: 28px;
}
.section-content {
    margin-bottom: 28px;
}
.section-content:last-child {
    margin-bottom: 0;
}
.member-tab-content {
    padding: 22px 0 34px;
}
.button-wrap {
}

#member-container i {
    margin-right: 5px;
}
#review-list-container {
    padding: 15px 0px;
}
 
.member-form-container {
padding: 16px 8px 6px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #dddddd;
    background-color: #fcfcfc;
    margin: 15px 0px;
}

/** Order **/
.order-status .label {
    font-size: 16px;
}
.order-status-date,
.total-price {
    color: #068e00;
}


/** Confirmation **/
.via-inputs label {
    margin-right: 18px;
}
#list-data-confirm {
    max-height: 400px;
    overflow: auto;
}
#list-data-confirm tbody strong {
    margin-left: 10px;
}

/** Address **/
#address-add-container {
    margin: 10px 0 0;
    padding-top: 20px;
}
#address-list-container {
    margin-top: 24px;
}
#address-edit-result {
    margin-top: 14px;
}
.editaddr-form-cont .form-cont {
    padding: 0;
}

 
/* List Meta */
.list-meta {
    margin: 0px 0px 15px;
    padding: 0;
}
.list-meta li {
    list-style: none;
    padding: 14px 0;
    border-bottom: 1px dotted #bbbbbb;
}
.meta-label {
    float: left;
    width: 170px;
    font-weight: bold;
    font-size: 14px;
}
.meta-value {
    font-size: 14px;
    margin-left: 170px;
}
.meta-bg {
    background-color: #ffffff;
    padding: 8px;
}
.meta-value .list-meta li:last-child {
    border-bottom: 0;
}
.meta-value-product img {
    float: left;
}
.meta-value-product .prodinfo {
    margin-left: 78px;
}
.meta-value-product .prodinfo em {
    display: block;
    margin-top: 4px;
    font-weight: bold;
}
.meta-value-product .order-item {
    padding: 12px 0;
    border-bottom: 1px dotted #d3d3d3;
}
.meta-value-product .order-item:first-child {
    padding-top: 0;
}
.meta-value-product .order-item:last-child {
    padding-bottom: 0;
    border-bottom: 0 none;
}

.member-table-mobile .member-form-container {
    margin-top: 14px;
}

@media (max-width: 767px) {

    .member-table {
        display: none;
    }
    .member-table-mobile {
        display: block!important;
    }
    .member-table-mobile .member-table-item {
        margin-bottom: 18px;
    }
}

@media (max-width: 479px) {

    .meta-label {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 4px;
    }
    .meta-value {
        margin-left: 0;
    }
    .meta-value .label {
        display: inline-block;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .meta-value-product img {
        display: block;
        float: none;
        margin-bottom: 8px;
    }
    .meta-value-product .prodinfo {
        margin-left: 0;
    }
}


/**
 * Block
 **/
/* Customer Service */
.cslist {
    margin: 0;
    padding: 0;
}
.cslist li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px dotted #dddddd;
}
.cslist li a {
    float: right;
}

/* Polling */
.polling-option {
    margin: 8px 0 12px;
    padding: 0;
}
.polling-option li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 4px 0;
}


/**
 * Page: Contact
 **/
#content-contact #contact-main {
    padding-top: 40px;
}


/**
 * Testimonial
 **/
#testimony-add i {
    margin-right: 6px;
}
#testimonial-form {
    margin-top: 10px;
}
#content-testimony .testimony-list {
    margin-top: 20px;
}
.testimony-list .testimony {
border:1px solid #eee;
    padding: 5px 10px;
	margin-top:-1px;
}
.testimony-list .testimony-info {
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 6px 10px;
}
.testimony-list .testimony-info i {
    margin-right: 4px;
    color: #999999;
}
.testimony-list .author {
    float: left;
	    font-size: 12px;
}
.testimony-list .author span {
    color: #444444;
    font-style: italic;
}
.testimony-list .date {
    float: right;
    color: #777777;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
}
.testimony-list .testimony-content {
    position: relative;
    padding-left: 50px;
}
.testimony-list .testimony-content i {
   color: #83277a;
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 11px;
}
.testimony.review.reply {
    background-color: #FBFBFB;
}

@media (max-width: 479px) {

    .testimony-list .author,
    .testimony-list .date {
        float: none;
        width: 100%;
        text-align: left;
    }
    .testimony-list .author {
        margin-bottom: 4px;
    }
}


/**
 * News
 **/
.posts .post {
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.posts .post-header {
}
.posts .post-title {
    font-size: 22px;
}
.posts .post-title a {
    display: inline-block;
    width: 100%;
    font-family: Merriweather;
    font-weight: bold;
    color: #333333;
}
.post-date {
    font-size: 13px;
}
.post-date i {
    margin-right: 4px;
}
.post-date abbr {
    border-bottom: 0 none;
}
.posts .post-date {
}
.posts .post-date i {
    margin-right: 4px;
}
.posts .post-date abbr {
    border-bottom: 0 none;
}
.posts .post-main {
	display:table;
}
.posts .post .more {
    margin-top: 15px;
}
.posts .post .more i {
    margin-right: 4px;
}
.post-image {
    margin-bottom: 15px;
}
.post-image img {
    display: inline-block;
    max-width: 100%;
}
.post-detail .post-date {

}
.post-detail .entry-content {
    padding-left: 8px;
}

@media (max-width: 767px) {

    .posts .post-title,
    .posts .post-date {
        float: none;
        width: 100%;
    }
    .posts .post-title {
        margin-bottom: 5px;
    }
}


/**
 * Page: Ongkos Kirim
 **/
#content-ongkoskirim .select-state {
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
#content-ongkoskirim .table tbody tr:first-child th {
    text-align: right;
    border-top: 0 none;
    border-bottom: 1px solid #dddddd;
    background-color: transparent;
}
#content-ongkoskirim .table tbody tr:first-child th:first-child {
    text-align: left;
}
#content-ongkoskirim .table tbody tr~tr:nth-child(odd) td {
    background-color: #f9f9f9;
}
