@font-face {
  font-family: "muli-light";
  font-style: normal;
  src: url("../fonts/Muli-Light.ttf");
}
@font-face {
  font-family: "muli-bold";
  src: url("../fonts/Muli-Bold.ttf");
}
@font-face {
    font-family: "muli";
    src: url("../fonts/Muli.ttf");
  }
  @font-face {
    font-family: "ab";
    src: url("../fonts/ArchivoBlack-Regular.ttf");
  }

.mall-label{
  font-family: "ab";
}

body {
  background-color: #f5f5f5;
  font-family: "muli";
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.flash-sale-mobile{
  display: none;
}
.container-fluid {
  max-width: 1200px;
}
.gap {
  margin-top: 150px;
}
.header {
  padding: 12px 0;
  background-color: #E03826;
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.15);
}
.header .navbar-mobis {
  padding: 0;
}
.header .navbar-mobis .navbar-nav .nav-link {
  padding: 19px;
  color: #fff;
}
.header .navbar-mobis .active {
  background-color: #E03826;
}
.header .navbar-mobis .active .nav-link {
  color: #fff;
}
.header .navbar-mobis .nav-item {
  transition: all 0.25s ease;
}
.header .navbar-mobis .nav-item:hover {
  background-color: #707070;
}
.header .navbar-mobis .nav-item:hover .nav-link {
  color: #fff;
}
.header .list-header-menu-left {
  margin: 0;
  padding: 0;
}
.header .list-header-menu-left li {
  display: inline;
  margin: 0 8px 0 0;
  list-style: none;
  font-size: 13px;
  color: #fff;
}
.header .list-header-menu-left li a {
  color: #fff;
  text-decoration: none;
}
.header .list-header-menu-right {
  margin: 0;
  padding: 0;
  text-align: right;
}
.header .list-header-menu-right li {
  display: inline;
  margin: 0 8px 0 0;
  list-style: none;
  font-size: 13px;
  color: #fff;
}
.header .list-header-menu-right li a {
  color: #fff;
  text-decoration: none;
}
.header .list-header-menu-right li .wrp-profile {
  position: relative;
  padding-left: 30px;
}
.header .list-header-menu-right li .wrp-profile span {
  position: absolute;
  top: -5px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #80aec6;
  width: 24px;
  height: 24px;
}
.header .wrp-cart .content-cart {
  position: relative;
  margin: auto;
  width: 30px;
}
.header .wrp-cart .content-cart .value-cart {
  position: absolute;
  top: -8px;
  right: -20px;
  padding: 2px 6px;
  border: 1px solid #E03826;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #E03826;
  line-height: normal;
}
.header .hide-for-desktop {
  display: none;
}
.wrp-input-search .input-search {
  border-radius: 4px;
  border: 2px solid #fff;
  background-color: #fff;
}
.wrp-input-search .input-search .form-control {
  margin: 0;
  border-color: #fff;
}
.wrp-input-search .input-search .btn-red {
  min-width: 65px;
}
.wrp-input-search .list-menu-search {
  margin: 7px 0 0 0;
  padding: 0;
}
.wrp-input-search .list-menu-search li {
  display: inline-block;
  list-style: none;
  margin-left: 18px;
}
.wrp-input-search .list-menu-search li a {
  font-size: 12px;
  color: #fff;
}
.text-red {
  color: #E03826;
}
.text-rating {
  color: #E03826;
  font-weight: 16px;
  font-weight: 500;
}
.btn {
  border-radius: 0;
}
.btn-red {
  color: #fff !important;
  background-color: #E03826;
  border-color: #E03826;
}
.btn-lainnya {
  background-color: #fff;
}
.menu-category {
  margin-bottom: 24px;
}
.menu-category .menu-cat-content {
  display: flex;
  justify-content: space-around;
  padding: 20px 30px 10px 30px;
  background-color: #fff;
}
.menu-category .menu-cat-content .cat-item {
  margin-right: 20px;
  display: block;
  width: 120px;
  font-size: 13px;
  text-align: center;
  color: #000;
  transition: all 0.25s ease;
}
.menu-category .menu-cat-content .cat-item .cat-pict {
  margin-bottom: 10px;
  height: 45px;
}
.menu-category .menu-cat-content .cat-item .cat-pict img {
  max-height: 40px;
}
.menu-category .menu-cat-content .cat-item:hover {
  transform: translateY(-1px);
}
.wrp-main-banner {
  margin-bottom: 10px;
}
.wrp-main-banner .content-main-banner {
  display: flex;
  flex-direction: row;
}
.wrp-main-banner .content-main-banner .left-banner {
  flex: 2 1 16px;
}
.wrp-main-banner .content-main-banner .left-banner .carousel-item img {
  border-radius: 3px;
}
.wrp-main-banner .content-main-banner .left-banner .left {
  justify-content: flex-start;
}
.wrp-main-banner .content-main-banner .left-banner .left span {
  padding: 20px 10px;
  background-color: rgba(50, 50, 50, 0.5);
}
.wrp-main-banner .content-main-banner .left-banner .right {
  justify-content: flex-end;
}
.wrp-main-banner .content-main-banner .left-banner .right span {
  padding: 20px 10px;
  background-color: rgba(50, 50, 50, 0.5);
}
.wrp-main-banner .content-main-banner .left-banner .carousel-indicators li {
  border: 1px solid #707070;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.wrp-main-banner .content-main-banner .left-banner .carousel-indicators .active {
  border-color: #E03826;
  background-color: #E03826;
}
.wrp-main-banner .content-main-banner .right-banner {
  flex: 1 1 0;
  margin-left: 10px;
}
.wrp-main-banner .content-main-banner .right-banner a {
  display: block;
  flex: 1 1 50%;
}
.wrp-main-banner .content-main-banner .right-banner a + a {
  margin-top: 5px;
}
.wrp-main-banner .content-main-banner .right-banner a img {
  border-radius: 3px;
}
.section-header {
  margin-bottom: 2px;
}
.section-header .section-content {
  padding: 22px;
  background-color: #fff;
}
.section-header .section-content h2 {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.section-header .list-shiopi-mall {
  margin: 0;
  padding: 0;
}
.section-header .list-shiopi-mall li {
  float: left;
  display: inline-block;
  margin-right: 12px;
  list-style: none;
  font-size: 16px;
  font-weight: normal;
}
.section-header .list-shiopi-mall li a {
  font-weight: 700;
  color: #E03826;
}
.section-header .list-shiopi-mall li img {
  margin-right: 5px;
}
.section-header .lihat-semua {
    float: right;
    color: #E03826;
    background-color: #fff;
    border: 0px;
}
.section-header .lihat-semua:hover {
  text-decoration: none;
}
.content-category {
  margin-bottom: 24px;
}
.content-category .list-content-category {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
  }
  .content-category .list-content-category li {
    list-style: none;
  }
  .content-category .list-content-category li .wrp-item-cat {
    display: flex;
    justify-content: center;
    background-color: #fff;
    color: #000;
    width: 117px;
    height: 142px;
    text-align: center;
    transition: all 0.25s ease;
  }
  .content-category .list-content-category li .wrp-item-cat .item-cat-pict {
    margin: 10px auto;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    overflow: hidden;
    box-shadow: 0px -2px 6px 0px rgba(50, 50, 50, 0.1);
  }
  .content-category .list-content-category li .wrp-item-cat p {
    margin: 0;
    font-size: 13px;
    line-height: normal;
    height: 34px;
    overflow: hidden;
  }
  .content-category .list-content-category li .wrp-item-cat:hover {
    transform: translateY(-1px);
  }
#banner-kategori {
  position: relative;
  overflow: hidden;
}
#banner-kategori .owl-nav {
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
}
.content-flash .list-content-flash li .item-sold .progress {
    background-color: #fcbea6;
    height: 27px;
}
img.img-fluid.image-r {
    width: 100%;
}
#banner-kategori .owl-prev,
#banner-kategori .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  background-color: #fff !important;
  width: 28px;
  height: 28px;
  font-size: 24px !important;
  color: #E03826 !important;
  box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.1);
  transition: all 0.25s ease;
}
#banner-kategori .owl-prev:hover,
#banner-kategori .owl-next:hover {
  width: 30px;
  height: 30px;
  transform: translateY(-1px);
}
#banner-kategori .owl-prev {
  left: -5px;
}
#banner-kategori .owl-next {
  right: -5px;
}
#banner-flash {
  position: relative;
}
#banner-flash .owl-nav {
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
}
#banner-flash .owl-prev,
#banner-flash .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  background-color: #fff !important;
  width: 28px;
  height: 28px;
  font-size: 24px !important;
  color: #E03826 !important;
  box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.1);
  transition: all 0.25s ease;
}
#banner-flash .owl-prev:hover,
#banner-flash .owl-next:hover {
  width: 30px;
  height: 30px;
  transform: translateY(-1px);
}
#banner-flash .owl-prev {
  left: -5px;
}
#banner-flash .owl-next {
  right: -5px;
}
#banner-mall {
  position: relative;
}
#banner-mall .owl-nav {
  position: absolute;
  top: 210px;
  right: 0;
  left: 0;
}
#banner-mall .owl-prev,
#banner-mall .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  background-color: #fff !important;
  width: 28px;
  height: 28px;
  font-size: 24px !important;
  color: #E03826 !important;
  box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.1);
  transition: all 0.25s ease;
}
#banner-mall .owl-prev:hover,
#banner-mall .owl-next:hover {
  width: 30px;
  height: 30px;
  transform: translateY(-1px);
}
#banner-mall .owl-prev {
  left: -13px;
}
#banner-mall .owl-next {
  right: -13px;
}
.content-flash {
  margin-bottom: 24px;
}
.content-flash .container-fluid {
    overflow: hidden;
}
.content-flash .list-content-flash {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.content-flash .list-content-flash li {
  list-style: none;
}
.content-flash .list-content-flash li .wrp-item-flash {
  display: block;
  background-color: #fff;
  width: 195px;
  text-align: center;
}
.content-flash .list-content-flash li .wrp-item-flash:hover {
  text-decoration: none;
}
.content-flash .list-content-flash li .content-item-flash {
  position: relative;
}
.content-flash .list-content-flash li .content-item-flash .item-flash {
  width: 195px;
  height: 200px;
  overflow: hidden;
}
.content-flash .list-content-flash li .content-item-flash .item-flash img {
  display: block;
  margin: auto;
  width: auto;
}
.content-flash .list-content-flash li .content-item-flash .wrp-ribbon-discount {
  position: absolute;
  top: 0;
  right: 0;
}
.content-flash .list-content-flash li .content-item-flash .wrp-ribbon-discount .ribbon-discount {
  padding: 4px;
  background-color: rgba(255, 212, 36, 0.8);
  width: 60px;
  height: 60px;
}
.content-flash .list-content-flash li .content-item-flash .wrp-ribbon-discount .ribbon-discount:after {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: -10px;
  position: absolute;
  border-color: transparent rgba(255, 212, 36, 0.8);
  border-style: solid;
  border-width: 0 30px 10px;
}
.content-flash .list-content-flash li .content-item-flash .wrp-ribbon-discount .ribbon-discount .percent {
  font-size: 17px;
  font-weight: 700;
  color: #E03826;
}
.content-flash .list-content-flash li .content-item-flash .wrp-ribbon-discount .ribbon-discount .percent span {
  display: block;
  color: #fff;
}
.content-flash .list-content-flash li .content-item-flash .wrp-ribbon-feature {
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-flash .list-content-flash li .content-item-flash .wrp-ribbon-feature img {
  display: block;
  width: auto;
  max-height: 25px;
}
.content-flash .list-content-flash li .item-price {
  font-size: 14px;
  font-weight: 700;
  color: #ee4d2d;
}
.content-flash .list-content-flash li .item-price span:first-child {
  font-size: 100%;
}
.content-flash .list-content-flash li .item-price span:last-child {
  font-size: 150%;
}
.content-flash .list-content-flash li .item-sold {
  position: relative;
  padding: 2px 15px 15px 15px;
}
.content-flash .list-content-flash li .item-sold .progress {
  background-color: #fcbea6;
}
.content-flash .list-content-flash li .item-sold .bg-danger {
  background-image: linear-gradient(to right, red, #f89a76);
}
.content-flash .list-content-flash li .item-sold .sold {
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: normal;
  color: #fff;
}
.content-flash .list-content-flash li .item-sold .icon-fire {
  position: absolute;
  top: -8px;
  left: 18px;
}
.content-flash .list-content-flash li .item-sold .icon-fire img {
  display: block;
  width: auto;
  max-height: 20px;
}
.wrp-banner-feature {
  margin-bottom: 24px;
}
.wrp-banner-feature .banner-feature {
  display: flex;
  flex-direction: row;
  padding: 8px;
  background-color: #fff;
}
.wrp-banner-feature .banner-feature .ban-2 {
  flex: 1 1 0;
  padding: 2px;
}
.wrp-banner-feature .banner-feature .ban-3 {
  flex: 2 1 0;
  padding: 0 8px;
}
.wrp-banner-feature .banner-feature img {
  border-radius: 16px;
}
.wrp-shiopi-mall {
  margin-bottom: 24px;
}
.wrp-shiopi-mall .shiopi-mall {
  display: flex;
  padding: 10px;
  background-color: #fff;
}
.wrp-shiopi-mall .shiopi-mall .side-left {
  flex: 1 1 0;
}
.wrp-shiopi-mall .shiopi-mall .side-left .carousel-indicators li {
  border: 1px solid #707070;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.wrp-shiopi-mall .shiopi-mall .side-left .carousel-indicators .active {
  border-color: #E03826;
  background-color: #E03826;
}
.wrp-shiopi-mall .shiopi-mall .side-right {
  flex: 2 1 0;
}
.wrp-shiopi-mall .shiopi-mall .side-right .list-banner-mall {
  margin: 0;
  padding: 0;
  width: 765px;
}
.wrp-shiopi-mall .shiopi-mall .side-right .list-banner-mall li {
  float: left;
  list-style: none;
  width: 191px;
  height: 448px;
}
.wrp-shiopi-mall .shiopi-mall .side-right .list-banner-mall li .wrp-prod-mall {
  display: block;
  height: 224px;
  text-align: center;
}
.wrp-shiopi-mall .shiopi-mall .side-right .list-banner-mall li .wrp-prod-mall .prod-mall {
  overflow: hidden;
}
.wrp-shiopi-mall .shiopi-mall .side-right .list-banner-mall li .wrp-prod-mall .brand-mall {
  margin: 0 15px;
  padding: 5px 10px;
  border-radius: 27px;
  border: 1px solid #707070;
}
.wrp-shiopi-mall .shiopi-mall .side-right .list-banner-mall li .wrp-prod-mall .brand-mall img {
  display: block;
  margin: auto;
  width: auto;
}
.wrp-shiopi-mall .shiopi-mall .side-right .list-banner-mall li .wrp-prod-mall .disc-info {
  font-size: 20px;
  font-weight: 500;
  color: #E03826;
}
.wrp-shiopi-mall .shiopi-mall .side-right .list-banner-mall li .wrp-prod-mall:hover {
  text-decoration: none;
}
.wrp-search-pop {
  margin-bottom: 24px;
}
.wrp-search-pop .search-pop {
  background-color: #fff;
}
.wrp-search-pop .search-pop ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.wrp-search-pop .search-pop ul li {
  display: flex;
  padding: 10px;
  list-style: none;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  width: 240px;
}
.wrp-search-pop .search-pop ul li .desc {
  flex: 13 0;
  font-size: 14px;
  font-weight: 500;
}
.wrp-search-pop .search-pop ul li .desc span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #707070;
}
.wrp-search-pop .search-pop ul li .pict {
  flex: 10 0;
  max-width: 79px;
  max-height: 79px;
}
.wrp-search-pop .search-pop ul li:last-child {
  border-right: none;
}
.prod-terlaris {
  display: flex;
  margin-bottom: 24px;
}
.prod-terlaris a {
  flex: 1 0;
  padding: 27px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.prod-terlaris a .terlaris {
  display: flex;
}
.prod-terlaris a .terlaris .item-left {
  position: relative;
  flex: 225 0;
}
.prod-terlaris a .terlaris .item-left .pict-prod-lg {
  background-color: #707070;
  width: 220px;
  height: 204px;
}
.prod-terlaris a .terlaris .item-left .ribbon-top {
  position: absolute;
  top: 0;
  left: 0;
}
.prod-terlaris a .terlaris .item-right {
  flex: 110 0;
  margin-left: 5px;
}
.prod-terlaris a .terlaris .item-right .pict-prod-sm {
  /* width: 110px;
  height: 110px; */
}
.prod-terlaris a .terlaris .item-right .ribbon-top {
  position: absolute;
  top: 0;
  left: 0;
}
.prod-terlaris a .terlaris .item-right .items {
  position: relative;
}
.prod-terlaris a .terlaris .item-right .items + .items {
  margin-top: 3px;
}
.prod-terlaris a .terlaris-title {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.wrp-rekomendasi {
  margin-bottom: 24px;
  padding-bottom: 70px;
}
.wrp-rekomendasi .rekomendasi ul {
  margin: 0;
  padding: 0;
}
.wrp-rekomendasi .rekomendasi ul li {
  float: left;
  padding: 3px;
  list-style: none;
}
.wrp-rekomendasi .rekomendasi ul li .all-feature {
  min-height: 335px;
}
.wrp-rekomendasi .rekomendasi ul li a {
  position: relative;
  display: block;
  border-radius: 3px;
  width: 189px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.wrp-rekomendasi .rekomendasi ul li a .title-rekomendasi {
  padding: 10px;
  font-size: 14px;
  height: 56px;
  overflow: hidden;
  color: #000;
}
.wrp-rekomendasi .rekomendasi ul li a:hover {
  text-decoration: none;
}
.wrp-rekomendasi .rekomendasi ul li a .wrp-price-discount {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.wrp-rekomendasi .rekomendasi ul li a .wrp-price-discount .normal-price {
  color: #707070;
  text-decoration: line-through;
}
.wrp-rekomendasi .rekomendasi ul li a .wrp-price-discount .disct-price {
  font-weight: 500;
  color: #E03826;
}
.wrp-rekomendasi .rekomendasi ul li a .wrp-price {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  height: 70px;
}
.wrp-rekomendasi .rekomendasi ul li a .wrp-price .price {
  flex: 1;
  font-weight: 500;
  color: #E03826;
}
.wrp-rekomendasi .rekomendasi ul li a .wrp-price .sold {
  font-size: 13px;
  text-align: right;
  color: #707070;
}
.wrp-rekomendasi .rekomendasi ul li a .wrp-price .whishlist {
  display: flex;
  flex: 1;
}
.wrp-rekomendasi .rekomendasi ul li a .wrp-price .rate-star {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.wrp-rekomendasi .rekomendasi .btn {
  margin: 15px auto;
  max-width: 385px;
}
.with-border {
  border-top: 4px solid #E03826;
}
.with-bg {
  border-top: 4px solid #E03826;
  background-color: #fff;
}
.footer-seo {
  background-color: #fff;
}
.footer-seo-content {
  padding: 100px 0 60px 0;
  border-bottom: 1px solid #707070;
}
.footer-seo-content h2 {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}
.footer-seo-content p {
  font-size: 12px;
  color: #707070;
}
.wrp-footer-category {
  background-color: #fff;
}
.wrp-footer-category .footer-category {
  padding: 70px 0 35px 0;
  border-bottom: 1px solid #707070;
  color: #707070;
}
.wrp-footer-category .footer-category h2 {
  font-size: 14px;
  font-weight: 500;
}
.wrp-footer-category .footer-category .wrp-payment {
  margin-bottom: 20px;
}
.wrp-footer-category .footer-category .list-colum {
  margin: 0;
  padding: 0;
}
.wrp-footer-category .footer-category .list-colum li {
  float: left;
  display: inline-block;
  padding-right: 15px;
  list-style: none;
  width: 230px;
  font-size: 12px;
}
.wrp-footer-category .footer-category .list-colum li .item-link {
  margin-bottom: 25px;
}
.wrp-footer-category .footer-category .list-colum li a {
  color: #707070;
}
.wrp-footer-category .footer-category .list-colum li a:hover {
  text-decoration: none;
  color: #ee4d2d;
}
.wrp-footer-category .footer-category .list-colum li ol {
  margin: 0;
  padding: 0;
}
.wrp-footer-category .footer-category .list-colum li ol li {
  padding-bottom: 14px;
}
.wrp-footer-category .footer-category .list-colum li ol li img {
  margin-right: 10px;
}
.wrp-download {
  display: flex;
}
.wrp-download .qr-code {
  width: 65px;
}
.wrp-download .app {
  flex-direction: column;
  padding-left: 10px;
}
.wrp-download .app a {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  font-weight: 500;
}
.wrp-download .app a img {
  margin-right: 5px;
}
.copyright {
  padding: 30px 0 60px 0;
  background-color: #fff;
  color: #707070;
}
.copyright .copyright-right {
  text-align: right;
}
.wrp-profile {
  margin-bottom: 50px;
}
.wrp-profile .profile-left .header-akun {
  display: flex;
  margin-bottom: 7px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wrp-profile .profile-left .header-akun .initial {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #80aec6;
  width: 55px;
  height: 55px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.wrp-profile .profile-left .header-akun .wrp-name {
  display: flex;
  align-items: center;
}
.wrp-profile .profile-left .header-akun .wrp-name .name {
  font-weight: 500;
}
.wrp-profile .profile-left .header-akun .wrp-name a {
  font-weight: 500;
  color: #707070;
}
.wrp-profile .profile-left .list-akun {
  margin: 0;
  padding: 0;
}
.wrp-profile .profile-left .list-akun li {
  padding: 14px 0;
  list-style: none;
}
.wrp-profile .profile-left .list-akun li img {
  margin-right: 10px;
}
.wrp-profile .profile-left .list-akun li a {
  font-weight: 500;
  color: #000;
}
.wrp-profile .profile-left .list-akun li .active {
  color: #E03826;
}
.wrp-profile .profile-left .list-akun li ol li a {
  color: #707070;
}
.wrp-profile .profile-left .list-akun li ol li:last-child {
  padding-bottom: 0;
}
.wrp-profile .profile-right {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.15);
  font-weight: 500;
  color: #707070;
}
.wrp-profile .profile-right h2 {
  font-size: 16px;
  color: #000;
}
.wrp-profile .profile-right form a {
  color: #5d9fe2;
}
.wrp-profile .profile-right form .input-value {
  margin: 0;
  padding: 7px 0;
}
.wrp-profile .profile-right .form-right {
  text-align: right;
}
.wrp-profile .profile-right .block-header {
  height: 49px;
}
.wrp-profile .profile-right .block-header p {
  margin-bottom: 0;
}
.wrp-profile .profile-right .btn-add {
  float: right;
}
.wrp-profile .profile-right .text-normal {
  font-weight: normal;
}
.wrp-profile .profile-right .alamat-utama {
  margin-left: 10px;
  padding: 4px 10px;
  border-radius: 2px;
  background-color: #E03826;
  color: #fff;
}
.wrp-profile .profile-right .card-info {
  margin: 50px 0;
  text-align: center;
}
.list-block {
  margin: 0;
  padding: 0;
}
.list-block li {
  display: block;
  padding: 20px;
  list-style: none;
}
.list-block li .wrp-block-col {
  display: flex;
  flex-direction: row;
  font-weight: normal;
}
.list-block li .wrp-block-col h2 {
  font-size: 14px;
  color: #707070;
}
.list-block li .wrp-block-col .block-col1 {
  margin-right: 15px;
}
.list-block li .wrp-block-col .block-col1 .custom-control-label {
  padding-top: 2px;
}
.list-block li .wrp-block-col .block-col2 {
  flex: 2 1 0;
}
.list-block li .wrp-block-col .block-col2 h2 span {
  font-size: 12px;
  font-weight: normal;
}
.list-block li .wrp-block-col .block-col2 p {
  margin-bottom: 5px;
}
.list-block li .tandai {
  text-align: right;
}
.list-block li .tandai a {
  color: #707070;
}
.list-block li:first-child {
  padding: 12px 20px;
}
.list-block li:nth-child(even) {
  background-color: #fae8e8;
}
.list-block-koin {
  margin: 0;
  padding: 0;
}
.list-block-koin li {
  display: block;
  padding: 20px;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-block-koin li .wrp-block-col {
  display: flex;
  flex-direction: row;
  font-weight: normal;
}
.list-block-koin li .wrp-block-col h2 {
  font-size: 14px;
  color: #707070;
}
.list-block-koin li .wrp-block-col .block-col1 {
  margin-right: 15px;
}
.list-block-koin li .wrp-block-col .block-col1 .custom-control-label {
  padding-top: 2px;
}
.list-block-koin li .wrp-block-col .block-col2 {
  flex: 2 1 0;
}
.list-block-koin li .wrp-block-col .block-col2 h2 span {
  font-size: 12px;
  font-weight: normal;
}
.list-block-koin li .wrp-block-col .block-col2 p {
  margin-bottom: 5px;
}
.list-block-koin li .tandai {
  text-align: right;
}
.list-block-koin li .tandai a {
  color: #707070;
}
.header-list-koin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-list-koin .list-koin-col1 {
  width: 70px;
}
.header-list-koin .list-koin-col1 img {
  width: 58px;
}
.header-list-koin .list-koin-col2 {
  margin-right: 15px;
}
.header-list-koin .list-koin-col2 h2 {
  font-size: 33px;
  font-weight: 500;
  color: #E03826;
}
.header-list-koin .list-koin-col3 {
  flex: 1;
}
.header-list-koin .list-koin-col3 a {
  color: #707070;
}
.header-list-koin .list-koin-col4 {
  color: #E03826;
}
.wrp-profile-avatar {
  display: flex;
  justify-content: center;
  text-align: center;
}
.wrp-profile-avatar .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  border-radius: 100%;
  background-color: #80aec6;
  width: 100px;
  height: 100px;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
}
.wrp-profile-avatar p {
  margin: 20px auto;
  font-size: 13px;
  font-weight: normal;
}
.wrp-profile-avatar ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.wrp-profile-avatar ul li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
.wrp-profile-avatar ul li a {
  color: #707070;
  text-decoration: underline;
}
.flex-end {
  justify-content: flex-end;
}
#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}
#preloader .preloader-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  border-radius: 5px;
  background-image: url(../images/loading.svg);
  width: 64px;
  height: 64px;
}
.modal-body {
  color: #707070;
}
.box-info {
  display: flex;
  margin: 0 0 15px 0;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #fae8e8;
}
.box-info p {
  margin: 0;
}
.box-info img {
  margin-right: 10px;
}
.list-pesanan-saya .nav .nav-item .nav-link {
  color: #707070;
}
.list-pesanan-saya .nav .nav-item .active {
  color: #E03826;
  border-bottom: 2px solid;
}
.list-pesanan-saya .list-pesanan {
  margin: 0;
  padding: 0;
}
.list-pesanan-saya .list-pesanan li {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-pesanan-saya .list-pesanan li a {
  margin-right: 10px;
}
.list-pesanan-saya .list-pesanan li a:last-child {
  margin-right: 0;
}
.list-pesanan-saya .list-pesanan li h2 {
  margin: 0 10px 0 0;
  font-size: 14px;
}
.list-pesanan-saya .list-pesanan li h3 {
  margin: 0 0 0 10px;
  font-size: 33px;
  color: #E03826;
  font-weight: 500;
}
.list-pesanan-saya .list-pesanan li img {
  margin-right: 10px;
}
.list-pesanan-saya .list-pesanan li div:first-child {
  display: flex;
  flex: 1;
  align-items: center;
}
.list-pesanan-saya .list-pesanan li div:last-child {
  display: flex;
  align-items: center;
}
.list-pesanan-saya .list-pesanan li div:last-child .text-dikirim {
  margin: 0 0 0 10px;
  color: #E03826;
}
.has-search .form-control {
  padding-left: 2.375rem;
  border: none;
  border-radius: 0;
  background-color: #f5f5f5;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  background-color: #f5f5f5;
  color: #aaa;
}
.block-add-voucher {
  margin: 0 0 30px 0;
  padding: 30px;
  background-color: #F5F5F5;
}
.btn-red-secondary {
    color: #d00a1a !important;
    background-color: rgba(208, 10, 26, 0.13);
    border-color: #d00a1a;
}
.flex {
    display: flex;
}
.block-add-voucher .form-group {
  margin: 0;
}
.nav-voucher .nav-tabs .nav-link {
  color: #707070;
}
.nav-voucher .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-voucher .nav-tabs .active {
  color: #E03826;
  border-color: transparent;
}
.nav-semua .nav-tabs {
  margin-top: 15px;
  background-color: #F5F5F5;
}
.nav-semua .nav-tabs .nav-link {
  color: #707070;
}
.nav-semua .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-semua .nav-tabs .active {
  color: #E03826;
  border-color: transparent;
}
.content-nav-semua {
  padding: 15px 0;
}
.wrp-pagination {
  margin: 50px 0;
}
.wrp-pagination .page-item.active .page-link {
  border-color: #E03826;
  background-color: #E03826;
  color: #fff;
}
.wrp-pagination .page-link {
  color: #707070;
}
.section-title-with-line h2 {
  position: relative;
  margin: 40px 0;
  z-index: 1;
  overflow: hidden;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.section-title-with-line h2 span {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 16px;
  background-color: #E03826;
}
.section-title-with-line h2:before,
.section-title-with-line h2:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #707070;
}
.section-title-with-line h2:before {
  margin-left: -50%;
  text-align: right;
}
.wrp-ribbon-red {
  position: absolute;
  top: 0;
  right: 0;
}
.wrp-ribbon-red .ribbon-discount {
  padding: 4px;
  background-color: #E03826;
  width: 40px;
  height: 42px;
}
.wrp-ribbon-red .ribbon-discount:after {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: -10px;
  position: absolute;
  border-color: transparent #E03826;
  border-style: solid;
  border-width: 0 20px 10px;
}
.wrp-ribbon-red .ribbon-discount .percent {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.wrp-ribbon-red .ribbon-discount .percent span {
  display: block;
}
#myModalImage .close {
  position: absolute;
  right: -10px;
  top: -10px;
  border: 1px solid #fff;
  background-color: #707070;
  border-radius: 100%;
  opacity: 10;
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.15);
}
#myModalImage .close img {
  width: 30px;
}
#myModalImage .modal-image {
  margin: 12% auto;
  max-width: 348px;
}
#myModalImage .modal-image .modal-content {
  border-radius: 25px;
}
#myModalImage .modal-image .modal-content img {
  border-radius: 25px;
}
#myModalImage .btn-buy-now {
  margin: auto;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: -15px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 700;
  border: 2px solid #E03826;
}
#myModalImage .btn-buy-now:hover {
  color: #E03826;
}

.badge-flash{
    background-color: #000;
    color: #fff;
    border-radius: 2px;
    padding: 0px 2px;
}




.wrp-alamat-pengiriman {
    margin-bottom: 20px;
  }
  .wrp-alamat-pengiriman .alamat-pengiriman {
    padding: 20px;
    background-color: #fff;
    background-image: url(../images/bg-address.svg);
    background-position: top center;
    background-repeat: no-repeat;
  }
  .wrp-alamat-pengiriman .alamat-pengiriman ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .wrp-alamat-pengiriman .alamat-pengiriman ul li {
    display: flex;
    list-style: none;
  }
  .wrp-alamat-pengiriman .alamat-pengiriman ul li span {
    font-weight: 500;
  }
  .wrp-alamat-pengiriman .alamat-pengiriman ul li .utama {
    color: #707070;
  }
  .wrp-alamat-pengiriman .alamat-pengiriman ul li .ubah {
    color: #d00a1a;
  }
  .wrp-alamat-pengiriman .alamat-pengiriman ul li:first-child {
    margin-bottom: 15px;
    color: #d00a1a;
  }
  .wrp-alamat-pengiriman .alamat-pengiriman ul li:first-child img {
    margin-right: 5px;
  }
  .wrp-alamat-pengiriman .alamat-pengiriman ul li:nth-child(2) {
    justify-content: space-between;
  }
  .wrp-voucher-shoping {
    margin-bottom: 20px;
  }
  .wrp-voucher-shoping .voucher-shoping {
    padding: 20px;
    background-color: #fff;
  }
  .wrp-voucher-shoping .voucher-shoping ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .wrp-voucher-shoping .voucher-shoping ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    list-style: none;
    border-bottom: 1px solid #EDEDED;
  }
  .wrp-voucher-shoping .voucher-shoping ul li h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
  }
  .wrp-voucher-shoping .voucher-shoping ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #d00a1a;
  }
  .wrp-voucher-shoping .voucher-shoping ul li img {
    margin-right: 8px;
    max-width: 20px;
  }
  .wrp-voucher-shoping .voucher-shoping ul li:last-child {
    border-bottom: none;
    font-weight: 700;
  }
  .wrp-voucher-shoping .voucher-shoping ul li:last-child .form-check,
  .wrp-voucher-shoping .voucher-shoping ul li:last-child span {
    color: #707070;
    font-weight: normal;
  }
  .wrp-metode-pemabayaran {
    margin-bottom: 20px;
  }
  .wrp-metode-pemabayaran .metode-pembayaran {
    padding: 20px;
    background-color: #fff;
  }
  .wrp-metode-pemabayaran .metode-pembayaran ul {
    margin: 0;
    padding: 0;
  }
  .wrp-metode-pemabayaran .metode-pembayaran ul li {
    display: flex;
    padding: 15px 0;
    list-style: none;
    border-bottom: 1px solid #EDEDED;
  }
  .wrp-metode-pemabayaran .metode-pembayaran ul li label {
    margin-right: 15px;
    width: 100px;
    font-size: 16px;
    font-weight: 500;
  }
  .wrp-metode-pemabayaran .metode-pembayaran ul li .btn {
    margin: 0 10px 10px 0;
  }
  .wrp-metode-pemabayaran .metode-pembayaran ul li:nth-child(2) {
    justify-content: flex-end;
    font-weight: 500;
    color: #707070;
  }
  .wrp-metode-pemabayaran .metode-pembayaran ul li:last-child {
    justify-content: flex-end;
    border-bottom: none;
    padding-bottom: 0;
  }
  .wrp-metode-pemabayaran .metode-pembayaran ul li .title {
    width: 170px;
  }
  .wrp-metode-pemabayaran .metode-pembayaran ul li .value {
    width: 150px;
    text-align: right;
  }
  .wrp-metode-pemabayaran .metode-pembayaran ul li .lg {
    font-size: 26px;
    font-weight: 500;
    color: #d00a1a;
  }
  .wrp-metode-pemabayaran .metode-pembayaran ul li .flex {
    min-height: 40px;
    align-items: center;
  }
  .wrp-produk-dipesan {
    margin-bottom: 20px;
  }
  .wrp-produk-dipesan .produk-dipesan {
    padding: 20px;
    background-color: #fff;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan {
    margin: 0;
    padding: 0;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan .border-bottom {
    border-bottom: 1px solid #EDEDED;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    list-style: none;
    font-weight: 500;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li .chat {
    color: #62D4C4;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li img {
    margin-right: 8px;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li .product-dipesan {
    display: flex;
    align-items: center;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li .product-dipesan .content {
    width: 350px;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li .product-dipesan img {
    max-width: 45px;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li .varian {
    display: flex;
    align-items: center;
    color: #707070;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li .varian .content {
    width: 250px;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li .harga-satuan {
    display: flex;
    align-items: center;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li .harga-satuan .content {
    width: 200px;
    text-align: center;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li .jumlah {
    display: flex;
    align-items: center;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li .jumlah .content {
    width: 100px;
    text-align: center;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li .subtotal {
    display: flex;
    align-items: center;
  }
  .wrp-produk-dipesan .produk-dipesan .list-produk-dipesan li .subtotal .content {
    text-align: right;
    width: 200px;
  }
  .wrp-produk-dipesan .produk-dipesan .list-pesan {
    margin: 0;
    padding: 0;
    background-color: #FAFDFF;
  }
  .wrp-produk-dipesan .produk-dipesan .list-pesan li {
    display: flex;
    list-style: none;
    border-bottom: 1px solid #EDEDED;
  }
  .wrp-produk-dipesan .produk-dipesan .list-pesan li .pesan-opsi {
    display: flex;
    flex: 2;
    padding: 15px;
    border-right: 1px solid #EDEDED;
  }
  .wrp-produk-dipesan .produk-dipesan .list-pesan li .pesan-opsi label {
    margin: 0;
    width: 70px;
  }
  .wrp-produk-dipesan .produk-dipesan .list-pesan li .opsi-pengiriman {
    display: flex;
    flex: 3;
    justify-content: space-between;
    padding: 15px;
  }
  .wrp-produk-dipesan .produk-dipesan .list-pesan li .opsi-pengiriman .opsi {
    color: #62D4C4;
  }
  .wrp-produk-dipesan .produk-dipesan .list-pesan li .opsi-pengiriman h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
  }
  .wrp-produk-dipesan .produk-dipesan .list-pesan li .opsi-pengiriman h4 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
  }
  .wrp-produk-dipesan .produk-dipesan .list-pesan li .total-produk {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    color: #707070;
  }
  .wrp-produk-dipesan .produk-dipesan .list-pesan li .total-produk span {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 500;
    color: #d00a1a;
  }


  .wrp-detail-banner {
    margin-bottom: 20px;
  }
  .wrp-detail-banner .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .wrp-detail-banner #custCarousel .carousel-indicators {
    position: static;
    margin: 10px 0;
  }
  .wrp-detail-banner #custCarousel .carousel-indicators > li {
    width: 100px;
    height: auto;
  }
  .wrp-detail-banner #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
  }
  .wrp-detail-banner #custCarousel .carousel-indicators li.active img {
    opacity: 1;
    border: 1px solid #d00a1a;
  }
  .wrp-detail-banner #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
  }
  .detail-banner {
    padding: 15px;
    background-color: #fff;
  }
  .detail-produk-banner h2 {
    font-size: 22px;
    font-weight: 500;
  }
  .detail-produk-banner .list-rate {
    margin: 0;
    padding: 0;
  }
  .detail-produk-banner .list-rate li {
    display: inline-block;
    padding: 0 18px;
    list-style: none;
    border-right: 1px solid #707070;
  }
  .detail-produk-banner .list-rate li:first-child {
    padding: 0 18px 0 0;
  }
  .detail-produk-banner .list-rate li:last-child {
    border-right: none;
  }
  .block-price {
    margin: 9px 0 17px 0;
    padding: 20px;
    background-color: #f5f5f5;
  }
  .block-price h3 {
    font-size: 33px;
    color: #d00a1a;
  }
  .block-price .list-warranty {
    margin: 0;
    padding: 0;
    display: flex;
  }
  .block-price .list-warranty li {
    display: flex;
    align-items: baseline;
    font-size: 12px;
    color: #d00a1a;
    font-weight: 500;
  }
  .block-price .list-warranty li span {
    display: block;
    font-weight: normal;
    color: #707070;
  }
  .block-price .list-warranty li:first-child {
    margin-right: 10px;
  }
  .list-shipping {
    margin: 20px 0;
    padding: 0;
  }
  .list-shipping li {
    display: flex;
    margin-bottom: 15px;
    list-style: none;
  }
  .list-shipping li label {
    width: 110px;
  }
  .list-shipping li img {
    margin-right: 5px;
    max-width: 20px;
  }
  .list-shipping li span {
    color: #DB8725;
  }
  .list-shipping li .mute {
    color: #707070;
  }
  .list-shipping li .mute span {
    color: #000;
  }
  .list-shipping li .input-shipping input {
    margin-right: -1px;
    max-width: 70px;
    text-align: center;
    border-color: #6c757d;
  }
  .list-shipping li .remaining {
    display: flex;
    margin-left: 10px;
    align-items: center;
  }
  .list-shipping li .btn + .btn {
    margin-left: 10px;
  }
  .wrp-block-merchant {
    margin-bottom: 20px;
  }
  .wrp-block-merchant .block-merchant {
    padding: 20px;
    background-color: #fff;
  }
  .wrp-block-merchant .block-merchant ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  .wrp-block-merchant .block-merchant ul li {
    display: flex;
    list-style: none;
    padding: 0 50px;
  }
  .wrp-block-merchant .block-merchant ul li:first-child {
    padding-right: 50px;
    padding-left: 0;
    border-right: 1px solid #707070;
  }
  .wrp-block-merchant .block-merchant ul li .merchant-logo {
    max-width: 88px;
  }
  .wrp-block-merchant .block-merchant ul li .merchant-name {
    margin-bottom: 10px;
  }
  .wrp-block-merchant .block-merchant ul li .merchant-name span {
    display: block;
    color: #707070;
  }
  .wrp-block-merchant .block-merchant ul li .title {
    margin-right: 20px;
    color: #707070;
  }
  .wrp-block-merchant .block-merchant ul li .title span {
    margin-left: 10px;
    color: #d00a1a;
  }
  .wrp-spek-produk {
    margin-bottom: 20px;
  }
  .wrp-spek-produk .spek-produk {
    padding: 20px;
    background-color: #fff;
  }
  .block-title {
    margin-bottom: 25px;
    padding: 15px;
    background-color: #F5F5F5;
    font-size: 16px;
    font-weight: 700;
  }
  .list-spek {
    margin: 15px 15px 25px 15px;
    padding: 0;
  }
  .list-spek li {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    list-style: none;
    color: #707070;
  }
  .list-spek li label {
    margin: 0;
    width: 100px;
  }
  .list-spek li a {
    color: #707070;
  }
  .list-spek li img {
    margin: 0 10px;
  }
  .list-spek li:last-child {
    margin-bottom: 0;
  }
  .desc {
    padding: 0 15px;
  }
  .wrp-penilaian-produk {
    margin-bottom: 15px;
  }
  .wrp-penilaian-produk .penilaian-produk {
    padding: 15px;
    background-color: #fff;
  }
  .wrp-penilaian-produk .penilaian-produk .list-review {
    margin: 0;
    padding: 0;
  }
  .wrp-penilaian-produk .penilaian-produk .list-review li {
    display: flex;
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid #EDEDED;
  }
  .wrp-penilaian-produk .penilaian-produk .list-review li .avatar {
    margin-right: 10px;
  }
  .wrp-penilaian-produk .penilaian-produk .list-review li .avatar img {
    max-width: 48px;
  }
  .wrp-penilaian-produk .penilaian-produk .list-review li .variant {
    margin-bottom: 15px;
    color: #707070;
  }
  .wrp-penilaian-produk .penilaian-produk .list-review li .review-media {
    margin-right: 15px;
    border: 1px solid #EDEDED;
    max-width: 80px;
  }
  .wrp-penilaian-produk .penilaian-produk .list-review li .date {
    margin: 18px 0;
  }
  .wrp-penilaian-produk .penilaian-produk .list-review li .help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: #707070;
  }
  .wrp-penilaian-produk .penilaian-produk .list-review li .help span {
    flex: 1;
  }
  .wrp-penilaian-produk .penilaian-produk .list-review li .help img {
    margin-right: 8px;
  }
  .wrp-penilaian-produk .penilaian-produk .list-review li .help a {
    color: #707070;
  }
  .block-filter-penilaian {
    display: flex;
    padding: 15px;
    background-color: #F5F5F5;
  }
  .block-filter-penilaian h2 {
    font-size: 33px;
    color: #d00a1a;
    font-weight: 700;
  }
  .block-filter-penilaian h2 span {
    font-size: 16px;
  }
  .block-filter-penilaian .btn {
    margin-bottom: 10px;
  }
  .other-title {
    margin-top: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #707070;
  }

  @media (min-width: 200px) and (max-width: 700px) {
    .owl-item{
      width: 114px !important;
      margin-right: 10px !important;
    }

    .content-category .list-content-category li .wrp-item-cat p {
      line-height: 40px !important;
    }
    .flash-sale-desktop{
      display: none;
     }

     .flash-sale-mobile{
      display: block;
     }

     .banner-flash .banner-image {
      height: 90px !important;
  }

  .text-akhir {
    text-align: start !important;
}

.right-banner{
  display: none;
}

  }