/*
Theme Name: Tonda Child
Theme URI: https://hibourg.com/
Description: A child theme of Tonda Theme for Trimar
Author: Hibourg d.o.o.
Author URI: https://hibourg.com/
Version: 1.0.1
Text Domain: tonda
Template: tonda
*/

.qodef-top-bar {
    display: none;
}

.qodef-title-holder .qodef-title-image img {
    height: 25vh;
    width: auto;
}

.qodef-page-footer figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.qodef-page-footer figure img {
    height: 160px;
    width: auto;
}

.qodef-pl-holder .qodef-pli-inner .qodef-pli-text-inner .add_to_cart_button:after,
.qodef-plc-holder .qodef-pli-inner .qodef-pli-text-inner .add_to_cart_button:after {
    font-size: 20px;
    line-height: 32px;
    content: "\f07a";
    font-family: FontAwesome;
}

ul.products>.product .qodef-pl-inner .qodef-pl-text {
    background-color: rgba(255, 255, 255, 0.65);
}

/* Variation attributes radios */

.trimar-variation-select-wrap select {
    display: none !important;
}

.trimar-variation-select-wrap .select2,
.trimar-variation-select-wrap .select2-container {
    display: none !important;
}

.trimar-variation-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.trimar-variation-radio {
    position: relative;
    display: inline-flex;
    margin: 0;
    cursor: pointer;
}

.trimar-variation-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.trimar-variation-radio span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #211f1f;
    color: #211f1f;
    background-color: transparent;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.trimar-variation-radio input:checked+span,
.trimar-variation-radio:hover span {
    color: #fff;
    background-color: #211f1f;
}

.trimar-variation-radio input:disabled+span {
    color: #b9b9b9;
    border-color: #dedede;
    background-color: transparent;
    cursor: not-allowed;
}

/* ** Hide color radios ** */

.qvsfw-select-options-container-type--color+.trimar-variation-radios {
    display: none;
}

/* Clear attributes selection */
.qodef-woocommerce-page .qodef-content .variations .reset_variations {
    display: block;
    border: 1px solid #ccc;
    margin: 0;
    margin-top: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    padding: 5px 10px;
}

.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-image img {
    width: 100px !important;
    height: auto;
}

.wc-block-components-product-details.wc-block-components-product-details {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.qodef-woocommerce-page .woocommerce-error {
    color: red;
}

.qodef-woocommerce-page .woocommerce-error,
.qodef-woocommerce-page .woocommerce-info,
.qodef-woocommerce-page .woocommerce-message {
    padding: 1rem 2rem;
    line-height: 1.6rem;
    border: 1px solid #ffde59;
}

.qodef-woo-single-page .qodef-single-product-summary .cart {
    margin-top: 2rem;
}

/* Margin utilities like in Bootstrap (mb-0, mt-0, mx-0, etc.) */
.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.mr-0 {
    margin-right: 0;
}

.ml-0 {
    margin-left: 0;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.qodef-search-opener .qodef-search-opener-wrapper {
    display: flex;
    align-items: center;
    gap: 3px;
}

.qodef-main-menu ul li a {
    font-size: 0.8rem;
}

.qodef-shopping-cart-holder .qodef-header-cart .qodef-cart-number,
.qodef-login-register-widget.qodef-user-logged-in .qodef-logged-in-user .qodef-logged-in-user-inner .qodef-logged-in-user-name,
.qodef-search-icon-text {
    font-family: 'Poppins';
    font-size: 0.8rem;
    line-height: 27px !important;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.qodef-shopping-cart-holder .qodef-header-cart .qodef-cart-number {
    line-height: 1 !important;
}