/** 
 * Frontend Style
 * 
 * @package yas-woo-tickets-event
 * @version 1.0.0
 * @since 1.0.0
 */

.wte-cart-timer {
    cursor: default;
    display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
    vertical-align: 1px;
    font-weight: 700;
    text-align: right;
    font-size: 16px;
    width: 100%;
}

.cart-drawer-panel .wte-cart-timer {
    text-align: left;
    width: auto;
}

.wte-cart-timer::before {
    content: "";
    display: inline-block;
    margin-bottom: -5px;
    height: 20px;
    width: 20px;
    background: 50% no-repeat url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMzA0ODQgOS41MTE2NEM2LjkwNzgzIDkuODk1NTYgNi44OTcyMiAxMC41Mjg2IDcuMjgxMTQgMTAuOTI1N0M3LjY2NTA3IDExLjMyMjcgOC4yOTgxNCAxMS4zMzMzIDguNjk1MTYgMTAuOTQ5NEw3LjMwNDg0IDkuNTExNjRaTTExLjg0NSA3LjkwMzM1QzEyLjI0MiA3LjUxOTQzIDEyLjI1MjYgNi44ODYzNSAxMS44Njg3IDYuNDg5MzRDMTEuNDg0OCA2LjA5MjMyIDEwLjg1MTcgNi4wODE3MSAxMC40NTQ3IDYuNDY1NjRMMTEuODQ1IDcuOTAzMzVaTTYuMDkwOTEgMEM1LjUzODYyIDAgNS4wOTA5MSAwLjQ0NzcxNSA1LjA5MDkxIDFDNS4wOTA5MSAxLjU1MjI4IDUuNTM4NjIgMiA2LjA5MDkxIDJWMFpNOS45MDkwOSAyQzEwLjQ2MTQgMiAxMC45MDkxIDEuNTUyMjggMTAuOTA5MSAxQzEwLjkwOTEgMC40NDc3MTUgMTAuNDYxNCAwIDkuOTA5MDkgMFYyWk0xNCAxMC4yMzA4QzE0IDEzLjM4NTcgMTEuMzQ1NiAxNiA4IDE2VjE4QzEyLjM4NjQgMTggMTYgMTQuNTUyOSAxNiAxMC4yMzA4SDE0Wk04IDE2QzQuNjU0NDMgMTYgMiAxMy4zODU3IDIgMTAuMjMwOEgwQzAgMTQuNTUyOSAzLjYxMzU4IDE4IDggMThWMTZaTTIgMTAuMjMwOEMyIDcuMDc1ODQgNC42NTQ0MyA0LjQ2MTU0IDggNC40NjE1NFYyLjQ2MTU0QzMuNjEzNTggMi40NjE1NCAwIDUuOTA4NjEgMCAxMC4yMzA4SDJaTTggNC40NjE1NEMxMS4zNDU2IDQuNDYxNTQgMTQgNy4wNzU4NCAxNCAxMC4yMzA4SDE2QzE2IDUuOTA4NjEgMTIuMzg2NCAyLjQ2MTU0IDggMi40NjE1NFY0LjQ2MTU0Wk04LjY5NTE2IDEwLjk0OTRMMTEuODQ1IDcuOTAzMzVMMTAuNDU0NyA2LjQ2NTY0TDcuMzA0ODQgOS41MTE2NEw4LjY5NTE2IDEwLjk0OTRaTTYuMDkwOTEgMkg5LjkwOTA5VjBINi4wOTA5MVYyWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iOCIgeTE9IjEiIHgyPSI4IiB5Mj0iMTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzhCMzFDRiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1NTFFODAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOEEzMENGIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+");
}

button.remove.e-selected {
    padding: 3px 3px;
    line-height: 8px;
    min-width: 0;
    border-radius: 50%;
    font-weight: 600;
}

.woocommerce-grouped-product-list-item.no-price .woocommerce-grouped-product-list-item__price:before {
    background: none !important;
}

.woocommerce-grouped-product-list .woocommerce-Price-amount.amount {
    font-size: 17px;
}

.page-template-template-home .site-header {
    margin-bottom: 2.617924em !important;
}

.print-order a {
    color: #000;
    text-decoration: none !important;
    cursor: pointer;
}

.cart-drawer-info {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    transition: all 0.3s ease;
    width: 300px;
}

.user-logged-in.adminbar-showing .cart-drawer-info {
    bottom: 32px;
}

.continue-button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(180deg,#DFBD6D 0%,#FFF2D2 45.83%,#DFBD6D 61.46%,#A67D28 100%);
    border: none;
    border-radius: 8px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.continue-button:hover {
    background: linear-gradient(180deg, #DFBD6D 0%, #A67D28 45.83%, #A67D28 61.46%, #A67D28 100%);
    color: #fff;
}

.continue-button .dashicons {
    font-size: 20px;
    transition: transform 0.3s ease;
    line-height: 26px;
}

.continue-button:hover .dashicons {
    transform: translateX(5px);
}

.cart-drawer-info .cart-summary-panel {
    padding: 15px;
}

.cart-drawer-info .ticket-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-drawer-info .ticket-info .dashicons-tickets {
    color: #DFBD6D;
    font-size: 20px;
}

.cart-drawer-info .ticket-info .count {
    font-weight: bold;
    font-size: 16px;
}

.cart-drawer-info .cart-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .cart-drawer-info {
        bottom: 10px;
        right: 10px;
        left: 10px;
        width: auto;
    }

    .user-logged-in.adminbar-showing .cart-drawer-info {
        bottom: 22px;
    }
}

.wte-help-note {
    padding: 20px;
    border-radius: 12px;
}

.wte-help-note.warning {
    background: #fef3c7;
    border: 1px solid #fbbf24;
}

.wte-help-note.info {
    background: #dbeafe;
    border: 1px solid #2563eb;
}

.wte-help-note.success {
    background: #dcfce7;
    border: 1px solid #16a34a;
}

.wte-help-note.danger {
    background: #fee2e2;
    border: 1px solid #dc2626;
}

.wte-help-note p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.wte-help-note.warning p {
    color: #92400e;
}

.wte-help-note.success p {
    color: #16a34a;
}

.wte-help-note.danger p {
    color: #dc2626;
}

.wte-help-note.info p {
    color: #2563eb;
}
