/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store
 *
 * We are experts and professionals in PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party
 *
 * @author PresTeamShop SAS (Registered Trademark) <info@presteamshop.com>
 * @copyright 2011-2023 PresTeamShop SAS, All rights reserved
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 *
 * @category PrestaShop
 * @category Module
 */
.ui-widget-content div.average_rating {
    border-bottom: 1px dashed #d5d7db;
    margin-bottom: 5px;
}

.ui-widget-content i.icon-raty {
    font-size: 11px;
}

.ui-widget-content .label-raty {
    font-size: 11px;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

div.item_feedback .tooltip.in {
    opacity: 1;
}

div.item_feedback .tooltip-inner {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0px 0px 5px #888888;
    min-width: 200px;
}

.tooltip-inner div.average_rating {
    border-bottom: 1px dashed #d5d7db;
    margin-bottom: 5px;
}
.tooltip-inner > .average_rating,
.tooltip-inner > .average_rating ~ .row{
    margin-left: 0;
    margin-right: 0;
}

.nopadding {
    padding: 0 !important;
}

#module-ifeedback-rating #content-wrapper #content {
    padding-left: 0px;
    padding-right: 0px;
}
#module-ifeedback-rating #content-wrapper #content #pts_content.pts_content_rating {
    padding: 15px;
}
#ifeedback_rating #content_show_feedbacks .item_feedback .content_star .tooltip_order,
div.pts_content_ifeedback_products .content_feedbacks_product .tooltip_order,
div.item_feedback span[data-toggle="popover"] {
    cursor: pointer;
}

div.item_feedback > div.container_products_purchased span[data-toggle="popover"] {
    text-decoration: underline;
}

div.item_feedback > div.container_products_purchased .popover-content ul {
    list-style-type: circle;
}

div.item_feedback > div.container_products_purchased .popover-content {
    min-width: 156px;
    padding-left: 18px;
}

#ifeedback_rating > div.pts_content_rating #posted_feedback {
    display: flex !important;
    margin: 18px 0 10px !important;
}
#ifeedback_rating a {
    color: black !important;
    font-size: 13px !important;
    outline: medium none !important;
    text-decoration: underline;
}
#ifeedback_rating > div.pts_content_rating #div_total_rating > #div_total_rating_stars > span {
    float: left;
    padding-left: 1px;
    font-size: 15px;
}
#ifeedback_rating > div.pts_content_rating #div_total_rating > #div_total_rating_stars > span#content_total_rating_value {
    margin-left: 12px;
}
#ifeedback_rating > div.pts_content_rating #div_total_rating {
    background: transparent url("../../img/ifd.png") no-repeat scroll right top;
    border-bottom: 1pt solid #828383;
    display: inline-block;
    margin: 10px 0 10px 0px;
    padding-bottom: 10px;
    width: 100%;
}
#ifeedback_rating > div.pts_content_rating #content_show_feedbacks{
    font-size: 13px;
    margin: 2% 0;
    width: 100% !important;
}

@media (max-width: 1199px) {
    .product_list_review {
        height: auto !important;
    }
    .product_list_review .product_list_review-total-comments,
    .product_list_review .product_list_review-stars {
        width: 100% !important;
        text-align: center !important;
    }
    .product_list_review .product_list_review-stars > div {
        float: none !important;
    }
}

.product_list_review{
    height: 25px;
    background: transparent;
}
.product_list_review > div.star_content {
    float: none;
    margin: 0 0 10px;
    width: auto;
}

#pts_modal_feedback a#browse_files {
    color: #ffffff;
    text-transform: none;
}

#pts_modal_feedback div.star_rating > i {
    font-size: 13px;
}

#pts_modal_feedback label.label-hint-criterions,
#pts_modal_feedback span#content_total_rating_value{
    font-size: 15px;
    font-weight: normal;
}

#pts_modal_feedback div.modal-body {
    padding: 5px 12px;
}

#pts_modal_feedback div.message_modal_feedback {
    display: none;
    margin-bottom: 0px;
}

