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

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

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

/* font
-------------------------------------------------------------- */

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

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

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

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

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

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

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

.tm-piranha {
    font-family: 'tm-piranha' !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-piranha-icon-arrow-slider-small:before {
    content: "\e912";
}

.tm-piranha-icon-arrow-slider:before {
    content: "\e911";
}

.tm-piranha-icon-delivery:before {
    content: "\e913";
}

.tm-piranha-icon-quote:before {
    content: "\e90e";
}

.tm-piranha-icon-element:before {
    content: "\e90d";
}

.tm-piranha-icon-decor-left:before {
    content: "\e901";
}

.tm-piranha-icon-decor-right:before {
    content: "\e90a";
}

.tm-piranha-icon-close:before {
    content: "\e910";
}

.tm-piranha-icon-minus:before {
    content: "\e90b";
}

.tm-piranha-icon-plus:before {
    content: "\e90c";
}

.tm-piranha-icon-youtube:before {
    content: "\e900";
}

.tm-piranha-icon-right-arrow:before {
    content: "\e90f";
}

.tm-piranha-icon-loupe:before {
    content: "\e902";
}

.tm-piranha-icon-instagram:before {
    content: "\e903";
}

.tm-piranha-icon-facebook:before {
    content: "\e904";
}

.tm-piranha-icon-tiktok:before {
    content: "\e905";
}

.tm-piranha-icon-twitter:before {
    content: "\e906";
}

.tm-piranha-icon-envelope:before {
    content: "\e907";
}

.tm-piranha-icon-call:before {
    content: "\e908";
}

.tm-piranha-icon-cart:before {
    content: "\e909";
}



/*--------------------------------------------------------------
# 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: #020202;
    font: 400 18px / 24px 'DINPro', sans-serif;
    color: #E3E3E3;
}

@media (max-width: 480px) {
    html {
        font: 400 16px / 22px 'DINPro', sans-serif;
    }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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


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

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

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

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

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

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

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

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

html {
    box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
optgroup,
textarea {
    color: #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;
}

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

blockquote {
    margin: 0 0 25px;
    padding-left: 40px;
    border-left: 13px solid #28ffb2;
}

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
--------------------------------------------- */
body {
    background: #020202;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px solid #d3d3d3;
    margin-bottom: 25px;
}

ul,
ol {
    margin: 0 0 25px 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 25px 25px;
}

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

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

figure {
    margin: 1em 0;
}

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

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

a {
    color: #8D8D8D;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus,
a:active {
    color: #c0c0c0;
    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__left {
    display: flex;
}

.tm-header__logo {
    display: flex;
    z-index: 1;
    width: 67px;
}

.tm-header__logo a {
    width: 100%;
    display: flex;
    width: 67px;
    height: 79px;
}

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

.tm-header {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    position: relative;
}

.tm-header_active {
    position: fixed;
    background: #0A0A0A;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 0 none;
    animation: slideDown 0.5s;
}

.tm-header-phone a {
    color: #fff;
    font-family: 'DINPro', sans-serif;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 20px;
    font-weight: 600;
}

.tm-header-phone a span {
    font-size: 24px;
}

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

    to {
        transform: translateY(0);
    }
}

.tm-btn-catalog {
    margin-right: 25px;
}




.tm-header__left .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 6px;
    height: 60px;
    border: 0 none;
}

.tm-header__left .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.tm-header__left .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background-color: #F3F3F3;
}

ul.tm-cart__list {
    margin: 0;
}

ul.tm-cart__list li {
    padding-left: 0;
}

ul.tm-cart__list li::before {
    display: none;
}

.tm-cart .wpmenucart-icon-shopping-cart-0::before {
    font-family: 'tm-piranha';
    content: "\e909";
    font-size: 25px;
    line-height: 25px;
    color: #fff;
}

.tm-cart li.wpmenucartli a.wpmenucart-contents span {
    position: absolute;
    line-height: 12px;
    background: #D9D9D9;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
    right: -10px;
    top: -7px;
}

.tm-cart i.wpmenucart-icon-shopping-cart-0 {
    line-height: 24px;
    height: 24px;
    width: 24px;
    display: block;
    color: #000;
}

.tm-cart a.wpmenucart-contents {
    display: block;
    position: relative;
}




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

@media (max-width: 1180px) {
    .tm-cart {
        margin-right: 80px;
    }

    .tm-header__lang-wrap-mob {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

    .tm-header__logo {
        width: 45px;
    }

    .tm-header__logo a {
        height: 55px;
    }


    .tm-header .tm-social,
    .tm-lang-wrap {
        display: none;
    }
}

@media (max-width: 880px) {
    .tm-header-phone a {
        font-size: 0;
        column-gap: 0;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #F4EAFF;
        justify-content: center;
    }
}

@media (max-width: 480px) {


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


    .tm-header-phone a {
        width: 40px;
        height: 40px;
    }

    .tm-search {
        position: inherit;
    }

    .tm-search__content {
        right: auto;
        left: 0;
        width: 100%;
    }
}


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

/* toggle ----------------- */
.tm-toogle-navigation>label {
    display: flex;
    flex-direction: column;
    width: 26px;
    cursor: pointer;
    z-index: 1001;
    position: absolute;
    right: 32px;
}


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

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

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

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

.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(4px, 1px)
}

.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(12px, -5px) 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: #494949;
    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(275px) translateY(0%);
    -ms-transform: translateX(275px) translateY(0%);
    transform: translateX(275px) translateY(0%);
    opacity: 0;
    height: auto;
    visibility: visible;
    left: 270px;
    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.menu-item-has-children>span>a::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 3px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    display: inline-block;
}

.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-top: 5px solid #ff0202;
}

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

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


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

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

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

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



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

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

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



