@charset "UTF-8";

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

aside,
header,
hgroup,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-bottom: 1rem
}

ul {
    margin-top: 0
}

ul ul {
    margin-bottom: 0
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit],
button {
    -webkit-appearance: button
}

[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,
h2,
h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-12,
.col-lg-3,
.col-lg-9,
.col-md-4,
.col-md-12,
.col-sm-6,
.col-sm-12,
.col-xl-3,
.col-xl-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }
}

@media (min-width:1200px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend {
    display: flex
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-flex {
    display: flex !important
}

.flex-row {
    flex-direction: row !important
}

.align-items-center {
    align-items: center !important
}

.shadow-none {
    box-shadow: none !important
}

.m-0 {
    margin: 0 !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.py-3 {
    padding-top: 1rem !important
}

.py-3 {
    padding-bottom: 1rem !important
}

.text-center {
    text-align: center !important
}

.fa,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-arrow-up:before {
    content: "\F062"
}

.fa-bars:before {
    content: "\F0C9"
}

.fa-calendar:before {
    content: "\F133"
}

.fa-chart-line:before {
    content: "\F201"
}

.fa-clock:before {
    content: "\F017"
}

.fa-envelope:before {
    content: "\F0E0"
}

.fa-home:before {
    content: "\F015"
}

.fa-phone:before {
    content: "\F095"
}

.fa-phone-alt:before {
    content: "\F879"
}

.fa-play-circle:before {
    content: "\F144"
}

.fa-search:before {
    content: "\F002"
}

@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.eot);
    src: url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.woff2) format("woff2"), url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.woff) format("woff"), url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.ttf) format("truetype"), url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: Font Awesome\ 5 Pro
}

.far {
    font-weight: 400
}

@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-light-300.eot);
    src: url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-light-300.eot#iefix) format("embedded-opentype"), url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-light-300.woff2) format("woff2"), url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-light-300.woff) format("woff"), url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-light-300.ttf) format("truetype"), url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
    font-weight: 300
}

