.site-footer {
	margin-top: 100px;
}

.table-responsive {
	overflow-x: visible !important;  
}

.section_delivery td,
.deliveries td {
	border: none !important;
}

tr.checkincart {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	border-color: #dadadb !important;
}

td.delivery_option_radio {
	max-width: 20px;
	margin-left: 20px;
}
td.delivery_option_logo {
	max-width: 85px;
}

table.resume {
	transition-duration: 300ms;
}
table.resume:hover {
	-webkit-box-shadow:0 0 15px rgb(0 0 0 / 7%);
	box-shadow:0 0 15px rgb(0 0 0 / 7%);
	/*border: 1px solid #fa171a;*/
	cursor: pointer;
}

.delivery_option.item:first-child table.resume {
	margin-top: 5px !important;
}
.delivery_option.item.last table.resume {
	margin-bottom: 5px !important;
}
.cart_quantity_delete i:hover {
	color: #000;
	transition: .3s;
}
 
.cart .itogo .form-check {
	padding-top: 11px !important;
	margin-bottom: 0 !important;
}
.cart .itogo .form-check label {
	font-size: 83% !important;
	text-align: justify !important;
}
.cart-measure-name {
	font-size: 14px;
    color: #83868a;	
}

.product-name {
    padding-left: 0 !important;
}

.cart_ref {
    display: block; 
}

.product-properties {
    display: flex;
}

.product-properties * {
    margin-right: 10px;
}
.price-delivery-table--td {
    white-space: nowrap;
    text-align: left;
    min-width: 10%;
}