.yadore-container {

}

.yadore-container *, .yadore-container *:before, .yadore-container *:after {
    box-sizing: border-box;
}

.yadore-offer {
    position: relative;
    margin: 0 0 30px;
    width: 100%;

    margin-top: 20px!important;
    margin-bottom: 20px!important;

    display: block;
    max-width: 100%;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ececec;
    font-size: 15px;
    line-height: 1.6;
    white-space: normal;

    padding-top: 35px;
}

.yadore-offer:before {
    content: " ";
    display: table;
}

.yadore-offer:after {
    content: " ";
    display: table;
    clear: both;
}

.yadore-offer-badge {
    background-color: #d94014;
    color: #ffffff;

    top: -1px;
    left: -1px;
    position: absolute;
    padding: 0 15px;

    border-bottom-right-radius: 2px;

    z-index: 1;
}

.yadore-offer-image {
    float: left;

    width: 100px;

    margin-bottom: 30px;
}

.yadore-offer-image-image {
    display: block;
    height: auto;
    margin: 0 auto 15px;
    max-height: 200px;
    max-width: 100%;
    width: auto;
    border: none;
    box-shadow: none;
}

.yadore-offer-body {
    margin-left: 10px;
    padding-left: 10px;
}

.yadore-offer-title {
    color: #d94014;
    display: block;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: bold;
}

.yadore-offer-description {
    display: block;
    margin: 0;
}

.yadore-offer-footer {
    text-align: right;
    margin-left: 160px;
    padding-left: 20px;
}

.yadore-offer-price {
    display: block;
    margin-bottom: 5px;
}

.yadore-offer-price-original {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle;

    font-size: 14px;
    text-decoration: line-through;
    color: #666;
}

.yadore-offer-price-current {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle;

    margin-left: 15px;
    font-size: 20px;
    font-weight: bold;
}

.yadore-offer-price-shipping {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle;

    margin-left: 15px;
    font-size: 14px;
    color: #666;
}

.yadore-offer-gotooffer {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 7px 12px 6px 12px;
    border: 1px solid transparent!important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-decoration: none!important;

    border-color: #9c7e31 #90742d #786025!important;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;
    background: #f0c14b;
    background: linear-gradient(to bottom,#D94014,#A6300F) repeat scroll 0 0 rgba(0,0,0,0);
    color: #fff!important;

    position: relative;
}

.yadore-offer-disclaimer {
    position: absolute;
    bottom: 10px;
    left: 15px;
    max-width: 225px;
    color: #666;
    font-size: 11px;
    text-align: left;
}