/* 5 cached file css_29c7302f41bb98d06e9a93574db9426d */
/* not cached apc */
/*------ IMPORT URL --------*/

@import url('animate.css');
/*--------------------------*/

html {
    margin: 0;
    padding: 0;
}

body {
    background: url("") #1e1e1e fixed top center;
    color: #ffffff;
    font-family: "Ropa Sans", Helvetica, Arial, sans-serif;
    /*  margin-top: 50px;*/
}

select {
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    background: #1B1B1B;
    color: #FFF;
    border: 1px solid #EE6148!important;
    outline: none;
    display: inline-block;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 15px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #E85F46;
}

.page-header {
    padding-bottom: 2px;
    margin: 0;
    /* border-top: 3px solid #E95F46; */

    border-bottom: none !important;
}

.red {
    color: red;
}

.alert {
    -webkit-animation: bounceIn 0.5s;
    -moz-animation: bounceIn 0.5s;
    -ms-animation: bounceIn 0.5s;
    -o-animation: bounceIn 0.5s;
    animation: bounceIn 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: pointer;
}
.m0 {
margin:0!important;
}
/**
 * Member Area
 **/
/** Menu **/

.menu-member {
    position: relative;
}

.menu-pills {
    padding-bottom: 6px;
    border-bottom: 2px 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 {
    background-color: #454444!important;
    border-radius: 3px;
    color: #fff!important;
    padding: 7px 0 8px 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu-member .nav-pills > li.active > a:hover,
.menu-member .nav-pills > li.active > a {
    background-color: #E65F46!important;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu-member .nav-pills > li > a:hover {
    color: #E65F46!important;
}

#cart-form-secondary .button-wrap {
    margin-top: 0;
    float: right;
}

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

.button-atas {
    display: block;
    float: right;
    margin: 11px -15px 0 22px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 6px 7px;
}

.button-atas:hover {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
}

.button-atas a:hover {
    color: #000;
}
/** Account top bar **/

.topbar-menu #block-account {
    padding: 0;
}

#block-account .account-info {
    padding: 10px 14px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #bbbbbb;
}

#block-account .account-info p {
    margin-bottom: 0;
}

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

#block-account ul a {
    display: block;
    padding: 8px 12px;
    border-bottom: 1px dashed #dddddd;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#block-account ul a:hover {
    text-decoration: none;
    background-color: #E95F46;
    color: #fff;
}

#block-account .logout-menu a {
    color: #d9534f;
}

#block-account .logout-menu a:hover {
    background-color: #d2322d;
    color: #ffffff;
}

.dms-btn {
    width: auto;
    display: inline-block;
    border-radius: 3px;
    padding: 0px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 0px;
    text-transform: uppercase;
}

.dms-btn-small {
    font-size: 80%;
    line-height: 200%;
    text-transform: uppercase;
    padding: 0px 10px;
}

.dms-btn-small.dms-btn-secondary-border {
    border-width: 1px;
}

.dms-btn-secondary-border {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
}

.order-error {
    padding: 0px 20px 0px 20px;
}

/*
#newsletter-modal .modal-dialog {
    width: inherit!important;
}
*/

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #000;
    height: 100%;
    width: 100%;
    z-index: 20000;
    color: #EA6148;
}

.waitMe_container {
    transform: inherit;
}

.waitMe_container {
    position: absolute!important;
    height: 100px;
    left: 50%;
    margin-left: -75px;
    top: 45%;
    margin-top: -55px;
    text-align: center;
    font-size: 100px;
    border-radius: 200px;
    width: 150px!important;
}

#loading-animation {
    position: absolute;
    /* width: 100px; */
    /* height: 100px; */

    left: 50%;
    margin-left: -50px;
    top: 45%;
    margin-top: -55px;
    line-height: 120px;
    text-align: center;
    font-size: 100px;
    border-radius: 200px;
}

#loading-animation span {
    position: absolute;
    width: 200px;
    height: 40px;
    left: 50%;
    margin-left: -100px;
    top: 55%;
    /* margin-top: 0px; */

    text-align: center;
    /* letter-spacing: 0px; */

    font-size: 13px;
    text-transform: uppercase;
}
/**
 * Cart
 **/

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

#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: #424242;
    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: #E65F45;
}

#order-step .step: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.active:after {
    border-left-color: #E65F45;
}

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

table.shopcart {
    background-color: #E65F45;
    border: 1px solid #E65F45;
}

table.shopcart>tbody>tr:nth-child(odd)>td,
table.shopcart>tbody>tr:nth-child(odd)>th {
    background-color: #000000;
}

.shopcart .tdtitle {
    width: 360px;
}

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

.shopcart .qty {
    width: 50px;
    color: #383838;
}

.shopcart .tdright {
    text-align: right;
}

.shopcart .tdcenter {
    text-align: center;
}

.shopcart>tfoot>tr>td {
    background-color: #000000;
    border-top: 1px solid #E65F45;
}
/*.shopcart>tfoot>tr:last-child>td {
    border-bottom: 1px solid #383838;
}*/

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

.button-cartt {
    text-align: right;
}

.dropdown {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 28px;
    width: 150px;
    /* background: #f2f2f2; */

    border: 1px solid;
    border-color: #ddd;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.dropdown:before,
.dropdown:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #888 transparent;
    pointer-events: none;
}

.dropdown:before {
    border-bottom-style: solid;
    border-top: none;
}

.dropdown:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none;
}
/**
 * Cart
 **/

.coupon {
    float: left;
}

.coupon .form-control {
    width: 300px;
    display: inline-block;
}

.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;
}
/*
    dms-post
*/

.dms-post {
    width: 100%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 75px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border: 0px solid #e5e5e5;
    border-bottom-width: 1px;
}

.dms-post .img {
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}

.newspic {
    max-width: 200px;
    float: left;
    padding-right: 5px;
}

.dms-post header {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.dms-post header h3 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
}

.dms-post header h3 a,
.dms-post header h3 span {
    display: inline-block;
    float: left;
    line-height: 30px;
}

