/* body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 20px;
  background-color: #f9f9f9;
}
.review-widget {
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}
.review-widget header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.review-widget header img {
  height: 30px;
  margin-right: 10px;
}
.review-widget .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  font-size: 1.5em;
}
.review-widget .rating span {
  margin-left: 10px;
  font-size: 0.7em;
  color: #888;
}
.review-widget .stars {
  color: #ffa500;
  margin-left: 10px;
}
.review-widget button {
  background-color: #4285F4;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.review-widget button:hover {
  background-color: #357ae8;
} */


/* styles.css */
/*body {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px; 
}*/

.sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 85%;
  /* Center vertically */
  transform: translateY(-50%);
  /* Center vertically */
  /*    right: 0;*/
  width: 100%;
  max-width: 230px;
  /* Adjust width as needed */
  z-index: 1000;
  /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: white;*/
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.review-widget {
  width: 100%;
}

#rating-value {
  font-weight: bolder;
  font-size: 15px;
  color: black;
}

#review-count {
  font-size: 15px;
}

.review-widget header {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}

.review-widget header img {
  width: 40px;
  height: auto;
}

.review-widget header h2 {
  margin: 10px 0;
}

.review-widget .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.review-widget .stars {
  font-size: 10px;
  color: gold;
  margin: 0 2px;
}

.review-widget .review {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.review-widget .review:last-child {
  border-bottom: none;
}

.review-widget .review-rating {
  font-size: 16px;
  font-weight: bold;
}

.review-widget .review-text {
  margin: 5px 0;
}

.review-widget .review-author {
  font-size: 14px;
  color: #555;
}

.review-widget button {
  background-color: #4285F4;
  color: white;
  border: none;
  padding: 0px 4px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 10px;
  text-decoration: none;
}

.review-widget button:hover {
  background-color: #357ae8;
}



/* WhatAPp widget CSS */
.whats-float {
  position: fixed;
  /* transform:translate(125px,0px);
    -webkit-transform: translate(125px,0px); */
  /* transform: -web; */
  top: 80%;
  right: -130px;
  width: 190px;
  overflow: hidden;
  background-color: #25d366;
  color: #FFF;
  border-radius: 15px 0 0 15px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle
}

.whats-float a,
.whats-float a:hover {
  display: flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row;
}

.whats-float a span {
  color: white;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: relative;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float i {
  font-size: 42px;
  color: white;
  line-height: 30px;
  padding: 15px 15px 13px 15px;
  /* transform:rotate(0deg); */
  transition: all 0.5s ease-in-out;
  text-align: center;

}

.whats-float:hover {
  color: #FFFFFF;
  right: 0;
  /* transform:translate(0px,0px); */
}

.whats-float:hover i {
  transform: rotate(360deg);
}





ul li {
  list-style: none;
}

li+li {
  opacity: 1;
}

/*
  - Floating layout
******************************************************/
.romw-review-blocks-container {
  font-size: 14px;
  height: 100%;
  padding: 8px 16px;
}

.ul-container-wrapper {
  padding-top: 24px;
  padding-bottom: 8px;
  position: relative;
  width: 325px;
  height: 100%;
}

.ul-container {
  position: relative;
  width: 300px;
  height: 100%;
}

.romw-btn-close.rounded-circle {
  top: 12px;
  right: 89px;
  transition: 0.3s;
}

.ul-container-wrapper:hover .romw-btn-close {
  top: 2px;
}

.romw-review-blocks-container a {
  color: inherit;
  text-decoration: none;
}

.romw-review-blocks-container a:hover {
  color: inherit;
  text-decoration: none;
}

.romw-floating-layout.romw-review-blocks {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.romw-floating-layout .romw-review-block {
  background-color: #fff;
  box-shadow: 4px 6px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: block;
  margin-bottom: 0;
  padding: 10px 12px 12px 12px;
  text-decoration: none;
  width: 300px;
}

.romw-floating-layout .romw-review-heading-block {
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 0;
}

.romw-floating-layout .romw-author-thumbnail {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.romw-floating-layout .romw-review-meta-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 55px);
}

.romw-floating-layout .romw-thumbnail-block:empty+.romw-review-meta-block {
  width: 100%;
}

.romw-floating-layout .romw-review-summary-block {
  margin-top: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  order: 3;
}

.romw-floating-layout .romw-review-summary-block .romw-review-summary,
.romw-floating-layout .romw-date-block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.romw-floating-layout .romw-author-name {
  font-size: 14px;
}

.romw-floating-layout .romw-rating-block {
  font-family: "Ionicons" !important;
  margin-right: 6px;
  order: 1;
}

.romw-floating-layout .romw-rating-block:empty {
  margin-right: 0;
}

.romw-floating-layout .romw-date-block {
  line-height: 1.1;
  padding-right: 20px;
  order: 2;
  width: calc(100% - 112px);
}

.romw-floating-layout .romw-rating-block:empty+.romw-date-block {
  margin-top: 5px;
}

.romw-floating-layout .romw-rating-star {
  font-size: 22px;
  line-height: 1.1;
}

.romw-floating-layout .romw-review-content-block {
  flex-basis: 100%;
}

.romw-floating-layout .romw-source-logo {
  width: 18px;
  height: 18px;
}

.romw-floating-layout .romw-review-source-block {
  top: 13px;
  right: 15px;
}

.romw-floating-layout.romw-review-blocks {
  z-index: 2147483001;
}

.romw-floating-layout li {
  position: absolute;
  display: none;
}

.btn-read-more,
.romw-review-blocks-container .btn-read-more {
  color: #007bff;
  opacity: 0.9;
  padding: 0 3px;
  transition: 0.3s;
}

.btn-read-more:hover,
.romw-review-blocks-container .btn-read-more:hover {
  color: #007bff;
  opacity: 1;
}

/* Safari 10.1+ */
@media not all and (min-resolution: .001dpcm) {
  .romw-floating-layout .romw-review-block {
    width: 304px;
  }

}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .romw-floating-layout .romw-date-block {
    width: calc(100% - 122px);
  }

  /* IE11 */
}

/*
  Base
******************************************************/
body {
  overflow-anchor: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin-top: 0;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row
}

.flex-column {
  flex-direction: column;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center !important;
}

.romw-review-blocks-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #525366;
  text-align: left;
}

