#cboxTitle, .secret_comment_btn {
    display: none !important;
}

.secret_comment_btn {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.z-buy-info__inner-custom {
    align-items: stretch;
}

.z-buy-info__inner-custom .z-buy-info__right .z-price-card {
    min-height: 96px;
}

.z-price-card.z-price-card-custom {
    align-items: center;
    padding: 10px;
}

.z-price-card.z-price-card-custom .z-price-card__txt {
    margin: auto 0;
    font-size: 18px;
}

.z-price-card.z-price-card-custom .z-price-card__btn {
    padding: 8px 38px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.product-desc-item {
    align-items: baseline;
    gap: 5px;
}

.product-desc-item:after {
    content: '';
    height: 2px;
    border-bottom: 2px dotted #ebeaeb;
    flex-grow: 1;
}

.product-desc-item > :last-child {
    order: 1;
}

.product_image_representation_disclaimer {
    margin-top: 12px;
    padding: 20px 15px 20px;
    font-style: italic;
    background: linear-gradient(to bottom, #fcfdff, #f5f8ff);
}

.z-buy-info__shipwihtin {
    border: 2px solid #ef8b33;
    background-image: linear-gradient(to bottom, #fcfdff, #dfe8f9);
    padding: 12px 10px;
    margin-left: 0;
    margin-right: 0;
    color: rgb(101, 101, 101);
}

.product_custom_made_message {
    color: rgb(101, 101, 101);
    font-size: 14px;
    padding: 4px 0;
}

.product_custom_made_message_note {
    color: #ef8b33;
}

p[itemprop="model"] {
    display: none;
}

@media screen and (max-width: 1080px) {
    .product_image_representation_disclaimer {
        padding: 15px 0;
    }
}

@media screen and (max-width: 992px) {
    .z-price-card.z-price-card-custom {
        align-items: center;
        padding: 10px;
    }

    .z-buy-info__inner-custom .z-buy-info__right .z-price-card {
        min-height: 106px;
    }

    .z-price-card.z-price-card-custom .z-price-card__txt {
        font-size: 14px;
    }

    .z-price-card.z-price-card-custom .z-price-card__btn {
        padding: 10px 16px;
        margin: 0;
    }
}

@media screen and (max-width: 766px) {
    .z-price-card.z-price-card-custom .z-price-card__txt {
        font-size: 18px;
    }
}

@media screen and (max-width: 570px) {
    .z-price-card.z-price-card-custom .z-price-card__btn {
        padding: 10px 30px;
        margin-top: 8px;
    }
}

.product-review-form-review-btns .product-review-form-review-btns-wrapper label {
    display: block;
    bottom: 2px;
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
    border: none;
}

.product-review-form-review-btns .product-review-form-review-btns-wrapper label:before {
    content: '\2606';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #f7941d;
    display: block;
    font-size: 29px;
    transform: translate(-50%, -50%);
}

.product-review-form-review-btns .product-review-form-review-btns-wrapper input[type=radio]:checked + label:before,
.product-review-form-review-btns .product-review-form-review-btns-wrapper.product-review-form-review-btns-wrapper-active label:before {
    content: '\2605';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #f7941d;
    display: block;
    font-size: 29px;
    height: auto;
    width: auto;
    transform: translate(-50%, -50%);
    background: none;
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .product-review-form-review-btns {
        margin-top: 4px;
    }

    .product-review-form-review-btns .product-review-form-review-btns-wrapper label {
        display: block;
        width: 32px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 0;
        position: relative;
        bottom: 0;
        overflow: hidden;
        border: none;
    }

    .product-review-form-review-btns .product-review-form-review-btns-wrapper label:before {
        content: '\2606';
        position: absolute;
        top: 50%;
        left: 50%;
        color: #f7941d;
        display: block;
        font-size: 37px;
        transform: translate(-50%, -50%);
    }

    .product-review-form-review-btns .product-review-form-review-btns-wrapper input[type=radio]:checked + label:before,
    .product-review-form-review-btns .product-review-form-review-btns-wrapper.product-review-form-review-btns-wrapper-active label:before {
        content: '\2605';
        position: absolute;
        top: 50%;
        left: 50%;
        color: #f7941d;
        display: block;
        font-size: 37px;
        height: auto;
        width: auto;
        transform: translate(-50%, -50%);
    }
}