.dms-post header h3 .fa {
    width: 30px;
    margin: 0px;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 60%;
    color: #fff;
    text-align: center;
    float: left;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.dms-post header p {
    margin: 0px;
    padding: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 80%;
    width: 100%;
    float: left;
}

.dms-post p {
    text-align: justify;
}

.dms-post .date {
    position: absolute;
    width: 60px;
    left: 0px;
    top: 0px;
}

.dms-post .date span {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 30px;
}

.dms-post .date span.day {
    font-size: 180%;
    color: #ffffff;
    font-weight: bold;
}

.post-detail .post-date {
    background-color: rgba(0, 0, 0, 0.4)!important;
}

.post-detail .post-date {
    color: #ffffff!important;
}

.dms-post .date span.month {
    letter-spacing: 2px;
    text-transform: uppercase;
    border-top-width: 1px;
    border-top-style: solid;
    font-size: 80%;
}

.dms-post .likes {
    position: absolute;
    width: 60px;
    left: 0px;
    top: 75px;
}

.dms-post .likes span {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 30px;
}

.dms-post .likes span.month {
    letter-spacing: 2px;
    text-transform: uppercase;
    border-top-width: 1px;
    border-top-style: solid;
    font-size: 80%;
}

.dms-post .likes span .fa {
    font-size: 180%;
    color: #333;
    font-weight: bold;
}

.dms-post-2 {
    padding-left: 390px;
    min-height: 200px;
}

.dms-post-2 figure {
    max-width: 300px;
    position: absolute;
    left: 75px;
    top: 0px;
}

.dms-post p.tags {
    margin-bottom: 0px;
}

.dms-post p.tags a {
    margin-right: 10px;
}

.dms-post p.tags i.fa {
    color: #ddd;
}

.post-detail .post-date {
    border-radius: 3px;
    background-color: #f6f6f6;
    padding: 6px 12px;
    overflow: hidden;
    margin-bottom: 16px;
}

.post-detail .entry-content {}
/*
    dms-post-author
*/

.dms-post-author,
.dms-comment .inner {
    width: 100%;
    display: inline-block;
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding-left: 160px;
    height: 160px;
    position: relative;
}

.dms-post-author figure,
.dms-comment figure,
.dms-comment i.fa {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    overflow: hidden;
    left: 30px;
    top: 30px;
    border: 3px solid #fff;
}

.dms-post-author p {
    margin-bottom: 0px;
}

.dms-post-author p.name {
    margin-bottom: 10px;
    font-size: 140%;
    font-weight: bold;
}

.dms-post-author p.role {
    margin-bottom: 10px;
    color: #333;
    font-style: italic;
}

#envor-mobile-cart-btn,
.dms-post header h3 .fa {
    background-color: #f38121;
}
/*
    dms-comment
*/

.dms-comment {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dms-comment .dms-comment {
    padding-left: 60px;
}

.dms-comment .inner {
    border: 1px solid #e5e5e5;
    color: inherit;
    margin-bottom: 30px;
}

.dms-comment figure {
    border: 0px;
}

.dms-comment p.meta {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 100%;
    display: inline-block;
}

.dms-comment p.meta .author {
    font-size: 140%;
    float: left;
}

.dms-comment p.meta .date {
    float: right;
    text-transform: capitalize;
}

.dms-comment i.fa {
    color: #fff;
    font-size: 250%;
    line-height: 100px;
    text-align: center;
}
/**
 * Sidebar
 **/

.secondary {}

.secondary .block-title h3 {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}

.secondary .block-title {
    background-color: #424242;
    padding: 10px 12px;
    margin-bottom: 0px;
}

.secondary .block-content {
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
    padding: 10px;
}

.secondary .widget:last-child .block-content {
    border-bottom: 1px solid #424242;
}
/**
* TESTIMONIALS DMS
*/

.testimonial .testimonial-meta {}

.testimonial-meta .client-photo {
    display: inline-block;
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #cccccc;
}

.testimonial-meta .clien-info {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.testimonial-meta .clien-info:before {
    content: "\f10d";
    position: absolute;
    left: -12px;
    font-family: FontAwesome;
    font-size: 10px;
    color: #a51c3e;
}

.testimonial-meta .clien-info .client-name {
    margin: 0;
    font-size: 18px;
}

.testimonial-meta .clien-info .tanggal {
    margin: 0;
    color: #8c8c8c;
}

.testimonial .testimonial-content {
    position: relative;
    padding: 15px;
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    margin-top: 15px;
    transition: all 0.5s;
}

.testimonial .testimonial-content:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 21px;
    bottom: auto;
    right: auto;
    border-style: solid;
    border-width: 0px 17px 11px 0px;
    border-color: #cbcbcb transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.testimonial .testimonial-content:hover {
    border: 1px solid #EA6148;
    border-radius: 5px;
    transition: all 0.5s ease-out;
}
/**
 * Everslider - Responsive jQuery Carousel Plugin
*/

.everslider {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*   margin: 0 0 20px;*/
}

.everslider .es-slides {
    position: relative;
    width: 100000px;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transform: translate3d(0, 0, 0);
}

.everslider .es-slides > li {
    position: relative;
    float: left;
    padding: 0!important;
    border: 0!important;
    width: 1140px;
    height: 400px;
    margin: 0 10px 0 0;
    cursor: default;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    -webkit-transform: translate3d(0, 0, 0);
}

.everslider.es-swipe-grab .es-slides > li {
    cursor: default;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.everslider .es-slides img {
    width: 100%;
    height: auto;
    max-width: none;
}
/* Preload */

.everslider {
    background: url("//tekav.id/themes/gym/assets/preload.gif") no-repeat center;
}

.everslider.es-slides-ready {
    background: none;
}

.es-slides {
    visibility: hidden;
}

.es-slides-ready .es-slides {
    visibility: visible;
}
/* Navigation */

.es-navigation a {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    padding: 7px;
    background-color: #eee;
}

.es-navigation .es-prev {
    left: 0
}

.es-navigation .es-next {
    right: 0
}

.es-navigation .es-first,
.es-navigation .es-last {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

.es-navigation a span {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

.es-navigation .es-prev span {
    background: url(http://plugins.gravitysign.com/everslider/images/arrows.png) no-repeat 0 0;
}

.es-navigation .es-next span {
    background: url(http://plugins.gravitysign.com/everslider/images/arrows.png) no-repeat -20px 0;
}

.es-navigation .es-prev span.alt-arrow {
    background: url(../images/arrows.png) no-repeat 0 -20px;
}

.es-navigation .es-next span.alt-arrow {
    background: url(../images/arrows.png) no-repeat -20px -20px;
}
/* Pagination */

.es-pagination {
    position: absolute;
    left: 50%;
    bottom: 10px;
}

.es-pagination a {
    position: relative;
    right: 50%;
    float: left;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background: url(http://plugins.gravitysign.com/everslider/images/bullets.png) no-repeat 0 0;
    margin: 0 5px 0;
    text-indent: -9999px;
}

.es-pagination .es-active {
    background: url(http://plugins.gravitysign.com/everslider/images/bullets.png) no-repeat -13px 0;
}
/* Ticker */

.es-ticker {
    position: absolute;
    bottom: 0;
    right: 0;
}

.es-ticker a {
    display: block;
    padding: 7px;
    background: #eee;
}

.es-ticker a span {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

.es-ticker .es-play span {
    background: url(../images/ticker.png) no-repeat 0 0;
}

.es-ticker .es-pause span {
    background: url(../images/ticker.png) no-repeat -20px 0;
}
/* Retina */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    /* Navigation */

    .es-navigation .es-prev span {
        background: url(../images/arrows@2x.png) no-repeat 0 0;
        background-size: 40px 40px;
    }
    .es-navigation .es-next span {
        background: url(../images/arrows@2x.png) no-repeat -20px 0;
        background-size: 40px 40px;
    }
    /* Pagination */

    .es-pagination a {
        background: url(../images/bullets@2x.png) no-repeat 0 0;
        background-size: 26px 13px;
    }
    .es-pagination a.es-active {
        background: url(../images/bullets@2x.png) no-repeat -13px 0;
        background-size: 26px 13px;
    }
    /* Ticker */

    .es-ticker .es-play span {
        background: url(../images/ticker@2x.png) no-repeat 0 0;
        background-size: 40px 20px;
    }
    .es-ticker .es-pause span {
        background: url(../images/ticker@2x.png) no-repeat -20px 0;
        background-size: 40px 20px;
    }
}
/* image slider */

.image-slider .es-slides > li {
    position: relative;
}

.image-caption {
    position: absolute;
    bottom: 5%;
    left: 2%;
    /* height: 28px; */

    overflow: hidden;
}

.image-caption span {
    display: block;
    line-height: 15px;
    padding: 10px;
    color: #ddd;
    text-transform: uppercase;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
    border-left: 5px solid #E85f46;
}
/**
* BRAND PRODUK DMS
*/

.brand-photo-thumbs {}

.brand-photo-thumbs ul {
    margin: 0;
    padding: 0;
}

.brand-photo-thumbs ul li {
    display: inline-block;
}

.brand-photo-thumbs .brand-thumb {
    border: 1px solid #dedede;
    margin: 3px;
    width: 80px;
    height: auto;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

.brand-photo-thumbs .brand-thumb:hover {
    border-color: #EA6148;
}
/**
* TOP BAR NAVIGATION DMS / MENU ATAS
*/

#topbar {
    /* background-color: #383838;*/

    left: 0;
    right: 0;
    z-index: 9;
}

#topbar .topbar {}

#topbar .topbar ul >li {
    display: inline;
}

.links> li > a {
    color: #fff;
    font-size: 14px;
}

.links > li.contact-number > a:before {
    content: "\f095";
    font-family: FontAwesome;
    margin-right: 5px;
}

.links > li.admin-email > a:before {
    content: "\f003";
    font-family: FontAwesome;
    margin-right: 5px;
}

.links > li > a:hover {
    background: none;
    color: #f37f00;
}

.links > li > a:after {
    content: "";
    border-left: 1px solid #606060;
    margin-left: 7px;
    margin-right: 7px;
}

.links > li: last-child > a:after {
    content: "";
    border: none;
}
/** KETERANGAN DMS
**/

.joss {
    background: none repeat scroll 0% 0% #383838;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.33);
    font-size: 15px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    color: #fff;
}

.joss>h1 {
    background: none repeat scroll 0% 0% transparent;
    display: inline;
    font-size: 22px;
    font-weight: normal;
    margin: 0 5px;
    text-transform: uppercase;
}

.joss>p {
    color: #6C6F70;
    display: inline;
    font-size: 15px;
    margin: 0 6px;
}

.media h4 {
    font-size: 15px;
    font-weight: bold;
}

.media > .media-body > p.deskripsi {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media img {
    width: 50px;
    /** CART MENU
**/
}

.fs9 {
    font-size: 11px;
}

.fs10 {
    font-size: 12px;
}

.fs11 {
    font-size: 13px;
}

.fs12 {
    font-size: 14px;
}

.fs13 {
    font-size: 15px;
}

.fs14 {
    font-size: 16px;
}

.fs15 {
    font-size: 17px;
}

.fs16 {
    font-size: 18px;
}

.right {
    text-align: right;
}

.welcome {
    color: #636E75;
    font: Verdana;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}

.hitam {
    background-color: rgba(0, 0, 0, 0.7)!important;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.bg {
    background-color: #181818 !important;
}

.default-color {
    color: #3abec0;
}

a {
    color: #E65F46;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    */
}

.bannerbawah .pic img {
    transition: all .2s ease-in-out;
    -webkit-filter: saturate(0.5);
    filter: saturate(0.5);
}

.bannerbawah .pic img:hover {
    -webkit-filter: saturate(1);
    filter: saturate(1);
}

#content-testimony .testimony-list {
    margin-top: 0px!important;
}

a img {
    border: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    color: #3abec0;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.filter-price > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.product-list-block {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#shippingform ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
/*#page, .header-wrap, #header-main, #topbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}*/

.container {
    /* background-color: #fff;*/
}

.hero-spacer {
    margin-top: 50px;
}

.dms-feature {
    margin-bottom: 30px;
    /* spaces out the feature boxes once they start to stack responsively */
}
/**
 * Page title DMS
 **/

.page-title {
    margin-bottom: 20px;
    /* margin-top: -20px;*/
}

.page-title h2 {
    font-size: 18px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    color: #EA6148;
}

.page-title h2:after {
    content: "";
    height: 3px;
    margin: 0 0 0 18px;
    position: absolute;
    top: 50%;
    background-color: #EA6148;
    width: 100%;
}

.page-title h1 {
    color: #EE6148;
    font-size: 25px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

.page-title h1:after {
    content: "";
    height: 3px;
    margin: 0 0 0 18px;
    position: absolute;
    top: 50%;
    background-color: #EE6148;
    width: 100%;
}

.page-content {
    padding: 0px 0 44px !important;
}

#topbar .topbar .login,
#topbar .topbar .links {
    margin: 15px 0px;
    padding: 0;
}

#header-main {
    /* background-color: #242424;*/
    /*margin-bottom: 20px;*/

    left: 0;
    right: 0;
    z-index: 9;
}

#header-main .header-wrap {
    min-height: 50px;
    background: #565656;
    /* Old browsers */

    background: -moz-linear-gradient(top, #565656 0%, #232220 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #232220));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #565656 0%, #232220 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #565656 0%, #232220 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #565656 0%, #232220 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #565656 0%, #232220 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#232220', GradientType=0);
    /* IE6-9 */
}

#header-main .header-wrap .wrap-logo img {
    padding: 5px 0;
    max-height: 50px;
}

#header-main .header-wrap .wrap-logo span {
    font-weight: bold;
    font-size: 17px;
    color: #f28021;
    border: 1px solid #ddd;
    padding: 7px;
    border-radius: 5px;
    line-height: 55px;
    margin-left: -15px;
}

#header-main .inner {
    display: table;
    position: relative;
    height: 100%;
}

#header-main .inner > * {
    display: table-cell;
    vertical-align: middle;
}

.loginuser {
    line-height: 10px;
    border: 2px solid #f37f00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 15px 5px;
    margin: 10px 0px 10px 10px;
    color: #fff;
}

.loginuser:hover {
    color: #3abec0;
}

.loginuser > span.icon {
    float: left;
    text-align: center;
    width: 22px;
    height: 26px;
    line-height: 27px;
    background-color: #f37f00;
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    margin: -7px 6px -5px -16px;
}

.keranjang {
    line-height: 10px;
    border: 2px solid #f37f00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 15px 5px;
    margin: 10px 0px 10px 0px;
    color: #fff;
}

.keranjang:hover {
    color: #3abec0;
}

.keranjang > span.icon {
    float: left;
    text-align: center;
    width: 22px;
    height: 26px;
    line-height: 27px;
    background-color: #f37f00;
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    margin: -7px 6px -5px -16px;
}

.language {
    line-height: 10px;
    border: 2px solid #606060;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 5px 6px;
    margin: 10px 0px 10px 6px;
    transition: all 0.2s ease-out;
}

.language:hover {
    border: 2px solid #EA6148;
}

.language img {
    cursor: pointer;
    margin: 2px 3px 1px;
}

.currency {
    line-height: 10px;
    border: 2px solid #eeeeee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 5px 6px;
    margin: 10px 0px 10px 6px;
}

.currency a {
    display: inline-block;
    padding: 2px 4px;
    text-decoration: none;
    cursor: pointer;
    color: #999999;
}

.currency a:hover {
    color: #3abec0;
}

.currency a b {
    color: #3abec0;
    text-decoration: none;
}

#header .cart-top {
    padding-left: 20px;
    border-left: 1px solid #eeeeee;
}

#header #cart {
    position: relative;
    top: 0px;
    right: 5px;
    z-index: 9;
    min-width: 180px;
    margin-top: 20px;
    height: 66px;
}

#header #cart .content {
    clear: both;
    display: none;
    position: absolute;
    top: 66px;
    right: 0px;
    padding: 8px;
    min-height: 150px;
    min-width: 280px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.176);
    background: #FFFFFF;
}

#header #cart > span.icon {
    float: left;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #3abec0;
    display: block;
    color: #FFFFFF;
    font-size: 16px;
}

