@charset "UTF-8";
.flex-between {
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .flex-between {
    display: inline;
  }
  .flex-between .btn {
    float: right;
    margin-bottom: 10px;
    white-space: nowrap;
  }
}

.ps-detail {
  margin-top: 60px;
}

@media (max-width: 992px) {
  .ps-detail {
    margin-top: -17px;
  }

  .p-none {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.section-gray {
  background-color: #f7f7f7;
}

.section-categories--default .categories__products .col-6 {
  height: auto;
}

.ps-home--block {
  margin-top: 0px;
}

.section-space {
  margin-top: 60px;
  padding-bottom: 60px;
}

.section-m {
  margin-top: 60px;
}

.section-p {
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .w-30 {
    width: 30%;
  }
}
.viewtype--block .viewtype__select {
  margin-top: 0px;
}

.bg-gray {
  background-color: #f7f7f7;
}

@media (max-width: 992px) {
  .categories__products {
    margin-top: 0px !important;
  }
}
.ps-product__category ul li a {
  font-size: 13px;
}
.ps-product__category ul li span {
  font-size: 13px;
  font-weight: bold;
}
.ps-product__category ul li label {
  font-size: 13px;
  font-weight: bold;
  width: 80px;
}
.ps-product__category ul li .dot {
  float: right;
}

.description {
  white-space: pre-wrap !important;
}

.item__avatar img {
  min-height: 50px;
  min-width: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.badge-wishlist {
  position: absolute;
  top: 15px;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  border-radius: 3px;
  right: 15px;
}
.badge-wishlist i {
  font-size: 14px;
  color: white;
}

.text-overflow {
  text-decoration: none;
  display: block;
  margin-bottom: 0.3125rem;
  max-height: 5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-overflow-1 {
  text-decoration: none;
  display: block;
  margin-bottom: 0.3125rem;
  max-height: 5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.t-14 {
  font-size: 14px;
}

.t-10 {
  font-size: 12px !important;
}

.with-border {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}

h3 {
  font-size: 20px;
}

.br-theme-fontawesome-stars .br-widget a {
  font-size: 10px !important;
}

.font-10 {
  font-size: 10px;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.with-radius {
  border-radius: 5px;
}

.h {
  margin-bottom: 0px;
}

.border-bottom-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.card label {
  font-size: 14px;
}

.img-small {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dropify-wrapper label,
.dropify-wrapper p {
  font-size: 10px !important;
}

.swal2-container {
  zoom: 1.5;
}

.card {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.card .bg-light {
  background-color: #ffff !important;
}

.ps-product--standard {
  padding-top: 10px;
}
.ps-product--standard .ps-product__content .ps-product__rating-new {
  display: flex;
}
.ps-product--standard .ps-product__content .ps-product__rating-new .br-widget a {
  font-size: 13px;
}
.ps-product--standard .ps-product__thumbnail {
  width: 100% !important;
}

.section-categories--default .ps-product--standard {
  height: 100% !important;
  margin-bottom: 0px;
}

.ps-product--vertical:hover:before {
  border: none;
}

@media (max-width: 992px) {
  .store-list {
    margin-top: 60px;
  }
}
.card-store {
  border-radius: 5px;
}
.card-store label {
  font-size: 14px;
}
.card-store h5 {
  margin-bottom: 0px;
}
.card-store img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
  width: 80px;
  padding-right: 15px;
  padding-top: 10px;
  border-radius: 50%;
}
.card-store .br-widget a {
  font-size: 10px;
}
.card-store .btn-visit {
  text-align: center;
  color: #ff7200;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #ff7200;
  padding-right: 4px;
  padding-left: 4px;
}

.spinner {
  position: fixed;
  overflow: show;
  display: block;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999999999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner .frame {
  background-color: white;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 10px;
}

.spinner > div > div {
  width: 7px;
  height: 7px;
  background-color: #ff7200;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.ps-quickview .quickview__product {
  padding: 30px 0;
}

.ps-breadcrumb__list li {
  margin-left: 5px;
}

.ps-breadcrumb li:after {
  content: "̸";
  display: inline-block;
  margin-left: 10px;
}

.menu--footer li {
  flex-grow: 1;
  padding: 8px 0 !important;
  position: relative;
}

.menu--footer li i {
  color: #ffff;
  display: block;
  font-size: 17px;
}

.menu--footer li span {
  color: #ffff;
  font-size: 11px;
}

.list-group-flush .list-group-item {
  padding-top: 17px;
  padding-bottom: 17px;
}

.list-group-flush li a:hover {
  color: #26901b;
}

.list-group-item.success {
  color: #26901b;
}
.list-group-item.success a {
  font-weight: bold;
}

.list-group-item.success i {
  color: #26901b;
}

.img-input-photo {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  border: 1px dashed rgba(0, 0, 0, 0.09);
  -o-object-fit: cover;
     object-fit: cover;
  padding: 2px;
  -o-object-position: top;
     object-position: top;
}

.btn-image {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ff7200;
  border: 1px solid #ff7200;
  min-width: 30px;
  min-height: 30px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.btn-image i {
  color: white;
}

.img-container {
  position: relative;
  width: auto;
  padding: 10px;
  display: inline-block;
}

.form-group--block {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
}
.form-group--block label {
  margin-top: 0px;
}

.form-group--block select {
  height: 40px;
  font-size: 14px;
}

.select .form-control {
  height: 40px;
  font-size: 14px;
}

.search-input {
  height: 40px;
  font-size: 14px;
  border-radius: 0px;
  width: 250px;
}

.btn-save {
  background-color: #ff7200;
  color: white;
  width: auto;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 15px;
}

.bg-light {
  background-color: #ffff !important;
  border: 1px solid #ffff !important;
}

.btn-light {
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-sm {
  font-size: 11px;
  padding: 5px 10px;
}

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

.btn-load {
  background-color: transparent;
  color: #737373;
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-warning {
  background-color: #ff7200;
  border: 1px solid #ff7200;
  color: white;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 14px;
}

.select2-container .select2-results li.select2-results__option--highlighted {
  background-color: #ff7200;
}

.select2 .select2-selection--single .select2-selection__rendered {
  padding: 9px 13px;
}

.section-featured--default .featured--content {
  display: flex;
}
.section-featured--default .featured--content .featured__group {
  width: 100%;
}
.section-featured--default .featured--content .featured__group .row {
  border-left: 1px solid #eeeeee;
}
@media (max-width: 576px) {
  .section-featured--default .featured--content .featured__group .row .ps-category {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    padding: 10px 10px;
  }
  .section-featured--default .featured--content .featured__group .row .ps-category .ps-product--vertical .ps-product__thumbnail {
    width: 60px;
    height: 60px;
  }
  .section-featured--default .featured--content .featured__group .row .ps-category .ps-product__content {
    padding-left: 0px;
  }
  .section-featured--default .featured--content .featured__group .row .ps-category .ps-product__content .ps-product__name {
    font-size: 12px;
  }
  .section-featured--default .featured--content .featured__group .row .ps-category .ps-product__content .ps-product__quantity {
    font-size: 10px;
  }
}

.header--mobile {
  padding: 5px 15px;
}
.header--mobile .search-mobile {
  font-size: 18px;
}
.header--mobile .back-home {
  font-size: 18px;
}
.header--mobile .header-inner__center {
  text-align: left;
  padding-left: 20px;
}
.header--mobile .header-inner__center .page-name {
  font-size: 19px;
}

.ps-header--center .logo {
  font-size: 25px;
}

.ps-header--center .result-search.open {
  border-right: none;
}

.result-search.open {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.result-search .cart-item {
  border-bottom: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.result-search .cart-item .ps-product--mini-cart img {
  width: 60px;
  height: 60px;
}
.result-search .cart-item .ps-product--mini-cart .ps-product__content {
  padding-left: 0px;
}
.result-search .cart-item .ps-product--mini-cart .ps-product__content .ps-product__name {
  cursor: pointer;
  font-weight: 400;
}
.result-search .cart-item .ps-product--mini-cart .ps-product__content .ps-product__name i {
  margin-right: 10px;
}

.logo img {
  width: 200px;
}

.filter-top .active {
  border-bottom: 1px solid #26901b;
}

@media (max-width: 576px) {
  .padding-none {
    padding-right: 0px;
    padding-left: 0px;
  }

  .with-padding {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .section-single h3 {
    display: none;
  }
}
.pagination .page-item {
  margin: 6px;
}
.pagination .page-item.active .page-link {
  border: 1px solid #26901b;
  background-color: white;
}
.pagination .page-item .page-link {
  border-radius: 3px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #26901b;
}

.ps-shop--sidebar .sidebar__category .ps-widget--category ul li {
  margin-bottom: 10px;
}
.ps-shop--sidebar .sidebar__category .ps-widget--category ul .active {
  color: #26901b;
  font-weight: bold;
}
.ps-shop--sidebar .sidebar__sort {
  margin-bottom: 30px !important;
}
.ps-shop--sidebar .sidebar__sort .brand__content ul li {
  margin-bottom: 10px;
}
.ps-shop--sidebar .sidebar__block .block__content .rating-filter {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 10px;
}
.ps-shop--sidebar .sidebar__block .block__content .active {
  background-color: #f7f7f7;
}

.filter__mobile {
  background-color: #ffff !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 992px) {
  .filter__mobile {
    position: fixed;
    z-index: 1;
    margin-top: -10px;
    padding-bottom: 0px;
    left: 0;
    right: 0;
    z-index: 99999;
    border-bottom: 1px solid #dddddd;
  }
  .filter__mobile .viewtype__sortby {
    display: none;
  }
  .filter__mobile .filter-top {
    background-color: #ffff;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .filter__mobile .filter-top span {
    padding-bottom: 12px;
    font-size: 14px;
    margin: auto;
  }
  .filter__mobile .filter-top .viewtype__select {
    width: 100%;
  }
  .filter__mobile .filter-top .viewtype__select.active {
    border-bottom: 2px solid #26901b;
  }
  .filter__mobile .filter-top .viewtype__select.active span {
    font-weight: bold;
    color: #26901b;
  }
}
.filter__mobile .viewtype--block {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffff;
}
@media (min-width: 992px) {
  .filter__mobile .ps-mobile-filter {
    display: none;
  }
  .filter__mobile .type small {
    display: block;
  }
}
@media (max-width: 768px) {
  .filter__mobile .ps-mobile-filter {
    display: block;
  }
  .filter__mobile .type small {
    display: none;
  }
}

.ps-category--mobile {
  z-index: 999999;
  padding-bottom: 0;
}
.ps-category--mobile .category__header {
  height: auto;
}
.ps-category--mobile .category__content .filter-grid {
  text-align: center;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.ps-category--mobile .category__content .filter-grid .mobile-filter-list {
  background-color: #f7f7f7;
  padding: 8px;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
}
.ps-category--mobile .category__content .filter-grid .active {
  border: 1px solid #26901b;
}
.ps-category--mobile .category__content .filter-grid .mobile-bg-white {
  background-color: white;
  padding: 0;
}
.ps-category--mobile .category__content .filter-more {
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.ps-category--mobile .category__content .filter-more a {
  font-size: 12px;
}
.ps-category--mobile .category__content .filter-more a:hover {
  color: #737373;
}
.ps-category--mobile .form-mobile .input-group-text {
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: none;
  background-color: white;
  border-radius: 0px;
}
.ps-category--mobile .form-mobile .form-control {
  border-radius: 0px !important;
  height: 40px !important;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.ps-category--mobile .form-mobile .form-control:hover {
  box-shadow: none !important;
}
.ps-category--mobile .footer-filter {
  position: relative !important;
  display: none;
  transition: all 0.3s;
}
.ps-category--mobile .footer-filter.open {
  position: relative;
  display: block;
}
.ps-category--mobile .footer-filter .footer-filter-content {
  position: fixed;
  background-color: #ffff;
  width: 100%;
  bottom: 0px;
  padding-bottom: 10px;
}

.mobile-search--slidebar {
  z-index: 99999999;
}
.mobile-search--slidebar .mobile-search__trendding .trending-item {
  display: inline-block;
  padding: 10px 10px 10px 0;
}
.mobile-search--slidebar .mobile-search__header {
  height: auto !important;
}
.mobile-search--slidebar .mobile-search__header i {
  font-size: 18px !important;
}
.mobile-search--slidebar .mobile-search__header .cancel-search {
  margin-right: 10px;
}
.mobile-search--slidebar .mobile-search__header .form-control {
  padding-left: 15px;
}
.mobile-search--slidebar .mobile-search__header .form-control:focus {
  box-shadow: none !important;
}
.mobile-search--slidebar .search-mobile-results {
  margin-top: 0px;
  padding: 0;
}
.mobile-search--slidebar .search-mobile-results ul li a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.produk-in-filter {
  margin: 0;
}
@media (max-width: 992px) {
  .produk-in-filter {
    margin-top: 38px;
  }
}

.nav-tabs {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .nav-tabs {
    display: none;
  }
}
.nav-tabs .nav-link {
  padding-right: 35px;
  padding-left: 25px;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  font-weight: bold;
  border-bottom: 3px solid #ff7200;
  color: #ff7200 !important;
}
.nav-tabs .nav-link.active i {
  color: #ff7200;
  font-weight: bold;
}

@media (max-width: 992px) {
  .filter-dekstop {
    display: none;
  }
}
.ps-product--detail .ps-product__shopping {
  border-bottom: none;
}
.ps-product--detail .ps-product__thumbnail img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-store {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.09);
  padding-bottom: 35px;
}
.cart-store:last-child {
  border-bottom: none !important;
}
.cart-store .cart-list {
  margin-top: 25px;
  display: flex;
}
.cart-store .cart-list.cart-empty {
  opacity: 0.5;
}
.cart-store .cart-list img {
  width: 80px;
  height: 80px;
  border-radius: 3px;
}
.cart-store .cart-delete {
  cursor: pointer;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-store .cart-delete:hover {
  background-color: #f7f7f7;
}
.cart-store .input-cart {
  display: flex;
}
.cart-store .input-cart .btn-cart {
  background-color: #ff7200;
  border: none;
  border-radius: 50%;
  height: 20px;
  transition: 1s;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-store .input-cart .btn-cart i {
  color: #ffff;
  font-size: 10px;
}
.cart-store .input-cart .input-cart {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  width: 80px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  font-size: 14px;
}
.cart-store .to-top {
  margin-top: -20px;
}

.cart-left {
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
}

.cart-right {
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 20px;
  border-radius: 5px;
  padding: 20px;
}
.cart-right h4 {
  font-size: 1em;
  margin-bottom: 5px;
}
.cart-right p {
  font-size: 13px;
}
.cart-right .shopping-cart__checkout {
  height: 40px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.promo-input label {
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.store-container {
  margin-top: 50px;
  background-color: white;
}
.store-container label {
  font-size: 14px;
}
.store-container h4 {
  margin-bottom: 5px;
}
.store-container .logo-store {
  width: 120px;
  height: 120px;
  padding-right: 15px;
  padding-top: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.store-container .store-info-detail label {
  font-size: 14px;
}

.box-description {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
}

.img-banner {
  -o-object-fit: cover;
     object-fit: cover;
}

.store-single {
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.store-single img {
  width: 120px;
  height: 120px;
  padding-right: 15px;
  padding-top: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 65px;
  margin-top: -10px;
  height: 65px;
  margin-right: 10px;
}
.store-single h5 {
  margin-bottom: 0px;
}

.voucher {
  height: auto;
  width: 100%;
  border: 1px dashed #ff7200;
  background-color: #f7f7f7;
  padding: 8px;
  display: flex;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.voucher small {
  font-size: 8px;
}
.voucher h1,
.voucher h2,
.voucher h3,
.voucher h4,
.voucher h5,
.voucher h6 {
  margin-bottom: 5px;
}

.voucher-modal {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
}
.voucher-modal label {
  font-weight: bold;
}
.voucher-modal.disabled {
  background-color: #f7f7f7;
}
.voucher-modal.active {
  background-color: rgba(255, 114, 0, 0.1);
  border-color: rgba(255, 114, 0, 0.1);
}

.sub-total {
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding: 10px;
  border-radius: 0px;
  margin-top: 20px;
}
.sub-total label {
  color: black;
}

.filter-pesanan {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .filter-pesanan {
    display: block;
  }
}

.card-pesanan .dash-line {
  display: none;
}
.card-pesanan .footer-pesanan-card {
  justify-content: end;
  float: right;
}
.card-pesanan .footer-pesanan-card h5 {
  display: none;
}
@media (max-width: 992px) {
  .card-pesanan .dash-line {
    display: block;
  }
  .card-pesanan .footer-pesanan-card {
    justify-content: space-between;
    float: unset;
    align-items: center;
  }
  .card-pesanan .footer-pesanan-card h5 {
    display: block;
    margin-bottom: 0;
  }
}

.side-detail {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.side-detail:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0;
}

.status-transaksi {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-top: none;
}

.paddin-inline-start-5 {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  margin-top: 10px;
}

.img-ulasan {
  width: 150px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
}

.ps--comments .item__avatar img {
  width: 65px;
}

.ulasan-reply {
  margin-top: 20px;
  padding: 10px;
  background-color: #f7f7f7;
}

.store-rating .br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #edb867;
  font-size: 15px;
}
.store-rating .br-theme-fontawesome-stars .br-widget a:after {
  content: "";
  font-size: 15px;
  color: #d2d2d2;
}

.timeline thead tr th {
  font-size: 13px;
}
.timeline tbody tr td {
  font-size: 13px;
  position: relative;
}
.timeline tbody tr .dot-timeline {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin-top: 5px;
}
.timeline tbody tr .dot-timeline::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  border-right: 1.5px solid #bbb;
  left: 11.5px;
  z-index: 1;
}
.timeline tbody tr .dot-timeline.active {
  background-color: #ff7200 !important;
}
.timeline tbody tr .dot-timeline.active::after {
  display: none;
}

.notification {
  width: 100% !important;
}

.notification-header {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.notification-content {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 350px;
  position: relative;
}

.notification-list {
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
}
.notification-list .notification-date {
  font-size: 10px;
  margin-right: 10px;
  padding-right: 10px;
  min-width: 100px;
  text-align: right;
}
.notification-list .notification-title {
  color: #141414;
  font-size: 14px !important;
}
.notification-list p {
  font-size: 12px !important;
}

.mini-cart__footer {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  width: 100%;
  align-items: center;
}
.mini-cart__footer a {
  background-color: transparent;
  border: none;
  padding: 0;
  float: left;
  margin-left: 16px;
  margin-top: 10px;
}

.notification-loading {
  height: 100%;
}

.notification-container {
  position: absolute;
  top: 0;
  bottom: 0;
  background: white;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  border: 3px solid #ff7200;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ff7200 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.message-card p {
  background: #ffffff;
  color: #656b75 !important;
  box-shadow: 0px 6px 11px rgba(18, 67, 105, 0.03);
}