@media (max-width: 1600px) {
    .tm-menu-wrapper>li.menu-item-has-children {
        padding-right: 25px;
    }
}

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

@media (max-width: 1180px) {

    .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%;
        height: 0;
        top: 74px;
        left: 0;
        visibility: hidden;
    }

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

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



    [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-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-top: 5px solid #fff;
    }

    .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;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #fff;
        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 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 {
        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 {
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }
}


/* BLOCKS
========================================================================== */
/* home banner slider
------------------------------------------------------ */

.tm-home-banner-images-slider,
.tm-home-banner-slider {
    min-width: 0;
}

.tm-home-banner-slider__btn {
    max-width: 230px;
}

.tm-home-banner-slider-wrap .tm-grid__width-4-10 {
    z-index: 2;
}

.tm-home-banner-slider-wrap .tm-grid__width-6-10 {
    z-index: 1;
}

.tm-home-banner-slider-wrap .tm-grid__width-6-10,
.tm-home-banner-slider-wrap .tm-grid__width-4-10,
.tm-home-banner-slider__btn,
.tm-home-banner-slider-wrap,
.tm-home-banner-navigation .tm-swiper-bottom-navigation,
.tm-home-banner-navigation .tm-home-banner-pagination {
    position: relative;
}

.tm-home-banner-navigation .swiper-button {
    width: 65px;
}

.tm-home-banner-navigation .swiper-button:hover {
    background: none;
}

.tm-home-banner-navigation .swiper-button:hover::after {
    color: rgba(255, 255, 255, .8);
}

.tm-home-banner-navigation .swiper-button::after {
    font-family: 'tm-piranha';
    content: "\e911";
    font-size: 10px;
}

.tm-home-banner-navigation .tm-home-banner-navigation_prev.swiper-button {
    width: 45px;
}

.tm-home-banner-navigation .tm-home-banner-navigation_prev.swiper-button::after {
    transform: rotate(-180deg);
    font-size: 7px;
}

.tm-home-banner-slider-wrap {
    align-content: center;
}

.tm-home-banner-slider__title {
    font-size: 120px;
    font-weight: 300;
    font-family: "DINProCondensed";
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 25px;
}