@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-solid-900.eot);
    src: url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-solid-900.woff2) format("woff2"), url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-solid-900.woff) format("woff"), url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-solid-900.ttf) format("truetype"), url(https://pro.fontawesome.com/releases/v5.15.1/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fal,
.fas {
    font-family: Font Awesome\ 5 Pro
}

.fa,
.fas {
    font-weight: 900
}

@font-face {
    font-family: Roboto;
    src: url(/frontend/fonts/Roboto/Roboto-Light.woff2) format("woff2"), url(/frontend/fonts/Roboto/Roboto-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(/frontend/fonts/Roboto/Roboto-Regular.woff2) format("woff2"), url(/frontend/fonts/Roboto/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(/frontend/fonts/Roboto/Roboto-Bold.woff2) format("woff2"), url(/frontend/fonts/Roboto/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(/frontend/fonts/Roboto/Roboto-Medium.woff2) format("woff2"), url(/frontend/fonts/Roboto/Roboto-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

svg {
    max-width: 100%;
    height: auto
}

.promotion-sticky {
    display: none
}

@media screen and (min-width:1300px) {
    .promotion-sticky {
        position: fixed;
        z-index: 5;
        bottom: 0;
        display: block
    }

    .promotion-sticky.pc-sticky-left {
        right: calc(50% + 570px)
    }

    .promotion-sticky.pc-sticky-right {
        left: calc(50% + 570px)
    }
}

input[type=email],
input[type=text] {
    font: 400 14px Arial
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

@media (max-width:767px) {
    #go_top_control {
        display: none !important
    }
}

.header-column-left {
    display: flex
}

.header-logo {
    display: flex;
    max-height: 80px;
    padding: 0 8px;
    align-items: center;
    overflow: hidden;
    justify-content: center
}

.header-logo img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: inherit;
    width: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px
}

@media screen and (max-width:1400px) {
    .header-logo h1 {
        font-size: 28px
    }
}

@media screen and (max-width:991px) {
    .header-logo {
        height: 60px;
        width: auto;
        padding-left: 0
    }

    .header-logo h1 {
        font-size: 28px
    }
}

.header-col-center {
    display: flex;
    flex: 1 1 0%;
    justify-content: center;
    text-align: center
}

.info-box-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    flex-grow: 1
}

.info-box-wrapper .item {
    padding: 10px 0
}

.woodmart-info-box {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px
}

.woodmart-info-box.icon-left {
    flex-direction: row
}

.woodmart-info-box.icon-left .info-box-content {
    margin-left: 10px
}

@media screen and (max-width:991px) {
    .woodmart-info-box {
        padding-right: 5px;
        padding-left: 5px;
        position: static
    }
}

@media screen and (max-width:767px) {
    .woodmart-info-box .box-icon-wrapper {
        width: 35px;
        height: 35px
    }

    .woodmart-info-box .box-icon-wrapper .info-box-icon {
        font-size: 15px
    }
}

.woodmart-info-box .box-icon-wrapper {
    flex: 0 0 auto;
    line-height: 0;
    align-items: center;
    display: flex;
    justify-content: center
}

.woodmart-info-box .info-box-content {
    position: relative;
    flex: 1 1 auto
}

.info-box-content>* {
    color: #fff
}

.woodmart-info-box .info-box-icon {
    display: inline-block
}

.box-with-icon .info-box-icon {
    text-align: center;
    color: #fff;
    font-size: 20px
}

@media screen and (max-width:991px) {
    .box-with-icon .info-box-icon {
        color: var(--color-primary);
        background: none
    }
}

.woodmart-info-box .info-box-content label {
    font-size: 13px;
    display: block;
    margin: 0;
    line-height: 24px;
    font-family: var(--primary-font);
    font-weight: 600
}

@media screen and (max-width:1400px) {
    .woodmart-info-box .info-box-content label {
        font-size: 12px;
        display: block;
        margin: 0;
        line-height: 24px
    }
}

.header-column-right {
    padding: 0 8px
}

@media screen and (max-width:391px) {
    .header-column-right {
        padding-left: 10px
    }
}

.mobile-left {
    justify-content: flex-start
}

.mobile-right {
    justify-content: flex-end
}

.mobile-left,
.mobile-right {
    flex: 1 1 0%
}

.mobile-nav-icon {
    display: flex;
    height: 24px;
    width: 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-primary);
    border-radius: 5px;
    font-size: 25px
}

@media only screen and (max-width:991px) {
    .general-header-inner {
        height: 60px
    }

    .header-bottom-row {
        display: none
    }

    .mobile-nav-icon {
        margin-left: 5px
    }
}

.header-bottom-row {
    width: 100%;
    background: #fff
}

.header-bottom-row {
    display: flex;
    align-items: center
}

.header-bottom-row .navbar {
    padding: 0 8px;
    z-index: 2
}

.header-bottom-row .navbar .navbar-nav {
    margin: 0;
    width: 100%
}

.navbar-expand-full {
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%
}

.horizontal-megamenu {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1 1 0%;
    display: flex;
    flex-wrap: nowrap
}

.horizontal-megamenu li {
    display: inline-block;
    text-align: left;
    position: relative;
    -webkit-backface-visibility: hidden
}

.horizontal-megamenu>.menu-item {
    display: block;
    flex-grow: 1;
    position: relative;
    -webkit-backface-visibility: hidden
}

.horizontal-megamenu>.menu-item.is_home {
    flex-grow: 0;
    flex: 0 0 50px;
    max-width: 50px
}

.horizontal-megamenu>.menu-item.is_home .menu-link .nav-link-text {
    color: var(--color-primary)
}

.horizontal-megamenu>.menu-item.menu-more {
    position: static;
    flex: 0 0 50px;
    max-width: 50px
}

.horizontal-megamenu>.menu-item.menu-more .box-icon-wrapper {
    margin: 0;
    background: transparent
}

.horizontal-megamenu>.menu-item.menu-more .info-box-icon {
    color: var(--menu-text-color)
}

.horizontal-megamenu>.menu-item.active>.menu-link .nav-link-text:after {
    width: 100%
}

.horizontal-megamenu>.menu-item.active>.menu-link {
    background: var(--color-primary)
}

.horizontal-megamenu>.menu-item.active>.menu-link .nav-link-text {
    color: var(--menu-text-hover-color) !important
}

.horizontal-megamenu>.menu-item>.menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-right: 5px;
    padding-left: 5px;
    text-transform: uppercase;
    letter-spacing: .2px;
    line-height: 1;
    height: 50px;
    font-family: var(--primary-font)
}

.horizontal-megamenu>.menu-item>.menu-link .info-box-icon {
    color: var(--menu-text-color)
}

.horizontal-megamenu>.menu-item>.menu-link .nav-link-text {
    color: var(--color-primary);
    font-family: var(--menu-font);
    font-weight: 600;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 13px
}

@media screen and (max-width:1366px) {
    .horizontal-megamenu>.menu-item>.menu-link .nav-link-text {
        font-size: 13px
    }
}

@media screen and (max-width:1024px) {
    .horizontal-megamenu>.menu-item>.menu-link .nav-link-text {
        font-size: 12px
    }
}

.horizontal-megamenu>.menu-item>.menu-link .nav-link-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--color-primary)
}

