/*
Theme Name: GrandConference Child
Theme URI: http://themes.themegoods2.com/grandconference/demo
Description: Premium Event & Conference Theme
Version: 1.0
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: grandconference
Template: grandconference
*/

/* Cart style */

body.woocommerce-cart #page_content_wrapper .custom-cart-layout .cart-widgets {
    display: flex !important;
}

.custom-cart-layout {
    margin: 0 0 3em;
}

aside.cart-widgets {
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}

.cart-widgets .widget h2.wp-block-heading strong {
    font-weight: 600;
    color: #ec08f8;
}

.custom-cart-product-widget {
    padding: 16px 16px;
    background-color: transparent;
    background-image: linear-gradient(296deg, #821988 0%, #0B0211 100%);
    border-radius: 15px;
    border: 1px solid #5A1A5C;
}

.custom-cart-product-widget .ccpw-price bdi {
    font-weight: 700;
    font-size: 28px;
}

.custom-cart-product-widget .ccpw-features {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    margin: 8px 0 16px !important;
}

.custom-cart-product-widget .ccpw-features li:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('/wp-content/uploads/2025/05/icon-check-ai.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.custom-cart-product-widget .ccpw-features li {
    position: relative;
    padding: 0 0 0 24px;
}

.custom-cart-product-widget .ccpw-button {
    padding: 6px 18px !important;
}

/* Checkout */

body.woocommerce-checkout .tickera_owner_info .fields-wrap input,
body.woocommerce-checkout .tickera_owner_info .fields-wrap select {
    width: 300px;
}

.woocommerce-checkout #payment {
    background: transparent;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    margin-top: 10px;
}

body.woocommerce-checkout .form-row.place-order {
    margin-bottom: 3rem;
}

@media (max-width: 480px) {
    body.woocommerce-checkout .tickera_owner_info .tc_field_col_2 {
        width: 100%;
    }
}

/* Ticket payment */

.tickets-container {
    padding: 16px 16px;
    background-color: transparent;
    background-image: linear-gradient(296deg, #821988 0%, #0B0211 100%);
    border-radius: 15px;
    border: 1px solid #5A1A5C;
}

.tickets-container h2 {
    font-size: 36px;
}

.tickets-container h2 em {
    font-size: 18px;
    opacity: 0.7;
}

.tickets-container h3 {

}

.tickets-container h4 {
    opacity: 0.7;
}

.tickets-container .elementor-widget-icon-list {
    margin: 16px 0;
}

.tickets-container .elementor-widget-icon-list ul {
    margin-left: 0 !important;
}

.tickets-container .elementor-widget-button {
    margin: 24px 0 0;
}

.tickets-container .elementor-widget-button a {
    background: #ffffff;
    color: #ec08f8;
    font-weight: 600;
    border-radius: 25px;
}

/* Cart fix */

body.woocommerce-cart button.button[name="update_cart"] {
    color: #515151 !important;
}

body.woocommerce-cart input[name="coupon_code"]::placeholder,
body.woocommerce-cart input[name="coupon_code"] {
    color: #515151 !important;
}

body.woocommerce-cart td.product-subtotal * {
    color: #ffffff;
}

/* Checkout fix */

body.woocommerce-checkout .woocommerce form .form-row .input-text::placeholder {
    color: #515151 !important;
}

.tickera_owner_info input[type=text]:focus, .tickera_owner_info input[type=password]:focus, .tickera_owner_info input[type=email]:focus, .tickera_owner_info input[type=url]:focus, .tickera_owner_info input[type=date]:focus, .tickera_owner_info textarea:focus {
    background: transparent;
}

.wc-stripe-gateway-container .save-source-label {
    color: #30313d;
    font-size: 14.88px;
    font-weight: 400;
}

/* Home ticket block */

.home-ticket-block h2:after {
    content: "/excl. VAT";
    font-size: 16px;
    opacity: 0.5;
}

/* WooCommerce messages */

.woocommerce-notices-wrapper .woocommerce-message {
    background: #EC08F8 !important;
    border: none !important;
}

.wc-empty-cart-message .woocommerce-info {
    background: #EC08F8 !important;
    border: none !important;
}

.wc-empty-cart-message .woocommerce-info:before {
    background: #ec08f8 !important;
}

/* Return to shop */

.return-to-shop .button.wc-backward {
    background-color: transparent;
    font-size: 17px;
    font-weight: 500;
    background-image: linear-gradient(310deg, #D42CDD 0%, #6F13AC 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F948FF;
    border-radius: 25px 25px 25px 25px;
    padding: 15px 30px 15px 30px;
    line-height: 1 !important;
    color: #ffffff;
}

.return-to-shop .button.wc-backward:hover {
    background-image: linear-gradient(310deg, #D42CDD 0%, #6F13AC 100%);
    color: #ffffff;
}