.aec-recommendations-row {
    display: none;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
    z-index: 0;
    min-height: 290px;
}

#aec-recommendations.recs {
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    min-height: 290px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

.aec-recproduct a.image-cover {
    display: inline-block;
    min-height: 165px;
    position: relative;
}

.aec-recproduct a.image-cover img.product-cover {
    left: 50%;
    max-height: 160px;
    max-width: 150px;
    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: 160px;
        max-width: 164px;
    }
}

.aec-rec-tile {
    border-bottom: 1px solid #E8F5FD;
    color: #1c4073;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-transform: uppercase;
}

.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: 215px;
    position: relative;
}

.slick-track {
    overflow: visible;
}

#aec-recommendation-list {
    display: none;
}

.aec-recproduct {
    display: block;
    text-align: center;
}

.product-title {
    border-bottom: 1px solid #9cd5f6;
    font-size: 14px;
    margin: 10px;
    overflow: hidden;
    padding: 5px 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-title > a {
    color: #104372;
    font-weight: 700;
    padding: 0;
}

.product-title > a:hover {
    color: #0174b0;
}

.product-cover {
    margin: 0 auto;
}

.slick-dots button {
    background-color: rgba(0, 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/deepdiscount/img/arrow-rec.svg") no-repeat scroll right center transparent;
}

#aec-universal-overlay.offset-x .pointer {
    background: url("/customers/deepdiscount/img/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: 230px;
    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: #56595f;
    background-color: #fff;
    border: 1px solid #9cd5f6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.17);
    display: block;
    position: relative;
    height: 240px;
    padding: 0;
    width: 220px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    font-size: 12px;
}

.details-content * {
    padding: 0 10px;
}

.reconext,
.recoprev {
    position: absolute;
    top: 37%;
    z-index: 1;
    display: none;
}

.reconext {
    right: 0;
}

.recoprev {
    left: 0;
}

.reconext > a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: -5px 0px 4px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: -5px 0px 4px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -5px 0px 4px rgba(0, 0, 0, 0.55);
}

.recoprev > a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.55);
}

.reconext > a,
.recoprev > a {
    background-color: #fff;
    display: block;
    padding: 12px;
    width: 40px;
    z-index: 9999;
    color: var(--primary-color);
    opacity: 0.7;
    transition: opacity .2s ease-in-out 0s;
    -webkit-transition: opacity .2s ease-in-out 0s;
}

.reconext > a i,
.recoprev > a i {
    font-size: 20px;
    position: relative;
}

.reconext a i {
    left: -5px;
}

.recoprev a i {
    left: -5px;
}

.reconext > a:hover,
.reconext > a:active,
.reconext > a:focus,
.recoprev > a:hover,
.recoprev > a:active,
.recoprev > a:focus {
    opacity: 1;
    color: var(--tertiary-color) !important;
}

#aec-recommendation-list .owl-controls {
    position: absolute;
    right: 0;
    top: -54px;
}

@media (min-width: 521px) and (max-width: 1920px) {
    #aec-recommendation-list .owl-controls {
        right: 10px;
    }
}

#aec-recommendation-list .owl-page {
    border-bottom: 1px solid #c2e5f1;
    border-right: 1px solid #c2e5f1;
    border-top: 1px solid #c2e5f1;
    display: inline-block;
    font-weight: 700;
    padding: 4px 8px;
    color: #2a72b0;
    background-color: #f6fbfd;
}

#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: var(--tertiary-color);
    color: #fff;
    border-color: var(--tertiary-color) !important;
}

#aec-recommendation-list .owl-page.active,
#aec-recommendation-list .owl-page:focus {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color) !important;
}

#aec-recommendation-list .owl-page:first-child {
    border-bottom-left-radius: 4px;
    border-left: 1px solid #c2e5f1;
    border-top-left-radius: 4px;
}

#aec-recommendation-list .owl-page:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.aec-recInfoH {
    height: auto;
}

.aec-rectitle {
    margin-bottom: 0;
    margin-top: 4px;
    padding: 0 5px;
}

#aec-recommendations .item .aec-price, #aec-recommendations .item .aec-type {
    margin-bottom: 0;
    margin-top: 0;
    display: none;
}

.aec-recartist {
    color: #627185;
    font-size: 12px;
    margin: 0;
    padding: 2px 0 0;
}

.aec-recprice.your-price {
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.aec-recprice.your-price span {
    color: #0174b0;
    font-weight: 700;
}

.aec-type {
    border-bottom: 1px solid #9cd5f6;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.aec-type span {
    color: #56595f;
    text-transform: none;
}

.aec-rec-buybtn {
    padding-top: 10px;
    text-align: center;
}

.btn.btn-default.addtocart {
    background-color: var(--primary-color);
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px 12px;
}

.btn.btn-default.addtocart:hover {
    background-color: var(--tertiary-color);
}

.btn.btn-default.addtocart:before {
    content: "\f838";
    display: inline-block;
    font-family: "DeepFont";
    font-size: 16px;
    margin-right: 4px;
    font-weight: normal;
}

.aec-rectitle a {
    color: #104372;
    font-size: 12px;
    font-weight: 600;
}

.aec-recproduct .listprice {
    color: #0174b0;
    font-size: 12px;
    font-weight: 600;
}

.aec-rec-plot {
    border-bottom: 1px solid #9cd5f6;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 0 10px;
}

.aec-rec-plot a {
    color: #0174b0;
    text-decoration: none;
}

.aec-rec-plot a:hover {
    color: #004e90;
    text-decoration: underline;
}

@media (min-width: 321px) and (max-width: 520px) {
    #aec-recommendation-list .owl-controls {
        border-top: 1px solid #e8f5fd;
        padding-top: 10px;
        position: absolute;
        text-align: center;
        top: 220px;
        width: 100%;
    }

    #aec-recommendations.recs, .aec-recommendations-row {
        min-height: 333px;
    }
}

@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 #e8f5fd;
        padding-top: 10px;
        position: absolute;
        text-align: center;
        top: 222px;
        width: 100%;
    }

    .aec-recproduct a.image-cover img.product-cover {
        max-height: 140px;
        max-width: 120px;
    }

    #aec-recommendations.recs, .aec-recommendations-row {
        min-height: 333px;
    }
}

@media (min-width: 0px) and (max-width: 769px) {
    #aec-universal-overlay {
        display: none !important;
    }
}
