/* 5 cached file css_c1dced405cacdf2b5434e3088f2a1279 */
body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: normal;
    font-size: 14px;
}

a {
    color: #222222;
    text-shadow: none!important;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0!important;
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    color: #E56969!important;
}

p {
    line-height: 25px;
}

/* Dropdown Menu */

.dropdown-menu {
    border: none;
    border-radius: 0px;
    margin: 0;
    z-index: 700;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #222222;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
}

.dropdown-backdrop {
    display: none;
}

.dropdown-menu > li > a {
    line-height: 35px;
    color: #222222;
    padding: 6px 20px;
    border-radius: 3px;
    text-align: left;
}
.dropdown-menu > li > a.active {
    color: #e56869;
}

/* Typography */
.caps {
    text-transform: uppercase;
}
.bg-dark {
    background-color: #222222;
}

.bg-light {
    background-color: #EFEFEF;
}

.bg-red {
    background-color: #e56869;
}

.bg-blue {
    background-color: #44b3c6;
}

.f-poppins {
    font-family: 'Poppins', sans-serif;
}

.f-playball {
    font-family: 'Playball', cursive;
}
.bold {
    font-weight:bold;
}
.semibold {
    font-weight:500;
}
.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f16 {
    font-size: 16px;
}
.f32 {
    font-size: 32px;
}
.f36 {
    font-size: 36px;
}

.p15 {
    padding: 15px;
}

.m0 {
    margin: 0;
}

.mb-25 {
    margin-bottom: 25px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mt-10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}
.mb-100 {
    margin-bottom: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.text-grey {
    color: #707070;
}

.btn {
    border-radius: 0;
    font-size: 14px;
    padding: 6px 25px;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s!important;
}



.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none!important;
    outline-style: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 28px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 6px 10px;
}

.btn-group > .btn {
    color: #5e5e5e;
    background-color: transparent;
    border: none;
}

.btn-group > .btn:hover,
.btn-group:focus {
    color: #23527c;
    background: transparent;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none!important;
    outline-style: none;
    box-shadow: none;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-group > .btn-default,
.btn-default,
.btn-default:focus {
    border: 2px solid #efefef;
    background-color: #efefef;
    color: #222222;
}
.btn-default,
.btn-default:focus {
    color: #222222;
    background-color: transparent;
    border: 2px solid #efefef;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    border-color: #e6e6e6!important;
}
.btn-group > .btn-default:hover,
.btn-default:hover {
    border-color: rgba(98, 98, 98, 0.27);
    background-color: #fafafa;
    color: #1a1a1a;
}
.btn-primary,
.btn-primary:focus {
    color: #e56869;
    background-color: transparent;
    border: 2px solid #e56869;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary {
    background-color: #e56869;
    border-color: #e56869;
    color: #ffffff;
}

.btn-primary.hover,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    background-color: #e56869!important;
    border-color: #e56869;
    color: #ffffff!important;
}

.btn-primary.active:hover {
    background: #e56869;
    border-color: #e56869;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #6d5cae;
    border-color: #ee9d9d;
}

.btn-primary-2,
.btn-primary-2:focus,
#btn-buy-prod {
    color: #ffffff;
    background-color: #e56869;
    text-transform: uppercase;
}

.btn-primary-2.hover,
.open .dropdown-toggle.btn-primary-2,
#btn-buy-prod:hover {
    background-color: transparent!important;
    border-color: #e56869;
    color: #e56869!important;
}
.btn-success,
.btn-success:focus {
    color: #5cb85c;
    background-color: transparent;
    border: 2px solid #5cb85c;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-success:hover,
.btn-success.active,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open .dropdown-toggle.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff!important;
}

.btn-warning,
.btn-warning:focus {
    color: #f0ad4e;
    background-color: transparent;
    border: 2px solid #f0ad4e;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-warning:hover,
.btn-warning.active,
.btn-warning:active,
.btn-warning.active:focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open .dropdown-toggle.btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #ffffff!important;
}


.btn-danger,
.btn-danger:focus {
    color: #da0600;
    background-color: transparent;
    border: 2px solid #da0600;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-danger:hover,
.btn-danger.active,
.btn-danger:active,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open .dropdown-toggle.btn-danger {
    background-color: #ac2925;
    border-color: #ac2925;
    color: #ffffff!important;
}

.form-horizontal .form-group span.label {
  display:none;
}
.form-horizontal .form-group .control-label:after {
    content:'*';
    margin-left:3px;
    color:red;
}

.form-control, input#captcha,.input-xlarge {
    font-size: 13px;
    color: #222222;
    border-top: 0;
    border-bottom: 1px solid #dadada;
    border-left: 0;
    border-right: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
        padding: 6px 6px;
}
*:focus {
    outline: none;
}
.form-control:focus,input#captcha:focus,input-xlarge:focus {
    border-color: #e56869;
    -webkit-box-shadow: none;
    box-shadow: none;
}
label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.member-form-container {
    padding: 20px 0 20px 0!important;
    margin-bottom: 50px!important;
    background-color: #ffffff!important;
}
#confirm-form-container .col-sm-3 b {
    font-size: 12px;
    color: #e56869;
}
.alert {
    border-radius: 0;
}

