.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#161718;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-be1ccdb:#70966C;--e-global-color-7f40d15:#8D5B5B;--e-global-color-bb52a22:#466081;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-size:30px;--e-global-typography-accent-font-weight:900;--e-global-typography-510226a-font-family:"Outfit";--e-global-typography-510226a-font-size:30px;--e-global-typography-510226a-font-weight:600;--e-global-typography-db83e63-font-family:"Outfit";--e-global-typography-db83e63-font-size:30px;--e-global-typography-db83e63-font-weight:500;--e-global-typography-a9df323-font-family:"Outfit";--e-global-typography-a9df323-font-size:16px;font-family:"Outfit", Sans-serif;font-size:15px;font-weight:normal;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:#000000;font-size:15px;color:#FFFFFF;border-style:none;border-radius:5px 5px 5px 5px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-primary );font-family:"Outfit", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-10 h1{color:#000000;font-family:"Outfit", Sans-serif;font-size:16px;font-weight:800;}.elementor-kit-10 h2{color:#000000;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-10 h3{color:#000000;font-family:var( --e-global-typography-510226a-font-family ), Sans-serif;font-size:var( --e-global-typography-510226a-font-size );font-weight:var( --e-global-typography-510226a-font-weight );}.elementor-kit-10 h4{color:#000000;font-family:"Outfit", Sans-serif;}.elementor-kit-10 h5{color:#000000;font-family:"Outfit", Sans-serif;}.elementor-kit-10 h6{color:#000000;font-family:"Outfit", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-10 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-10 h3{font-size:var( --e-global-typography-510226a-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-kit-10 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-10 h3{font-size:var( --e-global-typography-510226a-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* MAIN REVIEW WRAPPER */
.woocommerce-Reviews {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
}

/* REVIEW SUMMARY BOX */
.cr-overall-rating-wrap,
.ivole-summaryBox-wrap {
    background: #fafafa;
    border: 1px solid #ededed;
    border-radius: 48px;
    padding: 25px;
    box-shadow: none;
}

/* BIG RATING NUMBER */
.cr-average-rating,
.ivole-meter-average {
    font-size: 56px !important;
    font-weight: 700;
    color: #111;
    line-height: 1;
}

/* STARS */
.star-rating span:before,
.crstar-rating-wrap span:before {
    color: #000 !important;
}

/* REVIEW CARDS */
.commentlist li,
.iv-comment {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

/* HOVER EFFECT */
.commentlist li:hover,
.iv-comment:hover {
    border-color: #d9d9d9;
    transform: translateY(-2px);
}

/* REVIEW AUTHOR */
.comment-text .meta,
.iv-comment-author {
    font-weight: 600;
    color: #111;
}

/* REVIEW TEXT */
.description p,
.comment-text p {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

/* VERIFIED OWNER */
.woocommerce-review__verified {
    background: #f5f5f5;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 12px;
}

/* REVIEW FORM */
.comment-respond {
    background: #fafafa;
    padding: 30px;
    border-radius: 18px;
    border: 1px solid #ededed;
}

/* TEXTAREA */
.comment-form-comment textarea {
    border-radius: 14px;
    border: 1px solid #ddd;
    min-height: 180px;
    padding: 18px;
}

/* INPUTS */
.comment-form input {
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 12px;
}

/* SUBMIT BUTTON */
.submit {
    background: #000 !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 14px 34px !important;
    border: none !important;
    font-weight: 600;
}

/* RATING BARS */
.cr-progress-bar,
.ivole-meter-bar {
    border-radius: 20px !important;
    overflow: hidden;
    height: 8px !important;
}

/* MOBILE */
@media(max-width:768px){

.woocommerce-Reviews {
    padding: 15px;
}

.cr-average-rating,
.ivole-meter-average {
    font-size: 42px !important;
}

.commentlist li,
.iv-comment {
    padding: 18px;
}

}




/* Hide rating numbers under stars */
.comment-form-rating .stars + select,
.comment-form-rating .stars span,
.comment-form-rating .stars label,
.comment-form-rating .stars small,
.comment-form-rating .stars br,
.cr-all-reviews-shortcode .stars span,
.woocommerce p.stars a::after {
    font-size: 0 !important;
}

/* Better fix specifically for numbers */
.comment-form-rating .stars a {
    text-indent: -9999px;
    position: relative;
    width: 24px;
}

.comment-form-rating .stars a::before {
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

/* Cooment Respond Form */


.comment-respond {
    width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -18px;

    box-sizing: border-box;
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ededed;
}




.wd-review-style-2 {
    width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -18px;

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: 0px solid var(--brdcolor-gray-300);
    padding: 5px;
    background-color: var(--bgcolor-white);
}

.wd-review-style-2 .woocommerce-review__verified
 {
    
    line-height: 12px;
}

.wd-reviews-filters {
    border-radius: 5px;
   padding: 5px;
    background: black !important;
}

.wd-reviews-filters label {
    display: inline;
    margin-bottom: 0;
    color: white;
}/* End custom CSS */