/*!
Theme Name: fortes
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fortes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fortes is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


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

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

@font-face {
    font-family: "Manrope";
    font-display: swap;
    src: url("fonts/Manrope-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

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

@font-face {
    font-family: "Manrope";
    font-display: swap;
    src: url("fonts/Manrope-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'tm-fortes';
    src: url('fonts/tm-fortes.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.tm-fortes {
    font-family: 'tm-fortes' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tm-fortes-icon-star:before {
    content: "\e90d";
}

.tm-fortes-icon-arrow:before {
    content: "\e900";
}

.tm-fortes-icon-arrow-right:before {
    content: "\e901";
}

.tm-fortes-icon-delivery:before {
    content: "\e902";
}

.tm-fortes-icon-guarantee:before {
    content: "\e903";
}

.tm-fortes-icon-instagram:before {
    content: "\e904";
}

.tm-fortes-icon-location:before {
    content: "\e905";
}

.tm-fortes-icon-mail:before {
    content: "\e906";
}

.tm-fortes-icon-payment:before {
    content: "\e907";
}

.tm-fortes-icon-phone:before {
    content: "\e908";
}

.tm-fortes-icon-search:before {
    content: "\e909";
}

.tm-fortes-icon-shop:before {
    content: "\e90a";
}

.tm-fortes-icon-slider-arrow:before {
    content: "\e90b";
}

.tm-fortes-icon-telegram:before {
    content: "\e90c";
}


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    background: #fff;
    font-weight: 400;
    color: #0C0C0C;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Manrope', sans-serif;
}



/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
html,
body {
    height: 100%;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}


/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, "Segoe UI", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 25px;
}

p:last-child {
    margin-bottom: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 25px;
}

ul,
ol {
    margin: 0 0 15px 25px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 25px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 25px 25px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 0;
}

table {
    margin: 0 0 25px;
    width: 100%;
}

/* Links
--------------------------------------------- */
:active,
:hover,
a:active,
a:hover {
    outline: 0;
}

a {
    color: #3382F4;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #75a9f1;
    text-decoration: none;
}

a,
a:visited {
    text-decoration: none;
}



/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/



/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 25px;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 25px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 25px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 25px;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 25px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 25px;
    display: grid;
    grid-gap: 25px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 25px;
    margin-bottom: 25px;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 25px;
    margin-bottom: 25px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}


/* header
========================================================================== */
.tm-header__logo {
    z-index: 1;
    max-width: 197px;
}

.tm-header__logo,
.tm-header__logo a {
    display: flex;
}

.tm-header,
.tm-header__line2.tm-header_active,
.tm-header__logo img {
    width: 100%;
}

.tm-header__line1 {
    width: 100%;
    padding: 15px 0;
}

.tm-header__line2 {
    background: #FFCD12;
    z-index: 1000;
    position: relative;
}

.tm-header__line2.tm-header_active {
    position: fixed;
    top: 0;
    left: 0;
    animation: slideDown 0.5s;
}

.tm-header__right {
    font-size: 14px;
}

.tm-header__phone,
.tm-header__address {
    padding-left: 32px;
    position: relative;
}

.tm-header__phone::before,
.tm-header__address::before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background: #2F2F2F;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'tm-fortes';
    padding-bottom: 1px;
}

.tm-header__phone::before {
    content: "\e908";
}

.tm-header__address::before {
    content: "\e905";
}

.tm-header__phone a {
    color: #2F2F2F;
}

.tm-mobile-container {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@media (min-width: 820px) {
    .tm-mobile-container {
        display: none;
    }
}

@media (max-width: 1440px) {
    .tm-header__line1 {
        padding: 7px 0;
    }
}

@media (max-width: 767px) {
    .tm-header__contact.tm-flex {
        display: none;
    }

    .tm-header__phone::before,
    .tm-header__address::before {
        top: 1px;
    }
}


/* menu
========================================================================== */

/* toggle ----------------- */
.tm-toogle-navigation>label {
    display: flex;
    flex-direction: column;
    width: 16px;
    cursor: pointer;
    z-index: 1001;
    position: relative;
    justify-content: flex-end;
    align-items: flex-end;
    left: 10px;
}

.tm-toogle-navigation>label::after {
    content: '';
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    left: -12px;
    top: -12px;
    position: absolute;
    z-index: 0;
}


.tm-toogle-navigation>label span {
    background: #191A00;
    height: 2px;
    margin: 2px 0;
    border-radius: 3px;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    z-index: 1;
}

.tm-toogle-navigation>label>span:nth-of-type(1) {
    width: 60%;
}

.tm-toogle-navigation>label>span:nth-of-type(2) {
    width: 100%;
}

.tm-toogle-navigation>label>span:nth-of-type(3) {
    width: 40%;
}

.tm-toogle-navigation>input[type="checkbox"] {
    display: none;
}



.tm-toogle-navigation input[type="checkbox"]:checked~label>span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(-2.9px, 6.5px);
    width: 50%;
}

.tm-toogle-navigation input[type="checkbox"]:checked~label>span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg)
}

.tm-toogle-navigation input[type="checkbox"]:checked~label>span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(-1px, -4px) rotatez(45deg);
}

@media (min-width: 1181px) {
    .tm-toogle-navigation>label {
        display: none;
    }
}

@media (max-width: 1180px) {
    .tm-toogle-navigation {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}


/* comp navigation ----------------- */
.tm-menu-wrapper-header ul,
.tm-menu-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.tm-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    width: 250px;
    background: #fff;
    height: 0;
    visibility: hidden;
    display: block;
    flex-wrap: wrap;
    z-index: 100;

}

.tm-menu-wrapper_header>li,
.tm-menu-wrapper_header>li>a {
    line-height: 60px;
}

.tm-menu-wrapper>li:not(:last-child) {
    margin-right: 44px;
}

.tm-menu-wrapper li.menu-item-has-children>span>a {
    padding-right: 15px;
}

.tm-menu-wrapper>li::after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 21px;
    height: 1.5px;
    background: #404040;
    transition: all .3s ease-in-out;
    width: 0;
}

.tm-menu-wrapper>li:hover::after {
    width: 100%;
}

.tm-menu-wrapper>li.menu-item-has-children:hover::after {
    width: calc(100% - 15px);
}