.order-status .label {
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.label-danger {
        background-color: #E91E63;
}
.label-warning {
        background-color: #ff9800;
}

.label-success {
        background-color: #4CAF50;
}
/* Pagination */

.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
   border-radius:0;
}
.pagination>li>a, .pagination>li>span {
    padding: 8px 16px;
    color: #222222;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff!important!;
    background-color: #e56869;
    border-color: #e56869;
}

/* Page Wrapper */

.page-header-wrapper h1 {
    margin: 10px 0 0 0;
    font-size: 32px;
    font-weight: bold;
}
.page-header-wrapper.scrolled-header {
    padding: 10px 0px 20px 0px;
    top: 75px;
    position: fixed;
    z-index: 999;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-animation: fadeInTop 0.5s both;
    animation: fadeInLeft 0.5s both;
}
.page-header-wrapper.scrolled-header .breadcrumb {
    display:none;
}

.page-header-wrapper.scrolled-header .menu-member-button {
    margin-top: 10px;
}
/* Breadcumb */

.breadcrumb {
    background-color: #efefef;
    border-radius: 0;
    padding: 0;
    margin:0;
}

/* Site Container */

.site-container {
    max-width: 100%;
    margin: 0px auto;
    background: #ffffff;
}

.title-group {
    text-align: center;
    position: relative;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
    text-align: left;
}

.title-group h2 {
    font-size: 18px !important;
    color: #000 !important;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

/* Testimonial */
.testimony-list .testimoni {
    margin-bottom: 20px!important;
}
.testimony-list .testimoni-content {
    padding-left: 0px!important;
    padding: 20px 0 20px 0!important;
}

.testimony-list .testimoni-info {
    margin-bottom: 0!important;
    border-radius: 0!important;
    background-color: #efefef!important;
    padding: 20px!important;
}
.testimony-list .testimoni-info i {
    margin-right: 4px;
    color: #999999;
}

/* Search */

.menubar-search-form {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 60px;
    background: #fff;
    min-width: 820px;
    margin-top: -10px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
}

.menubar-search-form.active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    visibility: visible;
    opacity: 1;
}

.search .btn-primary span {
    display: none;
}

.search .btn-primary:before {
    font-family: 'themify';
    content: "\e610";
    line-height:1;
}

.search .form-control {
    border: 1px solid #e56869;
}

button#btn-submit-search {
    padding: 5px 10px;
    height: 40px;
    background-color: #e56869;
    color: #ffffff;
    font-weight: 400;
    text-transform: inherit;
}

/* Main Category */

#mainnav {
    position: relative;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

/*#mainnav.bottom-shadow {
    box-shadow: 0px 2px 10px #eee;
}*/

#mainnav .navbar-essential {
    padding-top: 25px;
    padding-bottom: 25px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
#mainnav .navbar-essential .dropdown {
    position: inherit;
}

#mainnav .navbar-essential .dropdown-toggle:hover {
    color: #44b3c6;
}

#mainnav .navbar-essential .list-inline {
    margin: 0;
}

#mainnav .navbar-essential .list-inline .dropdown-toggle {
    padding: 0px;
}

#mainnav .navbar-essential .list-inline > li:first-child {
    padding-left: 25px;
}

#mainnav .navbar-essential .list-inline > li:last-child {
    padding-right: 25px;
}

#mainnav .navbar-essential .list-inline > li {
    padding-right: 10px;
    padding-left: 10px;
}

#mainnav .navbar-toggle .icon-bar {
    background: #2c2c2c;
}

#mainnav .search .dropdown-menu {
    min-width: 220px;
}

.navbar-dms {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    margin: 0;

}

.navbar-nav > li > a {
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #333;
    text-transform: uppercase;
}

.navbar-brand {
    padding: 25px 15px;
}

.navbar-dms.scrolled-header {
    background-color: #fff;
    top: 0;
    height: 80px;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding-top: 0px;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-animation: fadeInDown 0.5s both;
    animation: fadeInDown 0.5s both
}

.navbar-dms.scrolled-header .navbar-collapse {
    background-color: #fff;
    margin-right: -16px;
    margin-left: -16px;
}

.navbar-dms.scrolled-header .logo {
    float: left;
    height: 80px;
    padding-right: 40px;
    margin: 0;
    border-right: 1px solid #CCCCCC;
}

.nav .open > a,
.nav .open > a:hover {
    background-color: transparent;
}

.mobile-button {
    display: none;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 27px;
    width: 26px;
    height: 16px;
    float: right;
    position: relative;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #303030;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
    opacity: 0;
}

.mobile-button.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}


.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #e56869;
}

.nav > li > a:hover {
    color: #e56869;
}