#header #cart .heading {
    float: left;
    margin-right: 0px;
    padding-left: 8px;
    padding-right: 14px;
    position: relative;
    z-index: 1;
}

#header #cart .heading a {
    text-decoration: none;
    color: #999999;
    line-height: 14px;
}

#header #cart .heading a span {
    background: url('../image/arrow-down.png') 100% 50% no-repeat transparent;
    padding-right: 15px;
}

#header #cart .heading h4 {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin: 0px;
    color: #3abec0;
    line-height: 20px;
}

#header #cart.active .content {
    display: block;
}

#header #cart .checkout {
    text-align: right;
    clear: both;
}

#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}

#search {
    text-align: right;
    margin: 10px 0px 0px 5px;
    float: right;
    border-radius: 10px;
    padding: 0px 0px 0px;
    /* min-width: 300px; */

    clear: both;
    height: 29px;
    border: 2px solid #606060;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

#search:hover {
    border: 2px solid #EA6148;
}

#search .btn {
    float: right;
    cursor: pointer;
    background-color: rgb(69, 68, 68);
    border: 0;
    color: white;
    height: 26px;
    border-radius: 0;
    padding: 0 8px 0px 8px;
    text-transform: uppercase;
}

#search .btn:hover {
    background-color: #EA6148;
}

