/*!
Theme Name: bezuglade
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: bezuglade
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.

bezuglade 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/
*/

/* fonts
-------------------------------------------------------------- */

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

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

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

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

.tm-bezuglade {
    font-family: 'tm-bezuglade' !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-bezuglade-icon-check2:before {
    content: "\e919";
}

.tm-bezuglade-icon-close3:before {
    content: "\e918";
}

.tm-bezuglade-icon-down-arrow:before {
    content: "\e917";
}

.tm-bezuglade-icon-minus2:before {
    content: "\e914";
}

.tm-bezuglade-icon-plus2:before {
    content: "\e915";
}

.tm-bezuglade-icon-close2:before {
    content: "\e916";
}

.tm-bezuglade-icon-cart:before {
    content: "\e90b";
}

.tm-bezuglade-icon-edit:before {
    content: "\e90c";
}

.tm-bezuglade-icon-exit:before {
    content: "\e90d";
}

.tm-bezuglade-icon-location:before {
    content: "\e90e";
}

.tm-bezuglade-icon-settings:before {
    content: "\e90f";
}

.tm-bezuglade-icon-shopping-cart:before {
    content: "\e910";
}

.tm-bezuglade-icon-user:before {
    content: "\e911";
}

.tm-bezuglade-icon-check:before {
    content: "\e912";
}

.tm-bezuglade-icon-zoom:before {
    content: "\e90a";
}

.tm-bezuglade-icon-certificate:before {
    content: "\e900";
}

.tm-bezuglade-icon-youtube3:before {
    content: "\e901";
}

.tm-bezuglade-icon-setting:before {
    content: "\e913";
}

.tm-bezuglade-icon-right-arrow:before {
    content: "\e909";
}

.tm-bezuglade-icon-pin:before {
    content: "\e902";
}

.tm-bezuglade-icon-mail2:before {
    content: "\e903";
}

.tm-bezuglade-icon-call:before {
    content: "\e904";
}

.tm-bezuglade-icon-facebook:before {
    content: "\e905";
}

.tm-bezuglade-icon-instagram2:before {
    content: "\e906";
}

.tm-bezuglade-icon-twitter:before {
    content: "\e907";
}

.tm-bezuglade-icon-linkedin-full:before {
    content: "\e908";
}


/*--------------------------------------------------------------
# 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;
    color: var(--main-color-black);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
}

@media (max-width: 480px) {
    html {
        font-size: 16px;
    }
}

:root {
    --main-color-black: #000;
    --main-color-blue: #87A5D5;
    --main-color-light-grey: #EDF1F2;
    --main-color-dark-grey: #3D3D3C;
    --main-color-bg: linear-gradient(135deg, rgba(135, 165, 213, 0.25) 0%, rgba(135, 165, 213, 0.1) 100%);
}


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

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

body {
    overflow-x: hidden;
}

* {
    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: #58595a;
    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,
em,
i {
    font-style: italic;
}

cite {
    font-style: normal;
}

blockquote {
    margin: 0 0 25px;
    padding-left: 23px;
    border-left: 3px solid #ED2C3D;
    font-style: normal;
    font-weight: 600;
}

address {
    margin: 0 0 25px;
}

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;
}

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: 1em 0;
}

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

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

a {
    color: var(--main-color-blue);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus,
a:active {
    color: #08589e;
    text-decoration: none;
}

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


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

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

/* Posts and pages
--------------------------------------------- */

.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 solid #d3d3d3;
    margin: -1px auto;
    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: 140px;
}

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

.tm-header__logo img {
    width: 100%;
}

.tm-header {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    z-index: 1000;
}

.tm-header_active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    position: fixed;
}

.tm-header__login {
    font-size: 26px;
    position: relative;
    width: 26px;
}

.tm-header__login a {
    display: flex;
    color: #212121;
}

.tm-header__login a:hover {
    opacity: .5;
}

.cc-compass {
    display: none;
}

.cc-compass.cc-compass-open {
    display: block;
}

.cc-window {
    transition: all .3s ease;
}

.tm-header-cart__icon {
    position: relative;
}

.tm-header-cart__icon::after {
    font-family: 'tm-bezuglade';
    content: "\e910";
    font-size: 29px;
}

.tm-header-cart__number {
    position: absolute;
    background: #87A5D5;
    color: #fff;
    border-radius: 50%;
    right: -6px;
    top: 3px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.tm-header-cart {
    cursor: pointer;
}

@media (max-width: 1180px) {
    .tm-header__logo {
        max-width: 95px;
    }
}



/* menu
========================================================================== */
/* toggle ----------------- */
.tm-toogle-navigation>label {
    display: flex;
    flex-direction: column;
    width: 16px;
    cursor: pointer;
    z-index: 1001;
    position: absolute;
    right: 30px;
    top: 32px;
    justify-content: flex-end;
    align-items: flex-end;
}


.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-page_black .tm-toogle-navigation>label span {
    background: #fff;
}

.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: 78px;
}

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

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

.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 / 5%);
    padding-top: 20px;
    padding-bottom: 20px;
}

.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: -16px;
    top: 4px;
    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-page_black .tm-menu-wrapper>li.menu-item-has-children>span>a::after {
    border: solid #FAFAF7;
    border-width: 0 2px 2px 0;
}

.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-page_black .tm-menu-wrapper>li:hover>span>a,
.tm-page_black .tm-menu-wrapper>li.current-menu-item>span>a,
.tm-menu-wrapper>li:hover>span>a,
.tm-menu-wrapper>li.current-lang>span>a,
.tm-menu-wrapper>li li.current-menu-ancestor>span>a,
.tm-menu-wrapper>li.current-menu-item>span>a,
.tm-menu-wrapper>li.current-menu-ancestor>span>a {
    color: #000;
}

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

.tm-menu-wrapper li li.current-menu-item>span>a {
    color: #fff;
    background: #000;
    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: #000;
    font-weight: 300;
    transition: all 0.3s ease-out;
    opacity: 1;
    font-size: 20px;
}

@media (max-width: 1720px) {
    .tm-menu-wrapper li a {
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    .tm-menu-wrapper li a {
        font-size: 16px;
    }
}

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

.tm-page_black .tm-menu-wrapper>li>span>a {
    color: #FAFAF7;
}


.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;
}

.tm-mob-back::before {
    background: #fff;
    content: '';
    height: 100vh;
    left: 0;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: all .3s;
    top: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    display: flex;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-tm-other-links>a {
    display: none;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-tm-other-links {
    display: flex;
    justify-content: space-between;
}


@media (min-width: 1181px) {
    .tm-mob-back {
        display: none;
    }
}

@media (min-width: 768px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-tm-other-links {
        display: none;
    }
}

@media (max-width: 1180px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        overflow-y: auto;
        height: calc(100vh - 40px);
        padding-bottom: 80px;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #323841;
        width: 32px;
        height: 2px;
    }

    .tm-primary-navigation {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        top: 70px;
    }


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

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

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


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

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

    [id=main-navigation-toggle]:checked~.tm-header__right .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>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;
    }
}

@media (max-width: 768px) {
    .tm-bar {
        display: none;
    }
}

/* breadcrumb
========================================================================== */
.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
}

.tm-breadcrumb {
    color: #585858;
    font-size: 14px;
}

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

.tm-breadcrumb a {
    text-decoration: none;
    color: #585858;
}

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



/* sidebar
========================================================================== */
.wp-block-categories li::before {
    display: none;
}

.wp-block-categories li {
    padding-left: 0;
}

.wp-block-categories {
    column-gap: 20px;
}

.wp-block-categories li:not(:last-child) {
    margin-bottom: 20px;
}

.wp-block-categories li a {
    font-family: 'Lato';
    color: var(--main-color-blue);
    background: var(--main-color-light-blue);
    padding: 19px 24px;
    font-weight: 500;
    border-radius: 12px;
    display: block;
    font-size: 16px;
}

.wp-block-categories li.current-cat a,
.wp-block-categories li a:hover,
.wp-block-categories li a:active,
.wp-block-categories li a:focus {
    color: #fff;
    background: var(--main-color-blue);
}


.wp-block-categories {
    display: flex;
    flex-wrap: wrap;
}

.wp-block-categories li a {
    white-space: nowrap;
}

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


@media (max-width: 480px) {
    .wp-block-categories li a {
        font-size: 10px;
        padding: 11px 14px;
    }

    .wp-block-categories li:not(:last-child) {
        margin-bottom: 10px;
    }

    .wp-block-categories {
        column-gap: 10px;
    }

    .wp-block-categories li:not(:last-child) {
        margin-bottom: 10px;
    }
}

/* category product
========================================================================== */
.tax-product_cat .select2-search--dropdown .select2-search__field {
    opacity: 0;
}

.woocommerce .star-rating {
    font-size: 0.8em;
}

.woocommerce .woocommerce-result-count,
.tm-archive-product__ordering .woocommerce-ordering {
    margin-bottom: 0;
}

.tm-archive-product__ordering-name {
    padding-top: 2px;
}

.tm-archive-product__ordering-name,
.tm-archive-product__count {
    color: #676262;
    font-size: 16px;
}

.tm-product-category__remove.product-remove button {
    width: 100%;
    cursor: pointer;
    background-color: #F6F6F6;
    border: 0 none;
    height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    transition: all .3s ease-in-out;
    border-radius: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: 'Lato', sans-serif;
}


.tm-product-category__remove.product-remove button:hover {
    background-color: #000;
    color: #fff;
}

.term-description {
    margin-top: 50px;
}

.tm-term-description,
.tm-category-also {
    margin-top: 50px;
}

.tm-category-also .tm-grid {
    row-gap: 4px;
}

.woocommerce-products-header {
    padding-right: 140px;
}

.tm-category-tags {
    position: relative;
    z-index: 10;
}

