/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400&display=swap');
.navbar-main {
	margin-bottom: 0;
	background-color: #233862;
	border: 0;
	min-height: 38px;
	font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: unset !important;
}
.breadcrumb {
	display: none;
}

@media screen and (max-width: 600px) {
ul.top-nav > li.primary-action {
	display: none;
}
}
ul.top-nav {
	font-weight: 300;
	font-size: 16px;
}
ul.top-nav > li.primary-action {
	border-left: 0;
}
ul.top-nav>li.primary-action>a.btn {
	background-color: #c95d63 !important;
}
.navbar-main .navbar-nav>.active>a, .navbar-main .navbar-nav>.active>a:focus, .navbar-main .navbar-nav>.active>a:hover, .navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover {
	color: #eee;
	background-color: #c95d63 !important;
}
.navbar-main li.account {
	background-color: #233e56;
}
.dropdown-menu {
	font-size: 16px !important;
}
body, button, input, select, textarea {
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #333;
	font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* font-weight: 700; */
}
.navbar-main .navbar-nav>.active>a, .navbar-main .navbar-nav>.active>a:focus, .navbar-main .navbar-nav>.active>a:hover, .navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover {
	color: #eee;
	background-color: #df4130;
}
ul.top-nav>li.primary-action>a.btn {
	padding: 6px 15px;
	background-color: #df4130;
	color: #fff;
	border-radius: 3px;
}
div.header-lined h1 {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
	font-weight: 400;
	color: #0675bb;
}
a {
	color: #0675bb;
}
section#header .logo img {
	margin-top: 5px;
	vertical-align: middle;
	width: 302px !important;
	height: 30px !important;
	max-width: 100% !important;
}
section#header {
	margin: 0;
	padding: 15px 0;
	background-color: #193145;
	border-radius: 0;
}
ul.top-nav>li>a {
	padding: 6px 10px;
	color: rgba(255,255,255,.79);
	line-height: 20px;
	text-decoration: none;
}
ul.top-nav>li:active>a, ul.top-nav>li:focus>a, ul.top-nav>li:hover>a, ul.top-nav>li>a:focus {
	color: #fff;
	text-decoration: none;
	background: 0 0;
}
section#footer p {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

@media (max-width: 767px) {
ul.top-nav {
	margin: 0;
	font-size: 14px;
}
.logo img {
	max-width: 250px;
}
}

@media screen and (max-width: 991px) {
.navbar-main .navbar-nav>li>a {
	padding: 8px 20px !important;
}
}

@media screen and (max-width: 767px) {
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #475d6f !important;
}
}


@media (min-width: 320px) and (max-width: 991px) {
.navbar-main .navbar-nav>li>a {
	padding: 8px 20px;
}
section#footer p {
	margin: 0;
	font-size: 14px;
	color: #fff;
}
section#footer {
	min-height: 72px;
}
}
section#footer {
	background: #193145;
	border-top: 0px solid #ddd;
}
section#footer .back-to-top i {
	display: none;
	background-color: #555;
}
.table-container {
	overflow-x: scroll;
}

::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
element {

}
p {

    margin: 0 0 20px;

}
* {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.kb-article-content {
    color: #333333;
    line-height: 25px;
    font-weight: normal;
    

}

label[content=Nomor WhatsApp] { display:none; !important}

section#main-body {

    min-height: 81%;

}

body {
    background-color: #19252f;
}

/* chat */


@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}


.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 20px 5px;
	z-index: 100;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.floating-container:hover {
  height: 210px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}
.floating-container .floating-button {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #2574a9 ;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 60px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
.floating-container .float-element:nth-child(1) {
  background: #42A5F5;
  box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}
.floating-container .float-element:nth-child(2) {
  background: #4CAF50;
  box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}
.floating-container .float-element:nth-child(3) {
  background: #FF9800;
  box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}


.pulsechat {
  animation: pulsechat-animation 2s infinite;
}

@keyframes pulsechat-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(44, 179, 240, 0.6);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(44, 179, 240, 0);
  }
}

.chatnotif {
    position: absolute;
    top: 4px;
    right: 5px;
    background-color: rgb(199, 0, 0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn.btn-primary.btn-add-to-cart.checkout {
    min-width: 100px !important;
}