.woocommerce-checkout input, .woocommerce-checkout textarea, .woocommerce-checkout select, .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-MyAccount-content form input, .woocommerce-MyAccount-content form textarea, .woocommerce-MyAccount-content form select, .woocommerce-MyAccount-content form .select2-container--default .select2-selection--single .select2-selection__rendered{border-color: #000000;}
.woocommerce-checkout input:active, .woocommerce-checkout input:hover, .woocommerce-checkout input:focus, .woocommerce-checkout textarea:active, .woocommerce-checkout textarea:hover, .woocommerce-checkout textarea:focus, .woocommerce-checkout select:active, .woocommerce-checkout select:hover, .woocommerce-checkout select:focus, .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered:active, .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered:hover, .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .woocommerce-MyAccount-content form input:active, .woocommerce-MyAccount-content form input:hover, .woocommerce-MyAccount-content form input:focus, .woocommerce-MyAccount-content form textarea:active, .woocommerce-MyAccount-content form textarea:hover, .woocommerce-MyAccount-content form textarea:focus, .woocommerce-MyAccount-content form select:active, .woocommerce-MyAccount-content form select:hover, .woocommerce-MyAccount-content form select:focus, .woocommerce-MyAccount-content form .select2-container--default .select2-selection--single .select2-selection__rendered:active, .woocommerce-MyAccount-content form .select2-container--default .select2-selection--single .select2-selection__rendered:hover, .woocommerce-MyAccount-content form .select2-container--default .select2-selection--single .select2-selection__rendered:focus{background-color: #ffffff; border: 1px solid #b9a583;}
.woocommerce-invalid input, .woocommerce-invalid textarea, .woocommerce-invalid select{background-color: #ffffff;}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges; 
    -ms-interpolation-mode: nearest-neighbor;
}

.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
}


@font-face {
    font-family: 'Inter'; 
    src: url('../fonts/Inter_24pt-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_28pt-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, p, div, h1, h2, h3, h4, h5, h6, span, a {
    font-family: 'Inter', sans-serif !important;
    font-weight: normal !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

h1, h2, h3, h4, h5, h6{
    /*font-weight: bold !important;*/
}

.testimonial_section .testimonial_card .text,
.faq_section .accordion-body p{
    padding-top: 2.5rem !important;
    font-size: 1.9rem !important;
    line-height: 1.5 !important;
}
.complex_section p, p{
    font-size: 1.9rem !important;
    line-height: 1.5 !important;
}
.product_card_1 .pd_title{
    font-weight: 600 !important;
}
.product_card_1 .subTitle {
    color: #b0b0b0;
    line-height: 140%;
    font-size: 1.6rem;
    margin: 1rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
    .navbar .navbar-brand{
        width: 100% !important;
    }
    .complex_section .complex-img{
        display: block !important;
        position: relative !important;
        top: 0 !important;
        transform: none !important;
        left: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
    }
}
@media (max-width: 767px) {
    .ctg_hero_section .title_xxl,
    .hero_section .slider_item .title_xxl {
        font-size: 3rem;
    }
}









