/*review form*/
#review-toggle {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 13px 31px;
    background: rgb(20, 22, 24);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(20, 22, 24);
    border-image: initial;
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px !important;
    font-family: 'Poppins';
    letter-spacing: 1.2px;
}
#review-toggle:hover {
    color: rgb(20, 22, 24);
    background: rgb(255, 255, 255);
}

#review-div div {
    width: 50%;
    margin-top: 15px;
    position: relative;
}

#review-div div input[type=text],
#review-div div textarea,
#review-div div input[type=email] {
    width: 100%;
    margin-top: 0;
}

.recommend-div {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.verified-div {
    position: relative;
}

#review-div div label.recommended {
    margin-right: 10px;
}

#recommended {
    margin-right: 10px;
}

@media screen and (max-width: 750px) {
    #review-div div {
        width: 100%;
    }
}

input[name="submit-review"] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ls-reviews {
    margin-top: 20px;
    overflow: hidden;
    clear: both;
}

.ls-rating {
    direction: rtl !important;
    margin: 0;
}

.ls-rating>.ls-star:hover,
.ls-rating>.ls-star:hover~.ls-star {
    background-image: url('../images/star-filled.svg') !important;
}

.ls-star {
    background-image: url('../images/star.svg');
    display: inline-block;
    height: 17px;
    width: 15.5px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.ls-star-filled {
    background-image: url('../images/star-filled.svg') !important;
}

.ls-star:hover {
    cursor: pointer;
}

.ls-success,
.ls-danger {
    color: #FFF;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
}

.ls-success p,
.ls-danger p {
    margin: 0px;
}

.ls-success {
    background: #2a7f2a;
}

.ls-danger {
    background: #af4b4b;
}

#review-div {
    display: none;
}

.ls-review-row {
    clear: both;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e2dfdf;
    padding: 35px 5px 25px 5px;
}

.ls-review-col-2,
.ls-review-col-10 {
    float: left;
}

.ls-review-col-2 {
    width: 20%;
}

.ls-review-col-10 {
    width: 80%;
}

.ls-review-col-3 {
    float: left;
    width: 25%;
}

.ls-review-col-6 {
    float: left;
    width: 50%;
}

.ls-review-col-3-right {
    float: left;
    width: 25%;
}

.reviewmark {
    position: absolute;
    bottom: auto;
}

.badge_review {
    width: 64px;
    height: 25px;
    background: #000000;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    box-shadow: 0px 0px 9px 4px #cfcccc;
}

.commented-rating {
    float: left;
}

.comment-time {
    float: right;
}

.comment-time span {
    color: #303133;
    font-family: Poppins !important;
    font-size: 13px;
}

.review-top-div {
    overflow: hidden;
    margin-bottom: 10px;
}

.review-desc h3 {
    margin: 0;
    font-size: 18px !important;
    font-weight: 600;
    font-family: Poppins !important;
    margin-bottom: 10px;
}

.review-desc p {
    margin: 0;
    font-family: Poppins !important;
    margin-bottom: 10px;
    color: #303133;
    font-size: 14px !important;
}

.ls-all-reviews {
    margin-top: 25px;
}

.ls-all-reviews-main {
    overflow: hidden;
    width: 100%;
    padding: 10px;
    position: relative;
}

.ls-all-reviews-div {
    position: relative;
}

.verified-and-recommend-div p {
    margin-top: 5px;
    font-family: Poppins !important;
    color: #303133;
}

.verified-div img,
.recommend-div img {
    padding-right: 7px;
}

.recommend-div img {
    padding-right: 7px;
}

.commented-rating p {
    margin-top: 0;
}

@media screen and (max-width: 750px) {

    .ls-review-col-2,
    .ls-review-col-10 {
        clear: both;
        width: 100%;
    }

    .ls-all-reviews-main .ls-review-col-10 {
        margin-top: 10px;
    }
}

.review-pagination-main .pagination {
    margin-top: 15px;
}

.review-pagination-main .pagination li {
    padding: 1px 10px;
    border-radius: 3px;
}

.review-pagination-main .pagination li.review-page-active {
    background: #f1f1f1;
}

.avg-star {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.ls-margin-auto {
    margin: auto;
}

.ls-text-center {
    text-align: center;
}

.overall-review-star-count {
    font-size: 35px;
    color: #303133;
}

.overall-review-star {
    margin-top: 10px;
    margin-left: 10px;
}

.overall-review-star .ls-star {
    height: 23px;
    width: 25px;
    background-size: 18px;
}

.total-reviews-title {
    font-size: 15px;
    margin-top: 12px;
    margin-left: 10px;
    color: #303133;
}

.error {
    color: red;
    margin-left: 10px;
}

#review-div .ls-loading-review,
.ls-all-reviews-div .ls-loading-review-pagi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #8080801c;
    margin: 0;
    display: none;
}

