﻿
.dropdownDV {
    display: block !important;
    border-top: 4px solid #eb1a2d;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    border-bottom: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    z-index: 999;
    width: 100%;
    background: #fff;
    float: left;
    max-width: 240px;
}

    .dropdownDV a, .dropdownTIch a {
        margin: 0;
        padding: 3px 20px;
        font-size: 13px;
        text-transform: capitalize;
        display: inline-block;
        float: left;
        width: 100%;
        color: #323232;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
        min-height: 38px;
        line-height: 24px;
    }

        .dropdownDV a:hover, .dropdownTIch a:hover {
            font-weight: 700;
            color: #c80f2d;
        }

.dropdownTIch a {
    padding: 0;
}

h6.bold.text-uppercase.mb-4 {
    padding: 3px 20px;
}

.dropdown-nav-toggle:hover span,
.dropdown-nav-toggle:hover i {
    color: #eb1a2d;
}

:root {
    --color-highlight: #FF7948;
    --color-main: #eb1a2d;
    --color-text: #000;
    --color-top: #B27E3D;
    --svg-hover: invert(55%) sepia(7%) saturate(4312%) hue-rotate(328deg) brightness(106%) contrast(102%);
    --svg-white: invert(1);
    --white: #fff;
    --black: #000;
    --red: #c33;
    --green: #390;
    --yellow: #ffb822;
    --light: #f5f5f5;
    --blue: #368FFF;
    --blue-light: #6098DE;
    --blue-black: #252984;
    --purple: #7145BE;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #4AAEAE;
    --orange: #fd7e14;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.tab-pane:not(.show.active) {
    display: none;
}

.product-mobile-expand-list {
    display: none;
    list-style-type: none;
}

.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;
}

    .tabs.tabs-fixed-width {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .tabs.tabs-fixed-width .tab {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            /* -ms-flex-positive: 1;*/
            flex-grow: 1;
        }

    .tabs .tab {
        display: inline-block;
        text-align: center;
        line-height: 48px;
        height: 48px;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
    }

        .tabs .tab a {
            color: rgba(238, 110, 115, 0.7);
            display: block;
            width: 100%;
            height: 100%;
            padding: 0 24px;
            font-size: 1.1rem;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-transition: color 0.28s ease;
            transition: color 0.28s ease;
        }

            .tabs .tab a.active,
            .tabs .tab a:hover {
                background-color: transparent;
                color: #ee6e73;
            }

        .tabs .tab.disabled a,
        .tabs .tab.disabled a:hover {
            color: rgba(238, 110, 115, 0.7);
            cursor: default;
        }

    .tabs .indicator {
        position: absolute;
        bottom: 0;
        height: 2px;
        background-color: #f6b2b5;
        will-change: left, right;
        display: none;
    }

.container {
    margin: 0 auto;
}

.grid-col-25 {
    width: 25%;
}

.mega-menu .drop-down h6 {
    font-family: sans-serif;
}

.mega-menu .drop-down-tab-bar.grid-col-12,
.mega-menu .drop-down.grid-col-12 {
    width: 100%;
    left: 0;
}

#menu-home a i {
    font-size: 24px;
}

.mega-menu * {
    outline: none;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box !important;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
}