#pts_modal_feedback div.modal-footer button#btn_save {
    margin-left: 5px;
}

#pts_modal_feedback div.modal-footer > button.btn-default {
    display: none;
}

#ifb_modal_feedback {
    position: absolute !important;
}

.modal-backdrop.fade {
    display: none;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8 !important;
    display: block;
}

.modal-backdrop {
    background-color: #fff !important;
    bottom: 0 !important;
    left: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 1030 !important;
}
#ifb_modal_feedback .modal-footer button {
    margin: 0 7px !important;
}
.ifb_overlay{
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    display: none;
    top: 0;
    width: 100%;
    z-index: 99;
    background: url(../../../views/img/pts/loader.gif) no-repeat scroll center center #ffffff;
}

#pts_modal_feedback{
    z-index: 9999;
}

#pts_modal_feedback h3 {
    font-size: 20px;
}

#pts_modal_feedback div.modal-content div.modal-header {
    padding: 0 15px;
}
#pts_modal_feedback div.modal-content div.modal-header div.form-group {
    margin-bottom: 10px;
}
#pts_modal_feedback div.modal-content div.modal-header > span.panel-title > button.close {
    position: absolute;
    right: 15px;
    top: 20px;
}
#pts_modal_feedback div.modal-dialog,
#pts_content_criterion_rating .modal-dialog {
    left: 0%;
}

#content_form_feedback div.jFiler-items ul.jFiler-item-list li.jFiler-item div.jFiler-item-thumb-image img {
    height: 100%;
    width: 100%;
}
#container_modal_content .form-horizontal .form-group{
    margin: 1% 1%;
}
#container_modal_content #content_form_feedback{
    margin-top: 1%;
}
#container_modal_content .score_stars span {
    float: left;
    font-size: 15px;
}
#container_modal_content #content_total_rating_value {
    margin: 0px 12px !important;
}
#container_modal_content div.jFiler-items{
    margin-top: 7px;
}
#container_modal_content div.jFiler-items li.jFiler-item  .jFiler-item-container li.list-inline > li {
    padding-right: 0px;
}
#container_modal_content div.jFiler-items li.jFiler-item  .jFiler-item-container {
    margin: 3px;
}
#container_modal_content div.jFiler-items li.jFiler-item div.jFiler-item-container .jFiler-item-thumb {
    height: 50px;
    min-height: 50px;
    width: 68px;
}
#container_modal_content div.jFiler-items li.jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-jProgressBar {
    width: 66px;
    margin-top: 0px;
}

.content_uploaded_images .img_uploaded_files {
    border: 2px solid #d5d7db;
    height: 35px;
    margin: 2px 0;
    width: 35px;
}

div.feedbacks_product div.content_feedbacks_product {
    max-height: 100%;
    overflow: auto;
    width: 100% !important;
    transition: height .5s;
}

div.feedbacks_product div.content_feedbacks_product > div.item_feedback > div.content_star,
div.feedbacks_product div.content_feedbacks_product > div.item_feedback > div.content_feedback,
div.feedbacks_product div.content_feedbacks_product > div.item_feedback > div.container_products_purchased,
#ifeedback_rating #content_show_feedbacks div.item_feedback > div.content_feedback > div.content_reply_feedback {
    width: 100%;
}
#ifeedback_rating #content_show_feedbacks div.item_feedback > div.content_feedback > div.content_reply_feedback {
    padding-top: 1%;
}
div.content_reply_feedback {
    background-color: #f9f9f9;
    border: 1px solid #d3d0d0;
    margin-top: 1%;
    padding: 1%;
}
div.feedbacks_product div.content_feedbacks_product .alert.alert-warning:before{
    content: '';
}
#section_content_feedbacks {
    margin: 2% 0;
}

div.content_uploaded_images {
    margin-top: 2px;
}
div.feedbacks_product div.content_feedbacks_product div.item_feedback > div.container_products_purchased > div.content_uploaded_images > a:focus {
    text-decoration: none;
}