#search input {
    margin: 0;
    border: none;
    height: 27px;
    /* padding: 0px; */
    /* width: 225px; */

    background-color: transparent;
    color: white;
}

#search #sub {
    display: none;
}

#container {
    width: 85%;
    margin: auto;
}
/* General product style */

.item {
    position: relative;
    margin-bottom: 20px;
    /*    padding:10px;
    border:5px solid #eaeaea;*/
}
/* cut left/right padding for carousel items */

.owl-carousel .item {
    padding: 20px 10px;
}

.item.item-list {
    margin-bottom: 40px;
}

.item.item-list .item-image-container {
    width: 230px;
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
}

.item .item-image-container {
    position: relative;
    margin: 0 auto 15px;
    text-align: -webkit-center;
}

.item .item-image-container > a {
    display: block;
}

.item .item-image-container img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 220px;
    height: 160px;
    /*border-radius: 5px;
    border: 1px solid transparent;*/

    object-fit: cover;
    border: 2px solid transparent;
}
/*.item .item-image-container  .item-image {
    visibility:visible;
    opacity:1;
}
*/
/*.item .item-image-container  .item-image-hover {
    opacity:0;
    visibility:hidden;
    position: absolute;
    left:0;
    top:0;
}
*/

.item:hover > .item-image-container .item-image {
    /*    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    opacity: 0.6;*/

    border: 2px solid #EA6148;
}
/*.item:hover > .item-image-container .item-image-hover {
    visibility:visible;
    opacity:1;
}*/

.item-price-container {
    display: inline-block;
    color: #adadad;
}

.item-price-special {
    font: 700 16px/20px "Gudea", Arial, sans-serif;
    color: #e82c0c;
}

.item-price-container .old-price {
    text-decoration: line-through;
    margin-left: 4px;
    font-size: 12px;
}

.item-price-container .item-price {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
/*.item-meta-inner-container  {
       text-align: center;
}*/

.sub-price {
    font-size: 75%;
    position: relative;
    bottom: 0;
}

.new-rect,
.discount-rect {
    display: block;
    font: 700 16px/20px "PT Sans", sans-serif;
    color: #fff;
    padding: 7.5px 0;
    position: absolute;
    left: 0;
    top: 10px;
    text-transform: uppercase;
    z-index: 800;
    width: 62px;
    text-align: center;
}

.new-rect {
    background: #ff9900;
}

.discount-rect {
    background: #555555;
}

.new-circle,
.discount-circle {
    display: block;
    /* font: 700 16px/20px "Gudea", sans-serif; */
    /*font-weight: bold;*/

    color: #fff;
    padding: 5px 0;
    position: absolute;
    top: 0px;
    text-transform: uppercase;
    z-index: 800;
    width: 65px;
    /* height: 18px; */

    text-align: center;
    /* border-radius: 500px;*/

    right: 0;
}

.new-circle {
    background-color: rgba(0, 0, 0, 0.5);
    /*left:-5px;*/
}

.discount-circle {
    background: #ff530d;
    right: -5px;
}

.diskon2 {
    background: url("//tekav.id/themes/gym/assets/diskon.png");
    width: 50px;
    height: 46px;
    position: absolute;
    top: -5px;
    right: 10px;
    z-index: 999;
}
/* if two tags used together take discount to below */

.new-rect + .discount-rect {
    top: 47px !important;
}

.item.item-list .item-meta-container {
    text-align: left;
    padding-top: 5px;
}

.category-list-container .ratings-container {
    margin-bottom: 10px;
}

.ratings-container {
    display: inline-block;
    float: right;
    padding: 0;
    height: 20px;
}

.item .ratings-container * {
    vertical-align: middle;
}

.ratings {
    width: 94px;
    height: 16px;
    display: inline-block;
    background: url(../images/sprites/ratings.png) no-repeat;
    background-position: 0 0;
}

.ratings .ratings-result {
    height: 16px;
    background: url(../images/sprites/ratings.png) no-repeat;
    background-position: 0 -16px;
}

.ratings-amount {
    color: #ccc;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
}
/* title for all items */

.item-name {
    font-size: 15px;
    line-height: 15px;
    /* font-weight: bold; */

    margin: 5px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
}
/* title for list style items */

.item.item-list .item-name {
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0 10px;
}

.item-name a {
    color: #000;
}

.item-name a:hover {
    color: #ff9900;
}

.item.item-list .item-meta-container p {
    margin-bottom: 20px;
}

.item-action {
    line-height: 15px;
}

.item-action * {
    vertical-align: middle;
    white-space: nowrap;
}

.item-add-btn {
    display: inline-block;
    height: 35px;
    min-width: 35px;
    color: #e8e8e8;
    background-color: #575a59;
    border: 1px solid #5c5f5e;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    text-transform: uppercase;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    vertical-align: top;
}

.item-add-btn:hover,
.item-add-btn:focus,
.item-add-btn:active,
.item-add-btn.active {
    color: #fff;
    background: #ff9900;
    border-color: #ff9900;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

.item-add-btn.icon-cart {
    background-image: url(../images/sprites/cart.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-cart-text {
    display: inline-block;
    padding: 10px 16px;
    font-weight: bold;
    font-size: 13px;
}

.item .item-action .item-action-inner {
    display: inline-block;
    padding-left: 15px;
}

.item .ratings-amount {
    display: none;
}

.product .item {}
/* BREADCUMB */

#breadcrumb {
    /* margin-bottom: 20px; */

    line-height: 30px;
    color: #ffffff;
    /*padding: 1px;*/
    /*border: 1px solid #f0f0f0;*/

    margin: 0px -15px 0 -15px;
    border-top: 2px solid #E95F46;
}

#breadcrumb a {
    display: block;
    float: left;
    background: #292827;
    padding-right: 10px;
    height: 30px;
    margin-right: 31px;
    position: relative;
    text-decoration: none;
    color: #EE6148;
}

#breadcrumb a:last-of-type {
    margin-right: 25px;
}

#breadcrumb a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -30px;
    border: 15px solid transparent;
    border-color: #292827;
    border-left-color: transparent;
}