.tm-home-banner-navigation {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.tm-swiper-bottom-navigation {
    min-width: 140px;
}

.tm-home-banner-navigation .tm-home-banner-pagination {
    bottom: auto;
}

.tm-home-banner-images-slider__img {
    min-height: 782px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.tm-home-banner-images-slider.swiper {
    padding-bottom: 0;
}


.tm-home-banner-slider__card {
    padding-bottom: 40px;
}

.tm-home-banner-navigation_prev.swiper-button {
    background: none;
}

.tm-home-banner-images-slider__img img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

@media (max-width: 1500px) {
    .tm-home-banner-slider__title {
        font-size: 8.3vw;
    }
}

@media (max-width: 768px) {
    .tm-home-banner-images-slider {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .tm-home-banner-images-slider__img {
        min-height: 410px;
    }

    .tm-home-banner-slider__title {
        font-size: 45px;
    }
}


/* products slider
---------------------------------------- */
.tm-product-page-slider-wrap-pagination {
    position: relative;
    margin-top: 40px;
    background: #2D2D2D;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #868686;
}


/* reviews
---------------------------------------- */
.tm-reviews-slider {
    padding-top: 100px;
}

.tm-reviews-slider::before {
    font-family: 'tm-piranha';
    content: "\e90e";
    font-size: 42px;
    color: #fff;
    line-height: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 57px;
}

.tm-reviews-slider-wrap {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 180px 0;
    position: relative;
}

.tm-reviews-slider__card {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.tm-reviews-slider__content {
    font-family: "DINProCondensed";
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .tm-reviews-slider__content {
        font-size: 28px;
    }

    .tm-reviews-slider-wrap {
        padding: 100px 0;
    }
}

@media (max-width: 980px) {
    .tm-reviews-slider__content {
        font-size: 22px;
    }

    .tm-reviews-slider::before {
        font-size: 36px;
        line-height: 36px;
        height: 36px;
        width: 49px;
    }
}

@media (max-width: 768px) {
    .tm-reviews-slider-wrap .swiper-button {
        display: none;
    }

    .tm-reviews-slider-wrap {
        padding: 70px 0;
    }
}

/* subscribe
---------------------------------------- */
.tm-subscribe-wrap {
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
    padding-top: 88px;
    padding-bottom: 88px;
}

.tm-subscribe-wrap>div {
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
}

.tm-subscribe-content {
    max-width: 865px;
    background: rgba(0, 0, 0, 0.75);
    padding: 55px;
    margin-left: auto;
    margin-right: auto;
}

.tm-subscribe-content__subtitle {
    color: #fff;
    font-size: 20px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.tm-subscribe-content__content {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}



/* categories
---------------------------------------- */
.tm-widget-categories.tm-grid {
    margin-left: -46px;
    row-gap: 46px;
}

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

.tm-widget-categories__card {
    padding-bottom: 68%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.tm-widget-categories__card::after {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
    transition: all .3s ease-in-out;
}

.tm-widget-categories__card:hover::after {
    background: rgba(0, 0, 0, 0.8);
}

.tm-widget-categories__title,
.tm-widget-categories__card::after,
.tm-widget-categories__card>* {
    position: absolute;
}

.tm-widget-categories__card::after,
.tm-widget-categories__card a {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tm-widget-categories__card a {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.tm-widget-categories__line {
    left: 40px;
    top: 38px;
    width: calc(100% - 80px);
    height: calc(100% - 76px);
    display: block;
    border: 2px solid #AFAFAF;
    z-index: 1;
}

.tm-widget-categories__line::after,
.tm-widget-categories__line::before {
    font-family: 'tm-piranha';
    content: "\e90d";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #AFAFAF;
    font-size: 32px;
    line-height: 32px;
    height: 32px;
    width: 72px;
}

.tm-widget-categories__line::after {
    bottom: 0;
    transform: rotate(-180deg);
}

@media (max-width: 1440px) {
    .tm-widget-categories.tm-grid {
        margin-left: -30px;
        row-gap: 30px;
    }

    .tm-widget-categories.tm-grid>* {
        padding-left: 30px;
        width: 50%;
    }

    .tm-widget-categories__line {
        left: 20px;
        top: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }
}

@media (max-width: 640px) {
    .tm-widget-categories.tm-grid>* {
        width: 100%;
    }

    .tm-widget-categories__line::after,
    .tm-widget-categories__line::before {
        font-size: 24px;
        line-height: 24px;
        height: 24px;
        width: 54px;
    }
}



/* category product
========================================================================== */
.tm-archive-product__banner {
    margin-bottom: 70px;
    background: #0A0A0A;
    margin-top: 40px;
}

.tm-archive-product__banner-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 272px;
}

.tm-archive-product__banner-column {
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}


@media (max-width: 768px) {
    .tm-archive-product__banner {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .tm-archive-product__banner-img {
        min-height: auto;
    }


    .tm-archive-product__banner-column {
        padding: 30px 15px 0;
    }

    .tm-archive-product__banner .tm-grid {
        row-gap: 20px;
    }
}


.tm-product-category__card {
    padding: 25px;
    background: #0A0A0A;
    position: relative;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tm-product-category__card:hover {
    background: #111111;
}

.tm-product-category__img {
    text-align: center;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 76%;
}

.tm-banner-slider__img img,
.tm-product-category__img img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}



.tm-product-category__title {
    text-align: center;
    font-family: "DINPro";
    flex-grow: 1;
}

.tm-product-category__title a {
    font-size: 28px;
    line-height: 1.1;
    color: #8D8D8D;
    transition: all .3s ease-out;
    display: block;
    font-family: "DINProCondensed";
    text-transform: uppercase;
}

.tm-product-category__title a:hover {
    color: #c3bab6;
}

.tm-product-category__price {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'DINProCondensed', sans-serif;
    display: flex;
    align-items: center;
}

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


.tm-product-category__sale-badge {
    background: #A30909;
    color: #fff;
    width: 70px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    font-family: 'DINProCondensed', sans-serif;
}

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

.tm-product-category__price del {
    color: #8D8D8D;
    font-size: 14px;
}

.tm-product__tags {
    max-width: 70px;
}

.tm-product-category__btn a {
    display: flex;
    color: #fff;
    width: 64px;
    height: 38px;
    background: none;
    font-size: 20px;
    line-height: 1;
    margin: auto;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}

.tm-product-category__card:hover .tm-product-category__btn a:hover {
    background: #fff;
    color: #000;
}

.woocommerce .outofstock .tm-product-category__img img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.woocommerce .outofstock .tm-product-category__sum {
    opacity: .5;
}

.tm-product-category__sold {
    border-radius: 50%;
    width: 158px;
    height: 158px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    border: 1px solid #909090;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DINProCondensed";
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}


.tm-category,
.tm-category-card {
    height: 100%;
}

.tm-category-card {
    padding: 20px;
    background:#0A0A0A;
    transition: all .3s ease-in-out;
    text-align: center;
}

.tm-category-card:hover {
    background:#2b2b2b;
}

.tm-category-card-name a {
    font-family: "DINPro";
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    line-height: 22px;
}

.tm-category-card-img {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

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

.tm-product__tabs-line1 {
    margin-bottom: 40px;
}

@media (max-width:1440px) {
    .tm-product__tabs-line3 .tm-grid>.tm-grid__width-1-5 {
        width: 25%;
    }
}

@media (max-width:1280px) {
    .tm-product__tabs-line3 .tm-grid>.tm-grid__width-1-5 {
        width: 33.333%;
    }
}

@media (max-width:1180px) {
    .tm-product__tabs-line3 .tm-grid {
        flex-wrap: nowrap;
        margin-left: -20px;
    }

    .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:480px) {
    .tm-product-category__card {
        padding: 15px;
    }
}

/* product
========================================================================== */
a.added_to_cart.wc-forward {
    display: none;
}
.tm-product-delivery {
    background: #1B1B1B;
    padding: 16px 20px;
    color: #EDEDED;
    font-size: 14px;
}
.tm-product-delivery span {
    font-size: 20px;
}

.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;
    max-height: 700px;
    align-items: flex-start;
}

.tm-product__images-container .swiper-container {
    width: 100%;
    height: 100%;
}

.tm-product__images-main .swiper-container {
    position: absolute;
}

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

.variation-image,
.tm-product__images-main {
    width: 83%;
    overflow: hidden;
    padding-bottom: 58%;
    position: relative;
}

.tm-product__images-column {
    width: 17%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.tm-product__images-column .swiper-slide {
    width: calc(100% - 1px);
}

.tm-product__images-thumbs {
    height: 510px;
    overflow: hidden;
}

.tm-product__images-main .swiper-slide {
    overflow: hidden;
}

.tm-product__images-main .slider__image {
    padding-bottom: 68%;
    position: relative;
}

.tm-product__images-thumbs .slider__image {
    border-width: 1px;
    border-style: solid;
    border-color: #909090;
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
}

.tm-product__images-thumbs .swiper-slide-thumb-active .slider__image {
    border-color: #fff;
}


.tm-product__images-thumbs .slider__image div {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.variation-image img,
.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__images-thumbs-arrows-prev,
.tm-product__images-thumbs-arrows-next {
    text-align: center;
    cursor: pointer;
}

.tm-product__images-thumbs-arrows-prev.swiper-button-disabled,
.tm-product__images-thumbs-arrows-next.swiper-button-disabled {
    opacity: 0.5;
}

.tm-product__images-thumbs-arrows-prev::after,
.tm-product__images-thumbs-arrows-next::after {
    font-family: 'tm-piranha';
    content: "\e912";
    font-size: 5px;
    color: #fff;
    width: 10px;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
}

.tm-product__images-thumbs-arrows-next::after {
    transform: rotate(180deg);
    display: block;
}

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

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

.tm-product__column {
    position: relative;
}

.tm-product-card__tag {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    width: 70px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DINProCondensed";
}

.tm-product__column .tm-product__tags {
    position: absolute;
    right: 0;
    top: 0;
}


.tm-product-card__tag_new {
    background: #3AA309;
}

.tm-product-card__tag_hit {
    background: #0256b6;
}

.tm-product__sku {
    font-size: 13px;
    line-height: 12px;
    color: #B5B5B5;
}

.tm-product__price ins {
    background: none;
}

.tm-product__title {
    color: #8D8D8D;
    font-size: 24px;
}


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

.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

.woocommerce-variation-add-to-cart .tm-product__price-container {
    margin-bottom: 30px;
}

.woocommerce .product-count__content input {
    font-family: "DINPro";
    font-size: 24px;
    font-weight: 500;
    color: #8c7c73;
}

#ivpa-content {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

#ivpa-content .ivpa_custom_option.ivpa_text.ivpa_background .ivpa_term,
#ivpa-content .ivpa_attribute.ivpa_text.ivpa_background .ivpa_term {
    border-radius: 0 !important;
}

#ivpa-content .ivpa_custom_option.ivpa_color .ivpa_term,
#ivpa-content .ivpa_attribute.ivpa_color .ivpa_term {
    background-color: transparent !important;
    border: 1px solid #909090 !important;
}

#ivpa-content .ivpa_custom_option.ivpa_color .ivpa_term.ivpa_clicked,
#ivpa-content .ivpa_attribute.ivpa_color .ivpa_term.ivpa_clicked {
    padding: 3px !important;
    border: 2px solid #fff !important;
}

#ivpa-content .ivpa_text .ivpa_term {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #909090;
    font-family: "DINProCondensed";
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    padding: 10px 12px 8px !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
}

#ivpa-content .ivpa_text .ivpa_term.ivpa_clicked {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #000 !important;
}

#ivpa-content .ivpa_text .ivpa_term.ivpa_outofstock {
    background: #bbb !important;
}


#ivpa-content .ivpa_attribute.ivpa_color .ivpa_term,
#ivpa-content .ivpa_attribute.ivpa_color .ivpa_term span {
    border-radius: 50%;
}

#ivpa-content .ivpa_title {
    margin-top: 0 !important;
    font-family: "DINProCondensed";
    color: #8D8D8D;
    font-size: 24px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

#ivpa-content .ivpa_custom_option,
#ivpa-content .ivpa_attribute {
    margin-bottom: 30px !important;
}


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

.woocommerce-variation-availability p {
    margin-bottom: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.single_add_to_cart_button.disabled.button.loading::after,
.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 !important;
}

.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: none !important;
    border: 1px solid #fff;
    color: #fff;
}

.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: #fff !important;
    color: #000;
}



