


.order-product-now a {
     padding: 10px;
     text-align: center;
     display: flex;
     font-size: 14px;
     align-items: center;
     justify-content: center;
}

.order-product-now a:hover {
     cursor: pointer;
     background: #000;
     color: #f60;
}

.order-product-now i {
     font-size: 16px;
     margin-right: 10px;
}

.order-now  {
     background:#333333;
     color: white;
     padding: 10px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
}

.order-now:hover {
     cursor: pointer;
     background: #000;
     color: #f60;
}

.add-to-cart  {
     border: 1px solid #333333;
     color: #333333;
}

.whatsapp  {
     background: #24CC63;
     color: white;
}




.heading {
     font-size: 30px;
     font-weight: 300;
     border-bottom: 1px solid #eeeeee;
     margin-top: 30px;
}

.details-container {
     background: #f6f6f6;
}

.kolom-qty-order {
     grid-gap:2%;
}

.qty-order {
     grid-template-columns: 1fr auto;
     align-items: center;
}

#sizeBanyakContainer {
     display:none;
}





@media (max-width: 740px){
     .order-now {font-size: 14px;}

     .pilih-size-container  {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          grid-gap:5px;
     }

}
@media (min-width: 741px){


    
     .order-now {font-size: 18px;}

     .pilih-size div {
          display: inline;
          margin-right: 10px;
     }
     .pilih-size li {
          display: inline;
          margin-right: 10px;
     }

    

}

.marketplace img {
    height: 40px;
    margin: 0px 5px;
}
.keterangan-tersedia {
	padding: 15px;
	display: inline-block;
	border: 1px solid #eb4d4b;
	margin: 10px 0px;

}

@media (max-width: 740px){

}
@media (min-width: 740px){
	.detail-product-container {
		grid-template-columns: 50% 50%;
		grid-gap:10px;
	}
}

