.table .img-bg img{
    max-width: 150px !important;
    max-height: 150px !important;
}

.text-small{
    font-size: 0.9rem;
}

.item input{
    border-bottom: 2px solid #d7d6ca !important;
}
.fa-down-m {
    vertical-align: middle;
}
#to-whom{
    display: none;
}
#delivery-to-me{
    display: none;
}
#paymentCard{
    /*display: none;*/
}
#paymentPay{
    display: none;
}
#paymentCash{
    display: none;
}
.payment-card{
    height: 300px;
    overflow-y: auto;
}
.custom-radio .custom-control-label {
    line-height: 24px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #b25b5e;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.product-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 17px;
    height: 17px;
    /*white-space: nowrap;*/
}

input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;}
input:-moz-placeholder      {text-overflow:ellipsis;}
input:-ms-input-placeholder {text-overflow:ellipsis;}

.check_but {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check_but input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d7d6ca;
    height: 21px;
    width: 21px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.check_but:hover input ~ .checkmark {
    background-color: #d7d6ca;
}

/* When the checkbox is checked, add a blue background */
.check_but input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check_but input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check_but .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #d7d6ca;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-ruler-vertical{
    font-size: 1.4rem;
    width: 21px;

}

.product-number {
    max-width: 70px;
}