.horizontal-megamenu>.menu-item>.menu-link.link-home .nav-link-text {
    font-size: 30px
}

.category-popup {
    background-color: #141329;
    min-height: 50px;
    border-top: 3px solid var(--color-primary) !important;
    padding: 0 !important;
    z-index: 99
}

.category-popup .channels-menu {
    display: flex;
    justify-content: space-around;
    background: #f7f7f7;
    padding: 5px 10px
}

.category-popup .channels-menu li {
    flex: 1;
    border-radius: 5px;
    padding: 10px;
    margin: 0 3px;
    text-align: center
}

.category-popup .channels-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #555
}

.category-popup .channels-menu a svg path {
    fill: var(--color-primary)
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.justify-content-between {
    justify-content: space-between !important
}

.whb-column {
    display: flex;
    align-items: center;
    flex-direction: row
}

header h1 {
    text-indent: -99999px;
    margin: 0;
    font-size: 0
}

@media (max-width:991px) {
    .whb-visible-lg {
        display: none
    }
}

@media (min-width:991px) {
    .whb-hidden-lg {
        display: none
    }
}

.header-wrap-inner .header-top-row {
    padding: 0;
    background: #fff;
    position: relative
}

@media (min-width:991px) {
    .header-wrap-inner .header-top-row .general-header-inner {
        min-height: 65px
    }
}

.header-wrap {
    position: relative;
    z-index: 8;
    min-height: 60px;
    width: 100%;
    margin: 0
}

@media screen and (max-width:991px) {
    .header-wrap {
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
    }
}

.header-wrap.has-bg svg path {
    fill: #fff
}

.header-wrap.has-bg .icon_menu .style_icon,
.header-wrap.has-bg .icon_menu .style_icon:after,
.header-wrap.has-bg .icon_menu .style_icon:before {
    background: #fff
}

.header-wrap.has-bg .info-box-wrapper .item {
    border-radius: 6px
}

@media screen and (max-width:991px) {
    .header-wrap.has-bg .box-with-icon .info-box-icon {
        color: #fff;
        background: none
    }
}

.tdb-drop-down-search {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    z-index: 10;
    left: auto;
    right: 0;
    width: 100%
}

.tdb-drop-down-search .tdb-drop-down-search-inner {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.tdb-drop-down-search .tdb-drop-down-search-inner .tdb-search-form {
    position: relative;
    padding: 20px;
    border: solid var(--color-primary);
    border-width: 3px 0 0
}

.tdb-drop-down-search .tdb-drop-down-search-inner .tdb-search-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.tdb-drop-down-search .tdb-drop-down-search-inner .tdb-search-form-inner {
    position: relative;
    display: flex;
    background-color: #fff
}

.tdb-drop-down-search .tdb-drop-down-search-inner .tdb-search-form-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e1e1e1
}

.tdb-drop-down-search .tdb-head-search-form-btn,
.tdb-drop-down-search .tdb-head-search-form-input {
    height: auto;
    min-height: 32px;
    outline: none
}

.tdb-drop-down-search .tdb-head-search-form-input {
    color: #444;
    flex: 1;
    background-color: #f1f1f1;
    border: 0;
    padding: 3px 9px;
    line-height: 21px
}

.tdb-drop-down-search .tdb-head-search-form-btn {
    margin-bottom: 0;
    padding: 0 15px;
    background-color: var(--color-primary);
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    border-radius: 0;
    outline: none
}

.dropdown-menu {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    margin-top: 0;
    padding: 10px 20px;
    float: none;
    border: none;
    border-radius: 0
}

.dropdown-menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.dropdown-menu.dropdown-fullwidth {
    width: 100%
}

.site-header__tool .utilities {
    text-align: center;
    margin: 0
}

.site-header__tool .utilities li {
    display: inline-block
}

.site-header__tool .utilities li a {
    border-right: 1px solid #eee;
    padding: 6px 20px 1px;
    display: block;
    color: var(--color-primary)
}

.site-header__tool .utilities li span {
    font-size: 11px;
    font-size: 16px
}

.site-header__tool .utilities li i {
    font-size: 16px;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 3px
}

.site-header__tool .utilities li:last-child a {
    border: none
}

@media screen and (max-width:991px) {
    .tdb-drop-down-search {
        left: 0
    }

    .header-wrap-inner .header-top-row {
        padding: 0 15px
    }
}

.icon_menu {
    padding: 10px;
    margin: 8px 10px
}

.woodmart-close-side {
    z-index: 98
}

.icon_menu {
    position: relative;
    width: 20px;
    height: 50px;
    color: #333;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    width: 25px;
    height: 25px;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    display: inline-block
}

.icon_menu .style_icon {
    display: block;
    position: absolute;
    margin-top: -1px;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--color-primary)
}

