.coupon button.button,
.actions button[name='update_cart'] {
    margin-top: 0;
}

.so-offer-content .entry-content {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
}

.so-offer-content .so-headline {
    font-size: 31px !important;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    color: #000;
}

.so-offer-content .so-offer{
    flex-direction: column !important;
    text-align: center;
}

.so-offer-content .so-offer .product_title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #676767;
}

.so-offer-content .so-offer .so_product_image {
    margin: 0 auto !important;
    width: 50% !important;
    min-width: 230px;
}

.so-offer-content .so-offer .so-show-offer-price .amount bdi {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.so-offer-content .so-offer .so-show-offer-price ins {
    text-decoration: none;
    margin-left: 10px;
}

.so-offer-content div.so_accept {
    background-color: inherit;
    border-radius: 0;
    padding: 0;
    margin-top: 7px;
    margin-bottom: 25px;
}

.so-offer-content div.so_accept a {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    width: auto;
    height: 100%;
    display: inline-block;
    padding: 10px 40px;
    text-transform: uppercase;
    border: 2px solid #000;
    background-color: #000;
}

.so-offer-content div.so_accept a:hover{
    background-color: #fff;
    color: #000;
}

.so-offer-content .so_skip a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
}

.so-offer-content .so_close a{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 29L1 1M1 29L29 1L1 29Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media only screen and (max-width: 1024px){
    .so-offer-content .so_product_image.images:not(.so-order-bump-image){
        margin: 0 auto !important;
        width: 70% !important;
    }
}