.drow .tipso_style {
    border-bottom: none;
}
/* 
.drow .tipso_bubble {
    background-color: #c3c3c3;
    color: #000;
} */

/* #site_tab1 .reply {
    display: block !important;
} */

.ec-filters {
    /* position: sticky; */
    top: 20px;
    text-align: left;
    padding: 15px 20px;
    color: rgb(0, 6, 57);
    background: rgb(246, 244, 251);
    margin: 0px auto;
    font-size: 12px;
    font-weight: 600;
    /* margin-bottom: 20px; */
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 10;
}

@media screen and (min-width: 769px) {
    .ec-filters {
        position: sticky;
    }
}

.ec-filters-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-column-gap: 25px;
    grid-row-gap: 15px;
    margin-bottom: 20px;
}

.ec-filters .ec-filters-filter-wrapper {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    /* padding-right: 10px;
    padding-left: 10px; */
}

.ec-filters .select2-container {
    max-width: 100%;
    width: 100% !important;
}

.ec-filters .ec-filters-filter-wrapper select {
    width: 100%;
}

.ec-filters label {
    font-weight: 600;
    font-size: 16px;
}

.select2-results__option {
    font-size: 12px;
}

.ec-is-loading {
    position: relative;
}

.ec-is-loading:before {
    display: block;
    font-size: 0;
    content: ".";
    background-color: rgb(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999999;
}

.ec-is-loading:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    display: block;
    content: ".";
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #eee;
    border-top-color: #562ed3;
    animation: loading 1s linear infinite;
}

.ec-filters .select2-container .select2-selection--single {
    height: 36px;
}

.ec-filters
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 34px;
}

.ec-filters
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 36px;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

.ec-paginatable {
    position: relative;
}

.ec-paginatable .pagination {
    height: 32px;
    margin: 0;
    /* margin-top: 15px; */
    padding: 0;
}

