commerce_product_details-gallery .commerce_product_details-gallery_gallery {
	border: none !important;
}

commerce_product_details-gallery .commerce_product_details-gallery_gallery button.commerce_product_details-galleryImage_galleryImage {
	display: flex;
	justify-content: center;
	align-items: center;
}


.quantity-list-container .quantity-list-action button.commerce_product_details-addToCartButton_addToCartButton {
	background-color: #82bd5e !important;
	border-color: #82bd5e !important;
}

.quantity-list-container .quantity-list-action button.commerce_product_details-addToCartButton_addToCartButton:hover {
	background-color: #92c474 !important;
	border-color: #92c474 !important;
}

.quantity-list-container .quantity-list-action button.commerce_product_details-addToWishlistButton_addToWishlistButton {
	background-color: #646566 !important;
	border-color: #646566 !important;
}

.quantity-list-container .quantity-list-action button.commerce_product_details-addToWishlistButton_addToWishlistButton:hover {
	background-color: #82bd5e !important;
	border-color: #82bd5e !important;
}

picture.experience-picture_picture {
	padding: 0 !important;
	border: none !important;
}

commerce_product_details-heading h1.slds-p-vertical_none {
	max-width: 80%;
	font-size: 28px !important;
	font-weight: 600 !important;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #646566 !important;
	
}

@media only screen and (max-width: 63.9999999em) {
	commerce_product_details-heading,
	commerce_builder-product-pricing,
	commerce_builder-purchase-options,
	commerce_builder-product-fields-table {
		display: block;
		width: 95% !important;
		max-width: 95% !important;
		margin: 0 auto;
	}
	
	.component-wrapper-spacer.dxp_base-textBlock_textBlock-host {
		display: block;
		width: 95% !important;
		max-width: 95% !important;
		margin: 0 auto 30px;
	}
	
	commerce_product_details-add-to-cart-button {
		margin-right: 0 !important;
	}
}

commerce_builder-product-fields-table {
	max-width: 80%;
}

.commerce_search-productPrice_productPrice.price-unavailable {
	font-size: 14px !important;
}
.pioner-product-description p.dxp-text-body{
	white-space:pre-line;
	margin-top: 20px;
}
commerce_builder-product-fields-table.component-wrapper-spacer {
    margin-bottom: 0;
}
commerce_builder-product-fields-table tr td:nth-child(2) {
    width: 40%;
}
