.wooreviewmaster-review-items .review-item {
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 25px;
	padding: 30px;
	background: #fff;
}

@media (max-width: 767px) {
    .wooreviewmaster-review-items .review-item {
        padding: 12px;
    }
}

.wooreviewmaster-review-items .review-item .product-img {
	width: 100px;
	height: 100px;
	margin: 20px auto;
	margin-top: 0px;
}
.wooreviewmaster-review-items .review-item .product-img img {
	border-radius: 50%;
}
.author-info {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.wooreviewmaster-review-items {
    position: relative;
    min-height: 100px;
    margin-bottom: 45px;
}
.wooreviewmaster-review-items .author-info .author-pic {
	width: 50px;
	height: 50px;
}
.wooreviewmaster-review-items .author-info .author-pic img {
	border-radius: 50%;
}
.wooreviewmaster-review-items .review-item .author-name {
	line-height: 0;
}
.wooreviewmaster-review-items .review-item .author-name .author-type {
    font-size: 13px;
    margin-bottom: 3px;
    display: block;
    line-height: 1.3;
    color: #1cc286;
}
.wooreviewmaster-review-items .review-item .author-name h4 {
	font-size: 14px;
	line-height: 1.2;
    margin: 5px 0px 0px;
}
.wooreviewmaster-review-items .review-item .review-comment {
    font-size: 14px;
    line-height: 1.5;
}
.wooreviewmaster-review-items .review-item .product-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
    margin-top: 0;
}
.wooreviewmaster-review-items .review-item .rating i{
	font-size: 13px;
	margin-right: 2px;
	color: #ffc600;
}
.wooreviewmaster-review-items .review-item  .rating-wrapper .rating {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    line-height: 1.2;
}
.wooreviewmaster-review-items .review-item  .rating-wrapper .rating span {
	font-size: 14px;
}
.wooreviewmaster-review-items .review-item  .rating-wrapper .rating .rating-upper {
	line-height: 0;
}

.reviews-loadmore {
    background: #000;
    color: #fff;
    width: 130px;
    max-width: 130px;
    padding: 14px 10px;
    text-align: center;
    margin: 0 auto;
    border-radius: 8px;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.wooreviewmaster-dashboard-review-slider {
    margin-top: 30px;
    margin-bottom: 50px;
}
.wooreviewmaster-dashboard-review-slider h6 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
}
.wooreviewmaster-dashboard-review-slider .wooreviewmaster-slider-item {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 15px;
    background: #fff;
    -webkit-box-shadow: 3px 0px 15px #d1d1d1;
    -moz-box-shadow: 3px 0px 15px #d1d1d1;
    box-shadow: 3px 0px 15px #d1d1d1;
}
.wooreviewmaster-dashboard-review-slider .wooreviewmaster-product-image img {
    width: 50px;
}
.wooreviewmaster-product-image {
    margin-right: 15px;
}
.wooreviewmaster-dashboard-review-slider .wooreviewmaster-product-info p {
    font-size: 15px !important;
    margin-bottom: 6px !important;
    line-height: 1.2;
}
.wooreviewmaster-dashboard-review-slider .wooreviewmaster-product-info a {
    font-size: 14px;
}
.wooreviewmaster-dashboard-review-slider .owl-dots {
    text-align: center;
}
.wooreviewmaster-dashboard-review-slider .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    margin: 0px 5px;
    border-radius: 5px;
    background: #111;
    transition: 0.4s;
}
.wooreviewmaster-dashboard-review-slider .owl-dots .owl-dot:hover,
.wooreviewmaster-dashboard-review-slider .owl-dots .owl-dot.active {
    background: #ec0e0e;
}
.wookits-comment-images-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.wookits-comment-single-image a {
    display: flex;
}
.wookits-comment-single-image {
    width: 90px;
    margin-right: 15px;
    border: 1px solid #dadada;
    padding: 3px;
    margin-bottom: 10px;
}
.wookits-comment-single-image:last-child {
    margin-right: 0px;
}
.morecontent span {
  display: none; }

.morelink {
  display: block;
  margin-top: 10px }

