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

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.store-product-button { text-align: center; }

.store-product-details p.store-product-button { padding: 0 }

.store-product-image { padding-right: 1em; }

.store-product-primary-image {
    padding: 1em 4em;
	position: relative;
	text-align: center;
	background-color: #f8f9f9;
}

.content .flexslider.carouselslider ul.slides { padding-left: 0; }

.store-product-details.mainprodotto p {
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0;
	font-size: 1em;
}

.store-product-details.mainprodotto p.store-product-price {
	/*background-color: #eee;
    padding: 1em 2em;
    margin: 1em;
	font-size: 1.3em;
	text-align: center;*/
	padding: 0;
    margin: 0;
	margin-top: 0.25em;
    font-size: 1.3em;
    text-align: left;
}

.store-product-details h1.store-product-name {
	text-align: left;
}

p.store-product-button  { margin-bottom: 2.4em; }

.store-sale-price b, .store-product-price b { font-size: 120%; }

p.store-product-price b { color: #000; }

.store-product-detailed-description.col-md-12 {
    padding: 1em 0em;
}

.store-shipping-method-option p.store-shipping-details-label {
    margin: 0;
}

.store-shipping-method-option p:not(.store-shipping-details-label) {
    font-size: 90%;
    padding-left: 64px;
    color: #000;
    font-style: italic;
}

.store-shipping-method .store-shipping-details p{
    font-size: 0.75em;
}

.store-product-option-group.form-group {
    margin-top: 0.5em;
}

.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: 0.3em;
    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 #09ed09;
			display: block;
}
.triangle-discount.special span {
	color: #fff;
}

.discount {
	color: #000;
    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% - 26px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-size: 10px 10px, 10px 10px, 2.5em 3em;
    background-repeat: no-repeat;
	padding-right: 50px;
}*/
.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;
    background-size: 10px 10px, 10px 10px, 2.5em 3em;
    background-repeat: no-repeat;
	padding-right: 50px;
	margin-top: 0.5em;
}

@media screen and (max-width: 998px) {

	.store-product-details.mainprodotto p.store-product-price {
		font-size: 0.9em;
	}
	
	.store-product-details input, 
	.store-product-details select, 
	.store-product-details textarea {
		font-size: 0.8em;
		letter-spacing: 0.025em;
		line-height: 1.2em;
	}

	h1.store-product-name {
		font-size: 1.8em;
		text-transform: capitalize;
		line-height: 1.25em;
		font-weight: 800;
		letter-spacing: 0.05em;
		text-align: center;
		color: #000;
	}
	.store-product-options select.store-product-option {
		color: #000;
		background: #fff;
		box-shadow: 0 0 0 2px #000;
		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% - 17px) calc(1em + 2px), calc(100% - 8px) calc(1em + 2px), 100% 0;
		background-size: 10px 10px, 10px 10px, 2.5em 3em;
		background-repeat: no-repeat;
		padding-right: 50px;
	}
}
@media screen and (max-width: 840px) {

	h1.store-product-name {
		font-size: 1.2em;
		text-transform: capitalize;
		line-height: 1.25em;
		font-weight: 800;
		letter-spacing: 0.05em;
		text-align: center;
		color: #000;
	}

	button.acquista {
		font-size: 0.85em;
	}
	.store-product-details.mainprodotto p {
		font-size: 1em;
		line-height: 1.2em;
		padding: 0;
	}
	.store-shipping-method .store-shipping-details p {
		font-size: 0.75em;
	}
	.row .store-product-image {
		padding-top: 60px;
		padding-right: 0;
	}
	.store-product-additional-images .flexslider .slides {
		/* transform: none !important; */
	}
}

.mfp-content .mfp-figure:after {
	background-color: #fff;
}

p.store-out-of-stock-label.alert.alert-warning {
    padding: 1em 2em;
    font-weight: bold;
    text-align: center;
	margin-bottom: 1em;
}