.hmRepeater  p { display:none}
.hmRepeater > div >  a { display:none !important}
.hmRepeater {text-align:center;background: #efefef;margin: 16px 0;}

.flexsliderMP {
    max-width: 100% !important;
    margin: auto;
}

.flexsliderMP ul {
    display: grid;
    padding: 1em;
    grid-template-columns: repeat(6, 1fr) !important;
    grid-gap: 16px;
}

.item-repeater-info {padding-top: 12px;display: inline-block;}


.flexsliderMP a {
    /* background:#fff; */
}

@media screen and (max-width: 767.9px) {
    .flexsliderMP ul {
        display: grid;
        padding: 1em;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 3em;
    }
}

.item-repeater-info-name {
    font-weight: bold;
    max-width: 300px;
    margin: auto;
    font-size: 13px;
}

[id*="FafCustomRepeater"] > a {
    display: inline-block;
    border: none;
    position: relative;
    font-family: 'citrfontbold';
    background: #EC0028 !important;
    padding: 12px 18px !important;
    color: #fff;
    line-height: 100%;
    top: 0;
    font-size: 14px;
    border-radius: 50px;
}

[id*="FafCustomRepeater"] > a:hover {
    background: #fff;
    color: #212121;
}

.hmRepeater > div a.item-repeater-info {text-align: center;}
.hmRepeater > div .item-repeater-info-name {font-size: smaller;color: #000000;padding-bottom: 8px;}
.hmRepeater > div ul.slides > li .standardPrice-repeater {color: #6b6b6b;font-family: 'citrfontreg';display: inline-block;/* margin: 0 0 0 8px; */padding: 0 0 0 8px;border-left: 1px solid #dadada;text-decoration:line-through;}
.hmRepeater > div ul.slides > li .nowPrice-repeater {color: var(--mf3);font-weight: bold;}
.hmRepeater > div [id*="lblDiscounttext"]  {color: #757575;/* background: #c9c9c9; */font-weight: bold;padding: 4px;border-left: 1px solid #dadada;}
.hmRepeater > div ul.slides > li .percentOff-repeater {margin-right: 4px;}
.hmRepeater > div ul.slides > li .standardPrice-repeater,
.hmRepeater > div ul.slides > li .nowPrice-repeater,
.hmRepeater > div [id*="lblDiscounttext"] {font-size: 14px !important;}
.hmRepeater > div .pricingRepeater {border-bottom: 1px solid #d7d7d7;margin: 0 0 8px 0;padding: 0 0 8px 0;}
                                                                                                                                                                                                                                                                                                                                                                                                