#review-div .ls-loading-review img,
.ls-all-reviews-div .ls-loading-review-pagi img {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ls-new-row {
    -webkit-animation: newRrow 1.5s infinite ease-in-out;
    -moz-animation: newRrow 1.5s infinite ease-in-out;
    -o-animation: newRrow 1.5s infinite ease-in-out;
    animation: newRrow 1.5s infinite ease-in-out;
}

@-webkit-keyframes newRrow {
    0% {
        background-color: #fdfde3
    }

    50% {
        background-color: #fff
    }

    100% {
        background-color: #fdfde3
    }
}

.recommend-div img,
.verified-div img {
    padding-top: 5px;
    position: absolute;
    top: -4px;
}

.recommend-div span,
.verified-div span {
    margin-left: 32px;
}

.ls-captcha-div .g-recaptcha {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    width: auto !important;
}

.product_image {
    display: none;
}

.product_image_label {
    padding: 8px 18px;
    background: transparent;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    color: #303133;
}

.product_image_label:hover {
    cursor: pointer;
}

.product_image_label img {
    width: 16px;
    margin-right: 10px;
}

.review-desc-width {
    width: 80%;
    float: left;
}

.product_image_div {
    width: 20%;
    float: left;
}

@media screen and (max-width: 750px) {

    .review-desc-width,
    .product_image_div {
        width: 100%;
        clear: both;
    }
}

.product_image_div img {
    max-width: 48% !important;
    float: left;
    margin-right: 2%;
    width: 110px;
    height: 60px;
    margin-bottom: 2%;
}

.filename {
    padding: 6px 35px 6px 20px;
    background: #d2d2d2;
    border-radius: 5px;
    border: 1px solid #afaeae;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    display: none;
    margin-top: 13px;
}

.remove-image:hover {
    cursor: pointer;
}

.preview-div {
    display: none;
    position: relative;
    margin-right: 10px;
}

.remove-image {
    display: none;
    position: absolute;
    right: 0;
    padding: 5px 8px;
    background: #e86565;
    color: #FFF;
    margin: auto;
    top: 0;
}

.preview-div img {
    width: 150px;
    background-color: gray;
    min-height: 40px;
}

#preview-image {
    display: inline-flex !important;
    width: auto !important;
    min-width: 300px !important;
}

.review-image-div {
    height: 85px;
    width: 120px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    float: left;
    margin-right: 10px;
    background-position: center !important;
    margin-top: 10px;
}

.review-image-div0 {
    height: 85px;
    width: 120px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    float: left;
    margin-right: 10px;
    background-position: center !important;
    margin-top: 10px;
}

.review-image-div1 {
    height: 85px;
    width: 120px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    float: left;
    margin-right: 10px;
    background-position: center !important;
    margin-top: 10px;
}

.review-image-div2 {
    height: 85px;
    width: 120px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    float: left;
    margin-right: 10px;
    background-position: center !important;
    margin-top: 10px;
}

.review-image-div3 {
    height: 85px;
    width: 120px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    float: left;
    margin-right: 10px;
    background-position: center !important;
    margin-top: 10px;
}

.review-image-div4 {
    height: 85px;
    width: 120px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    float: left;
    margin-right: 10px;
    background-position: center !important;
    margin-top: 10px;
}

.review-img-popup {
    height: 170px;
    width: 240px;
    border-radius: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    float: left;
    background-position: center !important;
}

.product-image-modal {
    display: none;
    position: fixed;
    z-index: 11111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.product-image-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 640px;
    position: relative;
    width: fit-content;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 10px;
    background: #0000005e;
    color: #FFF;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.product_image_div_main:hover {
    cursor: pointer;
}

.product-image-modal img {
    width: 100%;
}

.review-pagination-main .pagination p {
    display: inline-block;
}

@media (max-width: 920px) {

    .ls-review-col-3,
    .ls-review-col-6,
    .ls-review-col-3-right {
        width: 100% !important;
    }

    .review-desc {
        margin-top: 15px;
    }
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    z-index: 1000;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

#image_id1,
#image_id2 {
    display: none !important;
}

header.z-index-imp {
    z-index: 0 !important
}