.tm-menu-wrapper>li>ul {
    -webkit-transition: opacity 0.6s, -webkit-transform 0.3s;
    transition: opacity 0.6s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.6s;
    transition: transform 0.3s, opacity 0.6s;
    transition: transform 0.3s, opacity 0.6s, -webkit-transform 0.3s;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
    left: -12px;
    box-shadow: 0 7px 8px rgb(0 0 0 / 15%);
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.tm-menu-wrapper>li>ul li {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.tm-menu-wrapper>li>ul li>ul {
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s;
    -o-transition: transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateX(75px) translateY(0%);
    -ms-transform: translateX(75px) translateY(0%);
    transform: translateX(75px) translateY(0%);
    opacity: 0;
    height: auto;
    visibility: visible;
    left: 250px;
    top: 0;
}

.tm-menu-wrapper>li>ul li:hover>ul {
    -webkit-transform: translateX(0) translateY(0%);
    -ms-transform: translateX(0) translateY(0%);
    transform: translateX(0) translateY(0%);
    opacity: 1;
}

.tm-menu-wrapper>li>ul li:hover>ul li {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.tm-menu-wrapper>li:hover>ul {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    height: auto;
    visibility: visible;
}

.tm-menu-wrapper>li:hover>ul li {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.tm-menu-wrapper li.menu-item-has-children>span>a {
    position: relative;
}

.tm-menu-wrapper>li>ul>li.menu-item-has-children>span>a::after,
.tm-menu-wrapper>li.menu-item-has-children>span>a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    border: solid #191A00;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
}

.tm-menu-wrapper>li>ul>li.menu-item-has-children>span>a::after {
    right: 5px;
}


.tm-menu-wrapper>li>ul>li.menu-item-has-children>span>a::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 14px;
    right: 10px;
}

.tm-menu-wrapper>li.menu-item-has-children>span>a::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.tm-menu-wrapper>li>ul>li.current-menu-ancestor>span>a::after,
.tm-menu-wrapper>li.current-menu-ancestor>span>a:after,
.tm-menu-wrapper>li.current-menu-item.menu-item-has-children>span>a:after,
.tm-menu-wrapper>li.menu-item-has-children>span>a:hover:after,
.tm-menu-wrapper>li.menu-item-has-children:focus>span>a:after,
.tm-menu-wrapper>li.menu-item-has-children:hover>span>a:after,
.tm-menu-wrapper li li.current-menu-item.menu-item-has-children>span>a::after,
.tm-menu-wrapper li li.menu-item-has-children>span>a:hover::after {
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.tm-menu-wrapper li li.current-menu-item.menu-item-has-children>span>a::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.tm-menu-wrapper li li.menu-item-has-children>span>a {
    padding-right: 25px;
}

.tm-menu-wrapper li li.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 16px;
    display: inline-block;
    padding: 2px;
}

.tm-menu-wrapper>li:hover>span>a,
.tm-menu-wrapper>li.current-lang>span>a,
.tm-menu-wrapper>li.current-menu-item>span>a,
.tm-menu-wrapper>li.current-menu-ancestor>span>a {
    color: #404040;
}

.tm-menu-wrapper>li li.current-menu-ancestor>span>a {
    color: #FFBE0B;
}

.tm-menu-wrapper li li a:hover {
    background: #fff;
    color: #FFBE0B;
}

.tm-menu-wrapper li li.current-menu-item>span>a {
    color: #404040;
    background: #FFCD12;
    opacity: 1;
}

.tm-menu-wrapper li {
    list-style: none;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}

.tm-menu-wrapper li::before {
    display: none;
}

.tm-menu-wrapper li a {
    text-decoration: none;
    color: #404040;
    font-weight: 700;
    transition: all 0.3s ease-out;
    opacity: 1;
    font-size: 18px;
}


.tm-menu-wrapper>li>span>a {
    color: #404040;
    opacity: 1;
    position: relative;
}


.tm-menu-wrapper li:hover {
    cursor: pointer;
}

.tm-menu-wrapper li li a {
    line-height: 13px;
    font-size: 14px;
    padding: 10px 18px;
    display: block;
    position: relative;
}


@media (max-width: 1440px) {

    .tm-menu-wrapper_header>li,
    .tm-menu-wrapper_header>li>a {
        line-height: 56px;
    }

    .tm-menu-wrapper li a {
        font-size: 16px;
    }
}

@media (max-width: 1180px) {
    .tm-menu-wrapper>li.menu-item-has-children {
        margin-right: 0;
    }

    .tm-menu-wrapper_header>li,
    .tm-menu-wrapper_header>li>a {
        line-height: 40px;
    }

    .tm-primary-menu-container {
        display: none;
        width: 100%;
        padding: 10px 20px;
    }

    .tm-primary-navigation {
        position: absolute;
        z-index: 1;
        width: 100%;
        background: #fff;
        height: 0;
        top: 55px;
        left: 0;
        visibility: hidden;
    }

    [id=main-navigation-toggle]:checked~.tm-primary-navigation {
        visibility: visible;
        height: calc(100vh - 165px);
        overflow: auto;
    }

    [id=main-navigation-toggle]:checked~.tm-primary-navigation .tm-header__btn.tm-header__btn_mob,
    [id=main-navigation-toggle]:checked~.tm-primary-navigation .tm-primary-menu-container {
        display: block;
    }

    [id=main-navigation-toggle]:checked~.tm-toogle-navigation {
        background: #fff;
    }

    [id=main-navigation-toggle]:checked~.tm-mob-back::before {
        opacity: 1;
        visibility: visible;
    }

    .tm-menu-wrapper>li:not(:last-child) {
        padding-right: 0;
    }

    .tm-menu-wrapper>li,
    .tm-menu-wrapper>li>span,
    .tm-menu-wrapper>li>span>a {
        width: 100%;
        display: block;
    }

    .tm-menu-wrapper>li::after,
    .tm-menu-wrapper>li>span>a::before {
        display: none;
    }

    .tm-menu-wrapper>li.menu-item-has-children>span>a::before,
    .tm-menu-wrapper>li.menu-item-has-children.current-menu-item>span>a::before,
    .tm-menu-wrapper>li.current-menu-ancestor>span>a::before,
    .tm-menu-wrapper>li.menu-item-has-children:hover>span>a::before,
    .tm-menu-wrapper>li.menu-item-has-children>span>a:hover::before {
        width: 23px;
        height: 23px;
        right: 0;
        z-index: 1;
        top: 7px;
        display: block;
    }



    .tm-menu-wrapper>li.current-menu-item>span>a::before {
        display: none;
    }

    .tm-menu-wrapper>li.current-menu-item.menu-item-has-children>span>a::before,
    .tm-menu-wrapper>li.lang-item:hover>span>a::before,
    .tm-menu-wrapper>li.lang-item>span>a:hover::before,
    .tm-menu-wrapper>li.current-lang>span>a:before,
    .tm-menu-wrapper>li:hover>span>a::before,
    .tm-menu-wrapper>li>span>a:hover::before {
        display: block;
    }

    .tm-menu-wrapper>li.current-lang>span>a:before {
        width: 100%;
        height: 3px;
    }

    .tm-menu-wrapper>li.menu-item-has-children>span>a::after {
        content: "";
        position: absolute;
        right: 7px;
        top: 15px;
        display: inline-block;
        z-index: 5;
    }

    .tm-menu-wrapper>li>ul {
        padding-top: 0;
        padding-bottom: 0;
    }

    .tm-menu-wrapper>li.lang-item>span>a:before {
        left: 0;
        top: 0;
    }

    .tm-menu-wrapper>li>ul li>ul,
    .tm-menu-wrapper ul {
        position: relative;
        height: auto;
        visibility: visible;
        width: 100%;
    }

    .tm-menu-wrapper li li a {
        padding: 13px 15px;
    }

    .tm-menu-wrapper li li:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    .tm-menu-wrapper>li>ul li>ul,
    .tm-menu-wrapper>li>ul {
        opacity: 1;
        box-shadow: 0 0 0 rgb(0 0 0 / 0%);
        left: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .tm-menu-wrapper>li>ul li>ul {
        left: 20px;
        width: calc(100% - 20px);
    }


    .tm-menu-wrapper>li>ul li {
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }
}


/* home 
========================================================================== */
.tm-home-filters {
    background: #4774C3;
    border-radius: 3px;
    position: relative;
    min-height: 320px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    padding: 20px 20px 70px;
}

.tm-home-filters>img {
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.tm-home-filters__links {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 28px;
}

.tm-home-filters__links a {
    color: #fff;
}

.tm-home-filters__links a:hover {
    text-decoration: underline;
}

.tm-home-filters .tm-grid {
    margin-left: -15px;
    row-gap: 15px;
}

.tm-home-filters .tm-grid>* {
    padding-left: 15px;
}

.tm-home-filters__sel {
    left: 0;
}

.tm-home-filters__spec {
    right: 0;
}

.tm-home-filters__wrap {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.tm-home-filters__column-1 {
    padding-right: 50px;
}

.tm-home-filters__column-2 {
    padding-left: 50px;
}

.tm-home-filters select {
    opacity: 0;
}

.tm-home-filters .select2-container {
    width: 100% !important;
    display: block;
    text-align: left;
}

.tm-home-filters .select2-container--default .select2-selection--single {
    border: 0 none;
}

.tm-home-filters__btn button {
    background: #FFCD12;
    color: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    border: 0 none;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

.tm-home-filters__btn button:hover {
    color: #50525B;
    background: #fff;
}

.tm-home-filters__column-2 {
    position: relative;
}

.tm-home-filters__column-2::before {
    width: 1px;
    height: calc(100% + 20px);
    position: absolute;
    left: -7px;
    top: -10px;
    background: rgba(255, 255, 255, 1);
    content: '';
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single {
    height: 50px;
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.select2-dropdown {
    border: 0 none;
    padding: 8px;
}

.select2-search--dropdown .select2-search__field {
    outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #4774C3;
}

.select2-search--dropdown {
    padding: 0 0 8px;
}


.tm-blog-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.tm-blog-header h2,
.tm-blog-header p {
    margin-bottom: 0;
}

.tm-right-link {
    text-align: right;
}

.tm-right-link a {
    padding-right: 25px;
    position: relative;
}

.tm-right-link a::after {
    content: "\e901";
    font-family: 'tm-fortes';
    position: absolute;
    right: 0;
    font-size: 26px;
    top: -5px;
}


@media (max-width: 1440px) {

    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-selection--single {
        height: 40px;
        line-height: 40px;
    }

    .tm-home-filters__btn button,
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
    }

    .tm-home-filters__column-1 {
        padding-right: 40px;
    }

    .tm-home-filters__column-2 {
        padding-left: 40px;
    }

    .tm-home-filters__wrap {
        width: 700px;
    }

    .tm-home-filters {
        min-height: 290px;
    }

    .tm-home-filters__column-2::before {
        height: calc(100% + 5px);
        top: 2px;
    }
}

@media (max-width: 1080px) {
    .tm-home-filters>img {
        display: none;
    }
}

@media (max-width: 980px) {
    .tm-home-filters__column-1 {
        text-align: left;
        padding-right: 0;
    }

    .tm-home-filters__column-2 {
        padding-left: 0;
    }

    .tm-home-filters__column-2::before {
        display: none;
    }
}

@media (max-width: 781px) {
    .wp-block-columns.tm-blog-header {
        flex-wrap: nowrap !important;
    }

    .wp-block-columns.tm-blog-header:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0 !important;
    }

    :where(.wp-block-columns.tm-blog-header.is-layout-flex) {
        gap: .5em;
    }
}

@media (max-width: 570px) {
    .tm-home-filters__links {
        padding: 0 20px;
        bottom: 10px
    }

    .tm-home-filters {
        padding: 20px 20px 90px;
    }

    .select2-search--dropdown .select2-search__field {
        height: 35px;
    }
}

@media (max-width: 480px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        word-break: break-word;
        display: block;
        white-space: normal;
    }

    .select2-container--open .select2-dropdown--below {
        max-width: calc(100% - 40px);
        word-break: break-all;
    }
}



/* blog
========================================================================== */
.tm-category__column {
    margin-top: 30px;
}

.tm-category__posts.tm-grid {
    margin-left: -40px;
    row-gap: 40px;
}

.tm-category__posts.tm-grid>* {
    padding-left: 40px;
}

.tm-blog-card__img,
.tm-blog-card__img a {
    display: flex;
}

.tm-blog-card__img img {
    border-radius: 3px 3px 0 0;
}

.tm-blog-card__title a {
    color: #333;
}

.tm-blog-card__read a,
.tm-blog-card__title a:hover {
    color: #3382F4;
}

.tm-blog-card__read a:hover {
    text-decoration: underline;
}

.tm-blog-card__read {
    font-size: 16px;
}

.tm-blog-card {
    height: 100%;
}

.tm-blog-card__wrap {
    background: #ebf3fe;
    border-radius: 0 0 3px 3px;
    padding: 15px;
}




/* 404
========================================================================== */
.tm-404__content {
    max-width: 750px;
    margin: 80px auto 100px;
}

/* social
========================================================================== */
.tm-social {
    display: flex;
    column-gap: 10px;
}

.tm-social a {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    transition: all .3s ease-out;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}


.tm-social a:hover {
    opacity: .6;
    text-decoration: none !important;
}

.tm-social a.tm-fortes-icon-youtube:hover {
    color: #f80f1b;
}

.tm-social a.tm-fortes-icon-facebook:hover {
    color: #1675ec;
}

.tm-social a.tm-fortes-icon-telegram2:hover {
    color: #239cff;
}

.tm-social a.tm-fortes-icon-telegram:hover {
    color: #27a3e2;
}

.tm-social a.tm-fortes-icon-viber:hover {
    color: #774e98;
}

.tm-social a.tm-fortes-icon-instagram2:hover {
    color: #ff63e5;
}

/* form
========================================================================== */
.wpcf7-form-control {
    background: transparent;
    border-radius: 3px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 20px;
    border-width: 1px;
    border-color: #B4B4B4;
    border-style: solid;
    outline: none;
    color: #000;
}

.wpcf7-not-valid {
    border: 1px solid #dc323257;
}

.wpcf7-form-control::-webkit-input-placeholder {
    color: #8c7c73;
}

.wpcf7-form-control::-moz-placeholder {
    color: #8c7c73;
}

.wpcf7-form-control:-moz-placeholder {
    color: #8c7c73;
}

.wpcf7-form-control:-ms-input-placeholder {
    color: #8c7c73;
}

.wpcf7-form-control:focus,
.wpcf7-form-control:active {
    border-color: #1e1e27;
    outline: none;
}

.wpcf7-textarea {
    height: 182px;
    resize: vertical;
}

.wpcf7-form-control.wpcf7-acceptance label {
    display: block;
    line-height: 24px;
}

.wpcf7-form-control.wpcf7-acceptance {
    border: 0 none;
    display: block;
    padding: 0;
    margin-bottom: 25px;
    height: auto;
}

.tm-form-btn,
.wpcf7-submit {
    width: 150px;
    background: #50525B;
    border-radius: 3px;
    height: 40px;
    border: 0 none;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-out;
    margin-left: auto;
    margin-right: auto;
}

.tm-form-btn.tm-form-btn_left {
    margin-left: 0;
}

.tm-form-btn.tm-form-btn_right {
    margin-right: 0;
}

.tm-form-btn:hover,
.wpcf7-submit:hover {
    background: #FFCD12;
    color: #404040;
    cursor: pointer;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -31px;
    font-size: 12px;
}

.wpcf7-list-item {
    display: flex;
    align-items: center;
    position: relative;
}

.tm-content-form {
    max-width: 940px;
}

.tm-content-form .tm-grid {
    row-gap: 15px;
}

/* popup
========================================================================== */
.form-popup {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}

.form-popup-content__after-title {
    margin-top: -10px;
    margin-bottom: 25px;
}

.form-popup-content {
    border-radius: 20px;
    background: #fff;
    padding: 30px;
}

@media (max-width:480px) {

    .form-popup-content {
        padding: 20px;
    }
}



/* footer
========================================================================== */
.tm-footer {
    background: #2F2F2F;
    padding: 30px 0;
    color: #fff;
}

.tm-footer,
.tm-footer a {
    color: #fff;
}

.tm-footer a:hover {
    text-decoration: underline;
}

.tm-footer-wrapper {
    list-style: none;
    margin: 0;
}

.tm-footer-wrapper li {
    display: block;
}

.tm-footer-wrapper li:not(:last-child) {
    margin-bottom: 8px;
}

.tm-footer__address,
.tm-footer__phone,
.tm-footer__mail {
    padding-left: 32px;
    position: relative;
}

.tm-footer__address::before,
.tm-footer__phone::before,
.tm-footer__mail::before {
    font-family: 'tm-fortes';
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 24px;
}

.tm-footer__address::before {
    content: "\e905";
}

.tm-footer__phone::before {
    content: "\e908";
}

.tm-footer__mail::before {
    content: "\e906";
}

.tm-footer__phone a:hover,
.tm-footer__mail a:hover {
    text-decoration: none;
}

@media (max-width: 980px) {
    .tm-footer__first {
        display: flex;
        column-gap: 20px;
        align-items: center;
    }

    .tm-footer .tm-grid__width-1-15 {
        width: 100%;
    }

    .tm-footer .tm-grid__width-1-4 {
        width: 50%;
    }
}


/* blocks
========================================================================== */
/* categories
------------------------------------- */
.tm-categories .tm-grid {
    row-gap: 15px;
    margin-left: -15px;
}

.tm-categories .tm-grid>* {
    padding-left: 15px;
}

.tm-categories-card {
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

.tm-categories-card:hover .tm-categories-card__img {
    opacity: .9;
}

.tm-categories-card__img {
    height: 214px;
    position: relative;
    transition: all .3s ease-in-out;
}

.tm-categories-card__name {
    text-align: center;
    border-width: 0 1px 1px 1px;
    border-color: #c6c6c6;
    border-style: solid;
    padding: 18px 20px;
    border-radius: 0 0 3px 3px;
}

.tm-categories-card__name a {
    color: #0C0C0C;
}

.tm-categories-card:hover .tm-categories-card__name a {
    color: #4774C3;
}

.tm-categories-card__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media (max-width: 400px) {
    .tm-categories-card__img {
        height: 194px;
    }

    .tm-categories-card__name {
        padding: 14px 20px;
    }
}


/* custom list
------------------------------------- */
.tm-custom-list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    counter-reset: num;
    padding-left: 30px;
    margin-bottom: 30px;
}

.tm-custom-list__item {
    position: relative;
    padding-left: 30px;
}

.tm-custom-list__item::before {
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}

.tm-custom-list__title.tm-h2 {
    margin-bottom: 10px;
}

@media (max-width: 980px) {
    .tm-custom-list__item::before {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .tm-custom-list {
        padding-left: 10px;
    }

    .tm-custom-list__item {
        padding-left: 20px;
    }
}


/* contacts
------------------------------------- */
.tm-map iframe {
    width: 100%;
    height: 450px;
}

.tm-contacts {
    background: #FFF9E7;
    border-radius: 3px;
    padding: 25px;
}

.tm-contacts-box {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.tm-contacts__title {
    color: #50525B;
}

.tm-contacts__content {
    font-weight: 500;
}

.tm-contacts__content a {
    color: #0C0C0C;
}

.tm-contacts__content a:hover {
    text-decoration: none;
}

.tm-contacts__card {
    padding-left: 49px;
    position: relative;
}

.tm-contacts__card::before {
    position: absolute;
    font-family: 'tm-fortes';
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
}

.tm-contacts__card_address::before {
    content: "\e905";
}

.tm-contacts__card_mail::before {
    content: "\e906";
}

.tm-contacts__card_phone::before {
    content: "\e908";
}

/* benefits
------------------------------------- */
.tm-benefits {
    background: #FFF9E7;
    border-radius: 3px;
    padding: 25px;
}

.tm-benefits__card {
    position: relative;
    padding-left: 41px;
}

.tm-benefits__card img {
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
}

.tm-benefits__title.tm-h4 {
    margin-bottom: 5px;
}

/* faq
------------------------------------- */
.tm-content-accordion-list {
    position: relative;
    width: 100%;
    height: auto;
}

.tm-content-accordion-list>div {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tm-content-accordion-list>div:not(:last-child) {
    margin-bottom: 4px;
}

.tm-content-accordion-list>div .tm-content-accordion-list__title::after {
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    content: "\e900";
    font-family: 'tm-fortes';
    transition: all 0.2s ease-out;
    color: #404040;
    font-weight: 400;
}

.tm-content-accordion-list>div.active .tm-content-accordion-list__title::after {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transform: rotate(-180deg);
    color: var(--color-rose);
}

.tm-content-accordion-list__title {
    font-weight: 500;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 26px;
    transition: all 0.3s ease-out;
    padding: 15px 52px 15px 15px;
    position: relative;
    background: #ebf3fe;
    border-radius: 3px;
}

.tm-content-accordion-list__text {
    padding: 15px 15px 10px;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.tm-content-accordion-list__text p:last-child {
    margin-bottom: 0;
}


/* object fit
========================================================================== */
.tm-product__images-main .tm-product__image img,
.tm-categories-card__img img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

/* breadcrumb
========================================================================== */
.tm-breadcrumb-wrapper {
    font-size: 15px;
}

.tm-breadcrumb {
    color: #717171;
}

.tm-breadcrumb .widget {
    margin: 0;
    display: flex;
}

.tm-breadcrumb a {
    color: #717171;
    text-decoration: none;
    font-weight: 300;
}

.tm-breadcrumb a:hover {
    color: #0C0C0C;
    text-decoration: underline;
}

.tm-breadcrumb .separator::before {
    font-family: 'tm-fortes';
    content: "\e901";
}

.tm-breadcrumb .current-item {
    font-weight: 500;
    color: #0C0C0C;
}

/* search
========================================================================== */
.is-form-style input.is-search-input {
    border: 0 none !important;
    height: 40px;
    border-radius: 3px;
    width: 425px !important;
    padding-left: 45px;
}

.is-ajax-search-details .is-title a,
.is-ajax-search-post .is-title a {
    text-transform: none !important;
}

.is-form-style input.is-search-submit,
.is-search-icon {
    border: 0 none;
    border-right: 0 none !important;
    height: 40px;
    top: 0;
    position: absolute;
    left: 0;
    background: none;
}

.is-search-icon {
    cursor: pointer;
}

.is-search-icon svg {
    display: none;
}

.is-form-style.is-form-style-3 label {
    width: 100% !important;
}

.is-form-style button.is-search-submit {
    position: absolute;
    left: 0;
}

.is-search-icon::before {
    content: "\e909";
    font-family: 'tm-fortes';
    font-size: 24px;
    color: #404040;
    left: 7px;
    top: 7px;
    position: absolute;
}

@media (max-width: 768px) {

    .is-form-style input.is-search-input,
    .is-form-style input.is-search-submit,
    .is-search-icon {
        height: 40px;
    }

    .is-form-style input.is-search-input {
        width: 175px !important;
    }
}

/* filtr
========================================================================== */

.widget.widget_wpc_filters_widget {
    margin-bottom: 0 !important;
}

.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
    padding: 6px 12px !important;
    border-radius: 3px !important;
}

.wpc-filters-main-wrap ul.wpc-filters-ul-list {
    padding: 0 !important;
}

.wpc-posts-found {
    margin-bottom: 5px;
}

.wpc-filters-section {
    margin-bottom: 15px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #B4B4B4;
}

.wpc-filters-section ul {
    margin-bottom: 0;
}

.wpc-filters-main-wrap input[type=checkbox]:checked {
    background: #000a05 !important;
}

.wpc-filters-main-wrap input[type=checkbox]:after {
    border: 2px solid #fff !important;
    border-top: 0 !important;
    border-left: 0 !important;
}

.wpc-filters-main-wrap li.wpc-term-item a {
    color: #0C0C0C;
    word-break: break-word;
}


/* catalog
========================================================================== */
.tm-label {
    position: absolute;
    top: 23px;
    left: -1px;
    z-index: 10;
}

.tm-label-new,
.tm-discount-label {
    border-radius: 0 3px 3px 0;
    padding: 2px 6px;
}

.tm-discount-label {
    background: #FFBE0B;
}

.tm-label-new {
    background: #2BA169;
}

.tm-products-card {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    position: relative;
    height: 100%;
    padding: 15px;
    background: #fff;
}

.tm-products-card__img img {
    transform: scale(.9);
    transition: all .3s ease-in-out;
}

.tm-products-card:hover .tm-products-card__img img {
    transform: scale(1);
}

.tm-products-card__title a {
    color: #0C0C0C;
}

.tm-products-card__title a:hover {
    color: #3382F4;
}

.tm-products-card__line {
    background: linear-gradient(to right, rgba(68, 68, 68, 0.1) 0%, rgba(16, 16, 16, 0.7) 50%, rgba(68, 68, 68, 0.1) 100%);
    height: 1px;
    margin: 10px 0;
}

.tm-products-card:hover .tm-products-card__line {
    background: linear-gradient(to right, rgba(66, 138, 246, 0.3) 0%, rgba(9, 81, 190, 1) 50%, rgba(66, 138, 246, 0.3) 100%);
}

.tm-products-card__categories {
    padding-top: 6px;
    padding-bottom: 6px;
}

.tm-products-card__category {
    padding: 6px 14px;
    background: #EFEFF2;
    border-radius: 3px;
}

.tm-products-card__request {
    font-size: 14px;
    max-width: 60px;
    text-align: right;
}

/* products
========================================================================== */
.tm-product__images-container {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.tm-product__images-main .tm-product__image {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.tm-product__images-thumbs .tm-product__image {
    border-radius: 4px;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #EBEBEB;
}

.tm-product__images-thumbs .tm-product__image img {
    opacity: .5;
}

.tm-product__images-thumbs .swiper-slide-thumb-active .tm-product__image img {
    opacity: 1;
}

.tm-product__images-box,
.tm-product__images-column {
    position: relative;
}

.tm-product__images-thumb__prev.swiper-button-prev {
    left: -12px;
}

.tm-product__images-thumb__next.swiper-button-next {
    right: -12px;
}


.tm-product__images__prev.swiper-button-prev,
.tm-product__images__next.swiper-button-next,
.tm-product__images-thumb__prev.swiper-button-prev,
.tm-product__images-thumb__next.swiper-button-next {
    opacity: 0;
    transform: translateY(15px);
}

.tm-product__images-box:hover .tm-product__images__prev.swiper-button-prev,
.tm-product__images-box:hover .tm-product__images__next.swiper-button-next,
.tm-product__images-column:hover .tm-product__images-thumb__prev.swiper-button-prev,
.tm-product__images-column:hover .tm-product__images-thumb__next.swiper-button-next {
    opacity: 1;
    transform: translateY(0);
}

.tm-product__image:hover {
    cursor: pointer;
}

.tm-product-hara__name {
    min-width: 185px;
    padding-left: 25px;
    position: relative;
    color: #717171;
}

.tm-product-hara__value {
    padding-left: 10px;
}

.tm-product-hara__name::before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 11px;
    top: 10px;
    background: #717171;
}

.tm-product-rating span {
    display: none;
}

.tm-product-guarantee,
.tm-product__available {
    color: #717171;
}

.tm-product__available span:nth-child(2) {
    font-size: 16px;
}

.tm-product-guarantee span,
.tm-product__available span:first-child {
    font-size: 21px;
}

.tm-product-price-box {
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    padding: 25px;
}

.tm-product-price-amount {
    text-align: right;
}

.tm-product__code {
    font-size: 14px;
}

.tm-price-request {
    padding: 7px 10px;
    text-align: center;
    background: #EFEFF2;
    border-radius: 3px;
    width: 100%;
}

.tm-product-price__title,
.tm-product-price-amount>span,
.tm-product-price-amount ins {
    font-size: 18px;
}

.tm-product-price-amount ins {
    background: none;
    color: #E73C17;
}

.tm-product-price-amount del {
    color: #717171;
    font-size: 15px;
}

.tm-product-price-amount ins,
.tm-product-price-amount del {
    display: block;
}

.tm-product-order.tm-content-btn,
.tm-product-order.tm-content-btn a {
    width: 100%;
}

.tm-delivery-box {
    background: #FFF9E7;
    border-radius: 3px;
    padding: 20px 15px 20px 65px;
    height: 100%;
    position: relative;
}

.tm-delivery-box::before {
    font-family: 'tm-fortes';
    position: absolute;
    left: 15px;
    font-size: 36px;
    line-height: 1;
}

.tm-delivery-box.tm-delivery::before {
    content: "\e902";
    top: 16px;
}

.tm-delivery-box.tm-payment::before {
    content: "\e907";
    top: 26px;
    font-size: 31px;
    left: 22px;
}

.tm-delivery-box__content {
    font-size: 16px;
}

@media (max-width: 1180px) {

    .tm-product__images__prev.swiper-button-prev,
    .tm-product__images__next.swiper-button-next,
    .tm-product__images-thumb__prev.swiper-button-prev,
    .tm-product__images-thumb__next.swiper-button-next {
        display: none;
    }
}

@media (max-width: 549px) {
    .tm-product__images-thumbs {
        width: calc(100% + 20px);
    }
}

/* rows
========================================================================== */
.tm-product-hara-list>div:nth-child(2n+1) {
    background: #F9F9F9;
}

.tm-product-hara-list>div {
    padding: 15px 12px;
}

.tm-product-hara-list__title {
    color: #717171;
    min-width: 312px;
}

/* tabs
========================================================================== */
.tm-gallery__tabs {
    border-bottom: 2px solid #CBCBCB;
}

.tm-tabs-triggers__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #0C0C0C;
    padding: 8px;
    position: relative;
    background: #fff;
    white-space: nowrap;
}

.tm-tabs-triggers__item:hover {
    cursor: pointer;
}

.tm-tabs-triggers__item::after {
    content: '';
    width: 0%;
    height: 2px;
    bottom: -2px;
    background: #FFCD12;
    left: 0;
    display: block;
    position: absolute;
    transition: all 0.3s ease-out;
}


.tm-tabs-triggers__item:hover::after,
.tm-tabs-triggers__item-active::after {
    width: 100%;
}

.tm-tabs-triggers__item:not(:last-child) {
    margin-right: 25px;
}

.tm-tabs-content__item {
    display: none;
}

.tm-tabs-content__item.tm-tabs-content__item-active {
    display: block;

}

@media (min-width: 1181px) {
    .tm-tabs .scroll-wrapper .scroll-element_track {
        display: none;
    }
}

@media (max-width: 1180px) {
    .tm-tabs-triggers__item::after {
        bottom: 0;
    }
}


/* related and watched
============================================================================ */
.tm-related-slider__item.swiper-slide,
.tm-product-page-slider-watched__item.swiper-slide {
    height: auto;
}

.tm-related-slider-wrap,
.tm-product-page-slider-watched-wrap {
    position: relative;
}

.tm-recently-viewed__title {
    margin-top: 40px;
}

.tm-product-page-slider-watched__prev.swiper-button-prev,
.tm-related-slider__prev.swiper-button-prev {
    left: -12px;
}

.tm-product-page-slider-watched__next.swiper-button-next,
.tm-related-slider__next.swiper-button-next {
    right: -12px;
}

/* lang
========================================================================== */
.wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: 0 none;
}

.wpml-ls-legacy-list-horizontal a {
    color: #0C0C0C;
    opacity: .3;
}

.wpml-ls-legacy-list-horizontal a:hover,
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
    opacity: 1;
}

/* swiper
========================================================================== */
.swiper-button-prev,
.swiper-button-next {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    margin-top: -13px;
    z-index: 10;
}

.swiper-wrapper {
    box-sizing: border-box;
    padding-bottom: 1px;
}

.swiper-button-lock {
    display: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-family: 'tm-fortes';
    font-size: 26px;
    color: #9E9E9E;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    color: #000;
}

.swiper-button-prev::after {
    content: "\e90b";
    transform: rotate(-180deg);
}

.swiper-button-next::after {
    content: "\e90b";
}

.swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.swiper-pagination-bullet-active {
    background: #FFCD12;
}




/* pagination
========================================================================== */
.navigation.pagination {
    margin-top: 40px;
}

.woocommerce-pagination ul.page-numbers span.page-numbers,
.woocommerce-pagination ul.page-numbers a.page-numbers,
.category-pagination .nav-links a.page-numbers,
.category-pagination .nav-links span.page-numbers {
    display: flex;
    height: 39px;
    align-items: center;
    justify-content: center;
    color: #111;
    transition: all 0.3s ease-out;
    padding: 0 2px;
}


.woocommerce-pagination ul.page-numbers a.page-numbers.prev,
.woocommerce-pagination ul.page-numbers a.page-numbers.next,
.category-pagination .nav-links a.page-numbers.prev,
.category-pagination .nav-links a.page-numbers.next {
    font-size: 0;
    padding: 0 5px;
}

.woocommerce-pagination ul.page-numbers a.page-numbers.prev::before,
.woocommerce-pagination ul.page-numbers a.page-numbers.next::before,
.category-pagination .nav-links a.page-numbers.prev::before,
.category-pagination .nav-links a.page-numbers.next::before {
    font-family: 'tm-fortes';
    font-size: 15px !important;
}

.woocommerce-pagination ul.page-numbers a.page-numbers.prev::before,
.category-pagination .nav-links a.page-numbers.prev::before {
    content: "\e900";
    transform: rotate(90deg);
}

.woocommerce-pagination ul.page-numbers a.page-numbers.next::before,
.category-pagination .nav-links a.page-numbers.next::before {
    content: "\e900";
    transform: rotate(-90deg);
}

.woocommerce-pagination ul.page-numbers li:not(:last-child),
.category-pagination .nav-links li:not(:last-child),
.category-pagination .nav-links>*:not(:last-child) {
    margin-right: 8px;
}

.woocommerce-pagination ul.page-numbers a.page-numbers.current,
.woocommerce-pagination ul.page-numbers span.page-numbers.current,
.woocommerce-pagination ul.page-numbers a.page-numbers:hover,
.category-pagination .nav-links a.page-numbers.current,
.category-pagination .nav-links span.page-numbers.current,
.category-pagination .nav-links a.page-numbers:hover {

    color: #FFBE0B;
}

.category-pagination .nav-links span.dots {
    background: none;
}

.category-pagination .nav-links {
    display: flex;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: 0 none;
}

.woocommerce nav.woocommerce-pagination ul li::before {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
}

/* main style
========================================================================== */
.wp-block-group.alignfull {
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
}

.wp-block-group.alignfull>div {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.tm-hidden-paragraphs-shadow {
    width: 100%;
    height: 190px;
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.00) 0%, #fff 80.62%);
    margin-top: -190px;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.tm-hidden-paragraphs-shadow.hd,
.tm-hidden-paragraphs.hd {
    display: none;
    transition: all .3s ease-in-out;
}

.tm-read-more-button {
    color: #3382F4;
    cursor: pointer;
}

.tm-read-more-button:hover {
    text-decoration: underline;
}

.tm-read-more-button.expanded {
    margin-top: 20px;
}

.wp-block-columns,
.wp-block-image {
    margin-bottom: 50px;
}

.wp-block-image img {
    border-radius: 3px;
}

.tm-img-right-line,
.tm-img-left-line {
    position: relative;
    margin: 0;
}

.tm-img-right-line {
    padding-right: 25px;
}

.tm-img-left-line {
    padding-left: 25px;
}

.tm-img-right-line img,
.tm-img-left-line img {
    position: relative;
    z-index: 1;
}

.tm-img-right-line::after,
.tm-img-left-line::after {
    content: '';
    width: calc(100% - 25px);
    height: 100%;
    background: #FFCD12;
    position: absolute;
    z-index: 0;
    border-radius: 3px;
}

.tm-img-left-line::after {
    left: 0;
    top: -25px;
}

.tm-img-right-line::after {
    right: 0;
    top: -25px;
}



.tm-youtube {
    width: 100%;
    position: relative;
    padding: 58% 0 0 0;
}

.tm-youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tm-fix-body {
    overflow: hidden;
}

.tm-main {
    padding: 15px 0 40px;
    flex: 1 1 auto;
}

.tm-page {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tm-centered-content {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.tm-padding {
    padding: 140px 0;
}

.tm-padding-small {
    padding: 50px 0;
}

.tm-padding-no-bottom {
    padding-bottom: 0;
}

.tm-flex {
    display: flex;
    flex-wrap: wrap;
}

.tm-flex-nw {
    display: flex;
}

.tm-flex-grow {
    flex-grow: 1;
}

.tm-flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tm-flex-middle-end {
    align-items: flex-end;
}

.tm-flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tm-flex-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tm-flex-end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.tm-flex-column {
    flex-direction: column;
}

.tm-grid-right {
    order: 2;
}

.tm-gap10 {
    gap: 10px;
}

.tm-gap20 {
    gap: 20px;
}

.tm-col-gap8 {
    column-gap: 8px;
}

.tm-col-gap10 {
    column-gap: 10px;
}

.tm-col-gap20 {
    column-gap: 20px;
}

.tm-col-gap30 {
    column-gap: 30px;
}

.tm-col-gap35 {
    column-gap: 35px;
}

.tm-row-gap10 {
    row-gap: 10px;
}

.tm-row-gap20 {
    row-gap: 20px;
}



.tm-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    row-gap: 30px;
}

.tm-grid>* {
    padding-left: 30px;
    box-sizing: border-box;
}

.tm-grid__width-1-1 {
    width: 100%;
}

.tm-grid__width-1-2 {
    width: 50%;
}

.tm-grid__width-5-20 {
    width: 55%;
}

.tm-grid__width-1-3 {
    width: 33.333%;
}

.tm-grid__width-2-3 {
    width: 35%;
}

.tm-grid__width-1-4 {
    width: 25%;
}

.tm-grid__width-1-5 {
    width: 20%;
}

.tm-grid__width-1-15 {
    width: 15%;
}

.tm-grid__width-1-6 {
    width: 16.666%;
}

.tm-grid__width-1-8 {
    width: 80%;
}

.tm-grid__width-1-7 {
    width: 70%;
}

.tm-grid__width-7-10 {
    width: 75%;
}

.tm-grid__width-6-10 {
    width: 60%;
}

.tm-grid__width-6-20 {
    width: 65%;
}

.tm-grid__width-6-30 {
    width: 66.666%;
}

.tm-grid__width-4-10 {
    width: 40%;
}

.tm-grid__width-4-20 {
    width: 45%;
}

.tm-grid__width-3-10 {
    width: 30%;
}

.tm-grid__width-3-20 {
    width: 35%;
}

.tm-grid__width-3-30 {
    width: 33.333%;
}

@media (max-width: 1180px) {
    .tm-grid {
        margin-left: -20px;
    }

    .tm-grid>* {
        padding-left: 20px;
    }


    .tm-grid__width-1-6 {
        width: 33.333%;
    }
}

@media (max-width: 980px) {

    .tm-grid-right {
        order: inherit;
    }

    .tm-grid__width-1-15,
    .tm-grid__width-1-3,
    .tm-grid__width-1-4 {
        width: 50%;
    }

    .tm-grid__width-2-3,
    .tm-grid__width-5-20,
    .tm-grid__width-6-20,
    .tm-grid__width-4-20,
    .tm-grid__width-1-2,
    .tm-grid__width-2-3,
    .tm-grid__width-1-5,
    .tm-grid__width-1-8,
    .tm-grid__width-1-7,
    .tm-grid__width-7-10,
    .tm-grid__width-6-10,
    .tm-grid__width-6-20,
    .tm-grid__width-4-10,
    .tm-grid__width-3-10,
    .tm-grid__width-4-20,
    .tm-grid__width-3-20,
    .tm-grid__width-6-30,
    .tm-grid__width-3-30 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tm-grid__width-1-6 {
        width: 50%;
    }
}

@media (max-width: 767px) {

    .tm-grid__width-1-15,
    .tm-grid__width-1-3,
    .tm-grid__width-1-4 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .tm-grid__width-1-6 {
        width: 100%;
    }

    .tm-grid>*:last-child {
        margin-bottom: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4,
.tm-h5,
.tm-h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
}

h1,
.tm-h1 {
    font-size: 34px;
}

h2,
.tm-h2 {
    font-size: 24px;
}

h3,
.tm-h3 {
    font-size: 22px;
}

h4,
.tm-h4 {
    font-size: 18px;
}

h5,
.tm-h5,
h6,
.tm-h6 {
    font-size: 16px;
}

.size14 {
    font-size: 14px;
    line-height: 1.2;
}

.size40 {
    font-size: 40px;
    line-height: 1.2;
}

.size42 {
    font-size: 42px;
    line-height: 1.2;
}


.extrabold {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.color-white {
    color: #fff;
}

.color-yellow {
    color: #FFCD12;
}

.color-blue {
    color: #3382F4;
}

.color-black {
    color: #0C0C0C;
}

.bg-light-yellow {
    background: #fffae8;
}

.bg-light-blue {
    background: #ebf3fe;
}

.text-center {
    text-align: center;
}

.trans {
    text-transform: uppercase;
}

.maxcenter {
    margin-left: auto;
    margin-right: auto;
}

.max1060 {
    max-width: 1060px;
}

.tm-content-btn_centered,
.tm-content-btn_centered a {
    margin: 0 auto;
}


.tm-content-btn a {
    width: 200px;
    color: #212121;
    background: #FFCD12;
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    height: 41px;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    position: relative;
    padding: 5px;
    column-gap: 10px;
}

.tm-content-btn a:hover,
.tm-content-btn a:active,
.tm-content-btn a:focus {
    text-decoration: none;
    background: #50525B;
    color: #fff;
}

.tm-content-btn_big a {
    width: 280px;
}

.tm-content-btn_small a {
    width: 120px;
}




@media (max-width: 1440px) {
    .tm-padding {
        padding: 100px 0;
    }

    .tm-padding-no-bottom {
        padding-bottom: 0;
    }

    h1,
    .tm-h1 {
        font-size: 30px;
    }

    h2,
    .tm-h2 {
        font-size: 22px;
    }

    h3,
    .tm-h3 {
        font-size: 20px;
    }

    .size40,
    .size42 {
        font-size: 34px;
    }

}

@media (max-width: 1180px) {


    .tm-padding {
        padding: 90px 0;
    }

    .tm-padding-no-bottom {
        padding-bottom: 0;
    }

}

@media (max-width: 980px) {


    .tm-padding {
        padding: 60px 0;
    }

    .tm-padding-no-bottom {
        padding-bottom: 0;
    }

    .wp-block-image img {
        border-radius: 15px;
    }
}

@media (max-width: 480px) {

    h1,
    .tm-h1 {
        font-size: 28px;
    }

    .size40,
    .size42 {
        font-size: 28px;
    }

    .tm-content-btn a {
        font-size: 16px;
    }

    .tm-content-btn a::after {
        font-size: 6px;
        right: -16px;
    }
}

@media (max-width: 350px) {

    .tm-content-btn,
    .tm-content-btn a,
    .tm-content-btn_big a {
        width: 100%;
    }
}



/* margins
========================================================================== */
.tm-margin-3xsmall-bottom {
    margin-bottom: 5px;
}

.tm-margin-xxsmall-bottom {
    margin-bottom: 8px;
}

.tm-margin-xsmall-bottom {
    margin-bottom: 10px;
}

.tm-margin-small-bottom {
    margin-bottom: 15px;
}

.tm-margin-xstandart-bottom {
    margin-bottom: 20px;
}

.tm-margin-standart-bottom {
    margin-bottom: 25px;
}

.tm-margin-default-bottom {
    margin-bottom: 30px;
}

.tm-margin-xdefault-bottom {
    margin-bottom: 40px;
}

.tm-margin-medium-bottom {
    margin-bottom: 50px;
}

.tm-margin-large-bottom {
    margin-bottom: 60px;
}

.tm-margin-xlarge-bottom {
    margin-bottom: 80px;
}

.tm-margin-2xlarge-bottom {
    margin-bottom: 100px;
}

.tm-margin-3xlarge-bottom {
    margin-bottom: 120px;
}

.tm-margin-4xlarge-bottom {
    margin-bottom: 140px;
}

@media (max-width: 1440px) {
    .tm-margin-2xlarge-bottom {
        margin-bottom: 80px;
    }

    .tm-margin-3xlarge-bottom {
        margin-bottom: 90px;
    }

    .tm-margin-4xlarge-bottom {
        margin-bottom: 120px;
    }
}

@media (max-width: 980px) {

    .tm-margin-xlarge-bottom {
        margin-bottom: 60px;
    }

    .tm-margin-3xlarge-bottom {
        margin-bottom: 80px;
    }

    .tm-margin-4xlarge-bottom {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {

    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 60px;
    }

    .tm-margin-xdefault-bottom,
    .tm-margin-medium-bottom,
    .tm-margin-large-bottom,
    .tm-margin-xlarge-bottom,
    .tm-margin-2xlarge-bottom {
        margin-bottom: 30px;
    }


}

/* html slider
========================================================================== */

@media (max-width:1180px) {
    .tm-slider-line1 {
        width: 100%;
        overflow: hidden;
    }

    .tm-slider-line {
        display: flex;
        border-bottom: 0 none;
        margin-bottom: 0;
    }
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    /* box-sizing: content-box !important; */
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}



/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #c2c2c2;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}


.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}


/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px;
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
    background-color: #eeeeee;
}

.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track,
.scrollbar-outer>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer>.scroll-element .scroll-bar {
    background-color: #d9d9d9;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}


/* scrollbar height/width & offset from container borders */

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px;
}



/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx>.scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}



/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-light>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light>.scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light>.scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light>.scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light>.scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}


/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail>.scroll-element,
.scrollbar-rail>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail>.scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail>.scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}


/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}


/* hover & drag */

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome>.scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome>.scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}


.scroll-wrapper .scroll-element_outer {
    position: relative;
}

.scroll-wrapper .scroll-x .scroll-element_track {
    height: 2px;
    background: #e1e1e1;
}

.scroll-wrapper .scroll-x .scroll-bar {
    position: absolute;
    bottom: 0;
    background: #636363;
    height: 2px;
}

.scroll-wrapper .scroll-y .scroll-element_track {
    width: 2px;
    background: #e1e1e1;
}

.scroll-wrapper .scroll-y .scroll-bar {
    position: absolute;
    bottom: 0;
    background: #636363;
    width: 2px;
}

@media (max-width: 1180px) {
    .tm-slider-line1 {
        width: calc(100% + 20px);
        margin-bottom: 10px;
    }
}

.search-form{
    line-height: 1;
    position: relative;
    padding: 0 !important;
}
.search-form input.is-search-input {
    background: #fff;
    background-image: none !important;
    color: #333;
    padding: 0 12px;
    margin: 0;
    outline: 0 !important;
    font-size: 14px !important;
    height: 36px;
    min-height: 0;
    line-height: 1;
    border-radius: 0;
    border: 1px solid #ccc !important;
    font-family: arial;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.search-form input.is-search-input {
    border: 0 none !important;
    height: 40px;
    border-radius: 3px;
    width: 425px !important;
    padding-left: 45px;
}
.search-form input.is-search-input {
    border-right: 0 !important;
}
.search-form button.is-search-submit {
    background: 0 0;
    border: 0;
    box-shadow: none !important;
    opacity: 1;
    padding: 0 !important;
    margin: 0;
    line-height: 0;
    outline: 0;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}
.search-form button.is-search-submit {
    position: absolute;
    left: 0;
}
.is-search-icon {
    cursor: pointer;
}
.is-search-icon::before {
    content: "\e909";
    font-family: 'tm-fortes';
    font-size: 24px;
    color: #404040;
    left: 7px;
    top: 7px;
    position: absolute;
    line-height: 100%;
}
.search-box{
    position: relative;
}
#search-results{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid #eceff1;
    max-height: 400px;
    overflow: auto;
}
.search-item{
    padding: 15px;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #eceff1;
}
.search-item a{
    display: flex;
}
.search-item .image img{
    max-width: 70px;
    height: auto;
    object-fit: contain;
}
.search-item .info{
    display: flex;
    flex-direction: column;
}
.search-item .info .title{
    font-size: 14px;
    color: #0073aa;
}
.search-item .info .text{
    font-size: 14px;
    margin-top: 10px;
}
#search-results .empty{
    text-align: center;
    font-size: 16px;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.search-form{
    display: flex;
    align-items: center;
    position: relative;
}
.search-box .delete-search-text{
    display: flex;
    position: absolute;
    right: 10px;
    top: 8px;
}
@media (max-width: 768px) {
    .search-form  input.is-search-input, .search-form input.is-search-submit, .is-search-icon {
        height: 40px;
    }
    .search-form input.is-search-input {
        width: 175px !important;
    }
    .search-form input.is-search-input, .search-form input.is-search-submit, .is-search-icon {
        height: 40px;
    }
    .search-box{
        position: static;
    }
    #search-results{
        left: 10vw;
        right: 20px;
    }
}
.list-filters{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.label-input{
    display: flex;
    align-items: center;
}
.label-input input{
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #bdbdbd;
    border: 2px solid #ccd0dc;
    background: #ffffff;
    border-radius: 5px;
    min-width: 20px;
    outline: 0;
    margin-left: 1px;
    margin-right: 2px;
    margin-bottom: 0;
}
.label-input input:after {
    border: 2px solid #fff !important;
    border-top: 0 !important;
    border-left: 0 !important;
    content: "";
    opacity: 0;
    display: block;
    left: 5px;
    top: 2px;
    position: absolute;
    width: 4px;
    height: 8px;
    border: 2px solid #000a05;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    box-sizing: content-box;
}
.label-input input:checked:after {
    opacity: 1;
}
.label-input input:checked {
    border-color: #000a05;
    background: #000a05 !important;
}
.label-input label{
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 5px;
    cursor: pointer;
    margin-left: 0;
    line-height: 1.3;
    width: auto;
    justify-content: normal;
    user-select: none;
}
.label-input label .count{
    white-space: nowrap;
    margin: 0 5px;
    display: inline-block;
    opacity: .6;
}
.list-filters .sublist{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 14px;
    gap: 10px;
}
.filter-item__title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-item__title .arrow.active::before{
    opacity: 0;
}
.filter-item__title .arrow{
    cursor: pointer;
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-item__title .arrow::after, .filter-item__title .arrow::before{
    content: '';
    position: absolute;
    display: inline-block;
    background: #6d6d6d;
}
.filter-item__title .arrow::after{
    height: 1px;
    width: 11px;
}
.filter-item__title .arrow::before{
    height: 11px;
    transition: .4s;
    width: 2px;
}
.filter-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
}
.filter-box-title{
    width: 100%;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left;
    outline: 0;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    box-shadow: none;
    min-height: 0;
    margin-bottom: 1em;
    display: block;
}
@media screen and (max-width: 768px){
    .filter-box{
        display: none;
    }
}
.wpc-open-close-filters-button{
    width: fit-content;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    border: 1px solid #2c2d33;
    border-radius: 2px;
    line-height: 1.5;
    padding: 7px 12px;
    background-color: transparent;
    color: #2c2d33;
    box-sizing: border-box;
    text-decoration: none !important;
    font-weight: 400;
    transition: none;
    position: relative;
    display: none;
}
.wpc-filter-chips-list{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 0;
}
.wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip {
    padding: 0;
    border: none;
    list-style: none;
    font-size: 91%;
}
.wpc-filter-chips-list li.wpc-filter-chip a {
    text-decoration: none;
    font-weight: 400;
    border-radius: 50px;
    padding: 1px 10px 2px;
    display: inline-block;
    outline: 0;
    border: 1px solid #d8d8d8;
    position: relative;
    color: #333;
}
.wpc-filter-chips-list li.wpc-chip-reset-all a {
    border-color: #cc8181;
    color: inherit;
}
.wpc-button-inner, .wpc-chip-content {
    display: flex;
    align-items: center;
    gap: 5px;
}
.wpc-chip-remove-icon {
    display: inline-block;
    font-size: 1.25em;
    line-height: .8;
}
li.wpc-chip-reset-all .wpc-chip-remove-icon{
    display: none;
}
.wpc-filter-chip .wpc-chip-content {
    padding: 6px 12px !important;
    border-radius: 3px !important;
    text-decoration: none;
    font-weight: 400;
    border-radius: 50px;
    padding: 1px 10px 2px;
    display: inline-block;
    outline: 0;
    border: 1px solid #000a05;
    cursor: pointer;
    position: relative;
    color: #333;
    padding: 0;
    font-size: 91%;
    display: flex;
}
.wpc-filter-chip .wpc-chip-content:hover .wpc-chip-remove-icon{
    color: #c00;
}
.wpc-open-close-filters-button{
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .wpc-open-close-filters-button{
        display: flex;
    }
    ul.wpc-filter-chips-list {
        display: flex;
        overflow-x: auto;
        padding-left: 0;
    }
}

#filter-section{
    position: relative;
}
.loader-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff6e;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.loader {
    position: sticky;
    top: 400px;
    left: 200px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFCD12;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-bottom: 4px solid #2F2F2F;
    border-left: 4px solid transparent;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 