.simple-cart-form .single_add_to_cart_button.button,
.variations_form.cart .single_add_to_cart_button.button {
    background: none !important;
    font-weight: 500 !important;
    width: 230px;
    height: 67px;
    border-radius: 0;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 4px;
    font-family: "DINProCondensed";
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
}

.simple-cart-form .single_add_to_cart_button.button:hover,
.variations_form.cart .single_add_to_cart_button.button:hover {
    background: #fff !important;
    color: #020202;
}

.simple-cart-form .single_add_to_cart_button.button.disabled:hover,
.variations_form.cart .single_add_to_cart_button.button.disabled:hover {
    background: none !important;
    color: #fff;
}

.wc-proceed-to-checkout,
.single_add_to_cart_wrap {
    position: relative;
    height: 67px;
}

.single_add_to_cart_wrap .single_add_to_cart_button.button.disabled~span {
    opacity: .5;
}

.tm-home-banner-slider__btn span,
.wc-proceed-to-checkout>span,
.single_add_to_cart_wrap>span {
    position: absolute;
    height: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}

.tm-home-banner-slider__btn a:hover~span,
.tm-form-btn:hover~span,
.wc-proceed-to-checkout a:hover~span,
.single_add_to_cart_wrap #place_order:hover~span,
.single_add_to_cart_wrap .single_add_to_cart_button.button:hover~span {
    color: #000;
}

.single_add_to_cart_wrap .single_add_to_cart_button.button.disabled:hover~span {
    color: #fff;
}

.tm-home-banner-slider__btn span:nth-child(2),
.wc-proceed-to-checkout>span:nth-child(2),
.single_add_to_cart_wrap>span:nth-child(4),
.single_add_to_cart_wrap>span:nth-child(2) {
    left: 0;
}

.tm-home-banner-slider__btn span:nth-child(3),
.wc-proceed-to-checkout>span:nth-child(3),
.single_add_to_cart_wrap>span:nth-child(3) {
    right: 0;
}

.tm-home-banner-slider__btn span:nth-child(3)::after,
.tm-form-btn-wrap span:nth-child(3)::after,
.single_add_to_cart_wrap>span:nth-child(3)::after {
    width: 1px;
    position: absolute;
    content: '';
    height: 22px;
    background: #fff;
    z-index: 1;
    right: 0px;
    top: 1px;
}