#breadcrumb a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -30px;
    border: 15px solid transparent;
    border-left-color: #292827;
}

#breadcrumb a:first-of-type {
    padding-left: 15px;
}

#breadcrumb a:first-of-type:before {
    display: none;
}

#breadcrumb a:hover {
    background: #292827;
    color: #fff;
    text-decoration: none;
}

#breadcrumb a:hover:before {
    border-color: #292827;
    border-left-color: transparent;
}

#breadcrumb a:hover:after {
    border-left-color: #292827;
}
/* STOP BREADCUMB */
/*-- FOOTER DMS --*/

#breadcrumb a.active {
    color: #FFFFFF;
}

#footer {
    margin: 0px auto;
    font-size: 11px;
    height: 40px;
}

.clear {
    clear: both;
    content: '';
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.clearfix {
    clear: both;
    content: '';
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.item-block-1 {
    /*width: 220px;
    float: left;*/

    position: relative;
    /*margin: 0 23px 20px 0;
    padding: 30px 0 0 0;*/

    background: url(../img/border-5.png) top left repeat-x;
}

.item-block-1 .image-wrapper .image-overlay-1 {
    opacity: 0;
}

.item-block-1 .image-wrapper:hover .image-overlay-1 {
    opacity: 1;
}

.item-block-1 .image-wrapper-3 {
    background-color: #fff;
    border: rgba(0, 0, 0, 0.15) 1px solid;
    padding: 2px;
    margin: 0 0 10px 0;
}

.item-block-1 .image-wrapper-3 .image {
    max-width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.item-block-1 .image-wrapper-3 .image img {
    position: absolute;
    z-index: 1;
}

.item-block-1 .image-wrapper-3 .image-overlay-1 {
    opacity: 0;
    z-index: 2;
}

.item-block-1 .image-wrapper-3:hover .image-overlay-1 {
    opacity: 1;
}

.item-block-1 .image-wrapper {
    padding: 2px;
    background-color: #fff;
    border: rgba(0, 0, 0, 0.15) 1px solid;
    margin: 0 0 10px 0;
}

.item-block-1 .image {
    position: relative;
}

.item-block-1 img {
    display: block;
}

.item-block-1 h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
    margin: 0 0 6px 0;
}

.item-block-1 h3 a {
    color: #1e1e1e;
}

.item-block-1 h3 a:hover {
    color: #da0a7b;
}

.item-block-1 p b {
    font-size: 15px;
    color: #EA5C1D;
    font-weight: normal;
}

.item-block-1 p a {
    font-size: 11px;
    font-weight: bold;
    color: #767676;
}

.item-block-1 p a:hover {
    color: #da0a7b;
}
/* Transitions */

.trans-1 {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
}

.image-overlay-1 {
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 100%;
    height: 100%;
}

.image-overlay-1 table {
    margin: 0 auto;
    height: 100%;
}

.image-wrapper-1 {
    padding: 2px;
    background-color: #fff;
    border: rgba(0, 0, 0, 0.15) 1px solid;
    float: left;
}

.image-wrapper-1 .image-overlay-1 {
    opacity: 0;
}

.image-wrapper-1:hover .image-overlay-1 {
    opacity: 1;
}

.image-wrapper-1 .image {
    position: relative;
}

.image-wrapper-1 .image img {
    display: block;
}

.detail {
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1px 0 0 0;
    float: left;
}

.detail:hover {
    color: #fff;
    background-color: rgba(218, 10, 123, 0.85);
    box-shadow: none;
}

.detail span {
    border-top: rgba(255, 255, 255, 0.15) 1px solid;
    padding: 5px 20px 7px 20px;
    border-radius: 3px;
    /* background: url(../images/ico-cart-2.png) 16px 7px no-repeat; */

    float: left;
}
}
.button-1:hover span {
    border-top: rgba(255, 255, 255, 0.25) 1px solid;
}
/**
DMS SLIDER
**/

.s-size {
    height: 400px;
    width: 100%;
    background-color: black;
}
.carousel-indicators {
    position: absolute;
    bottom: 5px;
    right: -2%;
    z-index: 15;
    width: 10%;
    left: auto;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0 !important;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.s-c {
    position: absolute;
    /* right: 15%; */

    bottom: 5px;
    left: 2%;
    z-index: 10;
    padding-top: 20px;
    /* padding-bottom: 20px; */

    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.s-c-black {
    color: white;
    background: black;
    padding: 5px 10px;
    border-radius: 10px;
}
.s-c-red {
    color: white;
    background: #e74c3c;
    padding: 5px 10px;
}
.carousel-fade .item {
    -webkit-transition: .7s ease-in-out opacity;
    -moz-transition: .7s ease-in-out opacity;
    -ms-transition: .7s ease-in-out opacity;
    -o-transition: .7s ease-in-out opacity;
    transition: .7s ease-in-out opacity;
    left: 0 !important;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
    opacity: 0;
    z-index: 2;
}
.carousel-fade .next.left,
.carousel-fade .prev.right {
    opacity: 1;
    z-index: 1;
}
/*
** Footer
*/

#footer {
    font-family: 'Ropa Sans', sans-serif;
    display: block;
    border-top: 3px solid #EA6148;
}
#footer-content .list-styled a:hover {
    padding-left: 1px;
}
#footer .title-3 {
    font-size: 18px;
}
#footer h5 {
    margin-bottom: 8px;
}
#footer h5.title {
    margin-top: 13px;
}
#footer h5 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.footer-powered {
    background-color: #333;
    color: #CECECE;
    padding-top: 15px;
    position: relative;
}
/*footer bottom*/

.footer_bottom {
    /*background-image: url("//commerce.jcamp.biz/aris/userfiles/0/1/1/themes/gymbro/assets/footer_pattern.png");*/

    background-color: #000;
    color: #ffffff;
    font-size: 15px;
    /*border-radius: 0 0 5px 5px;*/
}
.footer-content-middle {
    margin: 20px 0px 30px;
}
.wrap_linklist {}
.wrap_linklist ul li,
.tentangkami,
.social_title {
    font-size: 15px;
    line-height: 22px;
    padding: 0;
}
.widget-linklist {
    margin: 20px 0 20px 0;
}
.tentangkami_span {
    display: block;
    text-align: justify;
    line-height: 20px;
}
/*end footer bottom*/
/* Social Icons */

