@charset "UTF-8";

/*
Theme Name: Logmansion 2023 (Zh/Tw)
Author: Logknot PD Team
Author URI: https://www.logknot.co.jp/company/#section_about
Description: Logmansion 2023 is the customization template and supported multi languages for Tw and Zh
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.8
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: logmansion2023
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Logmansion 2023 (Zh/Tw) WordPress Theme, (C) 2020 WordPress.org
Logmansion 2023 (Zh/Tw) is distributed under the terms of the GNU GPL.
*/



.product-items_utilities ul.nav li {
    display: flex;
}

.product-items_utilities ul.nav li span {
    padding-left: 10px;
}

.about-us_table table tr:nth-child(odd) {
    background-color: #404040;
}
.table {
    color: #e1e1e1;
}

.product-items_utilities .image-facilities {
    background: none;
    padding-top: 5px;
}

.product-items_utilities .gift a {
    text-align: center;
}

.iti__flag-container {
    display: none;
}

/* form search estate */

.search_box form input[type="text"] {
    height: 46px;
    min-width: 260px;
    border-radius: 0;
    outline: none;
}

.search_box form .btn-search {
    position: relative;
    width: 75px;
    border-radius: 0;
    background: transparent;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 17px;
    letter-spacing: 0.1em;
    height: 46px;
}

.search_box form .form-group {
    position: relative;
}

.search_box form label {
    position: absolute;
    top: -32px;
}

.navbar-nav {
    .dropdown-menu {
        @media (max-width: 991px) {
            background-color: transparent;
            border: none;
        }

        .dropdown-item {
            @media (max-width: 991px) {
                padding: 0 !important;
                font-size: 12px !important;
                text-align: center !important;
            }
        }
        .dropdown-item:focus, .dropdown-item:hover {
            @media (max-width: 991px) {
                background-color: transparent;
            }
        }
    }
}