.od-product-view-list-item {
	margin: 1rem 0;
	padding: 1rem;
	border: 1px solid #dedede;
}
.od-product-view-list-item__name {
	text-align: center;
    height: 50px;
}
.od-product-view-list-item__picture {
	text-align: center;
	height: 200px;
}
.od-product-view-list-item__picture img {
	height: 200px;
}
.od-product-view-list-item__buttons {
	padding-top: 1rem;
	text-align: center;
}
.od-product-view-list-item__buttons a.btn-danger:hover{
	background: -webkit-linear-gradient(top, #da1d1d 0%, #EF3340 100%) !important;
}
.od-product-view-list-item__buttons a.btn-danger {
	color: white;
	color: #fff;
display: inline-block;
border-radius: 0px;
text-align: center;
text-decoration: none;
font-size: 14px;
height: 30px;
/* line-height:30px; */
padding: 3px 12px;

cursor: pointer;
background:#EF3340;
background: #da1d1d url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjUwMHB4IiBoZWlnaHQ9IjUwMHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPGRlZnM+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkaWVudCIgeDE9IjAuNSIgeTE9IjAiIHgyPSIwLjUiIHkyPSIxIj4KICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjRUYzMzQwIiAvPgogICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNkYTFkMWQiIC8+CiAgPC9saW5lYXJHcmFkaWVudD4KIDwvZGVmcz4KIDxnPgogIDxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBzdHJva2Utd2lkdGg9IjAiIHg9IjAiIHk9IjAiIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiAvPgogPC9nPgo8L3N2Zz4KICAgIA==) top repeat-x;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#EF3340), color-stop(100%,#da1d1d));
background:-webkit-linear-gradient(top, #EF3340 0%,#da1d1d 100%);
background:   -moz-linear-gradient(top, #EF3340 0%,#da1d1d 100%);
background:    -ms-linear-gradient(top, #EF3340 0%,#da1d1d 100%);
background:     -o-linear-gradient(top, #EF3340 0%,#da1d1d 100%);
background:  linear-gradient(to bottom, #EF3340 0%,#da1d1d 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#EF3340', endColorstr='#da1d1d',GradientType=0 );
}
.od-product-view-list-item__buttons a.btn-default {
	color: gray;
border-radius: 0px;
display: inline-block;
padding: 3px 12px;

	/* border-radius: 4px; */
	height:30px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
/* line-height:30px; */
cursor: pointer;
	border:1px solid #e9e9e9;
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
	background-image:-webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	background-image:   -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	background-image:     -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	background-image:        linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
	color:#656565;
}

.od-product-view-list-item__buttons a.btn-default:hover{
	background: white !important;
}