#footer .footer_social_icons a:hover {
    color: #ffffff;
}
#footer .footer_social_icons li {
    padding-right: 0;
}
.footer_social_icons .fa-facebook-square,
.footer_social_icons .fa-twitter-square {
    border: 2px solid transparent;
    color: #ffffff;
}
.footer_social_icons .fa-facebook-square:hover {
    background-color: #3B5998;
    border: 2px solid #3B5998;
    border-radius: 2px;
    -webkit-animation: fadeIn 1s;
}
.footer_social_icons .fa-twitter-square:hover {
    background-color: #5EA9DD;
    border: 2px solid #5EA9DD;
    border-radius: 2px;
    -webkit-animation: fadeIn 1s;
}
#footer .footer_social_icons a {
    color: #eaeaea;
}
/* Footer Menu */

#widget-linklist4 li {
    padding-left: 0;
    padding-top: 0;
    padding-right: 6px;
}
#widget-location ul,
#widget-linklist2 ul {
    margin-bottom: 0;
}
/* Newsletter */

#footer .newsletter #newsletter_email {
    background: #ffffff !important;
    border-radius: 4px;
    padding: 5.5px 90px 5.5px 5px;
    position: relative;
    margin: 10px 0;
    height: 30px;
}
#footer .newsletter input#newsletter_email:hover {
    border: 2px solid #F3644A;
}
#footer .newsletter .clearfix {
    margin-bottom: 0;
}
#footer .newsletter input#newsletter_email {
    width: 100%;
    border: 1px solid transparent;
    padding-left: 5px;
    line-height: 15px;
    box-shadow: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #333333;
}
#footer .newsletter input#newsletter_submit {
    width: 76px;
    position: absolute;
    right: 15px;
    top: 60px;
    border: 1px solid transparent;
    height: 29px;
    border-radius: 0 5px 5px 0;
    color: #000000;
    text-transform: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    background: #eaeaea;
}
#footer .newsletter input#newsletter_submit:hover {
    color: #EA6148;
}
#footer .newsletter input#newsletter_submit::active {
    background: #bbb;
}
#footer .widget-header {
    padding-bottom: 17px;
}
#footer .widget-header h4 {
    color: #ffffff !important;
    font-size: 14px;
    margin: 20px 0 3px;
}
#footer .widget-header span {
    margin-bottom: 10px;
}
#footer .widget-header a {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}
#footer .widget-header a:hover {
    color: #a0a0a0;
}
#footer .footer_bottom .block-content a {
    color: #c7c7c7;
    font-size: 15px;
}
#footer .footer_bottom .block-content a:hover {
    color: #E65F46;
    -webkit-animation: bounceIn 0.8s;
}
.block-sidebar-left {
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
    padding: 10px;
}
#footer .widget-linklist hr {
    border: 0;
    display: flex;
    margin: 10px 0 10px 0;
}
#footer .widget-linklist hr::before {
    content: '';
    height: 2px;
    background-color: #BC4F3A;
    width: 20%;
}
#footer .widget-linklist hr::after {
    content: '';
    height: 2px;
    background-color: #EBA99D;
    width: 80%;
}
/*footer bottom*/

.wrap_bot {}
.footer_bot_info {
    font-size: 11px;
}
.footer_bot_info a,
.footer_bot_info div {
    color: #a0a0a0;
}
#bottom {
    position: relative;
}
#bottom .container {
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
/*end er bottom*/

.logobawah {
    width: 100px;
    float: right;
}
/*bg-left & right*/

a#bg-left,
a#bg-right {
    display: block;
    position: fixed;
    top: 50%;
    margin-top: -132px;
    z-index: 0;
    max-width: 130px;
    height: auto;
    border-radius: 10px;
}
.bg-image-sidebar img {
    border-radius: 10px;
}
a#bg-left {
    left: 40px;
}
a#bg-right {
    right: 40px;
}
.top-below-nav {
    position: relative;
}
/*end bg-left & right*/
/**
 * Product Detail
 **/

#content-productdetail .product-detail {}
.product-detail .detail-primary {
    /* border: 1px solid #d3d3d3;
     padding: 6px;*/
}
.product-detail .detail-secondary {
    /*  border: 1px solid #d3d3d3;*/
}
/** Image **/

.product-detail .product-image-main {}
.product-detail .product-image-main img {
    width: 100%;
    border: 1px solid #d3d3d3;
}
.product-detail .product-image-other {
    padding-top: 5px;
    /*    margin: 0  0 0 -15px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;*/
}
.product-detail .product-image-other a {
    /*    float: left;
   border-right: 1px solid #d3d3d3;*/
}
.product-detail .product-image-other a img {
    opacity: 0.7;
}
.product-detail .product-image-other a:hover img {
    opacity: 1;
}
.cloud-zoom-gallery {
    margin: 0;
}
.add-button .btn {
    width: 100%;
}
/** Buy Button **/

.product-detail .product-buy {
    /*    margin: 20px 0 0 -15px;
border: 1px solid #d3d3d3;
padding: 5px;*/

    margin-top: 10px;
    margin-bottom: 10px;
}
.product-detail .product-buy .block-title {
    display: none;
}
.product-detail .product-buy .block-title h3 {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}
.product-detail .buy-option {
    padding: 15px 0px 20px 10px;
    background-color: #424242;
}
.product-detail .buy-option label {
    margin-right: 10px;
}
.product-detail .buy-button .btn {
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-radius: 0;
}
/** Spec **/

.product-detail .product-spec {
    margin-top: 15px;
    /* padding-top: 15px; */

    border-top: 1px solid #d3d3d3;
}
.product-detail .product-spec .meta {
    padding: 10px 0;
    border-bottom: 1px dotted #cccccc;
}
.product-detail .product-spec .title {
    float: left;
    width: 120px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.product-detail .product-spec .value {
    margin-left: 120px;
}
/** Price **/

.product-detail .product-price {
    /* margin: 20px 0; */

    height: 50px;
}
.product-detail .product-price .title {
    float: left;
    width: 60px;
    height: 55px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    background-color: #424242;
    color: #ffffff;
    font-weight: bold;
}
.product-detail .price-info {
    margin-left: 60px;
    height: 55px;
    color: #ffffff;
    background-color: #E95F46;
    padding: 0px 15px;
    line-height: 50px;
}
.product-detail .price-info .current {
    font-size: 30px;
    /*    line-height: 22px;
    margin-bottom: 4px;
    display: block;*/
}
.product-detail .price-info .ori {
    opacity: 0.7;
}
/** Attr **/

.product-attr {
    margin-top: 25px;
}
.product-attr .listmeta {
    margin-bottom: 22px;
}
.product-attr .attr-title {
    font-size: 16px;
    margin: 0 0 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #d3d3d3;
}
.product-attr .list div {
    padding: 10px 0;
    border-bottom: 1px dotted #cccccc;
}
.product-attr .list div:first-child {
    padding-top: 0;
}
/*
.table>thead>tr>th {
    border-bottom: 1px solid transparent;
}
*/
/** Share **/

.product-share h3 {
    display: none;
}
.product-share {
    background-color: #eaeaea;
    border-top: 2px solid #d3d3d3;
    padding: 10px 10px 10px;
}
.product-share>div {
    margin: 0!important;
}
/** Review **/

.product-review {
    /*    padding: 15px;*/

    margin-top: 15px;
    /*    border: 1px solid #d3d3d3;*/
}
.product-review-main {
    margin-bottom: 30px;
}
.product-review .section-title {
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 6px;
    border-bottom: 2px solid #d3d3d3;
}
.primary .page-title {
    margin-top: -20px;
}
#product-review-main .add-button i {
    margin-right: 6px;
}
#review-form-container {
    margin-top: 8px;
    visibility: visible;
}
#review-form-container .rate {
    margin-right: 14px;
}
#review-form-container .rate i {
    font-size: 18px;
}
#review-list-container {
    margin-top: 20px;
}
.testimony-list .reply {
    margin-left: 30px;
}
.review .testimony-content {
    position: relative;
    padding-right: 40px;
}
.review .review-rating {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 18px;
    color: #222222;
}
.modal-dialog.modal-buy .order-loading,
.modal-dialog.modal-buy .order-options {
    text-align: center;
}
.modal-dialog.modal-buy .modal-content {
    padding: 30px 0px 30px;
    margin-top: 50%;
}
.modal-dialog.modal-buy .loader {
    margin-bottom: 18px;
}
.modal-dialog.modal-buy .loader i {
    font-size: 30px;
    color: #555555;
}
.modal-dialog.modal-buy .loader p {
    margin: 0;
}
.account-bar-show .modal-dialog.modal-buy {
    margin-top: 100px;
}
/** Section **/

