.container {
    width: 100%;
    margin: 0 auto;
}

.ratings-summary {
    display: block;
    width: 100%;
    text-align: center;
}

.average-ratingsaasd {
    font-size: 20px;
    margin-bottom: 10px;
}

.stars {
    color: black;
    font-size: 18px;
} 
.stars span {
    color: #828282;
    margin-left: 10px;
}

.review-actions button {
    background-color: #99B998;
    color: #fff;
    padding: 10px 10px 6px 10px;
    margin: 5px;
    cursor: pointer;
    border: solid 2px #99B998;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    
}
.review-actions button:focus
{
    outline: 0;
}
.review-actions button:hover {
    background-color: #fff;
    color: #99B998;
}

.rating-distribution {
    width: 50%;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin:20px 0 5px 0;
    position: relative;
}
.total__avg_-count
{
    text-align: start;
    font-family: 'Roboto', sans-serif; 
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.rating-bar span.stars {
    font-size: 18px;
    color: #000;
    text-align: end;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    position: absolute;
    line-height: 18px;
    left: 28px;
    top: 8px;
}
.rating-bar .rating__start {
    font-size: 20px;
    color: #000;
    text-align: end;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
.rating-bar div {
    flex: 1;
    height: 4px;
    background-color: #ffffff5e;
    position: relative;
    border-radius: 5px;
    margin: 4px 10px 0 10px;
}

.rating-bar div::before {
    content: "";
    position: absolute;
    top: 0;
    right:45px;
    height: 5px;
    border-radius: 9px;
    background-color: #000;
}

.bar-5::before {
    width: 80%;
}

.bar-4::before {
    width: 15%;
}

.bar-3::before {
    width: 4%;
}

.bar-2::before {
    width: 1%;
}

.bar-1::before {
    width: 0.5%;
}

.reviews-with-images h3 {
    font-size: 22px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.images {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}

.images img {
    width: 150px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.reviews-and-videos {
    display: block; 
    margin-top: 20px;
}

.reviews {
    width:100%;
}
.review-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    gap: 17px;
}
.coment__author__right
{
    width: auto;
    display: grid;
    margin-left: 55px;

}
.coment__author__right img.cflose-btnd {
    width: 40px;
    margin-left: auto;
    margin-right: 0;
}
.review {
    padding: 0 0 0 0;
    margin: 0;
    display: flex;
    flex-direction: column; 
    width: 88%; 
}
.review:last-child .review-content 
{
    padding-bottom: 0;
    border: 0;
}
.review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.review-author {
    display: flex;
    width: 100%;
    align-items: center;
}

.review-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
 

.review-author strong {
    font-size: 14px;
    color: #707070;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.review-author span {
    font-size: 14px;
    color: #707070;
    font-family: 'Roboto', sans-serif;
}

.review-stars {
    color: #000;
    font-size: 18px;
}

.review-content {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    padding-bottom: 15px !important;
    border-bottom: solid 1px #E5E5E5 !important;
}

.review-author b {
    background: #05823F;
    color: #fff;
    border-radius: 50%;
    display: inline;
    padding: 2px 5px;
    font-size: 11px;
    margin-right: 7px;
    font-weight: 200;
}
.review-form {
    margin: 20px 0;
}

.review-form h3 {
    font-size: 20px;
    color: #000;
}

.review-form form {
    display: flex;
    flex-direction: column;
}

.review-form form .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.review-form label {
    font-weight: bold;
    color: #000;
}

.review-form input, .review-form select, .review-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #000;
    border-radius: 5px; 
    color: #000;
}
span.reveiws__count {
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 14px;
    top: 0;
}
.review-form select option
{
    color: #0071DC !important;
}
#reviewFormElement input
{
    color: #000;
    border: solid 1px #000;
    border-radius: 5px; 
}
#reviewFormElement input::placeholder
{
    color: #000;
}

.review-form .product-image {
    width: 100px;
    margin-right: 20px;
}

.review-form .guest-author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.review-form .image-upload {
    flex-direction: column;
}

.review-form .image-upload label {
    margin-bottom: 5px;
}

.review-form .image-upload span {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.review-form #imagePreview {
    width: 100px;
    height: 100px;
    border: 1px dashed #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.review-form #imagePreview img {
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.review-form button {
    background-color: #99B998;
    color:#fff;
    border: none;
    padding: 10px 40px;
    cursor: pointer;
    border-radius: 25px;
    border: solid 1px #99B998;
}

.review-form button:hover {
    background-color: #fff;
    color:#99B998;
}

.videos {
    width: 30%;
    position: relative;
}

.videos h3 {
    font-size: 20px;
    margin-top: 0;
}

.video-slider {
    overflow: hidden;
    height: 642px; /* Adjust height for 4 images */
}

.video-slider-inner {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
    text-align: center;
}

.video {
    position: relative;
    margin-bottom: 10px;
}

.video img {
    width: 70%;
   border-radius: 26px !important;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 50%;
    cursor: pointer;
}

.show-more {
    text-align: center;
    margin-top: 20px;
}

.show-more button {
    background: none;
    color: #99B998;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #99B998;
    padding-left: 20px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 400;
    text-transform: unset;
    width: 175px;
    font-family: 'Roboto', sans-serif;
}

 .show-more button:hover { 
    
    color: #99B998;
    background: transparent;
} 

.show-more button img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
} 

.arrow-button {
    background: none;
    border: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
}

.arrow-button img {
    width: 24px;
    height: 24px;
}

.arrow-up {
    top: -40px;
}

.arrow-down {
    bottom: -40px;
}

.hidden {
    display: none;
}



/*///slider*/

.main__reviews__count .swiper {
  width: 100%; 
  max-height: 753px;
    height: 100%;
  position: relative; 
}

.main__reviews__count .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main__reviews__count .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; 
}

.main__reviews__count .arrows.chsaff {
  position: absolute;
    top: 0;
    left: 0%;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    width: 100%;
    height: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .main__reviews__count .swiper {
        height: 300px; /* Adjust the height for smaller screens */
    }
}

@media (max-width: 480px) {
    .main__reviews__count .swiper {
        height: 200px; /* Adjust the height for smaller screens */
    }
}
/*.swiper-backface-hidden .swiper-slide {*/

/*    display: contents;*/
/*}*/


/*Reviews with Images section css*/


#slider-container {
    max-width: 1400px;
    position: relative;
    overflow: hidden;
}

