.univ_table .count_prod {
    width: 40px;
    text-align: center;
    margin: 0px !important;
}

.basket .left_order_box
{
  overflow: auto;
}

.basket .prods_table
{
  min-width: 700px;
  padding-bottom: 50px;
}

.basket .delite_finish
{
  cursor: pointer;
}

.basket .delite_finish:hover path
{
  stroke: #FF8863;
}

.univ_table .mark
{
	background: none !important;
}

.univ_table .count_prod
{
	width: 40px;
	text-align: center;
	margin: 0px !important;
}

.wrap-quantity {
    position: relative;
}
.wrap-quantity .measure-custom {
    /* display: none; */
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translate(-50%, 0px);
    color: #999;
    font-style: italic;
    font-size: 12px;
}



/*______________print____________*/
.wrap_title_printer {
    display: flex;
    justify-content: space-between;
}
.btn_printer {
    cursor: pointer;
    background: none;
}