.section-title {
    font-size: 22px;
    margin: 0 0 16px;
}
.section-title:first-child {
    margin-bottom: 28px;
}
.section-content {
    margin-bottom: 25px;
}
.section-content:last-child {
    margin-bottom: 0;
}
.member-tab-content {
    padding: 22px 0 34px;
}
#member-container i {
    margin-right: 5px;
}
.member-form-container {
    padding: 16px 8px 6px!important;
    border-top: 2px solid #EA6148!important;
    border-bottom: 2px solid #EA6148!important;
    background-color: rgba(255, 255, 255, 0.1)!important;
}
/** Product Category **/

.cat-info {
    /*    margin: 0 -15px;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;*/
}
.cat-info img {
    width: 100%;
}
.cat-image {
    max-height: 320px;
    overflow: hidden;
}
.cat-desc {
    height: 35px;
    padding-top: 8px;
    background: #292827;
}
.product-list-nav {
    /*    margin: 0 -15px;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;*/
}
.product-order-nav {
    /*padding-left: 0;*/
}
.product-display-nav {
    text-align: right;
}
.product-list-nav .list-nav {
    float: left;
    padding: 6px 15px;
    color: #FFFFFF;
    background-color: #424242;
}
.product-display-nav .list-nav {
    float: right;
}
.product-list-nav .list-nav:hover {
    text-decoration: none;
    background-color: #E75E46;
}
.product-list-nav .current-nav,
.product-list-nav .current-nav:hover {
    background-color: #E75E46;
    color: #ffffff;
}
#content-productlist .product-list>.row {
    margin-top: 24px;
}
/** Pagination **/

.pagination {
    margin: 0;
    width: 100%;
    display: block;
}
.pagination .row {}
.pagination .pagin-item {
    float: left;
    padding: 5px 15px;
    color: #FFFFFF;
    background-color: #383838;
    border: 1px solid #030303;
    margin-bottom: 10px;
}
.pagination .pagin-ellipsis {
    background-color: #d3d3d3;
}
.pagination .current,
.pagination .pagin-item:hover {
    background-color: #E85E45;
    color: #ffffff;
    text-decoration: none;
}
.pagination .pagin-current {
    background-color: #E85E45;
}
.pagination .pagin-ellipsis:hover {
    background-color: #d3d3d3;
    color: #424242;
}
.pagination .pagin-next a {
    float: right;
}
.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;
}
/** 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: #424242;
    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;
}
.modal-content {
    border-radius: 0;
    padding: 15px;
    -webkit-animation: zoomIn 0.5s;
    -moz-animation: zoomIn 0.5s;
    -ms-animation: zoomIn 0.5s;
    -o-animation: zoomIn 0.5s;
    animation: zoomIn 0.5s;
    border: 3px solid rgba(229, 94, 70, 0.5);
}
.modal.fade:not(.in) {
    -webkit-animation: zoomOut 0.5s;
    -moz-animation: zoomOut 0.5s;
    -ms-animation: zoomOut 0.5s;
    -o-animation: zoomOut 0.5s;
    animation: zoomOut 0.5s;
}
.modal {
    overflow-y: auto;
}
.modal-backdrop.in {
    opacity: .8;
}
.modal-body,
.modal-wrapper,
.modal-header {
    background-color: #fff;
}
.modal-header {
    padding: 8px 0px 8px 15px;
}
.modal-title .h4 {
    font-size: 100px;
}
.product-filter {
    border: 1px solid #424242;
    margin-bottom: 15px;
}
.product-filter .widget-title {
    background-color: #424242;
    color: white;
}
.product-filter .item-active {
    background-color: #E75E46;
    color: #fff;
}
.item-widget {
    margin-bottom: 10px;
}
.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: #E75E46;
    color: #fff;
}
/** RESPONSIVE DMS
**/

