.product-single {
    display: flex;
    gap: 20px;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .product-single {
        flex-direction: column;
    }
}

/* Left  */

.product-single__left {
    margin-top: 57px;
}

.product-single__left .f-thumbs.is-classic {
    --f-carousel-slide-width: 66px;
    --f-carousel-slide-height: 97px;
    --f-thumbs-padding-x: 0;
    --f-thumbs-padding-y: 0;
    --f-thumb-selected-shadow: none;
    padding: 10px 0;
}

.product-single__left .f-thumbs__slide {
    transition: .3s;
}

.product-single__left .f-thumbs__slide.is-selected {
    opacity: 80%;
}

.product-single__left .rank-math-breadcrumb {
    display: none;
}

@media (max-width: 991px) {
    .product-single__left {
        order: 1;
        margin-top: 0;
    }

    .product-single__left .rank-math-breadcrumb {
        display: block;
    }

    .product-single__left .f-carousel__slide a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Right */

.product-single__right {
    margin-top: 57px;
    background: white;
    padding: 30px;
    border-radius: 8px;
    height: min-content;
    width: 347px;
}

.product-single__price {
    color: #6A7286;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    display: flex;
    flex-direction: row;
    gap: 21px;
    align-items: center;
}

.product-single__price .screen-reader-text {
    display: none;
}

.product-single__price ins {
    text-decoration: none;
    color: #E92626;
}

.product-single__stock {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    line-height: 120%;
}

.product-single__stock.instock {
    color: #14A12D;
}

.product-single__stock.outofstock {
    color: #E92626;
}

.product-single__stock.onbackorder {
    color: #f1c40f;
}

.product-single__controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.product-single__right .quantity {
    display: none;
}

.product-single__right .btn {
    width: 100%;
    font-size: 14px;
}

.wc-bookings-booking-form {
    display: block !important;
    border: none;
    padding: 0;
    margin: 0;
}

.wc-bookings-booking-form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.wc-bookings-date-picker-date-fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wc-bookings-booking-form fieldset label {
    width: auto;
}

.wc-bookings-booking-form .wc-bookings-booking-cost {
    zoom: 1;
    background: transparent;
    margin: 0;
    padding: 1em 0;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
    top: 0;
    height: 100%;
    transition: .3s;
}

.wc-bookings-booking-form .ui-datepicker .ui-datepicker-prev-hover,
.wc-bookings-booking-form .ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.wc-bookings-booking-form .ui-datepicker .ui-datepicker-next-hover,
.wc-bookings-booking-form .ui-datepicker .ui-datepicker-next {
    right: 0;
}

@media (max-width: 991px) {
    .product-single__right {
        margin: 0;
        width: 100%;
        order: 2;
    }
}

/* Middle */

.product-single__middle {
    flex: 1;
}

.product-single__middle .rank-math-breadcrumb {
    padding-top: 20px;
    padding-bottom: 23px;
}

.product-single__content {
    background: white;
    padding: 17px 30px;
    border-radius: 8px;
}

/* Middle Head */

.product-single__head {
    padding-bottom: 20px;
    border-bottom: 1px solid #C5C6D7;
}

.product-single__discount {
    background: #E92626;
    color: white;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 26px;
}

.product-single__title {
    margin: 0;
    font-weight: 500;
    line-height: 130%;
    font-size: 20px;
    margin-bottom: 8px;
}

.product-single__author {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
    color: #10182E;
}

.product-single__sku {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 15px;
    color: #6A7286;
}

.product-single__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 4px;
    line-height: 120%;
    font-size: 14px;
}

.product-single__rating-stars {
    position: relative;
    font-family: 'star';
    font-size: 14px;
}

.product-single__rating-stars::before {
    content: '★★★★★';
    color: #ccc;
}

.product-single__rating-stars span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.product-single__rating-stars span::before {
    content: '★★★★★';
    color: #FBB72C;
}

.proudct-single__reviews-count {
    display: flex;
    gap: 8px;
    align-items: center;
    line-height: 120%;
    color: #10182E;
    font-size: 14px;
}

@media (max-width: 991px) {
    .product-single__middle {
        order: 3;
    }

    .product-single__middle .rank-math-breadcrumb {
        display: none;
    }
}

/* Middle desc */

.product-single__desc {
    padding-bottom: 25px;
    margin-top: 25px;
    border-bottom: 1px solid #C5C6D7;
    line-height: 150%;
}

