/* vertical divider */
.vdivider {
    border-right: 1px solid #333;
    opacity: 0.2;
}

/* hover category */
.sub-category {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    font-family: 'Varela', sans-serif;
    font-size: 15px!important;
    background-color: #262252;
}

.parent-category:hover + .sub-category {
    display: block!important;
    transition: all 0s .2s;
    overflow: auto;
}

.parent-category {
    font-family: 'Varela', sans-serif;
    font-size: 15px!important;
    color: #fff !important;
}

.sub-category:hover {
    display: block;
}

.top-header {
  background-color: #E6E6E6;
  padding: 5px 0;
}
.top-header ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0 !important;
}
.top-header ul li {
  display: inline-block;
}
.top-header ul li a {
  color: #666;
  padding: 10px;
  display: block;
  font-size: 12px;
}

.main-header {
  background: #130F40;
  position: relative;
  padding: 15px 0;
}
.main-header .brand h5 {
  color: #fff;
  line-height: 45px;
  font-size: 30px;
}
.main-header .search-section {
  text-align: center;
}
.main-header .search-section .search-field {
  height: 60px;
  width: 100%;
}
.main-header .dropdown-menu a {
  font-size: 13px;
  padding: 0 15px;
  color: #000 !important;
}
.main-header ul {
  text-align: right;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0 !important;
}
.main-header ul li {
  display: inline-block;
}
.main-header ul li a {
  position: relative;
  color: #fff;
  padding: 10px 15px;
  display: block;
  font-size: 15px;
  line-height: 40px;
}
.main-header ul li a:hover {
  text-decoration: none;
}
.main-header ul li a.btn-daftar {
  background: #f5f5f5;
  color: #130F40;
  line-height: 0;
  padding: 20px;
  border-radius: 5px;
}

.main-menu {
  background-color: #262252!important;
  /* border: 1px solid #ddd; */
  padding: 0!important;
}
.main-menu ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0 !important;
  display: flex;
  justify-content: space-between;
}
.main-menu ul li a {
  color: #fff;
  padding: 15px 10px;
  display: block;
  font-size: 13px;
}
.main-menu ul li a:hover {
  color: #000;
  text-decoration: none;
}

.dropdown-header:hover {
  background-color: #A5A3C2;
  color: #262252 !important;
}

.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  z-index: 9999;
  background: #fff;
}
.sidebar-menu li {
  display: block !important;
}
.sidebar-menu li.sidebar-header {
  display: block !important;
  padding: 10px;
  font-weight: bold;
  color: #ddd;
}
.sidebar-menu li a {
  display: block !important;
  color: #000 !important;
}
.sidebar-menu li a:hover {
  text-decoration: none;
  color: #130F40;
}

.slider {
  margin-top: 50px;
}
.slider [class*=col-] {
  padding: 10px;
}
.slider img {
  width: 100%;
}
.slider .multiple img.second {
  height: 170px;
  object-fit: cover;
  border-radius: 5px;
}
.slider .no-pt {
  padding-top: 0 !important;
}

#mobileSlider,
#mobile-header {
  display: none;
}

body {
  background: #F8F8F8;
}

.btn-main {
  background-color: #EB4D4B;
  color: #fff;
  border: 1px solid #EB4D4B;
}

.btn-main-outline {
  background-color: transparent;
  color: #EB4D4B;
  border: 1px solid #EB4D4B;
}

.rating .bx {
  color: #f9ca24;
}

.detail .price {
  color: #EB4D4B;
  font-weight: bold;
  font-size: 40px;
  margin-top: 30px;
}

.price {
  color: #EB4D4B !important;
  font-weight: bold;
}

.main {

}
.main .card .card-heading {
  padding: 15px;
}
/* .main img {
  width: 100%;
} */
.main .left-title {
  float: left;
  margin-right: 30px;
}
.main .countdown .days,
.main .countdown .hour,
.main .countdown .minute,
.main .countdown .second {
  background: yellow;
  margin: 0 3px;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
}