@media screen and (max-width:991px) {

    .icon_menu .style_icon,
    .icon_menu .style_icon:after,
    .icon_menu .style_icon:before {
        background: var(--color-primary)
    }
}

.icon_menu .style_icon:after,
.icon_menu .style_icon:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    content: ""
}

.icon_menu .style_icon:before {
    top: -6px
}

.icon_menu .style_icon:after {
    bottom: -6px
}

.woodmart-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7)
}

.topbar_threadhot label {
    float: left;
    color: #fff;
    font-weight: 700;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    background: var(--color-primary) !important;
    border-left: 5px solid var(--color-primary);
    padding: 0 10px 0 5px;
    margin: 0 10px 0 0;
    position: absolute
}

#widget-ticker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    position: relative;
    line-height: 24px;
    height: 24px
}

#hashtag-trending {
    margin-left: 41px;
    margin-bottom: 0;
    padding: 0;
    white-space: nowrap;
    display: inline-flex;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
}

#hashtag-trending .has-marquee {
    -webkit-animation: marquee 45s linear infinite;
    animation: marquee 45s linear infinite
}

#hashtag-trending li.hash-tag-item {
    display: inline-block;
    font-size: 13px;
    color: #000;
    border-radius: 100px;
    background-color: #e7e7e7;
    padding: 0 8px 0 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 10px
}

