@charset "UTF-8";
/* -- Flexible repeaters -- */
.item-repeater-container {
}

.item-repeater-inner {
    outline: 1px solid #E8E8E8;
    text-align: left;
    background: white;
}

    .item-repeater-inner .flipme { /*border: 1px solid #DCD9D9;*/
    }

.item-repeater-info {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px !important;
}

    .item-repeater-info > div:first-of-type {
        border-bottom: 1px solid #efefef;
        padding: 8px 0;
        margin-bottom: 8px;
        font-size: smaller;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
    }

.item-repeater-info-name {
    font-size: smaller;
    color: #2e3236;
    padding-bottom: 8px;
}

.item-repeater-info span[id*="lblDiscounttext"] {
    width: 100%;
    display: none;
}

.item-repeater-inner .saleIcon-repeater {
    position: absolute;
    top: 16px;
    right: 16px;
    font-family: 'FontAwesome';
}

    .item-repeater-inner .saleIcon-repeater:before {
        color: white;
        text-align: center;
        line-height: 32px;
        border-radius: 100%;
        width: 32px;
        height: 32px;
        display: block;
    }

.item-rewards {
    background-size: 32px;
    clear: both;
}

.item-rewards-earned {
    font-size: smaller;
    color: #8f959e;
}

    .item-rewards-earned span {
        border-bottom: 1px solid #b8dfbe;
        color: #319e40;
    }

.item-repeater-outer:hover .item-repeater-info-name {
    color: #397BBE;
}

.nowPrice-repeater, .standardPrice-repeater {
    color: #707070;
    display: inline-block;
}

[data-onsale="True"] .nowPrice-repeater {
    font-family: 'citrfontreg';
    color: #ff4242;
}

.standardPrice-repeater {
    text-decoration: line-through;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    border-left: 1px solid #dadada;
}

.percentOff-repeater {
    font-family: 'citrfontreg';
    color: tomato;
    display: inline-block;
    margin: 0
}

.repQV {
    height: 42px;
    width: 100%;
    float: left;
    background: white;
    border-top: 1px solid #efefef;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: small;
}

    .repQV:before, .repQV:after {
        display: block;
        line-height: 42px;
        height: 42px;
    }

    .repQV:before {
        content: var(--06-repeaters-quickview);
        float: left;
    }

li[data-localstock='False'] .repQV:before, li[data-warehousestock='False'] .repQV:before {
    content: var(--06-repeaters-out-of-stock) !important;
    color: tomato
}

li[data-prelaunch='True'] .repQV:before {
    content: var(--06-repeaters-prelaunch) !important;
    color: darkslateblue
}

li[data-localstock='True'] .repQV:before, li[data-warehousestock='True'] .repQV:before {
    content: var(--06-repeaters-in-stock) !important;
    color: yellowgreen
}

.repQV:after {
    font-family: 'FontAwesome';
    content: "\f06e";
    float: right;
    width: 42px;
    text-align: center;
    background: #fafafa;
}

.starsContainer {
}

span.starsBS, span.starsBS span {
    display: inline-flex;
    background: url(/platformlayout/reviews/stars.png) 0 -16px repeat-x;
    width: 100px;
    height: 16px;
    text-indent: -5000px;
    vertical-align: middle;
}

    span.starsBS span {
        background-position: 0 0
    }

#dev-QuickLook {
    max-width: 800px;
}

#dev-QuickLook-img {
    padding: 32px 32px 0 32px;
}
/*#dev-QuickLook-content {padding:32px !important;}*/
#clPrice-dev .pricing {
    min-height: initial;
    margin: 16px 0 0 0;
}

#ShortDescription-dev p {
    font-size: 14px;
    margin: 16px 0 0 0;
}

#link-dev {
    margin: 16px 0 0 0;
}

    #link-dev a {
        color: #fff;
        font-size: 10px;
        font-weight: normal;
        line-height: 16px;
    }

#MIV-image-dev-small {
    margin-top: 0;
}

.qv-add-container {
    line-height: 32px;
    background: #f4f4f4;
    margin-bottom: 8px;
}

    .qv-add-container > div {
        padding: 16px;
        line-height: 16px;
        font-size: 12px;
    }

.qv-name, .qv-price, .qv-stock, .qv-add {
}

.qv-add {
    flex-grow: 0;
}

#attribute-quicklook-dev {
    background: white;
}

span[id*="lblPromoText"] {
    display: block;
    width: 100%;
    float: left;
    color: #a664a8;
    font-size: 12px;
    margin: 8px 0 0 0;
}

    span[id*="lblPromoText"]:before {
        display: inline-block;
        float: left;
        margin-right: 8px;
        content: "\e085";
        font-family: feather;
    }

/* Large Mobile Phones  --------------------------------------------------------------- */
@media screen and (max-width: 767.99px) {
    .item-repeater-outer {
        flex-basis: 50%;
        min-width: 50%;
        width: 50%;
    }

    .item-repeater-info-name, .item-repeater-inner span[class*="Price"] {
        font-size: 13px !important;
    }
}

/* iPads (portrait and landscape) --------------------------------------------------------------- */
@media screen and (min-width : 768px) and (max-width : 1023.99px) {
    /* -- Product Repeaters   */
    .item-repeater-outer {
        flex-basis: 33.33%;
        min-width: 33.33%;
        width: 33.33%;
    }

    .standardBSitems .item-bs {
        flex-basis: 50%;
        min-width: 50%;
        width: 50%;
    }
}

/* laptops Large  ------------------------------------------------------------------------------------- */
@media screen and (min-width : 1024px) and (max-width : 1439.99px) {
    /* -- Product Repeaters   */
    .item-repeater-outer {
        flex-basis: 25%;
        min-width: 25%;
        width: 25%;
    }

    .standardBSitems .item-bs {
        flex-basis: 16.66%;
        min-width: 16.66%;
        width: 16.66%;
    }
}
/* Desktops  ------------------------------------------------------------------------------------ */
@media screen and (min-width : 1440px) and (max-width : 1913.99px) {
    /* -- Product Repeaters   */
    .item-repeater-outer {
        flex-basis: 16.66%;
        min-width: 16.66%;
        width: 16.66%;
    }

    .standardBSitems .item-bs {
        flex-basis: 16.66%;
        min-width: 16.66%;
        width: 16.66%;
    }
}
/* 4K   ------------------------------------------------------------------------------------------ */
@media screen and (min-width : 1914px) {
    /* -- Product Repeaters   */
    .standardBSitems .item-bs {
        flex-basis: 25%;
        min-width: 25%;
        width: 25%;
    }

    .item-repeater-outer {
        width: 20%;
        display: inline-flex;
        flex-basis: 20%;
        min-width: 20%
    }
}
  