.aec-recommendations-row {
    display: none;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    position: relative;
    width: 100%;
    z-index: 0;
    max-width: 100%;
}

    .aec-recommendations-row.aec-recloaded {
        display: inline-block !important;
    }

#recLoading {
    background: transparent url(/customers/moviesunlimited/img/recloading.gif) no-repeat scroll center center !important;
    height: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: 50%;
    width: 220px
}

#aec-recommendations.recs {
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    min-height: 310px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.aec-recproduct a.image-cover {
    display: inline-block;
    min-height: 215px;
    position: relative
}

    .aec-recproduct a.image-cover img.product-cover {
        left: 50%;
        max-height: 215px;
        max-width: 170px;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%)
    }

@media(min-width:768px) and (max-width:991px) {
    .aec-recproduct a.image-cover img.product-cover {
        max-height: 156px;
        max-width: 135px
    }
}

@media(min-width:992px) and (max-width:1023px) {
    .aec-recproduct a.image-cover img.product-cover {
        max-height: 215px;
        max-width: 170px
    }
}

.aec-rec-tile {
    border-top: 1px solid #d6d6d6;
    color: #990000;
    font-family: Oswald Regular;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 25px;
    text-transform: uppercase;
}

@media(min-width:0px) and (max-width:991px) {
    .aec-rec-tile {
        margin-bottom: 0;
        margin-top: 5px;
        padding-bottom: 0;
        padding-left: 0
    }

    .aec-recommendations-row {
        padding-left: 15px;
        padding-right: 15px
    }

    .aec-recproduct a.image-cover {
        display: inline-block;
        min-height: 185px;
        position: relative;
        vertical-align: top
    }
}

.aec-rec-tile i {
    border: 2px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 7px;
    padding: 4px
}

.item-details {
    display: none;
    background-color: #fff;
    border: 1px solid;
    left: 90px;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 9999;
    height: 250px
}

.item {
    height: 100%;
    min-height: 1px;
    position: relative
}

.slick-track {
    overflow: visible
}

#aec-recommendation-list {
    display: none
}

.aec-recproduct {
    display: block;
    text-align: center
}

#aec-universal-overlay .product-title {
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    margin: 10px;
    overflow: hidden;
    padding: 5px 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap
}

    #aec-universal-overlay .product-title > a {
        color: #990000;
        display: inline-block;
        font-weight: 400;
        font-size: 20px;
        padding: 5px 0;
        font-family: Oswald Regular;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-decoration: none;
        width: 100%
    }

        #aec-universal-overlay .product-title > a:hover {
            color: #F56363 !important;
            text-decoration: none
        }

#aec-universal-overlay .product-cover {
    margin: 0 auto
}

.slick-dots button {
    background-color: rgba(0, 0, 0, .67) !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 12px !important
}

.slick-dots > li {
    margin: 5px !important
}

#aec-universal-overlay {
    display: none;
    position: absolute;
    width: 220px;
    height: 240px;
    z-index: 999
}

    #aec-universal-overlay.offset-y-top,
    #aec-universal-overlay.offset-y {
        height: 240px;
        width: 220px
    }

    #aec-universal-overlay .pointer {
        position: absolute;
        top: 85px;
        left: -20px;
        height: 40px;
        background: url(/customers/moviesunlimited/recommendation/arrow-rec.svg) no-repeat scroll right center transparent
    }

    #aec-universal-overlay.offset-x .pointer {
        background: url(/customers/moviesunlimited/recommendation/arrow-rec-right.svg) no-repeat scroll left center transparent !important;
        top: 85px;
        left: 220px
    }

    #aec-universal-overlay.offset-y-top .pointer {
        background-position: right center;
        left: 25px;
        top: 214px;
        transform: rotateZ(270deg);
        -webkit-transform: rotatez(270deg);
        -ms-transform: rotatez(270deg);
        -moz-transform: rotatez(270deg)
    }

    #aec-universal-overlay.offset-y .pointer {
        left: 25px !important;
        top: -28px;
        transform: rotatez(90deg);
        -webkit-transform: rotatez(90deg);
        -ms-transform: rotatez(90deg);
        -moz-transform: rotatez(90deg)
    }

    #aec-universal-overlay.offset-y.offset-x .pointer {
        left: 212px !important;
        top: -20px;
        background-size: 20px 20px !important;
        transform: rotatez(-40deg);
        -webkit-transform: rotatez(-40deg);
        -ms-transform: rotatez(-40deg);
        -moz-transform: rotatez(-40deg)
    }

    #aec-universal-overlay.offset-y-top.offset-x .pointer {
        left: 210px !important;
        top: 220px;
        background-size: 20px 20px !important;
        transform: rotatez(-40deg);
        -webkit-transform: rotatez(40deg);
        -ms-transform: rotatez(40deg);
        -moz-transform: rotatez(40deg)
    }