.nav > li > a:hover,
.nav > li > a:visited,
.nav > li > a:focus,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled] {
    background-color: transparent;
    border: none;
    text-decoration: none;
    outline: none;
}

.cart .badge {
    margin-top: -10px;
    margin-left: -5px;
    font-size: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    color: #ffffff;
    border-radius: 0;
    background-color: #e56869!important;
}

.login .dropdown-menu {
    min-width: 300px;
}

/* Slick Slider */
.main-slider,
.dms-slider {
    position: relative;
}

.slick-initialized .slick-slide:focus {
    outline: 0;
}

.slick-main-slider {
    overflow: hidden;
}

.slick-main-slider .slick-dots li button:before,
.slick-main-slider .slick-dots li.slick-active button:before {
    color: #ffffff;
}

.slick-main-slider .slick-item img {
    width: 100%;
    object-fit: cover;
}

.slick-main-slider .slick-item .slide-title {
    position: absolute;
    right: 25%;
    top: 25%;
    left: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #222222;
    text-align: left;
    z-index: 2;
    width: 40%;
}

.dms-slider .slide-title p {
    font-family: 'Playball', cursive;
    font-size: 30px;
    margin-bottom: 0;
}

.dms-slider .slide-title h1 {
    font-family: 'Poppins', cursive;
    font-size: 55px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
}

.dms-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-main-slider .slick-item .slide-title h1,
.slick-main-slider .slick-item .slide-title p,
.slick-main-slider .slick-item .slide-title .btn {
    -webkit-animation: zoomOut 0.5s both;
    animation: zoomOut 0.5s both
}

.slick-main-slider .slick-item.slick-active .slide-title h1 {
    -webkit-animation: fadeInDown 1s both .5s;
    animation: fadeInDown 1s both .5s
}

.slick-main-slider .slick-item.slick-active .slide-title p {
    -webkit-animation: fadeInUp 1s both .5s;
    animation: fadeInUp 1.5s both .5s
}

.slick-main-slider .slick-item.slick-active .slide-title .btn {
    -webkit-animation: fadeInUp 1s both .5s;
    animation: fadeInUp 1.5s both .5s
}

.prev_caro,
.next_caro {
opacity:0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    height: 50px;
    width: 50px;
    padding: 15px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    }

.main-slider:hover .prev_caro,
.main-slider:hover .next_caro {
    opacity: 1;
}

.prev_caro {
    left: 10px;
}

.next_caro {
    right: 10px;
}


.slick-product-detail-slider-nav li {
    text-align: center;
    overflow: hidden;

}

.slick-prev,
.slick-next {
    z-index: 9;
}

.slick-product-detail-slider-nav {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-top: 10px;
}

.slick-product-detail-slider-nav li img:hover {
    opacity: 1;
}

.slick-product-detail-slider-nav li img {
    width: 100%;
    object-fit: cover;
    height: 70px;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


.slick-product-detail-nav .slick-arrow .prev_caro {
    margin-left: 0px;
}

.slick-product-detail-nav .slick-arrow .next_caro {
    margin-left: 70px;
}

.slick-product-detail-nav .slick-arrow button {
    text-decoration: none;
    position: absolute;
    line-height: 48px;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
}

/* Item Product */

[class*=" imghvr-"] figcaption,
[class^=imghvr-] figcaption {
    background-color: rgba(229, 104, 105, 0.9)!important;
    z-index: 3;
}

[class*=" imghvr-reveal-"]:before,
[class^=imghvr-reveal-]:before {
    background-color: #e56869!important;
}


[class*=" imghvr-"],
[class^=imghvr-] {
    background-color: transparent!important;
}


/* Item Product */

.item-product figcaption p {
    text-align: left;
}

.item-product .title-product {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.item-product .item-price {
    letter-spacing: 0.05em;
}

.item-product .item-price h4 {
    font-size: 16px;
    color: #E56969;
    display: inline-block;
    margin: 5px 10px 0px 0px;
}

.item-product .item-price del {
    font-size: 12px;
    color: #707070;

}
[class^="imghvr-"].custom a.button {
    color: #ffffff!important;
    background-color: transparent;
    border-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position:relative;
}


[class^="imghvr-"].custom a.button:hover {
    color: #e56869!important;
    background-color: #ffffff;
    border-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


/* Product List */

.page-header-wrapper {
   background-color: #efefef;
    width: 100%;
    background-size: cover;
    padding:30px 0 30px 0;
}

.widget-block {
    padding: 15px;
    border: 1px solid #e6e6e6;
     /*border-top: 4px solid #e56869;*/
    margin-bottom:25px;
}
.widget-block h5 {
    font-weight: bold;
    /* padding-bottom: 10px; */
    margin-bottom: 15px;
    /* border-bottom: 1px solid #e56869; */
}
.product-order-nav {
    margin-bottom:20px;
}

/* Product Detail */

.product-detail .product-image-main a {
    border: 1px solid #DEDEDE;
    padding: 5px;
}
#content-productdetail .page-content {
padding-top: 0;
}

.product-detail .detail-primary .detail-primary-wrapper {
border: 1px solid #dedede;
padding: 15px 15px 15px 15px;
}
.product-detail .detail-primary .detail-primary-wrapper .page-title h1 {
  font-size:20px;
  text-transform:uppercase;  
  margin:10px 0 20px 0;
  font-weight:bold;
}

.product-detail .detail-secondary {
/*border-left: 1px solid #d3d3d3;*/
position: relative;
left: -1px;
/*z-index:1;*/
}
/** Image **/

.product-detail .product-image-main {
/*padding: 15px;
border-right: 1px solid #d3d3d3;*/
}

.product-detail .product-image-main img {
width: 100%;
}

.product-detail .product-image-other {
border: 1px solid #DEDEDE;
padding: 0px 10px 0px 10px;
margin: 10px 0 0 0;
}

.product-detail .product-image-other a {
float: left;
margin: 10px 0 10px 0;
padding: 0px 5px 0 0;
}

.product-detail .product-image-other a img {
opacity: 0.7;
padding: 0;
border: 0 none;
}

.product-detail .product-image-other a:hover img {
opacity: 1;
}
.product-detail .product-image-other .active img {
    border:1px solid #e56869 !important;
    }
    .product-detail .buy-option .label {
    top:0px;
    border-radius:0;
    padding:0 10px;
    left:44px;
}
#tbl_detail.table > tbody > tr > td {
    border-top:0;
    line-height:22px;
     padding-left:0;
}

#tbl_detail.table > thead > tr > th {
    border-bottom: 1px solid #dddddd;
    padding-left:0;
}
.zoomContainer {
    overflow: hidden;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius:0
}
.cloud-zoom-gallery {
margin: 0;
}
/** Buy Button **/

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

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

