.productNotAvailableMsg {
    color: #ff0000;
    font-weight: bold;
}

div.productDetailsContainer {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    width: auto;
}

div.productDetailsPhotoContainer {
    padding: 0 10px 5px 0;
    min-width: 350px;
    width: 470px;
    min-height: 400px;
}

div.productDetailsDescriptionContainer {
    flex: 0%;
}

div.productDetailsDescriptionPriceAndSupplierContainer {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
}

div.productDetailsDescriptionPriceContainer {
    flex: 1;
    margin: 0 8px 10px 0;
}

div.productDetailsHighlightContainer {
    width: 155px;
    height: fit-content;
    border: 1px solid #d5d5d5;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

div.productDetailsHighlightTitle {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

div.productDetailsDescriptionSectionContainer {
    min-width: 180px;
    max-width: 600px;
    margin-bottom: 15px;
}

div.productDetailsTitle {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

div.productDetailsDescriptionSectionTitle {
    font-weight: bold;
    font-size: 16px;
}

div.productDetailsDescriptionSectionContents {
    margin-top: 5px;
}

div.productDetailsDescriptionDonationContainer {
    color: #7e4c82;
    font-weight: bold;
}

div.productDetailsDescriptionDonationContainer a {
    color: #5b375e;
}

span.productDetailsPriceLabel {
    font-size: 28px;
    font-weight: bold;
}

div.shareProductDetailsButton {
    border: 1px solid #9b9b9b;
    width: 100px;
    font-size: 10px;
    padding: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
}

div.productAddToBasketButton {
    border: 1px solid #fcd309;
    background-color: #fdd714;
}

div.productViewBasketButton {
    background-color: #fda31c;
    border: 1px solid #d58917;
}

div.productAddToFavoriteButton {
    background-color: #d78282;
    border: 1px solid #bd7272;
}

div.productVisitStoreButton {
    background-color: #72d272;
    border: 1px solid #66bd66;
}

div.photoScrollbar {
    display: flex;
    width: 100%;
    min-width: 350px;
    max-width: 470px;
    text-align: center;
    height: 15px;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 0 7px 7px 0;
}

div.photoCategoryContainer {
    display: flex;
    min-width: 350px;
    max-width: 470px;
    text-align: center;
    height: 15px;
    margin-bottom: 5px;
    padding: 7px;
}

div.photosNumber {
    width: 50px;
    border-left: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
}

div.previousPhotoButton {
    width: 80px;
    opacity: 0.7;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    text-align: right;
    padding-right: 10px;
}

div.nextPhotoButton  {
    width: 80px;
    opacity: 0.7;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
}

img.productMediumPhoto {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

div.productDescription {
    white-space: pre-wrap;
}

select.productQuantity {
    width: 50px;
}


@media (max-width: 580px) {

    div.productDetailsHighlightContainer {
        padding: 7px 5px 5px 5px;
    }
}