.ec-paginatable .pager,
.ec-paginatable .pagination ul {
    margin-left: 0;
    zoom: 1;
}
.ec-paginatable .pagination ul {
    padding: 0;
    display: inline-block;
    display: inline;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ec-paginatable .pagination li {
    display: inline;
}
.ec-paginatable .pagination a {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
    color: #562ed3;
}
.ec-paginatable .pagination .active a,
.ec-paginatable .pagination a:hover {
    background-color: #f5f5f5;
    color: #94999e;
}
.ec-paginatable .pagination .active a {
    color: #94999e;
    cursor: default;
}
.ec-paginatable .pagination .disabled a,
.ec-paginatable .pagination .disabled a:hover,
.ec-paginatable .pagination .disabled span {
    color: #94999e;
    background-color: transparent;
    cursor: default;
}
.ec-paginatable .pagination li:first-child a,
.ec-paginatable .pagination li:first-child span {
    border-left-width: 1px;
    /* -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; */
}
.ec-paginatable .pagination li:last-child a {
    /* -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; */
}
.ec-paginatable .pagination-centered {
    text-align: center;
}
.ec-paginatable .pagination-right {
    text-align: right;
}
.ec-paginatable .pager {
    margin-bottom: 18px;
    text-align: center;
}
.ec-paginatable .pager:after,
.ec-paginatable .pager:before {
    display: table;
    content: "";
}
.ec-paginatable .pager li {
    display: inline;
}
.ec-paginatable .pager a {
    display: inline-block;
    padding: 5px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.ec-paginatable .pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.ec-paginatable .pager .next a {
    float: right;
}
.ec-paginatable .pager .previous a {
    float: left;
}
.ec-paginatable .pager .disabled a,
.ec-paginatable .pager .disabled a:hover {
    color: #999;
    background-color: #fff;
    cursor: default;
}
.ec-paginatable .pagination .prev.disabled span {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 1;
}
.ec-paginatable .pagination .next.disabled span {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.ec-paginatable .pagination li.active,
.ec-paginatable .pagination li.disabled {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.ec-paginatable .pagination li.active {
    background: #562ed3;
    color: #fff;
}

.ec-paginatable .pagination li.active a,
.ec-paginatable .pagination li.disabled a {
    background-color: transparent;
    color: inherit;
    padding: 0;
    border: none
}

.ec-paginatable .pagination li:first-child {
    border-left-width: 1px;
}

.ec-btn-primary {
    color: #fff !important;
    font-weight: 600;
    display: block;
    line-height: 1.125;
    border: 1px solid #562ed3;
    padding: 10px;
    border-radius: 5px;
    background-color: #562ed3 !important;
    max-width: 150px;
    text-decoration: none !important;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.ec-btn-primary:hover {
    background-color: #2d1086 !important;
    border-color: #2d1086 !important;
}

.ec-filters-filter-wrapper-footer {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-column-gap: 25px;
    grid-row-gap: 15px;
}

.ec-paginatable .stars:before {
    z-index: 3;
}
  
.ec-paginatable .stars-ov {
    z-index: 4;
}
  
.ec-paginatable .stars-bg {
    z-index: 3;
}

.ec-text-center {
    text-align: center;
}

@media (max-width: 1024px) {
    .customSummaryTabs .boxWrapper .t12-ova-in {
        font-size: 12px !important;
        flex-flow: column;
    }

    .customSummaryTabs .boxWrapper .t12-ova-num {
        font-size: 20px !important;  
    }

    .customSummaryTabs .t12-usr-num {
        margin-bottom: 0px !important; 
    }


}

.boxWrapper a {
    color: #3302b0 !important;
}

@media ( max-width:672px ) {

    .boxWrapper .t12-ova-in {
        display: flex;
        flex-direction: column;
    }

    .r_product.customSummaryTabs {
        border: 2px solid rgb(240, 240, 243);
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 15px;
    }

    .r_product.customSummaryTabs .firstCol {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .r_product.customSummaryTabs .firstCol a {
        margin: 0;
        padding: 6px 40px;
        min-width: 248px;
    }

    .r_product.customSummaryTabs .thirdCol {
        padding: 0;
    }

    .r_product.customSummaryTabs .thirdCol .boxWrapper {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row-reverse;
    }   

    .r_product.customSummaryTabs .thirdCol .boxWrapper .t12-lrg {
        margin: 0;
    }
}


.mainWrapper {
    display: flex;
    border: 1px solid #616262;
    border-radius: 14px;
    justify-content: space-between;
    overflow: hidden;
}

.productWrapper {
    border-right: 1px solid black;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 33.33%;
    padding: 20px;
    padding-top: 0px !important;
    position: relative;
}

.productRatings {
    display: flex;
    gap: 10px;
    width: 100%;
}

.overAllScore {
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    width: 100%;
    gap: 0px;
    justify-content: center;
    align-items: center;
}

.userRating {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: white;
    width: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    align-items: center;
    padding: 10px;
    gap: 2px;
    justify-content: center;
}

.row4 {
    width: 100%;
}

.overAllScore span {
    line-height: 17px;
    font-size: 14px;
    color: black !important;
}

span.score {
    line-height: 20px;
    font-weight: 900;
    color: black !important;
    font-size: 18px;
}

span.ratingHeading {
    font-size: 14px;
    color: black !important;
    line-height: 20px;
}

.userRating .stars {
    width: 79px;
    height: 15px;
}

.userRating a {
    font-size: 12px;
    color: #3302b0 !important;
}

a.read-button {
    background-color: #E1E1E1;
    width: 100%;
    position: relative;
    text-align: center;
    border-radius: 4px;
    color: #020637 !important;
    font-size: 16px;
    padding: 8px;
    transition: .3s ease-in-out;
}

.row5 {
    width: 100%;
    display: flex;
    position: relative;
    left: 0;
    top: 0;
}

.productLink {
    width: 100%;
    display: flex;
}

.productBuyNowLink {
    width: 100%;
    display: flex;
}

.row6 {
    position: relative;
    width: 100%;
}

a.buy-button {
    text-align: center;
    color: white !important;
    width: 100%;
    position: relative;
    padding: 8px;
    border-radius: 4px;
    background: #5232CB;
    transition: .3s ease-in-out;
    border: 1px solid #5232CB;
}

.row3 {
    margin: 15px 0px;
}

.productName span {
    color: #212556 !important;
    font-size: 20px;
    font-weight: 600;
}

a.read-button:hover {
    background-color: #5232CB;
    color: white !important;
}

a.buy-button:hover {
    background-color: transparent;
    color: #5232CB !important;
}

.productWrapper:last-child {
    border-right: none;
}

.row1 {
    width: 100.5%;
    text-align: center;
    background: #5232CB;
    position: absolute;
    top: 0;
    left: -1px;
    padding: 15px;
}

.row2 {
    margin-top: 80px;
}

.productHeading {
    color: white;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.userRating {
    min-height:117px;
    max-height:117px;
    }
    .userRating .leaveReview {
    line-height: 1rem;
    } 

    .productLogo img {
        height: 75px !important;
        width: auto !important;
   }    

   @media( max-width:1024px ) and (min-width:769px) {
    span.ratingHeading {
        font-size: 13px;
    }

    .overAllScore span.text {
        font-size: 13px;
    }
   }

   @media( max-width:768px ) {

    
.overallText {
    width: 70px !important;
    white-space: normal !important;
    line-height: 1.125;
  }

  
        .mainWrapper {
            display: flex;
            flex-direction: column;
            border: none !important;
        }
        .productWrapper {
            width: 100%;
            margin-top: 5px;
            margin-bottom: 5px;
            border: 1px solid #616262;
            border-radius: 14px;
            overflow: hidden;
        }
        .productWrapper:last-child {
            border: 1px solid #616262;
            border-right: 1px solid #616262;
        }
        .userRating {
            min-height: 122px;
            max-height: 122px;
        }

        span.ratingHeading {
            font-size: 12px;
        }
    
        .overAllScore span.text {
            font-size: 12px;
        }
    }

