.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
      font-size: 3.5rem;
  }
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  color: #5a5a5a;
  background: #f8f8f8;
  font-family: 'Poppins', sans-serif;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 27.4rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /* height: 32rem; */
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.carousel-indicators {
  bottom: 0px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.bg-blue-nav-header {
  background-color: #fff !important;
  box-shadow: 1px 0px 1px #eee;
}

img.img50 {
  width: 50%;
}

.bg-blue-menu {
  background: #0082be;
  margin-right: 5px;
  padding: 5px 10px;
  border: 2px solid #0082be;
}

.fa-bars, .fa-search {
  color: #fff;
}

.btn-search {
  background: #0082be;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 0px !important;
  border: 2px solid #0082be;
}

.input-form-control-new {
  margin-right: 0rem !important;
  margin-left: .5rem;
  border-radius: 0px !important;
  padding: .375rem 11rem .375rem .75rem !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
}

.nav-login {
  background: #0082be;
  color: #fff !important;
  border-radius: 20px;
  width: 85px;
  text-align: center;
}

.nav-register {
  color: #0082be !important;
  border-left: 1px solid #666;
}

img.width25 {
  width: 25px;
}

.nav-bag {
  position: relative;
}

span.bullets {
  background: #0082be;
  color: #fff;
  font-size: .2rem;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  padding: 1px 5px;
  position: absolute;
  top: 3px;
  right: 5px;
}

.menus {
  padding: 0px !important;
  min-width: 15rem;
  /* box-shadow: 1px 1px 10px #ccc; */
}

.menus h2 {
  font-size: .8rem;
  color: #0082be;
  margin-bottom: 0px;
}

ul.menus > li {
  padding: 9.3px;
  border: 1px solid #eee;
  font-size: .8rem;
  position: relative;
}

span.liarrow {
position: absolute;
right: 10px;
top: 15px;
color: #000;
}

.padding-0 {
  padding: 0px !important;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.menus h1 {
  background: #0082be;
  color: #fff;
  padding: 10px;
  font-size: 1rem;
  margin-bottom: 0px;
}

.carousel {
  margin-bottom: 1rem;
}

h1.title-product {
  font-size: 1.5rem;
  padding-top: 20px;
  color: #0300CE;
  font-weight: bold;
}

.bg-white {
  background: #fff !important;
}

.product-featured {
  padding: 15px 0px;
  margin-top: 20px;
  width: 100%;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.product-featured h2 {
  font-size: .8rem !important;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  white-space: normal;
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
  height: 60px;
}

@media(max-width: 765px) {
    .product-featured h2 {
        height: 60px;
    }
}

.product-featured p {
  color: #b8b8b8;
  margin-bottom: 0 !important;
  font-size: .8rem;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
}

.product-featured h3 {
  color: #0300CE !important;
  /*color: #0082be !important;*/
  font-size: 1rem !important;
  font-weight: bold;
  margin-bottom: 2px
}

.btn-beli {
  background: #0300CE;
  border-radius: 20px;
  width: 70%;
  color: #fff;
  margin: 5px;
}

.product-featured h4 {
font-size: .8rem;
color: #ccc;
font-style: oblique;
}

span.diskon {
font-style: normal;
color: #ff0000;
}

/*img.product-img {*/
/*    height: auto;*/
/*    width: 100%;*/
    /*border: 1px solid #eee;*/
    /*border-radius: 5px;*/
/*}*/

img.product-img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.margin-bottom-10 {
margin-bottom: 15px;
}

.sec-promotion {
margin: 2%;
}

img {
width: 100%;
}

ul.shipping-partner {
list-style: none;
display: none;
}

section.section-new-product {
margin: 2% 0;
}

.hot-deal {
padding: 0px;
margin: 0px;
}

/*img.img70 {*/
/*width: 40% !important;*/
/*}*/

.footer-menu {
font-size: .8rem !important;
font-weight: bold;
color: #0300CE !important;
margin-top: 7%;
}

.pad-0 {
padding: 0px !important;
}

.col-1-footer p {
font-size: 0.6rem !important;
color: #b8b8b8;
margin-top: 10px;
}

.hr-blue {
border-top: 5px solid #0300CE !important;
}

.blues {
color: #0300CE !important;
font-weight: bold;
font-size: .8rem;
}

.bottom-footer {
padding: 20px 0 10px 0;
}

.footer {
padding: 40px 0 10px 0;
font-size: .8rem;
}

.footer span {
    display: block;
    font-size: 1rem;
    color: #0300CE;
}

section.sec-banners {
margin: 2% 0;
/* padding-bottom: 20px; */
}

.padding-5 {
padding: 5px;
}

.padding-top-20 {
padding-top: 20px;
}

img.img50 {
width: 50% !important;
}

.btn-blue-search {
background: #0300CE;
}

.fa-search {
color: #fff !important;
}

.form-control-2 {
padding: .375rem 1rem .375rem 1rem !important;
width: 420px !important;
}

.bg-light {
background-color: #fff !important;
box-shadow: 1px 1px 10px #fff;
}

a.blue-login {
color: #fff !important;
background: #0300CE;
padding-left: 20px !important;
padding-right: 20px !important;
border-radius: 30px;
}

.mains {
  padding-top: 14%;
  z-index: 2;
  background: #f8f8f8;
}

ul.menus {
list-style: none;
background-color: #fff;
}

li.header-menus {
background-color: #0300CE;
color: #fff;
text-transform: uppercase;
font-size: 1rem;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border: 1px solid #0300CE !important;
}

ul.top-header {
display: inline-flex;
list-style: none;
}

.list-white-cart {
background: #0300CE;
margin-top: 7.3%;
position: relative;
padding: 10px;
border-top: 1px solid #eee;
padding-right: 20px;
}

ul.top-header {
display: inline-flex;
list-style: none;
margin-bottom: 0;
}

ul.top-header li {
margin: 0 10px;
}

.for-banners {
/* margin-top: 9%; */
padding: 0 15px;
}

.carousel-caption p {
margin-bottom: 0;
}

.carousel-caption h1 {
font-size: 5rem;
color: #FFF774;
}

.btn-legendary {
border: 1px solid #fff;
color: #fff;
font-size: 1rem;
}

.btn-legendary:hover {
  background: #fff;
  color: #0082be;
}

.product-featured a {
color: #000;
}

.btn-beli a {
color: #fff !important;
text-decoration: none;
}

ul.main-menu {
display: inline;
padding-inline-start: 0px;
}

ul.main-menu li {
display: inline;
color: #fff;
margin: 0 8px;
text-transform: capitalize;
}

.main-menu a {
    font-size: 18px;
}

.form-control-3 {
display: inline;
width: 400px;
text-transform: capitalize;
}

.btn-blue-search {
display: inline;
}

.search-form {
display: inline-flex;
position: relative;
float: right;
top: -7px;
right: 0;
}

.so-spotlight1, .policy-detail {
margin: -25px 0 23px 0;
border: 1px solid #dddddd;
}

.so-spotlight1, .policy-detail, .banner-policy {
display: block;
overflow: hidden;
border-radius: 3px;
width: 100%;
padding: 20px 0px;
}

.so-spotlight1, .banner-policy .policy {
display: block;
overflow: hidden;
width: 25%;
border-right: 1px solid #ddd;
float: left;
}

span.title {
    font-size: 16px !important;
}

.so-spotlight1 .policy-detail .banner-policy .policy {
display: block;
overflow: hidden;
width: 33.3333%;
border-right: 1px solid #ddd;
float: left;
}

.policy1{
background: url(../img/icon-freeship.png) no-repeat;
}

.title {
font-weight: 600 !important;
font-size: 20px !important;
color: #222222 !important;
text-transform: uppercase;
}

.service-info span{
font-weight: 400;
font-size: 10px;
color: #888888;
text-transform: uppercase;
}

.so-spotlight1, .policy-detail, .banner-policy, .policy, span {
color: #888888;
}

.policy2{
background: url(../img/icon-money.png) no-repeat;
}

.policy2a{
background: url(../img/icon-garansi.png) no-repeat !important;
}

.policy3{
background: url(../img/icon-support.png) no-repeat;
}

.service-info {
margin-left: 25%;
}

.policy-detail {
padding: 0px;
}

.policy {
background-size: 40px;
background-position-x: 15px;
}

.modcontent {
background: #fff;
}

.no-padding {
padding: 0px !important;
margin: 0px !important;
}

ul.for-contact-top {
list-style: none;
display: inline-flex;
margin-bottom: 0;
padding-inline-start: 0 !important;
}

ul.for-contact-top li {
margin: 0 10px;
font-size: .9rem;
}

span.handle {
position: relative;
/* background: url(../img/cart.png) no-repeat; */
/* width: 31px;
height: 40px;
margin: 5px 10px; */
}

.number-shopping-cart {
position: absolute;
height: 22px;
width: 22px;
line-height: 22px;
background: #ff5555;
color: #fff;
border-radius: 100px;
text-align: center;
bottom: -10px;
left: -15px;
}

.titless {
color: #444;
font-weight: bold;
}

.text-shopping-cart {
color: #999;
margin-bottom: 0;
white-space: nowrap;
position: absolute;
top: 27px;
left: 36px;
}

.shopcart {
position: relative;
}

img.img30px {
width: 30px;
}

.bg-blue {
background: #0300CE;
}

.breadcrumbs {
margin-top: 200px;
text-transform: capitalize;
  color: #0300CE;
}

.mains-2 {
margin-bottom: 2%;
/*padding-top: 1% !important;*/
}

.mains-3 {
    padding-top: 1% !important;
}

.top-header-nav {
  position: fixed;
  z-index: 2000;
  background: #eee;
  width: 100%;
  margin-top: -3rem;
  padding: 10px;
  font-size: .8rem;
}

ul.top-header-nav-left {
  list-style: none;
  display: inline-flex;
  margin: 0;
  padding: 0;
}

ul.top-header-nav-left > li {
  margin-right: 10px;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}

ul.top-header-nav-right {
  list-style: none;
  display: inline-flex;
  margin: 0;
  padding: 0;
}

ul.top-header-nav-right > li {
  margin-left: 10px;
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

.title-detail {
  text-transform: uppercase;
}

.desc-content {
  text-transform: capitalize;
}

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

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

.mb-30 {
  margin-bottom: 30px !important;
}

.topabout {
  text-align: center;
  margin: 50px 15px;
  width: 100%;
}

.topabout h2 {
  color: #0300CE;
}

.topabout p {
  color: #888888;
}

.topabout ul {
  list-style: initial !important;
}

.pd-20-10 {
  padding: 20px 10px !important;
  border-radius: 5px;
}

.contentabout h2 {
  color: #0300CE;
}

.main-menu a {
  color: #fff !important;
  text-decoration: none;
  background-color: transparent;
}

.footer-menu a {
  color: #0300CE;
  text-decoration: none;
}

h2.titlemenus {
  font-size: 1.3rem;
  color: #0300CE;
  border-bottom: 2px solid #0300CE;
  padding-bottom: 10px;
  width: 20%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-top: 10px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-10 {
  margin-left: 10px;
}

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

.titlevisi {
  font-size: 1.5rem;
  margin-top: 20px;
}

.getborder {
  padding-bottom: 10px;
  border-bottom: 2px solid #888;
}

.basic-url {
  display: block !important;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 1rem;
}

.right-to-left {
  text-align: right;
}

.icon-categories {
  text-align: center;
}

.btn-beli:hover {
  color: #fff;
}

/* Grid */

section.featured-product {
  margin: 10px 0;
}

.fx-100 {
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}

.grid-top-left, .grid-top-right , .grid-bottom-left, .grid-bottom-center, .grid-bottom-right {
  margin: 0px !important;
  padding: 7px 10px !important;
  max-height: 450px;
}

img.gridimg {
    width: 100%;
    height: max-content;
}

/* End Grid */

hr.dashed {
    border-top: 1px dashed #dddddd;
    margin: 1px 0;
}

.mid-inline {
  display: inline;
  position: relative;
  padding: 0;
}

.productnew {
    position: absolute;
    z-index: 2;
    top: -2px;
    right: 8px;
    background: #0300CE;
    color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 13px 10px;
    font-size: 10px;
}

img.img20 {
  width: 20%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}

img.img80 {
  width: 80%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.mid-inline h2 {
  font-size: 1rem;
  font-weight: bold;
  display: inline;
}

.mid-inline h4 {
  font-size: .8rem;
  display: inline;
}

.mt-30-spc {
  margin-top: 30px;
}

.mtb-30 {
  margin: 30px 0px;
}

.mtb-20 {
  padding-bottom: 20px;
  margin: 20px 0px;
}

.title-new {
  padding: 0px;
  margin-bottom: 10px;
}

.title-new h2 {
  font-size: 1.5rem;
  margin: 0px;
  padding-bottom: 5px;
  color: #0300CE;
  font-weight: bold;
}

.margin-0 {
  margin: 0px;
}

.blog .carousel-indicators {
  left: 0;
  top: auto;
    bottom: -40px;

}

.title-featured-brand {
  margin-bottom: 10px;
}

.title-featured-brand h2 {
  font-size: 1rem;
  margin: 0px;
  padding-bottom: 5px;
  color: #0300CE;
  font-weight: bold;
}

section.featured-brand {
    padding: 20px 0px;
}

.icon-categories p {
  font-size: .8rem;
  text-transform: capitalize;
}

.mb-10 {
  margin-bottom: 10px;
}

/* Dropdown */

.dropright {
  width: 100%;
}

.dropright a {
  width: 100%;
}

.dropdown-menu-right.show {
  top: -.9em !important;
  left: 0.5em !important;
}

.dropdown-menu-right-1.show {
  top: -.9em !important;
  left: .5em !important;
}

.dropdown-menu-right-2.show {
  top: -.9em !important;
  left: .5em !important;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropbtn {background-color: transparent;}

.dropdown:hover .dropdown-content {
  display: block;
  left: 10.3em !important;
  top: -.9em !important;
}

/* End Dropdown */

.menus h2:hover {
  cursor: pointer;
}

.mobile-hide a {
  color: #5a5a5a;
  text-decoration: none;
}

.menus a {
  color: #5a5a5a;
  text-decoration: none;;
}

img.hoverzoom {
  position: relative;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

img.hoverzoom:hover {
  width: 100%;
  border: 2px solid #eeeeee;
  box-shadow: 1px 1px 5px #eee;
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  position: relative;
  z-index: 100;
  cursor: zoom-in;
}

.hoverdark figure {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 5px;
}
.hoverdark figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hoverdark figure:hover img {
  opacity: .5;
}

/*figure {*/
/*    margin: 0 0 0rem;*/
/*    position: relative;*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    display: initial;*/
/*}*/

figure {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden!important;
    height: 200px;
    position: relative;
}

.lovewishlist {
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: none
}

figure:hover .lovewishlist {
  display: block;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.quickview {
  background: #000;
  padding: 5px 10px;
  border-radius: 5px;
}

a.wishlist {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px !important;
}

form.mb-0 {
  margin-bottom: -5px !important;
  margin-block-end: 0em;
}

li.icon-heart {
  margin-bottom: 15px;
}

/* Carousel Brand */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* End Carousel Brand */

/* Profile */
/*background: url(../img/FreeVector-Cartoon-Monsters-Pattern.jpg);*/
  /*max-height: 250px;*/
.user-hero-image-container {
  max-height: 72px;
  height: 250px;
  background-size: cover;
  border-bottom: 2px solid #eee;
  box-shadow: 1px 1px 3px #ccc;
  position: relative;
}
.profile-container {
  margin: auto;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(254,253,253,1) 0%, rgba(236,238,238,1) 100%);
  position: absolute;
  bottom: 0;
  border-top: 1px solid #eee;
  width: 100%;
  height: 70px;
}
.profile-container h2 {
  margin: 10px auto;
  font-size: 1.3rem;
  /* background: rgba(250, 250, 250, .9); */
  color: #0082be;
  padding: 10px;
  border-radius: 5px;
}
.pml-0 {
  padding: 0px;
  margin: 0px;
}
img.img-60 {
  width: 60%;
}
img.img-100s {
  width: 100%;
  position: relative;
  bottom: 100px;
  border: 5px solid #fff;
}
.profile-pd-10 {
  padding: 10px;
}
.profile-pd-20 {
  padding: 20px;
}
.mt-100 {
  margin-top: 100px;
}
.w-100 {
  width: 100%;
}
.profile-content {
  margin: 20px 0px 10px 0px;
  text-align: left;
  color: #000;
}
.mt-30 {
  margin-top: 30px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0082be;
  border-color: #dee2e6 #dee2e6 #fff;
}
a.nav-item {
  color: #888888;
}
p.no-margin {
  margin: 0px;
}
.card-body {
  position: relative;
}
.card-body span {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-5%,-50%);
  color: #0082be;
}
.card-content {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.card-content span {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-5%,-50%);
  color: #0082be;
}
/* End Profile */

ul.content-img {
  padding-inline-start: 0px;
}

ul.content-img > li > img {
  width: 60px;
  border: 1px solid #eee;
  margin: 0px 3px 0px 0px;
}

ul.content-img > li {
  display: inline;
}

ul.smal_sample li {
  width: 24.1%;
  float: left;
  margin: .5% 0.4%;
  border: 1px solid #eee;
  padding: 10px;
}

ul.smal_sample li img
{
  width: 100%;
}

ul.smal_sample {
  padding-inline-start: 0px;
}

/* Test */
img.xzoom-gallery {
  width: 60px;
  border: 1px solid #eee;
  margin: 0px 3px 0px 0px;
}

img#xzoom-default {
  border: 1px solid #eee;
  margin-bottom: 10px;
  width: 100% !important;
}

/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block;
  width: 100%;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom { 
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); 
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}

.nav-fill .nav-item {
  padding: 15px;
}

.card-header {
  background-color: #0300CE;
  color: #fff;
}

.edit-profile {
  font-size: 1rem !important;
  position: absolute;
  margin: 0 10px;
  color: #0300CE;
}

.top-profile-mbl, .top-profile-mbr {
  max-height: 50px;
  height: 50px;
}

.position-relative {
  position: relative;
}

.profile-icon-edit {
  position: absolute;
  right: 0;
  top: 25%;
  transform: translate(-10%);
  font-size: 1.5rem;
  color: #0300CE;
}

.fa-heart-2, .fa-user-edit {
  padding: 10px;
  border-radius: 5px;
}

.fa-user-edit:hover {
  border: 2px solid #0300CE;
  background: #0300CE;
  color: #fff;
}

.fa-heart-2:hover {
  border: 2px solid #0300CE;
  background: #0300CE;
  color: #fff;
}

ul.notifprofile {
  display: inline;
}

ul.notifprofile > li {
  display: inline;
  margin-left: 10px;
}

.mid-inline a {
  color: #0300CE;
  text-decoration: none;
  text-transform: capitalize;
}

ul.notifprofile a {
  color: #0300CE;
}

.top-profile-mbr a {
  color: #0300CE;
  text-decoration: none;
  text-transform: capitalize;
}

.top-profile-mbl a {
  color: #0300CE;
  text-decoration: none;
  text-transform: capitalize;
}

.button-edit-save {
  width: 40%;
  margin: 30px auto;
}

.btn-login {
  background: #0300CE;
  width: 100%;
  color: #fff;
  margin: 5px;
}

.btn-login:hover {
  color: #fff;
}

.mt-10p {
  margin-top: 10%;
}

.form-login::placeholder {
  color: #ccc;
  font-size: .8em;
}

.goes-a a {
  color: #0082be;
  text-decoration: none;
}

.f-8 {
  font-size: .8rem;
}

ul.top-header-nav-right a {
  color: #5a5a5a;
  text-decoration: none;
}

.ml-wr {
  text-align: right;
}

.forgot-password a {
  color: #0082be;
  text-decoration: none;
}

.margin-auto {
  margin: auto;
}

.pt-20 {
  padding-top: 20px;
}

#nav-profile a {
  color: #0082be;
}

.title-checkout h2 {
  font-size: 1rem;
  color: #0082be;
  font-weight: bold;
  margin-bottom: 0rem
}

.title-checkout p {
  font-size: .8rem;
  color: #888888;
  margin-bottom: .5rem
}

p.price-checkout-1 {
  font-size: 1rem;
  color: #0082be;
  font-weight: bold;
  margin-bottom: 0rem;
}

p.price-checkout-2 {
  font-size: .8rem;
  color: #888888;
  text-decoration: line-through;
  margin-bottom: 0rem;
}

p.price-checkout-3 {
  font-size: 1rem;
  color: #0082be;
  font-weight: bold;
  margin-bottom: 0rem;
}

.f-blue {
  color: #0082be;
}

.carets::before {
  color: #0082be;
  font-size: .6rem;
  vertical-align: middle;
}

span.carets {
  color: #004D9E;
}

input[type="text"] {
}

img.img80 {
  width: 80px;
  padding: 10px;
}

.btn-delete {
  background: #ff5555;
  color: #fff !important;
}

input.inputcenter[type="text"] {
  padding-inline-start: 0px !important;
  text-align: center;
}

input.inputcenter[type="number"] {
  padding-inline-start: 0px !important;
  text-align: center;
}

.title-orderplace {
  background: #0082be;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}

.f-right {
  float: right;
}

.listorderplace {
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}

.btn-blue {
  background: #0082be;
  border-radius: 20px;
  color: #fff !important;
  padding: .375rem 1rem;
}

.btn-blue:hover {
  color: #fff !important;
}

.btn-green {
  background: #4eaa08;
  border-radius: 20px;
  color: #fff !important;
  padding: .375rem 1rem;
}

.btn-green:hover {
  color: #fff !important;
}

.btn-white {
    background: transparent;
    border-radius: 20px;
    color: #0082be !important;
    padding: .375rem 1rem;
    border: 1px solid #0082be;
}

.btn-white:hover {
  background: #0082be;
  color: #fff !important;
}

.lb-orderplace {
  display: inline;
  margin-right: 5px;
}

.lb-orderplace a {
  color: #888;
  text-decoration: none;
}

.t-right {
  text-align: right;
}

tr.orderplacecontent {
  border-bottom: 1px solid #eee;
}

.totalorderplace {
  color: #0082be;
  font-size: 1.5rem;
}

.kategoriorderp {
  font-size: .8rem;
  color: #888888;
}
.width10td {
  width: 10%;
}
.width20td {
  width: 20%;
}

.width40td {
  width: 40%;
}
.width30td {
  width: 30%;
}
.btn-transparent {
  background: transparent;
  border: transparent;
}

.btn-transparent-wishlist {
  background: transparent;
  color: #000 !important;
  border: transparent;
}

.btn-transparent-wishlist:hover {
  background: transparent;
  color: #000 !important;
  border: transparent;
}

.btn-transparent-wishlist:active {
  background: transparent !important;
  color: #000 !important;
  border: transparent;
}

.btn-transparent-wishlist:focus {
  box-shadow: transparent !important;
}

.btn-transparent-wishlist:not(:disabled):not(.disabled):active {
  box-shadow: transparent !important;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: 150px !important;
}

.p-10 {
  padding: 10px;
}

.checkout-change {
  color: #0082be !important;
  text-decoration: none;
}

a.menukategori {
    color: #141414 !important;
    text-decoration: none;
    font-weight: bold;
    font-family: Hind Madurai,sans-serif;
}

#okewa-floating_cta .okewa-fc_icon {
  height: auto !important;
  width: 16%;
}

.bg-panel {
  background: #0082be;
  padding: 10px;
  color: #fff;
}

.f-white {
  color: #fff !important;
}

a.f-white {
  color: #fff !important;
  font-size: 1rem;
}

img.imgsocial {
  width: 30px;
  border-radius: 5px;
}

h5.sharesocial {
  font-size: .8rem;
}

a.mrn-10 {
  margin-right: 10px;
}

.btn-love {
  padding: .375rem .58rem !important;
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.btn-love:hover {
  padding: .375rem .58rem !important;
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.border-1 {
  border: 1px solid #eee;
}

.padlr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.rowlr-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding: 15px;
}

.rowlr-01 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.greysuccess {
  background: #f8f8f8;
  padding: 15px;
  color: #5a5a5a;
}

.bluesuccess {
  background: #0082be;
  padding: 15px;
  color: #fff;
}

p.success-nomor {
  margin-bottom: 0rem;
  margin-top: 5%;
}

.success-mb-0 {
  margin-bottom: 0rem;
}

.success-backblack {
  position: relative;
  background-color: #5a5a5a;
  color: #fff;
  height: auto;
  width: 50% !important;
  margin: 20px auto;
  padding: 20px;
}

.success-backblack:after {
  content:'';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-bottom: solid 20px #5a5a5a;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent
}

.listbanksuccess {
  width: 40%;
  margin: 20px auto;
}

.not-found-div {
  margin: auto;
  position: relative;
}

.btn-home-404 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.btn-home-404-back {
  background: #0082be;
  color: #fff;
  padding: 10px 20px;
  border: 0;
}

a.btn-home-404-back:hover {
  color: #fff !important;
  text-decoration: none;
}

.padding2030 {
  padding: 20px 30px 30px 30px;
}

.c5a {
  color: #5a5a5a;
}

.f5a {
  color: #5a5a5a;
}

.disinline {
  display: inline;
}

a.f5a {
  color: #5a5a5a !important;
}

.f-green {
  color : #5eab34 !important;
}

a.decornone {
  text-decoration: none;
}

.f-right {
  float: right;
}

table.table100 {
  width: 100%;
}

table.table100 > tbody > tr > th {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-weight: bold;
}

table.table100 > tbody > tr > td {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.btn-lihatdetail {
  background: transparent;
  border-radius: 20px;
  width: 100%;
  color: #0082be;
  margin: 5px;
  border: 1px solid #0082be;
}

.btn-lihatdetail:hover {
  background: #0082be;
  border-radius: 20px;
  width: 100%;
  color: #fff;
  margin: 5px;
  border: 1px solid #0082be;
}

a.btn-lihatdetail {
  color: #0082be !important;
}

a.btn-lihatdetail:hover {
  color: #fff !important;
}

.btn-lihatdetail1 {
  background: #0082be;
  border-radius: 20px;
  width: 100%;
  color: #fff;
  margin: 5px;
  border: 1px solid #0082be;
}

.btn-lihatdetail1:hover {
  background: transparent;
  border-radius: 20px;
  width: 100%;
  color: #0082be;
  margin: 5px;
  border: 1px solid #0082be;
}

a.btn-lihatdetail1 {
  color: #fff !important;
}

a.btn-lihatdetail1:hover {
  color: #0082be !important;
}

ul.top-header-nav-left a {
  color: #5a5a5a;
  text-decoration: none;
}

.policys {
  text-align: center;
  margin: 50px 15px;
  width: 100%;
}

.policys h2 {
  color: #0082be;
}

.policys p {
  color: #888888;
}

.text-right-s {
  text-align: right;
}

.content-comment {
  position: relative;
  padding: 10px 20px 20px 20px;
  border-bottom: 1px solid #eee;
  /*background: #f9f9f9;*/
  margin: 10px 10px 20px 10px;
}

.trash-comment {
  position: absolute;
  top: 45%;
  right: 5%;
  transform: translate(-95%, -55%);
  background: #ff5555;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
}

.content-comment h2 {
  font-size: 1rem;
  padding-top: 20px;
  color: #0082be;
  font-weight: bold;
  width: 85%;
}

.content-comment p {
  padding-inline-start: 10px;
  width: 85%;
  font-size: .8rem;
}

.h150 {
  max-height: 150px;
  height: 150px !important;
}

img.img-avatar {
  width: 60%;
  border-radius: 80px;
  margin: auto;
  text-align: center;
}

.fa-star {
  color: #FFD700;
}

ul.starpoint {
  padding-inline-start: 0px !important;
}

ul.starpoint > li {
  display: inline;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:1.2em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}


.success-box {
  margin:0px;  
  padding:5px 5px;
}

.success-box img {
  margin-right:10px;
  display:inline-block;
  vertical-align:top;
  width: 30px;
}

.success-box > div {
  vertical-align:top;
  display:inline-block;
  color:#888;
}

ul#stars {
  margin-bottom: 0px !important;
}

.pad-10 {
  padding: 10px;
}

/* Progress */
.progress--bar {
  counter-reset: step;
  display: table;
  padding: 0;
  width: 100%;
}
.progress--bar li {
  list-style-type: none;
  display: table-cell;
  position: relative;
  text-align: center;
  color: #ccc;
}
.active {
  list-style-type: none;
  display: table-cell;
  position: relative;
  text-align: center;
  color: #ccc;
}
.progress--bar li::before {
  content: counter(step);
  counter-increment: step;
  /*width: 50px;*/
  /*height: 50px;*/
  line-height: 50px;
  /*border: 5px solid #ddd;*/
  border-right: 1px solid #eee;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  /*border-radius: 20%;*/
  background-color: white;
}
.progress--bar li:first-child::before {
  border-left: 1px solid #eee;
}
.progress--bar li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #ddd;
  top: 25px;
  left: -50%;
  z-index: -1;
}
.progress--bar li:first-child::after {
  content: none;  
}
.progress--bar li:last-child::before {
  content: "\f058";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 40px;
}
.progress--bar li.active {
  color: green;
}
.progress--bar li.active::before {
  border-color: #eee;
}
.progress--bar li.active + li::after {
  background-color: green;
}

.progress--bar li#track1::before { 
  content: "\f1b2";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 40px;
}

.progress--bar li#track2::before { 
  content: "\f48b";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 40px;
}

.progress--bar li#track3::before { 
  content: "\f4ce ";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 40px;
}

h2.titlestatus {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.cblack {
  color: #000 !important
}

.btn-red {
  background: #ff5555;
  color: #fff;
}

.btn-red:hover {
  color: #fff;
}

a.btn-red {
  color: #fff !important;
}

.floating-diskon {
  position: absolute;
  top: 1;
  background: #ff5555;
  color: #fff;
  padding: 10px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.f-6 {
  font-size: .6rem;
}

img.banner-promotion {
  margin-top: -18px !important;
  width: 100%;
}

.card-promotion {
  background: transparent;
  padding: 0px !important;
}

.card-promotion-body p {
  color: #bbb;
  margin-top: 20px;
}

.card-promotion-body {
  padding: 1.25rem 1.25rem 0rem 1.25rem !important;
}

.card-promotion-body span {
  color: #0082be; 
}

.divClipboard {
  color: #888888 !important;
  position: unset !important;
}

.card-body.card-promotion-body a {
    color: #5a5a5a;
    text-decoration: none;
    background-color: transparent;
}

.pad-40 {
  padding: 40px;
}

.card-promotion-detail-body ul {
  list-style-type: disc !important;
}

.footer table {
    font-size: .8rem;
    margin-top: 5px;
}

.footer table td {
    vertical-align: top;
    padding-right: 5px !important;
}

.footer h2 {
    font-size: 1.3rem;
    color: #0300CE;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.aboutvisimisi {
    /*background: #EBEBEB;*/
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 12vh;
    color: #353535;
}

.aboutcomprolittle {
    margin-bottom: -5px !important;
    font-size: .8rem;
}

.aboutvisimisi h5.card-title {
    color: #fff;
    font-size: 1.75rem;
}

.aboutvisimisi .card-body {
    position: relative;
    background: url(http://develsync.com/excellentscales/assets/img/bg-visi.jpg);
    background-size: cover;
    background-position: top;
    padding: 120px;
}

.aboutvisimisi p.card-text {
    color: #fff;
}

.aboutvisimisi .posrel {
    position: relative;
}

.aboutvisimisi .posabs {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-70%, -50%);
}

ul.aboutmisi li:before {
    content: "\00BB";
    margin-right: 5px !important;
}

ul.aboutmisi {
    padding-inline-start: 0px !important;
}

.aboutvisimisi h2 {
    font-size: 1.75rem;
    color: #0300CE;
}

@media (max-width: 767px) {
    .aboutvisimisi .card-body {
        padding: 60px;
    }
    .aboutvisimisi .posabs {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
}

.media-middle {
    margin-top: 2px;
}

.media-body {
    margin-left: 10px;
}

p.media-heading {
    font-size: .8rem;
}

.forcart {
    width: 40% !important;
}

.fa-shield-alt {
    color: #0300CE;
}

.desccontent ul {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.bottom-footer h3 {
    display: none;
}

.halamanabout .col-md-6 div {
    margin-bottom: 20px;
}

.halamanaboutmb-10 {
    margin-bottom: 20px;
}

.email {
	position: fixed;
	bottom: 95px;
	right: 20px;
}

.youtube {
	position: fixed;
	bottom: 50px;
	right: 20px;
}

.socmed {
	position: relative;
}

.socmed img {
	width: 50px
}

.newsocmed {
    position: relative;
}

.newsocmed ul {
    position: fixed;
    bottom: 40px;
    right: 15px;
}

.newsocmed img {
    width: 50px;
}

/*.zoomimg {*/
/*    width: 100%;*/
/*    height: 240px;*/
/*    margin-bottom: 20px;*/
/*}*/

.user-hero {
    margin-top: 10% !important;
}

.cart .user-hero {
    margin-top: 10% !important;
}

main#forcart {
    margin-top: 12% !important;
}

@media (min-width: 1480px) {
    .user-hero {
        margin-top: 7% !important;
    }
    .cart .user-hero {
        margin-top: 7% !important;
    }
    main#forcart {
        margin-top: 12% !important;
    }
}

ul.main-menu li.active {
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}

.news-artikel-detail {
    margin: 190px 0px 40px 0px !important;
}