/* custom from template */

html .bg-primary:not(.no-skin) {
  /* background-color: #001629 !important; */
  background-color: #f0f8ff !important;
}

.icon-box-animation-1.icon-box-animation-1-light:before,
.icon-box-animation-1.icon-box-animation-1-light:after,
.icon-box-animation-1.icon-box-animation-1-light .icon-box:before,
.icon-box-animation-1.icon-box-animation-1-light .icon-box:after {
  border-color: #b9ddff;
}

.icon-box-animation-1 .icon-box-icon {
  transition-duration: 1s;
}

.icon-box-animation-1:hover .icon-box-icon {
  background: #cfe8ff;
}

/* my custom */

.hide-mobile {
  display: block !important;
}

.hide-pc {
  display: none !important;
}

.hide-mobile-flex {
  display: flex !important;
}

.hide-pc-flex {
  display: none !important;
}

.logo-utama {
  width: 200px;
  height: auto;
}

/* .icon-box-animation-1{
    background-color: #0d3e69;
    border-radius: 10px;
    transition-duration: 1s;
    filter: drop-shadow(0px 0px 10px #062c4e);
    position: relative;
    top: 0px;
}

.icon-box-animation-1:hover{
    position: relative;
    top: -10px;
    background-color: transparent;
    border-radius: 0px;
    filter: drop-shadow(0px 0px 0px #ffffff00);
} */

.b-left-div {
  border-left: 1px solid #b2d8ff;
}

.disp-img {
  transform: scale(1);
  transition-duration: 0.5s;
}

.disp-img:hover {
  transform: scale(1.2);
}

.color-first {
  color: #0d3e69;
}

.color-second {
  color: #114d82;
}

.image-frame.image-frame-style-1
  .image-frame-wrapper.image-frame-wrapper-align-end
  .image-frame-action {
  height: 20%;
}

.image-frame.image-frame-style-1.image-frame-effect-2
  .image-frame-wrapper:after {
  background: linear-gradient(180deg, #0091d400 0%, #0089ff1c 100%);
  /* background: #0089ff1c; */
  height: 20%;
}

.radius-100 {
  border-radius: 100px !important;
}

.mini-cart {
  cursor: pointer;
}

.image-frame .image-frame-wrapper {
  border-radius: 15px;
}

.f-inherit {
  flex-wrap: inherit;
}

.section.section-text-overlay .text-background {
  bottom: 5%;
  font-size: 10vw;
}

.lemek {
  width: 90%;
  height: 100%;
  position: relative;
  transform: translate(0px, 0px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lemek:hover svg {
  transform: translate(0px, -10px);
  transition: all 0.4s;
}

.lemek:not(:hover) svg {
  transform: translate(0px, 0px);
  transition: all 0.3s;
}

/* home */

.glass-color {
  fill: #86f7f7;
}

.lemek:hover .glass-color {
  fill: #fdd365;
  transition: all 0.2s;
}

/* kardus */

#body-box {
  transform: translate(0, -40px);
}

.lemek:hover #body-box {
  transform: translate(0, 0px);
  transition: 0.5s ease;
}

.lemek:not(:hover) #body-box {
  transform: translate(0px, -40px);
  transition: 0.5s ease;
}

#star1 {
  transform-origin: center;
  transform-box: fill-box;
  transform: translate(0, 80px);
}

#star2 {
  transform-origin: center;
  transform-box: fill-box;
  transform: translate(-10px, 80px);
}

#star3 {
  transform-origin: center;
  transform-box: fill-box;
  transform: translate(0px, 60px);
}

.lemek:hover #star1 {
  transition: 0.5s ease-out;
  transform: translate(-20px, -10px) rotate(-360deg);
}

.lemek:not(:hover) #star1 {
  transition: 0.5s;
  transform: translate(0, 80px) rotate(-100deg);
}

.lemek:hover #star2 {
  transition: 0.5s ease-out;
  transform: translate(20px, 20px) rotate(360deg);
}

.lemek:not(:hover) #star2 {
  transition: 0.5s;
  transform: translate(-10px, 80px) rotate(-100deg);
}

.lemek:hover #star3 {
  transition: 0.5s ease-out;
  transform: translate(0px, -5px) rotate(360deg);
}

.lemek:not(:hover) #star3 {
  transition: 0.5s;
  transform: translate(0px, 60px) rotate(-100deg);
}

/* tangan */

.lemek:hover .coin {
  transform: translate(0, -10px);
  transition: 0.5s ease;
}

.lemek:not(:hover) .coin {
  transform: translate(0, 0px);
  transition: 0.5s ease;
}

.lemek:hover #tangan {
  transform: translate(0, -18px);
  transition: 0.6s ease;
}

.lemek:not(:hover) #tangan {
  transform: translate(0, 0px);
  transition: 0.6s ease;
}

#flag1 {
  transform-origin: center;
  transform-box: fill-box;
}

.lemek:hover #flag1 {
  animation: berkibar 1s infinite linear;
  transition: 1s;
}

.lemek:not(:hover) #flag1 {
  transform: translate(0, 0px);
  transition: 1s;
}

@keyframes berkibar {
  0% {
    transform: translate(0, -10px) 1s;
  }

  50% {
    transform: translate(0, -7px) 1s;
  }

  100% {
    transform: translate(0, -10px) 1s;
  }
}

#flag2 {
  transform-origin: center;
  transform-box: fill-box;
}

.lemek:hover #flag2 {
  animation: berkibar2 1s infinite linear;
  transition: 1s;
}

.lemek:not(:hover) #flag2 {
  transform: translate(0, 0px);
  transition: 1s;
}

@keyframes berkibar2 {
  0% {
    transform: translate(0, -8px) 1s;
  }

  50% {
    transform: translate(0, -10px) 1s;
  }

  100% {
    transform: translate(0, -8px) 1s;
  }
}

