/*START OF GENERAL CUSTOMIZATION*/
/*@font-face {
    font-family: 'Gellix Regular'; 
    src: url(https://cdn.shopify.com/s/files/1/0255/0189/2660/files/Gellix-Regular.woff?v=1709856383);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix SemiBold'; 
    src: url(https://cdn.shopify.com/s/files/1/0255/0189/2660/files/Gellix-SemiBold.woff?v=1709856383);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}*/

[class*="yotpo-device-"][class*="yotpo-display-"] {
	--primary-font-family: 'Gellix SemiBold', sans-serif !important;
    --secondary-font-family: 'Gellix Regular', sans-serif !important;
}
/*END OF GENERAL CUSTOMIZATION*/

/*START OF HEADER SECTION*/
.yotpo-reviews-main-widget #yotpo-main-widget-btn.yotpo-new-review-btn {
    border-radius: 100px;
}
/*END OF HEADER SECTION*/

/*START OF REVIEW FORM MODAL*/
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-star-rating-icons-wrapper .yotpo-star-rating-icon path:focus, 
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-star-rating-icons-wrapper .yotpo-star-rating-icon:focus {
    outline: none;
}

.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-review-form .form-footer .yotpo-review-form-footer-container .yotpo-new-review-submit {
    border-radius: 100px;
    background-color: var(--primary-color);
}

.yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review-form-modal .yotpo-star-rating-icons {
    flex-direction: column;
}

.yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review-form-modal .yotpo-star-rating-icons .yotpo-star-rating-icons-wrapper {
    padding: 0;
}

.yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review-form-modal .yotpo-star-rating-icons .yotpo-star-rating-text {
    align-self: flex-start !important;
}
/*END OF REVIEW FORM MODAL*/

/*START OF FILTER SECTION*/
.yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel input,
.yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-mobile-filters-popup-btn,
.yotpo-reviews-main-widget .yotpo-mobile-filters-popup-overlay-container input,
.yotpo-reviews-main-widget #yotpo-main-widget-btn.yotpo-clear-filters-btn {
    border-radius: 100px;
}
/*END OF FILTER SECTION*/

/*START OF REVIEWS SECTION*/
.yotpo-reviews-main-widget .yotpo-avatar-initials-text {
    font-size: 20px;
}

.yotpo-reviews-main-widget .yotpo-review-content .yotpo-read-more-text {
    display: inline;
    margin-right: 5px;
}

.yotpo-reviews-main-widget .yotpo-review-content .yotpo-read-more {
    margin-left: 0;
    text-decoration: underline;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile .modal-backdrop.yotpo-media-modal {
    background-color: #fff;
    overflow-y: scroll;
}

[class*="yotpo-display-"][class*="yotpo-device-"].yotpo-device-mobile .modal-backdrop.yotpo-media-modal #yotpo-modal {
    overflow-y: unset;
}

.yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review .yotpo-review-right-panel {
    flex-basis: unset;
}

.yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review .yotpo-review-left-panel {
    flex-grow: 1;
}
/*END OF REVIEWS SECTION*/

/*START OF PAGINATION SECTION*/
.yotpo-reviews-main-widget .yotpo-horizontal-pagination .selected, 
.yotpo-reviews-main-widget .yotpo-horizontal-pagination .yotpo-pagination-number:hover,
.yotpo-reviews-main-widget .yotpo-vertical-pagination .yotpo-reviews-pagination-item {
    border-radius: 100px;
}
/*END OF PAGINATION SECTION*/

.yotpo-reviews-main-widget .yotpo-widget-btn,
.yotpo-question-btn.yotpo-ask-question-btn-l, #yotpo-widget-btn.yotpo-question-btn.yotpo-ask-question-btn-s {
  text-decoration: none;
  border-radius: 100px;
}
.yotpo-initials-background {
  fill: #406AC0 !important;
}
.yotpo-avatar-initials-text {
  fill: #fff !important;
}
.yotpo-star-rating-icon, 
.yotpo-review-form-modal svg {
  max-width: unset;
}
.yotpo-verified-icon-wrapper {
  fill: #E8F0FF !important;
}
.yotpo-review .yotpo-verified-icon-wrapper {
  top: 24px !important;
  left: 22px !important;
  width: 20px;
}
.yotpo-terms-and-conditions-container.yotpo-checkbox-container {
  margin: 0;
  padding: 0;
}
.yotpo-terms-and-conditions-container.yotpo-checkbox-container .yotpo-checkbox {
  all: revert !important;
}
.yotpo-reviews-main-widget svg {
  max-width: revert;
}
.yotpo-main-widget-tabs {
   margin-top: 30px !important;
}
.yotpo-head {
   margin-top: 2px !important;
}
.yotpo-bottom-line {
   margin-bottom: 20px !important;
}