.details-content {
    color: #333;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .17);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .17);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .17);
    display: block;
    position: relative;
    height: 225px;
    padding: 0;
    width: 260px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    font: 9pt/12pt Lato;
}

@media(min-width:0px) and (max-width:996px) {
    .details-content {
        width: 220px
    }
}

.details-content * {
    padding: 0 10px
}

.reconext,
.recoprev {
    position: absolute;
    top: 44%;
    z-index: 1;
    display: none
}

@media(min-width:1125px) and (max-width:7680px) {
    .reconext,
    .recoprev {
        display: block !important;
        opacity: 1 !important
    }

    .reconext {
        right: -5px !important
    }

    .recoprev {
        left: -5px !important
    }

        .reconext > a,
        .recoprev > a {
            background-color: transparent;
            box-shadow: none !important
        }

            .reconext > a i,
            .recoprev > a i {
                font-size: 40px !important
            }
}

.reconext {
    right: 0
}

.recoprev {
    left: 0
}

.reconext > a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /*box-shadow: -5px 0 4px rgba(0, 0, 0, .55);
	-webkit-box-shadow: -5px 0 4px rgba(0, 0, 0, .55);
	-moz-box-shadow: -5px 0 4px rgba(0, 0, 0, .55)*/
}

.recoprev > a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    /*box-shadow: 5px 0 4px rgba(0, 0, 0, .55);
	-webkit-box-shadow: 5px 0 4px rgba(0, 0, 0, .55);
	-moz-box-shadow: 5px 0 4px rgba(0, 0, 0, .55)*/
}

.reconext > a,
.recoprev > a {
    background-color: transparent;
    display: block;
    padding: 0 7px;
    width: 32px;
    z-index: 9999;
    color: #990000;
    opacity: .7;
    transition: opacity .2s ease-in-out 0s
}

    .reconext > a i,
    .recoprev > a i {
        font-size: 34px;
        position: relative
    }

.reconext a i {
    left: -5px
}

.recoprev a i {
    left: -8px
}

.recoprev a i, .reconext a i {
    display: inline-block;
    margin-top: 4px;
}

.reconext > a:hover,
.reconext > a:active,
.reconext > a:focus,
.recoprev > a:hover,
.recoprev > a:active,
.recoprev > a:focus {
    opacity: 1;
    color: #f56363 !important
}

.reconext > a:hover, .reconext > a:focus, .reconext > a:active {
    text-decoration: none !important;
}

#aec-recommendation-list .owl-controls {
    position: absolute;
    right: 0;
    top: -54px
}

@media(min-width:521px) and (max-width:7680px) {
    #aec-recommendation-list .owl-controls {
        right: 10px
    }
}

@media(min-width:768px) and (max-width:991px) {
    #aec-recommendation-list .owl-controls {
        top: -30px !important
    }

    .recoprev a i, .reconext a i {
        left: 4px;
    }
}

#aec-recommendation-list .owl-page {
    display: inline-block;
    font-weight: 700;
    padding: 4px 8px;
    border: 1px solid #990000 !important;
    color: #990000 !important;
    background: #d7d4c7;
    margin: 0 1px;
    border-radius: 0;
}

#aec-recommendation-list .owl-pagination {
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}


#aec-recommendation-list .owl-page:hover {
    background-color: #777;
    color: #FFF;
    border-color: #777 !important
}

#aec-recommendation-list .owl-page.active,
#aec-recommendation-list .owl-page:focus {
    background-color: #990000 !important;
    color: #fff !important;
    border-color: #990000 !important
}

