*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.d-none {
    display: none !important
}

@media(min-width:768px) {
    .d-md-block {
        display: block !important
    }
    .d-md-none {
        display: none !important
    }
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: sans-serif;
    font-size: 16px;
    background-color: #f6f7f9
}

p {
    line-height: 27px
}

.last-photos {
    display: flex;
    position: relative;
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 40px
}

.last-photos .last-photo-box {
    width: 50%
}

.last-photos .last-photo-box img {
    max-width: 100%
}

.last-photos .last-photo-product {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%)
}

.cta-bottom {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #001aee;
    display: block;
    margin-bottom: 20px
}

.alert-offer {
    margin-bottom: 40px;
    text-align: center;
    color: red
}

.grey-comments-title {
    background-color: #ebebeb;
    padding: 8px 15px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700
}

.comments {
    padding: 30px 15px;
    background-color: #fff
}

.comments .comment {
    display: flex;
    margin-bottom: 20px
}

.comments .comment .comment-photo {
    margin-right: 10px
}

.comments .comment .comment-desc {
    margin-top: 3px
}

.comments .comment .comment-desc .comment-author {
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.comments .comment .comment-desc .comment-author .author {
    color: #229cff;
    margin-right: 5px;
    font-weight: 700
}

.comments .comment .comment-desc .comment-author .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #c2c6cd;
    margin-right: 5px
}

.comments .comment .comment-desc .comment-author .time {
    color: #656c79
}

.comments .comment .comment-desc .comment-bottom-photo {
    margin-top: 15px
}

.comments .add-comment-box {
    margin-top: 10px;
    margin-bottom: 30px
}

.comments .add-comment-box .add-comment-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

.comments .add-comment-box .add-comment-line {
    position: relative;
    margin-bottom: 20px
}

.comments .add-comment-box .add-comment-line .long-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e7e9ef
}

.comments .add-comment-box .add-comment-line .short-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 2px;
    z-index: 1;
    background-color: #229cff
}

.comments .add-comment-box .add-comment-form {
    display: flex
}

.comments .add-comment-box .add-comment-form .add-comment-form-avatar {
    margin-right: 10px
}

.comments .add-comment-box .add-comment-form .add-comment-form-content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .name-input,
.comments .add-comment-box .add-comment-form .add-comment-form-content .name-textarea {
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    outline: none;
    border: 2px solid #e7e9ef
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .name-input {
    padding: 12px;
    font-family: sans-serif;
    font-size: 16px
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .name-textarea {
    padding: 15px;
    min-height: 200px;
    resize: vertical;
    font-family: sans-serif;
    font-size: 16px
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .send {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .send .attachment,
.comments .add-comment-box .add-comment-form .add-comment-form-content .send .send-comment {
    display: block
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .send .send-comment {
    margin-left: 10px;
    padding: 8px 30px;
    background-color: #229cff;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.comments .add-comment-box .add-comment-form .add-comment-form-content .send .attachment {
    font-size: 13px;
    text-decoration: underline;
    color: #656c79
}

.comments .coupon {
    display: flex;
    align-items: center;
    background-color: #f0fbd7;
    border: 3px dashed #7b9545;
    padding: 25px
}

.comments .coupon .product {
    margin-right: 20px
}

.comments .coupon .coupon-desc .coupon-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.comments .coupon .coupon-desc .coupon-text {
    font-size: 15px;
    margin-bottom: 20px
}

.comments .coupon .coupon-desc .coupon-cta {
    font-size: 20px;
    font-weight: 700;
    color: #001aee;
    margin-bottom: 10px
}

.comments .coupon .coupon-desc .coupon-red-alert {
    font-size: 14px;
    color: red
}

@media(max-width:767.98px) {
    body {
        background-color: #fff
    }
    .last-photos .last-photo-product {
        display: flex;
        justify-content: center;
        align-items: center
    }
    .alert-offer {
        margin-bottom: 15px
    }
    .grey-comments-title {
        margin-top: 0
    }
    .comments {
        padding: 15px 0 0
    }
    .comments .comment .comment-desc .comment-bottom-photo {
        max-width: 100%
    }
    .comments .last-comment {
        margin-bottom: 0
    }
    .comments .coupon {
        margin-top: 25px;
        flex-direction: column
    }
    .comments .coupon .coupon-title {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center
    }
    .comments .coupon .product {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.marDev-text--right {
    margin-bottom: 30px
}

@media(max-width:675px) {
    .marDev-text--right {
        margin-bottom: 60px
    }
    .last-photos .last-photo-product img {
        width: 95%
    }
}

@media(max-width:575px) {
    .last-photos .last-photo-product img {
        width: 85%
    }
}