.aalb-703-pa-ad-unit {
  display: flex;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-sizing: border-box;
}

.aalb-703-pa-ad-unit * {
    box-sizing: content-box;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    outline: 0;
    padding: 0;
}

.aalb-703-pa-ad-unit a {
    box-shadow: none !important;
}

a.aalb-703-pa-product-container {
}

/* fixed width and height of product image to 150px */
.aalb-703-pa-product-image-source {
    max-width: 150px !important;
    max-height: 150px;
}

.aalb-703-pa-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-703-pa-ad-unit.hide-percent-off-badge .aalb-703-pa-percent-off {
    display: none;
}

.aalb-703-pa-product-details {
   margin: 10px 0 0 10px;
}

.aalb-703-pa-ad-unit .aalb-703-pa-product-title {
    display: block;
    font-size: 15px;
    color: #111;
    text-decoration: none;
}

.aalb-703-pa-ad-unit.no-truncate .aalb-703-pa-product-title {
    text-overflow: initial;
    white-space: initial;
}

.aalb-703-pa-product-offer-price {
    font-size: 13px;
    color: #111111;
}

.aalb-703-pa-product-offer-price-value {
    color: #AB1700;
    font-weight: bold;
}

a.aalb-703-pa-product-buy-button {
  	display: inline-block;
    margin: 10px 0;
  	padding: 5px 25px;
  	border-radius: 4px;
  	border-color: #ca7c1b #be751a #a56616;
    background: #f2ad58;
    background: -webkit-linear-gradient(top,#f6c88f,#ed9220);
    background: linear-gradient(to bottom,#f6c88f,#ed9220);
    color: #111;
    font-size: 14px;
}
a.aalb-703-pa-product-buy-button:hover {
  text-decoration: none;
  background: #e07c00;
  background: -webkit-linear-gradient(top,#fbbb6d,#e07c00);
  background: linear-gradient(to bottom,#fbbb6d,#e07c00);
}

.aalb-703-pa-product-list-price {
    font-size: 13px;
    color: #565656;
}

.aalb-703-pa-product-list-price-value {
    text-decoration: line-through;
}

.aalb-703-pa-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-703-pa-product-offer-price,
.aalb-703-pa-product-list-price,
.aalb-703-pa-product-prime-icon {
    display: inline-block;
    margin-right: 2px;
  	font-size: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .aalb-703-pa-ad-unit .aalb-703-pa-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;
    }
}

/* css for mobile devices when device width is less than 441px*/
@media  screen and (max-width: 440px) {
  .aalb-703-pa-product-image-source {
    max-width: 100px !important;
    max-height: 100px;
  }
  .aalb-703-pa-product-buy-button {
  	padding: 5px 15px;
  }
}