.smart-product-lft-dir {
    width: 45%;
    margin-right: 5%;
}
.smart-product-rgt-dir {
    flex-basis: 50%;
}
.swiper-btn-center-lr {
    position: relative;
}
.product__images--thumbs .swiper-slide {
    cursor: pointer;
    opacity: .5;
    border: .0625rem solid rgba(0, 0, 0, .5);
    padding: .325rem;
    border-radius: 0;
}
.product__images--thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.product-name {
    font-size: 28px;
    font-weight: 700;
    flex: 1;
    max-width: 88%;
}
.stars {
    width: 85px;
    height: 20px;
    background-size: 17px;
    background-image: url(/front/icons/star.svg);
    background-repeat: repeat-x;
    margin-right: 10px;
}
.current-stars {
    background-position: inherit;
    background-image: url(/front/icons/star_active.svg);
    background-size: inherit;
    background-repeat: inherit;
    height: inherit;
}
.product-description {
    position: relative;
    color: #424242;
    font-size: 16px;
    line-height: 1.5;
    max-height: 12rem;
    overflow: hidden;
}
.product-description > p {
    margin-bottom: 8px;
}
.desc-toggle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 32px;
    cursor: pointer;
    opacity: 1;
}
.product-description > .shadow-up {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(var(--cream)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, .5), var(--cream));
    background: linear-gradient(to bottom, rgba(255, 255, 255, .5), var(--cream));
}
.product-description.expanded {
    max-height: none;
    overflow: visible;
    padding-bottom: 25px;
}
.product-fields {
    font-size: 16px;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 1rem;
}
.single-field:not(:last-child) {
    margin-bottom: 10px;
}
.btn-quantity .bootstrap-touchspin {
    width: 140px;
    min-width: 140px;
    position: relative;
    height: 40px;
    display: block;
}
.btn-quantity input {
    width: auto;
    padding: 0;
    text-align: center;
    z-index: 1;
    height: 40px !important;
    border: 1px solid var(--dark-1);
    background-color: transparent;
    border-radius: 20px !important;
    font-size: 15px;
    width: 40px !important;
    color: black;
    margin-left: auto !important;
    margin-right: auto !important;
}
.btn-quantity .input-group-btn-vertical {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0;
    margin-left: 0 !important;
}
.btn-quantity .input-group-btn-vertical .btn {
    background-color: var(--dark-1);
    color: var(--cream);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-container {
    flex-direction: column;
    align-items: flex-start;
}
.cart-container .product-quantity {
    margin-right: 0;
}
.cart-container .cart-btn {
    margin-top: 1.5rem;
}
.mv-content {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.form-check {
    display: block;
    min-height: 1.6rem;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    opacity: 0;
    position: relative;
    z-index: 2;
    margin-left: 0;
    margin-top: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    float: left;
}
.form-check span {
    height: 35px;
    margin-right: 15px;
    width: 35px;
    display: block;
    background-color: #000;
    position: relative;
    border-radius: 50%;
    z-index: 1;
}
.form-check .form-check-input:checked + span {
    opacity: .9;
    box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, .3);
    transform: scale(.9);
}
.visually-hidden {
    clip: rect(0 0 0 0);
    height: .0625rem;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: .0625rem;
}
.product-swatch__group:not(:last-child) {
    margin-right: 10px;
}
.product-swatch__label {
    padding: 5px 12px;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: pointer;
}
.product-swatch__label:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.product-swatch__input:checked ~ .product-swatch__label {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    background-color: var(--dark-1);
    color: var(--cream);
}
.view-popup-msg span {
    font-weight: 600;
    cursor: pointer;
    color: #073f95;
    display: inline-block;
}
.review-num{
    cursor: pointer;
}
.review-num:hover{
    opacity: .8;
}
.reviews {
    background-color: #F7F7F8;
    border: 1px solid #B6B6B6;
    padding: 2rem;
    margin-top: 6rem;
}
.comment-thread:not(:last-child) {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.comment-avatar {
    width: 2.5rem;
    margin-right: 8px;
}
.comment-author {
    margin-bottom: 5px;
}
.postdate {
    font-weight: 600;
    font-size: 15px;
}
.review-stars {
    width: 85px;
    height: 20px;
    background-size: 17px;
    background-image: url(/front/icons/star.svg);
    background-repeat: repeat-x;
    margin-top: 10px;
    margin-bottom: 2px;
}
.author-stars {
    background-position: inherit;
    background-image: url(/front/icons/star_active.svg);
    background-size: inherit;
    background-repeat: inherit;
    height: inherit;
}
.my-review {
    position: relative;
    background-color: #f9f9f9;
    margin-bottom: 60px;
}
.my-review-bar{
    margin-bottom: 1rem;
}
.my-review-title {
    font-size: 15px;
    color: #7e7a7a;
}
.reply {
    margin-left: 3rem;
}
.comment-reply-link {
    cursor: pointer;
    font-size: 14px;
}
.comment-reply-link span {
    font-size: 16px;
    margin-right: 2px;
}
.review-edit:hover {
    color: #6b71bb;
}
.review-delete:hover {
    color: var(--main-red);
}
.review-add-comment textarea {
    resize: none;
    border: 1px solid var(--dark-1);
    padding: 10px;
    margin-top: 1rem;
    height: 8rem;
}
.star-label {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
.star-label > input[type="radio"] {
    display: none;
}
.star-label > .vector-grey * {
    fill: transparent;
    stroke: grey;
}
.star-label > .vector-yellow * {
    fill: rgb(255, 166, 0);
    stroke: transparent;
}
.star-label:not(:last-child) {
    margin-right: 5px;
}
@media (max-width: 820px) {
    .smart-product-lft-dir {
        width: 100%;
        margin-right: 0;
    }
    .smart-product-rgt-dir {
        flex-basis: 100%;
        margin-top: 2rem;
    }
}
@media (max-width: 480px) {
    .product-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .product-name {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 15px;
        max-width: initial;
    }
    .reviews {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .reply {
        width: 100%;
        margin-left: 0;
        margin-top: 16px;
        margin-bottom: 8px;
    }
}