/************ GLOBAL TAG ****************/
@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
}
a {
    color: inherit;
}
a:link, a:visited, a:hover {
    color: inherit;
}
.blend{
	background: #f44336 !important;
    width: 100%;
}
.h-118{
	min-height: 118px !important;
}
/************ MARGIN ****************/
.top-10{
	margin-top: 10px;
}
.top-20{
	margin-top: 20px;
}
.top-30{
	margin-top: 30px;
}
.top-40{
	margin-top: 40px;
}
.top-50{
	margin-top: 50px;
}
.bottom-10{
	margin-bottom: 10px;
}
.bottom-20{
	margin-bottom: 20px;
}
.bottom-30{
	margin-bottom: 30px;
}
.bottom-40{
	margin-bottom: 40px;
}
.bottom-50{
	margin-bottom: 50px;
}
/************ HEADER ****************/
header {
    background: unset;
    min-height: unset;
}
header .navbar-top {
    background: #f44336;
	border-bottom: 1px solid #ddd;
}
header .navbar-nav li a {
    color: #fff;
}

header .navigation {
    background: transparent;
    position: absolute;
    padding-top: 10px;
	box-shadow: unset;
    z-index: 10;
}
header .navbar-top .navbar-nav li a .fa {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
header .navbar-top .navbar-nav li a .badge {
    background: #080808;
    color: #fff;
    padding: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 30px;
    font-size: 10px;
}
.navbar-brand {
    float: left !important;
	height: unset;
    padding: unset;
    font-size: unset;
    line-height: unset;
}
.navbar-brand > img {
	height: 55px;
	padding: 0 0 10px;
}

.nav-bottom li a {
	color: #fff !important;
	font-size: 14px;
    font-weight: 500;
}

.navbar-search {
    margin-top: 10px;
}

header.float .navigation {
    position: fixed;
	padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    animation: showNav .5s ease;
    background: #f44336;
    opacity: 0.9;
}

#intro {
    padding: 0;
}

#slider .slide {
    height: unset;
}

/************ PRODUCT ****************/
.row-product .product-image {
    background: #f2f2f2;
    position: relative;
    padding: 0;
    margin: 0 0 15px;
    overflow: hidden;
    border-radius: 5px;
}

.row-product .new .product-image .badge span {
    background: #ffffff;
}
.row-product .product-image .badge span {
	background: #333;
	color: #555;
	position: absolute;
	top: 50%;
	left: unset;
	right: unset;
	width: 180px;
	height: 20px;
	line-height: 20px;
	transform: translate(-50%,-50%) rotate(45deg);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	z-index: 90;
}
.row-product .product-info {
   text-align: left;
}
.harga .btn-whatsapp{
	float: right;
    margin: 0;
    padding: 0px 7px;
	color: #fff;
    border-radius: 2px;
}
.fitur{
	float: left;
	padding: 0 15px 0 30px;
}