.tm-home-banner-slider__btn a:hover~span:nth-child(3)::after,
.tm-form-btn-wrap .tm-form-btn:hover~span:nth-child(3)::after,
.single_add_to_cart_wrap #place_order:hover~span:nth-child(3)::after,
.single_add_to_cart_wrap .single_add_to_cart_button.button:hover~span:nth-child(3)::after {
    background: #000;
}

.single_add_to_cart_wrap .single_add_to_cart_button.button.disabled:hover~span:nth-child(3)::after {
    background: none;
}

.tm-home-banner-slider__btn span:nth-child(2)::before,
.tm-home-banner-slider__btn span:nth-child(3)::before,
.wc-proceed-to-checkout>span:nth-child(2)::before,
.wc-proceed-to-checkout>span:nth-child(3)::before,
.single_add_to_cart_wrap>span:nth-child(4)::before,
.single_add_to_cart_wrap>span:nth-child(2)::before,
.single_add_to_cart_wrap>span:nth-child(3)::before {
    font-family: 'tm-piranha';
    font-size: 22px;
    z-index: 0;
}

.tm-home-banner-slider__btn span:nth-child(2)::before,
.wc-proceed-to-checkout>span:nth-child(2)::before,
.single_add_to_cart_wrap>span:nth-child(4)::before,
.single_add_to_cart_wrap>span:nth-child(2)::before {
    content: "\e901";
}

.tm-home-banner-slider__btn span:nth-child(3)::before,
.wc-proceed-to-checkout>span:nth-child(3)::before,
.single_add_to_cart_wrap>span:nth-child(3)::before {
    content: "\e90a";
}

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

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

.tm-product__price del {
    order: 2;
}

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

.tm-product__price,
.tm-product__price span.woocommerce-Price-amount.amount {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    font-family: "DINProCondensed", sans-serif;
}

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

.tm-related-slider .swiper-button {
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    width: 40px;
    height: 40px;
    color: #fff;

}

.tm-related-slider .swiper-button::after {
    font-size: 18px;
}

.tm-related-slider .swiper-button-prev {
    padding-right: 3px;
}

.tm-related-slider .swiper-button-next {
    padding-left: 3px;
}

@media (min-width: 881px) {
    .tm-related-slider__grid {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        margin-left: -20px;
    }



    .tm-related-slider .swiper-button {
        display: none;
    }
}



@media (min-width: 1281px) {
    .tm-related-slider__item {
        width: 33.333%;
        padding-left: 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 1180px) {

    .tm-product__price,
    .tm-product__price span.woocommerce-Price-amount.amount {
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-width: 980px) {
    .tm-product-grid .tm-grid__width-4-10 {
        order: 1;
    }

    .tm-product-grid .tm-grid__width-2-3 {
        order: 2;
    }

    .tm-product-grid .tm-grid__width-1-4 {
        order: 3;
    }
}

@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-thumbs-arrows-prev,
    .tm-product__images-thumbs-arrows-next {
        display: none;
    }

    .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-thumbs {
        height: 97px;
    }

    .tm-product__images-main {
        margin-bottom: 15px;
    }
}

@media (max-width: 400px) {
    #ivpa-content .ivpa_title {
        font-size: 16px !important;
    }

    .simple-cart-form .single_add_to_cart_button.button,
    .variations_form.cart .single_add_to_cart_button.button {
        width: 170px;
        height: 50px;
        font-size: 14px;
    }

    .simple-cart-form .single_add_to_cart_button.button span::before,
    .variations_form.cart .single_add_to_cart_button.button span::before {
        font-family: 'tm-piranha';
        content: "\e90a";
        font-size: 20px;
    }
}


/* cart
========================================================================== */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #0A0A0A;
    color: #9b9b9b;
}
.woocommerce-info {
    border-top-color: #fff;
}
.woocommerce-info::before {
    color: #fff;
}
.xoo-cp-hdtxt, span.xcp-rel-head {
    color: #fff;
}
span.xoo-cp-close {
    background: #000;
}
span.xoo-cp-sc-icon.xoo-cp-icon-basket1 {
    font-family: 'tm-piranha' !important;
}
.xoo-cp-icon-basket1:before {
    content: "\e909";
    color: #fff;
    font-size: 24px;
}
.xoo-cp-sc-cont {
    position: relative;
}
.xoo-cp-sc-count {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    right: -4px;
    top: -5px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background-color: #0A0A0A;
    color: #fff;
}

.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: #020202;
    padding: 20px;
    position: relative;
    border: 5px solid #131313;
}

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

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

.tm-cart__title.tm-h5 {
    font-weight: 400;
    text-transform: uppercase;
    color: #8D8D8D;
    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: 600;
    color: #fff;
    font-size: 20px;
    font-family: 'DINPro', sans-serif;
}

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

.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: #020202;
    border: 5px solid #131313;
    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: #8D8D8D;
}

.order-total-sum {
    font-weight: 700;
    color: #fff;
    font-family: 'DINPro', 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: "DINPro";
}

.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: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s ease;
    font-family: "DINProCondensed";
    border-radius: 0 !important;
    text-transform: uppercase;
}


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