#right_product_column {
    margin: 15px 0;
    padding: 16px 13px 15px;
    border: 1px solid #dadada;
}

#right_product_column #content_stars {
    font-size: 13px;
    line-height: 11px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 1px 0 1px #f6f6f6;
    margin-bottom: 17px;
    padding: 8px;
}

#right_product_column a{
    cursor: pointer;
}

#right_product_column div.rating_star_selected,
#right_product_column div.rating_star_selected_text{
    margin-right: 5px;
}

#right_product_column div.col-xs-12 button[data-id-product] {
    margin-bottom: 4px;
    white-space: normal;
}

#right_product_column div.rating_star_selected_text > span {
    font-size: 12px;
    font-weight: bold;
}
#right_product_column a#detail_ratings {
    color: #444444;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    text-decoration: underline;
}

#right_product_column > div.row > #content_detail_ratings {
    margin-bottom: 17px;
}

.pts button.btn.btn-col-12 {
    width: 100%;
}

@media (max-width: 1199px) {
    #home_feedback .ifb_div_comment {
        max-height: 110px !important;
        min-height: 110px !important;
    }
}

@media (max-width: 990px) {
    #right_product_column > div.row > #content_stars > div.col-xs-12{
        margin-top: 2px;
    }

    #right_product_column #content_stars {
        line-height: 15px;
    }
}

#modal-rating-detail-content > #ifeedback #orders_rating,
#modal-rating-detail-content > #ifeedback #products_rating {
    pointer-events: none;
}

.container-carousel-ratings {
    margin-bottom: 10px;
}

#hero-carousel a.carousel-control {
    background-image: none;
    opacity: 1;
    text-shadow: none;
    top: auto;
}

#hero-carousel a.carousel-control.right > span::before {
    content: "";
}

#hero-carousel a.carousel-control.left > span::before {
    content: "";
}

#hero-carousel a.carousel-control.right > span {
    padding: 2px 0px 2px 6px;
}

#hero-carousel a.carousel-control.left > span {
    padding: 3px 3px 2px 3px;
}

#hero-carousel a.carousel-control > span {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    color: #ffd700;
    font-size: 14px;
    height: 18px;
    opacity: 2;
    width: 20px;
    font-family: FontAwesomePTS;
}

#ifeedback div.block_content > div.container-rating {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}
#ifeedback div.block_content > div.container-rating .total_rating_value,
#ifb_rating_table #content_total_rating_value {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
}
#ifb_rating_table #content_total_rating_value {
    margin-bottom: 10px;
    color: #000000;
}
#ifeedback div.block_content .container-detail-rating {
    display: block;
    position: relative;
    margin-bottom: 15px;
    background: #FCFCFC;
    padding: 3px;
    border: 1px solid #d5d7db;
    border-radius: 5px;
}

#ifeedback div.block_content .container-detail-rating #orders_rating {
    margin-bottom: 5px;
}
#ifeedback div.block_content .container-detail-rating .detail-rating {
    cursor: pointer;
}

#ifeedback .container-detail-rating .star_rating{
    display: inline-block;
    margin-right: 3px;
}

.star_rating {
    cursor: pointer;
}

#ifeedback div.block_content > div.container-rating i,
#ifb_rating_table .star_rating i {
    vertical-align: middle;
    font-size: 24px;
}
#ifeedback div.block_content > div.ifb_div_comment {
    font-size: 12px;
    margin-bottom: 7px;
}

#ifeedback div.block_content #hero-carousel{
    min-height: 105px !important;
    max-height: 105px !important;
}

