.product__info-item .price .price__sale .price-item--regular {
    font-size: 24px !important;
    color: #8C919E;
}
.product__info-item .price .price__sale .price-item--sale {
    color: #F7670A;
}
.product__info-item .price__sale.sale_origin_save .price-position-sale {
    order: 2 !important;
}
.product__info-item .price__sale.sale_origin_save .price-position-origin {
    order: 1 !important;
}
#ProductInfo-main-product-info {
    max-width: 560px;
}
.filler-buttons button {
    background: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 16px;
    color: #1a354f;
    transition: .3s all ease;
    border: 0px;
}
.filler-buttons button.active {
    background: #1a354f !important;
    color: #fff !important;
}
#shopline-section-main-product-info .filler-buttons {
    display: flex;
    justify-content: center;
    background: transparent;
    margin-top: 12px;
}
#shopline-section-main-product-info {
    background: white;
}
.product-form__input input[type="radio"]+label:not(.product-form--color-swatch) {
    color: #79797A !important;
}
.product-form__input input[type="radio"]:checked+label:not(.product-form--color-swatch) {
    background-color: black !important;
    border-color: black !important;
    color: #ffffff !important;
}

#Quantity-Form-main-product-info {
    margin-bottom: -70px;
    width: max-content;
}
#product-form-main-product-info-submit {
    max-width: calc(100% - 145px);
    margin-left: auto;
}
#ProductInfo-main-product-info .product_payment-icon svg {
    width: 40px;
    height: auto;
}
#ProductInfo-main-product-info .product_payment-icon {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.product__sell-text {
    max-width: 150px;
    margin: auto !important;
}
.group_image_hidden, .group_video_hidden {
    display: none;
}
.filler-buttons button:not(.active) {
    cursor: pointer;
}
product-float-buy-buttons #product-form-main-product-info-float__wrapper {
    display: none;
}
.price_and_button .body5.price-position-save {
    display: none;
}
.floating_button_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky_price_wrapper .price__sale {
    display: flex;
    flex-direction: row-reverse;
}
.sticky_price_wrapper .price__sale {
    display: flex;
    flex-direction: row-reverse;
}
.sticky_price_wrapper .body2.price-position-sale {
    font-size: 24px;
    font-weight: bold;
}
.sticky_price_wrapper .fw-bold.price-item--regular {
    font-family: 'HarmonySans-Regular';
    font-weight: 400 !important;
    margin-right: 10px;
}
.price_and_button {
    display: flex;
    gap: 20px;
    align-items: center;
}
.sticky_floating_bar_title.mobile_hide {
    line-height: 1;
    font-size: 18px;
}
product-float-buy-buttons {
    background: #D9D8D5 !important;
}
#MainProduct-main-product-info {
    position: relative;
    z-index: 10;
}
.product__sell-text.body3 {
    font-size: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
product-float-buy-buttons {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
product-float-buy-buttons .button.button--primary {
    font-size: 14px;
}
@media(min-width: 960px){
    .product-video-gallery .product__media-item {
        height: 660px;
    }
    .product-video-gallery .product__media-item .deferred-media.media {
        height: 100%;
    }
    #Quantity-Form-main-product-info {
        margin-bottom: -65px;
        width: max-content;
    }
    #product-form-main-product-info-submit {
        max-width: calc(100% - 166px);
        margin-left: auto;
    }
}
@media(max-width: 959px){
    #product-form-main-product-info-submit {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .main_group_image_hidden, .main_group_video_hidden {
        display: none !important;
    }
    .product__info-item .price .price__sale .price-item--regular, .product__info-item .price .price__sale .price-item--sale {
        font-size: 18px !important;
    }
    .price-position-save .price-item--save.price-item--save-button {
        font-size: 12px;
    }
    .price_and_button,
    .price_and_button * {
        width: 100%;
    }
    #product-form-main-product-info {
        padding-top: 10px;
    }
    product-float-buy-buttons {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    product-float-buy-buttons .button.button--primary {
        font-size: 16px;
    }
}
@media(max-width: 560px){
    .product-form__input input[type="radio"]+label:not(.product-form--color-swatch) {
        width: 100%;
    }
}


/* Reviews App CSS */