.product-count__content input,
.woocommerce-page .product-quantity input.qty {
    width: 88px;
    outline: none;
    border: 0 none;
    font-size: 18px;
    background: none;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.woocommerce-page .tm-cart__item .product-quantity input.qty {
    font-size: 20px;
}

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

.woocommerce-page .product-count__button {
    position: absolute;
    top: 2px;
    z-index: 5;
}

.woocommerce-page .tm-cart__item .product-count__button {
    top: 0;
}

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

.woocommerce-page .product-count__top {
    right: 0;
}

.woocommerce-page .product-count__down {
    left: 0;
}

.woocommerce-page .product-count__button::before {
    font-family: 'tm-piranha';
    font-size: 18px;
    color: #B7B7B7;
}

.woocommerce-page .product-count__button:hover:before {
    color: #fff;
}

.woocommerce-page .product-count__top::before {
    content: "\e90c";
}

.woocommerce-page .product-count__down::before {
    content: "\e90b";
}

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

.woocommerce-billing-fields {
    padding: 25px 25px 15px;
    border: 5px solid #131313;
}

.woocommerce form .form-row input.input-text {
    border: 0 none;
    height: 47px;
    border-radius: 0;
    padding: 8px 12px;
    font-size: 14px;
    background: #1B1B1B;
    color: #fff;
}

.woocommerce form .select2-container .select2-selection--single {
    border: 0 none !important;
    border-radius: 0;
}
.woocommerce .shipping-calculator-form .select2-container .select2-selection--single {
    margin-bottom: 1px;
}

.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce form  .select2-container .select2-selection--single,
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 47px !important;
    line-height: 47px !important;
}

.select2-dropdown,
.select2-container--default .select2-selection--single {
    background-color: #1B1B1B;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: rgba(255, 255, 255, .32);
    font-size: 14px;
    padding-left: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #505050;
    margin-bottom: 8px;
    color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #333333;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper label {
    display: none;
}

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

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

.wc-list-product .wc-checkout-qty {
    color: #8D8D8D;
}

#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: #020202;
    border: 5px solid #131313;
    border-radius: 10px;
    padding: 32px 40px;
}

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

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

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

.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 .select2-container .select2-selection--single {
    height: 38px;
    border: 1px solid #e1e1e1;
}

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

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

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

.woocommerce .wc-checkout-total button.button.alt {
    float: none !important;
    width: 100%;
    color: #fff;
    font-weight: 500;
    height: 67px;
    transition: all 0.3s ease;
    font-size: 20px;
    font-family: "DINProCondensed";
    border-radius: 0 !important;
    text-transform: uppercase;
}

.woocommerce .wc-checkout-total button.button.alt:hover {
    color: #000;
}

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

.woocommerce-privacy-policy-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    color: #8D8D8D;
}

.woocommerce-privacy-policy-text a {
    color: #EDEDED;
}

.wc-list-product .wc-checkout-name {
    text-transform: uppercase;
    color: #EDEDED;
    font-size: 28px;
    font-family: "DINProCondensed";
    margin-bottom: 10px;
}

.wc-list-product .tm-grid__width-1-4 {
    display: flex;
    justify-content: flex-end;
}

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

.woocommerce-checkout #payment ul.payment_methods li {
    font-weight: 700;
    padding-left: 0;
}

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

#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 #1B1B1B;
    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: #1B1B1B;
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 400;
}

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

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

/* thank you
========================================================================== */
.woocommerce-order-received h1 {
    display: none;
}

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

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

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

.tm-thank-you__text {
    color: #8D8D8D;
}

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

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

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

.woocommerce ul.order_details {
    margin: 0;
}

.tm-thank-you .woocommerce-table__line-item {
    overflow: hidden;
    margin-bottom: 12px;
    padding: 13px;
    background: #1B1B1B;
}

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

.woocommerce-order-overview__order {
    font-weight: 600;
}

.tm-thank-you .woocommerce-table__product-name a {
    font-family: "DINPro";
    text-transform: uppercase;
    color: #EDEDED;
}

.woocommerce-order-overview__date,
.woocommerce-order-overview__total {
    color: #8D8D8D;
}

.woocommerce-order-overview__date strong,
.woocommerce-order-overview__total strong {
    color: #EDEDED;
}

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

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

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

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

.wp-block-group.alignfull>div {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

/* swiper
========================================================================== */
.swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.swiper-wrapper {
    box-sizing: border-box;
}


.swiper-pagination-bullet {
    background: #B5B5B5;
}

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

.swiper-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    background: none;
}

.swiper-button:hover {
    background: #fff;
}


.tm-banner-slider-wrap:hover .swiper-button.swiper-button-disabled,
.swiper:hover .swiper-button.swiper-button-disabled {
    opacity: .5;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button::after {
    font-size: 37px;
    color: #fff;
}

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

@media (max-width: 480px) {
    .swiper-button {
        width: 35px;
        height: 35px;
    }

    .swiper-button::after {
        font-size: 17px;
    }
}


/* social
========================================================================== */
.tm-social a {
    color: #fff;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    line-height: 29px;
}

.tm-social {
    column-gap: 30px;
}

.tm-social a:hover {
    color: #a1a1a1;
}

.tm-social a.tm-piranha-icon-youtube:hover {
    color: #f60002;
}

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

.tm-social a.tm-piranha-icon-instagram:hover {
    color: #f21db2;
}

.tm-social a.tm-piranha-icon-tiktok:hover {
    color: #949494;
}

@media (max-width:1440px) {
    .tm-social {
        column-gap: 15px;
        row-gap: 15px;
    }

    .tm-social a {
        font-size: 24px;
    }
}


/* 404
========================================================================== */
.tm-404__content {
    max-width: 550px;
    margin: 180px auto 0;
}


/* breadcrumb
========================================================================== */
.tm-breadcrumb-wrapper {
    padding: 19px 0 0;
    margin-bottom: 25px;
}

.tm-breadcrumb {
    color: #B5B5B5;
    font-family: "DINPro";
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
}

.tm-breadcrumb span.current-item {
    color: #B5B5B5;
}

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

.tm-breadcrumb span a {
    color: #B5B5B5;
    text-decoration: none;
    font-family: "DINPro";
}

.tm-breadcrumb span a:hover {
    color: #d4d4d4;
    text-decoration: underline;
}


/* pagination
========================================================================== */
.category-pagination .pagination {
    margin-top: 50px;
    margin-bottom: 50px;
}

.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;
    align-items: center;
    justify-content: center;
    color: #8A8888;
    transition: all 0.3s ease-out;
    border-radius: 50%;
    font-size: 20px;
}

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