.product-detail .buy-option select {
    width:100%;
    color: #222222;
    border: 1px solid #dadada;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    padding:5px;
}
.product-detail .buy-option select, .select-state select {
    float: none;
    display: block;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 5px;
}
.product-detail .buy-button .btn {
width: 100%;
text-align: center;
font-weight: bold;
border-radius: 0;
    height: 50px;
}
.buy-option td:nth-child(2){
    display:none;
}
.product-buy .input-number {
    border-top: 1px solid #dedede;
     border-bottom: 1px solid #dedede;
     text-align:center;
         margin-left: 1px;
}

.product-buy .btn-number {
        height: 40px;
}
.product-buy .btn-default {

    border: 1px solid #dedede;
}
/** Spec **/

.product-detail .product-spec {
margin-top: 0px;
padding-top: 15px;
/* border-top: 2px 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;
}

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

.product-detail .product-price .title {
float: left;
width: 60px;
height: 50px;
line-height: 45px;
font-size: 26px;
text-align: center;
background-color: #00ADA7;
color: #ffffff;
font-weight: bold;
}

.product-detail .price-info {
height: auto;
    color: #383838;
    background-color: #f5f5f5;
    padding: 20px 0 20px 0;
    text-align: center;
    border: 1px solid #DEDEDE;
}

.product-detail .price-info .current {
font-size: 30px;
line-height: 28px;
margin-bottom: 4px;
display: block;
width: 100%;
}

.product-detail .price-info .ori {
opacity: 0.7;
}
/** Attr **/

.product-attr {
margin-top: 30px;
}

.product-attr .listmeta {
margin-bottom: 22px;
}

.product-attr .attr-title {
font-size: 16px;
margin: 0 0 10px;
padding-bottom: 5px;
border-bottom: 1px solid #d3d3d3;
}

.product-attr .list div {
padding: 10px 0;
border-bottom: 1px dotted #cccccc;
}

.product-attr .list div:first-child {
padding-top: 0;
}
/** Share **/

.product-share h3 {
display: none;
}

.product-share {
background-color: #F5F5F5;
border: 1px solid #DEDEDE;
margin: 15px -16px -16px;
padding: 15px 15px 5px;
}

.product-share>div {
margin: 0!important;
}
/** Review **/

.product-review {
padding: 15px;
margin: 24px 0 25px 0px;
border: 1px dotted #d3d3d3;
}

.product-review-main {
margin-bottom: 30px;
}

.product-review .section-title {
font-size: 16px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #d3d3d3;
}

#product-review-main {
margin-bottom: 36px;
}

#product-review-main .add-button i {
margin-right: 6px;
}

#review-form-container {
margin-top: 30px;
}

#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 {
margin-top: 80px;
}

.modal-dialog.modal-buy .order-loading, .modal-dialog.modal-buy .order-options {
text-align: center;
}

.modal-dialog.modal-buy .modal-content {
padding: 28px 15px 32px;
}

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

.secondary {
margin: 0 0px 20px 0px;
}

.secondary .block-title h3 {
margin: 0;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
}

.secondary .block-title {
    padding: 15px 10px;
    border: 1px solid #D3D3D3;
    margin-bottom: -1px;
}