#slider-container .btn {
   position: absolute;
    top: calc(50% - 30px);
    height: auto;
    width: auto;
}

#slider-container .btn.inactive {
    border-color: rgb(153, 121, 126)
}

#slider-container .btn:first-of-type {
   transform: rotate(0deg);
    left: 10px;
}

#slider-container .btn:last-of-type {
    right: 5px;
    padding: 7px;
    border-radius: 26px;
    margin-left: 1ch;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 99999;
}
#slider-container .btn:first-of-type {
    transform: rotate(0deg);
    left: 4px;
    padding: 7px;
    border-radius: 26px;
	margin-left: 1ch;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#slider-container #slider {
    display: flex;
    width: 1000%;
    height: 100%;
    transition: all .5s;
    padding-left: 20px;
    padding-right: 20px;
}

#slider-container #slider .slide {
    height: 90%;
    margin: auto 10px;
    display: grid;
    place-items: center;
}

#slider-container #slider .slide span {
    color: white;
    font-size: 150px;
}

@media only screen and (min-width: 1100px) {
    #slider-container #slider .slide {
        width: calc(2.5% - 20px);
    }
}

@media only screen and (max-width: 1100px) {
    #slider-container #slider .slide {
        width: calc(3.3333333% - 20px);
    }
}

@media only screen and (max-width: 900px) {
    #slider-container #slider .slide {
        width: calc(5% - 20px);
    }
}

@media only screen and (max-width: 550px) {
    #slider-container #slider .slide {
        width: calc(10% - 20px);
    }
}


.reviews-and-videos .swiper-slide img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 13px;
    width: 100%;
    border: solid 1px #00000030;
}
.reviews-with-images .slide img {
    aspect-ratio: 6 / 6;
    object-fit: cover;
   border-radius: 28px;
   padding-right: 0px;
    min-height: 220px;
    height: 262px;
    border: solid 1px #00000014;
}


.reviews-with-images .swiper-slide {
    height: 235px !important;
}
.stars__main {
    width: 100%;
    display: grid;
    margin-top: -20px;
}
.stars__main b {
    font-size: 40px;
    color: #EABE12;
}
span.new-spnaclasd {
    width: auto;
}
span.new-spnaclasd b {
    font-size: 100px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
span.new-spnaclasd span {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
span.span-clased {
    color: #000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin:5px 0 75px 0;
}
button#viewAllReviewsButton {
    background-color: transparent;
    color: #000;
    padding: 10px 10px;
    margin: 5px;
    cursor: pointer;
    border: solid 1px #000;
    border-radius: 25px;
    font-weight: 700;
    font-size: 13px;
    width: 100%;
}
.rating-distribution {
    width: 100%;
    margin-top: 31px;
}
.swiper-zoom-container .elementor-lightbox-image {
    box-shadow: 0 0 30px rgb(0 0 0 / 0%), 0 0 8px -5px rgb(0 0 0 / 0%) !important;
    border-radius: 0px;
}
/* .show-more button:hover {
    text-decoration: underline;
    background: transparent;
} */
.show-more button:focus {

    outline: 0px auto -webkit-focus-ring-color;
}
/*Reviews with Images section css End*/


.main__reviews__count .modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.main__reviews__count .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

.main__reviews__count .close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.main__reviews__count .close:hover,
.main__reviews__count .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.main__reviews__count .prev,
.main__reviews__count .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.main__reviews__count .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.main__reviews__count .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.main__reviews__count .modal-slide {
    display: none;
}

.main__reviews__count .modal-image {
    width: 100%;
    height: auto;
}
div#modalSlider img {
    width: 100%;
}
div#preview-slider {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
div#preview-slider .preview-slide { 
    display: flex;
    justify-content: center;
}
div#preview-slider .preview-slide img
{
    aspect-ratio: 2/2;
}
.see__all__btn {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 7px;
}
.see__all__btn button.see-all-btn {
    padding: 0;
    margin: 0;
    font-family: inherit;
    line-height: 20px;
    min-height: 26px;
    background: transparent;
    font-size: 18px;
    color: #111820;
    text-transform: unset;
    text-decoration: underline;
    font-weight: 200;
}
.see__all__btn button.see-all-btn:focus
{
    outline: 0;
}
.video-gallery {
    position: relative;
    width: 100%; /* Adjust as needed */
}

