.woo-single-main.woo-single-main.woo-single-main {
    .tp-product-badges--single {
        margin-top: 10px;
    }

    p.price,
    span.price {
        margin: 20px 0 20px;
        display: flex;
        font-size: 32px;
        color: #5eb3e5;
    }

    .woocommerce-product-details__short-description {
        margin-bottom: 30px;
    }

    .woocommerce-product-gallery__wrapper {
        border: 1px solid rgba(94, 179, 229, 0.3);
    }

    p.stock {
        &.in-stock {
            color: #16A34A;
            font-weight: 600;
            margin-top: 10px;
        }
    }

    form.cart,
    .woocommerce-variation-add-to-cart {
        margin-top: 15px;
    }

    .variations {
        tr {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin: 5px 0;
        }

        label {
            font-size: 14px;
        }
    }

    .tp-button--woo-add-to-cart {
        width: auto;
    }

    .woocommerce-product-rating {
        margin-top: 10px;
        font-size: 14px;
    }

    .tp-quantity-discounts {
        margin-top: 20px;
        padding: 16px 20px;
        border: 1px solid rgba(94, 179, 229, 0.3);
        background-color: rgba(94, 179, 229, 0.08);
    }

    .tp-quantity-discounts__title {
        margin: 0 0 10px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .tp-quantity-discounts__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .tp-quantity-discounts__item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 8px 0;
        border-top: 1px solid rgba(94, 179, 229, 0.3);

        &:first-child {
            border-top: 0;
            padding-top: 0;
        }

        &:last-child {
            padding-bottom: 0;
        }
    }
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    overflow: hidden;
    margin-top: 5px;

    img {
        transition: 0.3s ease;
    }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 5;
}

.woocommerce-Reviews {
    .comment-form {
        margin-top: 20px;
        border: 1px solid #5eb3e5;
        padding: 20px;
    }

    #comment {
        background-color: transparent;
        padding: 10px;
        border: 1px solid #5eb3e5;
    }

    .submit {
        cursor: pointer;
    }

    .avatar {
        display: none;
    }

    .woocommerce-review__verified {
        display: none;
    }

    .comment-reply-title {
        font-weight: 700;
    }

    .star-rating {
        font-size: 14px;
        transform: translateY(2px);
    }

    .description {
        font-size: 16px;
    }

    .form-submit {
        padding-bottom: 0;
    }

    .comment-form-rating p {
        padding: 0;
    }
}

.woocommerce #review_form #respond p {
    padding-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    margin-left: 20px;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
    border-radius: 0;
    border: none;
    background-color: rgba(94, 179, 229, 0.3);
}

@media screen and (max-width: 1279px) {
    .product-column {
        &:last-of-type {
            display: none;
        }
    }
}

@media screen and (max-width: 1023px) {
    .product-column {
        &:last-of-type {
            display: block;
        }
    }
}