#hashtag-trending li.hash-tag-item:before {
    content: "#";
    display: inline-block;
    color: hsla(0, 0%, 41.6%, .51);
    font-size: 15px;
    margin-right: 4px
}

#hashtag-trending::-webkit-scrollbar {
    display: none
}

.home_topbar {
    height: 44px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    overflow: hidden
}

@media (max-width:767px) {
    .home_topbar {
        margin-bottom: 0
    }

    .home_topbar .timestemp {
        display: none
    }
}

.timestemp {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: var(--color-primary);
    float: left
}

.timestemp #clock {
    display: inline-block
}

@media (max-width:767px) {
    .topbar_threadhot .timeline {
        width: 100%
    }
}

#go_top_control {
    position: fixed;
    bottom: 100px;
    right: 5px;
    opacity: 1;
    z-index: 9999999;
    display: none;
    background-color: #fff;
    text-align: center;
    border: 1px solid var(--color-primary)
}

#go_top_control .go_top_icon {
    color: var(--color-primary);
    height: 40px;
    width: 40px;
    font-size: 22px;
    padding-top: 7px
}

@media (max-width:767px) {
    #go_top_control {
        bottom: 10px
    }
}

.widget-newsletter.type-vertical {
    padding: 15px;
    background: #f7f7f7;
    border-radius: 8px;
    box-shadow: -5px 6px var(--color-primary);
    border: 1px solid var(--color-primary)
}

.widget-newsletter.type-vertical .widget-title {
    text-align: center;
    margin-bottom: 15px
}

.widget-newsletter.type-vertical .widget-title .main-title {
    text-transform: none
}

.widget-newsletter.type-vertical .widget-description {
    text-align: center
}

.widget-newsletter.type-vertical .form-fields .input-group-text {
    border-right: 0;
    background-color: #fff;
    color: #a5a5a5
}

.widget-newsletter.type-vertical .form-fields input {
    border-left: 0;
    border-color: #ced4da
}