.infographic {
  background: #fff;
  margin-top: 50px;
  padding: 100px 0;
  width: 100%;
}
.infographic .col-lg-3 {
  text-align: center;
}
.infographic img {
  width: 100px;
}
.infographic .info-heading {
  margin: 10px 0;
  font-weight: bold;
}
.infographic p {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.jasa-kirim p {
  border-top: 0;
}
.jasa-kirim ul {
  list-style: none;
  padding-left: 0;
}
.jasa-kirim ul li {
  padding: 10px;
  display: inline-block;
}
.jasa-kirim ul li img {
  width: 50px;
}

.status-jasa {
  list-style: none;
  padding-left: 0;
}
.status-jasa li {
  padding: 0 !important;
  margin-top: 10px;
}

.status ul {
  list-style: none;
  padding-left: 0;
  padding-top: 20px;
}
.status ul li {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  border-radius: 25px;
  border: 1px solid #eee;
}
.status ul li i {
  color: #eee;
}
.status ul li.done {
  /* border: 1px solid #EB4D4B; */
  border: 1px solid #10bb05;
}
.status ul li.done i {
  /* color: #EB4D4B; */
  color: #01851a;
}

.badge {
  position: absolute;
  top: 20%;
  right: 10%;
  border: 1px solid #130F40;
  font-size: 60%;
}

.cart-list {
  width: auto;
}
.cart-list li a {
  display: flex;
}
.login-dropdown {
  width: 350px;
}
.login-dropdown a {
  padding: 0 !important;
}

footer {
  padding: 50px 0 0;
  background-color: #130F40;
}
footer .footer-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
footer .footer-menu li:first-child {
  color: #f9ca24;
  margin-bottom: 10px;
  font-weight: bold;
}
footer .footer-menu li a {
  color: #ccc;
  padding: 5px 0;
  display: block;
}
footer .footer-menu li a:hover {
  color: #fff;
  text-decoration: none;
}
footer .copyright {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #363636;
  margin-top: 30px;
}
footer .copyright p {
  color: #eee;
}
footer .copyright p a {
  color: #fff;
}

.review .media {
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.detail-transaction .actions {
  width: 50%;
}
.detail-transaction .actions ul li.active a {
  color: #f9ca24;
}
.detail-transaction .actions ul li a {
  font-size: 14px;
  color: #999;
}

.card {
  margin-bottom: 20px;
}
.card .card-heading {
  padding: 2rem;
  border-bottom: 1px solid #eee;
}
.card .address {
  position: relative;
}
.card .address .edit {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}
.card .address .edit a {
  color: #363636;
}
.card .address .list-group-item {
  border: 0;
}

.list-produk.wish h5 {
  font-size: 14px;
  width: 100%;
}
.list-produk .media {
  border: 1px solid #eee;
  padding: 20px;
}
.list-produk .media-body {
  position: relative;
}
.list-produk .media-body .delete {
  position: absolute;
  right: 5%;
  top: 35%;
  font-size: 20px;
}
.list-produk .media-body .delete a {
  color: #ccc;
}
.list-produk .media-body .delete a:hover {
  color: #363636;
}
.list-produk h5, .list-produk p {
  width: 80%;
}

.pembayaran .card {
  margin-bottom: 0;
}
.pembayaran .btn-link {
  color: #363636;
  font-weight: 500;
  display: block;
  width: 100%;
}
.pembayaran .btn-link:hover {
  text-decoration: none;
}

.method {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.method li {
  padding: 10px;
}
.method li img {
  width: 50px;
}

.rule {
  margin: 30px 0;
  background: #FCFCFC;
  padding: 20px;
  border: 1px solid #eee;
}
.rule img {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  body .offset-3 {
    margin-left: 0 !important;
  }

  .footer-menu li,
.footer-menu li a {
    text-align: center;
  }

  .media {
    display: block;
  }

  .main {
    margin: 50px 0 !important;
  }

  .list-group {
    margin-bottom: 30px;
  }

  .copyright a {
    display: block;
  }
}

.product-slider .owl-nav.disabled {
  display: block !important;
  position: relative;
}

.product-slider .owl-nav {
  text-align: right !important;
}

.product-slider .owl-nav button {
  background: #fff !important;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.product-slider .owl-nav button:hover {
  color: #EB4D4B !important;
}

.product-slider .owl-dots {
  display: none !important;
}

.see-all {
  padding: 0 !important;
}
.see-all a.btn-link {
  color: #130F40 !important;
}

.card {
  position: relative;
}

.loved {
  position: absolute;
  top: 3%;
  left: 5%;
  background: transparent;
  width: 30px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #eee;
}
.loved .bx {
  color: red;
}

.badges {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* sosmed */
.fb-icon {
    background: url("../../img/icon/sosmed/fb.png");
}

.gp-icon {
    background: url("../../img/icon/sosmed/gp.png");
}

.pinter-icon {
    background: url("../../img/icon/sosmed/pinter.png");
}

.tw-icon {
    background: url("../../img/icon/sosmed/tw.png");
}

.wa-icon {
    background: url("../../img/icon/sosmed/wa.png");
}
/* end sosmed */

/*# sourceMappingURL=styles.css.map */