#ifeedback div.block_content > div.container-rating > span.total_rating_value {
    font-size: 11px;
    position: absolute;
    top: 23%;
    left: 32%;
}
#ifeedback div.block_content > #lbl_title{
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    width: 70%;
    font-weight: bold;
    vertical-align: middle;
}
#ifeedback div.block_content > #lbl_title.lbl_title_15 {
    width: 71%;
}
#ifeedback {
    padding: 2% 0 12%;
}
#ifeedback > div.pts_content_ifeedback > p.title_block{
    margin-bottom: 0;
}
#ifeedback div.block_content > div.ifb_div_comment > #icon_rate {
    background: rgba(0, 0, 0, 0) url("../../img/icon.png") no-repeat scroll 0 0;
    clear: right;
    height: 47px;
    width: 38px;
    bottom: -35px;
    position: absolute;
}
#ifeedback div.block_content > div.container-rating > span#content_fa_num_stars {
    display: block;
    font-size: 12px;
    font-weight: bold;
}
#ifeedback div.block_content > div.ifb_div_comment > #more_feedbacks{
    bottom: 0;
    margin-right: 9px;
    font-size: 12px;
}

#left-column > #ifeedback, #left-column > #ifb_rating_table {
    margin-top: 15px;
    margin-bottom: 15px;
    padding:10px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    text-align: center;
}

#ifb_rating_table {
    background-color: #fff;
}

div.pts_content_my_feedbacks #feedback_pending .rating_star_selected label {
    cursor: pointer;
}

div.pts_content_my_feedbacks #feedback_pending img {
    width: 80px;
    height: auto;
}

div.pts_content_my_feedbacks #feedback_pending .btn_ifb {
    cursor: pointer;
}

.pts_content_my_feedbacks #feedback_pending .pts .panel-group .panel,
.pts_content_my_feedbacks #feedback_pending .panel-group .panel {
    overflow: visible !important;
}

.pts_content_my_feedbacks #feedback_pending .pts .tooltip-inner,
.pts_content_my_feedbacks #feedback_pending .tooltip-inner {
    min-width: 150px !important;
}

.pts_content_my_feedbacks #feedback_pending .pts .tooltip.left,
.pts_content_my_feedbacks #feedback_pending .tooltip.left {
    margin-right: 22px !important;
    margin-top: 2px !important;
    margin-left: 0 !important;
    padding: 0 5px;
}
div.pts_content_my_feedbacks #feedback_pending .panel-group,
div.pts_content_my_feedbacks #feedback_done .panel-group {
    margin-bottom: 20px;
}
div.pts_content_my_feedbacks #feedback_done .panel-group .panel-heading img {
    width: auto;
    height: 30px;
    margin-right: 10px;
}
div.pts_content_my_feedbacks #feedback_done .panel-group .panel-heading {
    cursor: pointer;
}
div.pts_content_my_feedbacks #feedback_done .panel-group .panel-heading a.panel-toggle {
    float: right;
    margin-top: .50em;
}
div.pts_content_my_feedbacks #feedback_done .panel-group .panel-heading a.panel-toggle i:after {
    content: "\f077";
}
div.pts_content_my_feedbacks #feedback_done .panel-group .panel-heading a.panel-toggle.collapsed i:after {
    content: "\f078";
}
div.pts_content_my_feedbacks #feedback_done .body-content .feedback-comment .comment_data {
    margin-top:10px;
}
div.pts_content_my_feedbacks #feedback_done .body-content .img-product-order img {
    width:80px;
    height:auto;
}

div.pts_content_my_feedbacks .approve {
    margin-right: 5px;
}

div.pts_content_my_feedbacks .panel-title{
    line-height: initial;
    font-weight: bold;
}
div.pts_content_my_feedbacks .panel-heading .container-comment_order,
.only-mobile.btn-show-modal-ifb-order {
    margin-left: 5px;
}

div.pts_content_my_feedbacks .approve button {
    border-radius: 50%;
    border: 2px solid white;
    width: 15px;
    height: 15px;
}
div.pts_content_my_feedbacks .approve button.btn-success {
    box-shadow: 0px 0px 4px 0px #5cb85c;
}
div.pts_content_my_feedbacks .approve button.btn-danger {
    box-shadow: 0px 0px 4px 0px #d2322d;
}

