.aalb-product-carousel-unit {
    /*Enable this border property to have a border around the ad unit*/
    /*border: 1px solid #d4d4c4;*/
    background: #ffffff;
}

/* Actual styles start below */
.aalb-product-carousel-unit {
    position: relative;
    overflow: hidden;
    padding: 22px 40px;
}

.aalb-product-carousel-unit * {
    box-sizing: content-box;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    outline: 0;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.aalb-product-carousel-unit.pull-left {
    float: left;
}

.aalb-product-carousel-unit.pull-right {
    float: right;
}

.aalb-product-carousel-unit.pull-left .aalb-pc-product, .aalb-product-carousel-unit.pull-right .aalb-pc-product {
    width: 185px !important;
}

.aalb-product-carousel-unit a {
    box-shadow: none !important;
}

.aalb-product-carousel-unit a:hover {
    color: #c45500;
}

.aalb-product-carousel-unit .aalb-pc-ad-header {
    padding-left: 3px;
    padding-bottom: 9px;
    font-size: 17px;
    font-weight: normal;
    color: #111111;
}

.aalb-product-carousel-unit .aalb-pc-product-list {
    /* Remove the border-top to remove the horizontal line after the Ad Header*/
    border-top: 2px solid #f7f7f7;
    overflow: hidden;
}

.aalb-product-carousel-unit .aalb-pc-product {
    min-width: 185px;
    max-width: 385px;
    height: auto !important;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    list-style: none;
    text-align: center;
}

.aalb-product-carousel-unit .aalb-pc-product-image {
    display: table;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
}

.aalb-product-carousel-unit .aalb-pc-product-image-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.aalb-product-carousel-unit .aalb-pc-product-image a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.aalb-product-carousel-unit .aalb-pc-product-image img {
    max-width: 150px;
    max-height: 150px;
    vertical-align: bottom;
}

.aalb-product-carousel-unit .aalb-pc-percent-off {
    display: block;
    width: 32px;
    height: 27px;
    padding-top: 5px;
    position: absolute;
    top: -16px;
    right: -16px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #a50200;
    background-image: -webkit-linear-gradient(top, #cb0400, #a50200);
    background-image: linear-gradient(to bottom, #cb0400, #a50200);
}

.aalb-product-carousel-unit.hide-percent-off-badge .aalb-pc-percent-off {
    display: none;
}

.aalb-product-carousel-unit .aalb-pc-product-details {
    display: inline-block;
    max-width: 100%;
    margin-top: 11px;
    text-align: left;
}

.aalb-product-carousel-unit .aalb-pc-product-title a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #111111;
    text-decoration: none;
}

.aalb-product-carousel-unit.no-truncate .aalb-pc-product-title a {
    text-overflow: initial;
    white-space: initial;
}

.aalb-product-carousel-unit .aalb-pc-product-offer-price {
    font-size: 13px;
    color: #111111;
}

.aalb-product-carousel-unit .aalb-pc-product-offer-price-value {
    color: #AB1700;
    font-weight: bold;
}

.aalb-product-carousel-unit .aalb-pc-product-list-price {
    font-size: 13px;
    color: #565656;
}

.aalb-product-carousel-unit .aalb-pc-product-list-price-value {
    text-decoration: line-through;
}

.aalb-product-carousel-unit .aalb-pc-product-prime-icon .icon-prime-all {
    background: url("https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x_weblab_AUI_100106_T1-4e9f4ae74b1b576e5f55de370aae7aedaedf390d._V2_.png") no-repeat;
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
    background-position: -192px -911px;
    background-size: 560px 938px;
    width: 52px;
    height: 15px;
}

.aalb-product-carousel-unit .aalb-pc-product-offer-price,
.aalb-product-carousel-unit .aalb-pc-product-list-price,
.aalb-product-carousel-unit .aalb-pc-product-prime-icon {
    display: inline-block;
    margin-right: 2px;
}

.aalb-product-carousel-unit .aalb-pc-btn-prev,
.aalb-product-carousel-unit .aalb-pc-btn-next {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    display: block;
    visibility: hidden;
    width: 43px;
    height: 105px;
    z-index: 2;
    line-height: 105px;
    background: #ffffff;
    color: #D0D0D0;
    font-size: 35px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 0 4px #e9e9e9;
    box-shadow: 0 0 4px #e9e9e9;
}

.aalb-product-carousel-unit .aalb-pc-btn-prev:hover,
.aalb-product-carousel-unit .aalb-pc-btn-next:hover {
    color: #999999;
}

.aalb-product-carousel-unit .aalb-pc-btn-prev:focus,
.aalb-product-carousel-unit .aalb-pc-btn-next:focus {
    outline: none;
}

.aalb-product-carousel-unit .aalb-pc-btn-prev {
    left: 0;
    border-left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.aalb-product-carousel-unit .aalb-pc-btn-next {
    right: 0;
    border-right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .aalb-product-carousel-unit .aalb-pc-product-prime-icon .icon-prime-all {
        background: url("https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x_weblab_AUI_100106_T1-4e9f4ae74b1b576e5f55de370aae7aedaedf390d._V2_.png") no-repeat;
        display: inline-block;
        margin-top: -1px;
        vertical-align: middle;
        background-position: -192px -911px;
        background-size: 560px 938px;
        width: 52px;
        height: 15px;
    }
}