.aec-recommendations-row {
    /*display: inline-block;*/
    display: none;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    z-index: 0;
}

#aec-recommendations.recs {
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    min-height: 310px;
    /*min-height: 290px;*/
    padding-bottom: 20px;
    padding-top: 0;
    position: relative;
    width: 100%;
    padding-left: 0;
}

.aec-recproduct a.image-cover {
    display: inline-block;
    min-height: 224px;
    position: relative;
}

    .aec-recproduct a.image-cover img.product-cover {
        left: 50%;
        max-height: 224px;
        max-width: 175px;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
    }

.aec-rec-tile {
    border-top: 1px solid var(--primary-btn-color);
    color: #030303;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 15px;
}

    .aec-rec-tile i {
        border: 2px solid;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin-right: 7px;
        padding: 4px;
    }

#aec-recommendation-list .item {
    min-height: 310px;
}

.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;*/
    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 var(--primary-btn-color);
    font-size: 14px;
    margin: 10px;
    overflow: hidden;
    padding: 5px 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .product-title > a {
        color: #030303;
        font-weight: 700;
        padding: 0;
    }

        .product-title > a:hover {
            color: var(--primary-color);
        }

.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/importcds/img/arrow-rec.svg") no-repeat scroll right center transparent;
    }

    #aec-universal-overlay.offset-x .pointer {
        background: url("/customers/importcds/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: #555;
    background-color: #fff;
    border: 1px solid #EDE7D4;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    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: 40%;
    z-index: 1;
    display: none;
}

.reconext {
    right: 0;
}

.recoprev {
    left: -18px;
}

.reconext > a {
    /*border-width: 1px 0 1px 1px;*/
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /*  box-shadow: -5px 0px 4px rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: -5px 0px 4px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: -5px 0px 4px rgba(0, 0, 0, 0.20);*/
}

.recoprev > a {
    /*border-width: 1px 1px 1px 0;*/
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*  box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.20);*/
}

.reconext > a,
.recoprev > a {
    background-color: transparent;
    display: block;
    padding: 12px;
    width: 40px;
    z-index: 9999;
    color: #030303;
    opacity: 1;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
}

    .reconext > a i,
    .recoprev > a i {
        font-size: 30px;
        position: relative;
    }

.reconext a i {
    left: -5px;
}

.recoprev a i {
    left: -5px;
}

.reconext > a i:before {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f054" !important;
}

.recoprev > a i:before {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f053" !important;
}

.reconext > a:hover,
.reconext > a:active,
.reconext > a:focus,
.recoprev > a:hover,
.recoprev > a:active,
.recoprev > a:focus {
    opacity: 1;
    color: var(--primary-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 {
    background-color: var(--bs-white);
    border: 1px solid var(--primary-btn-color);
    color: var(--primary-btn-color);
    display: inline-block;
    font-weight: 700;
    line-height: 1em;
    margin-right: 2px;
    padding: 8px 10px 6px;
}

#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(--primary-color);
    color: #fff;
}

#aec-recommendation-list .owl-page.active,
#aec-recommendation-list .owl-page:focus {
    background-color: var(--primary-color);
    color: #fff !important;
}

#aec-recommendation-list .owl-page {
    border-radius: 0px;
}

.aec-recInfoH {
    height: auto;
    min-height: 45px;
}

.aec-rectitle {
    margin-bottom: 0;
    margin-top: 4px;
    padding: 5px 5px 0;
}

#aec-recommendations .item .aec-price {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
}

.aec-recproduct .listprice {
    color: #767676;
    text-decoration: line-through;
    font-weight: 400;
}

.aec-recproduct .current-price {
    color: #757575;
}

.aec-recartist {
    color: #030303;
    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: 13px;
}

    .aec-recprice.your-price span {
        color: #757575;
        font-weight: 700;
    }

.aec-type {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

    .aec-type span {
        color: #767676;
        text-transform: none;
    }

.aec-rec-buybtn {
    padding-top: 4px;
    text-align: center;
}

.btn.btn-default.addtocart {
    background-color: var(--primary-color);
    border: medium none;
    color: #000000;
    font-weight: bold;
    text-transform: lowercase;
    width: 100%;
    padding: 5px 12px !important;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    -moz-box-shadow: 0 !important;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.btn.btn-default.addtocart:hover {
    background-color: var(--primary-color);
}

.btn.btn-default.addtocart:before {
    font-family: "icomoon" !important;
    content: "\e903" !important;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.aec-rectitle a {
    color: #030303;
    font-size: 13px;
    font-weight: 700;
    padding-top: 5px;
}

    .aec-rectitle a:hover,
    .aec-rectitle a:focus {
        color: var(--primary-color);
    }

.aec-rec-plot {
    border-bottom: 1px solid #ede7d4;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 0 10px;
}

.aec-rec-plot a {
    color: #030303;
    text-decoration: none;
}

.aec-rec-plot a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.aec-recproduct .listprice + .current-price {
    padding-left: 5px;
}

@media (min-width: 0px) and (max-width: 767px) {
    #aec-recommendation-list .owl-controls {
        padding-top: 10px;
        position: relative;
        text-align: center;
        top: 15px;
        width: 100%;
    }

    #aec-recommendations.recs {
        min-height: 370px;
    }

    .aec-rec-tile {
        padding-left: 15px;
    }
}

@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 var(--primary-btn-color);
        padding-top: 10px;
        position: absolute;
        text-align: center;
        top: 290px;
        width: 100%;
    }

    .aec-recproduct a.image-cover img.product-cover {
        max-height: 140px;
        max-width: 120px;
    }

    #aec-recommendations.recs {
        min-height: 375px;
    }
}

@media (min-width: 0px) and (max-width: 769px) {
    #aec-universal-overlay {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 780px) {
    .aec-recproduct a.image-cover img.product-cover {
        max-height: 156px;
        max-width: 135px;
    }

    .aec-recproduct a.image-cover {
        min-height: 170px;
        width: 100%;
    }

    #aec-recommendation-list .item {
        min-height: 245px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .aec-recproduct a.image-cover {
        min-height: 170px;
        width: 100%;
    }

    #aec-recommendation-list .item {
        min-height: 245px;
    }
}
