/*
Theme Name: Plamen
Theme URI: https://plamen.qodeinteractive.com
Description: Tobacco Store Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: plamen
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Filter Letters Doctor Technology*/

.wc-block-mini-cart__badge {
    background-color: #e29c56;
    color: #000;
}

.qodef-woo-product-list .qodef-woo-product-inner{
    text-align: -webkit-center;
}

#qodef-woo-page.qodef--single .woocommerce-tabs p{
    text-align: left;
}

.letter-filters_dot {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.letter-group_dot {
    width: calc(30% - 10px);
    box-sizing: border-box;
}

.letter-header_dot {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.categories-list_dot {
    width: max-content;
    list-style: none!important;
    padding: 0;
    margin: 0;
}

.letter-item_dot {
    margin-bottom: 5px;
}

.letter-link_dot {
    text-decoration: none;
    color: #0073aa;
}

.letter-link_dot:hover {
    color: #005177;
}

.hidden-desk_dot{
    display: none;
}


@media screen and (max-width: 900px) {
    .hidden-mobile{
        display: none;
    }
    .hidden-desk_dot{
        display: block;
    }
    .letter-group_dot {
        width: calc(10% - 10px);
    }
}
@media (max-width: 950px) {
    .woocommerce-shop #qodef-page-inner {
        padding:0 0 50px 0 !important;
    }
}

/* ==========================================
   XIO - Bankful Payment Form
   ========================================== */

.wc-block-components-radio-control-accordion-content {
    padding: 4px 0 0 !important;
}

.bankful_card_details {
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    overflow: hidden !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
    transition: box-shadow 0.25s ease, border-color 0.25s ease !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
}

.bankful_card_details:focus-within {
    border-color: #e29c56 !important;
    box-shadow: 0 0 0 3px rgba(226, 156, 86, 0.15) !important;
}

/* ---- Card Number Row ---- */

.bankful_card_details .card_input_field {
    display: flex !important;
    align-items: center !important;
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    width: 100% !important;
}

.bankful_card_details .card_input_field input[type="text"] {
    flex: 1 !important;
    border: none !important;
    outline: none !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    font-family: inherit !important;
    background: transparent !important;
    color: #1a1a1a !important;
    min-width: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    line-height: normal !important;
}

.bankful_card_details .card_input_field input[type="text"]::placeholder {
    color: #a0a0a0 !important;
    letter-spacing: 0 !important;
}

.bankful_card_details .bf_card_image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 14px 0 0 !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}

.bankful_card_details .bf_card_image img {
    width: 32px !important;
    height: 22px !important;
    object-fit: contain !important;
    opacity: 0.85 !important;
}

/* ---- Expiry + CVC Row ---- */

.bankful_card_details .bankful_second_input {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    border: none !important;
}

.bankful_card_details .date_input {
    display: flex !important;
    align-items: center !important;
    flex: 1 !important;
    padding: 0 !important;
    gap: 0 !important;
    font-size: 15px !important;
    color: #999 !important;
    border: none !important;
    border-right: 1px solid #e5e5e5 !important;
    background: transparent !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.bankful_card_details .date_input input[type="number"] {
    border: none !important;
    outline: none !important;
    padding: 14px 4px !important;
    font-size: 15px !important;
    font-family: inherit !important;
    background: transparent !important;
    color: #1a1a1a !important;
    width: 55px !important;
    min-width: 0 !important;
    text-align: center !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    line-height: normal !important;
}

.bankful_card_details .date_input input[type="number"]:first-child {
    padding-left: 16px !important;
    text-align: left !important;
}

.bankful_card_details .date_input input[type="number"]::-webkit-outer-spin-button,
.bankful_card_details .date_input input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
}

.bankful_card_details .date_input input[type="number"]::placeholder {
    color: #a0a0a0 !important;
    font-size: 13px !important;
}

.bankful_card_details .cvv_input {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 120px !important;
    border: none !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.bankful_card_details .cvv_input input[type="number"] {
    border: none !important;
    outline: none !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    font-family: inherit !important;
    background: transparent !important;
    color: #1a1a1a !important;
    width: 100% !important;
    box-sizing: border-box !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    line-height: normal !important;
}

.bankful_card_details .cvv_input input[type="number"]::-webkit-outer-spin-button,
.bankful_card_details .cvv_input input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
}

.bankful_card_details .cvv_input input[type="number"]::placeholder {
    color: #a0a0a0 !important;
}

/* ---- Bankful Responsive ---- */

@media screen and (max-width: 480px) {
    .bankful_card_details .bankful_second_input {
        flex-direction: column !important;
    }

    .bankful_card_details .date_input {
        border-right: none !important;
        border-bottom: 1px solid #e5e5e5 !important;
    }

    .bankful_card_details .cvv_input {
        flex: auto !important;
    }
}




/* ---- Login Dot Shortcode ---- */

.qodef-mobile-header-widget-area-one:has(.xio-login-dot) {
    display: flex;
    align-items: center;
}

.qodef-mobile-header-widget-area-one:has(.xio-login-dot) p , #block-17 p {
    margin: 0;
    line-height: 1;
}

.xio-login-dot {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1;
}

.xio-login-dot__link {
    text-decoration: none;
    text-transform: capitalize;
    color: currentColor;
    transition: opacity 0.2s ease;
}

.xio-login-dot__link:hover {
    opacity: 0.7;
}

.xio-login-dot__separator {
    opacity: 0.4;
    user-select: none;
}

/* ==========================================
   XIO - Membership Thank You Page
   ========================================== */

.xio-thankyou {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 600px;
    margin: 60px auto 40px;
    padding: 50px 40px;
    background: #fff;
    border: 1px solid #e8e0d6;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.xio-thankyou__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    color: #e29c56;
}

.xio-thankyou__icon svg {
    width: 100%;
    height: 100%;
}

.xio-thankyou__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 0 0 20px;
    letter-spacing: -0.3px;
}

.xio-thankyou__divider {
    width: 60px;
    height: 2px;
    background: #e29c56;
    margin: 0 0 24px;
    border-radius: 1px;
}

.xio-thankyou__text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0 0 12px;
    max-width: 480px;
}

.xio-thankyou__text strong {
    color: #1a1a1a;
}

.xio-thankyou__cta {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 36px;
    background: #e29c56;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    letter-spacing: 0.3px;
    transition: background 0.25s ease, transform 0.15s ease;
}

.xio-thankyou__cta:hover {
    background: #c98843;
    color: #fff;
    transform: translateY(-1px);
}

.xio-thankyou__footer {
    margin-top: 28px;
    font-size: 13px;
    color: #999;
    font-style: italic;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 600px) {
    .xio-thankyou {
        margin: 30px 16px 20px;
        padding: 36px 24px;
    }

    .xio-thankyou__title {
        font-size: 19px;
    }
}