﻿.discontinued-notification {
    width: 100%;
    float: right;
    display: block;
    background: #821010 url("../images/pdp-disco-icon.png") no-repeat;
    background-position: 15px;
    background-size: 30px 30px;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
    color: #fff;
    padding: 15px 20px 15px 60px;
    vertical-align: bottom;
    font-weight:300;
    font-family: "open sans", "arial";
}

.discontinued-notification b {
    font-weight:600;
}

.replacement-product-item {
    background-color: #f6f6f6;
    float: right;
    display: inline-block;
    padding: 15px 15px 10px 15px;
    border: solid 1px #ccc;
    width: 45%;
    margin: 0;
}

.replacement-product-item  .replacement-message {
    font-weight: 600;
    color: #333;
    font-size: 1.15em;
    margin-bottom: 10px;
    text-align: left;
    font-family: "open sans", "arial";
}

.replacement-wrap {
    width: 100%;
    padding-left: 85px;
}

.replacement-product-item  .picture {
    float: left;
    padding: 0;
    width: 85px;
    height: 85px;
    background: #ffffff;
    margin-left: -85px;
    text-align: center;
}

.replacement-product-item .picture img {
    margin: 0 auto;
}

.replacement-product-item .details {
    padding: 5px 3% 0 15px;
    float: left;
}

.replacement-product-item .product-title {
    line-height: 2em;
    font-family: "open sans";
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-align: left;
}

.replacement-product-item .alt-options {
    margin-top:10px;

}

.replacement-product-item .learn-more {
    display:inline-block;
    float:left;
    width: 100px;
    height: 30px !important;
    background: #00aeff;
    font-family: "roboto";
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    display: block;
    font-weight: 600;
    line-height: 30px;
    text-align: center;                 
    border: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

.replacement-product-item .text {
    float:left;
    padding: 0px 10px;
    display: inline-block;
    line-height: 2em;
    height: 30px;
}

.replacement-product-item .visit-category {
    float: left;
    padding: 0;
    display: inline-block;
    line-height: 2em;
    color: #00aeff;
    font-weight: 600;
    text-decoration: underline;
    height: 30px;
    font-family: "open sans", "arial";
    font-size: 14px;
}

@media all and (max-width: 768px) {

      .replacement-product-item {
        float: none;
        width: 100%;
        margin: 0 0 -70px 0;
    }

    .discontinued-notification {
        margin-top: 20px;
    }
  
}