.product.status-publish {
    position: relative;
}
.top-rated-baddge {
    position: absolute;
    top: 4px;
    left: 4px;
    max-width: 130px;
    z-index: 999;
}
.photo-up-note {
    font-size: 13px;
    display: block;
    margin-bottom: 3px;
}
.review-loading{
    position: absolute;
    top: 50%;  left: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 80px;
}
.lds-spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #0c0c0c;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**** Review Info ****/
.wrm-rating-info-wrap .wrm-av-rattings-wrap h2 {
    color: #000;
    font-size: 45px !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.wrm-rating-info-wrap .wrm-av-rattings-wrap h2 small {
    font-size: 24px !important;
    font-weight: 600;
    float: none !important;
}
.wrm-rating-info-wrap .wrm-av-rattings-wrap h2 .wrm-woo-review-title{
    font-size: 14px !important;
    text-transform: lowercase;
    display: inline-block;
}
.wrm-av-rattings-wrap .wrm-woo-review-title {
    margin: 0 !important;
}
.wrm-rating-icon {
    line-height: 1.2;
    margin-bottom: 10px;
}
.single-rating-info-wrap .ratings-info-rating {
    display: flex;
}
.single-rating-info-wrap .ratings-info-rating i,
.wrm-rating-icon i {
    color: #ffb100;
    margin-right: 3px;
}
.single-rating-info-wrap {
    display: flex;
    line-height: 1.2;
    align-items: center;
    margin-bottom: 15px;
}
.rating-progress {
    background: #ededed;
    height: 8px;
    width: 100%;
    border-radius: 8px;
    margin: 0 20px;
    position: relative;
}
.rating-progress span {
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 0;
}
.wrm-rattings-info-wrap .rating-progress span {
    background: #e90e0e;
}
/***** Woo Single product rating info *****/
.wrm-rating-info-wrap {
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
    .wrm-rating-info-wrap {
        flex-direction: column;
        gap: 15px;
    }
}
.wrm-rattings-info-wrap,
.wrm-av-rattings-wrap {
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 25px 30px;
    max-width: 430px;
    display: grid;
    flex: 1;
    background: #fff;
}
.wrm-av-rattings-wrap {
    margin-right: 40px;
    text-align: center;
}
/***** Woo Review Style 2 *****/
.woocommerce.wrm-product-review .form-rating-style-2 p.stars a {
    height: auto !important;
}
.woocommerce.wrm-product-review .woocommerce-tabs #reviews.form-rating-style-2 p.stars a::before {
    display: none !important;
}
.form-rating-style-2 p.stars a:after {
    font-family: WooCommerce;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.form-rating-style-2 p.stars a.star-1, 
.form-rating-style-2 p.stars a.star-2, 
.form-rating-style-2 p.stars a.star-3, 
.form-rating-style-2 p.stars a.star-4, 
.form-rating-style-2 p.stars a.star-5 {
    border-right: 1px solid #cccccc80;
}
.form-rating-style-2 .stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: 9999px;
    position: relative;
}
.form-rating-style-2 p.stars a.star-1:after {
    content: "\e021";
}
.form-rating-style-2 p.stars a.star-1 {
    width: 2em !important;
}
.form-rating-style-2 p.stars a.star-1.active:after, 
.form-rating-style-2 p.stars a.star-1:hover:after {
    content: "\e020";
}
.form-rating-style-2 p.stars a.star-2:after {
    content: "\e021\e021";
}
.form-rating-style-2 p.stars a.star-2 {
    width: 3em !important;
}
.form-rating-style-2 p.stars a.star-2.active:after, 
.form-rating-style-2 p.stars a.star-2:hover:after {
    content: "\e020\e020";
}
.form-rating-style-2 p.stars a.star-3:after {
    content: "\e021\e021\e021";
}
.form-rating-style-2 p.stars a.star-3 {
    width: 4em !important;
}
.form-rating-style-2 p.stars a.star-3.active:after, 
.form-rating-style-2 p.stars a.star-3:hover:after {
    content: "\e020\e020\e020";
}
.form-rating-style-2 p.stars a.star-4:after {
    content: "\e021\e021\e021\e021";
}
.form-rating-style-2 p.stars a.star-4 {
    width: 5em !important;
}
.form-rating-style-2 p.stars a.star-4.active:after, 
.form-rating-style-2 p.stars a.star-4:hover:after {
    content: "\e020\e020\e020\e020";
}
.form-rating-style-2 p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021";
}
.form-rating-style-2 p.stars a.star-5 {
    width: 6em !important;
    border: 0;
}
.form-rating-style-2 p.stars a.star-5.active:after, 
.form-rating-style-2 p.stars a.star-5:hover:after {
    content: "\e020\e020\e020\e020\e020";
}
.form-rating-style-2 .stars a.active, 
.form-rating-style-2 .stars a:hover {
    color: #ef524a;
}

/*** Push Notification Css ***/
.wrm-push-notification-wrapper {
    position: fixed;
    min-width: 290px;
    max-width: 100%;
    width: auto;
    left: 20px;
    z-index: 9999998;
    bottom: 30px;
}
.wrm-push-notification-inner {
    position: relative;
    padding-right: 20px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 60px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    top: 0;
    width: 100%;
    margin-top: 10px;
    box-shadow: 1px 1px 15px 2px rgb(0 0 0 / 15%);
    line-height: 0;
}
.wrm-notification-style-2 .wrm-push-notification-inner,
.wrm-notification-style-2 .push-notification-left-content img {
    border-radius: 6px;
}
.wrm-notification-style-2 .wrm-push-notification-inner {
    padding: 5px;
}
.show-push-notification {
    z-index: 9999;
    -webkit-animation: wrm_notification-animation 1s linear infinite;
    animation: wrm_notification-animation 1s linear infinite;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes wrm_notification-animation {
    0% {
        opacity: 0;
        margin-top: 10px;
    }
    10% {
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
    }
    15% {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
    85% {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
    90% {
        opacity: 0;
        visibility: hidden;
        margin-top: -10px;
    }
    to {
        opacity: 0;
        margin-top: -10px;
    }
}
@keyframes wrm_notification-animation {
    0% {
        opacity: 0;
        margin-top: 10px;
    }
    10% {
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
    }
    15% {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
    85% {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }
    90% {
        opacity: 0;
        visibility: hidden;
        margin-top: -10px;
    }
    to {
        opacity: 0;
        margin-top: -10px;
    }
}
.wrm-push-notification-inner h6 {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #41495b;
}
.wrm-push-notification-inner .product-title{
    color: #8993aa;
}
.wrm-push-notification-inner p {
    margin: 0;
    margin-bottom: 3px;
    color: #b0bbd7;
    font-size: 13px;
    line-height: 1.2;
}
.push-notification-left-content img {
    max-width: 95px;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    pointer-events: none;
}
.wrm-push-notification-inner .star-ratings i {
    font-size: 13px;
    color: #FF9529;
    margin-right: 2px;
    margin-top: 4px;
}
.push-notification-right-content {
    margin: 10px;
}
.dark-theme .wrm-push-notification-inner {
    background: #111;
}
.dark-theme .wrm-push-notification-inner p,
.dark-theme .wrm-push-notification-inner h6 {
    color:  #fff;
}