.swal2-actions button {
    background-color: #000 !important;
}

.data-planner {
    padding-top: 50px;
}

#product-area-data .data-planner {
    order: 4;
}

@media (max-width: 1336px) {
    .app.blade-shopping .shopping-content .cart-info__side {
        display: block;
    }
    .app.blade-shopping .shopping-content {
        margin-bottom: 30px;
    }
    .app.blade-shopping .shopping-content .cart-info__data .info-block:last-child {
        margin-bottom: 56px;
    }
}

/* Highline subtitle styling */
.highline__subtitle {
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 9;
    margin: 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    width: auto;
    max-width: 100%;
}

@media (max-width: 769px) {
    .data-planner {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    
    .highline__subtitle {
        bottom: 25px;
        left: 50%;
        -webkit-transform: translateX(-94%);
        transform: translateX(-94%);
    }

    .highline--fullimg .highline__content .container h1 {
        text-align: left;
    }
}

#product-area-data .btn-showsize img {
    vertical-align: text-bottom;
}