.product-single__desc p {
    margin: 0;
}

.product-single__desc p:not(:last-child) {
    margin-bottom: 15px;
}

.product-single__desc strong {
    font-weight: 500;
}

.product-single__desc blockquote {
    border: 1px solid #6B748B73;
    background: #F4F5F8;
    padding: 20px 30px;
    width: fit-content;
    margin: 0;
    border-radius: 4px;
    color: var(--main-color);
    margin-bottom: 28px;
}

.product-single__desc blockquote hr {
    border: none;
    margin: 0;
    border: 1px solid #C5C6D7;
}

.product-single__desc blockquote hr:not(:last-child) {
    margin-bottom: 10px;
}

.product-single__desc blockquote p {
    margin: 0;
}

.product-single__desc blockquote p:not(:last-child) {
    margin-bottom: 10px;
}

.product-single__desc blockquote a {
    vertical-align: middle;
    margin-right: 10px;
}

.product-single__desc .cs_readmore-btn-wrapper {
    position: relative;
}

.product-single__desc .cs_readmore-btn-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 33.85%, #FFFFFF 58.85%);
    height: 96px;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    transition: .3s;
}

.product-single__desc .cs_readmore-btn-wrapper:has([data-readmore-btn-toggle="expanded"])::before {
    opacity: 0;
}

.product-single__desc .cs_readmore-btn {
    background: none;
    border: none;
    padding: 0;
    font-weight: 400;
    padding-top: 21px;
    color: #233462;
    font-size: 14px;
    line-height: 130%;
    text-decoration: underline;
    position: relative;
    z-index: 2;
}

/* Middle attrs */

.product-single__attributes {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin-top: 25px;
    border-bottom: 1px solid #C5C6D7;
}

.product-single__attribute {
    max-width: 260px;
}

.product-single__attribute-label {
    margin-bottom: 15px;
    color: var(--main-color);
    font-weight: 500;
    line-height: 130%;
}

.product-single__attribute-values {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-single__attribute-value {
    border: 1px solid #6B748B74;
    padding: 10px 16px;
    border-radius: 4px;
    background: #F4F5F8;
    transition: .3s;
    color: var(--main-color);
}

.product-single__attribute-value:hover {
    background: #FFFEE7;
    cursor: pointer;
}

/* Middle categories */


.product-single__categories {
    padding-bottom: 25px;
    margin-top: 25px;
    border-bottom: 1px solid #C5C6D7;
}

.product-single__categories-label {
    margin-bottom: 15px;
    color: var(--main-color);
    font-weight: 500;
    line-height: 130%;
}

.product-single__categories-values {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-single__categories-value {
    border: 1px solid #6B748B74;
    padding: 10px 16px;
    border-radius: 4px;
    background: #F4F5F8;
    transition: .3s;
    color: var(--main-color);
    display: block;
}

.product-single__categories-value:hover {
    background: #FFFEE7;
    cursor: pointer;
}

/* Middle reviews */

.product-single__reviews {
    margin-top: 45px;
}

.product-single__reviews .comment-reply-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
    line-height: 140%;
    margin-bottom: 15px;
}

.product-single__reviews p {
    margin: 0;
}

.product-single__reviews .comment-form-rating {
    margin-bottom: 20px;
}

.product-single__reviews label {
    font-size: 14px;
    line-height: 140%;
    color: var(--main-color);
    margin-bottom: 10px;
    display: block;
}

.product-single__reviews .stars span {
    display: flex;
    gap: 10px;
}

.product-single__reviews .stars a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #1C1C1CE5;
    line-height: 110%;
}

.product-single__reviews .stars a::before {
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0L15.5549 7.10707L23.4127 8.2918L17.752 13.8689L19.0534 21.7082L12 18.048L4.94658 21.7082L6.24801 13.8689L0.587322 8.2918L8.44508 7.10707L12 0Z" fill="%23DAE4EA"/></svg>');
}

.product-single__reviews .stars a.active::before {
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0L15.5549 7.10707L23.4127 8.2918L17.752 13.8689L19.0534 21.7082L12 18.048L4.94658 21.7082L6.24801 13.8689L0.587322 8.2918L8.44508 7.10707L12 0Z" fill="%23FBB72C"/></svg>');
}

.product-single__reviews .comment-form-comment {
    display: flex;
}

.product-single__reviews .btn {
    margin-top: 20px;
}