.romw-review-blocks-container a {
  color: #1c91ff;
  text-decoration: none;
}

.romw-review-blocks-container a:hover {
  color: #1c91ff;
  text-decoration: underline;
}

.romw-load-more-container {
  text-align: center;
}

.romw-load-more-button {
  border-radius: 5px;
  border: 1px solid #ececec;
  cursor: pointer;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 8px 20px;
  transition: 0.3s;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  background-color: transparent;
  opacity: 0.9;
}

.romw-load-more-button:hover {
  /*background-color: #ececec;*/
  opacity: 1;
}

.romw-load-more-button:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.romw-author-thumbnail {
  border-radius: 50%;
  display: block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  margin-right: 8px;
}

.romw-author-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.romw-author-thumbnail:empty {
  display: none;
}

.romw-author-name {
  color: #242424;
  font-size: 18px;
  font-weight: bold;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.romw-author-block {
  margin-bottom: 8px;
  padding-right: 40px;
}

.romw-date-block {
  color: #ACACAC;
  font-size: 14px;
}

.romw-review-heading-block {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  word-break: break-all;
}

.romw-rating-star {
  color: #ffaa00;
  font-size: 21px;
  line-height: 1;
}

.romw-source-logo {
  width: 24px;
  height: 24px;
}

.romw-source-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.romw-source-logo img {
  width: 100%;
  height: auto;
}

.romw-source-heading {
  color: #b5b5b5;
  font-size: 12px;
}

.romw-review-block {
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.romw-review-source-block {
  position: absolute;
  top: 12px;
  right: 0;
}

.romw-nav-link {
  color: #2ea3f2;
  text-decoration: none;
}

.romw-nav-link:hover {
  color: #2ea3f2;
}

.romw-more-content span {
  display: none;
}

.romw-copyright {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 80%;
  margin-top: 10px;
}

.romw-btn-close {
  color: #aaa;
  cursor: pointer;
  padding: 10px;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  line-height: 0;
  position: absolute;
  top: -8px;
  right: -11px;
  z-index: 3;
  visibility: visible;
  opacity: 1;
  transition: 0.1s;
}

.romw-btn-close .icon-caret-down {
  display: block;
  width: 10px;
  height: auto;
  margin: 0 auto;
  opacity: 0.5;
  transition: 0.3s;
}

.romw-btn-close:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.romw-btn-close:hover {
  color: #333;
}

.romw-btn-close:hover .icon-caret-down {
  opacity: 1;
}

.romw-btn-close .icon-wrapper {
  position: relative;
  z-index: 1;
}

.romw-btn-close:before {
  background-color: #fff;
  border-radius: 50px;
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 1px;
  right: 6px;
}

.romw-btn-close.rounded-circle {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 4px 6px 10px 1px rgba(0, 0, 0, 0.1);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.romw-btn-close.rounded-circle::before {
  display: none;
}

.romw-btn-close.rounded-circle .icon-wrapper {
  font-size: 20px;
  top: -2px;
}

.ul-container-wrapper:hover .romw-btn-close {
  visibility: visible;
  opacity: 1;
}

/* Custom native scroll */
.scroll {
  width: 100%;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.scrollContent {
  padding-right: 4px;
}

.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 0);
  background-color: rgb(255 255 255 / 0);
  border-radius: 10px;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgb(255 255 255 / 0);
}

.scroll::-webkit-scrollbar-thumb {
  background-color: rgb(217 218 222 / 0);
  border-radius: 10px;
  transition: 0.3s;
}

.scroll:hover::-webkit-scrollbar-thumb {
  background-color: rgb(217 218 222);
}

.eapps-google-reviews-3bc73f90-3123-4d0a-be37-e210f83b610c-custom-css-root .es-badge-sources-container {
  margin: 0 !important;
}

.eapps-google-reviews-3bc73f90-3123-4d0a-be37-e210f83b610c-custom-css-root .es-badge-reviews-count {
  padding-left: 28px !important;
}

.eapps-google-reviews-3bc73f90-3123-4d0a-be37-e210f83b610c-custom-css-root .es-badge-container {
  border-radius: 7px !important;
}

.eapps-google-reviews-3bc73f90-3123-4d0a-be37-e210f83b610c-custom-css-root .es-rating-bar-container {
  margin-right: 0 !important;
}

.eapps-google-reviews-3bc73f90-3123-4d0a-be37-e210f83b610c-custom-css-root .es-rating-value {
  margin-bottom: -47px !important;
}

.gocgRC {
  gap: 10px !important;
}

@-moz-document url-prefix() {
  .scroll {
    scrollbar-color: rgb(217 218 222 / 0) transparent;
    scrollbar-width: thin;
  }

  .scroll:hover {
    scrollbar-color: rgb(217 218 222) transparent;
  }
}

/* Safari 10.1+ */
@media not all and (min-resolution: .001dpcm) {

  .romw-btn-close:before {
    top: 3px;
    right: 7px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .romw-btn-close {
    visibility: hidden;
    opacity: 0;
  }

  .romw-floating-layout.romw-review-blocks .active:hover .romw-btn-close {
    opacity: 1;
    visibility: visible;
  }
}

.romw-reviews-heading-block {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}

.romw-reviews-heading-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.romw-reviews-heading-text.text-center {
  justify-content: center;
}

.romw-reviews-heading-block .romw-average-rating,
.romw-reviews-heading-block .romw-reviews-total-count {
  margin-left: 8px;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
}

.romw-reviews-heading-block .romw-reviews-total-count {
  margin-left: 8px;
  margin-right: 8px;
}

.romw-reviews-heading-block .romw-rating-star {
  font-size: 32px;
  margin-left: 3px;
  margin-right: 8px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/*
  - Floating layout
******************************************************/
.romw-review-blocks-container {
  font-size: 14px;
  height: 100%;
  padding: 8px 16px;
}

.ul-container-wrapper {
  padding-top: 24px;
  padding-bottom: 8px;
  position: relative;
  width: 325px;
  height: 100%;
}

.ul-container {
  position: relative;
  width: 300px;
  height: 100%;
}

.romw-btn-close.rounded-circle {
  top: 12px;
  right: 89px;
  transition: 0.3s;
}

.ul-container-wrapper:hover .romw-btn-close {
  top: 2px;
}

.romw-review-blocks-container a {
  color: inherit;
  text-decoration: none;
}

.romw-review-blocks-container a:hover {
  color: inherit;
  text-decoration: none;
}

.romw-floating-layout.romw-review-blocks {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.romw-floating-layout .romw-review-block {
  background-color: #fff;
  box-shadow: 4px 6px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: block;
  margin-bottom: 0;
  padding: 10px 12px 12px 12px;
  text-decoration: none;
  width: 215px;
}

.romw-floating-layout .romw-review-heading-block {
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 0;
}

.romw-floating-layout .romw-author-thumbnail {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.romw-floating-layout .romw-review-meta-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 55px);
}

.romw-floating-layout .romw-thumbnail-block:empty+.romw-review-meta-block {
  width: 100%;
}

.romw-floating-layout .romw-review-summary-block {
  margin-top: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  order: 3;
}

.romw-floating-layout .romw-review-summary-block .romw-review-summary,
.romw-floating-layout .romw-date-block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.romw-floating-layout .romw-author-name {
  font-size: 14px;
}

.romw-floating-layout .romw-rating-block {
  font-family: "Ionicons" !important;
  margin-right: 6px;
  order: 1;
}

.romw-floating-layout .romw-rating-block:empty {
  margin-right: 0;
}

.romw-floating-layout .romw-date-block {
  line-height: 1.1;
  padding-right: 20px;
  order: 2;
  width: calc(100% - 112px);
}

.romw-floating-layout .romw-rating-block:empty+.romw-date-block {
  margin-top: 5px;
}

.romw-floating-layout .romw-rating-star {
  font-size: 22px;
  line-height: 1.1;
}

.romw-floating-layout .romw-review-content-block {
  flex-basis: 100%;
}

.romw-floating-layout .romw-source-logo {
  width: 18px;
  height: 18px;
}

.romw-floating-layout .romw-review-source-block {
  top: 13px;
  right: 15px;
}

.romw-floating-layout.romw-review-blocks {
  z-index: 2147483001;
}

.romw-floating-layout li {
  position: absolute;
  display: none;
}

.btn-read-more,
.romw-review-blocks-container .btn-read-more {
  color: #007bff;
  opacity: 0.9;
  padding: 0 3px;
  transition: 0.3s;
}

.btn-read-more:hover,
.romw-review-blocks-container .btn-read-more:hover {
  color: #007bff;
  opacity: 1;
}

/* Safari 10.1+ */
/* @media not all and (min-resolution: .001dpcm) {
  @media {
    .romw-floating-layout .romw-review-block {
      width: 304px;
    }
  }
} */
@media not all and (min-resolution: .001dpcm) {
  .romw-floating-layout .romw-review-block {
    width: 304px;
  }
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .romw-floating-layout .romw-date-block {
    width: calc(100% - 122px);
  }

  /* IE11 */
}

.google-widget-wrap {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  transition: all .3s ease;
}

.google-widget-inner {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 4px 6px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 7px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google-img {
  width: 40px;
  margin-right: 10px;
}

.google-review-stars i {
  margin-bottom: 5px;
}

.g-rating-text {
  margin-right: 5px;
}

.g-rating-num {
  color: #000000;
  font-weight: bold;
}

.g-close-btn {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 4px 6px 10px 1px rgba(0, 0, 0, 0.1);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 0px;
  right: -20px;
  transition: 0.3s;
  opacity: 0;
  cursor: pointer;
}

.g-close-icon {
  color: #a4a4a4;
  font-size: 25px;
  margin-top: -2px;
}

.google-widget-wrap:hover .g-close-btn {
  opacity: 1;
  transition: 0.3s;
  top: -20px;
}

.google-review-stars .star-rating.empty,
.google-review-stars .star-rating.empty:before,
.google-review-stars .star-rating.empty:after {
  border-bottom-color: #c3c3c3;
}

@media screen and (max-width: 767px) {
  .google-widget-wrap.on-g-scroll {
    bottom: auto;
    left: auto;
    z-index: 10;
    top: 140px;
    right: 25px;
    transition: all .3s ease;
  }

  .google-widget-inner {
    padding: 10px;
    display: inline-block;
  }

  .google-img {
    width: 25px;
    margin-right: 0;
  }

  .google-review-stars {
    padding-left: 10px;
    margin-top: -6px;
  }

  .google-review-stars i {
    display: block;
    margin: 13px 0;
  }

  .g-rating-text {
    display: none;
  }

  .g-rating-num {
    font-size: 12px;
  }

  /* .eapps-google-reviews-3bc73f90-3123-4d0a-be37-e210f83b610c-custom-css-root .es-rating-bar-container{
    flex-direction: column !important;
  } */

  .eapps-google-reviews-3bc73f90-3123-4d0a-be37-e210f83b610c-custom-css-root .es-rating-bar-container {
    margin-right: 0 !important;
    margin-top: 13px !important;
    margin-bottom: 13px !important;
    margin-left: 13px !important;
  }
  .eapps-google-reviews-3bc73f90-3123-4d0a-be37-e210f83b610c-custom-css-root .es-badge-reviews-count {
    padding-left: 0 !important;
  }

  .gocgRC {
    padding: 0 !important;
    gap: 5px !important;
  }

  .iQpIKG svg {
    width: 80% !important;
    height: 80% !important;
  }


}

/* @media screen and (max-width: 767px) {
  .google-widget-wrap {
    position: absolute;
  }
  .google-widget-inner {
    padding: 15px;
    display: inline-block;
  }
  .google-img {
    width: 32px;
    margin-right: 0;
  }
  .google-review-stars {
    padding-left: 13px;
  }
  .google-review-stars i {
    display: block;
    margin: 13px 0;
  }
  .g-rating-text {
    display: none;
  }
} */