@import url('//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
body.widget-snippet {
    padding: 40px;
}
.snippet-support-shipping-cashback {
    background-color: #f7f7f7;
    padding: 60px 0;
}
.snippet-support-shipping-cashback .col-sm-4 {
    padding: 15px;
}
.snippet-support-shipping-cashback .col-sm-4:nth-child(3n+1) {
    clear: left;
}
.snippet-support-shipping-cashback .box {
    background-size: cover;
    padding: 10px;
    text-align: center;
}
.snippet-support-shipping-cashback i {
    color: #848484;
    font-size: 36px;
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}
.snippet-support-shipping-cashback .wrap {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    display: inline-block;
    height: 100px;
    line-height: 111px;
    position: relative;
    text-align: center;
    width: 100px;
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}
.snippet-support-shipping-cashback .box:hover .wrap {
    background-color: #fff;
    border: 1px solid #482988;
}
.snippet-support-shipping-cashback .box:hover .wrap i {
    color: #482988;
}
.snippet-support-shipping-cashback h3 {
    color: #3f3f3f;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0 5px;
    padding: 0;
}
.snippet-support-shipping-cashback p {
    color: rgba(55, 55, 55, 0.6);
    font-family: "Lato",sans-serif;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 991px) {
.snippet-support-shipping-cashback {
  padding: 35px 0;
}
}
@media (max-width: 767px) {
.snippet-support-shipping-cashback {
  padding: 25px 0;
}
}