#shopline-section-1750362441206a985a9e {
    background: #D9D8D5;
    padding: 1px 0;
}
.plugin-product-comment-labelWrap .label {
    border-radius: 0;
    color: black;
    border: 1px solid lightgray;
}
.plugin-product-comment--item.plugin-product-comment--item-active {
    background: rgb(247, 103, 10);
    color: white !important;
}
.plugin-product-comment--item {
    background: white;
    margin: 0 4px;
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.plugin-product-comment--container .plugin-product-comment- .plugin-product-comment--item.plugin-product-comment--item-active::after {
    background-color: unset !important;
}
.plugin-product-comment--prev,
.plugin-product-comment--next {
    background: rgb(247, 103, 10);
    max-width: 30px;
    max-height: 30px;
    margin: 0 4px;
}
.plugin-product-comment--prev svg path,
.plugin-product-comment--next  svg path {
    fill: white !important;
}
.plugin-product-comment-singleCommentWrap {
    border-color: #F7F7F7;
}
.plugin-product-comment-select-buttons-item {
    background: #ffffff;
    font-weight: 400;
}
.plugin-product-comment-select-buttons-item:hover {
    background: rgb(247, 103, 10);
    color: white !important;
}
.plugin-product-comment-select-buttons-item:hover .plugin-product-comment-select-entry span {
    color: white !important;
}
.plugin-product-comment-select-buttons-item:hover .plugin-product-comment-select-entry svg path {
    fill: white !important;
}
.plugin-product-comment-right * {
    font-family: 'HarmonySans-Regular';
}
.plugin-product-comment-infoWrap .plugin-product-comment-content-title {
    font-family: 'HarmonySans-Bold';
}
.plugin-product-comment-infoWrap .plugin-product-comment-singleCommentWrapMgt8,
.plugin-product-comment-userInfo *,
.plugin-product-comment--container *,
.plugin-product-comment-seeAllReviews {
    font-family: 'HarmonySans-Regular';
}
@media(min-width: 960px) {
    .plugin-product-comment-title span {
            font-size: 50px;
            font-family: 'HarmonySans-Bold';
        }
    .plugin-product-comment-commentHeader-top {
        flex-direction: row-reverse !important;
    }

    .plugin-product-comment-commentSynthesize {
        font-size: 30px !important;
        font-family: 'HarmonySans-Bold';
    }
}

@media(max-width: 959px) {
    .plugin-product-comment-title span {
        font-size: 26px;
        font-family: 'HarmonySans-Bold';
    }
    .plugin-product-comment-commentSynthesize {
        font-size: 20px !important;
        font-family: 'HarmonySans-Bold';
    }
}


/* Responsiveness */


@media (min-width: 1440px) {
}
@media (min-width: 1240px) and (max-width: 1440px) {
    .product__info-item .body3.medium {
        font-size: 12px;
    }
    .product__info-item .price .price__sale .price-item--regular,
    .product__info-item .price .price__sale .price-item--sale,
    .price-item--save.price-item--save-button {
        font-size: 20px !important;
    }
    .product__sell-text.body3 {
        font-size: 14px;
    }
    .plugin-product-comment-title span {
        font-size: 45px;
    }
}

@media (min-width: 960px) and (max-width: 1240px) {
    .product__info-item .body3.medium {
        font-size: 10px;
    }
    .product__info-item .price .price__sale .price-item--regular,
    .product__info-item .price .price__sale .price-item--sale,
    .price-item--save.price-item--save-button {
        font-size: 18px !important;
    }
    .product__sell-text.body3 {
        font-size: 12px;
    }

    .plugin-product-comment-title span {
        font-size: 45px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .product__info-item .body3.medium {
        font-size: 12px;
    }
    .product__info-item .price .price__sale .price-item--regular,
    .product__info-item .price .price__sale .price-item--sale,
    .price-item--save.price-item--save-button {
        font-size: 20px !important;
    }
    .product__sell-text.body3 {
        font-size: 14px; 
    }
}
@media(max-width: 768px){
    .product__info-item .body3.medium {
        font-size: 12px;
    }
    .product__info-item .price .price__sale .price-item--regular,
    .product__info-item .price .price__sale .price-item--sale,
    .price-item--save.price-item--save-button {
        font-size: 18px !important;
    }
    .product__sell-text.body3 {
        font-size: 12px;
    }
}