/*
 Theme Name:   Theodora it theme
 Theme URI:    Theodora it theme
 Version:      0.0.0
 Author:       Antistatique
 Author URI:   https://antistatique.net
 Template:     theodora-base-theme
*/

/* corresponding to 2xl size */
.type-product .page-title {
    font-size: 32px !important;
    line-height: 42px !important;
}

/* Overrides for quantity input */
.woocommerce .quantity .qty {
    font-size: 20px!important;
    width: 6rem !important;
    text-align: center !important;
    border: 1px solid rgba(196, 196, 196, 1) !important;
    height: 50px !important;
}

.qib-button:not(#qib_id):not(#qib_id) {
    font-size: 20px!important;
    border: 1px solid rgba(227, 114, 34, 1) !important;
    background-color: white !important;
    color: rgba(227, 114, 34, 1) !important;
    border-radius: 9999px !important;
    transition: all 0.15s !important;
    height: 50px !important;
    width: 50px !important;
}

.qib-button:not(#qib_id):not(#qib_id):hover {
    background-color: rgba(227, 114, 34, 1) !important;
    color: white!important;
}

.qib-container:not(#qib_id):not(#qib_id) {
    display: flex!important;
    gap: 8px;
}
