a:hover{
text-decoration: none;
}
.list-product-container{
max-width: 720px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#alert-box, #alert-box2{
position: fixed;
padding-left: 10px;
padding-right: 10px;
z-index: 999;
width: 100%;
max-width: 480px;
bottom: 0;
    }
#alert-menambahkan, #alert-mengurangi, #alert-mengganti{
position: absolute;
z-index: 999;
margin: auto;
left: 10px;
right: 10px;
bottom: 20px;
display: none;
border-radius: 10px;
color: #fff;
border: none;
font-size: 14px;
}
.detail-product-page #alert-menambahkan,  .detail-product-page #alert-mengurangi, .detail-product-page #alert-mengganti{
position: absolute;
z-index: 999;
margin: auto;
left: 10px;
right: 10px;
bottom: 80px;
display: none;
border-radius: 10px;
color: #fff;
border: none;
font-size: 14px;
}
#alert-menambahkan, #alert-mengganti{
    background: #00B232;
}
/* #alert-mengganti{
    background: rgb(0, 136, 178);
} */
#alert-mengurangi{
    background: #ACA9A9;
}
.banner{
padding: 0;
}
.banner img{
width: 100%;
}
.list-product-left, .list-product-right{
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.card{
border-radius: 5px;
box-shadow: 0px 1px 2pt #00000029;
margin-bottom: 0.7rem;
}
.card-body{
padding: 8px;
}
.product-image-box{
position: relative;
width: 100%;
overflow: hidden;
border-radius: 5px 5px 0px 0px;
}
.product-image-box:after {
content: "";
display: block;
padding-bottom: 100%;
}
.product-image-box-content {
position: absolute;
width: 100%;
height: 100%;
background: #fff;
}
.product-label{
background: #C1000C;
color: #fff;
padding: 5px;
left: 0 !important;
position: absolute;
border-radius: 0px 20px 20px 0px;
font-size: 11px;
padding-right: 15px;
}
.product-title{
font-family: montserrat-bold;
font-size: 12px;
color: #000;
}
.product-desc-label{
margin-top: 35px;
}
.product-desc-text{
font-family: montserrat-medium;
font-size: 10px;
color: #464D53;
}
.price-before{
font-family: montserrat-regular;
font-size: 11px;
color: #989FA7;
}
.product-price-text{
font-family: montserrat-medium;
font-size: 14px;
color: #F37021;
}


.grid-item {
  float: left;
  width: 50%;
/*  border: 2px solid hsla(0, 0%, 0%, 0.5);*/
    padding: 5px;
       
}
.grid-item .product-price{
    margin-top: -15px;
    margin-bottom: 10px;
}
.product-add-button .btn-primary{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E2E7EB;
    color: #F37021;
    font-family: montserrat-medium;
    font-size: 10pt;
}
.product-add-quantity{
    display: none;
    overflow: hidden !important;
}

/*Detail Product*/
.product-detail-label{
background: #C1000C;
color: #fff;
padding: 5px;
border-radius: 0px 10px 10px 0px;
font-size: 11px;
padding-right: 15px;
}

.product-detail-desc-text .price-before{
    font-size: 12px;
}
.product-detail-desc-text .product-price-text{
    font-family: montserrat-medium;
    font-size: 22px;
}
.product-detail-desc-text .product-title{
    font-family: montserrat-medium;
    font-size: 20px;
}

.product-detail-desc-text .product-notes{
    font-family: montserrat-light;
    font-size: 12px;
    color: #c1000c;
}

.product-detail-desc-text .product-quantity{
    font-family: montserrat-light;
    font-size: 16px;
    color: #464D53;
}
.product-detail-desc-text .product-desc-text{
    font-family: montserrat-light;
    font-size: 12px;
    color: #464D53;
}
.product-detail-cta{
    background: #F37021;
    color: #fff;
    font-family: montserrat-medium;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    width: 100%;
    padding: 10px;
}
.product-detail-cta:hover{
    background: #FF6000;
}



/*Barcode*/
.barcode-box{
    padding: 0;
    width: 100%;
    height: 100vh;
    background-color: #C1000C;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: 0.8s;
    left: 2000px;
}
.help-box{
    padding: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 200;
    transition: 0.8s;
    top: 1000px;
    left: 0;
}

/*Detail Product Help*/
 ol.timeline {
    list-style-type: none;
    position: relative;
    left: -1rem;
}
ol.timeline:before {
    content: ' ';
    background: #C1000C;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;

}
ol.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ol.timeline > li:before {
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
}
.number{
    width: 30px;
    height: 30px;
    background:#C1000C;
    text-align: center;
    color:
    #fff;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    z-index: 10;
    line-height: 30px;
    font-size: 10px;
    font-family: montserrat-medium;
}
.timeline p{
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 1rem;
    font-family: montserrat-light;
    font-size: 12px;
    color: #2A2A2A;
}


#add-to-cart{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;  
    box-shadow: 0px -1px 3pt #00000024;
}
#add-to-cart .list-product-container{
    padding-top: 15px;
    padding-bottom: 15px;
}
#add-to-cart .minus-button{
    color:#989FA7; font-size:30px; padding-top:5px;
}
#add-to-cart .quantity-box{
    padding-top:10px;
}
#add-to-cart #quantity-value{
    color:#989FA7; font-family:montserrat-medium; font-size:14px;
}
.plus-button{
    color:#fff; font-size:18px; float:left;
}
#add-to-cart .btn-secondary{
    width: 100%;
    background: #ACA9A9 !important;
    color: #fff;
    border: none !important;
    font-family: montserrat-medium;
    font-size: 14px;
    border-radius: 5px;
    padding: 0.50rem;
    cursor: not-allowed;
}