@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/fonts/FontAwesome.eot');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'),
    url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/font-awesome/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Atsiliepimai */
.testimon-list {
    width: 100%;
}

.testimon-3box-container {
    margin-top: 20px;
    margin-bottom: 30px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.testimon-3box-red {
    font-size: 28px;
    line-height: 28px;
    padding: 0px;
    font-weight: 600;
    color: #e10000;
    margin: 10px 0px 13px 0px;
}

.testimon-3box .stars-block-1 .stars-outer {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 4px;
    margin-left: 4px;
}

.testimon-3box-red.mt45 {
    margin-top: 36px;
}

.testimon-3box-container div.testimon-3box {
    text-align: center;
    border-radius: 7px;
    background-color: #eeeeee;
    padding: 20px;
}

.testimon-3box-container .testimon-3box-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #777;
}

.testimon-button-group {
    margin-bottom: 30px;
}

.reviews-info-block {
    order: 0 !important;
    padding: 5px;
    width: 172px !important; /*aktyvuota po update*/
    font-size: 13px;
    margin-left: 25px;
}

.reviews-info-block a {
    text-decoration: none !important;
    color: #333333;
}

.testimon-list-item {
    padding: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border-width: 1px;
    border-style: dotted;
    border-color: #c6c6c6;
    border-radius: 7px;
    background-color: white;
    width: calc(20% - 16px) !important;
    margin-bottom: 20px;
}

.testimon-list-item:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #c6c6c6;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}


@media (max-width: 980px) {
    .testimon-list-item {
        width: calc(33.33% - 13px) !important;
    }
}

@media (max-width: 760px) {
    .testimon-list-item {
        width: calc(50% - 10px) !important;
    }
}

@media (max-width: 470px) {
    .testimon-list-item {
        width: 100% !important;
    }
}

.testimon-message {
    font-size: 14px;
    margin-bottom: 10px;
}

.testimon-answer .testimon-text {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

.testimon-auth {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
}

.testimon-list .date-added {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.testimon-list .rating {
    display: block;
}

/*.rating {
  display: inline-block;
  vertical-align: top;
}*/

.reviews-info-block .stars-outer, .testimon-list .rating .stars-outer, .stars-block-1 .stars-outer {
    display: inline-block;
    position: relative;
    color: #222222;
    font-family: "FontAwesome";
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 2px;
    overflow: hidden;
}

.reviews-info-block .stars-block {
    margin-bottom: 0px;
}

.stars-block {
    margin-bottom: 8px;
}

.testimon-list .rating .stars-outer {
    font-size: 13px;
    line-height: 16px;
}

.testimon-list-item .stars-inner, .testimon-list-item-module .stars-inner {
    position: absolute;
    top: -3px;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.testimon-list-item-module .block-content {
    text-align: left;
}

.testimon-list-item .stars-inner:before, .reviews-info-block .stars-inner:before, .stars-block-1 .stars-inner:before, .testimon-list-item-module .stars-inner:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #222222;
    font-size: 13px;
}

.testimon-list-item .stars-outer:before, .reviews-info-block .stars-outer:before, .stars-block-1 .stars-outer:before, .testimon-list-item-module .stars-outer:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    content: "\f006 \f006 \f006 \f006 \f006";
}

.reviews-info-block .stars-inner, .stars-block-1 .stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.testimon-intro-text {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.testimon-rating {
    direction: rtl;
}

.testimon-rating * {
    font-size: 18px;
    line-height: 18px;
}

.testimon-rating > input {
    display: none;
}

.testimon-rating > input + label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 18px;
    white-space: nowrap;
    cursor: pointer;
}

.testimon-rating > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    font-family: "FontAwesome";
    font-size: 18px;
    content: "\f005";
    color: #d8d8d8;
}

.testimon-rating > input:checked ~ label:before, .testimon-rating > input + label:hover ~ label:before, .testimon-rating > input + label:hover:before {
    font-family: "FontAwesome";
    content: "\f005";
    color: #f2b823;
}

.testimon-rating > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.testimon-rating > .star-cb-clear + label:before {
    width: .5em;
}

.testimon-rating:hover > input + label:before {
    content: "\f005";
    color: #d8d8d8;
    text-shadow: none;
}

.testimon-rating:hover > input + label:hover ~ label:before, .testimon-rating:hover > input + label:hover:before {
    font-family: "FontAwesome";
    content: "\f005";
    color: #f2b823;
}

.rating-info {
    line-height: 18px;
    margin-left: 15px;
    font-size: 14px;
}

.testimon-recomend {
    align-items: flex-start;
}

.testimon-recomend input {
    margin-right: 5px;
}

.testimon-recomend label {
    margin-right: 15px;
}

@media (max-width: 370px) {
    .testimon-recomend label {
        margin-right: 8px;
    }
}

.review-form-title {
    font-size: 16px;
}

.review-form-title:after {
    width: 75px;
    height: 1px;
    background-color: rgba(225,0,0,1);
    content: '';
    display: block;
    position: relative;
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
}

.fw400 {
    font-weight: 400;
}

.testimon.pagination-results {
    margin-top: 10px;
}

/* Atsiliepimai: end */

/*Atsiliepimai mobile cnt*/

.stg-mobile-menu-review-count {
    margin-left: 5px;
}

/*Atsiliepimia mobile cnt : end */

.testimon-list .testimon-product {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.testimon-list .testimon-product i, .testimon-list .testimon-product img {
    margin-right: 10px;
}