.store-original-price {
    text-decoration: line-through;
}

.store-product-list-sort > div {
    /* margin-top: 15px; */
	float: right;
	text-align: right;
}
.store-product-list-sort label { font-weight: bold; }
.store-product-list-sort label, .store-product-list-sort select { width: auto; display: inline-block; }

.store-product-list-item form {
    /*padding: 0.3em 0;
    background-color: #f8f9f9;
    border: solid 1px #e3e3e3;*/
		border: solid 1px #fff;
		padding: 0 0 0.3em;
}

.store-product-list-item form:hover {
	border: solid 1px #c11916;
}

.content .store-product-list-block p, .store-product-option-group-label, .store-product-option-group {
    margin: 0px 0.3em 0.2em 0.3em;
}

p.store-product-list-price {
    /* background-color: #eee; */
    /* padding: 0.5em 1em; */
    /* margin: 1em; */
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
}

h2.store-product-list-name, .content h2.store-product-list-name {
    text-align: left;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    min-height: 3em;
	color: #000;
	margin-top: 0.5em;
	text-transform: initial;
    padding: 0 1em;
}

.store-product-list-block .btn.btn-primary.store-btn-add-to-cart, .store-product-list-block .btn.btn-default.store-btn-more-details { 
	/* width: 100%; */
    font-size: 0.85em;
	/* #MOD Ico carrello padding: 10px 16px; */
	padding: 0;
    line-height: 1.42857143;
}

.store-product-list-block .btn.btn-default.store-btn-more-details {
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

p.store-product-list-price, span.store-sale-price {
    color: #000;
	min-height: 2em;
}

p.store-product-list-price span.store-original-price {
	color: #7c8081;
}

span.store-original-price {
    font-size: 90%;
}

.store-product-list-thumbnail {
	position: relative;
	text-align: center;
			background-color: #f8f9f9;
			border: solid 1px #e3e3e3;
			margin-bottom: 1em;
}

.triangle-discount {
    /*width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    background-color: rgba(250,239,0,1);
    font-weight: bold;
    text-align: center;
    padding: 0.7em 0.1em;
	*/
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 26px;
    color: #000;
    z-index: 0;
    width: 0;
    height: 0;
    border-top: 90px solid red;
    border-right: 90px solid transparent;
	text-align: center;
	margin-top: -0.3em;
			display: none;
}
.triangle-discount  span {
    position: absolute;
    top: 15px;
    left: 0px;
    margin-top: -90px;
    font-weight: bold;
    padding: 0;
    transform: rotate(-45deg);
	color: #fff;
}

.triangle-discount.special {
	/* border-top: 90px solid #faef00; */
	border-top: 90px solid #09ed09;
		display: block;
}

.triangle-discount.special span {
	color: #fff;
}

.discount {
    font-size: 80%;
    margin-right: 1em;
    border-radius: 10px;
    padding: 0.25em;
	border: solid 1px #000;
	font-weight: normal;
}
.discount.special {
    background-color: #09ed09;
	font-weight: bold;
}

/*.store-product-options select.store-product-option {
	color: #fff;
    background: #63c6ae;
    box-shadow: 0 0 0 2px #fff;
    position: relative;
    z-index: 99;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #c11916, #c11916 );
	background-position: calc(100% - 16px) calc(1em + 2px), calc(100% - 6px) calc(1em + 2px), 100% 0;
	font-size: 70%;
    background-size: 10px 10px, 10px 10px, 2.5em 3em;
    background-repeat: no-repeat;
	padding-right: 50px;
}*/
.store-product-list-item .store-product-options select.store-product-option {
	color: #000;
    background: #fff;
    box-shadow: 0 0 0 2px #000;
    position: relative;
    z-index: 99;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #fff, #fff );
    /* background-position: calc(100% - 26px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0; */
	background-position: calc(100% - 16px) calc(1em + 2px), calc(100% - 6px) calc(1em + 2px), 100% 0;
	font-size: 70%;
    background-size: 10px 10px, 10px 10px, 2.5em 3em;
    background-repeat: no-repeat;
	padding-right: 50px;
}

.store-product-list-item .store-product-option-group-label { font-size: 70%; font-weight: bold; }

.store-product-list-item p.store-out-of-stock-label.alert.alert-warning {
    /* padding: 0 0.3em; */
	padding: 5px 16px;
    text-align: center;
	font-weight: bold;
	margin-top: 1em;
}


.shoponline .store-product-list-block { background-color: #fff; padding-bottom: 1.75em; }

.shoponline .store-product-list-block .store-product-list.row { margin-right: 40px; }

.shoponline .store-product-list-block h2.store-product-list-name, .store-product-list-block h2.store-product-list-name { min-height: 2em; /* margin-bottom: 0; */ margin-bottom: 0.5em; min-height: 64px; }

.shoponline .store-product-list-block p.store-product-list-price, .shoponline .store-product-list-block span.store-sale-price {
    color: #000;
    min-height: auto;
    margin: 0;
}

.shoponline .store-product-list-block p.store-btn-add-to-cart-container {
    margin: 0 0.5em;
}

.container.homedesc p.store-product-list-price { text-align: center; }


@media screen and (max-width: 998px) {
	.shoponline .store-product-list-block .store-product-list.row { margin-right: 15px; }
	.shoponline .store-product-list-block { margin-right: 25px; }
}

@media screen and (max-width: 840px) {
	.store-product-list.store-product-list-per-row-4 .store-product-list-item:nth-child(odd) {
		clear: left;
	}

	h2.store-product-list-name {
		padding: 0 0.5em;
	}
}