@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

.ec-widget {
    font-family: 'Roboto', sans-serif;
    color: #1B1B1B;
    font-size: 16px;
    text-align: center;
    background-color: white;
    padding-top: 20px;
    width: auto;
}

.ec-widget-products {
    border: none;
}

.ec-widget-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #0068A6;
}

.ec-widget-name {
    line-height: 20px;
    font-weight: bold;
    font-size: 13px;
}

.ec-widget-price {
    font-style: italic;
    font-size: 16px;
    color: #0068A6;
    line-height: 18px;
}

.ec-widget-price-old {
    font-style: italic;
    font-size: 11px;
    line-height: 18px;
    text-decoration: line-through;
}

.ec-widget-price-new {
    font-style: italic;
    font-size: 16px;
    color: red;
    line-height: 18px;
}

.ec-widget-attribute {
    line-height: 16px;
    font-size: 11px;
}

.ec-widget-image {
    border: none;
    width: 200px;
}

.ec-widget-list {
    list-style: none outside none;
    padding: 10px;
    width: 216px;
    position: relative;
    display: inline-block;
    margin-left: 0em !important;
    min-height: 210px;
}

.ec-widget a, .ec-widget a img {
    text-decoration: none;
    color: #0068A6;
    border: none;
}

.ec-tile-cta{
    margin-top: 20px;
    text-align: center;
}

.ec-tile-cta-btn{
    background-color: #0068A6;;
    border: none;
    color: #ffffff;
    padding: 8px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

/****** label diamond  *****/

.ec-tile-label-diamond {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    left: 180px;
    text-align: center;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #ff0000;
}

.ec-tile-label-diamond span {
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}