.product-info-main .product.overview ul li {
	margin-bottom: 0;
}

.product.attribute.description .value ul {
	list-style-type: disc;
	line-height: 19px;
}

.product.attribute.description .value a {
	color: #1858d2;
	text-decoration: underline;
}

.fotorama__caption {
    display: none;
}

.fieldset .actions .tocart {
	background-color: #3fc349; 
	border-color: #3fc349;
}

.fieldset .actions .tocart:hover {
	background-color: #7cca82; 
	border-color: #7cca82;
}

.fieldset .actions .tocart:focus {
	background-color: #7cca82; 
	border-color: #7cca82;
}

/* This overrides :hover color from porto main styling */
.catalog-product-view .product-info-main .product-options-bottom .box-tocart .action.primary.tocart:hover {
    background-color: #7cca82 !important;
    border-color: #7cca82 !important;
}

/* SKU underneath prices */
.product-info-main .product-info-price {
    display: block;
}

.product-info-main .product-info-stock-sku {
    min-width: 15rem;
    text-align: left;
    display: block; 
    vertical-align: bottom;
    padding-left: 0; 
    padding-bottom: 10px;
    color: #777777;
    margin-top: -12px;
}

/* Remove review rating underneath product title */
.product-info-main .product-reviews-summary {
    display: none;
}

/* Show product amount in category */
.toolbar-amount {
    display: block !important;
    margin-left: 10px;
}

/* USP font color on product page */
.data.item.content {
	color: #333;
}

/* Align USP icons */
.custom-block-1 > div {
    padding: 10px 0px;
    display: flex;
}

.custom-block-1 h3, .custom-block-1 p {
     margin-left: 20px;
}


.custom-block-1 em {
    padding-top: 20px;
}

/* Remove rating for products from category pages */
.product-item .product-reviews-summary {
    display: none;
}

/* Display featured products on category pages */
/*.__web-inspector-hide-shortcut__ *, .__web-inspector-hidebefore-shortcut__::before, .__web-inspector-hideafter-shortcut__::after {
     visibility: hidden !important; 
}*/