.aalb-pa-big-product-container h1,
.aalb-pa-big-product-container h2,
.aalb-pa-big-product-container h3,
.aalb-pa-big-product-container h4,
.aalb-pa-big-product-container h5,
.aalb-pa-big-product-container h6{
	font-family:Lato,arial,sans-serif;
}
.aalb-pa-big-unit {
    width: 100%;
    overflow: hidden;
    padding: 22px 40px;
 	box-sizing: border-box;
}
.product-title {
	text-align:center;
}
.aalb-pa-product-big-image-link img {
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width:500px;
    height:100%;
    object-fit: contain; 
}
.aalb-pa-product-big-image-link {
    display:flex;
}
.product-details{
	max-width: 800px;
	margin-left: auto;
    margin-right: auto;
}
.product-subtitle{
  	margin-bottom: 13px;
    overflow: hidden;
    position: static;
    text-align: center;
    border-bottom: solid black 1px;
}
.product-summary {
  	display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5px;
}
.product-summary h5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 38%;
    flex: 1 1 38%;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-right: 40px;
    text-transform: uppercase;
}
.product-summary-block {
    width: 100%;
}
.product-summary span {
    font-size: 18px;
    line-height: 30px;
}
.spec-block {
    display: inline-block;
    margin-right: 20px;
    width: auto;
}
.spec-block-name {
    font-weight: 700;
}
.reason-block-value {
    display: block;
}
.reason-block-value.link{
    display: inline-block;
}
.cost-display-price-label{
    color:#d21f26; 
}
.cost-display-price-label-strike{
    color:#d21f26;
    text-decoration:line-through;
    margin-right:30px;
}
.reason-block-value.link a{
    color: white;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background-color: #d21f26;;
    word-break: normal;
}
.product-summary h5,.product-summary span {
	font-size:16px;
}
.product-summary.cost h5,.product-summary.cost span {
	font-size:16px;
}