@charset "UTF-8";

#tagalongwrapper {
    display: none;
}

#tagAlongPanel {
    border-bottom: 1px solid #dcdcdc;
}

    #tagAlongPanel:empty {
        padding: 0;
        border-bottom: none;
    }

#starbuysV2target {
    display: block;
    float: right;
    order: -1;
    width: 100%;
}

div[id*="starbuyBtnDisplay"] label {
    display: block;
    float: left;
    font-size: 0;
    text-decoration: none;
    line-height: 0px;
    position: relative;
}

    div[id*="starbuyBtnDisplay"] label:before,
    div[id*="starbuyBtnDisplay"] label:after {
        content: var(--08-star-buys-detail-view-offer);
        display: block;
        white-space: nowrap;
        font-size: 11px;
        letter-spacing: 0.2em;
        line-height: 22px;
    }

    div[id*="starbuyBtnDisplay"] label:after {
        content: 'Click to view';
        color: rgba(255,255,255,0.5);
        -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;
        letter-spacing: 0.1em;
        font-size: 10px;
        display: none;
    }

div[id*="ProductDetail21_tagAlongV2_starbuyBtnDisplay:before"] {
    font-family: feather;
    content: "\e093";
    background: #a46ec2;
    padding: 8px;
}

/* New Starbuys PDP */
div[id*="starbuyBtnDisplay"] {
    background: rgb(145,88,191);
    background: linear-gradient(90deg, rgba(145,88,191,1) 0%, rgba(176,126,215,1) 100%);
    border-radius: 4px;
    color: white;
    text-align: left;
    line-height: 36px;
    height: 36px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    padding: 8px 8px 8px 40px;
    font-size: 11px;
    display: block;
    margin: 0 0 16px 0;
}

    div[id*="starbuyBtnDisplay"]:hover label:after {
        color: white;
    }

    div[id*="starbuyBtnDisplay"], div[id*="starbuyBtnDisplay"] * {
        cursor: pointer;
        text-decoration: underline;
    }

        div[id*="starbuyBtnDisplay"]:before {
            font-family: feather;
            content: "\e093";
            position: absolute;
            left: 0;
            top: 50%;
            width: auto;
            height: auto;
            line-height: 200%;
            text-align: center;
            color: white;
            letter-spacing: 0;
            padding: 0 9px;
            -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;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border-right: 1px solid rgba(255,255,255,0.5);
        }

        div[id*="starbuyBtnDisplay"]:after {
            content: var(--08-star-buys-detail-click-here);
            width: auto;
            height: auto;
            line-height: 200%;
            text-align: center;
            color: white;
            letter-spacing: 0;
            padding: 0 9px;
            -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;
            display: block;
            float: right;
            border-radius: 4px;
            background: rgba(255,255,255,0.15);
        }

        div[id*="starbuyBtnDisplay"]:hover:after {
            background: rgb(132, 72, 181);
        }

#starbuyDisplayPanel {
    z-index: 3000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 32px;
}

.starbuyDisplayPanel-Inner {
    width: 400px;
    max-width: 100%;
    background: rgb(145,88,191);
    background: linear-gradient(90deg, rgba(145,88,191,1) 0%, rgba(176,126,215,1) 100%);
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
    color: white;
}

.starbuyDisplayPanel-Inner-Close {
    width: 100%;
    background: white;
    opacity: 1;
}

.starbuyDisplayPanel-Close {
    background: white;
    border: 1px solid #a46ec2;
    color: #a46ec2;
}

    .starbuyDisplayPanel-Close:hover {
        background: #a46ec2;
        border: 1px solid #a46ec2;
        color: white;
    }

    .starbuyDisplayPanel-Close:before {
        font-family: feather;
        content: "\e117";
        margin-right: 4px;
    }

    .starbuyDisplayPanel-Close:after {
        content: var(--08-star-buys-detail-continue-shopping);
    }


#starbuyDisplayPanel .sbuytag {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 100%;
    padding-bottom: 8px;
    font-size: 10px;
    border-bottom: 1px solid #a46ec2;
}