div.pts_content_ifeedback_products div.feedbacks_product {
    position: relative;
    padding: 10px;
}
div.pts_content_ifeedback_products div.feedbacks_product #enabled_filter_star {
    padding: 2px;
    margin-top: 6px;
    font-weight: normal;
}
div.pts_content_ifeedback_products div.feedbacks_product #enabled_filter_star a{
    cursor: pointer;
}

#home_feedback div.container_average_rating div.star_rating > i{
    font-size: 20px;
}

#home_feedback #hero-carousel div.carousel-item {
    padding: 5px 16px;
    height: 74px;
}

@media (max-width: 632px) {
    #home_feedback #title_feedbacks {
        display: block !important;
    }

    #home_feedback .container_average_rating,
    #home_feedback .container_customer {
        width: 50% !important;
    }

    #home_feedback .container_feedbacks_home {
        width: 100% !important;
    }

    #home_feedback .ifb_div_comment::before,
    #home_feedback .ifb_div_comment::after {
        height: 0 !important;
    }
}

@media (max-width: 511px) {
    #home_feedback #title_feedbacks {
        display: none !important;
    }

    #home_feedback .container_customer {
        width: 80px !important;
    }

    #home_feedback #icon_rate > img {
        height: 80px;
        width: 60px;
    }

}

#home_feedback{
    background: none;
}

#home_feedback #icon_rate > img {
    height: 100px;
    width: 77px;
}

#home_feedback .ifb_div_comment::before {
    border-right: 47px solid #D9EDF7 !important;
    bottom: -27px;
    content: "";
    height: 27px;
    position: absolute;
    left: 0;
    transform: translate(0px, -2px);
    z-index: 0;
    border-bottom-right-radius: 80px 50px;
}
#home_feedback .ifb_div_comment::after {
    background: #ffffff;
    border-bottom-right-radius: 40px 50px;
    bottom: -27px;
    content: "";
    height: 27px;
    position: absolute;
    left: 0;
    transform: translate(-30px, -2px);
    width: 60px;
    z-index: 0;
}

#home_feedback .section_home {
    padding: 10px;
}

#home_feedback .last_comment {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
}

#home_feedback .ifb_div_comment {
    background-color: #D9EDF7;
    border-radius: 10px;
    color: #000000;
    padding: 9px;
    position: relative;
    min-height: 75px;
    max-height: 95px;
    font-weight: 300;
}

#home_feedback #title_feedbacks {
    font-family: Roboto,sans-serif;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    line-height: 100%;
    margin-top: 24px;
    max-width: 65%;
    text-align: center;
}

#home_feedback #average_rating {
    font-weight: bold;
    line-height: 100%;
    font-size: 32px;
}

#home_feedback span.rating_star_selected {
    font-size: 20px;
}

#home_feedback .ifeedback_block_content {
    background: #ffffff;
    float: left;
    width: 100%;
    margin: 15px 0;
    border: 1px solid #d6d4d4;
    border-radius: 10px;
}

#floating_button_container {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
    background-color: #ffffff;
    border-color: #777777;
    border-radius: 0 7px 7px 0;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    left: 0;
    padding: 5px;
    position: fixed;
    top: 50%;
    color: #000000;
    text-align: center;
    z-index: 5004;
}

#floating_button_container #average_rating {
    font-size: 22px;
    font-weight: bold;
    line-height: 100%;
}

#floating_button_container .fa-pts.fa-pts-star {
    color: #FFD700;
}

div.ifb_content_feedback {
    padding: 10px 15px;
}

#ifeedback div.ifb_div_comment{
    background-color: #fff;
    border: 2px solid #d5d7db;
    border-radius: 10px;
    font-size: 14px !important;
    margin: 0;
    position: relative;
}

.ifb_content_feedback {
    padding: 5px;
}

.content-col{
    padding: 0px !important;
    margin: 0px !important;
}

.content_fa_star{
    color: gold;
}

.ifb_opacity{
    opacity: 0.21;
}