.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 {
    color: #FFFFFF;
    background: none;
}

.woocommerce-pagination ul.page-numbers a.page-numbers:hover,
.category-pagination .nav-links a.page-numbers:hover {
    background: none;
    color: #fff;
}

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

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

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

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

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

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

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

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

    .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: 40px;
        height: 40px;
        font-size: 16px;
    }

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

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

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

.tm-lang .wpml-ls-legacy-dropdown a {
    background: none;
    border: 0 none;
    color: #fff;
}

.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: #2D2D2D;
    color: #e0e0e0;
}

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



/* search
========================================================================== */
.tm-search-card {
    background: #F4F4F4;
    border-radius: 6px;
    padding: 15px 18px;
    text-align: center;
}

.tm-search-card__content {
    line-height: 24px;
}

/* footer
========================================================================== */
.tm-footer {
    padding-top: 55px;
    padding-bottom: 25px;
    background: #0A0A0A;
    color: #EDEDED;
}

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

.tm-developer,
.tm-footer__copy {
    font-size: 14px;
    line-height: 16px;
    color: #8D8D8D;
}

.tm-developer a {
    color: #DCDCDC;
}

.tm-footer__mail span {
    font-size: 29px;
}

.tm-footer__mail a {
    font-size: 16px;
    font-weight: 600;
    color: #DCDCDC;
}

.tm-footer__mail a:hover {
    color: #fff;
}

.tm-footer__title {
    color: #8D8D8D;
    padding-top: 20px;
    font-size: 16px;
    line-height: 18px;
}

.tm-footer__menu a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

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

.tm-footer__menu>div {
    display: flex;
}

.tm-footer__menu>div:not(:last-child) {
    margin-bottom: 15px;
}

.tm-footer__sub-text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

.tm-footer__sub-form .wpcf7-form-control {
    border: 0 none;
    background: #1B1B1B;
    margin-bottom: 0;
    height: 57px;
    line-height: 57px;
    font-size: 14px;
}

.tm-footer__sub-form .wpcf7-form-control::-webkit-input-placeholder {
    color: #9D9D9D;
}

.tm-footer__sub-form .wpcf7-form-control::-moz-placeholder {
    color: #9D9D9D;
}

.tm-footer__sub-form .wpcf7-form-control:-moz-placeholder {
    color: #9D9D9D;
}

.tm-footer__sub-form .wpcf7-form-control:-ms-input-placeholder {
    color: #9D9D9D;
}

.tm-footer__sub-form form {
    position: relative;
}

.tm-sub-arrow {
    position: absolute;
    cursor: pointer;
    background: #F0F0F0;
    border-radius: 6px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    line-height: 23px;
    top: 10px;
    right: 13px;
    border: 0 none;
    transition: all .3s ease-in-out;
    color: #000;
}

.tm-sub-arrow:hover {
    background: #000;
    color: #fff;
}

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


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

#becomeMember {
    max-width: 750px;
}

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

@media (max-width:1440px) {
    .form-popup-content__title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width:480px) {
    .form-popup-content__title {
        font-size: 28px;
        line-height: 40px;
    }
}

/* filter
========================================================================== */
.tm-archive-product__sidebar-inner .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    background: #9461CD;
}

.tm-archive-product__chips .wpc-custom-selected-terms ul.wpc-filter-chips-list {
    margin-bottom: 0;
}

.tm-archive-product__chips .wpc-custom-selected-terms ul.wpc-filter-chips-list li:last-child {
    margin-bottom: 30px;
}

.wpc-filter-chip::before,
.wpc-checkbox-item::before,
.tm-archive-product .tm-centered-content>.wpc-custom-selected-terms {
    display: none;
}

.wpc-filters-widget-wrapper .wpc-posts-found {
    font-family: "DINPro";
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #864627;
}

.wpc-filters-main-wrap .wpc-filter-title {
    font-weight: 600;
    font-family: "DINPro";
    color: #554c43;
    font-size: 18px;
}

.wpc-filters-range-column input {
    border: 1px solid #ccd0dc;
    outline: none;
    height: 40px;
    padding-left: 10px;
}

.tm-archive-product__sidebar-inner>section .widget-title,
.wpc-filter-set-widget-title .widget-title {
    font-size: 35px;
    text-transform: uppercase;
    color: #554c43;
    font-family: 'DINPro', sans-serif;
    font-weight: 500;
    padding-top: 20px;
}

.widget_wpc_filters_widget,
body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    margin-bottom: 0 !important;
}

.wpc-term-item-content-wrapper {
    position: relative;
    padding-left: 25px;
}

.wpc-term-item-content-wrapper input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    height: 0;
    width: 0;
}

.wpc-term-item-content-wrapper label::before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #CCD0DC;
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
}

.wpc-term-item-content-wrapper input:checked~label::before {
    background: #CCD0DC;
}