.fitur-item{
	height: 150px;
	padding: 25px;
	border: 1px solid #c5c5c5;
}
.blog-title{
	color: #555;
}
.meta{
	color: #ff8484;
	font-size: 14px;
    margin: 0;
}
.post p {
    color: #555;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: unset;
    margin: 0 0 20px;
    font-family: 'Arial';
    text-align: justify;
}
.date{
    color: #898686;
    font-weight: 700;
}
/*testimoni*/
element.style {
    width: 577px;
}
.slick-initialized .slick-slide {
    display: block;
}
element.style {
    display: block;
}
.slick-dots li.slick-active button {
    background: #000000;
}
.slick-dots li button {
    text-indent: -9999px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    margin: 5px;
    border: none;
    outline: none;
    transition: .3s ease;
}
.slick-dots {
    text-align: center;
    list-style: none;
    margin: 10px 0 0;
}
.slick-dots li {
    display: inline-block;
}
#story{
    text-align: center;
    padding: 20px 0;
    /*ganti backgrond warna*/
    /*background: #434c73 url(../images/background/story-bg.jpg) no-repeat center;*/
    background: #999;
    background-size: cover;
    position: relative;
    color:#fff;
}
#story:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    /*background: #434c73;*/
    background: #ffffff;
    opacity: 0.8;
}
#story .heading{
    position: relative;
    margin:0 0 10px;
}
#story .heading h3{
    color:#000;
}
.testimonial-slider .text{
    color:#111 !important;
    font-weight: 200;
    margin:0 0 30px;
}
.testimonial-slider .avatar{
    width: 100px;
    height: 100px;
    overflow:hidden;
    border:5px solid #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    border-radius: 50%;
    margin:15px auto;
}
.testimonial-slider .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-slider .name{
    color:#111 !important;
    font-weight: bold;
}
/*-------------end testimoni--------*/
footer {
    border-top: 1px solid #fff;
}
#footer-link {
    background: #111;
    padding: 50px 0;
    color: #fff;
}
#footer-link ul li a {
    color: #fff;
}
footer {
    background: #111;
    color: #fff;
}
/*------------------btn-----------*/
    .btn-toska {
        color: #fff !important;
        background-color: #f44336;
        border-color: #f44336;
    }
    .btn-toska[disabled]:hover {
        
        background-color: #f44336;
        border-color: #f44336;
    }
    .btn-toska:hover {
        color: #fff;
        background-color: #f44336;
        border-color: #f44336;
    }
    .btn-wishlist {
        color: #fff !important;
        background-color: #fc4b46 !important;
        border-color: #fc4b46;
    }
    .btn-wishlist:hover {
        color: #fff !important;
        background-color: #fc4b46 !important;
        border-color: #fc4b46;
    }
    .btn-search {
        color: #111;
        background-color: #ddd;
        border-color: #ddd;
    }
    .btn-search:hover {
        color: #111;
        background-color: #ddd;
        border-color: #ddd;
    }
    .btn-like{
        float: right;
        margin: 0 10px;
        padding: 1px 7px;
        background: #d9534f;
        color: #fff !important;
        border: 1px solid #d9534f;
        border-radius: 2px; 
    }
    /*---------------end btn----------*/
    /*----------header transaksi---------*/
    ul.step li.step_current {
        background: #f44336;
        color: #fff;
    }
    ul.step li.step_current::after {
        border-left: 30px solid #f44336;
    }
    ul.step li.step_done {
        background: #ccccd4;
        color: #fff;
        z-index: 10;
    }
    ul.step li.step_done::after {
        border-left: 30px solid #ccccd4;
    }
    /*--------end----------------------*/
    .coba {
        width:400px;
        height:200px;
        border: 2px solid #F5F5F5; 
        background: #F5F5F5;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
/****************** RESPONSIVE AREA ************************/
@media (min-width: 768px) and (max-width: 1024px) {
    .overlay {
        /* Height & width depends on how you want to reveal the overlay (see JS below) */    
        height: 100%;
        width: 0;
        position: fixed; /* Stay in place */
        z-index: 99; /* Sit on top */
        left: 0;
        top: 0;
        background-color: rgb(0,0,0); /* Black fallback color */
        background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
        overflow-x: hidden; /* Disable horizontal scroll */
        transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    }
    /* Position the content inside the overlay */
    .overlay-content {
        position: relative;
        top: 12%; /* 25% from the top */
        width: 100%; /* 100% width */
        text-align: center; /* Centered text/links */
        margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    }
    /* The navigation links inside the overlay */
    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        display: block; /* Display block instead of inline */
        transition: 0.3s; /* Transition effects on hover (color) */
    }

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }
    /* Position the close button (top right corner) */
    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }
    .navbar-toggle{
        position: relative;
        display: inline;
        float: left;
        line-height: 50px;
        padding: 0;
        margin-right: 0px;
        font-size: 28px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .btn-cari{
        display: none !important;
    }
    .navbar-brand {
        padding: 10px 0px;
    }
    .navbar-form{
        margin: 15px 5px 0 0;
        padding: 0;
    } 
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header
    {
        padding: 0;
     }
    .product-mobile {
        line-height: 150%;
        font-size: 12px;
        color: #888;
        letter-spacing: 1.1px;
        font-weight: 300;
    }
    .btn-suka {
        float: right;
        margin: 0 3px;
        padding: 0px 4px;
        background: #d9534f;
        color: #fff !important;
        border: 1px solid #d9534f;
        border-radius: 2px;
    }
    .harga .btn-wa {
        float: right;
        margin: 0;
        padding: 2px 7px;
        color: #fff;
        border-radius: 2px;
    }
    header {
        background: #fff;
    }
    .row-product .product-image .badge {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0;
        width: 3px;
        height: 28px;
        padding: 0 15px;
        background: none;
    }
    .badge {
        position: absolute;
        margin: 9px;
        display: inline-block;
        min-width: 10px;
        padding: 4px;
        font-size: 9px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #f31212;
        border-radius: 10px;
    }
    .row-product .product-info .price {
        margin: 10px 0 0;
        /* color: #ea6825; */
        color: #181819;
    }
    .product-info .price {
        color: #BB6734;
        font-size: 15px;
        margin: 0 0 15px;
    }
    .panel.panel-default .panel-body {
        padding: 10px;
    }
}
@media (max-width: 767px){
    header {
        height: 80px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    }
    .container > .navbar-header {
        padding: 0;
    }
    .navbar-brand > img {
        margin-top: 12px;
        max-width: 190px;
        max-height: 37px;
        text-align: center;
    }
    header .navbar-header .navbar-brand {
        text-align: center;
        height: auto;
        padding: 0;
    }
    
    .badge {
        position: absolute;
        margin: 9px;
        display: inline-block;
        min-width: 10px;
        padding: 4px;
        font-size: 9px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #f44336;
        border-radius: 10px;
    }
    
    /* The Overlay (background) */
    .overlay {
        /* Height & width depends on how you want to reveal the overlay (see JS below) */    
        height: 100%;
        width: 0;
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        background-color: rgb(0,0,0); /* Black fallback color */
        background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
        overflow-x: hidden; /* Disable horizontal scroll */
        transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    }

    /* Position the content inside the overlay */
    .overlay-content {
        position: relative;
        top: 10%; /* 25% from the top */
        width: 100%; /* 100% width */
        text-align: center; /* Centered text/links */
        margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    }

    /* The navigation links inside the overlay */
    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        display: block; /* Display block instead of inline */
        transition: 0.3s; /* Transition effects on hover (color) */
    }

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

    /* Position the close button (top right corner) */
    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }
	
	/* category menu */
    .menu-toggler {
		background: #f44336;
		color: #fff !important;
	}
	.mobile-menu {
		border-bottom: 1px solid #f44336;
	}
	.mobile-menu-container{
		background: #f44336;
	}
	.mobile-menu li {
		display: block;
		position: relative;
		border-top: 1px solid #f9f9f9;
	}
    .product-mobile {
        line-height: 150%;
        font-size: 12px;
        color: #888;
        letter-spacing: 1.1px;
        font-weight: 300;
    }
    .btn-suka {
        float: right;
        margin: 0 3px;
        padding: 0px 4px;
        background: #d9534f;
        color: #fff !important;
        border: 1px solid #d9534f;
        border-radius: 2px;
    }
    .harga .btn-wa {
        float: right;
        margin: 0;
        padding: 2px 7px;
        color: #fff;
        border-radius: 2px;
    }
    #footer-link h3 {
        margin: 10px 0;
    }
    .panel.panel-default .panel-body {
         padding: 0px; 
    }
    .menu-toggler {
        background: #795548;
        color: #fff;
        padding: 15px;
    } 
    .row-product .product-image .badge {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0;
        width: 3px;
        height: 28px;
        padding: 0 15px;
        background: none;
    }
    .coba-mobile {
        width:auto;
        height:200px;
        border: 2px solid #F5F5F5; 
        background: #F5F5F5;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .page {
        padding-top: 40px !important;
    }
    .panel.panel-default .panel-body {
        padding: 20px;
    }
}
.mobile-menu-container {
        background-color: #f44336;
    }
