

.sku__action .ui-found {
    position: static;
    width: 100%;
    margin: 13px 0 0 9px;
}
.sku__action .ui-found .ui-link {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-decoration: underline;
    color: #CC3333;
}
#popup-found-it-cheaper {
    max-width: 600px;
}
#popup-found-it-cheaper span {
    text-align: center;
}
#popup-found-it-cheaper .popup__subtitle {
    max-width: 380px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 10px auto 20px;
    display: block;
}

@media (max-width:768px) {
    .fancybox-type-inline .fancybox-slide {
        padding: 5rem 10px;
    }
    #popup-found-it-cheaper {
        padding: 3rem 20px;
    }
    .sku__action .ui-found {
        margin: 0px 0 0 9px;
    }
}