.card-custom {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    width: 200px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)  
}

.card-custom-produk {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    width: 260px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)  
}

.image-container {
    position: relative
}

.owl-carousel .owl-stage-custom {
      display: flex;
    }

.owl-carousel .owl-item-custom img {
    width: auto;
    height: 200px;
}

.carding {
    height: 150px;
    width: 350px;
}

.carding-custom {
    height: 250px;
    width: 450px;
}

.thumbnail-image {
    border-radius: 10px !important
}

.discount {
    /* background-color: #282e71; */
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    border-radius: 6px;
    color: #fff
}

.layer-custom {
    background-color: #282e71;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    border-radius: 6px;
    color: #fff
}

.layers {
    /* background-color: #282e71; */
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    border-radius: 6px;
    color: #fff
}

.dress-name {
    font-size: 13px;
    font-weight: bold;
    width: 75%
}

.wishlist {
    height: 25px;
    width: 25px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.first {
    position: absolute;
    width: 100%;
    padding: 9px;
    z-index: 100;
}

.new-price {
    font-size: 16px;
    font-weight: bold;
    color: red
}

.item-size {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid grey;
    color: grey;
    font-size: 10px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center
}

.discount-percent {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 5px
}

.off {
    font-size: 14px;
    position: relative;
    bottom: 5px
}


/* ini css pagination */

.body-paginate{
    margin-left: 180px;
}

.pagination ul{
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.pagination ul li{
  color: #282e71;
  list-style: none;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}
.pagination ul li.numb{
  height: 35px;
  width: 35px;
  margin: 0 5px;
  line-height: 35px;
  border-radius: 50%;

}
.pagination ul li.numb.first{
  margin: 0px 3px 0 -5px;

}
.pagination ul li.numb.last{
  margin: 0px -5px 0 3px;
}
.pagination ul li.dots{
  font-size: 22px;
  cursor: default;
}
.pagination ul li.btn{
  padding: 0 20px;
  border-radius: 50px;
}
.pagination li.active,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover{
  color: #fff;
  background: #282e71;
}

/* warna transaksi */

.booking {
    background-color: rgb(255, 123, 0);
    border-radius: 8px;
    color: white;

}

.pending {
    background-color: rgb(255, 116, 36);
    border-radius: 8px;
    color: white;

}

.pickup {
    background-color: rgb(0, 150, 32);
    border-radius: 5px;
    color: white;

}

.received {
    background-color: rgb(4, 154, 192);
    border-radius: 5px;
    color: white;

}

.complet {
    background-color: rgb(64, 219, 110);
    border-radius: 5px;
    color: white;

}

.proses {
    background-color: rgb(0, 102, 255);
    border-radius: 5px;
    color: white;

}

.cancel {
    background-color: rgb(253, 7, 7);
    border-radius: 5px;
    color: white;

}

.text-default {
    color: #282e71;
}


.cards {
    width: 70px;
}

.rata-kanan {
    float: right;
    margin-left: 87%;
}

.rata-kanan-part {
    float: right;
    margin-left: 1%;
}

.rata-tengah {
    justify-content: center;
    margin-left: 20%;
}

@media (max-width: 320px) {
    .search {
        display: block;
        position: relative;
    }
}

.square-144 {
	max-width: 144px;
	min-width: 144px;
	max-height: 144px;
	min-height: 144px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.max-image {
	max-width: 120px;
	min-width: 120px;
	max-height: 120px;
	min-height: 120px;
}

#userActions {
	flex-direction: column;
	text-align: center;
	color: #37474f;
	background: url("../images/menu/upload-file.svg");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	position: relative;
}

.modal-contents {
    position: relative;
    background-color: #fefefe;
    padding: 6;
    border-radius: 10px;
    border: 1px solid #888;
    max-width: 600px;
    margin: auto;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-duration: 0.4s;
    margin-bottom: 10px;
}
