/* Add font-face declarations at the top */
/* Source Sans Pro Light - 300 */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/iconss/fonts/sourcesanspro-light.woff2') format('woff2');
}
/* Source Sans Pro Regular - 400 */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/iconss/fonts/sourcesanspro-regular.woff2') format('woff2');
}
/* Source Sans Pro SemiBold - 600 */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/iconss/fonts/sourcesanspro-semibold.woff2') format('woff2');
}
/* Source Sans Pro Bold - 700 */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/iconss/fonts/sourcesanspro-bold.woff2') format('woff2');
}
/* Base Widget Styles */
.ti-widget {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  max-width: 100%;
  margin: 0 auto;
}
.ti-widget-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* Header Styles */
.ti-header {
  text-align: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  position: relative;
}
.ti-v-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* INCREASED STAR SIZE - Using your custom star SVG */
.ti-stars {
  display: inline-flex;
  gap: 6px;
  margin: 20px 0;
}
.ti-star.f {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(//deemasfashion.co.uk/iconss/f.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ti-star.f::before {
  content: ""; /* Remove the default star character */
}
/* For the stars in the header (after logo) */
.ti-header .ti-stars {
  margin: 15px 0;
}
.ti-header .ti-star.f {
  width: 36px;
  height: 36px;
}
.centerr-reviews {
  font-family: 'Source Sans Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  color: #000000;
  font-display: swap;
}

.ti-rating-text {
  color: #000000;
  font-size: 14px;
}
.ti-reviews-container {
  position: relative;
  overflow: hidden;
}
.ti-reviews-container-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
  gap: 20px;
}
.ti-review-item {
  flex: 0 0 calc(33.333% - 14px);
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  min-width: 0;
  position: relative;
}
.ti-review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  position: relative;
  padding-right: 30px;
}
.ti-widget .source-Facebook .ti-review-header:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(//deemasfashion.co.uk/iconss/icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.ti-profile-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.ti-profile-details {
  flex: 1;
}
.ti-name a {
  font-weight: 600;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.ti-name a:hover {
  color: #007bff;
}
.ti-date a {
  color: #666;
  font-size: 11px;
  text-decoration: none;
}
.ti-review-item .ti-stars {
  gap: 2px;
  margin: 8px 0;
}
.ti-review-item .ti-star.f {
  width: 16px;
  height: 16px;
}
.ti-recommendation {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 10px;
}
.ti-recommendation-icon.positive {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(//deemasfashion.co.uk/iconss/recommendation-positive.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ti-recommendation-title {
  font-size: 12px;
  color: #00a400;
  font-weight: 500;
}
.ti-review-content {
  margin: 12px 0;
  line-height: 1.4;
  color: #000000;
  font-size: 13px;
}
/* Controls */
.ti-controls-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-bottom: 15px;
}
.dot.active {
  background: #007bff;
}
/* Responsive */
@media (max-width: 768px) {
  .ti-review-item {
    flex: 0 0 calc(100% - 20px);
  }
  .ti-star.f {
    width: 28px;
  }
  .ti-header .ti-star.f {
    width: 30px;
    height: 30px;
     filter: invert(46%) sepia(82%) saturate(500%) hue-rotate(2deg) brightness(100%) contrast(100%);
  } 
  .ti-widget .source-Facebook .ti-review-header:after {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ti-review-item {
    flex: 0 0 calc(50% - 10px);
  }
}
.custom-product-grid
{
    width: 21.5391304348%;
    float: left;
    margin: 30px 17px;
    max-height: 400px;
        list-style: none !important;
}
@media (max-width:900px) 
{
   .custom-product-grid
   {
    width: 50% !important;
    margin: 10px 0px 10px 0px !important;
padding:3px;
    list-style: none !important;
   } 
}