/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author: UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

.w-filter-item-title,
.comment-reply-title,
.woocommerce-Reviews-title,
.woocommerce-message {
    display: none !important;
}

.textarea {
    border-width: 1px !important;
    border-radius: 0.3rem !important;
    background: #fff !important;
}

/* Комментарии */
.comment-respond {
    padding: 0 !important;
    box-shadow: none !important;
    background: none !important;
}

.yith-wcmbs-product-download-button,
.yith-wcmbs-download-links,
.yith-wcmbs-download-button {
    margin: 0;
    font-weight: 400;
    text-transform: none;
    padding: 8px 15px !important;
    border-radius: 0.2em;
    font-size: 18px !important;
}

.yith-wcmbs-product-download-button.unlocked,
.yith-wcmbs-download-links.unlocked,
.yith-wcmbs-download-button.unlocked,
.yith-wcmbs-download-button.locked {
    color: #fff;
    background: #00b67a;
}

.yith-wcmbs-download-button.unlocked:hover,
.yith-wcmbs-download-button.locked:hover {
    background-color: #55aa59;
    border-color: #55aa59;
}

/* WooCommerce */
.wc-stripe-card-icons-container {
    margin-left: 10px;
}

.woocommerce-info {
    background: rgba(114, 127, 159, 0.15);
}

.wc_payment_methods li > label {
    font-weight: 600;
}

.wc-stripe-gateway-desc {
    margin-bottom: 10px;
    margin-left: 12px;
}

/* Starter */
#scxi-starter {
    z-index: 99999 !important;
}

/* Progress bar */
#progress-container {
    margin-top: 20px;
    text-align: center;
}

#progress-bar {
    width: 0;
    height: 25px;
    background-color: #4caf50;
    text-align: center;
    line-height: 25px;
    color: #f8f9fd;
    border-radius: 4px;
    transition: width 0.5s ease-in-out;
}

#progress-text {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    color: #333;
}

/* Results */
#result-container {
    display: none;
    background: #f8f9fd;
    margin-top: -30px;
    padding: 10px 20px 0;
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px;
}

.green-circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #00b67a;
    border-radius: 50%;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

#result-container th[colspan="3"] {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

th[colspan="1"] {
    text-align: center;
}

.table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

/* Объединённые дублирующиеся правила .table th */
.table th {
    font-weight: 500;
    padding: 8px;
    background: #e3e7f0;
    border: 1px solid #dddddd;
    white-space: nowrap;
}

.table td {
    border: 1px solid #dddddd;
    padding: 5px 8px 5px 5px;
}

hr {
    margin-bottom: 20px;
}

blockquote {
    font-size: 16px;
}

tbody td:first-child {
    white-space: nowrap;
    vertical-align: middle;
}

#saving-wrap-rev {
    background: transparent;
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Montserrat', sans-serif;
    padding: 0;
    box-sizing: border-box;
}

#saving-wrap {
    background: transparent;
    max-width: 500px;
    margin-left: auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Montserrat', sans-serif;
    padding: 10px;
    box-sizing: border-box;
}

#saving-wrap * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Заголовок */
#saving-wrap .sw-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px 14px 0 0;
    padding: 18px 22px;
}

#saving-wrap .sw-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

#saving-wrap .sw-badge {
    background: #ff6b6b;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Список продуктов */
#saving-wrap .sw-products {
    background: rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 22px;
}

#saving-wrap .sw-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#saving-wrap .sw-item:last-child {
    border-bottom: none;
}

#saving-wrap .sw-product-name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

#saving-wrap .sw-prices {
    display: flex;
    align-items: center;
    gap: 10px;
}

#saving-wrap .sw-old-price {
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
    text-decoration: line-through;
    line-height: 1.2;
}

#saving-wrap .sw-new-price {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

/* Итого */
#saving-wrap .sw-total {
    background: rgba(0, 182, 122, 0.11);
    padding: 10px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0, 182, 122, 0.11);
}

#saving-wrap .sw-total-left,
#saving-wrap .sw-total-right {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#saving-wrap .sw-total-right {
    text-align: right;
}

#saving-wrap .sw-total-label {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.2;
}

#saving-wrap .sw-total-amount {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
}

/* Кнопка */
#saving-wrap .sw-btn {
    display: block;
    background: #00b67a;
    color: #ffffff !important;
    text-align: center;
    padding: 18px 22px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
    border-radius: 0 0 14px 14px;
    transition: background 0.25s ease;
    letter-spacing: 0.3px;
    border: 1px solid #00b67a;
    cursor: pointer;
    line-height: 1.2;
}

#saving-wrap .sw-btn:hover {
    background: #0f2b18;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Рейтинг */
#saving-wrap-rev .sw-rating-rev {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 12px 18px;
    margin-top: 12px;
    flex-wrap: wrap;
}

#saving-wrap-rev .sw-stars-rev {
    color: #ffda55;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.2;
}

#saving-wrap-rev .sw-score-rev {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

#saving-wrap-rev .sw-reviews-rev {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
