@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
body.widget-snippet {
    padding: 40px;
}
.wc-snippet-special-offer {
    background: #040506;
    padding-top: 30px;
    padding-bottom: 25px;
}
.wc-snippet-special-offer .item {
    position: relative;
    padding-right: 100px;
    max-width: 284px;
}
.wc-snippet-special-offer h3 {
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.wc-snippet-special-offer .btn-wrap:after {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #ffffff;
}
.wc-snippet-special-offer a,
.wc-snippet-special-offer a:visited,
.wc-snippet-special-offer a:active,
.wc-snippet-special-offer a:focus {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #cb2d2d;
    line-height: 1.468;
    font-weight: 600;
    outline: none;
    text-transform: uppercase;
}
.widget .wc-snippet-special-offer a:hover {
    color: #ffffff;
    text-decoration: none;
}
body.widget-snippet .wc-snippet-special-offer a.snippet-highlighted-elm,
body.widget-snippet .wc-snippet-special-offer a.snippet-activated-elm {
    outline: 2px tomato solid;
}
.wc-snippet-special-offer img {
    position: absolute;
    right: 0;
    top: -50px;
    max-width: 130px;
    max-height: 105px;
}

@media (max-width: 991px) {
    .wc-snippet-special-offer .col-md-4:last-child .item {
        min-height: 50px;
    }
    .wc-snippet-special-offer h3 {
        font-size: 20px;
    }
    .wc-snippet-special-offer img {
        top: -40px;
    }
}
@media (max-width: 767px) {
    .wc-snippet-special-offer {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .wc-snippet-special-offer img {
        top: -20px;
        max-height: 95px;
        max-width: 114px;
    }
    .wc-snippet-special-offer .col-sm-4 .item {
        min-height: 120px;
    }
    .wc-snippet-special-offer .col-sm-4:last-child .item {
        min-height: 90px;
    }
}
