/* 5 cached file css_37734b3fb6851c543f2865d401b32f5e */
@import url('bootstrap.min.css');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Roboto:400,500,700,300);
@import url('animate.css');
html {
    font-size: 62.5%;
    color: #333;
}

* {
    /*font-size: 1.4rem;*/

    line-height: 2.4rem;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 2.1rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 2.8rem;
    font-weight: 400;
    font-family: 'Roboto', Open Sans, sans-serif;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 10px;
}

small {
    font-size: 80%;
    color: #6f6f6f;
    line-height: 0;
}

p {
    margin-top: 0;
    font-family: inherit;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 10px;
}

a {
    color: #008cba;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.text-capital {
    text-transform: capitalize;
}

.text-upper {
    text-transform: uppercase;
}

.text-lower {
    text-transform: lowercase;
}

.text-title {
    margin-bottom: 10px;
    text-transform: capitalize;
    text-decoration: none;
    text-overflow: ellipsis;
}

.font-primary {
    font-family: 'Roboto', Open Sans, sans-serif;
    font-weight: 700;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group:before,
.form-group:after {
    content: " ";
    display: table;
}

.form-group:after {
    clear: both;
}

.form-group label {
    display: inline-block;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

label {
    text-transform: capitalize;
    font-weight: 700;
}

.form-inline:before,
.form-inline:after {
    content: " ";
    display: table;
}

.form-inline:after {
    clear: both;
}

.form-inline .form-group {
    display: inline;
    float: left;
}

textarea {
    min-height: 100px !important;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio input,
.checkbox input {
    float: left;
    margin-left: -20px;
    margin: 6px 4px 0 0;
    box-sizing: border-box;
    padding: 0;
    line-height: normal;
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 8px;
    font-weight: 400;
    cursor: pointer;
}

.radio-inline:before,
.checkbox-inline:before,
.radio-inline:after,
.checkbox-inline:after {
    content: " ";
    display: table;
}

.radio-inline:after,
.checkbox-inline:after {
    clear: both;
}

.radio-inline .radio,
.checkbox-inline .radio,
.radio-inline .checkbox,
.checkbox-inline .checkbox {
    margin-right: 20px;
    float: left;
    display: inline;
    /* mobile devices */
}

@media (max-width: 767px) {
    .radio-inline .radio,
    .checkbox-inline .radio,
    .radio-inline .checkbox,
    .checkbox-inline .checkbox {
        margin-right: 0;
        float: none;
        display: block;
    }
}

.form-horizontal label {
    text-align: right;
}

figure {
    position: relative;
}

figure .img {
    height: 169px;
    background-color: #ffffff;
}

figure .overlay {
    position: relative;
}

figure figcaption {
    color: #333333;
    padding: 10px;
}

.ratio-height {
    height: 100% !important;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.ratio-width {
    width: 100% !important;
    height: auto !important;
}

.img {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.img img {
    vertical-align: middle;
    display: block;
    position: relative;
    height: auto;
}

.img .crop {
    width: 100%;
}

.nopadding {
    padding: 0px;
}

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

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

.margin-left {
    margin-left: 15px;
}

.margin-right {
    margin-right: 15px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.row {
    left: -15px;
    right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.center-horizontal {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.center-vertical {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
}

.inlinebox:before,
.inlinebox:after {
    content: " ";
    display: table;
}

.inlinebox:after {
    clear: both;
}

.inlinebox .inline {
    float: left;
}

.active-primary {
    display: block;
}

.deactive-primary {
    display: none;
}

.hidden-primary {
    visibility: none;
}

.show-primary {
    visibility: visible;
}

.navbar {
    float: left;
    text-transform: capitalize;
}

.navbar ul {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar ul:before,
.navbar ul:after {
    content: " ";
    display: table;
}

.navbar ul:after {
    clear: both;
}

.navbar ul li {
    position: relative;
    list-style: none;
    float: left;
}

.navbar ul li a {
    transition: all .25s;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar ul li a:hover {
    text-decoration: none;
}

.navbar ul ul {
    display: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 0;
    position: absolute;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}

.navbar ul ul li {
    width: 180px;
    position: relative;
}

.navbar ul ul li a {
    display: block;
}

.navbar ul ul li ul {
    left: 180px;
}

.nav-box {
    float: left;
}

.nav-box .nav-box-wrapper {
    height: 50px;
    min-width: 100px;
    display: table-cell;
    vertical-align: middle;
}

.nav-box .nav-box-wrapper .form-group {
    padding-top: 8px;
}

.list-vertical li a {
    display: block;
    overflow: hidden;
    height: 50px;
    width: 180px;
    line-height: 50px;
    background-color: #ffffff;
    color: #333333;
}

.list-vertical li a:hover {
    background-color: #333333;
    color: #ffffff;
}

.list-vertical .active {
    background-color: #333333;
    color: #ffffff;
}

.list-inline:before,
.list-inline:after {
    content: " ";
    display: table;
}

.list-inline:after {
    clear: both;
}

.list-inline li {
    float: left;
    margin-right: 5px;
}

.list-inline a {
    padding: 8px 12px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.list-inline a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.nav-vertical {
    border: 1px solid #eee;
    text-transform: capitalize;
}

.nav-vertical a {
    padding: 5px 15px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-vertical a:hover {
    color: #cccccc;
    text-decoration: none;
    background-color: #d33f3c;
}

.nav-vertical .nav-vertical-active {
    background-color: #3a3a3a;
}

.pagging-main {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagging-main:before,
.pagging-main:after {
    content: " ";
    display: table;
}

.pagging-main:after {
    clear: both;
}

.pagging-main li {
    list-style: none;
    float: left;
    margin-left: 5px;
}

.pagging-main li a {
    transition: 0.5s;
    position: relative;
    display: block;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #ffffff;
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
}

.pagging-main li a:hover,
.pagging-main li a:focus {
    background-color: #d33f3c;
    color: #ffffff;
    border-color: #d33f3c;
}

.pagging-main .first {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagging-main .last {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagging-main .pagging-active {
    background-color: #d33f3c;
    color: #ffffff;
    border-color: #d33f3c;
}
/*.btn {
  text-transform: capitalize;
  text-decoration: none;
  font: inherit;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  transition: 0.5s;
}*/
/*.btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #eee;
}*/

.btn-primary {
    background-color: #d33f3c;
    color: #ffffff;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #9f2624;
}

.btn-second {
    background-color: #3a3a3a;
    color: #ffffff;
    border: none;
}

.btn-second:hover,
.btn-second:focus,
.btn-second:active {
    background-color: #141414;
    color: #ffffff;
}

.btn-third {
    background-color: #f7de71;
    color: #ffffff;
    border: none;
}

.btn-third:hover,
.btn-third:focus,
.btn-third:active {
    background-color: #f3cd29;
}

.alert {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 8px;
    border-radius: 3px;
    margin-bottom: 20px;
    -webkit-animation: bounce 0.5s;
    -moz-animation: bounce 0.5s;
    -ms-animation: bounce 0.5s;
    -o-animation: bounce 0.5s;
    animation: bounce 0.5s;
}

.alert a {
    text-decoration: none;
}

.alert a:hover {
    text-decoration: none;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.tabs-main {
    display: block;
}

.tabs-main .tabs {
    background-color: #3a3a3a;
}

.tabs-main .tabs:before,
.tabs-main .tabs:after {
    content: " ";
    display: table;
}

.tabs-main .tabs:after {
    clear: both;
}

.tabs-main .tabs li {
    background-color: #3a3a3a;
    float: left;
    margin-right: 0;
}

.tabs-main .tabs a {
    display: block;
    padding: 10px 12px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.tabs-main .tabs a:hover {
    color: #d33f3c;
    text-decoration: none;
}

.tabs-main .content {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #dddddd;
}

.tabs-main .tab-content {
    display: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: bounceInLeft 0.8s;
    -moz-animation: bounceInLeft 0.8s;
    -ms-animation: bounceInLeft 0.8s;
    -o-animation: bounceInLeft 0.8s;
    animation: bounceInLeft 0.8s;
}

.tabs-main .active-tab {
    background-color: #d33f3c;
}

.tabs-main .active-tab-content {
    display: block;
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li:before {
    content: " "!important;
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    /* border-left: 30px solid white; */

    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 65px;
    background: #D33F3C;
    position: relative;
    display: block;
    float: left;
}

.breadcrumb a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */

    border-bottom: 50px solid transparent;
    border-left: 30px solid #D33F3C;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb li:first-child a {
    padding-left: 10px;
}

.breadcrumb li:nth-child(2) a {
    background: #EC4C49;
}

.breadcrumb li:nth-child(2) a:after {
    border-left-color: #EC4C49;
}

.breadcrumb li:nth-child(3) a {
    background: #F0605D;
}

.breadcrumb li:nth-child(3) a:after {
    border-left-color: #F0605D;
}

.breadcrumb li:nth-child(4) a {
    background: #F47875;
}

.breadcrumb li:nth-child(4) a:after {
    border-left-color: #F47875;
}

.breadcrumb li:nth-child(5) a {
    background: #F7918E;
}

.breadcrumb li:nth-child(5) a:after {
    border-left-color: #F7918E;
}

.breadcrumb li a:hover {
    background: #D8312D;
}

.breadcrumb li a:hover:after {
    border-left-color: #D8312D !important;
}

.breadcrumb {
    margin-bottom: 0;
}
/* admin navbar */

body {
    padding-top: 0 !important;
}

.account-bar-show {
    display: block;
}

#admin-navbar {
    background-color: #34495e;
    border-bottom: 2px solid #2c3e50;
    min-height: 45px;
    line-height: 45px;
    color: #ecf0f1;
}

#admin-navbar .logo-navbar {
    float: left;
    margin-right: 10px;
}

#admin-navbar .admin-link {
    float: left;
}

#admin-navbar .admin-info {
    float: right;
}

#admin-navbar .logout-link {
    background-color: #e74c3c;
    color: #fff;
    border-radius: 3px;
    padding: 8px 12px;
    margin-left: 10px;
    margin-right: 10px;
}

#admin-navbar a {
    color: #fff;
    line-height: 45px;
}

.border-primary {
    border: 2px solid #d33f3c;
    box-sizing: border-box;
}
/* header bar */
/* header bar in landing page for title per section */

.header-bar {
    text-align: center;
    height: 68px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.header-bar h2 {
    color: #565656;
    line-height: 68px;
}

.header-bar .container {
    position: relative;
}

.header-bar nav {
    height: 68px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.header-bar nav a {
    display: inline-block;
    color: #565656;
    margin-top: 21px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
}

.header-bar nav a:hover {
    color: #d33f3c;
}
/* table second */
/* table second show table form ajax call */

.table-second {
    margin-top: 20px;
}

.table-second thead {
    background-color: #F1F1F1;
}

.table-second td,
.table-second th {
    border: 1px solid #dddddd !important;
}
/* list responsive 50% */

.box:before,
.box:after {
    content: " ";
    display: table;
}

.box:after {
    clear: both;
}

.box .title {
    text-transform: capitalize;
    font-weight: bold;
    float: left;
    width: 50%;
}

.box .value {
    float: left;
    width: 50%;
}
/* page title template */

.page-title {
    padding-top: 15px;
    padding-bottom: 0px;
}
/*.page-title {
  padding-top: 15px;
  padding-bottom: 15px;
}*/

.header-primary {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* breadcrumb */

@media only screen and (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
    .logo-primary {
        text-align: center;
    }
}

.header-primary {
    border-bottom: 1px solid #e7e7e7;
}

@media only screen and (min-width: 992px) {
    .header-primary {
        min-height: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .header-primary {
        min-height: 100px;
    }
}

.logo-primary img {
    height: 100%;
}

.logo-primary span {
    /*position: absolute;*/
    margin-top: 15px;
    font-size: 2.1rem;
    font-weight: 600;
    color: #d33f3c;
}

.navbar-member {
    float: right;
    margin-top: 27px;
}

.navbar-member:before,
.navbar-member:after {
    content: " ";
    display: table;
}

.navbar-member:after {
    clear: both;
}

@media only screen and (max-width: 991px) {
    .navbar-member {
        display: table;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 27px;
    }
    .navbar-member .menu-lg {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-member .menu-md {
        display: none !important;
    }
}

.navbar-member .menu-lg {
    float: left;
    border: 2px solid #999;
    border-radius: 50px;
    height: 45px;
    line-height: 42px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar-member .menu-lg .icon-lg {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #999;
    text-align: center;
}

.navbar-member .menu-lg i {
    color: #fff;
}

.navbar-member .menu-lg p {
    display: inline-block;
    margin-right: 5px;
    color: #999999;
    font-weight: bold;
    text-transform: capitalize;
}

.navbar-member .menu-lg:hover {
    border-color: #d33f3c;
}

.navbar-member .menu-lg:hover .icon-lg {
    background-color: #d33f3c;
}

.navbar-member .menu-lg:hover p {
    color: #d33f3c;
}

.navbar-member .icon {
    color: blue;
    text-align: center;
    color: #fff;
    background-color: #999999;
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin-left: 10px;
    cursor: pointer;
}

.navbar-member .icon:hover {
    background-color: #d33f3c;
    text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-member .icon {
        width: 80px;
        height: 80px;
        padding-top: 5px;
        line-height: 80px;
    }
    .navbar-member .icon i {
        font-size: 3.1rem;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-member .icon {
        width: 60px;
        height: 60px;
        padding-top: 3px;
        line-height: 60px;
    }
    .navbar-member .icon i {
        font-size: 2.1rem;
    }
}

.navbar-top {
    text-transform: capitalize;
    border-top: 4px solid #e54e53;
    border-bottom: 1px solid #e7e7e7;
}

.slider-primary {
    position: relative;
}

.slider-primary .img-slider {
    height: 450px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .slider-primary .img-slider {
        height: 300px;
    }
}

.slider-primary img {
    width: 100%;
}

.slider-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}

@media only screen and (max-width: 767px) {
    .slider-nav {
        top: 100px;
    }
}

.slider-nav .left {
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 40px 50px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.36);
}

.slider-nav .left i {
    bottom: -12px;
    left: -40px;
}

.slider-nav .right {
    position: absolute;
    right: 0px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 50px 40px 0;
    border-color: transparent rgba(255, 255, 255, 0.36) transparent transparent;
}

.slider-nav .right i {
    bottom: -12px;
    right: -40px;
}

.slider-nav i {
    color: #333;
    font-size: 2.3rem;
    position: absolute;
}

.slider-nav .left,
.slider-nav .right {
    cursor: pointer;
}

.banner-primary .banner-img {
    padding: 10px;
}

.banner-primary .banner-wrapper {
    border: 5px solid #e1e1e1;
    overflow: hidden;
}

.banner-primary .banner-wrapper img {
    width: 100%;
}

.banner-primary .banner {
    padding-top: 40px;
    padding-bottom: 60px;
}

.product-landing {
    padding-top: 20px;
}

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

.figure-primary .img {
    position: relative;
    width: 100%;
    height: 195px;
}

.figure-primary figure {
    border: 5px solid #e1e1e1;
}

.figure-primary .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    text-transform: capitalize;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

.figure-primary .more {
    margin-top: 70%;
    background-color: #e06556;
    color: #fff;
    border: 3px solid #d33f3c;
    border-radius: 50px;
    padding: 4px;
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.figure-primary .eye {
    background-color: #d33f3c;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 50%;
}

.figure-primary .detail {
    margin-right: 10px;
    margin-left: 10px;
}

.figure-primary figcaption {
    width: 100% height: 50px;
    padding: 15px 10px;
    overflow: hidden;
}

.figure-primary figcaption h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
}

.figure-primary .price {
    height: 52px;
    line-height: 52px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.figure-primary .price-primary {
    display: block;
    font-size: 2.4rem;
    font-weight: 400;
    color: #666;
}

.figure-primary .price-old {
    display: block;
    font-size: 1.4rem;
    color: #BBBBBB;
    text-decoration: line-through;
}

.figure-primary figure:hover {
    border-color: #d33f3c;
}

.figure-primary figure:hover .overlay {
    height: 100%;
}

.figure-primary figure:hover .more {
    display: block;
}

.testimonial-content {
    background-image: url("//tekav.id/themes/nginjen/assets/userfile_background_testimonial.jpg");
    background-attachment: fixed;
    background-size: 100%;
    background-size: cover;
    background-color: #fff;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.testimonial-content .testimonial-wrapper {
    height: 400px !important;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .testimonial-content .testimonial-wrapper {
        display: table-cell;
        vertical-align: middle;
        width: inherit;
        height: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-content .testimonial-wrapper {
        padding-top: 100px;
    }
}

.testimonial-content .overlay {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.71);
    opacity: 0.7;
    width: 100%;
    height: 400px;
}

.testimonial-content .logo {
    top: 130px;
    width: 100px;
    height: 100px;
    line-height: 130px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .testimonial-content .logo {
        display: none;
    }
}

.testimonial-content i {
    font-size: 6.1rem;
}

.testimonial-content .content {
    text-align: center;
    color: #fff;
    z-index: 99;
    width: 100%;
}

.testimonial-content p {
    font-size: 2.1rem;
    line-height: 3.1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .testimonial-content p {
        font-size: 1.8rem;
    }
}

.testimonial-content .writer {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}
/*
.sosmed {
  height: 200px;
}
.sosmed .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.sosmed a {
  display: inline-block;
  margin-top: 55px;
  margin-left: 150px;
  padding: 10px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  color: #fff;
  background-color: #999999;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
@media only screen and (max-width:767px) {
  .sosmed a {
    margin-left: 20px;
  }
}
.sosmed a:first-child {
  margin-left: 0;
}
.sosmed i {
  font-size: 4.1rem;
}
.sosmed a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
}
.sosmed .fb:hover {
  background-color: #3b5998;
}
.sosmed .tw:hover {
  background-color: #00a0d1;
}
.sosmed .gp:hover {
  background-color: #d34836;
}
*/
/**
 * Block Socmed
 **/

.sosmed .icon {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.sosmed a {
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #999999;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sosmed a:first-child {
    margin-left: 0;
}

@media (min-width: 768px) {
    .sosmed a {
        margin-left: 150px;
    }
}

@media (max-width: 767px) {
    .sosmed a {
        margin-left: 20px;
    }
}

@media (min-width: 480px) {
    .sosmed a {
        width: 85px;
        height: 85px;
        line-height: 85px;
    }
    .sosmed i {
        font-size: 4.1rem;
    }
}

@media (min-width: 319px) {
    .sosmed {
        height: 200px;
    }
    .sosmed a {
        margin-top: 55px;
    }
}

@media (max-width: 479px) {
    .sosmed a {
        width: 65px;
        height: 65px;
        line-height: 65px;
        margin-left: 80px;
        margin: 25px 5px;
    }
    .sosmed i {
        font-size: 4.1rem;
    }
}

@media (max-width: 319px) {
    .sosmed {
        height: auto;
    }
    .sosmed a {
        width: 35px;
        height: 35px;
        line-height: 0;
    }
    .sosmed i {
        font-size: 2.1rem;
    }
}

.sosmed a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.sosmed .fb:hover {
    background-color: #3b5998;
}

.sosmed .tw:hover {
    background-color: #00a0d1;
}

.sosmed .gp:hover {
    background-color: #d34836;
}

.footer-primary {
    border-top: 5px solid #d33f3c;
}

.footer-primary .author {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background-color: #000000;
}

.nav-bottom {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #151515;
}

.nav-bottom h3 {
    margin-bottom: 0;
    color: #eeeeee;
}

.nav-bottom a {
    color: #898989;
    text-transform: capitalize;
}

.nav-bottom a:hover {
    color: #fff;
}

.nav-bottom li {
    position: relative;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.nav-bottom li:hover {
    transform: translateX(10px);
}

.copyright {
    color: #797979;
    float: left;
}

@media only screen and (max-width: 767px) {
    .copyright {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
}

.signature {
    float: right;
    width: 100px;
}

.signature img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .signature {
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

.modal-wrapper {
    background-color: #fff;
}
/*@media only screen and (min-width:992px) {
  .modal-dialog {
    width: 400px;
  }
}*/

.modal-content {
    border-radius: 5px;
    padding: 15px;
    -webkit-animation: bounceInDown 0.9s;
    -moz-animation: bounceInDown 0.9s;
    -ms-animation: bounceInDown 0.9s;
    -o-animation: bounceInDown 0.9s;
    animation: bounceInDown 0.9s;
    /*background-color: rgba(0, 0, 0, 0.16);*/

    border: 1px solid rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.modal-content header {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding: 15px;
}

.modal-content section {
    padding: 15px !important;
}

.modal-content footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
}

.modal-content header a {
    position: absolute;
    top: 5px;
    right: 5px;
}

.modal-content header i {
    font-size: 1.8rem;
}

.search-primary {
    background-image: url(//img.jejualan.com/cdn/jejualan/img/congruent_outline.png );
    background-repeat: repeat;
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
    -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.09);
}

.polling {
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cs-suport {
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-member {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-right: 20px;
    min-width: 30%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -ms-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear;
}

@media only screen and (max-width: 767px) {
    .nav-member {
        min-width: 80%;
        max-width: 100%;
    }
}

.nav-member .nav-wrapper {
    background-color: #fff;
    height: 100%;
    overflow: scroll;
}

.nav-member i {
    color: #333;
}

.nav-vertical {
    border: none;
}

.nav-vertical ul {
    display: none;
}

.nav-vertical li {
    position: relative;
    border-bottom: 1px solid #ECECEC;
}

.nav-vertical li:last-child {
    border-bottom: 0;
}

.nav-vertical a {
    color: #333;
    font-weight: bold;
}

.nav-member-close {
    background-color: #F0F0F0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-member-close:before,
.nav-member-close:after {
    content: " ";
    display: table;
}

.nav-member-close:after {
    clear: both;
}

.nav-member-close a {
    float: right;
    margin-right: 15px;
}

.nav-member-deactive {
    height: 0;
}

.nav-member-active {
    height: 100%;
}

.navbar-top li a {
    color: #333;
    border-bottom: 3px solid #fff;
}

.navbar-top li a:hover {
    background-color: #fff;
    border-color: #d33f3c;
}

.nav-category {
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-right: 20px;
    min-width: 30%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -ms-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear;
}

@media only screen and (max-width: 767px) {
    .nav-category {
        min-width: 80%;
        max-width: 100%;
    }
}

.nav-category .nav-wrapper {
    background-color: #fff;
    height: 100%;
    overflow: scroll;
}

.nav-category i {
    color: #333;
}

.nav-vertical {
    border: none;
}

.nav-vertical ul {
    display: none;
}

.nav-vertical li {
    position: relative;
    border: none;
}

.nav-vertical li:last-child {
    border-bottom: 0;
}

.nav-vertical a {
    color: #333;
}

.nav-vertical a:hover {
    color: #fff;
}

.nav-category-close {
    background-color: #F0F0F0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-category-close:before,
.nav-category-close:after {
    content: " ";
    display: table;
}

.nav-category-close:after {
    clear: both;
}

.nav-category-close a {
    float: right;
    margin-right: 15px;
}

.nav-category-deactive {
    height: 0;
}

.nav-category-active {
    height: 100%;
}

.category-sub {
    display: block !important;
    margin-left: 10px;
}

.modal-cart section {
    padding: 0;
}

.modal-cart footer {
    text-align: right;
}

.modal-cart .name {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-size: 1.6rem;
    font-weight: bold;
}

.modal-cart .cart-caption a {
    color: #d33f3c;
}

.modal-cart .cart-caption a:hover {
    text-decoration: underline;
}

.modal-cart .value {
    width: 75%;
    padding-left: 10px;
}

.modal-cart .title {
    width: 25%;
    padding-right: 10px;
}

.modal-cart .cart-total {
    padding: 10px;
    background-color: #eee;
}

.modal-cart .cart-total .title {
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

.modal-cart .cart-total .value {
    width: 50%;
    font-size: 2.1rem;
}

.cart-mini {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.cart-mini:before,
.cart-mini:after {
    content: " ";
    display: table;
}

.cart-mini:after {
    clear: both;
}

.cart-mini:hover {
    background-color: #e5e5e5;
}

.cart-img {
    padding: 0;
}

.product-extension a {
    color: #333;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.product-extension a:hover {
    color: #d33f3c;
}

.product-extension header:before,
.product-extension header:after {
    content: " ";
    display: table;
}

.product-extension header:after {
    clear: both;
}

.product-extension .title {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    width: 80%;
    height: 65px;
    background-color: #eeeeee;
    color: #565656;
}

.product-extension h3,
.product-extension i {
    line-height: 65px;
}

.product-extension h3 {
    font-weight: 300;
}

.product-extension nav {
    float: left;
    display: inline-block;
    width: 20%;
    height: 65px;
    text-align: center;
    background-color: #3a3a3a;
}

.product-extension i {
    color: #fff;
    cursor: pointer;
}

.product-extension .img {
    background-color: #fff;
}

.product-filter {
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.product-filter .widget-title {
    background-color: #e7e7e7;
}

.product-filter .item-active {
    background-color: #d33f3c;
    color: #fff;
}

.item-widget {
    margin-bottom: 15px;
}

.widget-title {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.widget-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.widget-list {
    padding: 0px;
}

.widget-list li a {
    color: #333;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.widget-list li a:hover {
    background-color: #d33f3c;
    color: #fff;
}

.breadcrumb-block {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.login-form {
    padding: 15px;
}

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

.login-footer:before,
.login-footer:after {
    content: " ";
    display: table;
}

.login-footer:after {
    clear: both;
}
/*.login-footer a {
  color: #333;
}*/

.login-footer a:hover {
    color: #d33f3c;
}

.login-footer .lost-pass {
    float: left;
}

.login-footer .no-member {
    float: right;
}

.lang {
    float: right;
    height: 50px;
}

@media only screen and (max-width: 767px) {
    .lang {
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .logo-primary img {
        width: 90%;
    }
}

.lang:before,
.lang:after {
    content: " ";
    display: table;
}

.lang:after {
    clear: both;
}

.lang li {
    float: left;
    margin-left: 10px;
    line-height: 50px;
}

.lang a:hover {
    border-color: #fff;
}

.lang img:hover {
    -webkit-animation: bounce 0.8s;
    -moz-animation: bounce 0.8s;
    -ms-animation: bounce 0.8s;
    -o-animation: bounce 0.8s;
    animation: bounce 0.8s;
}

.content-template {
    /*  min-height: 800px;*/

    padding-top: 20px;
    padding-bottom: 30px;
}

.border-primary {
    min-height: 100px;
}

@media only screen and (max-width: 767px) {
    .detail-image {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .detail-caption {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .detail-extension {
        margin-bottom: 15px;
    }
}
/* -----------------------------------detail informasi start-------------------------- */

.product-detail {
    /* tabs content overfloy if view display mobile */
}

.product-detail .box {
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-detail .box:before,
.product-detail .box:after {
    content: " ";
    display: table;
}

.product-detail .box:after {
    clear: both;
}

.product-detail .box .title {
    font-weight: bold;
}

.product-detail .box .title,
.product-detail .box value {
    width: 50%;
    float: left;
}

.product-detail .tabs-main .content {
    overflow: auto;
}

.detail-caption {
    padding: 0;
}
/* ---------------------------------------------------
** detail price
*--------------------------------------------------- */

.detail-price {
    font-size: 0;
}

.detail-price .money,
.detail-price .price {
    height: 45px;
    line-height: 45px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.5rem;
    font-family: 'Roboto', Open Sans, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.detail-price .money {
    display: inline-block;
    width: 20%;
    background-color: #3A3A3A;
}

.detail-price .price {
    display: inline-block;
    width: 80%;
    background-color: #D33F3C;
}

.detail-price .old-price {
    text-decoration: line-through;
    font-weight: 300;
}

.detail-price .new-price {
    font-size: 2.1rem;
}

.detail-status {
    border-bottom: 1px solid #e7e7e7;
    text-transform: capitalize;
    font-size: 1.8rem;
}

.detail-status .ready {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #DDECE9;
}

.detail-status .empty {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.detail-choose {
    padding: 15px;
}

.detail-stock {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
}

.detail-atribute {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
}

.detail-information {
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}

.detail-grosir {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
}

.detail-share {
    padding-right: 15px;
    padding-left: 15px;
}

.detail-buy {
    padding: 15px;
    background-color: #3A3A3A;
}

.detail-buy .btn-buy {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 45px;
    padding: 5px;
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: capitalize;
    color: #fff;
    border-radius: 50px;
    border: 3px solid #d33f3c;
    background-color: #3A3A3A;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.detail-buy .btn-buy:hover {
    background-color: #d33f3c;
    -webkit-animation: pulse 1s;
    -moz-animation: pulse 1s;
    -ms-animation: pulse 1s;
    -o-animation: pulse 1s;
    animation: pulse 1s;
}

.detail-buy .btn-buy:hover .cart-icon {
    border: 2px solid #3A3A3A;
}

.detail-buy .cart-icon {
    text-align: center;
    color: #fff;
    background-color: #d33f3c;
    cursor: pointer;
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 10px;
}

.detail-buy .buy-me {
    margin-right: 10px;
}

.detail-message {
    margin-top: 20px;
}

.detail-message .content {
    padding: 15px;
}

.tabs {
    background-color: #fff !important;
    margin-bottom: 15px;
}

.tabs li {
    background-color: #d33f3c;
    margin-right: 10px;
}
/* modal */

#order-modal .modal-dialog {
    width: 420px;
}

.product-list-nav {
    margin-bottom: 20px;
}

.product-list-nav:before,
.product-list-nav:after {
    content: " ";
    display: table;
}

.product-list-nav:after {
    clear: both;
}

.product-list-nav .current-nav {
    color: #fff !important;
    background-color: #d33f3c;
    cursor: pointer;
}

.product-list-nav .list-nav {
    color: #333;
    float: left;
    margin-right: 10px;
    padding: 8px 12px;
    border: 1px solid #e7e7e7;
}

.product-list-nav .list-nav:hover {
    color: #fff !important;
    background-color: #d33f3c;
    cursor: pointer;
}

.product-order-nav {
    padding: 0px;
    float: left;
}

@media only screen and (max-width: 767px) {
    .product-order-nav {
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

.product-display-nav {
    padding: 0px;
    float: right;
}

.product-display-nav .list-nav {
    margin-right: 0px;
}

@media only screen and (max-width: 767px) {
    .product-display-nav {
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}
/* image category */

.cat-image {
    margin-bottom: 15px;
}

.cat-image img {
    width: 100%;
    overflow: hidden;
}
/* deskripsi category */

.cat-desc {
    padding: 8px 15px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
}

.ongkos-kirim .loading {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .ongkos-kirim .loading {
        margin-top: 20px;
    }
}

.member-home .meta-label {
    float: left;
    width: 20%;
}

.member-home .meta-value {
    float: left;
    width: 80%;
}

.member-home .button-wrap {
    margin-top: 20px;
}

.contact-main {
    margin-top: 20px;
}

.news-list article {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.news-list article:before,
.news-list article:after {
    content: " ";
    display: table;
}

.news-list article:after {
    clear: both;
}

.news-list article:last-child {
    border: none;
}

.news-list h2 a {
    font-size: 2.4rem;
    color: #333;
}

.news-list h2 a:hover {
    color: #d33f3c;
}

.news-list footer:before,
.news-list footer:after {
    content: " ";
    display: table;
}

.news-list footer:after {
    clear: both;
}

.news-list .more {
    float: right;
}

.member-profil .button-wrap {
    margin-top: 20px;
}

.member-profil .form-control {
    width: 40%;
}

.member-profil .clearfix {
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.member-order-list .section-title {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .member-order-list .title {
        padding: 10px;
        width: 100%;
        background-color: #e1e1e1;
    }
}

.member-order-list .list {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.member-order-list .list:before,
.member-order-list .list:after {
    content: " ";
    display: table;
}

.member-order-list .list:after {
    clear: both;
}

.member-order-list .sub-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

.member-order-list .sub-list:before,
.member-order-list .sub-list:after {
    content: " ";
    display: table;
}

.member-order-list .sub-list:after {
    clear: both;
}

.member-order-list .meta-label {
    float: left;
    width: 20%;
}

@media only screen and (max-width: 767px) {
    .member-order-list .meta-label {
        width: 100%;
    }
}

.member-order-list .meta-value {
    float: left;
    width: 80%;
}

@media only screen and (max-width: 767px) {
    .member-order-list .meta-value {
        width: 100%;
    }
}

.member-confirmation .via-inputs label {
    margin-right: 10px;
}

.member-dashboard .tabs-main .tabs {
    position: relative;
}

.member-dashboard .dashboard-logout {
    margin-right: 0;
    right: 0;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .member-dashboard .dashboard-logout {
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .member-dashboard .tabs li {
        float: none;
        margin-right: 0;
        border-bottom: 1px solid #b32b29;
    }
    .member-dashboard .tabs li:last-child {
        border: none;
    }
    .member-dashboard .tabs li a {
        text-align: left;
    }
}

.member-address .add-button {
    margin-bottom: 20px;
}
/*.editaddr-form-cont {
  display: none;
}*/

.search-tool {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
}

.cart-shipping .list {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.cart-shipping .meta-label {
    float: left;
    width: 45%;
}

.cart-shipping .meta-value {
    float: left;
    width: 55%;
}

@media only screen and (max-width: 767px) {
    .cart-shipping .meta-label,
    .cart-shipping .meta-value {
        float: none;
    }
}

.cart-finish .cart-wrapper {
    border: 1px solid #e7e7e7;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cart-finish .cart-wrapper:before,
.cart-finish .cart-wrapper:after {
    content: " ";
    display: table;
}

.cart-finish .cart-wrapper:after {
    clear: both;
}

.cart-finish .cart-total {
    font-size: 1.8rem;
    font-weight: bold;
}

.cart-finish .cart-item-finish {
    margin-bottom: 5px;
}

.cart-finish .cart-title {
    float: left;
    width: 50%;
}

.cart-finish .cart-value {
    float: left;
    width: 50%;
}

.cart-item-finish:before,
.cart-item-finish:after {
    content: " ";
    display: table;
}

.cart-item-finish:after {
    clear: both;
}

.cart-item-finish .title {
    float: left;
    width: 30%;
}

.cart-item-finish .cart-item-value {
    float: left;
    width: 70%;
}

.cart-information-finish {
    margin-bottom: 15px;
}

.cart-information-finish .wrapper {
    padding: 15px;
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
}

.cart-information-finish .title {
    float: left;
    width: 30%;
}

@media only screen and (max-width: 767px) {
    .cart-information-finish .title {
        float: none;
    }
}

.cart-information-finish .cart-item-value {
    float: left;
    width: 70%;
}

@media only screen and (max-width: 767px) {
    .cart-information-finish .cart-item-value {
        float: none;
    }
}

.cart-step {
    padding: 0;
}

.cart-step li {
    padding: 8px 15px;
    display: block;
}

.active-step-cart {
    background-color: #d33f3c;
    color: #fff;
}

.old-step-cart {
    background-color: #dc6866;
    color: #fff;
}

.cart-item-primary {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 15px;
    margin-bottom: 15px;
}

.cart-item-primary img {
    width: 100%;
}

.cart-item-primary h3:before,
.cart-item-primary h3:after {
    content: " ";
    display: table;
}

.cart-item-primary h3:after {
    clear: both;
}

.cart-item-primary h3 a {
    color: #333;
}

.cart-item-primary .cart-item-row {
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .cart-item-primary .cart-item-row {
        padding-bottom: 10px;
        border-bottom: 1px solid #e7e7e7;
    }
}

.cart-item-primary .cart-title {
    font-weight: bold;
    color: #333;
    float: left;
    width: 70%;
}

@media only screen and (max-width: 767px) {
    .cart-item-primary .cart-title {
        width: 100%;
    }
}

.cart-item-primary .cart-value {
    float: left;
    width: 30%;
}

@media only screen and (max-width: 767px) {
    .cart-item-primary .cart-value {
        width: 100%;
    }
}

.cart-item-primary .qty {
    width: 80%;
}

.cart-item-primary .cart-item-delete {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #999999;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cart-item-primary .cart-item-delete:hover {
    background-color: #d33f3c;
}

.cart-item-primary .delete-item {
    color: #fff;
}

.cart-extra {
    border: 1px solid #efefefe;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
}

.cart-extra .title {
    font-weight: bold;
    text-transform: capitalize;
}

.cart-extra .discount {
    text-align: right;
}

.cart-extra .price {
    font-size: 2.1rem;
    font-weight: bold;
    text-align: right;
}

.cart-extra .title,
.cart-extra .price {
    display: block;
}

.cart-extra .cart-btn {
    margin-top: 15px;
}

.cart-extra .coupon-used {
    position: relative;
}

.cart-extra .coupon-delete {
    position: absolute;
    right: 10px;
    top: 10px;
}

.cart-extra .coupon-input {
    width: 100%;
}

.cart-extra .coupon-input .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.cart-extra .coupon-btn .btn {
    height: 34px;
    float: right;
}

.coupon {
    padding-bottom: 15px;
}

.cart-total-primary .title,
.cart-total-primary .total {
    float: left;
    width: 50%;
}

.cart-total-primary .total {
    font-size: 1.8rem;
}

.cart-total-primary {
    padding: 15px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    margin-right: -15px;
    margin-left: -15px;
}

.product-review .add-button {
    margin-bottom: 15px;
}

#review-list-container .review {
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 15px;
}

#review-list-container .reply {
    margin-left: 40px;
}

#review-list-container .author {
    float: left;
    display: inline-block;
}

#review-list-container .date {
    float: right;
    display: inline-block;
}

#review-list-container .testimony-content {
    position: relative;
}

#review-list-container .testimony-content i {
    background: #e7e7e7;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -53px;
    right: -25px;
}

.product-small {
    padding: 15px;
}

.product-small:before,
.product-small:after {
    content: " ";
    display: table;
}

.product-small:after {
    clear: both;
}

.product-small .img {
    height: 100px;
}

.product-small strong,
.product-small .price {
    display: block;
}

.testimonial-list {
    height: 300px;
    padding: 15px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}

.btn-show-form {
    margin-bottom: 20px;
}

.order-detail .list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #eee;
}

.order-detail .meta-label {
    width: 20%;
    float: left;
}

.order-detail .meta-value {
    width: 80%;
    float: left;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .order-detail .meta-label {
        width: 100%;
        float: none;
    }
    .order-detail .meta-value {
        width: 100%;
        float: none;
    }
    a.pagin-item {
        border: 1px solid #eee;
        padding: 15px;
        color: #333;
    }
    a.pagin-item:hover {
        border: 2px solid #e54e53;
        color: #e54e53;
    }
    .title-cart-step {
        background-color: #999;
        color: #fff;
    }
}

.status-empaty {}
/* revision */

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-danger {
    background-color: #d9534f;
}

.btn {
    border: 0;
}

.btn-success:hover {
    background-color:
}

.btn-danger:hover {
    background-color:
}

.breadcrumb {
    padding: 0;
}

.btn-default {
    border-width: 2px;
}

.navbar {
    margin-bottom: 0;
}

.nav-bottom-block h3 {
    margin-bottom: 30px;
}

.nav-bottom-block .block-content li {
    margin-bottom: 10px;
}

.search-primary .form-group {
    display: block;
    float: none;
    margin-bottom: 20px;
}

.search-primary .form-inline .form-control {
    width: 100%;
    display: block;
    float: none;
    height: 45px;
}

.search-primary .form-inline .btn {
    padding-right: 30px;
    padding-left: 30px;
    float: right;
}

.status-empty,
.status-ready {
    padding: 15px;
}

.status-empty {
    color: #a94442;
    background-color: #f2dede;
}

.status-ready {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
/* =======================================
=            jejualan member            =
======================================= */

select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: none;
}

#member-container .tab-menu {
    float: left;
}

#member-container .menu-logout {
    float: right;
}

#member-container .tab-pane {
    padding-top: 40px;
    padding-bottom: 40px;
}

#member-container #address-list-container {
    padding-top: 30px;
}

#member-container .form-wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
/* -----  End of jejualan member  ------ */
/* * ---------------------------------------------------------------------
* cart-shiping
* --------------------------------------------------------------------- */

.shipping-detail .shippingTable tr td:first-child {
    width: 20px;
}

.cart-shipping .shipping-detail strong {
    padding: 8px 15px;
    display: block;
}

.cart-shipping .address-form .address-fields {
    margin-bottom: 15px;
}

#address-list,
#shipping-address,
#pilihekspedisi,
#price-info,
#pembayaran {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

#shippingform {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.product-detail .tabs-primary {
    padding-top: 30px;
}

.tabs-primary .nav-tabs {
    border: none;
    margin-bottom: 30px;
}

.tabs-primary .nav-tabs li {
    cursor: pointer;
    margin: 0;
    background-color: #3a3a3a;
}

.tabs-primary .nav-tabs li:hover {
    background-color: #9f2624;
}

.tabs-primary .nav-tabs li.active {
    background-color: #d33f3c;
}

.tabs-primary .nav-tabs li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tabs-primary .nav-tabs li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tabs-primary .nav-tabs li a {
    border: none;
    text-transform: capitalize;
    color: #fff;
    background-color: transparent;
}

.tabs-primary .nav-tabs li a:hover,
.tabs-primary .nav-tabs li a:active,
.tabs-primary .nav-tabs li a:focus {
    background-color: transparent;
    border: none;
    color: #ffffff;
}

.tabs-primary .tab-content {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
}

.btn-default {
    border: 2px solid #ccc;
}

#wrap {
    z-index: 1 !important;
}

.nav-member .nav-pills>li {
    display: block;
    float: none;
}

.nav-member .nav-pills>li a {
    border-radius: 0;
}

.nav-member .nav-pills>li.active a {
    border-radius: 0;
    color: #fff;
    background-color: #c9302c;
}

.nav-member .nav-pills>li.active a i {
    color: #fff;
}

#address-add-container {
    margin-top: 15px;
}

.detail-extension nav a i:hover {
    color: #D33F3C;
}

.button-wrap {
    margin-top: 22px;
}
/**
 * Cart
 **/

#order-step {
    margin-bottom: 28px;
}

#order-step .title {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    background-color: #424242;
    padding: 0 12px;
    position: relative;
    z-index: 110;
    margin-bottom: 8px;
}

#order-step .title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 19px solid transparent;
    position: absolute;
    border-left-color: #424242;
    top: 0;
    right: -38px;
}

#order-step .step {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    background-color: #eeeeee;
    padding: 0 12px 0 28px;
    position: relative;
    margin: 0 0 8px -8px;
    z-index: 100;
}

#order-step .step:first-child {
    margin-left: 3px;
}

#order-step .step:nth-child(1) {
    z-index: 105;
}

#order-step .step:nth-child(3) {
    z-index: 104;
}

#order-step .step:nth-child(5) {
    z-index: 103;
}

#order-step .step.active {
    color: #ffffff;
    background-color: #c44444;
}

#order-step .step:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 19px solid transparent;
    position: absolute;
    border-left-color: #eeeeee;
    top: 0;
    right: -38px;
}

#order-step .step.active:after {
    border-left-color: #c44444;
}

#order-step .step:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 19px solid transparent;
    position: absolute;
    border-left-color: #ffffff;
    top: 0;
    left: 0;
}

.shopcart .tdtitle {
    width: 360px;
}

.shopcart-main .tdtitle {
    width: 300px;
}

.shopcart .qty {
    width: 50px;
}

.shopcart>tfoot>tr>td {
    background-color: #e9e9e9;
    border-top: 1px solid #cccccc;
}

.shopcart>tfoot>tr:last-child>td {
    border-bottom: 1px solid #cccccc;
}

#content-cart-login .form-horizontal {
    margin-top: 32px;
}

#shoppingcart-wrap .button-wrap {
    margin-top: 36px;
}
/**
 * Cart
 **/

.coupon {
    padding: 8px;
    background-color: #f9f9f9;
    border-top: 2px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
}

.coupon .form-control {
    width: 240px;
    display: inline-block;
    margin-left: 10px;
}

.coupon-used>.alert>i {
    float: left;
    vertical-align: middle;
    line-height: 20px;
    font-size: 20px;
    margin-right: 8px;
    opacity: 0.8;
}

.coupon-used .coupon-info {
    float: left;
}

.coupon-used a {
    float: right;
}
/** Cart Mobile **/

#shoppingcart-mobile {
    display: none;
}

#shoppingcart-mobile .cart-item {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f9f9f9;
}

#shoppingcart-mobile .cart-title {
    float: left;
    width: 170px;
    padding: 10px 8px;
    background-color: #f3f3f3;
    margin-bottom: 5px;
}

#shoppingcart-mobile .cart-value {
    margin-left: 180px;
}

#shoppingcart-mobile.scart-mobile-main .cart-item-row:first-child {
    margin-right: 70px;
}

#shoppingcart-mobile .cart-item-delete {
    position: absolute;
    top: 0;
    right: 0;
}

.cart-item-total {
    margin-bottom: 10px;
}
/**
 * Cart: Shipping
 */

#shippingform input[type="radio"],
#shippingform input[type="checkbox"] {
    margin-right: 5px;
}

#shippingform .address-list {
    border-top: 2px solid #e9e9e9;
    background-color: #fafafa;
    border-bottom: 2px solid #e9e9e9;
    padding: 0 8px;
    margin: 20px 0;
}

#shippingform .address-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#shippingform .address-list li {
    padding: 10px 0;
    border-bottom: 1px dotted #dddddd;
}

#shippingform .new-address {
    margin: 10px 0;
}

#price-info .meta-label {
    width: 210px;
}

#price-info .meta-value {
    /* margin-left: 210px;*/
}

#pembayaran ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#pembayaran li {
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}

.address-form {
    margin-bottom: 24px;
}

#same-address-check {
    margin: 20px 0;
    padding: 4px 8px;
    background-color: #e9e9e9;
}

#same-address-check label {
    margin: 0;
}

#billing-address {
    padding-bottom: 5px;
    border-bottom: 2px solid #e9e9e9;
}
/** 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 {
    margin-top: 22px;
}

#member-container i {
    margin-right: 5px;
}

.member-form-container {
    padding: 16px 8px 6px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    background-color: #fcfcfc;
}
/* List Meta */