.secondary .block-content {
border: 1px solid #d3d3d3;
    padding: 20px 15px;
    margin-bottom: 20px;
}

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


/** Product **/

.product-list-block {
padding: 0;
margin: 0;
}

.product-list-block li {
padding: 10px 0px;
margin: 0;
list-style: none;
/* border-bottom: 1px dotted #cccccc; */
}

.product-list-block .thumb {
float: left;
width: 75px;
height: 75px;
overflow: hidden;
border: 1px solid #d3d3d3;
padding: 1px;
}

.product-list-block .thumb img {
display: block;
width: 100%;
}

.product-list-block .info {
margin-left: 95px;
}

.product-list-block .info h3 {
margin: 0 0 8px;
font-size: 14px;
letter-spacing: 0.05em;
}

.product-list-block .info .price {
color: #383838;
}


.product-list-block .info small {
color: #D3D3D3;
}

.product-list-block span {
    position: relative;
    top: 0.5em;
    border-radius: 0;
    font-weight: 400;
}




/* Testimonial */

.testimonial-content .slick-dots {
    bottom: 40px;
}

.testimonial-text {
    width: 60%;
    margin: 0 auto;
}

.testimonial-text a {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* News*/

.news-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 500;
}

.news-title .date {
    font-size: 12px;
}

.news-content p {
    font-size: 12px;
    color: #707070;
}

.bottom-banner-item:hover img,
.news-item:hover img {
    transform: scale(1.03);
}
.news-item a.semibold {
    color: #e56869;
}
.news-item a.semibold:hover {
    color: #44b3c6!important;
}
.news-item>a {
    font-weight: 600;
}
/* dms-newsletter */

.subscribe-wrapper {
    background-color: #222222;
    padding: 35px;
    color: #ffffff;
}

.subscribe-title {
    font-weight: 600;
}

input#newsletter_email {
    width: 60%;
    height: 45px;
}

.btn#newsletter_submit {
    height: 45px;
}

.btn#newsletter_submit {
    color: #ffffff;
    background-color: #e56869;
    text-transform: uppercase;
}

.btn#newsletter_submit:hover{
    background-color: transparent;
    border-color: #e56869;
    color: #e56869;
}

/* product */

.item-product-atribute {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 2;
}

.item-product-atribute .label {
    border-radius: 0;
    font-weight: 400;
    color: #222222;
    margin: -2px;
    padding: 6px 10px;
}

.item-product-atribute .label-danger {
    background-color: rgba(229, 104, 104, 0.6);
}

.item-product-atribute .label-info {
    background-color: rgba(68, 179, 198, 0.6);
}

.item-product,
.news-item,
.bottom-banner-item {
    position: relative;
    margin-bottom: 40px;
}

/*
.block-category > li:last-child {
    border-bottom: 0px solid #ddd
}

/* Footer */

footer {
    position: relative;
}

.footer-wrapper,
.footer-wrapper a {
    color: #ffffff;
}

.footer-wrapper > .container {
    padding: 100px 0 100px 0;
}

.footer-wrapper h5 {
    margin-bottom: 30px;
    font-weight: 600;
}

.footer-wrapper ul li {
    line-height: 32px;
    font-size: 12px;
}

.logo-bottom {
    float: right;
}

footer .back-top {
    position: absolute;
    top: 0;
    left: 50%;
    width: 65px;
    height: 60px;
    margin-left: -35px;
    margin-top: -30px;
    text-align: center;
    background-color: #44b3c6;
    color: #ffffff;
    font-size: 18px;
    padding: 20px;
}

ul.link-follow {
    display: inline-block;
    vertical-align: top;
}

ul.link-follow li {
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}

ul.link-follow li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    background: #3E3E3E;
    border-radius: 0;
    line-height: 41px;
    padding: 0;
    width: 41px;
    height: 41px;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.contact-info {
    border: 1px solid #dedede;
    padding: 15px;
}

/* Step Wizard Cart */

.volizo-progress-bar {
    margin: 30px 0 50px;
    counter-reset: i;
    font-size: 0;
    padding:0;
}
.volizo-progress-bar-item {
    margin: 0 0 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 50%;
}
.volizo-progress-bar-item._active:before {
    background: #e56869;
}
.volizo-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
}
.volizo-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
}
.volizo-progress-bar-item._active>span {
    color: #333;
}
.volizo-progress-bar-item>span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: bold;
    font-size: 14px;
}
.volizo-progress-bar-item._active>span:before {
    background: #e56869;
}
.volizo-progress-bar-item>span:before, .volizo-progress-bar-item>span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
}
.volizo-progress-bar-item._active>span:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 18px;
}
.volizo-progress-bar-item>span:after {
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    font-weight: 600;
    font-size: 18px;
}

/* Modal */
.modal-content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: 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: #f3f3f3;
	margin-bottom: 5px;
}

