.expired {
    background: #FFF6F1;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.expired div {
    display: flex;
}
.expired div ul{
    padding: 0px 5px;
}
.expired div ul li:nth-child(1) {
    font-size: 16px;
}
.expired div ul li:nth-child(2) {
    font-size: 10px;
}

.warna-stok {
    font-weight: bold;
}
.rincian-stok {
    margin-bottom: 10px;
}
.rincian-stok li {
    padding: 0px 5px;
}
.keterangan-stok {
    border:1px solid #ededed;
    margin-bottom: 5px;
}

.product  {
    overflow: hidden;
    border-radius: 25px;
    background: white;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(199,197,199,1);
    -moz-box-shadow: 0px 0px 13px 0px rgba(199,197,199,1);
    box-shadow: 0px 0px 13px 0px rgba(199,197,199,1);
    text-align: center;
}



.product strong {
     margin:0px 0px 5px 0px;
     font-weight: 300;
     font-size:16px;
     display: block;
}
.product .kode {
     font-size: 12px;
}
.product .price {
     font-size: 18px;
}
.product .discount {
     font-size: 13px;
     color: red;
     text-decoration: line-through;
}
.product .harganonmember {
     font-size: 13px;
     color: #0079e8;
}


.product .summary {
     font-size: 12px;
     color: #9d9d9d;
}

.product .sale {
     position: absolute;
     z-index: 2;
     top: 0;
     left: 2px;
}

.product .sold {
     position: absolute;
     z-index: 2;
     left: 40%;
}

.product .hot {
     position: absolute;
     z-index: 2;
     top: 0;
     right: 2px;
}

.product .sale {
     position: absolute;
     z-index: 2;
     top: 0;
     left: 2px;
}


.coretstokkosong {
    text-decoration:line-through;
    color: red;
}


.product .tombol-pesan {
     color:#333;
     display: block;
     padding: 10px;
     text-align: center;
     background: #f1f1f1;
     border: none;
     width:100%;
     font-size: 13px;
     font-family: 'Open Sans', sans-serif;
     margin: 0px;
}

.product .tombol-pesan:hover {
     cursor: pointer;
}

.product .lihatdetail a {
     color:#fff;
     display: block;
     padding: 10px;
     text-align: center;
     background: #333;
     font-size: 13px;
     font-family: 'Open Sans', sans-serif;
     margin: 0px;
}
.product .lihatdetail a:hover {background: black;}

.size-container {
     display: none;
     background: #f1f1f1;
     font-size: 12px;
}

.size-container button {
     text-align: center;
     background: #333;
     border: none;
     color:white;
}
.size-container button:hover {
     background: black;
     cursor: pointer;
}

.text-warna-tersedia {
     font-size: 14px;
}

.kotak-warna {
     height: 25px;
     width:  25px;
}
.kotak-warna:hover {
     cursor: pointer;
}
.active-warna::before {
     content: "X";
}

.size-banyak {display: none;}
.show-size-banyak {display: block;}

.imageproduct {
    overflow: hidden;
}

@media (max-width: 740px)
{
    .imageproduct div {
        width: 160px;
        height: 160px;
    }


    .product-container {
        grid-template-columns: 1fr 1fr;
        grid-gap:10px;
    }
     .tombol-pesan {order: 2}
     .lihatdetail {order: 1}


     .size-container button {padding: 10px;}
     .product .sold {
          top: 50px;
     }
     .size-tersedia li {
         padding: 0px 5px;
     }
}
@media (min-width: 740px)
{
    .imageproduct div {
        width: 400px;
        height: 400px;
    }

    .product-container {
        grid-template-columns: 1fr 1fr;
        grid-gap:30px;
    }
     .size-container li {
          border: none;
          float: left;
          margin: 0px 5px 5px 0px;
     }
     .size-container button {padding: 5px 10px;}

     .product .sold {
          top: 80px;

     }

     .size-tersedia li {
         padding: 0px 15px;
     }
}
@media (min-width: 992px)
{

    .imageproduct div {
        width: 400px;
        height: 400px;
    }

    .product-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
     .product .sold {
          top: 80px;
     }
}