.tm-category-tags__link {
    padding: 2px 0;
}

.tm-category-tags__link a {
    color: #3A3A3A;
    font-size: 14px;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 4px 12px;
    transition: all .3s ease-in-out;
}

.tm-category-tags__link a:hover {
    background: #D7D7D7;
}

.tm-category-tags__container {
    max-height: 28px;
    overflow: hidden;
}

.tm-category-tags__container.expanded {
    max-height: none;
}

#collapseButtonTags,
#collapseButtonCategories {
    font-size: 14px;
    font-weight: 500;
    color: #ED2C3D;
    cursor: pointer;
    text-decoration: underline;
    margin: 15px 0;
    position: absolute;
    right: 0;
    top: -62px;
}

#collapseButtonTags:hover,
#collapseButtonCategories:hover {
    text-decoration: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    margin-bottom: 2.617924em;
    background-color: #1e1e1e;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    list-style: none outside;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    order: 2;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    line-height: 18px;
}

.woocommerce-error li::before {
    display: none;
}

.woocommerce-checkout .woocommerce-error a:hover,
.woocommerce-checkout .woocommerce-info a:hover,
.woocommerce-checkout .woocommerce-message a:hover {
    color: #fff;
}

.woocommerce-info {
    border-top-color: #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-checkout .woocommerce-info {
    justify-content: flex-start;
    column-gap: 25px;
}

.woocommerce-error a,
.woocommerce-info a {
    color: rgba(255, 255, 255, .7);
}

.woocommerce-info::before {
    color: #cccccc;
}


.tm-product-category__sold {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.tm-product-category__card {
    position: relative;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 30px;
    flex-grow: 1;
}

.woocommerce .products .tm-product-category__card .star-rating {
    margin-bottom: 0;
}

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

.woocommerce .tm-product-category__card .star-rating span::before {
    color: #FFBC00;
}

.tm-product-category__img {
    margin-bottom: 12px;
    position: relative;
}

.tm-product-category__card:hover img {
    opacity: .7;
}

.tm-product-category__img img {
    transition: all .3s ease-in-out;
}


.tm-product-category__title {
    font-family: "Lato";
    text-align: center;
}

.tm-product-category__title a {
    line-height: 1.1;
    transition: all .3s ease-out;
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
    font-weight: 600;
    color: var(--main-color-black);
}

.tm-product-category__title a:hover {
    color: var(--main-color-blue);
}



.tm-product-category__price {
    color: #000;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    margin-top: 15px;
}

.tm-product-category__price del {
    opacity: .5;
}

.tm-product-category__price ins {
    background: none;
    color: #000;
    margin-left: 8px;
}

.tm-product-category__meta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}


.woocommerce div.product form.cart div.quantity {
    float: none;
}

.tm-mainproducts-slider div.product.tm-product-category__card form.cart div.quantity,
.woocommerce div.product.tm-product-category__card form.cart div.quantity {
    margin-right: 0;
}

.tm-grid-products .tm-product-category__card .product-quantity {
    position: relative;
}

.tm-grid-products .tm-product-category__card .product-quantity,
.tm-mainproducts-slider .tm-product-category__card .product-quantity,
.woocommerce-page .tm-product-category__card .product-quantity {
    border: 1px solid #EEF1F1;
    border-radius: 4px;
    width: 100px;
    height: 34px;
    padding: 6px 8px;
    box-sizing: border-box;
}

.tm-mainproducts-slider .tm-product-category__card .product-quantity .product-count__button::before,
.tm-product-category__card .product-quantity .product-count__button::before {
    font-size: 12px;
    line-height: 1;
}

.tm-mainproducts-slider .tm-product-category__card .product-count__button,
.tm-product-category__card .product-count__button {
    height: 25px;
    width: 25px;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.tm-mainproducts-slider .tm-product-category__card .product-count__top,
.tm-product-category__card .product-count__top {
    right: 8px;
}

.tm-mainproducts-slider .tm-product-category__card .product-count__down,
.tm-product-category__card .product-count__down {
    left: 8px;
}

.tm-grid-products .tm-product-category__card .product-quantity input.qty,
.tm-mainproducts-slider .tm-product-category__card .product-quantity input.qty,
.woocommerce-page .tm-product-category__card .product-quantity input.qty {
    width: calc(100% - 50px);
    margin-left: 25px;
}

.tm-product-category__card .simple-cart-form .single_add_to_cart_button.button,
.tm-product-category__card .variations_form.cart .single_add_to_cart_button.button {
    height: 33px;
    width: 33px;
    box-sizing: border-box;
    position: relative;
}

.tm-product-category__card .simple-cart-form .single_add_to_cart_button.button::before,
.tm-product-category__card .variations_form.cart .single_add_to_cart_button.button::before {
    content: "\e910";
    font-family: 'tm-bezuglade';
    font-size: 21px;
}

div.product .tm-product-category__form-btn {
    margin-top: 15px;
}

div.product .tm-product-category__form-btn form.cart {
    margin: 0;
}

.tm-product-category__card button.button.loading {
    padding: 7px 4px !important;
}

.tm-product-category__card button.button.loading::after,
.tm-product-category__card button.button.added::after {
    position: absolute !important;
    right: 2px;
    top: 2px;
}




.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 12px;
    width: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 14px;
    display: flex;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    font-family: 'tm-bezuglade';
    content: "\e917";
    font-size: 12px;
    line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
}

.tm-product-order.tm-content-btn {
    margin-top: 10px;
}

.tm-product-order.tm-content-btn a {
    width: 100%;
    height: 48px;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width:1180px) {
    .tm-product__tabs-line3 .tm-flex {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .tm-product__tabs-line3 .tm-grid>.tm-grid__width-1-5 {
        width: 325px;
        min-width: 325px;
        padding-left: 20px;
    }

    .tm-product__tabs-line1 {
        width: calc(100% + 20px);
        overflow: hidden;
    }

    .tm-product__tabs-line2 {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .tm-product__tabs-line2::-webkit-scrollbar {
        display: none;
    }

    .tm-product__tabs-line3 {
        max-width: 100%;
    }

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

    .tm-tabs-triggers__item {
        width: inherit;
        white-space: nowrap;
        margin-right: 7px;
        margin-bottom: 0;
    }

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


}

@media (max-width: 768px) {
    .term-description {
        max-width: 100%;
    }

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

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


    .tm-product-category__sale-badge {
        width: 45px;
    }

    .tm-product-category__sold {
        width: 90px;
        height: 90px;
        font-size: 14px;
    }
}

@media (max-width: 670px) {
    .products.tm-grid .tm-grid__width-1-4 {
        width: 50%;
    }

    .tm-archive-product__ordering-name,
    .tm-archive-product__count-number {
        display: none;
    }
}

@media (max-width: 360px) {
    .products.tm-grid .tm-grid__width-1-4 {
        width: 100%;
    }
}

/* product
========================================================================== */
.rx_listing li::before {
    display: none;
}

.tm-product .stock.out-of-stock {
    margin-top: 25px;
}

.single-product .cwgstock_button,
.cwg_popup_submit {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 10px 25px;
    cursor: pointer;
}

.single-product .cwgstock_button:hover,
.cwg_popup_submit:hover {
    background: #3d3d3d;
}

.single-product .cwginstock-panel-heading h4 {
    color: #000;
}

.single-product .cwgstock_email {
    height: 54px;
    font-size: 16px;
}

.single-product .cwg_iagree_checkbox {
    font-size: 14px;
    margin-bottom: 15px;
}

.woocommerce-variation-availability,
a.added_to_cart.wc-forward {
    display: none;
}

.tm-grid.tm-product-grid {
    margin-left: -80px;
}

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

.tm-product__images-container {
    display: flex;
    margin-left: -25px;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.tm-product__images-container .swiper-button-prev {
    left: 25px;
}

.tm-product__images-container .swiper-button-next {
    right: 0;
}

.tm-product__images-container .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.tm-product__images-container .swiper-button {
    border-radius: 0;
}

.tm-product__images-main,
.tm-product__images-column {
    padding-left: 25px;
}

.tm-product__images-main {
    width: 100%;
    overflow: hidden;
}

.tm-product__images-column {
    width: 100%;
}

.tm-product__images-main {
    margin-bottom: 30px;
    position: relative;
}

.tm-product__images-zoom {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.22);
    color: #fff;
    font-size: 14px;
    width: 34px;
    height: 34px;
    z-index: 10;
}

.tm-product__images-main a:hover .tm-product__images-zoom {
    background: rgba(0, 0, 0, 0.8);
}

.tm-product__images-main .swiper-slide {
    overflow: hidden;
    border-radius: 4px;
}

.tm-product__images-main .slider__image {
    padding-bottom: 105%;
}


.tm-product__images-thumbs .slider__image div {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}

.tm-product__images-thumbs .slider__image div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.tm-product__images-thumbs .slider__image div:hover:before,
.tm-product__images-thumbs .swiper-slide-thumb-active .slider__image div::before {
    background: rgba(0, 0, 0, .2);
}

.tm-product__images-main .slider__image img,
.tm-product__images-thumbs .slider__image img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}



.tm-product__sale-badge {
    font-weight: 600;
    color: #B5B5B5;
}

.tm-product__sale-badge span {
    color: #D92A2A;
    font-family: 'Lato', sans-serif;
}

.tm-product-card__tags {
    position: absolute;
    left: 25px;
    z-index: 10;
}

.tm-product-card__tag {
    padding: 8px 0;
}

.tm-product-card__tag>span {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    width: 70px;
    padding: 6px 12px;
    border-radius: 20px;
}

.tm-product-card__tag>span>span {
    margin-right: 8px;
}

.tm-product-card__tag_top_sales {
    background: #FF9C06;
}

.tm-product-card__tag_new {
    background: #75D000;
}

.tm-product-card__tag_sale {
    background: #D01900;
}

.tm-product-card__tag_recommend {
    background: #0679FF;
}

.tm-product__sku {
    font-size: 14px;
    line-height: 12px;
    color: #B5B5B5;
}
.tm-product__short-desc ul li {
    padding-left: 30px;
}
.tm-product__short-desc ul li:not(:last-child) {
    margin-bottom: 10px;
}

.tm-product__short-desc ul li::before {
    content: "\e919";
    font-family: 'tm-bezuglade';
    border-radius: 0;
    width: auto;
    height: auto;
    background: none;
    color: var(--main-color-blue);
    top: -2px;
}

.tm-product__payment {
    margin-top: 15px;
}

.tm-product__btns {
    width: 100%;
}

.added_to_cart.button {
    display: none !important;
}


.woocommerce-variation-add-to-cart .tm-product__price,
.tm-product__content {
    width: 100%;
}


.product-count__content input {
    font-family: "Lato";
    font-size: 24px;
    font-weight: 500;
    color: #8c7c73;
    text-align: center;
}

form.cart.simple-cart-form {
    margin-top: 15px;
}

.simple-cart-form .single_add_to_cart_button.button,
.variations_form.cart .single_add_to_cart_button.button {
    background: #87A5D5 !important;
    font-weight: 400 !important;
    width: 210px;
    height: 50px;
    border-radius: 5px;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 4px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    border: 0 none;
    color: #fff;
}

.simple-cart-form .single_add_to_cart_button.button:hover,
.variations_form.cart .single_add_to_cart_button.button:hover {
    background: var(--main-color-black) !important;
}


.woocommerce-variation-availability {
    margin-top: 8px;
}

.woocommerce-variation-availability p {
    margin-bottom: 0;
}

.simple-cart-form .single_add_to_cart_button.button.wc-variation-is-unavailable,
.variations_form.cart .single_add_to_cart_button.button.wc-variation-is-unavailable {
    display: none;
}

.out-of-stock {
    color: red;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background: #87A5D5 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: var(--main-color-black) !important;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
    top: 14px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 100%;
    height: 50px;
    font-size: 20px;
    border-radius: 5px;
    float: none;
}

.simple-cart-form .single_add_to_cart_button.button span,
.variations_form.cart .single_add_to_cart_button.button span {
    font-weight: 400;
    margin-right: 12px;
}


.woocommerce-variation-availability {
    margin-top: 0;
}

.woocommerce-variation-price {
    display: none;
}

.tm-product__price del {
    order: 2;
}

.tm-product__price ins {
    background: none;
}

.tm-product__price,
.tm-product__price span.price {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.tm-product__price-variation,
.tm-product__price,
.tm-product__price span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}

.tm-product__price ins span.woocommerce-Price-amount.amount {
    color: #FF9C06;
}

.tm-product__price del,
.tm-product__price del span.woocommerce-Price-amount.amount {
    font-size: 14px;
    line-height: 18px;
    color: #8f8f8f;
}



.woocommerce .outofstock {
    filter: grayscale(100%);
    opacity: 0.5;
}


.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    margin: 0;
    left: 0;
    top: 0;
}