#shoppingcart-mobile .cart-value {
	margin-left: 180px;
}
#shoppingcart-mobile .cart-value input {
    width: 100%;
}
#shoppingcart-mobile.scart-mobile-main .cart-item-row:first-child {
	margin-right: 70px;
}

#shoppingcart-mobile .cart-item-delete {
    position: absolute;
    top: 0;
    left: 137px;
}
#shoppingcart-mobile .cart-item-delete span {
    display: none;
}
#shoppingcart-mobile .cart-item-delete .btn {
    padding:8px 10px;
}
.cart-item-total {
	margin-bottom: 10px;
}

#address-add-form select,
.address-fields select {
    width: 100%;
	padding: 9px 0px;
	background-color: #ffffff;
	color: #222222;
	font-size: 14px;
	border-top: 0;
    border-bottom: 1px solid #dadada;
    border-left: 0;
    border-right: 0;
}

#cart-form-secondary .button-wrap {
    margin: 0;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
.login .nav-pills>li>a {
    background-color: #f5f5f5;
    margin-bottom: 6px;
    border-radius: 0;
}
.menu-member .nav-pills > li {
    margin: 0 0px 10px 0;
}
.menu-member .nav-pills>li.active>a:hover,
.menu-member .nav-pills>li.active>a {
  background-color: #44b3c6;
    color: #ffffff!important;
        border: 1px solid transparent;
}
.menu-member .tab-menu {
    margin-right: 0px;
}
.menu-member .nav-pills > li > a,
.menu-member a {
    color: #333333;
    background-color: #ffffff;
    padding: 14px 14px;
    border: 1px solid #eaeaea;
    border-radius: 0;
    text-align: left;
}
.menu-member.menu-pills {
    padding-bottom: 15px;
    border-bottom: 0!important;
}
.menu-member .nav-pills > li > a i,
.menu-member a i {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 0;
    margin-right: 10px;
        color: #e56869;
}
.member-tab-content {
    padding: 30px!important;
    border: 1px solid #eaeaea;
}
.member-tab-content:hover {
    border: 1px solid #44b3c6;
}


.btn-default, .btn-default:focus {
    color: #333;
    background-color: transparent;
    border: 2px solid #333;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-default.active,
.btn-default:active,
.btn-default.active:focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open .dropdown-toggle.btn-primary {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
}

.btn-default.hover,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    background-color: #333!important;
    border-color: #333;
    color: #ffffff!important;
}


#shipping-main table {
    font-size: 13px!important;
    font-family: roboto;
}
    #shippingform {
    line-height: 35px;
}
table.shippingTable label {
    margin-left: 10px;
}
#store-login, #store-register {
    border: 1px solid #eaeaea;
    padding: 25px;
    margin-bottom:25px;
}
.section-title {
    font-weight: bold;
}
.shopcart-main.table {
    margin-bottom: 50px;
}
/* Cart */
.qty, .coupon-inputs input[type="text"] {
    height: 36px;
    border: 2px solid #dadada;
    text-align: center;
}


.content-ongkoskirim .table > tbody > tr > td,
.content-ongkoskirim .table > tbody > tr > th {
    padding: 22px 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.content-ongkoskirim .table-striped > tbody > tr:nth-of-type(odd) {
    background: linear-gradient(40deg,#e56869,#f72e30)!important;
    color: #ffffff;
}

.content-ongkoskirim .loaddatakecamatan table tr {
    background: transparent!important;
}

.content-ongkoskirim .loaddatakecamatan table td {
padding:22px 6px;;
}




/* responsive */
@media (max-width: 320px) {
.navbar-brand {
    display:none;
}
.navbar-essential {
    float:left!important;
}
#mainnav .navbar-essential .list-inline > li:first-child {
    padding-left:0;
}

.slick-dotted.slick-slider {
    margin-bottom:20px!important;
}
.dms-feature-product.mt-50 {
    margin-top:10px!important;
}
.slick-arrows {
    display:none!important;
}
}
@media (min-width: 768px) {
    .caret.navbar-toggle {
        padding: 0px;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
    
    .volizo-progress-bar-item {
    width: 25%;
}
.modal-dialog.modal-buy {
width: 500px;
}

}

@media (min-width: 992px) {
    .dropdown-menu {
        -webkit-animation: fadeInUp 0.5s both;
        animation: fadeInUp 0.5s both
    }
    .slick-main-slider .slick-item img {
        height: 550px;
    }
    .slick-main-slider {
        height: 550px;
    }
    .slick-main-slider .slick-dots {
        bottom: 30px;
    }
    .testimonial-text {
        padding: 80px 150px 90px 150px;
    }
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
    .menu-member .nav-pills>li.active>a:before,
.menu-member .nav-pills>li>a:hover:before,
.menu-member .nav-pills>li>a:focus:before,
.menu-member .nav-pills>li>a:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    z-index:1!important;

}
.menu-member .nav-pills>li.active>a:before {
    border-color: transparent transparent transparent #44b3c6!important;
}
.menu-member .nav-pills>li.active>a:before,
.menu-member .nav-pills>li>a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #dddddd;
}
}