.aec-recInfoH {
    min-height: 48px
}

@media(min-width:0px) and (max-width:480px) {
    .aec-recInfoH {
        min-height: 30px
    }
}

.aec-rectitle {
    margin-bottom: 0;
    margin-top: 4px;
    padding: 0 5px
}

#aec-recommendations .item .aec-price {
    margin-bottom: 0;
    margin-top: 0
}

.aec-recartist {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 1px 0 0;
}

.aec-recprice.your-price {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0
}

    .aec-recprice.your-price span {
        border-right: 1px solid #ddd;
        color: #990000;
        display: inline-block;
        font-weight: 700;
        padding-left: 5px;
    }

.aec-type {
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 0 5px;
}

    .aec-type span {
        color: #000;
        padding-left: 5px;
    }

.aec-rec-buybtn {
    padding-top: 12px;
    text-align: center
}

.btn.btn-default.addtocart {
    background-color: #f56363;
    border-radius: 4px;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    box-shadow: 3px 4px 0 #d1564d !important;
    -webkit-box-shadow: 3px 4px 0 #d1564d !important;
    font-size: 12px;
    padding: 8px 0;
    text-transform: uppercase;
    line-height: 100%;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    width: 145px;
}

    .btn.btn-default.addtocart:hover {
        background-color: #d1564d;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

.aec-rectitle a {
    color: #990000;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s ease 0s;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
}

    .aec-rectitle a:hover {
        color: #F56363;
    }

.aec-recproduct .listprice {
    color: #333;
    font: 600 14px "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: line-through;
}

.aec-recproduct span.no-sale-price {
    color: #333;
    font: 600 14px "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none !important;
}

.aec-recproduct .no-sale-price:before {
    color: #333333;
    content: "Now";
    font-weight: 600;
    margin-left: 6px;
    margin-right: 4px;
}

.current-price {
    color: #333;
    font: 600 14px "Lato","Helvetica Neue",Helvetica,Arial,sans-serif
}

.aec-recproduct .current-price:before {
    color: #333333;
    content: "Now";
    font-weight: 600;
    margin-left: 6px;
    margin-right: 4px;
}

ec-rec-plot {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    clear: left;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 7px;
    padding: 7px 0 10px;
}

.aec-rec-plot a {
    color: #990000;
    text-decoration: none
}

    .aec-rec-plot a:hover {
        color: #F56363;
        text-decoration: none
    }

#aec-recommendations .reconext .fa.fa-chevron-right:before {
    content: "\f847";
    font-family: WebGlyphs;
    font-style: normal;
    text-transform: none !important;
}

#aec-recommendations .recoprev .fa.fa-chevron-left:before {
    content: "\f846";
    font-family: WebGlyphs;
    font-style: normal;
    text-transform: none !important;
}

@media(min-width:321px) and (max-width:767px) {
    #aec-recommendation-list .owl-controls {
        border-top: 1px solid #d6d6d6;
        padding-top: 10px;
        position: absolute;
        text-align: center;
        top: 272px;
        width: 100%
    }

    #aec-recommendations.recs {
        min-height: 385px
    }
}

@media(min-width:361px) and (max-width:767px) {
    .aec-recproduct a.image-cover img.product-cover {
        max-height: 160px
    }
}

@media(min-width:321px) and (max-width:360px) {
    .aec-recproduct a.image-cover img.product-cover {
        max-width: 145px;
        max-height: 165px
    }
}

@media(min-width:0px) and (max-width:320px) {
    #aec-recommendation-list .owl-controls {
        border-top: 1px solid #d6d6d6;
        padding-top: 10px;
        position: absolute;
        text-align: center;
        top: 270px;
        width: 100%
    }

    .aec-recproduct a.image-cover img.product-cover {
        max-height: 140px;
        max-width: 120px
    }

    #aec-recommendations.recs {
        min-height: 360px
    }

}

@media(min-width:0px) and (max-width:769px) {
    #aec-universal-overlay {
        display: none !important
    }
}

@media (min-width: 0px) and (max-width: 370px) {
    #aec-recommendations .reconext,
    #aec-recommendations .recoprev {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .aec-recproduct .listprice, .aec-recproduct .current-price {
        font-size: 12px !important;
    }
}