#starbuyDisplayPanel .sbuydesc {
    font-size: large;
    margin: 16px 0 8px 0;
    font-family: 'citrfontbold';
}

#starbuyDisplayPanel .sbuyreq {
    font-size: 12px;
    opacity: 0.8;
}

/*  Starbuys -------------------------------------------------------------------------------------------*/
.taContainerSmall {
    border: 2px solid #9158bf;
    background: #f3edf6;
    padding: 0px;
    max-width: 100%;
}

.taContentContainerSmall {
    text-align: left;
}

    .taContentContainerSmall .col-70p {
        padding: 32px
    }

.taTitle {
    width: 100%;
    text-transform: uppercase;
    font-size: smaller !important;
}

.taImg {
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

    .taImg span {
        position: absolute;
        background: #BD80BD;
        left: -8px;
        top: -40px;
        padding: 48px 22px;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
    }

        .taImg span:after {
            font-family: feather;
            content: "\e093";
            color: #FFFFFF;
            position: absolute;
            left: 22px;
            top: 44px;
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .taImg img {
        float: left;
        width: 100% !important;
    }

.taTogeather, .taSeperately {
    padding: 0;
    list-style: none;
}

    .taTogeather li, .taSeperately li {
        margin: 16px 0px;
    }

.taTogeather {
    color: #a664a8;
    line-height: 180%;
}

    .taTogeather span, .taSeperately span {
        line-height: 150%;
        width: 63%;
        display: inline-block;
        vertical-align: text-top;
        padding: 0;
        margin: 0;
    }

        .taTogeather span:nth-child(2), .taSeperately span:nth-child(2) {
            padding: 0 16px;
            width: 34%;
        }

.taSeperately {
    font-size: smaller;
    line-height: 150%;
    line-height: 225%; /* padding: 0 16px; */
}

.taContentContainerSmall h2 {
    margin: 0;
}

.taContentContainerSmall h3 {
    color: #a664a8;
    font-size: 18px;
    padding: 0 0 8px 0;
    margin: 0;
    text-align: left;
}

.taPromoTitleMultiItem {
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
    color: rgba(255, 255, 255, 0.49);
}

    .taPromoTitleMultiItem span {
        color: rgb(9, 9, 11);
        line-height: 200%;
    }

.taPromoTextMultiItem, .taPromoTextMultiItem p {
    margin: 0;
    padding: 32px 0;
    color: #BC8BBE;
    margin: 0 auto;
}

.taAddMessage {
    display: block;
    clear: both;
    margin-top: 16px;
    float: left;
    font-size: x-small;
}

#prodInfoLeft {
    border-right: none;
}

.flexsliderMIVThumbnails {
    display: none;
}

.flexsliderMIV .flex-direction-nav {
    border-bottom: 1px solid #e1e1e1;
    display: none;
}

.detailReviewFAQ > .col-2:nth-of-type(1) {
    border-bottom: 1px solid #e1e1e1;
    border-right: none;
    margin: 0 0 16px 0;
    min-height: auto
}

.flexsliderReviews .flex-control-nav {
    display: block !important;
}

#StarbuysPopup {
    background: rgba(0, 0, 0, 0);
    color: white;
    width: 100%;
    height: 100%;
    float: left;
}

    #StarbuysPopup .col-2 {
        color: white;
    }

.StarbuysPopupTop p {
    color: #999
}

.StarbuysPopupTop span:after {
    content: "\f02b";
    font: normal normal normal 18px/1 FontAwesome;
    color: #BD80BD;
}

.StarbuysPopupTop h2 {
    color: white;
    font-size: 1.5em;
}

    .StarbuysPopupTop h2 span {
        color: #dddbf0
    }

.StarbuysPopupBottom {
    float: left;
    width: 100%;
}

    .StarbuysPopupBottom p {
        height: 51px;
        line-height: 51px;
        color: white;
        margin: 0;
        font-size: 0.75em;
    }

        .StarbuysPopupBottom p a {
            color: #999;
            border-bottom: 1px solid #999;
            padding-bottom: 8px;
        }

    .StarbuysPopupBottom .button {
        background: none !important;
        background-color: #BD80BD !important;
        color: #fff;
    }

        .StarbuysPopupBottom .button:hover {
            background: #A553A5 !important;
            color: #FFFFFF !important;
        }