@media (min-width: 1200px) {}

@media (max-width: 768px) {
#shoppingcart {
        display: none;
	}
	#shoppingcart-mobile {
		display: block!important;
	}
	input#update-coupon {
		margin-top: 15px;
		width: 100%;
	}
input#update-coupon, #belanjalagibtn, #checkoutbutton, #checkoutguestbutton {
    margin: 10px 0 0px 0;
    width: 100%;
    padding: 10px;
}
#cart-form-secondary .button-wrap {
    float: none!important;
}


}

@media (max-width: 992px) {

    .navbar-header {
        border-right: none;
    }
    .mobile-button {
        display: block;
    }
    .navbar {
        border-bottom: none;
    }
    .navbar-nav > li > a {
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #333;
    }
    .slick-main-slider .slick-item img {
        height: 200px;
    }
    .slick-main-slider .slick-item .slide-title {
        position: absolute;
        top: 22%;
        right: 0;
        left: 25px;
        width: 100%;
    }
    .slick-main-slider .slick-item .slide-title h1 {
        font-size: 14px;
        letter-spacing: 0;
    }
    .slick-dots {
        bottom: 10px!important;
    }
    .comments-area .padding-30 {
        padding: 15px;
    }
    .testimonial-text {
        padding: 30px 30px 50px 30px;
    }

    input#newsletter_email,
    .btn#newsletter_submit {
        width: 100%;
        margin-top: 10px;
    }
    .sub-arrow {
        float: right;
        z-index: 999;
        display: inline-block;
        width: 30px;
        height: 30px;
        color: #000000;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        border-radius: 0px;
        background-color: #eaeaea;
    }
    .buy-button {
        height:50px;
        margin-bottom:20px;
    }
    #shippingform {
    border: 1px solid #eaeaea;
    padding: 20px;
}
.menu-member-content {
    top: -30px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
}
}

@media (max-width: 480px) {

    #mainnav .navbar-essential .btn-group {
        position: inherit;
    }
    #mainnav .navbar-essential .dropdown-menu {
        width: 100%;
    }
    /*
    .navbar-brand {
        padding: 25px;
    }
*/
    #mainnav .navbar-essential {
        border: none;
    }
    button#btn-submit-search {
    width: 100%;
}

.product-order-nav .btn {
    width: 100%;
    margin-bottom: 15px;
}
.product-order-nav .btn-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.product-order-nav .dropdown-menu {
    width:100%;
}

.product-order-nav {
    margin-bottom: 0px;
}
.slick-main-slider .slick-item img {
    height:100%!important;
}
.dms-feature-product.mt-50 {
    margin-top: 25px;
}
}


@media (min-width: 480px) {
        .search .form-control {
    width: 146px;
    float: left;
}
}

.product-order-nav .dropdown-menu {
    margin-top:auto;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;

  width: 100%;
}

#address-list-container td {
    line-height: 26px;
    padding: 20px 0px;
}


/* From Master */

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

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

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

/**
 * Admin Navbar
 **/
#admin-navbar {
    height: 50px;
    line-height: 50px;
    background-color: #e56869;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 99999;
}
#admin-navbar .logo-navbar {
    display: inline-block;
}
#admin-navbar .admin-link {
    display: inline-block;
    line-height: 30px;
    margin-left: 12px;
    padding-left: 15px;
    border-left: 1px solid #b06a10;
}
#admin-navbar .admin-link a {
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    padding: 5px 10px 4px;
    background-color: #44b3c6;
    color: #ffffff;
    text-shadow: none;
    border-radius: 6px;
    text-transform: uppercase;
}
#admin-navbar .admin-link a:hover {
    text-decoration: none;
    background-color: #6cb8c4;
}
#admin-navbar .admin-info {
    font-size: 12px;
    text-align: right;
}
#admin-navbar .admin-info a {
    color: #ffffff;
}
#admin-navbar .admin-info a:hover {
    color: #ffe600!important;
}
#admin-navbar .admin-info strong,
#admin-navbar .logout-link {
display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 12px;
    border-right: 1px solid #ca4546;
    font-weight: normal;
    color: #ffffff;
}
#admin-navbar #remove-bar {
    display: inline-block;
    line-height: 20px;
    color: #ffffff;
}
#admin-navbar #remove-bar:hover {
    color: #000000;
}

@media (max-width: 767px) {

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


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

@media (max-width: 767px) {

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


/**
 * Dropdown
 **/
.jj-dropdown {
    position: relative;
}
.jj-dropdown-toggle a {
    display: block;
    padding: 0 16px;
    line-height: 50px;
    outline: none;
}
.jj-dropdown-toggle i {
    margin-right: 6px;
}
.jj-dropdown-menu {
    text-align: left;
    position: absolute;
    width: 300px;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    z-index: 11000;
}
.jj-dropdown-menu>div {
    padding: 12px;
}
.topbar-right .jj-dropdown-menu {
    right: 0;
}
.topbar-left .jj-dropdown-menu {
    left: 0;
}

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

/** Shopping cart **/
#cart-menu .jj-dropdown-menu{
    width: 400px;
}
#cart-menu .cart-list {
    width: 100%;
}
#cart-menu .cart-list th {
      padding: 6px;
    background-color: #333333;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#cart-menu .cart-list td {
    padding: 8px 6px;
    border-bottom: 1px solid #dddddd;
}

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


