h1.prodtitle {
	font-family: "Andada Pro", system-ui;
	font-optical-sizing: auto;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
	margin-bottom: 0.4rem;
	color: #65489d;
	text-transform: inherit;
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
}
#product .short_description_block {
	margin-bottom: 30px;
}
#product_reference,
#product-availability {
	margin-bottom: 20px;
}
#product #product-description .rte,
#product #short_description_content
{
	font-size: 18px;
}
#product .product_attributes {
	background-color: #f7f7f7;
    padding: 20px 40px;
    margin-top: 10px;
    margin-bottom: 10px;
	border-radius: 6px;
}

.our_price_display {
	font-family: "Andada Pro", system-ui;
	font-optical-sizing: auto;
	font-size: 3rem;
	font-weight: 500;
	color: #65489d;
}

#add_to_cart button {
	width: 100%;
	background-color: #fc4f7d;
	border: none;
}

.attribute_list {
	width: 230px;
}

#image-block {
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	max-width: 560px;
	position: relative;
}

#quantity_wanted_p {
	width: 148px;
}

#quantity_wanted_p a {
	color:#212529;
}

#quantity_wanted_p button:hover a, #quantity_wanted_p a:hover {
	color:#fff;
}

#quantity_wanted_p button.btn-outline-secondary {
	color: #212529;
	border-color: #ced4da;
	background-color: #fff;
}

#quantity_wanted_p button.btn-outline-secondary:hover a {
	color: #fc4f7d;
}

	
#add_to_cart .btn.btn-dark:hover {
	background: #E3305D;
}

#color_to_pick_list {
	list-style-type: none;
	display: flex;
	padding: 0;
	column-gap: 10px;
}

#color_to_pick_list li a.color_pick {
	display: block;
	height: 26px;
	width: 26px;
	cursor: pointer;
	border: 1px solid #eee;
}

#image-block .product-label-container {
	position: absolute;
	right: 5px;
	top: 10px;
}

#image-block .product-label.badge {
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.08rem;
	border-radius: 4px;
	padding: 0.5rem 0.7rem 0.5rem 0.8rem;
}

#image-block .product-label.product-label-new.badge {
	background-color: #65489d;
}

#image-block .product-label.product-label-sale.badge {
	background-color: #E3305D;
}

#image-block .product-label.product-label-online.badge {
	background-color: #97C68F;
}

.page-product-heading {
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 1.3rem;
	color: #65489d!important;
}

#product-features .table-data-sheet tr {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

#product-features .table-data-sheet tr td {
	flex: 1 0 40%;
	font-weight: 300;
	min-height: 3.125rem;
	margin-bottom: 0;
	padding: .625rem 0;
	word-break: normal;
	background-color: transparent;
}

#product-features .table-data-sheet tr td.feature_name {
	font-weight: 500;
}

.pictograms {
    display:flex;
    margin-top:1rem;
    margin-bottom:2rem;
}
.pictograms .pictogram-item {
    display:flex;
    flex-direction:column;
    padding:.625rem;
    scroll-snap-align:start;
    min-width:5.9375rem;
    max-width:8.125rem
}
.pictograms .pictogram-item .product-pictogram-img{
    background:url('../img/backpics.png') no-repeat center/contain
}
.pictograms .pictogram-item .product-pictogram-img>img{
    display:block;
    height:auto;
    margin:0 auto;
    max-width:100%
}
.pictograms .pictogram-item .product-pictogram-name{
    line-height:1.2;
	font-size:14px;
    text-align:center;
}