/* uang */

#uang {
  transform-box: fill-box;
  transform-origin: center;
}

.lemek:hover #uang {
  transition: all 1s ease-out;
  transform: translate(100px, 0px) rotate(360deg);
}

.lemek:not(:hover) #uang {
  transform: translateX(-20px, 0px);
  transition: all 1s;
}

.bgUang {
  fill: #42dee1;
}

.bayangan1 {
  fill: #000;
  opacity: 0.1;
}

.bayangan2 {
  fill: #000;
  opacity: 0.15;
}

.bayangan3 {
  fill: #000;
  opacity: 0.2;
}

.lemek:hover .bgUang {
  fill: #fdd365;
  transition: 0.3s;
}

.lemek:hover .bayangan1 {
  fill: #ff6833;
  opacity: 0.1;
  transition: 0.3s;
}

.lemek:hover .bayangan2 {
  fill: #fe834d;
  opacity: 0.3;
  transition: 0.3s;
}

.lemek:hover .bayangan3 {
  fill: #ff6833;
  opacity: 0.2;
  transition: 0.3s;
}

select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1.5em + 2px),
    calc(100% - 15px) calc(1.5em + 2px), calc(100% - 2.5em) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1.5em, calc(100% - 20px) 1.5em,
    calc(100% - 2.5em) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  /* border-color: green; */
  border-color: none;
  outline: 0;
}

.list-suplier {
  overflow-y: scroll;
  height: 200px;
}

.maps-wrapper {
  overflow: hidden;
  filter: drop-shadow(0px 0px 5px #00000077);
}

.sticky-header-active .header-body {
  filter: drop-shadow(0px 1px 10px #0000001e);
}

.shadow-atas {
  filter: drop-shadow(0px -10px 10px #062c4e46);
}

.header-shop {
  height: 250px;
}

.img-header-shop {
  position: relative;
  top: -50%;
  width: 100%;
}

.foto-suplier {
  width: 300px;
  height: 300px;
  border-radius: 15px;
  filter: drop-shadow(0px 5px 10px #062c4e46);
  position: absolute;
  top: -50px;
  background: white;
  padding: 15px;
  margin-left: 25px;
  text-align: center;
  overflow: hidden;
}

.ket-suplier {
  position: absolute;
  top: 50px;
  margin-left: 400px;
}

.judul-isi-ket-suplier {
  font-weight: bold;
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  color: #0d3e69;
}

.isi-ket-suplier {
  font-weight: bold;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  color: #114d82;
  top: -3px;
  position: relative;
}

/* .desc-ket-suplier{
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: #114d82;
    top: -3px;
    position: relative;
    text-align: justify;
    line-height: 1rem;
} */

.ket-suplier-point label {
  font-style: italic;
}

.judul-suplier-point {
  position: relative;
  margin: 0 0 15px 0;
}

.ket-suplier-point {
  position: relative;
  margin: 10px 0;
}

.img-suplier {
  width: 270px;
}

.mt-shop {
  margin-top: 300px;
}

.pt-shop {
  padding-top: 300px;
}

.h-search {
  height: 50px !important;
}

.search-text {
  font-size: 1.1rem;
}

.opt-search-text {
  font-size: 1.1rem;
}

.icon-desc-shop {
  position: absolute;
  margin-left: -23px;
  margin-top: 20px;
  font-size: 1rem;
  color: #0d3e69;
}

#header .header-nav-main nav > ul > li.active > a {
  color: #2388ed;
}

#header .header-nav-main nav > ul > li > a {
  border-radius: 4px;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
  padding: 1.93333em 0.85em;
  color: #777;
  text-transform: uppercase;
}
div.embed_video iframe {
  width: 100% !important;
  height: 400px !important;
}

/* Smartphone */
@media screen and (max-width: 600px) {
  .section.section-text-overlay .text-background {
    bottom: 1%;
  }

  .hide-mobile {
    display: none !important;
  }

  .hide-pc {
    display: block !important;
  }

  .hide-mobile-flex {
    display: none !important;
  }

  .hide-pc-flex {
    display: flex !important;
  }

  .logo-utama {
    width: 150px;
    height: auto;
  }

  .search-text {
    font-size: 0.9rem;
  }

  .opt-search-text {
    font-size: 0.75rem;
  }

  .h-search {
    height: 40px !important;
  }

  .foto-suplier {
    width: auto;
    left: 5vw;
    height: auto;
    margin-left: 15px;
    top: -30px;
  }

  .img-suplier {
    width: 20vw;
  }

  .mt-shop {
    margin-top: 130px;
  }

  .pt-shop {
    padding-top: 100px;
  }

  .header-shop {
    height: 125px;
  }

  .img-header-shop {
    top: 0%;
  }

  .ket-suplier {
    width: 52vw;
    position: absolute;
    top: 15px;
    margin-left: 39vw;
  }

  .judul-suplier-point {
    margin: 0;
  }

  .judul-isi-ket-suplier {
    font-size: 1.15rem;
  }

  .ket-suplier-point label {
    font-size: 0.75rem !important;
  }

  .isi-ket-suplier {
    font-size: 0.75rem;
  }

  .mini-cart .mini-cart-content {
    right: -90px;
  }
}
.div_thumbnail_box {
  background: #e5e5e5;
  width: 100%;
  height: 253px !important;
  position: relative;
  overflow: hidden;
}
.div_thumbnail_box img {
  object-fit: cover;
  width: 253px;
  height: 253px;
}
.img_detail_umkm {
  object-fit: cover;
  width: 265px;
  height: 265px;
}
@media (max-width: 600px) {
  .img_detail_umkm {
    object-fit: none;
    width: 100%;
    height: auto;
  }
}