.list-meta {
    margin: 0;
    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;
}

#form-login-top {
    padding: 15px;
}

.block-title h3 {
    display: none;
}

.block-content .buy-option label {
    display: none;
}

.product-detail .buy-option {
    padding: 15px 15px;
    background-color: #f9f9f9;
    border-right: 1px solid #d3d3d3;
}

.product-detail .buy-option label {
    margin-right: 10px;
}

.product-detail .buy-option .label {
    font-size: 14px;
    top: 0;
}

.product-detail .buy-button .btn {
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-radius: 0;
}

.category-nav>li>a:hover,
.category-nav > li >a.active {
    color: red;
}

.modal-backdrop {
    z-index: 950;
}

.pr-25 {
    padding-right: 25px;
}

.page-content {
    padding-right: 20px;
}

#testimony-add {
    margin-bottom: 15px;
}
/** Pagination **/

.pagination {
    margin: 0;
    width: 100%;
    display: block;
}

.pagination .row {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.pagination .pagin-item {
    float: left;
    padding: 15px 18px;
    color: #424242;
    background-color: #f5f5f5;
    border-right: 1px solid #d3d3d3;
}

.pagination .pagin-ellipsis {
    background-color: #d3d3d3;
}

.pagination .pagin-current,
.pagination .pagin-item:hover {
    background-color: #c24444;
    color: #ffffff;
    text-decoration: none;
}

.pagination .pagin-ellipsis:hover {
    background-color: #d3d3d3;
    color: #424242;
}

.pagination .pagin-prev {
    margin-left: -15px;
}

.pagination .pagin-next {
    margin-right: -15px;
}

.pagination .pagin-next a {
    float: right;
    border-left: 1px solid #d3d3d3;
}

.pagination .pagin-page {
    display: inline-block;
    vertical-align: middle;
}

.pagination .pagin-main {
    text-align: center;
}

.pagination .pagin-prev i,
.pagination .pagin-next i {
    display: none;
}

.newsletter-block {
    text-align: center;
    margin: 20px auto;
}

.newsletter-block .btn {
    width: 15%;
    height: 50px;
}

.newsletter-block input.btn.btn-lg,
.newsletter-block input.btn.btn-lg:focus {
    outline: none;
    width: 60%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.newsletter-block .form-control {
    margin: auto;
    width: 25%;
    height: 50px;
}

@media only screen and (max-width: 767px) {
    .newsletter-block .btn {
        margin-top: 20px;
        width: 30%;
    }
    .newsletter-block .form-control {
        width: 50%;
    }
}

.coribbon {
    float: left;
    position: absolute;
    top: 5%;
    text-align: center;
    left: 3%;
}
.sale,
.disc,
.oos {
    float: left;
    margin: 0.2em .2em .2em;
    border-radius: 3px;
    display: inline;
    padding: 0.6em .6em .6em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.disc {
    background-color: rgba(20, 191, 243, 0.95);
}
.sale{
    background-color: rgb(242, 64, 126);
}
.oos {
    background-color: rgba(244, 56, 63,  0.95);
}
a.chat-whatsapp {
    position: fixed;
    z-index: 99;
    width: 48px;
    height: 48px;
    bottom: 10px;
    right: 10px;
}
.chat-whatsapp span {
    z-index: -1;
    color: #fff;
    background: #57bb63;
    padding: 17px;
    position: absolute;
    top: 0;
    width: 132px;
    right: 26px;
    border-radius: 40px 0 0 40px;
    line-height: normal;
    word-spacing: normal;
    font-size: 13px;
    font-weight: normal;
    font-family:Helvetica,Arial,sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}