.section__title {
    margin: 0 auto;
    max-width: 650px;
}
.section__title h2 {
    color: var(--dark-color);
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.rating li svg {
    color: var(--secondary-color);
    margin-right: 8px;
    height: 18px;
}
.rating li button {
    background: transparent;
    padding: 0;
    border: 0;
}
.rating li.on svg {
    color: var(--secondary-color);
}
.product__info__main .product-reviews-summary {
    padding: 3px 0 0;
}
.product__info__main h2 {
    color: var(--dark-color);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.42857;
    margin: 0 0 3px;
}
.product__info__main .book_price {
    font-size: 22px;
    color: var(--secondary-color);
}
.product__info__main h3.posted_in,
.product__info__main span.posted_in {
    color: #353535;
    font-size: 14px;
    font-weight: 500;
}
.product__info__main .product-share > ul li {
    color: #353535;
    display: inline-block;
    font-weight: 600;
    margin-right: 14px;
    text-align: center;
}
.product__info__main .product-share > ul li a {
    border: 1px solid #3f3f3f;
    border-radius: 50px;
    color: #353535;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
    line-height: 32px;
}
.product__info__main .product-share {
    margin-top: 15px;
}
.product__info__detailed {
    margin-top: 25px;
}
.product__info__detailed .pro_details_nav {
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 25px;
}
.product__info__detailed .pro_details_nav a.nav-item {
    border: 0 none;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    position: relative;
    text-transform: uppercase;
    padding: 0;
}
.product__info__detailed .pro_details_nav a.nav-item::after {
    background: #2e2e2e none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}
.product__info__detailed .pro_details_nav a.nav-item.active::after,
.product__info__detailed .pro_details_nav a.nav-item:hover::after {
    width: 100%;
}
.product__info__detailed .pro_details_nav a.nav-item.active,
.product__info__detailed .pro_details_nav a.nav-item:hover {
    color: var(--dark-color);
}
.product__info__detailed .description__attribute p {
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.product__info__detailed .description__attribute ul li {
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.product__info__detailed .review__attribute h2 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 8px;
}
.product__info__detailed .review-fieldset {
    border-top: 1px solid #c9c9c9;
    margin-top: 24px;
    padding-top: 16px;
}
.product__info__detailed .review-fieldset h2 {
    color: var(--dark-color);
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 300;
}
.product__info__detailed .review-fieldset .review_form_field .input__box {
    margin: 0 0 29px;
}
.product__info__detailed .review-fieldset .review_form_field .input__box span {
    color: var(--dark-color);
    display: inline-block;
    font-weight: 500;
    margin: 0 0 8px;
}
.product__info__detailed
    .review-fieldset
    .review_form_field
    .input__box
    span::after {
    color: #e02b27;
    content: "*";
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.product__info__detailed .review-fieldset .review_form_field .input__box input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    outline: medium none;
    padding: 0 9px;
    width: 100%;
}
.product__info__detailed
    .review-fieldset
    .review_form_field
    .input__box
    textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    outline: medium none;
    padding: 0 9px;
    width: 100%;
    min-height: 100px;
}
.product__info__detailed
    .review-fieldset
    .review_form_field
    .review-form-actions
    button {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    color: var(--dark-color);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    padding: 0 18px;
    text-transform: uppercase;
    transition: 0.4s;
}
.product__info__detailed
    .review-fieldset
    .review_form_field
    .review-form-actions
    button:hover {
    background: #e2e2e2 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #555;
}
.pro__tab_label.tab-pane:not(.active) {
    display: none;
}
.wedget__title {
    border-bottom: 1px solid #2e2e2e;
    color: #2e2e2e;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.wedget__categories.poroduct--cat {
    margin: 0 0 30px;
}
.wedget__categories.poroduct--cat ul li {
    border-bottom: 1px dashed #e1e1e1;
    line-height: 45px;
    text-align: left;
    text-transform: capitalize;
}
.wedget__categories.poroduct--cat ul li a {
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 400;
}
.wedget__categories.poroduct--cat ul li a:hover {
    color: var(--secondary-color);
}
.wedget__categories.poroduct--cat ul li a.active {
    color: var(--secondary-color);
}
.wedget__categories.poroduct--cat ul li a span {
    color: var(--dark-color);
    float: right;
}
.rate-percent {
    width: max-content;
}
.rate-percent svg {
    color: var(--secondary-color);
    height: 18px;
}
.review-txt {
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 120px;
    height: 120px;
    pointer-events: none;
}
.overlay {
    left: 50%;
    z-index: -100;
    background-repeat: no-repeat;
    top: 30px;
}
.overlay.active {
    z-index: 100;
}
.wn__single__product .fotorama__fullscreen-icon {
    background: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 992px) {
    .wn__single__product .fotorama__wrap {
        width: 289px !important;
    }
}
.fotorama--fullscreen .fotorama__nav-wrap {
    display: none;
}
.fotorama--fullscreen .fotorama__img {
    left: 0 !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
    .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
    .fotorama__fullscreen-icon {
    opacity: 1;
}
.owl-carousel .owl-stage {
    display: flex;
}
.review-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.review-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product__info__main h2,
    .product__info__main .book_price {
        margin: 30px 0 3px;
    }
}
@media only screen and (max-width: 767px) {
    .product__info__main h2,
    .product__info__main .book_price {
        margin: 30px 0 3px;
    }
    .maincontent {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px) {
    .section__title h2 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 420px) {
    .section__title h2 {
        font-size: 26px;
    }
}