.content_feedback{
    border: 2px solid #d5d7db;
    border-radius: 10px;
    padding: 1%;
    width: 100%;
}
.item_feedback{
    border-bottom: 1px solid #d5d7db;
    margin: 15px 0;
    padding: 0 0 6px;
}

body#product #content_show_feedbacks{
    max-height: 600px;
    overflow: auto;
}

#ifeedback_rating.pts a.btn,
#container_modal_feedbacks.pts a.btn,
#feedback_pending.pts a.btn,
#ifeedback_rating.pts button.btn,
#container_modal_feedbacks.pts button.btn,
#feedback_pending.pts button.btn:not(.btn-approved) {
    width: auto;
}

.pts .modal {
    background: none;
    border: none;
    box-shadow: none;
    display: block;
    margin-left: 0;
    top: 30%;
    width: auto;
    z-index: 9999;
}

@media (max-width: 700px) {
    .pts #pts_modal_feedback {
        top: 0 !important;
    }
}

.content_percent_comment > .percent_comments {
    background-color: #ffc200;
}

a.fancybox_images {
    text-decoration: none !important;
}

.without_feedbacks {
    padding: 5px;
    text-align: center;
}

#hero-carousel {
    box-shadow: unset;
}

#hero-carousel > .carousel-inner {
    height: auto;
}

#ifeedback div.ifb_div_comment.ifb_home {
    padding: 3px 8px 3px;
}
#ifeedback div.ifb_div_comment.ifb_home div.carousel-inner p {
    margin: 0;
    padding: 3px 0;
}

#ifeedback div.ifb_div_comment div.carousel-inner > div.carousel-item  {
    padding: 5px 8px;
    min-height: 93px;
}

#home_feedback #ifeedback .ifb_div_comment #hero-carousel i {
    position: absolute;
    top: 50%;
}
#ifeedback .ifb_div_comment #hero-carousel img {
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
}

#ifeedback .ifb_div_comment .carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    transition-property: opacity;
}

#ifeedback .ifb_div_comment .carousel-fade .carousel-inner .active {
    opacity: 1;
}

#ifeedback .ifb_div_comment .carousel-fade .carousel-inner  .active.left,
#ifeedback .ifb_div_comment .carousel-fade .carousel-inner   .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

#ifeedback .ifb_div_comment  .carousel-fade .carousel-inner  .next.left,
#ifeedback .ifb_div_comment  .carousel-fade .carousel-inner  .prev.right {
    opacity: 1;
}

#floating_button_container {
    cursor: pointer;
}

#pts_content_criterion_rating #modal-rating-detail-title {
    display: inline-block;
    font-weight: 700;
}
#pts_content_criterion_rating hr {
    margin-top: 5px;
    margin-bottom: 10px;
}
#pts_content_criterion_rating #ifeedback {
    padding-bottom: 0px;
}

@media screen and (max-width: 900px) {
    #floating_button_container {
        opacity: 0.6;
    }
}

@media screen and (max-width: 700px) {
    #floating_button_container > div > .fa-pts.fa-pts-star {
        font-size: 1.5em;
    }
    #floating_button_container #average_rating {
        font-size: 15px;
    }
    #total_stars {
        font-size: 10px;
    }
}

.only-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    #ifb_rating_table p.title_block {
        text-align: left;
    }

    .only-mobile {
        display: block !important;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .list-group-item .value_pending > a {
        display: block;
        width: 100%;
    }

    .list-group-item .img-product-order {
        margin-bottom: 15px;
    }

    .justify-content-xs-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

#ifb_rating_table p#rating_star_selected  {
    font-size: 15px;
}

.thumbnail-container:hover .product_list_review,
.thumbnail-container:focus .product_list_review {
    bottom: 8.5rem !important;
}
.pro_second_box .product_list_review {
    position: relative !important;
    bottom: 0 !important;
}
.carousel-item-next {
    display: block !important;
}

.page-my-account #content .links a i {
    height: 1rem;
}

.hidden {
    display: none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}