.tm-product__benefits {
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    padding: 25px 0;
}

.tm-product__separator {
    height: 30px;
    width: 1px;
    background: #D3D3D3;
}

.tm-product__benefits span {
    font-size: 22px;
}

.tm-size-guide {
    margin-top: -30px;
}

.tm-size-guide a {
    text-decoration: underline;
    color: #212121;
    font-weight: 500;
}

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

.tm-slider-line.tabs {
    border-bottom: 2px solid #EEF1F1;
    display: flex;
    margin: 0;
    list-style: none;
}

.tm-slider-line.tabs>li {
    padding-left: 0;
    white-space: nowrap;
}

.tm-slider-line.tabs>li::before {
    display: none;
}

.tm-slider-line.tabs>li:not(:last-child) {
    margin-right: 40px;
}

.tm-slider-line.tabs>li a {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}

.tm-slider-line.tabs>li.active a::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -8px;
    height: 3px;
    background: var(--main-color-black);
    left: 0;
}


.tm-tire-details__square {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.tm-tire-details__square_a {
    background: #007d22;
}

.tm-tire-details__square_b {
    background: #429d0b;
}

.tm-tire-details__square_c {
    background: #bec600;
}

.tm-tire-details__square_d {
    background: #fdf300;
}

.tm-tire-details__square_e {
    background: #e8ab01;
}

.tm-tire-details__square_f {
    background: #e86200;
}

.tm-tire-details__square_g {
    background: #dc0001;
}

.tm-tire-details__item .tm-bezuglade {
    color: rgba(0, 0, 0, .3);
    font-size: 22px;
}

.tm-tire-details__item {
    color: #676262;
}

.tm-tire-details__item,
.tm-product-characteristics-weather {
    font-size: 14px;
}

.tm-product-characteristics-weather a {
    text-decoration: underline;
    font-weight: 500;
}

.tm-product-characteristics-weather a:hover {
    text-decoration: none;
}


.tm-product-main-characteristics-brand {
    justify-content: center;
}

.tm-product-main-characteristics-brand img {
    height: 32px;
}

.tm-tire-thorns>div,
.tm-tire-nordic>div {
    font-size: 36px;
    color: rgba(0, 0, 0, .3);
}

.tm-tire-runflat,
.tm-tire-xl,
.tm-tire-3pmsf,
.tm-tire-ice-grip {
    border: 1px solid #D7D7D7;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    background: #fff;
}

.tm-product-characteristics>div:first-child {
    border-top: 1px solid #D7D7D7;
}

.tm-product-characteristics>div {
    border-bottom: 1px solid #D7D7D7;
    padding: 8px 0;
    font-size: 14px;
}

.tm-product-characteristics__item {
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
}

.tm-product-characteristics__item span {
    display: block;
    width: 55%;
    font-weight: 400;
    margin-right: 8px;
}

.tm-recently-viewed,
.tm-product__related {
    margin-top: 60px;
}

.tm-product-page-slider__item.swiper-slide,
.tm-related-slider__item.swiper-slide {
    height: auto !important;
    box-sizing: border-box;
}

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

.tm-product-other-models__item {
    padding: 2px 0;
}

.tm-product-other-models__item a {
    color: #3A3A3A;
    padding: 4px 12px;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    transition: all .3s ease-in-out;
}

.tm-product-other-models__item a:hover {
    background: #D7D7D7;
}


@media (max-width: 1080px) {
    .tm-grid.tm-product-grid {
        margin-left: -40px;
    }

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

@media (max-width: 980px) {

    .tm-product__images-container {
        max-width: 520px;
    }

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

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



@media (max-width: 880px) {
    .tm-related-slider .tm-grid {
        display: block;
        margin-left: auto;
        box-sizing: border-box;
    }

    .tm-related-slider {
        margin-right: -20px;
    }
}

@media (max-width: 768px) {
    .tm-product__images-main {
        width: 100%;
    }

    .tm-product__images-column {
        width: calc(100% + 20px);
        overflow: visible;
    }

    .slider__thumbs {
        height: 100px;
        width: calc(100% - 96px);
        margin: 15px 0 0;
    }

    .tm-product__images-main {
        height: 380px;
    }

    .tm-product__images-main {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .tm-product-page-slider-wrap {
        width: calc(100% + 20px);
    }    
}

@media (max-width: 570px) {

    .tm-product-info .tm-grid__width-6-10,
    .tm-product-info .tm-grid__width-4-10 {
        width: 100%;
    }
}


/* reviews
========================================================================== */
.woocommerce .woocommerce-product-rating .star-rating {
    font-size: 1.2em;
    margin-top: 0;
}

.woocommerce .woocommerce-product-rating {
    line-height: 1;
}

.woocommerce .woocommerce-product-rating .star-rating span::before {
    color: #FFBC00;
}

.woocommerce-review-link {
    color: #676262;
    font-size: 14px;
}

.woocommerce-review-link:hover {
    color: #EA1B31;
}

.tm-product .rx_recommended_wrapper,
.tm-product .rx_rating_graph_wrapper {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #EEF1F1 !important;
    border-radius: 4px;
}

.tm-product .rx_recommended_wrapper {
    width: 35%;
}

.tm-product .rx_rating_graph_wrapper {
    width: 65%;
    padding: 24px;
}

.tm-product .rx-graph-style-2 {
    display: flex;
    column-gap: 30px;
}

.tm-product .rx_style_two_free_progress_bar {
    width: 50%;
    margin-left: -15px;
    padding-left: 15px;
}

.tm-product .rx-selection-arrow b {
    margin-left: -4px;
}

.tm-product .rx-filter-bar-style-2 {
    background-color: #EEF1F1 !important;
}

.tm-product .rx_listing_container_style_2 {
    margin-top: 0 !important;
}

.tm-product .rx_listing_style_2 .rx_review_block {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 0 30px 0 !important;
}

.tm-product .rx_listing_style_2 .rx_review_block::before {
    display: none;
}

.tm-product .rx_listing_container_style_2 {
    border-width: 0 1px 1px 1px !important;
    border-style: solid !important;
    border-color: #EEF1F1 !important;
    padding: 28px !important;
}

.tm-product .rx_listing_style_2 .rx_review_block:last-child {
    padding: 0 0 0 0 !important;
}

.tm-product .rx_listing_style_2 .rx_review_block:not(:last-child) {
    margin-bottom: 30px !important;
    border-bottom: 2px solid #D7D7D7 !important;
}

.rx-criteria-table tbody {
    display: flex;
    flex-wrap: wrap;
}

.tm-product .rx-criteria-table tbody tr {
    width: 50%;
}

/* .tm-product .rx-criteria-table tbody tr td:first-child {
    width: 60%;
    font-weight: 600;
} */

.tm-product .rx-review-form-area-style-2 {
    background: none !important;
    border: 1px solid #EEF1F1;
}

.rx-review-form-area-style-2 .reviewx_front_end_from input[type='text'],
.rx-review-form-area-style-2 .reviewx_front_end_from input[type='number'],
.rx-review-form-area-style-2 .reviewx_front_end_from input[type='email'],
.rx-review-form-area-style-2 .reviewx_front_end_from input[type='tel'],
.rx-review-form-area-style-2 .reviewx_front_end_from input[type='url'] {
    height: 49px;
}

.rx-review-form-area-style-2 .reviewx_front_end_from input[type='text'],
.rx-review-form-area-style-2 .reviewx_front_end_from input[type='number'],
.rx-review-form-area-style-2 .reviewx_front_end_from input[type='email'],
.rx-review-form-area-style-2 .reviewx_front_end_from input[type='tel'],
.rx-review-form-area-style-2 .reviewx_front_end_from input[type='url'],
.rx-review-form-area-style-2 .reviewx_front_end_from textarea {
    background-color: #EEF1F1 !important;
    border: 1px solid #D7D7D7;
}

.tm-product .reviewx_recommended_list {
    margin-left: 0;
}

.tm-product .reviewx_recommended_list .reviewx_radio::before {
    display: none;
}

.tm-product .rx-review-form-area-style-2 #respond input#submit,
.tm-product .rx-review-form-area-style-2 #review_form input[type="submit"] {
    background-color: #EA1B31 !important;
    border-radius: 4px !important;
    transition: all .3s ease-in-out;
}

.tm-product .rx-review-form-area-style-2 #respond input#submit:hover,
.tm-product .rx-review-form-area-style-2 #review_form input[type="submit"]:hover {
    background-color: #ad0b1c !important;
}

@media (max-width: 1180px) {
    .tm-product .rx-criteria-table tbody tr td:first-child {
        width: 55%;
    }

    .tm-product .entry-content {
        margin-top: 10px;
    }
}

@media (max-width: 980px) {
    .tm-product .rx-criteria-table tbody tr {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .tm-product .reviewx-star-rating .rx_star_rating label {
        width: 1.2em;
    }

    .tm-slider-line.tabs>li a {
        font-size: 18px;
    }

    .tm-product .rx_style_two_free_progress_bar {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
}

/* account
========================================================================== */
.wc-block-components-notice-banner {
    align-items: center !important;
}

.woocommerce-MyAccount-navigation__header {
    padding: 30px 30px 0;
}

.woocommerce-account-mail {
    font-weight: 600;
    color: #676262;
}

.tm-main.tm-page-login {
    padding: 0;
}

.tm-login-form__img {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    height: 100%;
}

.tm-login-wrap .tm-grid {
    row-gap: 0;
    margin-left: 0;
}

.tm-login-wrap .tm-grid>* {
    padding-left: 0;
}

.tm-login-form__form {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.tm-login-form__column {
    padding: 40px 0;
}

.tm-login-form__text a {
    text-decoration: underline;
    color: #212121;
}

.page-template-page-login .woocommerce p.lost_password a:hover,
.tm-login-form__text a:hover {
    text-decoration: none;
}

.page-template-page-login .woocommerce form.login,
.page-template-page-login .woocommerce form.register {
    margin: 0;
    border: 0 none;
    padding: 0;
}

.page-template-page-login .woocommerce form .form-row-first,
.page-template-page-login .woocommerce form .form-row-last {
    width: 100%;
}

.page-template-page-login .woocommerce form.login {
    display: flex;
    flex-direction: column;
}

.page-template-page-login .woocommerce form.login .form-row-first {
    order: 1;
}

.page-template-page-login .woocommerce form.login .form-row-last {
    order: 2;
}

.page-template-page-login .woocommerce form.login div:nth-child(3) {
    order: 5;
}

.page-template-page-login .woocommerce form.login .form-row:nth-child(4) {
    order: 4;
    margin: 0;
}

.page-template-page-login .woocommerce form.login div:nth-child(6) {
    order: 6;
}

.page-template-page-login .woocommerce p.lost_password {
    order: 3;
}

.page-template-page-login .woocommerce p.lost_password a {
    color: #7A7A7A;
    text-decoration: underline;
    font-size: 13px;
}

.page-template-page-login .woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.page-template-page-login .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width: 100%;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.page-template-page-login .woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover,
.page-template-page-login .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background: #555555;
}

.page-template-page-login .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    margin-bottom: 30px;
}


.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
}

.page-template-page-login .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
.xoo-el-form-container ul.xoo-el-tabs li::before,
.u-column2.col-2.woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-navigation ul li::before,
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--wishlist,
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
    display: none;
}

.woocommerce-account .tm-main .woocommerce {
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
}

.woocommerce-account.logged-in .tm-main .woocommerce {
    border: 1px solid #E2E9F1;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 40px;
}

.woocommerce-account .rx-woocommerce-myaccount-navigation {
    width: 30%;
    border-right: 1px solid #E2E9F1;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #212121;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    padding-left: 55px;
    padding-right: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #F3F5F6;
    color: #243141;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::after {
    font-family: 'tm-bezuglade';
    position: absolute;
    left: 25px;
    font-size: 22px;
    line-height: 20px;
    font-weight: 400;
    top: 16px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::after {
    content: "\e90f";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::after {
    content: "\e90b";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::after {
    content: "\e90e";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::after {
    content: "\e911";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::after {
    content: "\e90d";
}


.woocommerce-account .u-column1.col-1.woocommerce-Address {
    border: 1px solid #E2E9F1;
    background: #F3F5F6;
    padding: 30px;
}

.woocommerce-account header.woocommerce-Address-title.title {
    position: relative;
}

.woocommerce-account header.woocommerce-Address-title.title a {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 10;
}

.woocommerce-account header.woocommerce-Address-title.title a::after {
    font-size: 22px;
    font-family: 'tm-bezuglade';
    content: "\e90c";
    color: #747E99;
}

.woocommerce-account .woocommerce form .form-row {
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce form .form-row em {
    color: #747E99;
    font-weight: 500;
    font-size: 12px;
    margin-top: 6px;
}

.woocommerce-account .woocommerce form .form-row input,
.woocommerce-account .woocommerce fieldset {
    border: 1px solid #E2E9F1;
    border-radius: 10px;
}

.woocommerce-account .woocommerce legend {
    margin-left: 20px;
}

.woocommerce-account .woocommerce fieldset {
    padding: 30px;
}

.woocommerce-account button.button {
    background: var(--main-color-blue) !important;
    margin-top: 20px;
    color: #fff !important;
    border-radius: 3px !important;
    transition: all .3s ease-in-out;
}


.woocommerce-account button.button:hover {
    background: var(--main-color-black) !important;
}

.woocommerce-orders-table__row {
    border-radius: 0;
    border: 1px solid #E2E9F1;
    background: #F3F5F6;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce-account a.button {
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
    padding: 14px 20px;
    text-align: center;
}

.woocommerce-account a.button:hover {
    background: #5c5c5c;
    color: #fff;
}

.woocommerce-orders-table__row:not(:last-child) {
    margin-bottom: 6px;
}

.woocommerce-orders-table__header,
.woocommerce-orders-table__row>div {
    width: 20%;
}

.woocommerce-orders-table__header:nth-child(1),
.woocommerce-orders-table__row>div:nth-child(1) {
    width: 15%;
}

.woocommerce-orders-table__header:nth-child(2),
.woocommerce-orders-table__row>div:nth-child(2) {
    width: 25%;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
    color: #ED2C3D;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    font-size: 14px;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total>span {
    display: block;
    font-size: 16px;
}

.woocommerce-orders-table__header-wrap {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-table--order-details-notice {
    font-weight: 500;
    font-size: 16px;
    color: #747E99;
}

.woocommerce-table--order-details-notice mark {
    color: #ED2C3D;
    background: none;
}

.tm-acc-order-billing-details {
    border-radius: 0;
    border: 1px solid #E2E9F1;
    background: #F3F5F6;
    padding: 30px;
}

.woocommerce-table--order-details-footer>div {
    border-top: 1px solid #E2E9F1;
    border-bottom: 1px solid #E2E9F1;
    padding-top: 30px;
    padding-bottom: 30px;
}

.woocommerce-table--order-details-footer>div>div:first-child {
    font-weight: 600;
}

.woocommerce-table--order-details-header {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.woocommerce-table--order-details-header,
.woocommerce-account .woocommerce-table__line-item {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.woocommerce-table--order-details-header>div,
.woocommerce-account .woocommerce-table__line-item>div {
    width: 20%;
}

.woocommerce-table--order-details-header>div:first-child,
.woocommerce-account .woocommerce-table__line-item>div:first-child {
    width: 40%;
    font-weight: 600;
}

.woocommerce-table--order-details-products {
    border-radius: 10px;
    border: 1px solid #E2E9F1;
    background: #F3F5F6;
    padding: 30px;
}

.woocommerce form.lost_reset_password .woocommerce-form-row {
    width: 100%;
    float: none;
}

@media (max-width: 1180px) {
    .woocommerce-orders-table__row {
        row-gap: 10px;
    }

    .woocommerce-orders-table__header-wrap.tm-flex {
        display: none;
    }

    .woocommerce-orders-table__row>div {
        width: 30%;
    }

    .woocommerce-orders-table__row>div:nth-child(1) {
        width: 15%;
    }

    .woocommerce-orders-table__row>div:nth-child(2) {
        width: 30%;
    }

    .woocommerce-orders-table__row>div:nth-child(3) {
        width: 25%;
    }

    .woocommerce-orders-table__row>div:nth-child(5) {
        width: 100%;
    }

}

@media (max-width: 1060px) {

    .woocommerce-table--order-details-header.tm-flex {
        display: none;
    }

    .woocommerce-account .woocommerce-table__line-item>div:first-child,
    .woocommerce-account .woocommerce-table__line-item>div {
        width: 100%;
        text-align: right;
    }

    .woocommerce-account .woocommerce-table__line-item>div::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
        margin-right: 10px;
    }

    .woocommerce-account .woocommerce-table__line-item:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
}

@media (min-width: 981px) {
    .tm-login-wrap {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}

@media (max-width: 980px) {
    .tm-login-form__img {
        display: none;
    }

    .woocommerce-orders-table__row>div,
    .woocommerce-orders-table__row>div:nth-child(1),
    .woocommerce-orders-table__row>div:nth-child(2),
    .woocommerce-orders-table__row>div:nth-child(3) {
        width: 50%;
    }

    .woocommerce-orders-table__row>div:nth-child(5) {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error,
    .woocommerce-noreviews,
    p.no-comments {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        margin: 0;
        height: 100%;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .woocommerce-account br {
        display: block;
    }

    .woocommerce-orders-table__row {
        padding: 15px 20px;
    }

    .woocommerce-account .rx-woocommerce-myaccount-navigation {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .tm-login-form__wrap,
    .tm-login-form__form,
    .woocommerce-orders-table__row>div,
    .woocommerce-orders-table__row>div:nth-child(1),
    .woocommerce-orders-table__row>div:nth-child(2),
    .woocommerce-orders-table__row>div:nth-child(3) {
        width: 100%;
    }
}


/* cart
========================================================================== */
.cc-overlay {
    z-index: 1002;
}

.cc-window {
    background-color: #fff;
}

.cc-cart-actions {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-top: 1px solid #d3d3d3;
}

.cc-cart-actions .cc-totals {
    height: 65px;
}

.cc-header {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d3d3d3;
}

.cc-nav ul li a[aria-selected=true] {
    border-bottom: 0 none;
}

.cc_item_total_price {
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.cc-cart-actions a.cc-button-primary,
.cc-compass-count {
    background: var(--main-color-blue);
    color: #fff;
}

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

.cc-cart-product a.remove,
.woocommerce .cc-cart-product a.remove {
    position: inherit;
    width: auto;
    line-height: 1.1;
    font-weight: 500;
    text-decoration: underline;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.cc-cart-product a.remove:hover,
.woocommerce .cc-cart-product a.remove:hover {
    text-decoration: none;
}

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

.cc_item_total_price,
.cc_item_title {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.cc_item_title_desc {
    font-weight: 400;
    color: #909090;
}



.cc_item_quantity_update {
    background-color: transparent;
}

.cc-coupon-form .cc-coupon-btn {
    cursor: pointer;
}

.cc-header .cc-nav ul li a {
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif;
}

.tm-center-cart {
    max-width: 1370px;
    margin-right: auto;
}

.tm-cart-attribute-summary {
    font-size: 16px;
    line-height: 20px;
}

.woocommerce-cart-form__contents {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.tm-cart__item {
    background: #FFFFFF;
    padding: 24px;
    position: relative;
    border: 1px solid #E1E3E3;
    border-radius: 5px;
}

.tm-cart__item .product-thumbnail {
    max-width: 70px;
}

.tm-cart__item .product-remove a {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 0;
}

.tm-cart__item .product-remove a::before {
    content: "\e916";
    font-family: 'tm-bezuglade';
    font-size: 24px;
    line-height: 24px;
    color: #B5B5B5;
    display: block;
}

.tm-cart__title.tm-h5 {
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    transition: all .3s ease-in-out;
}

.tm-cart__title:hover {
    opacity: .5;
}

.woocommerce .tm-cart__item a.remove:hover {
    background: none;
    cursor: pointer;
}

.woocommerce .tm-cart__item a.remove:hover:before {
    color: #DF0526;
}

.tm-cart__item .product-thumbnail a {
    display: block;
    max-width: 200px;
    position: relative;
}

.tm-cart__item .product-name,
.tm-cart__item-column {
    flex-grow: 1;
}

.tm-cart__item-price-line {
    row-gap: 20px;
}

.tm-cart__item .product-subtotal .woocommerce-Price-amount,
.tm-cart__item .product-price {
    font-weight: 500;
    color: #8A8888;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.tm-cart__item .product-subtotal .woocommerce-Price-amount {
    color: #000;
}

.tm-cart__item .product-price {
    margin-right: 38px;
}

.woocommerce-page .tm-pages__content {
    padding-bottom: 50px;
}

.woocommerce-page .cart-collaterals+div {
    margin-top: 50px;
}

.tm-cart__goto {
    padding-top: 40px;
}

.tm-cart__goto a {
    text-decoration: underline;
}

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

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
}

.tm-cart-totals {
    background: #FFFFFF;
    border: 5px solid #F3F3F3;
    border-radius: 6px;
    padding: 20px;
}

.woocommerce-page .tm-cart-totals.cart_totals {
    width: 100%;
}

.woocommerce-checkout ul li::before,
.woocommerce-cart .woocommerce-message,
.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
    display: none;
}



.tm-cart__totals-table {
    width: 100%;
    margin-bottom: 30px;
    line-height: 24px;
}

.woocommerce-shipping-calculator {
    margin-bottom: 30px;
}

.order-total-sum,
.order-total-title {
    font-size: 24px;
}

.order-total-title {
    color: #000;
}

.order-total-sum {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border: 0 none;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #554c43;
    padding-right: 15px;
    text-transform: uppercase;
    font-family: "Lato";
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-family: "Lato";
}


.product-count__content,
.woocommerce-page .product-quantity {
    position: relative;
    width: 80px;
}

.tm-grid-products input,
.product-count__content input,
.woocommerce-page .product-quantity input.qty {
    width: 80px;
    outline: none;
    border: 0 none;
    font-size: 18px;
}

.product-count__content input::-webkit-outer-spin-button,
.product-count__content input::-webkit-inner-spin-button,
.woocommerce-page .product-quantity input.qty::-webkit-outer-spin-button,
.woocommerce-page .product-quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-count__content input[type=number],
.woocommerce-page .product-quantity input.qty[type=number] {
    -moz-appearance: textfield;
}

.tm-product__price-btn .product-quantity {
    width: 93px;
    border-radius: 50px;
    border: 1px solid #EEF1F1;
    padding: 8px;
}

.tm-product__price-btn .product-quantity input.qty {
    width: calc(100% - 60px);
    margin-left: 30px;
}

.product-count__button {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.tm-product__price-btn .product-count__button {
    height: 25px;
    width: 25px;
    bottom: 0;
    margin: auto;
}

.product-count__button:hover {
    cursor: pointer;
}

.product-count__top {
    right: 0;
}

.product-count__down {
    left: 0;
}

.tm-product__price-btn .product-count__top {
    right: 12px;
}

.tm-product__price-btn .product-count__down {
    left: 12px;
}

.product-count__button::before {
    font-family: 'tm-bezuglade';
    font-size: 14px;
    color: #b7b7b7;
    line-height: 1;
}

.tm-product__price-btn .product-count__button::before {
    font-size: 12px;
}

.product-count__button:hover:before {
    color: var(--main-color-blue);
}

.product-count__top::before {
    content: "\e915";
}

.product-count__down::before {
    content: "\e914";
}

.wc-list-product dl.variation {
    margin-top: 15px;
}

.wc-list-product dl.variation dt,
.wc-list-product dl.variation dd,
.tm-cart__item dl.variation dt,
.tm-cart__item dl.variation dd {
    float: left;
    line-height: 20px;
}

.wc-list-product dl.variation dd,
.tm-cart__item dl.variation dd {
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.wc-list-product dl.variation p,
.tm-cart__item dl.variation p {
    margin-bottom: 0;
}



/* checkout
========================================================================== */
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.form-row,
.woocommerce form .form-row {
    padding: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #F6F6F6;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #F6F6F6;
}

.wc_payment_method label {
    font-weight: 500;
}

.woocommerce form .form-row input.input-text {
    border: 1px solid #E1E3E3;
    height: 38px;
    border-radius: 0;
    padding: 8px 12px;
    font-size: 14px;
}

.woocommerce table.shop_table,
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.select2-dropdown,
.select2-container--default .select2-selection--single {
    border: 1px solid #E1E3E3;
}

.woocommerce-ordering .select2-container--default .select2-selection--single {
    border: 0 none;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table td {
    border-top: 1px solid #E1E3E3;
}

.select2-results__option::before {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single {
    height: 38px !important;
    line-height: 1.5 !important;
}

.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-ordering .select2-container--default .select2-selection--single {
    height: 50px !important;
    line-height: 2 !important;
}

.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #000;
    border-radius: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-results__option--selectable {
    font-size: 14px;
}

.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-ordering .select2-container--default .select2-selection--single,
.woocommerce-ordering .select2-container--default .select2-results__option--selectable {
    font-size: 16px;
}

.woocommerce form .form-row textarea {
    border: 1px solid #e1e1e1;
    padding: 10px;
    resize: vertical;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper label {
    font-size: 14px;
    margin-bottom: 3px;
}

.wc-list-product {
    border: 5px solid #F3F3F3;
    padding: 24px;
    border-radius: 5px;
    margin-top: 25px;
}

.wc-list-product .cart_item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border: 0 none;
}

.tm-cart__totals-shipping ul,
.tm-cart__totals-shipping p {
    font-weight: 400;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none;
    border-radius: 0;
}

.wc-checkout-total {
    background: #FFFFFF;
    border: 5px solid #F3F3F3;
    border-radius: 10px;
    padding: 32px 40px;
}

form.checkout.woocommerce-checkout>.tm-grid {
    margin-left: -70px;
}

form.checkout.woocommerce-checkout>.tm-grid>* {
    padding-left: 70px;
}

/* .woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row.validate-email {
    width: 100%;
} */
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row:first-child {
    width: 100%;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row:first-child span.woocommerce-input-wrapper {
    display: flex;
    column-gap: 4px;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row:first-child span.woocommerce-input-wrapper>*:nth-child(3) {
    margin-left: 8px;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper #billing_company_field label span,
.woocommerce form .woocommerce-billing-fields__field-wrapper #billing_tax_number_field label>span {
    display: none;
}

.woocommerce-billing-fields__field-wrapper {
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row {
    margin-bottom: 15px;
    width: 50%;
    padding-left: 15px;
}


.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row.thwcfd-field-email {
    width: 100%;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single {
    height: 38px;
    border: 1px solid #e1e1e1;
    padding: 0;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
    line-height: 38px;
}


.woocommerce ul#shipping_method li {
    padding-left: 0;
}

.woocommerce form .form-row.place-order {
    margin-bottom: 0;
}

.woocommerce .wc-checkout-total button.button.alt {
    float: none;
    width: 100%;
    color: #fff;
    font-weight: 600;
    height: 40px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce form .form-row input.input-text,
.wc-checkout-qty,
.wc-list-product .wc-checkout-name,
.woocommerce .wc-checkout-total button.button.alt {
    font-family: "Lato";
}

.woocommerce-privacy-policy-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.woocommerce form .form-row label.checkbox {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
}

.woocommerce form .form-row .input-checkbox {
    width: 20px;
    height: 20px;
}

.wc-list-product .wc-checkout-name {
    text-transform: uppercase;
    color: #554c43;
}

.wc-list-product span.woocommerce-Price-amount.amount {
    font-weight: 600;
    color: #000;
    font-family: 'Lato', sans-serif;
}

.woocommerce-checkout #payment ul.payment_methods li {
    text-transform: uppercase;
    padding-left: 0;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li::before {
    display: none;
}

@media (max-width: 480px) {
    .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row {
        width: 100%;
    }

    .wc-checkout-total {
        padding: 20px;
    }
}

/* thank you
========================================================================== */
.tm-thank-you {
    width: 557px;
    margin-left: auto;
    margin-right: auto;
}

.tm-thank-you__header,
.tm-thank-you__footer {
    border-color: #e1e1e1;
    border-style: solid;
}

.tm-thank-you__header {
    border-width: 1px 1px 0 1px;
    border-radius: 10px 10px 0 0;
    padding: 48px 29px 30px;
    font-size: 16px;
    line-height: 20px;
}

.tm-thank-you__footer {
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 10px 10px;
    padding: 48px 60px;
}

.tm-thank-you__img {
    display: flex;
}

.woocommerce-order-overview__date strong,
.woocommerce-order-overview__total strong {
    font-family: 'Lato', sans-serif;
}

.woocommerce ul.order_details {
    margin: 0;
}

.tm-thank-you .woocommerce-table__line-item {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    padding: 10px;
}

.tm-thank-you .woocommerce-table__line-item .product-thumbnail {
    max-width: 100px;
    margin-right: 20px;
    display: flex;
}

.tm-thank-you__item-img {
    display: flex;
    margin-right: 10px;
}

.tm-thank-you__item-img img {
    border-radius: 10px;
}

.tm-thank-you .woocommerce-table__product-name {
    display: flex;
    align-items: center;
}

.tm-thank-you .woocommerce-table__product-name a {
    font-weight: 500;
    font-family: "Lato";
    text-transform: uppercase;
    color: var(--main-color-black);
}

.tm-thank-you .woocommerce-table__product-name a:hover {
    color: var(--main-color-blue);
}

@media (max-width:595px) {
    .tm-thank-you {
        width: 100%;
    }

    .tm-thank-you__header {
        padding: 28px 36px;
    }

    .tm-thank-you__footer {
        padding: 28px 30px;
    }
}


/* object fit
========================================================================== */
.tm-blog-card__img img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 102%;
    z-index: 0;
}


/* other pages
========================================================================== */
.tm-hidden-paragraphs-shadow {
    width: 100%;
    height: 190px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #fff 80.62%);
    margin-top: -190px;
    position: relative;
    z-index: 1;
}

.tm-read-more-button {
    cursor: pointer;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    color: var(--main-color-blue);
}


.tm-read-more-button span {
    padding-right: 24px;
    position: relative;
}

.tm-read-more-button span::after {
    font-family: 'tm-bezuglade';
    content: "\e900";

    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
}

.tm-read-more-button:hover span::after {
    transform: rotate(-45deg);
}

.tm-read-more-button.expanded span::after {
    transform: rotate(-90d*eg);
}

/* lang 
========================================================================== */
.tm-lang .wpml-ls-legacy-dropdown {
    width: 63px;
}

.tm-lang .wpml-ls-legacy-dropdown a {
    background: none;
    border: 0 none;
    color: #000;
    font-family: "Play", sans-serif;
    font-size: 19px;
    padding: 2px 25px 4px 10px;
}

.tm-lang .wpml-ls-legacy-dropdown li::before {
    display: none;
}

.tm-lang .wpml-ls-legacy-dropdown a:hover,
.tm-lang .wpml-ls-legacy-dropdown a:focus {
    background: none;
}

.tm-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: 0.2em solid transparent;
    border-top: 0.4em solid;
}

.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0 none;
}

.tm-lang .wpml-ls-legacy-dropdown:hover a,
.tm-lang .wpml-ls-legacy-dropdown:focus a,
.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-item:focus a,
.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.tm-lang .wpml-ls-legacy-dropdown a:focus,
.tm-lang .wpml-ls-legacy-dropdown a:hover {
    background: rgba(0, 0, 0, .2);
    color: #000;
}

.tm-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:hover a:hover {
    color: #fff;
}

/* blog
========================================================================== */

.tm-blog-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    position: relative;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 20px;
}

.tm-blog-card__title,
.tm-blog-card__box {
    flex-grow: 1;
}

.tm-blog-card__box {
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
}

.tm-blog-card__title a {
    color: var(--main-color-black);
}

.tm-blog-card__title a:active,
.tm-blog-card__title a:hover {
    color: var(--main-color-blue);
}

.tm-blog-card__img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding-bottom: 59%;
}



@media (max-width: 980px) {

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

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

@media (max-width: 640px) {

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

}

@media (max-width: 480px) {
    .tm-blog-card__img {
        border-radius: 15px;
    }
}

/* single
========================================================================== */
.tm-single__date,
.tm-single__user {
    font-weight: 700;
    color: #72735C;
}

.tm-single__thumbnail {
    position: relative;
}

.tm-single__thumbnail img {
    border-radius: 30px;
    width: 100%;
}

.tm-single__category {
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 30px;
    padding: 10px 0;
}

.tm-single__category a {
    font-size: 14px;
    color: var(--main-color-blue);
    background: var(--main-color-light-blue);
    border-radius: 8px;
    padding: 10px;
}

.tm-single__related {
    margin-top: 140px;
}

.tm-single__related.tm-latest-news {
    margin-top: 0;
}

.tm-single__ava {
    max-width: 58px;
    width: 58px;
    height: 58px;
    max-height: 58px;
    border-radius: 50%;
    overflow: hidden;
}

.tm-single__line {
    border-top: 1px solid rgb(22 74 120 / 7%);
    border-bottom: 1px solid rgb(22 74 120 / 7%);
    padding: 15px 0;
}

@media (max-width: 1440px) {
    .tm-single__related {
        margin-top: 80px;
    }
}

@media (max-width: 1180px) {
    .tm-single__related {
        margin-top: 50px;
    }
}

@media (min-width: 481px) {
    .tm-single__prev-mob {
        display: none;
    }
}

@media (max-width: 480px) {
    .tm-single__prev-big {
        display: none;
    }
}

/* pagination
========================================================================== */
.wp-block-query-pagination,
.tm-load-more-wrap,
.tm-pagination-container.active,
.category-pagination .pagination {
    margin-top: 40px;
    margin-bottom: 70px;
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous,
.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child,
.wp-block-query-pagination-numbers {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.wp-block-query-pagination span,
.wp-block-query-pagination a,
.tm-pagination-container a,
.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;
    min-width: 51px;
    height: 51px;
    align-items: center;
    justify-content: center;
    background: var(--main-color-light-grey);
    color: #929292;
    transition: all 0.3s ease-out;
    border-radius: 0;
    font-size: 16px;
}

.wp-block-query-pagination-numbers>span,
.wp-block-query-pagination-numbers>a:not(:last-child),
.woocommerce-pagination ul.page-numbers li:not(:last-child),
.category-pagination .nav-links>*:not(:last-child) {
    margin-right: 6px;
}

.wp-block-query-pagination-numbers>span.dots {
    background: none;
    color: #191A00;
}

.wp-block-query-pagination a:hover,
.wp-block-query-pagination span,
.tm-pagination-container a.active,
.woocommerce-pagination ul.page-numbers a.page-numbers.current,
.woocommerce-pagination ul.page-numbers span.page-numbers.current,
.category-pagination .nav-links a.page-numbers.current,
.category-pagination .nav-links span.page-numbers.current {
    background: #E9EEF7;
    color: #000;
}

.woocommerce-pagination ul.page-numbers a.page-numbers:hover,
.category-pagination .nav-links a.page-numbers:hover {
    background: var(--main-color-blue);
    color: #fff;
}

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

.wp-block-query-pagination-numbers,
.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;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
    font-size: 0 !important;
}

.wp-block-query-pagination-previous::before,
.wp-block-query-pagination-next::after {
    font-family: 'tm-radiokava';
    font-size: 14px;
}

.wp-block-query-pagination-previous::before {
    content: '←';
}

.wp-block-query-pagination-next::after {
    content: '→';
}

@media (max-width: 1440px) {
    .category-pagination .pagination {
        margin-top: 90px;
        margin-bottom: 60px;
    }
}

@media (max-width: 1180px) {
    .category-pagination .pagination {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {

    .wp-block-query-pagination span,
    .wp-block-query-pagination a,
    .tm-pagination-container a,
    .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 {
        min-width: 31px;
        height: 31px;
    }
}

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

.mfp-close-btn-in .mfp-close {
    color: #000;
}

.form-popup-content__title span {
    color: #00000044;
}

.form-popup-content__subtitle {
    font-weight: 400;
    margin-bottom: 35px;
}

.form-popup-content {
    background: #fff;
    padding: 40px 50px;
}

.form-popup-content__form {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 1440px) {

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

@media (max-width: 1180px) {

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


/* form
========================================================================== */
.wpcf7-form-control {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 7px 30px;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    outline: none;
    color: #000;
    transition: all .3s ease-in-out;
}

textarea.wpcf7-form-control {
    line-height: 1.2;
    padding-top: 15px;
}

.wpcf7-form-control.wpcf7-file {
    background: transparent;
    padding: 0;
    display: flex;
    column-gap: 15px;
}


.wpcf7-form-control.wpcf7-file:hover,
.wpcf7-form-control.wpcf7-file input[type="file"]:hover,
.wpcf7-form-control.wpcf7-file:hover {
    cursor: pointer;
}

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

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

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

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

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

.wpcf7-form-control:focus,
.wpcf7-form-control:active {
    border-color: rgb(0 0 0 / 35%);
    outline: none;
}

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


.tm-form-btn,
.wpcf7-submit {
    width: 360px;
    min-width: 230px;
    background: #87A5D5;
    border-radius: 5px;
    height: 65px;
    border: 0 none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-out;
    margin: 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: var(--main-color-black);
    color: #fff;
    cursor: pointer;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 7px;
    top: -17px;
    font-size: 12px;
}

textarea.wpcf7-form-control~.wpcf7-not-valid-tip {
    top: -109px;
}

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

.tm-content-form .tm-grid {
    margin-left: -20px;
    row-gap: 20px;
}

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

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

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 35px;
}

.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::after {
    position: absolute;
    content: '';
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
    width: 25px;
    height: 25px;
    background: #eee;
    left: 0;
    top: 0;
    cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item-label::after {
    left: 10px;
    top: 5px;
    width: 6px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpcf7-acceptance input:checked~.wpcf7-list-item-label::after {
    border: solid #000;
    border-width: 0 2px 2px 0;
}


@media (max-width: 980px) {

    .tm-form-btn,
    .wpcf7-submit {
        width: 100%;
    }
}



/* ======================================================================= */
/* BLOCKS
========================================================================== */
/* list
-------------------------------------------- */
.tm-list-item {
    border: 1px solid #000;
    padding: 40px 55px;
    min-height: 160px;
    display: flex;
    align-items: flex-end;
    font-size: 35px;
    border-radius: 30px;
}

@media (max-width: 1440px) {
    .tm-list-item {
        padding: 30px 35px;
        font-size: 30px;
    }
}

@media (max-width: 1180px) {
    .tm-list-item {
        padding: 25px 30px;
        font-size: 24px;
        min-height: 120px;
    }
}

@media (max-width: 480px) {
    .tm-list-item {
        font-size: 20px;
    }

    .tm-list.tm-row-gap30 {
        row-gap: 20px;
    }
}

/* order
-------------------------------------------- */
.tm-order {
    max-width: 550px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 40px 50px;
    border-radius: 30px;
}

@media (max-width: 480px) {
    .tm-order {
        padding: 30px 20px;
    }
}

/* services
-------------------------------------------- */
.tm-services .tm-grid {
    row-gap: 100px;
}

.tm-services-card {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.tm-services-card__read {
    display: flex;
    justify-content: center;
}

/* terif
-------------------------------------------- */
.tm-terif-card {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 55px 50px 70px;
    height: 100%;
}

@media (max-width: 1280px) {
    .tm-terif-card {
        padding: 35px 25px 40px;
    }
}

@media (max-width: 1080px) {

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

/* 270
-------------------------------------------- */
.tm-270-machine {
    margin-top: -480px;
}

@media (max-width: 1440px) {
    .tm-270-machine {
        margin-top: -320px;
    }
}

@media (max-width: 781px) {
    .tm-270-machine {
        margin-top: auto;
        text-align: center;
    }
}

/* report
-------------------------------------------- */
.tm-report {
    padding-right: 120px;
}

.tm-report__circle {
    width: 410px;
    height: 410px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, rgba(135, 165, 213, 0.25) 0%, rgba(135, 165, 213, 0) 100%);
    flex-direction: column;
    line-height: 1.1;
    row-gap: 22px;
    position: relative;
}

.tm-report__circle a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    left: 0;
    top: 0;
}

.tm-report__circle .tm-bezuglade {
    font-size: 50px;
}

@media (max-width: 1180px) {
    .tm-report__circle {
        width: 310px;
        height: 310px;
    }
}

@media (max-width: 781px) {
    .tm-report.tm-flex-end {
        justify-content: center;
        padding-right: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .tm-report__circle {
        width: 250px;
        height: 250px;
    }

    .tm-report__circle .tm-bezuglade {
        font-size: 30px;
    }
}

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

@media (max-width: 390px) {
    .tm-numbers .tm-grid__width-1-3 {
        width: 100%;
    }
}

/* about
-------------------------------------------- */
.tm-about {
    background: var(--main-color-light-grey);
    border-radius: 30px;
    padding: 160px 0 120px;
}

.tm-about__sub {
    position: absolute;
    top: -146px;
    right: -99px;
    font-size: 220px;
    color: rgb(0 0 0 / 5%);
    line-height: .9;
}

@media (max-width: 1720px) {
    .tm-about__sub {
        right: -50px;
    }
}

@media (max-width: 1440px) {
    .tm-about__sub {
        right: -5px;
        font-size: 15vw;
    }
}

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

    .tm-about__sub {
        top: -92px;
    }
}

@media (max-width: 480px) {
    .tm-about .tm-h1 {
        font-size: 30px;
    }
}

/* about
-------------------------------------------- */
.tm-inbody-circle {
    background: linear-gradient(135deg, rgba(135, 165, 213, 0.25) 0%, rgba(135, 165, 213, 0) 100%);
    border-radius: 50%;
    width: 408px;
    height: 408px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1180px) {
    .tm-inbody-circle {
        width: 308px;
        height: 308px;
    }
}

@media (max-width: 480px) {
    .tm-inbody-circle {
        width: 260px;
        height: 260px;
    }
}

/* banner
-------------------------------------------- */
.tm-banner {
    padding-top: 50px;
    border-radius: 30px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.tm-banner__column {
    padding-top: 70px;
}

@media (max-width: 980px) {
    .tm-banner__column {
        padding-top: 0;
    }

    .tm-banner__img.tm-flex {
        justify-content: center;
        margin-top: 50px;
    }

    .tm-banner__img img {
        max-width: 180px;
    }
}


/* ======================================================================= */
/* END BLOCKS
========================================================================== */

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

/* footer
========================================================================== */
.tm-footer-contact__container {
    background: var(--main-color-bg);
    border-radius: 30px;
    padding: 90px 0;
}

.tm-footer {
    margin-bottom: 100px;
}

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

.tm-footer__line-1 {
    padding-bottom: 100px;
}

.tm-footer__line-2 {
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.tm-footer__logo {
    max-width: 250px;
}

.tm-footer__container {
    background: var(--main-color-dark-grey);
    border-radius: 30px;
    padding: 70px 0;
}

.tm-footer a:hover {
    opacity: .7;
}

.tm-footer__column {
    padding-top: 65px;
}

.tm-footer__phone,
.tm-footer__mail,
.tm-footer__license,
.tm-footer__address {
    padding-left: 83px;
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.tm-footer__phone::before,
.tm-footer__mail::before,
.tm-footer__license::before,
.tm-footer__address::before {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    font-family: 'tm-bezuglade';
    position: absolute;
    left: 0;
}

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

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

.tm-footer__license::before {
    content: "\e900";
}

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

.tm-footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    margin-bottom: 0;
    row-gap: 20px;
}

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

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

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

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

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

@media (max-width: 980px) {
    .tm-footer-contact__container {
        padding: 60px 0;
    }

    .tm-footer-contact__container .tm-grid {
        row-gap: 40px;
    }

    .tm-footer-contact__column.tm-flex-end {
        justify-content: flex-start;
    }

    .tm-footer__line-1 {
        padding-bottom: 40px;
    }

    .tm-footer__line-2 {
        padding-top: 40px;
    }

    .tm-footer__phone,
    .tm-footer__mail,
    .tm-footer__license,
    .tm-footer__address {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .tm-footer-contact__container {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .tm-footer {
        margin-bottom: 50px;
    }

    .tm-footer-wrapper li {
        width: 100%;
        text-align: center;
    }

    .tm-footer__container {
        padding: 40px 0;
    }

    .tm-footer__logo {
        margin-left: auto;
        margin-right: auto;
    }
}


/* social
========================================================================== */
.tm-social a {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    color: #fff;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    border: 1px solid rgb(255 255 255 / 30%);
}

.tm-social {
    gap: 15px;
}


.tm-social a.tm-bezuglade-icon-twitter {
    font-size: 18px;
}

.tm-social a:hover {
    color: rgb(83, 83, 83);
}

.tm-social a.tm-bezuglade-icon-pinterest:hover,
.tm-social a.tm-bezuglade-icon-youtube3:hover {
    color: #f60002;
}

.tm-social a.tm-bezuglade-icon-linkedin-full:hover {
    color: #2386c7e3;
}

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

.tm-social a.tm-bezuglade-icon-instagram2:hover {
    color: #f21db2;
}

.tm-social a.tm-bezuglade-icon-whatsapp:hover {
    color: #24e034;
}

.tm-social a.tm-bezuglade-icon-tiktok:hover {
    color: #666666;
}

.tm-social a.tm-bezuglade-icon-telegram:hover {
    color: #11a0ff;
}

@media (max-width: 540px) {

    .tm-single__share,
    .tm-social-box {
        width: 100%;
    }

    .tm-single__share .tm-social-box {
        justify-content: space-between;

    }
}

/* main style
========================================================================== */
.wp-block-image img {
    border-radius: 20px;
}

.tm-block-head {
    background: #EDF1F2;
    border-radius: 30px;
    padding: 90px 0 60px;
}

.tm-block-head__subtitle {
    max-width: 60%;
}

.tm-read a {
    padding-right: 35px;
    position: relative;
    font-size: 24px;
}

.tm-read a::after {
    content: "\e909";
    font-family: 'tm-bezuglade';
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 2px;
}

.tm-container {
    margin-left: -120px;
    width: calc(100% + 240px);
}


.wp-block-group.alignfull {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.wp-block-group.alignfull>div {
    max-width: 1080px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.wp-block-separator {
    height: 1px;
    border: 0 none;
}

.cmplz-marketing .cmplz-manage-consent,
.grecaptcha-badge,
.vp-portfolio__item-meta-title {
    display: none;
}

.vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
    background-color: rgba(0, 0, 0, .2);
}

.tm-youtube-wrap {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

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

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

body.mega-menu-menu-1-mobile-open,
.tm-fix-body {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
}

.tm-main {
    padding: 25px 0 100px;
    flex: 1 1 auto;
}

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

.tm-page_black {
    background: #111200;
}

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

.tm-padding.wp-block-group,
.tm-padding {
    padding: 100px 0;
}

.tm-smaller-padding.wp-block-group,
.tm-smaller-padding {
    padding: 30px 0;
}

.tm-small-padding.wp-block-group,
.tm-small-padding {
    padding: 40px 0;
}

.tm-middle-padding.wp-block-group,
.tm-middle-padding {
    padding: 60px 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 {
    align-items: center;
}

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

.tm-flex-center {
    justify-content: center;
}

.tm-flex-space {
    justify-content: space-between;
}

.tm-flex-end {
    justify-content: flex-end;
}

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

.tm-flex-row-end {
    justify-content: flex-end;
}

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

.tm-col-gap5 {
    column-gap: 5px;
}

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

.tm-col-gap15 {
    column-gap: 15px;
}

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

.tm-col-gap25 {
    column-gap: 25px;
}

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

.tm-col-gap45 {
    column-gap: 45px;
}

.tm-col-gap60 {
    column-gap: 60px;
}

.tm-row-gap5 {
    row-gap: 5px;
}

.tm-row-gap8 {
    row-gap: 8px;
}

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

.tm-row-gap15 {
    row-gap: 15px;
}

.tm-row-gap30 {
    row-gap: 30px;
}

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

.tm-row-gap25 {
    row-gap: 25px;
}

.tm-row-gap60 {
    row-gap: 60px;
}

.tm-gap5 {
    gap: 5px;
}

.tm-gap15 {
    gap: 15px;
}

.tm-gap20 {
    gap: 20px;
}

.tm-gap25 {
    gap: 25px;
}

.tm-gap30 {
    gap: 30px;
}

.tm-gap40 {
    gap: 40px;
}

.tm-gap60 {
    gap: 60px;
}

.tm-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    row-gap: 20px;
}

.tm-grid>* {
    padding-left: 20px;
    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-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-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%;
}


@media (max-width: 1720px) {
    .tm-container {
        margin-left: -60px;
        width: calc(100% + 120px);
    }

    .tm-centered-content {
        max-width: 1280px;
    }
}

@media (max-width: 1440px) {
    .tm-container {
        margin-left: 0;
        width: 100%;
    }
}

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

@media (max-width: 980px) {

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

    .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-3-20 {
        width: 100%;
    }

    .tm-gap60 {
        gap: 40px;
    }
}


@media (max-width: 781px) {
    .wp-block-columns.tm-certifications {
        flex-wrap: wrap !important;
        gap: 20px;
    }

    .wp-block-columns.tm-certifications:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 50% !important;
        width: 50%;
        margin-left: -10px;
        margin-right: -10px;
        padding: 10px;
        max-width: 50%;
    }
}

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

    .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;
    }

    .tm-row-gap60 {
        row-gap: 40px;
    }

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

@media (max-width: 440px) {
    .wp-block-columns.tm-certifications {
        flex-wrap: wrap !important;
        gap: 20px;
    }

    .wp-block-columns.tm-certifications:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        max-width: 100%;
    }
}

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4,
.tm-h5,
.tm-h6 {
    font-weight: 400;
    line-height: 1.1;
    position: relative;
    z-index: 3;
    font-family: 'Lato', sans-serif;
}

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

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

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

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

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

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

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.blackbold {
    font-weight: 900;
}

.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-black {
    color: var(--main-color-black);
}

.color-blue {
    color: var(--main-color-blue);
}

.color-light-blue {
    color: var(--main-color-light-blue);
}

.color-grey {
    color: #72735C;
}

.color-green {
    color: #00BA13;
}

.color-red {
    color: #d11508;
}

.tm-grey-bg {
    background: #F6F6F6;
}

.tm-black-bg {
    background: #191A00;
}

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

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

.trans {
    text-transform: uppercase;
}

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

.max400 {
    max-width: 400px;
}

.max440 {
    max-width: 440px;
}

.max520 {
    max-width: 520px;
}

.max600 {
    max-width: 600px;
}

.max680 {
    max-width: 680px;
}

.max850 {
    max-width: 850px;
}

.max900 {
    max-width: 900px;
}

.max1080 {
    max-width: 1080px;
}

.max1140 {
    max-width: 1140px;
}

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


.lh16 {
    line-height: 1.6;
}

.lh18 {
    line-height: 1.8;
}


ul {
    padding: 0;
    margin-left: 0;
    list-style: none;
    margin-bottom: 25px;
}

ul li {
    position: relative;
    padding-left: 15px;
}

ul li:not(:last-child) {
    display: block;
    margin-bottom: 5px;
}

ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
    background: #000;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}


ol {
    counter-reset: num;
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 25px;
}

ol li {
    padding-left: 35px;
    position: relative;
}

ol li:not(:last-child) {
    display: block;
    margin-bottom: 15px;
}

ol li:before {
    content: counter(num) ". ";
    counter-increment: num;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    width: 30px;
    text-align: right;
    color: #D69700;
}


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

.tm-content-btn a {
    width: 360px;
    background: var(--main-color-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    font-weight: 500;
    font-size: 24px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    column-gap: 10px;
    font-family: 'Lato', sans-serif;
}

.tm-content-btn a:hover {
    background: var(--main-color-black);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tm-content-btn a span::after {
    font-family: 'tm-bezuglade';
    content: "\e900";
    margin-left: 8px;
    transition: all .3s ease-in-out;
    display: inline-block;
}

.tm-content-btn a:hover span::after {
    transform: rotate(-45deg);
}

.tm-content-btn_full a {
    width: 100%;
}

.tm-content-btn_light a {
    background: var(--main-color-light-blue);
    color: var(--main-color-blue);
}

.tm-content-btn_white a {
    background: #fff;
    color: var(--main-color-blue);
}

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

.tm-content-btn_middle a {
    width: 225px;
}

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

.tm-content-btn_fullwidth a {
    width: 100%;
}

@media (max-width: 1720px) {

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

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

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

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

@media (max-width: 1600px) {
    .tm-main {
        padding: 25px 0 60px;
    }

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

}

@media (max-width: 1440px) {
    .tm-block-head {
        padding: 50px 0 40px;
    }

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

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

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

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

    .tm-content-btn a {
        width: 280px;
        height: 50px;
        font-size: 20px;
    }
}


@media (max-width: 1180px) {

    .tm-main {
        padding: 25px 0 40px;
    }

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

    .tm-middle-padding.wp-block-group,
    .tm-middle-padding {
        padding: 40px 0;
    }

    .tm-read a {
        font-size: 20px;
    }
}

@media (max-width: 980px) {
    .tm-column-right {
        order: inherit;
    }

    .tm-block-head__subtitle {
        max-width: 100%;
    }

    .wp-block-image .alignright {
        float: none;
        margin: 0;
    }

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

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

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

}


@media (max-width: 480px) {
    .tm-content-btn_big a {
        width: 100%;
    }

    .tm-read a {
        font-size: 18px;
    }

    .tm-read a::after {
        top: 0px;
    }

    .tm-order,
    .tm-footer__container,
    .tm-footer-contact__container,
    .tm-banner,
    .tm-about,
    .tm-terif-card,
    .tm-list-item,
    .tm-single__thumbnail img,
    .tm-blog-card,
    .wp-block-image img,
    .tm-block-head {
        border-radius: 20px;
    }
}

@media (max-width: 350px) {

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

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

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

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

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

.tm-margin-xsmall-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-xlarge-bottom {
        margin-bottom: 60px;
    }

    .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-large-bottom,
    .tm-margin-xlarge-bottom,
    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 60px;
    }
}

@media (max-width: 480px) {

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

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

/* 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: 8px;
    background: #EEF1F1;
}

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

.scroll-wrapper .scroll-y .scroll-element_track {
    width: 8px;
    background: #abacac;
}

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

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

    .tm-slider-line.tm-flex-center {
        justify-content: flex-start;
    }
}