.video-slider {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.video-slide {
    position: relative;
    margin: 10px 0;
}

.play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
    cursor: pointer;
}

.video-arrow {
    cursor: pointer;
    background: none;
    border: none;
}

.video-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

.video-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    color: #aaa;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    cursor: pointer;
}
.total_review_count__ .elementor-shortcode {
    color: #707070;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.review__block__icon {
    width: 90px;
    display: block;
}
.review__main__block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
div#viewAllReviews {
    margin-left: 121px;
    margin-top: 30px;
}
.review-actions {
    width: 100%;
    display: grid;
}
.review__block__icon
{
    display: block;
}
.mob-pad
{
    display: none;
} 

@media (min-width: 1200px) and (max-width: 1599.98px) {
    /* Styles for desktops */
    
    
   
  }
  
  @media (min-width: 992px) and (max-width: 1199.98px) {
      /* Styles for laptops */
.review__block__icon
{
    display: none;
}
.mob-pad
{
    display: block;
}
.mob-pad img
{
    width: 40px;
    display: block;
}
.review-header
{
    align-items: center;
    gap: 10px;
}
.review-content {
    margin-top: 15px;
}
button#wd-add-to-cart {
  padding: 0 5% !important;
}

button#wd-add-to-cart {
    padding: 0 5% !important;
}
  
  }
  
  
  
  @media (min-width: 768px) and (max-width: 991.98px) {
      /* Styles for tablets */
       
      .review__block__icon
      {
          display: none;
      }
      .mob-pad
      {
          display: block;
      }
      .mob-pad img
      {
          width: 40px;
          display: block;
      }
      .review-header
      {
          align-items: center;
          gap: 10px;
      }
      .review-content {
          margin-top: 15px;
      }
.rating-bar div::before 
{
    right: 20px !important;
}

button#wd-add-to-cart {
    padding: 0 5% !important;
}
  }
  
  @media (min-width: 600px) and (max-width: 767.98px) {
      /* Styles for small phones */
      button#wd-add-to-cart {
        padding: 0 5% !important;
    }
  }
  
  @media (max-width: 599.98px) {
      /* Styles for phones */
.review__block__icon
{
    display: none;
}
.mob-pad
{
    display: block;
}
.mob-pad img
{
    width: 40px;
    display: block;
}
.review-header
{
    align-items: center;
    gap: 10px;
} 
.review-content {
    margin-top: 10px !important;
}
.rating-bar
{
    margin-top: 10px !important;
}
.review__main__block .review-author
{
    justify-content: space-between;
}
.review__main__block .review
{
    width: 100%;
}
.reviews-and-videos
{
    margin-top: 5px !important;
}

div#viewAllReviews {
    margin-left: 0 !important;
    margin-top: 10px !important;
    display: flex !important;
    justify-content: center !important;
}

.show-more button { 
    font-size: 15px;  
    justify-content: center !important;    
    padding: 0 5% !important;
        min-height: 30px !important;
        width: auto !important;
}
.reviews__vids .elementor-element.elementor-arrows-position-outside .swiper
{
    width: calc(100% - 0px) !important;
}
.reviews__vids .swiper-slide
{
    max-width: 75% !important;
    min-width: 75% !important;
    width: 75% !important;
}
.reviews__vids__ipdas .swiper-slide {
    max-width: 85% !important;
    min-width: 85% !important;
    width: 85% !important;
}
.rating-distribution
{
    margin-top: 11px !important; 
}
.review-stars
{
    font-size: 15px !important;
}
      
    } 

    #review__toggle
{
    display: block;
    width: fit-content;
    background: transparent;
    padding: 0 0 6px 0;
    color: #3b68a7;    min-height: 20px;
}	
#review__toggle:focus
{
    outline:none;
    border:none;
}