@media only screen and (max-width: 1550px) {
    .bg-image-sidebar img {
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    /*   #header-main .dms-menu {
       margin-left: -15px;
       margin-right: -15px;
  }*/

    .bg-image-sidebar {
        display: none;
    }

    .carousel-indicators {
        width: 12%;
    }
}
@media only screen and (max-width: 990px) {
    #search {
        max-width: 100%;
    }

    #search .btn {
        display: none;
    }
    /*
    #search input {
        width: 190px;
    }
*/

    .carousel-indicators {
        right: 0%;
    }

    .bg-image-sidebar {
        display: none;
    }

    .page-title {
        margin-bottom: 20px;
        margin-top: -10px;
        padding-top: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .account-bar-show {
        padding: 0!important;
    }

    .navbar-fixed-top {
        position: relative;
    }

    #page {
        padding-top: 0 !important;
    }

    #header-main .header-wrap {
        height: 66px;
    }

    #header-main .header-wrap .wrap-logo {
        margin-top: 0px;
        border-left: none;
    }

    #header-main .header-wrap {
        padding: 0px;
    }

    .s-size {
        height: 250px;
        width: 100%;
    }

    .carousel-indicators {
        right: 1%;
    }

    .bg-image-sidebar {
        display: none;
    }

    .carousel-indicators {
        width: 15%;
    }

    .product-detail .product-price {
        margin: 17px 0;
    }

    .product-share {
        margin-top: 10px;
    }

    .product-list-nav {
        margin: 0;
    }

    .product-order-nav {
        text-align: center;
    }

    .product-display-nav {
        text-align: center;
    }

    .product-list-nav .clearfix {
        display: inline-block;
        vertical-align: middle;
    }

    .product-list-nav .row {
        margin: 0;
    }

    .product-list-nav .col-sm-6 {
        padding: 0;
    }

    .blocks-cart {
        margin-bottom: 20px;
        border: 1px solid #f38121;
        border-radius: 5px;
        padding: 5px;
        float: none;
        text-align: center;
        margin-right: 0;
    }

    .blocks-login {
        margin-top: 15px;
        margin-bottom: 20px;
        border: 1px solid #f38121;
        border-radius: 5px;
        padding: 5px;
        /* float: none; */

        text-align: center;
    }

    .button-cartt {
        text-align: center;
    }

    .coupon {
        text-align: center;
        float: none!important;
    }

    .coupon .form-control {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }
    /*
    .shopcart {
        font-size: 11px;
    }

*/

    #order-step {
        font-size: 8.3px;
    }

    .blocks-atas .blocks-cart {
        display: none;
    }

    .blocks-atas .blocks-login {
        display: none;
    }

    .btn-blok {
        width: 100%;
        margin-bottom: 10px;
    }

    .button-atas {
        margin: 0;
    }

    .blocks-cart {
        margin-bottom: 10px;
        border: 1px solid #f38121;
        border-radius: 5px;
        padding: 10px;
        float: none;
        text-align: center;
        margin-right: 0;
    }

    .blocks-login {
        margin-top: 0px;
        margin-bottom: 20px;
        border: 1px solid #f38121;
        border-radius: 5px;
        padding: 10px;
        /* float: none; */

        text-align: center;
        width: 100%;
    }

    #search .btn {
        margin-top: -42px;
        display: block;
    }

    #search {
        margin: 0;
        float: none;
        max-width: 100%;
        display: block;
    }

    #topbar .topbar .login,
    #topbar .topbar .links {
        float: none!important;
        text-align: center;
    }
}
@media only screen and (max-width: 479px) {
    .s-size {
        height: 150px;
        width: 100%;
    }

    .carousel-indicators {
        width: 60%;
        left: 50%;
    }

    #header-main .header-wrap .wrap-logo {
        display: none;
    }

    #cart-form-secondary .button-wrap {
        margin-top: 20px;
        text-align: center;
        float: none;
    }

    .s-c {
        right: 15%;
        bottom: 18px;
        left: 15%;
    }

    .s-c-black {
        font-size: 13px;
    }

    .bg-image-sidebar {
        display: none;
    }

    .product {
        margin-bottom: 30px;
    }

    .joss {
        margin-top: -10px;
    }

    .product > .caption {
        text-align: center;
    }

    .image-caption span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 250px;
        font-size: x-small;
    }

    .product-review {
        margin-top: 15px;
        padding: 0;
        border: none;
    }

    .everslider {
        display: none;
    }

    .dms-post figure {
        max-width: 260px;
        padding-bottom: 10px;
        padding-right: 0px;
    }

    .pagination .pagin-item {
        padding: 5px 8px;
        margin-bottom: 10px;
    }

    .coupon .form-control {
        width: 100%;
    }

    #shoppingcart-mobile .cart-title {
        float: none;
        width: 100%;
        margin-bottom: 3px;
    }

    #shoppingcart-mobile .cart-value {
        margin: 0 0 10px 0;
    }
    /**
     * Cart
     **/

    #shoppingcart {
        display: none;
    }

    #shoppingcart-mobile {
        display: block;
    }

    .menu-pills {
        padding-bottom: 16px;
        margin: 0 0 6px 0;
    }

    .menu-pills .tab-menu {
        margin-right: 0;
    }

    .menu-member .nav-pills > li >a {
        float: none;
        padding: 10px 0 10px 0;
    }

    .menu-member .menu-logout {
        position: static;
    }

    .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%;
    }

    .joss>h1 {
        font-size: 15px;
    }

    .cat-desc {
        height: 60px;
        font-weight: normal!important;
        text-align: center;
    }

    body {
        background: url('') #1e1e1e!important;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 980px;
    }
}
.bannerbawah {
    margin: 20px 0px 20px 0;
}
.bannerbawah .pic {
    height: 130px;
    overflow: hidden;
}
.bannerbawah .pic span {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
    min-width: 60%;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    border-left: 5px solid #E85F46;
    transition: all 0.5s;
    left: 15px;
}
.bannerbawah .pic span:hover {
    border-right: 5px solid #E85F46;
    border-left: 5px solid transparent;
    transition: all .2s;
    padding: 7px;
}
.np {
    padding: 0;
}
#content-productdetail {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
}
.modal {
    color: #000000;
}
.payment {
    max-width: 700px!important;
    color: #616161;
    font: bold 12px arial;
}
.payment-met tr {
    padding-top: 15px!important;
}
.payment-met strong {
    color: #616161!important;
}
strong {
    color: #ffffff!important;
}
#block-account .account-info strong {
    color: #000000!important;
}
#list-data-confirm .table-striped>tbody>tr:nth-child(odd)>td,
#list-data-confirm .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
#list-data-confirm .table>thead>tr>th,
#list-data-confirm .table>tbody>tr>th,
#list-data-confirm .table>tfoot>tr>th,
#list-data-confirm .table>thead>tr>td,
#list-data-confirm .table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #383838;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent!important;
}
#form-login-top .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff!important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control {
    color: #ffffff;
    background-color: #1B1B1B!important;
    border-bottom: 1px solid #F3644A;
    border-radius: 0px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 6px 6px;
}
.form-control:hover,
.form-control:focus {
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
}
/* ADMIN AREA STYLE */

.meta-bg {
    background-color: inherit!important;
}
.testimony-list .testimony-info {
    background-color: #D75740!important;
}
.testimony-list .date,
.testimony-list .author span {
    color: #ffffff!important;
}
.testimony-list .testimony-content i {
    color: #E75F46!important;
}
.testimony-list .testimony-info i {
    color: #ffffff!important;
}
.testimony-list .testimony-content {
    background-color: rgb(69, 68, 68)!important;
}
.testimony-list .testimony-info {
    margin-bottom: 0!important;
}
.testimony-list .testimony-content i {
    top: 12px!important;
    right: 12px!important;
    left: initial!important;
}
.testimony-list .testimony-content {
    padding: 15px 40px 10px 15px!important;
}
#img-captcha {
    border-radius: 10px;
    margin: 0 0 10px 0px;
    /* border: 2px solid #EE6148; */
}
#admin-navbar {
    background-color: #454444!important;
    border-bottom: 2px solid rgba(233, 94, 70, 0.8)!important;
}
#admin-navbar #remove-bar {
    color: #ffffff!important;
}
#admin-navbar .admin-link a {
    background-color: #F5644A!important;
    border-bottom: 2px solid #BA3B23!important;
}
/* ---------------- */

@media (max-width: 767px) {
    .category-nav>li>a {
        background-color: none;
        border-bottom: 0!important;
    }

    .category-nav a {
        height: initial!important;
        line-height: initial!important;
    }
        .item .item-image-container img {
        width: 100%!important;
        height: 100%!important;

    }
}

.menu-member .nav-pills > li.active > a:hover {
    color: #ffffff!important;
}
input#captcha,
input.input-xlarge {
    color: #383838!important;
}
#content-ongkoskirim .table tbody tr~tr:nth-child(odd) td {
    background-color: rgba(0,0,0,0)!important;
}

/*
#content-ongkoskirim .table .stdTbl tr {
 background-color: red!important;
}
*/

/* irpie */
#order-modal { 
   z-index: 10000;
}

#content-ongkoskirim .table.stdTbl .expand {
    background-color: rgba(0, 0, 0, 0.54)!important;
}
form#shippingform .text {
    color: #383838;
}

.coribbon {
    float: left;
    position: absolute;
    top: 3%;
    text-align: center;
    left: 10%;
}
.sale,
.disc,
.oos {
    float: left;
    margin: 0.2em .2em .2em;
    border-radius: 3px;
    display: inline;
    padding: 0.6em .6em .6em;
    font-size: 80%;
    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);
}
.fixed-height {
    padding: 1px;
    max-height: 200px;
    overflow: auto;
}
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;
}