.mega-menu .drop-down,
.mega-menu .drop-down-tab-bar {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    background: #fff;
    float: left;
    padding: 10px;
    z-index: 999;
    display: block;
    cursor: default;
    overflow: hidden;
}

    .mega-menu .drop-down-tab-bar .grid-row,
    .mega-menu .drop-down .grid-row {
        margin: 0;
        padding: 0;
        min-height: 1px;
        width: 100%;
        float: left;
        clear: both;
    }

    .mega-menu .drop-down-tab-bar.grid-col-6,
    .mega-menu .drop-down.grid-col-6 {
        width: 50%;
    }

    .mega-menu .drop-down-tab-bar h6,
    .mega-menu .drop-down h6,
    .mega-menu .drop-down h6 > a {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase !important;
        margin-bottom: 1.5rem !important;
    }

    .mega-menu .drop-down-tab-bar dl,
    .mega-menu .drop-down-tab-bar ol,
    .mega-menu .drop-down-tab-bar ul,
    .mega-menu .drop-down dl,
    .mega-menu .drop-down ol,
    .mega-menu .drop-down ul {
        padding: 0;
        margin: 0 0 14px;
    }

        .mega-menu .drop-down ul li {
            padding: 0;
            margin: 0;
            line-height: 30px;
        }

    .mega-menu .drop-down-tab-bar [class*="grid-col-"],
    .mega-menu .drop-down [class*="grid-col-"] {
        margin: 0;
        float: left;
        padding: 10px;
        position: relative;
    }

    .mega-menu .drop-down-tab-bar .grid-col-6,
    .mega-menu .drop-down .grid-col-6 {
        width: 50%;
    }

    .mega-menu .drop-down.menu-bg [class*="grid-col-"] {
        padding: 10px 10px 0;
    }

    .mega-menu .drop-down-tab-bar a,
    .mega-menu .drop-down a {
        font-size: 13px;
        display: inline-block;
        padding: 3px 0;
        width: 100%;
        max-width: 100%;
        text-transform: capitalize;
        color: black;
    }

.mega-menu .drop-down-multilevel a {
    margin: 0;
    padding: 3px 20px;
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    float: left;
    width: 100%;
    color: #323232;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    min-height: 38px;
    line-height: 24px;
}

    .mega-menu .drop-down-multilevel a:hover,
    .mega-menu .drop-down a:hover {
        font-weight: 700;
        color: #c80f2d;
    }

li.headerText.parent:hover > a {
    box-shadow: none !important;
}

li.headerText {
    cursor: pointer;
}

li.line:before {
    top: 18px;
    position: relative;
}


@media screen and (max-width: 1399px) {
    .contact-btn {
        display: none;
    }

    .menu-pc,
    .mega-menu {
        display: none;
    }

    .header-1.menu-pc.mega-menu {
        justify-content: center !important;
    }
}



@media screen and (min-width: 992px) {
    .mega-menu .drop-down-multilevel {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        border-top: 3px solid #212121;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
        border-bottom: 0;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        z-index: 999;
        width: 100%;
        background: #fff;
        float: left;
        max-width: 240px;
    }

    .mega-menu li.headerText:hover > .drop-down,
    .mega-menu li.headerText:hover > .drop-down-multilevel {
        opacity: 1;
        visibility: visible;
        border-top: 3px solid #eb1a2d;
    }

    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        border-radius: 0 !important;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

        .mega-menu .drop-down-tab-bar,
        .mega-menu .drop-down.menu-bg {
            background: #fff;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50%;
        }

    .logoimg a:first-child,
    .logoimg a:last-child {
        height: 40px;
    }
}

/*.logoimg a:first-child,
.logoimg a:last-child {
    height: 75px;
}*/

.content-tab {
    display: flex;
}

    .content-tab:not(.active) {
        display: none;
    }

.sec_menu_01 {
    flex-basis: 45%;
    padding: 10px;
}

.sec_menu_02 {
    flex-basis: 55%;
    padding: 10px;
}

.contentHeader {
    display: flex;
    justify-content: space-between;
}

    .contentHeader a.btn-primary-color {
        flex: 0 125px;
        /* height: max-content;*/
        text-align: center;
    }

.btn_text {
    font-weight: 500;
    font-size: 14px;
}

.price_dt .innerPrice {
    padding-left: 0.5rem;
}

.price_sm span.bold {
    font-weight: 500;
    padding-left: 0.5rem;
}

.contact-btn {
    background-color: #eb1a2d;
    border-radius: 7px;
    padding: 3px 15px;
    height: 30px;
    cursor: pointer;
    pointer-events: auto !important;
}

    .contact-btn > a,
    .contact-btn > a:hover {
        color: #fff !important;
        font-size: 1.2rem;
        font-weight: 500;
    }