body {
    background: #fff;
    font-size: 16px;
    font-family: var(--primary-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

label {
    font-weight: 500
}

a {
    text-decoration: none !important
}

a,
div {
    outline: none !important
}

.col,
.col-12,
.col-lg-3,
.col-lg-9,
.col-md-4,
.col-md-12,
.col-sm-6,
.col-sm-12,
.col-xl-3,
.col-xl-9 {
    padding-right: 8px;
    padding-left: 8px
}

.row {
    margin-right: -8px;
    margin-left: -8px
}

.form-control {
    border-color: #b7b9cc;
    font-size: 14px
}

.dropdown-menu {
    border-color: #eaebec
}

.btn {
    font-size: 14px
}

@-webkit-keyframes marquee {
    to {
        transform: translate(-100%)
    }
}

@keyframes marquee {
    to {
        transform: translate(-100%)
    }
}

ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none
}

h1,
h2,
h3 {
    font-family: var(--heading-font)
}

h2 a,
h3 a {
    color: inherit
}

.width_common {
    position: relative;
    width: 100%
}

.width_common {
    float: left
}

.title-box-category,
.widget .widget-title {
    font-family: var(--primary-font);
    font-weight: 600
}

.widget .article-title {
    font-family: var(--post-title-font);
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.4
}

.widget .style_img_left .image-wrapper {
    min-width: 130px;
    flex: 0 0 auto;
    width: 130px
}

.widget .info-wrapper {
    overflow: hidden
}

.widget-most-view.type-default .item .article-title {
    font-size: 14px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.widget-most-view.type-default .item a {
    padding: 6px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.title-box-category,
.widget-title {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    color: #222;
    font-weight: 700;
    clear: both
}

.title-box-category a {
    color: inherit;
    text-decoration: none;
    outline: none
}

@media screen and (max-width:991px) {

    .title-box-category,
    .widget-title {
        font-size: 18px
    }
}

.title-box-category .inner-title {
    position: relative;
    display: inline-block
}

@media screen and (min-width:768px) {
    .title-box-category.style_7 {
        left: -20px;
        top: -15px;
        margin-bottom: 0
    }
}

.title-box-category.style_7 .parent-cate {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(90deg, #30b9aa, #6645ac)
}

.title-box-category.style_7 .parent-cate:after {
    position: absolute;
    top: 0;
    right: -40px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 50px solid #6645ac;
    border-right: 40px solid transparent
}

.title-box-category.style_7 .inner-title:before {
    content: none
}

.widget-title.style_9 .main-title {
    padding: 0 15px 0 20px;
    text-transform: uppercase;
    font-size: inherit
}

.widget-title.style_9 .main-title:before {
    content: "";
    position: absolute;
    width: 5px;
    left: 0;
    bottom: 2px;
    background-color: var(--color-primary);
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.widget-title.style_9 .main-title:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 20px solid var(--color-primary);
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 0;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.title-box-category .parent-cate {
    float: left;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: var(--heading-font)
}

.title-box-category .sub-cate {
    font-size: 13px;
    line-height: 1.1538461538;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
    white-space: nowrap;
    display: inline-block
}

.td-subcat-filter {
    position: absolute;
    bottom: auto;
    right: 0;
    margin: auto 0;
    opacity: 0;
    z-index: 1;
    text-align: right;
    display: flex;
    align-items: center
}

.td-subcat-filter .td-subcat-list {
    display: inline-block;
    line-height: 1
}

.td-subcat-filter .td-subcat-list .td-subcat-item {
    display: inline-block;
    line-height: 1;
    margin-left: 10px
}

.td-subcat-dropdown {
    display: inline-block;
    text-align: right;
    position: relative
}

.td-subcat-dropdown .td-subcat-more {
    margin-left: 5px;
    display: inline-block;
    font-size: 14px;
    width: 18px;
    height: 18px;
    outline: none;
    border: none;
    background: none
}

.td-subcat-dropdown .dropdown-menu {
    right: 0;
    left: auto;
    box-shadow: 0 0 1px 1px #eee
}

.box-news>.content>.title {
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    font-size: 16px;
    overflow: hidden;
    display: block
}

.box-news>.content>.title>a {
    color: inherit
}

.box-news .title {
    font-family: var(--post-title-font)
}

.box-news-larger .content>.title {
    font-size: 20px
}

.box-news>.image {
    display: block;
    margin-bottom: 11px
}

.image-wrapper>.image-small {
    padding-bottom: 60%
}

.image-wrapper>.image {
    position: relative;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZyBmaWxsPSIjY2NjIj48cGF0aCBkPSJNMjUgMjh2NDNoNTVWMjhIMjV6bTUxIDM4SDMwVjMzaDQ1djM0Ii8+PHBhdGggZD0iTTMzIDYzbDEzLTExIDQgMyA5LTEyIDMgNiAzLTIgNyAxNnoiLz48Y2lyY2xlIGN4PSI0NSIgY3k9IjQxIiByPSI1Ii8+PC9nPjwvc3ZnPg==);
    background-color: #f5f4f4;
    border-radius: 5px
}

.image-wrapper>.image>img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.lazy {
    opacity: 0
}

.item-news {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.item-news .content .title a {
    color: #222b45
}

.item-news .title {
    font-family: var(--post-title-font)
}

.image-wrapper {
    overflow: hidden;
    position: relative
}

.style_img_left {
    width: 100%;
    display: block;
    overflow: hidden
}

.style_img_left .image-wrapper {
    width: 40%;
    float: left
}

.meta-news {
    display: inline-block;
    vertical-align: middle;
    color: #575757;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400 !important;
    margin: 4px 0;
    display: flex;
    align-items: center
}

.meta-news .cat,
.meta-news .time-public {
    display: inline-block;
    margin-right: 5px;
    line-height: 15px;
    color: inherit
}

.meta-news .cat,
.meta-news .time-public {
    font-size: 11px
}

@media (min-width:1199px) {
    .col-main {
        padding-right: 30px
    }

    .col-right {
        max-width: 316px;
        flex: 0 0 316px
    }

    .col-main {
        flex: 0 0 calc(100% - 316px);
        max-width: calc(100% - 316px)
    }
}

.section_container {
    margin-bottom: 15px;
    clear: both
}

.news-box {
    width: 100%;
    display: block;
    clear: both
}

@media (max-width:767px) {
    .news-box {
        margin-bottom: 0;
        padding-top: 0
    }
}

.box-cate-featured .meta-news .cat {
    display: none
}

.widget {
    clear: both;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px
}

.widget .widget-title {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    color: #222;
    font-weight: 700;
    clear: both
}

.widget .box-title .main-title,
.widget .widget-title .main-title {
    font-size: inherit;
    font-weight: 600;
    position: relative;
    font-family: var(--heading-font)
}

.box-news {
    margin-bottom: 10px;
    position: relative
}

.wrapper-topstory {
    margin-top: 0
}

.wrapper-topstory .box-news-larger {
    padding-left: 0;
    background: #f4f6fa;
    margin-bottom: 15px;
    padding-bottom: 0
}

@media (max-width:767px) {
    .wrapper-topstory .box-news-larger {
        background: transparent;
        padding: 0;
        flex-wrap: wrap
    }
}

.wrapper-topstory .box-news-larger .thumb-art {
    flex: 0 0 513px;
    max-width: 513px;
    margin: 0
}

@media (max-width:1190px) {
    .wrapper-topstory .box-news-larger .thumb-art {
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (max-width:767px) {
    .wrapper-topstory .box-news-larger .thumb-art {
        float: none;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0
    }
}

.wrapper-topstory .box-news-larger .content {
    padding: 15px
}

.wrapper-topstory .box-news-larger .title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    margin-top: 0
}

.wrapper-topstory .box-news-larger .title a {
    font-size: 23px;
    font-weight: 600
}

.wrapper-topstory .box-news-larger p.snippet {
    font-size: 15px;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0
}

@media (max-width:767px) {
    .wrapper-topstory .box-news-larger .content {
        padding: 0
    }
}

.wrapper-topstory .sub-news-top {
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    padding-left: 0;
    height: auto;
    clear: both
}

.wrapper-topstory .list-sub-feature {
    clear: both
}

.review-section {
    margin-top: 24px;
    margin-bottom: 24px
}

.review-section .title-box-category.style_7 {
    left: 0;
    margin-bottom: -20px
}

.review-section .foru-containers {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(90deg, #5563aa, #984aae);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 5px solid #49edd4
}

.review-section .main-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 15px 12px;
    margin-top: 20px
}

.review-section .main-content .threads {
    display: flex;
    overflow-x: auto;
    gap: 15px
}

.review-section .main-content .threads::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, .13)
}

.review-section .main-content .threads::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, .35)
}

.review-section .main-content .threads .box-news {
    background-color: rgba(0, 0, 0, .2);
    min-width: 210px;
    margin: 7px 0;
    border-radius: 6px
}

.review-section .main-content .threads .box-news .meta-news {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    display: flex;
    align-items: center
}

.review-section .main-content .threads .box-news .meta-news .cat,
.review-section .main-content .threads .box-news .meta-news .time-public {
    display: none
}

.review-section .main-content .threads .box-news .title {
    margin-top: 4px;
    padding: 0 10px 10px
}

.review-section .main-content .threads .box-news .title a {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

@media (min-width:768px) {
    .review-section .main-content .threads .box-news {
        max-width: 180px;
        flex: 0 0 180px
    }
}

img {
    height: auto;
    max-width: 100%
}

.meta-news span:not(:last-child):after {
    content: " ";
    display: inline-block;
    margin: 0 0 0 5px
}

.clearfix {
    clear: both
}