.section-cart-list {
    background: #F8FAFB;
    padding-bottom: 99px;
}
.mycart-box {
    position: relative;
    margin: 20px 20px;
    padding: 10px;
    border-radius: 9px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
    background: #ffffff;
    
}
.cart-store {
    font-family: montserrat-light;
    font-size: 12px;
}
.cart-store > span {
/*    margin-left: 12px;*/
}
.cart-delivery-left {
    width: 33px;
    float: left;
    margin-left: 12px;
}
.cart-delivery-right {
    margin-left: 60px;
    margin-right: 10px;
}
.cart-delivery-man-text {
    font-family: montserrat-medium;
    font-size: 10px;
}

.cart-product-container {
    padding: 12px 0px;
    border-bottom: 1px solid #E8ECEF;
}
.cart-product-left {
    width: 80px;
    float: left;
    text-align: center;
}
.cart-product-left img{
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.cart-product-title {
    font-family: montserrat-medium;
    font-size: 12px;
}
.cart-product-price {
    font-family: montserrat-medium;
    font-size: 12px;    
    color: #F37021;
}
.cart-product-qty {
    width: 28px;
    border: 0px;
    border-bottom: 1px solid #C1000C;
    font-family: montserrat-light;
    font-size: 12px;
    text-align: center;
}

.cart-footer-container {

    left: 50%;
    transform: translateX(-50%);
    max-width: 480px;
    background: #ffffff;
    position: fixed;
    height: 100px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    bottom: 0;
}
.cart-container-price {
    margin-top: 10px;
}
.cart-footer-left {
    float: left;
    width: 60px;
    margin-left: 20px;
    font-family: montserrat-medium;
    font-size: 12px;
}
.cart-footer-right {
    text-align: right;
    margin-right: 20px;
    font-family: montserrat-medium;
    font-size: 16px;
}
.cart-container-btn {
    margin: 10px 20px 20px 20px;
}
.cart-btn-lanjutkan {
    background: #F37021;
    color: #ffffff;
}
.cart-btn-lanjutkan:hover {
    color: #ffffff;
}
.bgred {
    border: 1px solid #f1000f;
}
.myerror {
    margin-left: 44px;
    font-size: 9px;
    color: #f1000f;
    display: none;
}
.mydisplayblock {
    display: block;
}

/* unavailable_store */

#mod_content_unavail {
    height: 420px !important;
    border-radius: 10px !important;
}
#change_store #mod_content_unavail {
    height: 160px !important;
    border-radius: 10px !important;
}
#mod_content_unavail span{
    font-size: 14px;
}
#mod_content_unavail .btn{
    padding: .375rem 1.75rem !important;
    margin: 0px 4px !important;
}
#change_store #mod_content_unavail span{
    font-size: 14px;
}
#title_unavail .modal-title{
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 20px;
}
.modal-dialog-us{
    max-width: 440px;
    /* width: 80%; */
    margin-top: 10vh;
}
#mod_content_unavail .modal-footer{
    justify-content: center;
}
/* #mod_content_unavail .modal-footer h5{
    justify-content: flex-start !important;
} */

.btn-tetap {
    color: #F37021 !important;
    background-color: #ffffff !important;
    border-color: #F37021 !important;
    font-weight: bold !important;
}
.btn-tetap:hover {
    color: #fff !important;
    background-color: #ffa409 !important;
    border-color: #ffa309 !important;
}

.btn-lanjutkan {
    color: #fff !important;
    background-color: #F37021 !important;
    border-color: #f36f22 !important;
}
.btn-lanjutkan:hover {
    color: #fff !important;
    background-color: #ff873f !important;
    border-color: #ff873f !important;
}

#overlay {
    position: absolute; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }

  #cart-box .box-maps-pointer{
      /* z-index: 1 !important; 
      width: 0px !important;     */
      top: 17px;
      left: 67px;
  }

  .alt-menambahkan{
      right: 30px !important;
  }
  .alt-mengganti{
    right: 30px !important;
}

  #scroll-cart::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
	background-color: #F5F5F5 !important;
}

#scroll-cart::-webkit-scrollbar
{
	width: 6px !important;
	background-color: #F5F5F5 !important;
}

#scroll-cart::-webkit-scrollbar-thumb
{
	background-color: #f36f22 !important;
}

@media (max-width: 430px){
    .modal-dialog-us{
        max-width: 340px;
        margin-top: 10vh !important;
    }
    #mod_content_unavail .modal-footer .btn{
        font-size: 15px;
    }
    #mod_content_unavail {
        height: 430px !important;
    }
    #mod_content_unavail .modal-body{
        /* max-height: fit-content; */
    }
}


/* end unavailable_store */

@media (min-width: 352px){
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
    }
}
@media (max-width: 338px){
    #mod_content_unavail .btn{
        padding: .375rem 1.5rem !important;
    }
}

@media (max-width: 320px){
    #mod_content_unavail .btn{
        padding: .375rem 0.75rem !important;
    }
}