/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.sticker-configurator {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.sticker-configurator h1 {
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.free-shipping {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.highlight {
    color: #ff9900;
}

.option-section {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.option-section h2 {
    color: #444;
    margin-bottom: 10px;
    font-size: 18px;
}

.option-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.option-buttons button {
    padding: 8px 15px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.option-buttons button:hover {
    background: #e9e9e9;
}

.option-buttons button.active {
    background: #4CAF50;
    color: white;
    border-color: #4CAF50;
}

.custom-size-btn, .see-more {
    background: transparent !important;
    border: 1px dashed #999 !important;
    color: #666;
}

.selection-summary {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
    font-size: 14px;
}

.dispatch-date {
    color: #666;
    font-style: italic;
    margin-top: 5px;
}

.price-section {
    text-align: center;
    margin-top: 30px;
}

.price-section h2 {
    color: #444;
    margin-bottom: 5px;
}

.price {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.add-to-cart {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.add-to-cart:hover {
    background: #45a049;
}

.price-amount.loading {
    color: #999;
}

.price-amount.error {
    color: #d9534f;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}