#product_details_text {
    white-space: pre-line;
}


#product_details_text .author-date {
    text-align: left;
    font: normal normal 300 26px/39px 'Poppins-Regular', sans-serif;
    letter-spacing: 2px;
    color: #3C3C3C;
}

#product_details_text .title {
    text-align: left;
    font: normal normal bold 50px/70px 'Poppins-Bold', sans-serif;
    letter-spacing: 4px;
    color: #3C3C3C;

    white-space: normal;
}

#product_details_text .title form {
    display: none;
}

#product_details_text .description p {
    text-align: left;
    font: normal normal 300 18px/27px 'Poppins-Regular', sans-serif;
    letter-spacing: 2px;
    color: #3C3C3C;

    margin-top: 1rem;
}

.product_main a.preview-button {
    font: normal normal 600 20px/30px 'Poppins-Regular';
    letter-spacing: 2px;
    color: #F1BE41;

    border: 1px solid #F1BE41;
    border-radius: 10px;
    padding: 0.25rem 1rem 0.25rem 1rem;
}

.product_main #modal-preview-row {
    justify-content: start;
    padding-bottom: 2rem;
}

.product_main #modal-buttons-row {
    justify-content: space-between;
    margin-right: 20px;
}

.product_main #modal-preview-row a.preview-button:hover {
    text-transform: none;
    text-decoration: none;
}

.product_main .modal-price {
    font: normal normal bold 42px/63px 'Poppins-Bold', sans-serif;
    letter-spacing: 2px;
    color: #3C3C3C;
    text-align: center;
    padding-bottom: 0.5rem;
}

.product_main #forTwoWeeks {
    font: normal normal bold 15px/23px 'Poppins-Regular', sans-serif;
    letter-spacing: 1px;
    color: #F1BE41;
    margin-top: 0.5rem;
    white-space: nowrap;
}

.product_main #modal-revenue-row {
    text-align: center;
    font: normal normal 600 13px/20px 'Poppins-Regular', sans-serif;
    letter-spacing: 1px;
    color: #3C3C3C;
    display: inline-block;
    padding-top: 2rem;
}

.product_main #revenueLightbulb {
    font-size: 1rem;
    padding-right: 0.5rem;
}

.product_main .flex-modal-basket-container {
    margin: 0 2rem;
    display: flex;
    flex-direction: column;
}

.product_main .modal-column {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.product_main .centered-column {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.product_main .removeButton {
    padding: 0.5rem 2rem !important;
    text-transform: none !important;
    font-size: 22px !important;
}

.product_main .removeButton:hover {
    text-decoration: none;
}

.product_main .modalChoiceButton {
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    color: white;
    padding: 0.5rem 0;
    text-align: center;
    min-width: 250px;
    border-radius: 10px;
    background-color: #F1BE41;

    display: inline-block;
    border: none;
}

#product_gallery .img-thumbnail {
    background-color: transparent;
    border: none;
}

#product_gallery .carousel-item img {
    object-fit: contain;
    width: 80%;
    height: auto;
}

#product_gallery .carousel-indicators li {
    background-color: transparent;
    opacity: 1;
}

.misc-text {
    white-space: pre-line;
    font-size: 1.1rem
}

.sub-header {
    font: normal normal 600 23px/34px 'Poppins-Bold';
    letter-spacing: 2px;
    color: #3C3C3C;
}

.product-information {
    font: normal normal 300 23px/33px 'Poppins-Regular';
    letter-spacing: 0;
    color: #707070;
}

.product-information span {
    font-weight: bold;
}

.carousel-control-next-icon {
    background-image: url('../svg/caret-right-fill.svg');
}

.carousel-control-prev-icon {
    background-image: url('../svg/caret-left-fill.svg');
}


@media only screen and (max-width: 470px) {
    #product_gallery .carousel-indicators li {
        display: none;
    }

    #product_gallery .carousel-item img {
        width: 100%;
    }

    #product_gallery .carousel-control-next-icon {
        position: absolute;
        right: -25px;
    }

    #product_gallery .carousel-control-prev-icon {
        position: absolute;
        left: -25px;
    }
}

@media only screen and (max-width: 1150px) {

    .product_main .flex-modal-basket-container {
        margin-left: 0;
    }

    .product_main #modal-buttons-row {
        flex-direction: column;
    }

    #margin-col {
        min-height: 1rem;
    }
}

}

@media only screen and (max-width: 1000px) {
    article.product_page > div.row {
        flex-direction: column;
    }

    article.product_page > div.row > div {
        max-width: 100%;
    }

    .product_main #modal-buttons-row {
        flex-direction: row;
    }

    .product_main #margin-col {
        display: none;
    }

    .product_main #product_details_text .title {
        overflow-wrap: break-word;
        font-size: 40px;
        line-height: 55px;
    }
}