@media screen and (max-width: 575px){
    .menu-toggler {
        background: #f44336;
        color: #fff;
        padding: 15px;
    }
}
/******* Sticky Nav **********/
.stickynav{
    position: fixed;
    margin-bottom: 10px;
    bottom: 0;
    left: 10px;
    list-style: none;
    z-index: 999;
}

.stickynav li a .fa{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #333;
    color:#fff;
    border-radius: 50%;
    text-decoration: none;
    font-size:20px;
    transition: .3s ease;
}
.stickynav li.dropdown.open a.dropdown-toggle .fa{
    transform: rotate(30deg);
}
.stickynav li.dropdown.open a.dropdown-toggle span{
    display: none;
}
.stickynav li a span{
    display: inline-block;
    margin-left: 5px;
    padding:5px;
    background: rgba(0,0,0,0.5);
    font-size: 10px;
    color:#fff;
    text-decoration: none;
    border:none;
    border-radius: 5px;
}
.stickynav li a.dropdown-toggle .fa{
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.stickynav li a .fa-bell-o{
    background: #2980b9;
}
.stickynav li a .fa-phone{
    background: #111111;
}
.stickynav li a .fa-whatsapp{
    background: #2ecc71;
}
.stickynav li a .fa-phone-square{
    background: #ffc107;
}
.stickynav li a .fa-ambulance{
    background: #f44336;
}
.stickynav li .dropdown-menu{
    top:auto;
    bottom:100%;
    background: none;
    width: auto;
    min-width: auto;
    border:none;
    border-radius: 0;
    box-shadow: none;
    padding:0;
    margin-left: 10px;
}
.stickynav li .dropdown-menu li{
    padding:0;
    margin-bottom: 5px;
}
.stickynav li .dropdown-menu li a{
    padding:0;
}