.wpc-term-item-content-wrapper label::after {
    left: 7px;
    top: 5px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.wpc-term-item-content-wrapper input:checked~label::after {
    border: solid #000;
    border-width: 0 3px 3px 0;
    width: 5px;
    height: 10px;
}

.wpc-term-item-content-wrapper label a {
    color: #000;
}

.wpc-term-count {
    font-family: 'DINPro', sans-serif;
}

/* form
========================================================================== */
.wpcf7-form-control {
    background: transparent;
    border-radius: 0;
    width: 100%;
    height: 79px;
    line-height: 79px;
    font-family: 'DINPro', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 7px 30px;
    border-width: 1px;
    border-color: #e1e1e1;
    border-style: solid;
    outline: none;
    color: #fff;
}

.wpcf7-not-valid {
    box-shadow: 0 0 15px #dc323257;
}

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

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

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

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

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

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

.tm-form-btn-wrap {
    max-width: 230px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.tm-form-btn,
.wpcf7-submit {
    width: 230px;
    background: none;
    border-radius: 0;
    height: 67px;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'DINProCondensed', sans-serif;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s ease-out;
    margin-left: auto;
    margin-right: auto;
}

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

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

.wpcf7-spinner {
    display: none;
}

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

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

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

@media (max-width:480px) {
    .wpcf7-form-control {
        margin-bottom: 12px;
    }

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

    .tm-form-btn-wrap {
        max-width: 100%;
    }

    .wpcf7-form-control {
        height: 57px;
        line-height: 57px;
        font-size: 16px;
    }
}

/* tabs 
========================================================================== */
.tm-tabs-content__item {
    display: none;
}

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


.tm-tabs-triggers__item {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    padding-bottom: 12px;
    position: relative;
    background: none;
    outline: none;
    border: 0 none;
    font-family: "DINPro";
}

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

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

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

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


/* main style
========================================================================== */
.cmplz-marketing .cmplz-manage-consent {
    display: none;
}

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

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

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

.home .tm-main {
    padding: 0;
}

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

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

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

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

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

.tm-box {
    padding: 90px 80px;
}

.tm-box-big {
    padding: 120px 80px;
}

.tm-small-padding .wp-block-columns {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1180px) {
    :where(.wp-block-columns.tm-two-column-space.is-layout-flex) {
        gap: 90px;
    }

    :where(.wp-block-columns.tm-three-column-space.is-layout-flex) {
        gap: 70px;
    }

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

@media (max-width: 980px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }

    .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .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 {
        width: 100%;
    }
}

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

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4,
.tm-h5,
.tm-h6 {
    font-weight: 700;
    line-height: 120%;
    position: relative;
    z-index: 3;
    font-family: "DINProCondensed";
    color: #E3E3E3;
}

.tm-hero-title {
    font-size: 75px;
    line-height: 1.1;
    font-family: "DINProCondensed";
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

h1,
.tm-h1 {
    font-size: 45px;
    font-weight: 400;
    color: #fff;
    font-weight: 400;
}

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

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

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

.tm-font-uniq {
    font-family: "DINProCondensed";
}

.size20 {
    font-size: 20px;
    line-height: 110%;
}

.size18 {
    font-size: 18px;
    line-height: 110%;
}

.extrabold {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 600;
}

.lightmedium {
    font-weight: 500;
}

.normal {
    font-weight: 400;
}


.color-white {
    color: #fff;
}


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

.trans {
    text-transform: uppercase;
}

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

.max750 {
    max-width: 750px;
}

.lh160 {
    line-height: 160%;
}

.lh180 {
    line-height: 180%;
}

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


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

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: #fff;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}


ol {
    counter-reset: num;
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

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: #f7941e;
}

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

.tm-content-btn a {
    width: 230px;
    background: none;
    color: #fff;
    display: flex;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    height: 67px;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "DINProCondensed";
    border: 1px solid #fff;
}

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


@media (max-width: 1600px) {
    .tm-main {
        padding: 0 0 80px;
    }

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

}

@media (max-width: 1440px) {
    .tm-hero-title {
        font-size: 55px;
    }

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

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

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

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

    .lh160 {
        line-height: 140%;
    }

    .lh180 {
        line-height: 150%;
    }

}

@media (max-width: 1180px) {
    .tm-hero-title {
        font-size: 45px;
    }

    .tm-content-btn a {
        height: 60px;
    }

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

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

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



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

@media (max-width: 980px) {
    .tm-column-right {
        order: inherit;
    }

    .wp-block-image .alignright {
        float: none;
        margin: 0;
    }

    br {
        display: none;
    }
}

@media (max-width: 480px) {
    .tm-hero-title {
        font-size: 38px;
    }

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

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

    .lh160,
    .lh180 {
        line-height: 120%;
    }

    .tm-content-btn a {
        font-size: 14px;
        line-height: 18px;
        width: 100%;
        font-weight: 700;
    }

    br {
        display: none;
    }

}

@media (max-width: 350px) {
    .tm-content-btn a {
        width: 100%;
    }
}

/* margins
========================================================================== */
.tm-margin-xxsmall-bottom {
    margin-bottom: 8px;
}

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

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

.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-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {

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

/* mob html slider
========================================================================== */
@media (max-width:1180px) {
    .tm-slider-line1 {
        width: calc(100% + 20px);
        overflow: hidden;
    }

    .tm-slider-line2 {
        overflow-x: auto;
        margin-bottom: 15px;
        padding-bottom: 10px;
        scrollbar-width: thin;
        scrollbar-color: #C9A86B #eee;
    }

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

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


    .tm-slider-line2::-webkit-scrollbar {
        width: 5px;
        height: 3px;
    }

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

    .tm-slider-line2::-webkit-scrollbar-track {
        background: #52545f;
    }

    .tm-slider-line2::-webkit-scrollbar-track-piece {
        background-color: #eee;
    }

    .tm-slider-line2::-webkit-scrollbar-thumb {
        width: 10px;
        background: #C9A86B;
        cursor: pointer;
        transition: background .2s ease-in-out
    }

    .tm-slider-line2::-webkit-scrollbar-corner {
        background-color: #999;
    }

    .tm-slider-line2::-webkit-resizer {
        background-color: #666;
    }
}