/**
 * Form
 **/
form .label {
    font-size: 11px;
    line-height: 10px;
    font-weight: normal;
    padding: 0 6px;
    position: relative;
    top: -6px;
    left: 3px;
}
.form-horizontal .control-label {
    text-align: left;
}
.form-horizontal .form-group {
    margin-bottom: 20px;
}

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


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


/**
 * Bottom/Footer
 **/
.block-bottommenu ul {
    font-size: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.block-bottommenu li {
    margin-bottom: 6px;
}
.block-contactus p {
    margin-bottom: 4px
}
.social-link {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.social-link li {
    display: inline-block;
    margin-left: 10px;
}
.social-link a {
    display: inline-block;
}
.social-link i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #3b3b3b;
    background-color: #b5b5b5;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}
.social-link a:hover i {
    background-color: #ffffff;
}


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

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

@media (min-width: 768px) {
    
    .modal-dialog.modal-confirm {
        width: 350px;
    }
    .dropdown-menu {
        margin-top: 27px;
}
}


/** 
 * Member Area
 **/
/** Menu **/
.menu-member {
    position: relative;
}
.menu-member-button {
    margin-top: 18px;
}
.menu-member-button:before, 
.menu-member-button:after,
.menu-member-button span {
    background-color: #e56869;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
.menu-pills {
    padding-bottom: 6px;
    border-bottom: 2px solid #e0e0e0;
}

.menu-member .menu-logout {
    position: absolute;
    top: 0;
    right: 0;
}

.menu-member .nav-pills > li + li {
    margin-left: 0;
}

.menu-member .nav-pills > li > a:hover {
    background-color: #dddddd;
}





@media (max-width: 479px) {

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

/** Section **/
.section-title {
    font-size: 22px;
    margin: 0 0 16px;
}
.section-title:first-child {
    margin-bottom: 28px;
}
.section-content {
    margin-bottom: 40px;
}
.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;
}

/** Order **/

.order-status-date,
.total-price {
    color: #068e00;
}

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

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

 
/* List Meta */
.list-meta {
    margin: 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;
}

@media (max-width: 767px) {

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

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


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

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


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


/**
 * Testimonial
 **/
#testimony-add i {
    margin-right: 6px;
}
#testimonial-form {
    margin-top: 10px;
}
#content-testimony .testimony-list {
    margin-top: 20px;
}
.testimony-list .testimony {
    margin-bottom: 30px;
}
.testimony-list .testimony-info {
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 6px 10px;
}
.testimony-list .testimony-info i {
    margin-right: 4px;
    color: #999999;
}
.testimony-list .author {
    float: left;
}
.testimony-list .author span {
    color: #444444;
    font-style: italic;
}
.testimony-list .date {
    float: right;
    color: #777777;
    font-size: 13px;
    font-style: italic;
}
.testimony-list .testimony-content {
    position: relative;
    padding-left: 30px;
}
.testimony-list .testimony-content i {
    color: #aaaaaa;
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 0;
}

@media (max-width: 480px) {

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


/**
 * News
 **/
.posts .post {
    margin-bottom: 30px;
}
.posts .post-header {
    border-radius: 3px;
    background-color: #f6f6f6;
    padding: 8px 12px;
    overflow: hidden;
}
.posts .post-title {
    float: left;
    font-size: 22px;
    margin: 0;
    width: 80%;
}
.posts .post-title a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.post-date {
    font-size: 13px;
    color: #777777;
    font-style: italic;
}
.post-date i {
    margin-right: 4px;
}
.post-date abbr {
    border-bottom: 0 none;
}
.posts .post-date {
    float: right;
}
.posts .post-date i {
    margin-right: 4px;
}
.posts .post-date abbr {
    border-bottom: 0 none;
}
.posts .post-main {
    padding: 12px 0 16px;
    margin: 0 12px;
    border-bottom: 2px solid #eeeeee;
}
.posts .post .more {
    margin-top: 15px;
}
.posts .post .more i {
    margin-right: 4px;
}
.post-image {
    margin-bottom: 15px;
}
.post-image img {
    display: inline-block;
    max-width: 100%;
    border: 4px solid #eeeeee;
}
.post-detail .post-date {
    border-radius: 3px;
    background-color: #f6f6f6;
    padding: 6px 12px;
    overflow: hidden;
    margin-bottom: 16px;
}
.post-detail .entry-content {
    padding-left: 8px;
}

@media (max-width: 767px) {

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


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

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