/* -- Star Buys Promotion Page -- */
.taTitleContainer {
    background: #BD80BD;
    color: #fff;
    margin-bottom: 18px;
}

    .taTitleContainer h1, .taTitleContainer h2, .taTitleContainer h3 {
        color: #fff;
        font-weight: normal;
        margin: 0;
    }

        .taTitleContainer h1 span {
            color: #ccccff
        }

    .taTitleContainer a {
        color: #ccccff;
        text-decoration: none;
    }

.taContainer {
}

.taNoButton {
    margin-bottom: 4px;
    display: inline-block
}

.taBorderBottom {
    border-bottom: 1px solid #BD80BD
}

.taGreyBackground {
    background: #f4f5f6
}

.taStrapline {
    display: block;
    color: #7873b0;
}

.sbButton {
    border-color: #7873b0;
    color: #7873b0;
    border-style: solid;
    border-width: 1px;
    margin: 1em 0
}

    .sbButton:hover {
        background: #7873b0;
        color: #fff;
    }

.taNoButton {
    text-decoration: none;
    font-size: 0.8em;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 7px;
}

.taBskt, .taMultiItemTextContainer h2, #lblCatPercent {
    color: #7873b0;
}

.taMultiItemContainer, .taSingleItemContainer {
    position: relative
}

.taMultiItemImageContainer {
}

    .taMultiItemImageContainer img {
        max-width: 100%
    }

.taMultiItemTextContainer {
}

.taRepeatContainerOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}

    .taRepeatContainerOuter > .col-3 {
        flex-basis: 33.33%
    }

.taMultiItemRepeater {
    vertical-align: top;
    margin: 0
}

.taMultiItemRepeaterContent {
}

    .taMultiItemRepeaterContent .taImg img {
        padding: 0 !important
    }

.taMultiItemRepeaterImageContainer {
    background-size: cover !important;
    border-right: 1px solid #e1e1e1
}

.taMultiItemRepeaterContentContainer {
    padding: 1em
}

.taMoreInfo {
}

.taMultiItemAttributes {
}

.taMultiItemProducts {
    float: right;
}

.taclAttributeGridContainer {
}

.taclAttributeGrid {
    padding: 0;
    margin: 0 0 8px 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

    .taclAttributeGrid li {
        list-style: none;
        display: block;
        height: 48px;
        line-height: 48px;
        background: #f4f4f4;
    }

.taname {
    height: auto !important;
    background: #fafafa;
    padding: 0 16px;
    flex-grow: 1;
    width: 50%;
}

.taprice {
    background: #f4f4f4;
    padding: 0 16px;
    width: 50%;
}

.tastock {
    padding: 0 16px;
}

    .tastock .OutofStockCSS {
        height: 48px;
    }

.taadd {
    flex-grow: 1;
    float: left;
}

    .taadd img {
        width: 100%;
        height: 48px;
        display: block;
        cursor: pointer;
        background: url(/layout/addtobasket.png) top left no-repeat #a2c76c;
        background-position: center center;
    }

/*  Cust Edit for Pauls - Starbuys */
.taTogeather, .taSeperately {
    width: 100%;
}

.taSeperately {
    font-size: small
}

    .taTogeather li, .taSeperately li {
        margin: 0 !important;
        border-bottom: 1px dashed;
    }

.taTogeather li {
    border-bottom: inherit;
}

.taSeperately li {
    border-bottom: 1px dashed #e2e2e2;
}

.taImg span {
    background: #9158bf;
}

.taContentContainerSmall h3, .taTogeather, span[id*="lblPromoText"] {
    margin: 0 0 8px 0;
}

span[id*="lblPromoText"] {
    text-transform: uppercase;
    font-size: large;
}

@media screen and (max-width: 768px) {

    #tagAlongPanel {
        padding: 0;
    }

    .taContentContainerSmall > .col-2 {
        width: 100%;
    }

        .taContentContainerSmall > .col-2.taImg {
            display: none;
        }
}
  