.cart-product th{
	border: none;
	border-bottom: 1px solid #d2d2d2;
}

.cart-product-title{
	border: none;
}

.btn-outline-border{
	border: 1px solid #000;	
}

.mul-btn-row{
    display: flex;
    justify-content: right;
}

.color-hover-btn{
	width: 150px;
}
.read-only {
    pointer-events: none;
    padding: 0;
    border: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    vertical-align: inherit;
    background-color: inherit;
    width: 120px;
}

.custom-btn {
  border: none !important;
  padding: 2px 9px;
  height: 25px;
  border-radius: 5px !important;
  font-size: 13px !important;
  color: black;
}
.custom-btn:hover{
  color: black;
}
.trash-btn-align{
    text-align: center;
}
@media only screen and (max-width:700px){
    .modal-mobile{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .productQuantity{
        padding: 2px 0px !important;
    }
    .add-product-color{
        padding: 0px !important;
        font-size: 9px !important;
    }
    .select-color-table{
        margin-top: 0px !important;
    }
    .modal-footer{
        padding-top: 0px !important ;
    }
    #no-more-tables tbody, 
    #no-more-tables tr, 
    #no-more-tables td{
       display: block; 
    }
    #no-more-tables thead tr{
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables td{
        position: relative;
        padding-left: 50%;
        border: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #no-more-tables td:before{
        content: attr(data-title);
        position: absolute;
        left: 6px;
        font-weight: bold;
    }
    #no-more-tables tr{
        border-bottom: 1px solid #bababa;
        margin-top: 7px;
    }
    .mobile-view-td{
        display: none !important;
    }
    .total-mobile{
        text-align: right !important;
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 394px) and (max-height: 853px) {
    .btn-cart-style{
        padding: .875rem 0.75rem !important;
    }
}
