/*css for modal */
h4.yotpo-form-label {
    margin-top: 0px !important;
}

.modal-backdrop.yotpo-review-form-modal .yotpo-modal-header {
    margin-bottom: 15px!important;
}

.yotpo-input-wrapper.yotpo-new-review-content, .yotpo-input-wrapper.yotpo-new-review-headline, .yotpo-input-wrapper.yotpo-new-review-headline {
    min-height: unset !important;
    margin-bottom: 20px;
}

p.yotpo-new-input-message {
    font-size: 9px !important;
    margin-bottom: 0px !important;
}

.yotpo-input-wrapper.yotpo-new-review-name{
    min-height: unset !important;
    margin-bottom: 20px!important;
}
.yotpo-comment {
   width: 300px !important;
}

.yotpo-main-layout,
.yotpo-layout-header-wrapper {
  display: grid;
  justify-content: left;
}


/*css for modal end */

#yotpo-main-widget-btn,
.yotpo-icon-btn{
	border-radius: 8px !important;
  	font-weight: 500 !important;
}



.ugc-storefront-widgets-tabs-container .yotpo-main-widget-tabs {
   margin-bottom: 40px !important;
   padding-bottom: 35px !important;
   border-bottom: 2px solid #eaeaea !important;
}

.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab { 
    color: #2a33ab !important;
    font-weight: 500 !important;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab.selected {
	border-bottom: 2px solid #2a33ab !important;
}

.yotpo-horizontal-pagination .yotpo-pagination-item {
    min-height: 28px !important;
}

@media (max-width: 900px) {
    .ugc-storefront-widgets-tabs-container {
        margin-top: 20px !important;
        padding-bottom: 20px !important;
        margin-bottom: 0 !important;
    }
}

