/*!
Theme Name: radiokava
Theme URI: http://arnocode.com/
Author: Arnocode
Author URI: https://arnocode.com/
Description: Theme template for RadioKava. To contact the developer, write to telegram @arnocode
Version: 1.0.0
Text Domain: radiokava

*/

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

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

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

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

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

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

.tm-radiokava {
    font-family: 'tm-radiokava' !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-radiokava-icon-loupe:before {
    content: "\e90e";
}

.tm-radiokava-icon-minus2:before {
    content: "\e90c";
}

.tm-radiokava-icon-plus2:before {
    content: "\e90d";
}

.tm-radiokava-icon-instagram:before {
    content: "\e90b";
}

.tm-radiokava-icon-youtube:before {
    content: "\e90a";
}

.tm-radiokava-icon-comment:before {
    content: "\e908";
}

.tm-radiokava-icon-heart:before {
    content: "\e909";
}

.tm-radiokava-icon-edit:before {
    content: "\e907";
}

.tm-radiokava-icon-pin:before {
    content: "\e900";
}

.tm-radiokava-icon-info:before {
    content: "\e901";
}

.tm-radiokava-icon-cart:before {
    content: "\e902";
}

.tm-radiokava-icon-cart2:before {
    content: "\e903";
}

.tm-radiokava-icon-exit:before {
    content: "\e904";
}

.tm-radiokava-icon-profile:before {
    content: "\e905";
}

.tm-radiokava-icon-settings:before {
    content: "\e906";
}


/*--------------------------------------------------------------
# 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: #FAFAF7;
    color: #191A00;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Inter', 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;
}

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

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

cite {
    font-style: normal;
}

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

address {
    margin: 0 0 25px;
}

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

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

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

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

big {
    font-size: 125%;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 25px 25px;
}

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

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

figure {
    margin: 1em 0;
}

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

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

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

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

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


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

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

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

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

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

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

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

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

    /*rtl:ignore*/
    float: left;

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

.alignright {

    /*rtl:ignore*/
    float: right;

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

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

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

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

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

.tm-header {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    position: fixed;
    background: #fff;
    z-index: 1000;
}


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

.tm-page_black .tm-header {
    background: rgba(17, 18, 0, 0.60);
}

.tm-page_black .tm-header.tm-header_active {
    background: rgba(17, 18, 0, 1);
}

.tm-header__logo-white {
    display: none;
}

.tm-page_black .tm-header__logo-white {
    display: flex;
}

.tm-page_black .tm-header__logo-color {
    display: none;
}

.xoo-el-login-tgr,
.tm-header-account {
    text-align: center;
    font-size: 12px;
    color: #252600;
}

.tm-page_black .xoo-el-login-tgr,
.tm-page_black .tm-header-account {
    color: #FAFAF7;
}

.xoo-el-login-tgr::before,
.tm-header-account::before {
    font-family: 'tm-radiokava';
    content: "\e905";
    font-size: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.tm-header-cart__icon {
    position: relative;
    text-align: center;
    font-size: 12px;
    transition: all .3s ease-in-out;
}

.tm-page_black .xoo-el-login-tgr:hover,
.tm-page_black .tm-header-account:hover,
.tm-header-cart:hover .tm-header-cart__icon {
    color: #c28d09;
}

.tm-header-cart__icon::before {
    font-family: 'tm-radiokava';
    content: "\e902";
    font-size: 24px;
    line-height: 1.2;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


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

.tm-heaeder__burger-name {
    position: absolute;
    font-size: 12px;
    right: 21px;
    bottom: 7px;
}

.tm-heaeder__burger-name,
.tm-header__right {
    z-index: 1;
}

.tm-search__icon {
    color: #000;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.tm-search {
    position: relative;
}

.tm-search__icon .tm-radiokava {
    font-size: 19px;
    margin-bottom: 7px;
    padding-top: 3px;
}

.tm-search__content {
    position: absolute;
    top: 45px;
    width: 280px;
    background: #fff;
    padding: 15px;
    right: 0;
    box-shadow: 0 15px 30px rgb(0 0 0 / 5%);
}

@media (min-width: 1181px) {

    .tm-heaeder__burger-name {
        display: none;
    }
}

@media (max-width: 1180px) {

    .tm-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .tm-header__right {
        right: 75px;
        position: absolute;
    }
}




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

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


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

.tm-page_black .tm-toogle-navigation>label span {
    background: #fff;
}

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

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

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

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



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

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

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

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

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


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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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



@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%;
        background: #fff;
        height: 0;
        top: 65px;
        left: 0;
        visibility: hidden;
    }

    .tm-page_black .tm-mob-back::before,
    .tm-page_black .tm-primary-navigation {
        background: #191A00;
    }

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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


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

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

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
}

.tm-breadcrumb {
    color: #282929;
    font-size: 12px;
}

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

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

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

@media (max-width: 1180px) {
    .tm-breadcrumb-wrapper {
        margin-bottom: 30px;
    }
}

/* homepage
========================================================================== */

.tm-btn-right-gu-bottom {
    margin-top: 25px;
}

@media (min-width: 782px) {
    .tm-btn-right-gu-bottom {
        display: none;
    }
}

@media (max-width: 781px) {
    .tm-btn-right-gu.tm-flex {
        display: none;
    }
}

/* BLOCKS
========================================================================== */
/* banner slider
---------------------------------------- */
.tm-banner-slider-wrap .swiper::after,
.tm-banner-slider-wrap .swiper::before {
    display: none;
}

.tm-banner-slider.swiper {
    overflow: hidden;
    border-radius: 12px;
}

.tm-banner-slider .swiper-wrapper {
    box-sizing: border-box;
}

.tm-banner-slider__item {
    position: relative;
    overflow: hidden;
    padding-bottom: 46%;
}

.tm-banner-slider__card,
.tm-banner-slider__card>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tm-banner-slider__card>a {
    z-index: 10;
}

.tm-banner-slider__grid {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tm-banner-slider__content {
    width: 60%;
}

.tm-banner-slider__img-container {
    width: 40%;
    text-align: right;
}

.tm-banner-slider__pretitle,
.tm-banner-slider__title,
.tm-banner-slider__subtitle {
    color: #fff;
    line-height: 1.1;
}

.tm-banner-slider__subtitle {
    margin-top: 15px;
    font-size: 14px;
}


.tm-banner-slider__card {
    display: flex;
    padding: 40px 50px 95px;
}

.tm-banner-slider__btns {
    margin-top: 15px;
    column-gap: 50px;
    row-gap: 10px;
}

.tm-banner-slider__btn-link a {
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
}

.tm-banner-slider__btn-link a:hover {
    color: #EDB01A;
}

.tm-slider-left {
    align-items: center;
}

.tm-slider-right {
    align-items: center;
    flex-direction: row-reverse;
}

.tm-slider-left-bottom {
    align-items: flex-end;
}

.tm-slider-right-bottom {
    align-items: flex-end;
    flex-direction: row-reverse;
}


.tm-banner-slider__label {
    width: 110px;
    height: 41px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 2px;
}

.tm-banner-slider__label_green {
    background: #47AB57;
}

.tm-banner-slider__label_hot {
    background: #cc3636;
}

.tm-banner-slider-navigation {
    background: rgba(255, 255, 255, 0.20);
    border-radius: 4px;
    padding: 4px 4px 4px 10px;
    display: flex;
    column-gap: 12px;
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 5;
}

.tm-banner-slider-button {
    border-radius: 4px;
    background: #fff;
    min-width: 48px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.tm-banner-slider-button:hover {
    background: #EDB01A;
}

.tm-banner-slider-button::after {
    border: solid #191A00;
    border-width: 0 2px 2px 0;
    padding: 3px;
    content: '';
    width: 8px;
    height: 8px;
    display: block;
}

.tm-banner-slider-button:hover::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.tm-banner-slider-prev::after {
    transform: rotate(135deg);
}

.tm-banner-slider-next::after {
    transform: rotate(-45deg);
}

.tm-banner-slider-navigation .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.40);
    transition: all .3s ease-in-out;
}

.tm-banner-slider-navigation .swiper-pagination-bullet:hover,
.tm-banner-slider-navigation .swiper-pagination-bullet-active {
    background: #fff;
}

.tm-banner-slider__img-bg,
.tm-banner-slider__img-bg-mob {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 102%;
    z-index: 0;
}

@media (min-width: 641px) {
    .tm-banner-slider__img-bg-mob {
        display: none;
    }
}

@media (max-width: 960px) {
    .tm-banner-slider__item {
        padding-bottom: 54%;
    }
}

@media (max-width: 767px) {
    .tm-banner-slider__item {
        padding-bottom: 60%;
    }
}

@media (max-width: 740px) {
    .tm-banner-slider__item {
        padding-bottom: 0;
    }

    .tm-banner-slider__card {
        position: relative;
    }
}

@media (max-width: 640px) {
    .tm-banner-slider__img-bg {
        display: none;
    }

    .tm-banner-slider__card {
        padding: 25px 15px 95px;
    }

    .tm-banner-slider__content,
    .tm-banner-slider__img-container {
        width: 100%;
    }

    .tm-banner-slider__grid {
        gap: 20px;
    }

    .tm-slider-right-bottom,
    .tm-slider-left-bottom,
    .tm-slider-right,
    .tm-slider-left {
        flex-direction: column-reverse;
    }

    .tm-banner-slider__img-product {
        max-width: 200px;
    }

    .tm-banner-slider-navigation {
        left: 15px;
    }
}

@media (max-width: 420px) {

    .tm-banner-slider__btn-buy,
    .tm-banner-slider__btn-link,
    .tm-banner-slider__btn-buy.tm-content-btn a,
    .tm-banner-slider__btn-link a,
    .tm-banner-slider__btn-link.tm-content-btn a {
        width: 100%;
    }
}



/* banner block
------------------------------------------------------ */
.tm-banner-block-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    padding-bottom: 68%;
}

.tm-banner-block {
    max-width: 1080px;
    padding: 0 20px 90px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    margin-top: 8vw;
}

.tm-banner-block-wrap::before,
.tm-banner-block-wrap::after {
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    left: 0;
}

.tm-banner-block-wrap::before {
    background: rgba(0, 0, 0, .6);
    top: 0;
    height: 100%;
}

.tm-banner-block-wrap::after {
    height: 160px;
    background: linear-gradient(180deg, rgba(17, 18, 0, 0.00) 0%, #111200 100%);
    bottom: 0;
}

@media (max-width: 980px) {
    .tm-banner-block {
        margin-top: 10vw;
    }

    .tm-banner-block .max600 {
        max-width: 50%;
    }
}

@media (max-width: 460px) {
    .tm-banner-block {
        margin-top: 50px;
        position: relative;
        padding: 0 20px 20px;
    }

    .tm-banner-block-wrap img {
        display: none;
    }

    .tm-banner-block .max600 {
        max-width: 100%;
    }

    .tm-banner-block-wrap {
        padding-bottom: 20px;
    }

    .tm-banner-block-wrap::before,
    .tm-banner-block-wrap::after {
        display: none;
    }
}

/* benefits
------------------------------------------------------ */
.tm-benefits-grid__item {
    border: 1px solid #000;
    padding: 24px;
    height: 100%;
}

.tm-page_black .tm-benefits-grid__item {
    border: 1px solid #FAFAF7;
}

.tm-benefits-block>.tm-grid {
    row-gap: 0;
}

@media (max-width: 480px) {
    .tm-benefits-grid__title.tm-h3 {
        font-size: 16px;
    }
}

/* logotypes
------------------------------------------------------ */
.tm-logotypes__item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.10);
    padding: 12px;
    min-height: 86px;
}

.tm-logotypes__item div {
    display: flex;
}

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

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

.tm-content-accordion-list>div.active {
    padding-bottom: 0;
}

.tm-content-accordion-list>div .tm-content-accordion-list__title::after {
    right: 20px;
    top: 33px;
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    border: solid #191A00;
    border-width: 0 2px 2px 0;
    padding: 4px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #404040;
    font-weight: 400;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

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

.tm-content-accordion-list__title {
    font-weight: 700;
    color: #191A00;
    font-size: 22px;
    line-height: 1.1;
    transition: all 0.3s ease-out;
    padding: 24px 42px 24px 12px;
}

.tm-content-accordion-list__text {
    padding: 0 12px 24px;
}

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

@media (max-width: 980px) {
    .tm-content-accordion-list__title {
        padding: 18px 52px 18px 25px;
    }

    .tm-content-accordion-list__text {
        padding: 18px 78px;
    }

    .tm-content-accordion-list>div .tm-content-accordion-list__title::after {
        top: 26px;
    }
}

@media (max-width: 768px) {
    .tm-content-accordion-list__title {
        padding: 18px 32px 18px 0;
        font-size: 16px;
    }

    .tm-content-accordion-list__text {
        padding: 18px 0 18px 0;
    }

    .tm-content-accordion-list>div {
        max-width: 100%;
    }

    .tm-content-accordion-list>div .tm-content-accordion-list__title::after {
        right: 3px;
        top: 23px;
    }
}

/* places
------------------------------------------------------  */
.tm-place-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding-bottom: 65%;
}

.tm-place-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.tm-grid__width-3-20 .tm-place-item {
    padding-bottom: 74.6%;
}

.tm-place-item__logo {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    z-index: 2;
}

.tm-place-item__content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    width: calc(100% - 48px);
}

.tm-place-link {
    height: calc(100% - 2px);
}

.tm-place-link a {
    color: #191A00;
    border: 2px solid #191A00;
    padding: 24px;
    border-radius: 12px;
    height: 100%;
}

.tm-place-link a span {
    padding-right: 40px;
}

.tm-place-link a,
.tm-place-link a span {
    display: block;
}

.tm-place-link a:hover {
    color: #fff;
    background: #191A00;
}

.tm-place-link a span::after {
    border: solid #191A00;
    border-width: 0 3px 3px 0;
    padding: 4px;
    transform: rotate(-45deg);
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    right: 24px;
    top: 29px;
}

.tm-place-link a:hover span::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

@media (max-width: 420px) {
    .tm-place-link a {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        border-radius: 4px;
    }

    .tm-place-link a span {
        display: inline;
        position: relative;
    }

    .tm-place-link a span {
        padding-right: 20px;
    }

    .tm-place-link a span::after {
        border-width: 0 2px 2px 0;
        padding: 3px;
        top: 4px;
        width: 5px;
        height: 5px;
        right: 0;
    }
}


/* contacts
------------------------------------------------------  */
.tm-contacts-block-item {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 16px 48px 0px rgba(110, 81, 12, 0.10);
    padding: 32px;
}

.tm-contacts-block-item__link {
    width: 166px;
    border-radius: 8px;
    background: var(--Brand-Color, #EDB01A);
    height: 43px;
    background: #EDB01A;
    color: #191A00;
    text-decoration: underline;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


/* insta and youtube
------------------------------------------------------  */
.tm-uniq-block {
    position: relative;
    margin-top: 90px;
    margin-bottom: 90px;
}

.tm-uniq-block::after,
.tm-uniq-block::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 59px;
    background-size: 100% !important;
}

.tm-uniq-block::before {
    background: url(img/block-top1.svg) no-repeat 0 bottom;
    top: -58px;
}

.tm-uniq-block::after {
    background: url(img/block-top2.svg) no-repeat 0 0;
    bottom: -58px;
}

.tm-insta-slider.swiper {
    overflow: hidden;
    min-width: 0;
}

.tm-insta-slider .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.tm-insta-slider.swiper::before,
.tm-insta-slider.swiper::after {
    display: none;
}

.tm-you-blog__ava {
    min-width: 104px;
    max-width: 104px;
}

.tm-insta-slider__card {
    background: #FAFAF7;
    border-radius: 20px;
    padding: 8px 8px 15px;
    height: 100%;
}

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

.tm-insta-slider__img {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    padding-bottom: 112%;
}

.tm-insta-slider__icons {
    font-size: 24px;
}

.tm-insta-slider__content {
    padding: 0 8px;
}


.tm-you-blog {
    border: 2px solid #FAFAF7;
    padding: 24px;
    border-radius: 12px;
    height: calc(100% - 75px);
    margin-top: 75px;
}

.tm-you-blog__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FF0000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 260px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    column-gap: 10px;
    margin-top: 15px;
}

.tm-you-blog__btn a span {
    font-size: 18px;
}

.tm-you-blog__video {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding-bottom: 62%;
}

.tm-you-blog__play {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.tm-content-btn.tm-insta-btn a {
    background: linear-gradient(86deg, #783ACA -0.09%, #FF8030 99.91%);
    box-shadow: 0px 4px 32px 0px #4A2513;
    width: 146px;
}

@media (max-width: 1440px) {
    .tm-uniq-block {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width: 980px) {
    .tm-you-blog {
        margin-top: 0;
        height: 100%;
    }

    .tm-you-blog__grid-video.tm-grid .tm-grid__width-1-2 {
        width: 50%;
    }
}

@media (max-width: 570px) {
    .tm-you-blog {
        padding: 0;
        border: 0 none;
        margin-top: 40px;
    }

    .tm-you-blog__grid-video.tm-grid {
        display: none;
    }

    .tm-you-blog__btn a {
        width: 100%;
    }
}

@media (max-width: 539px) {
    .tm-insta-slider.swiper {
        width: calc(100% + 20px);
    }
}

@media (max-width: 480px) {
    .tm-uniq-block {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .tm-uniq-block::after,
    .tm-uniq-block::before {
        height: 30px;
    }

    .tm-uniq-block::before {
        top: -29px;
    }

    .tm-uniq-block::after {
        bottom: -29px;
    }

    .tm-instayou-insta__header-right,
    .tm-content-btn.tm-insta-btn {
        width: 100%;
    }

    .tm-content-btn.tm-insta-btn a {
        width: 100%;
        border-radius: 8px;
    }

    .tm-content-btn span {
        font-size: 18px;
    }

    .tm-uniq-block .has-text-align-center {
        text-align: left;
    }

    .tm-instayou-block {
        margin-top: 50px;
    }
}


/* about
========================================================================== */
.tm-main.tm-about {
    padding-top: 0;
}


/* account
========================================================================== */
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background: #D69700;
}

.xoo-el-form-register .xoo-aff-group {
    margin-bottom: 16px;
}

.xoo-aff-group input[type="text"],
.xoo-aff-group input[type="password"],
.xoo-aff-group input[type="email"],
.xoo-aff-group input[type="number"],
.xoo-aff-group select {
    outline: none;
}

.xoo-el-form-container {
    padding-bottom: 0 !important;
}

.xoo-aff-group label {
    margin-bottom: 0;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    border-radius: 4px;
    outline: none;
    border: 0 none;
    background: #DCDCD6;
    color: #72735C;
    font-size: 14px;
    transition: all .3s ease-in-out;
    text-transform: none;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover {
    background: #afafaa;
}

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

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

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

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

.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    padding: 0;
}

.woocommerce-account-mail {
    color: #72735C;
    font-weight: 500;
}


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

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
    order: 1;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
    order: 2;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
    order: 3;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    order: 4;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    order: 5;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    order: 6;
}

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

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #191A00;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    padding-left: 35px;
    font-size: 14px;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::after {
    font-family: 'tm-radiokava';
    position: absolute;
    left: 0;
    font-size: 26px;
    font-weight: 400;
    top: 5px;
}

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

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

.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--edit-account a::after {
    content: "\e906";
    font-size: 23px;
    left: 2px;
}

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

}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 25px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #AE2012;
}

.woocommerce-account .u-column1.col-1.woocommerce-Address {
    border-radius: 5px;
    border: 1px solid #DCDCD6;
    background: #f5f5f5;
    padding: 30px;
}

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

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

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

.woocommerce-account header.woocommerce-Address-title.title a:hover::after {
    color: #D69700;
}

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

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

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

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

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

.woocommerce-account button.button {
    background: #191A00 !important;
    margin-top: 20px;
    color: #fff !important;
    border-radius: 4px !important;
    transition: all .3s ease-in-out;
}


.woocommerce-account button.button:hover {
    background: #3a3a37 !important;
}

.woocommerce-orders-table__row {
    border-radius: 10px;
    border: 1px solid #DCDCD6;
    background: #f5f5f5;
    padding: 20px 30px;
    font-size: 14px;
    font-weight: 500;
}

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

.woocommerce-account a.button:hover {
    background: #191A00;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.woocommerce-MyAccount-content .woocommerce-pagination {
    margin-top: 25px;
}

.tm-acc-order-billing-details {
    border-radius: 5px;
    border: 1px solid #DCDCD6;
    background: #f5f5f5;
    padding: 30px;
}

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

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

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

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

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

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

.woocommerce-table--order-details-products {
    border-radius: 5px;
    border: 1px solid #DCDCD6;
    background: #f5f5f5;
    padding: 30px;
}

.um_field_container input {
    max-width: 300px;
    height: 40px;
}

#um_field_4_whilesaleaccount_1 {
    height: auto;
}

.um_field_container input {
    border: 1px solid #dfdbdb;
    border-radius: 4px;
    width: 100%;
    outline: none;
    padding: 5px 12px;
}

.um_user_form input[type="submit"] {
    padding: 2px 10px;
    background: #000;
    border-radius: 4px;
    border: 0 none;
    cursor: pointer;
    color: #fff;
    transition: all .3s ease-in-out;
    margin-top: 3px;
    height: 40px;
    width: 190px;
}

.um_user_form input[type="submit"]:hover {
    background: #292929;
}

.formError .formErrorArrow div,
.formError .formErrorContent {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.wc-item-variation-attributes {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

}

@media (max-width: 1060px) {

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

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

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

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

@media (max-width: 980px) {

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

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

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding: 20px 0;
    }

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

    .woocommerce-account br {
        display: block;
    }

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

@media (max-width: 480px) {

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

    .woocommerce-account header.woocommerce-Address-title.title a {
        top: 40px;
    }

    .woocommerce-table--order-details-products,
    .woocommerce-account .u-column1.col-1.woocommerce-Address {
        padding: 20px 15px;
    }

    .woocommerce-account .u-column1.col-1.woocommerce-Address address {
        margin-bottom: 0;
    }
}


/* select
========================================================================== */
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
}

.select2-dropdown,
.select2-container--default .select2-selection--single {
    border: 1px solid #e1e1e1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    background-color: transparent;
}

.select2-container--default .select2-results>.select2-results__options li:not(:last-child) {
    margin-bottom: 0;
}

.select2-container--default .select2-results>.select2-results__options li::before {
    display: none;
}

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

.select2-search--dropdown .select2-search__field {
    opacity: 0;
}

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

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

.swiper {
    overflow: visible;
}

.swiper::after,
.swiper::before {
    position: absolute;
    content: '';
    background: #FAFAF7;
    height: calc(100% + 60px);
    width: 100vw;
    z-index: 5;
    top: -30px;
}



.swiper::after {
    left: calc(100% + 17px);
}

.swiper::before {
    right: calc(100% + 17px);
}

.swiper-button {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 10px 16px 0px rgba(12, 5, 61, 0.12);
    visibility: hidden;
    transform: translateY(70%);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.swiper-button:hover {
    background: #0a0909;
}

.tm-product__images-main:hover .swiper-button,
.swiper:hover .swiper-button {
    visibility: visible;
    opacity: 1;
    transform: translateY(-10%);
}

.tm-product__images-main:hover .swiper-button.swiper-button-disabled,
.swiper:hover .swiper-button.swiper-button-disabled {
    opacity: .5;
}

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

.swiper-button-next {
    right: -25px;
}

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

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

.swiper-button::after {
    font-size: 25px;
    color: #000;
}

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


@media (max-width: 1180px) {
    .swiper-button {
        visibility: visible;
        transform: translateY(0%);
        opacity: 1;
    }
}

@media (max-width: 980px) {
    .swiper-button-prev {
        left: -15px;
    }

    .swiper-button-next {
        right: -15px;
    }
}

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

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



/* category product
========================================================================== */
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none;
}

.tm-gutenberg-product ul>li {
    padding-left: 0;
    position: relative;
    padding-bottom: 74px;
}

.tm-gutenberg-product ul .added_to_cart.wc_forward,
.tm-gutenberg-product ul>li::before {
    display: none;
}

.tm-gutenberg-product ul .wp-block-post-title.has-text-align-center {
    text-align: left;
}

.tm-gutenberg-product ul .wp-block-post-title a {
    color: #191A00;
    font-size: 16px;
    display: block;
    height: 35px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-gutenberg-product ul .wc-block-grid__product-price {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-bottom: 0 !important;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.tm-gutenberg-product ul .wc-block-grid__product-price ins {
    background: none;
}

.tm-gutenberg-product ul .wp-block-button.is-style-outline .wp-block-button__link {
    position: absolute;
    right: 20px;
    font-size: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #191A00;
    color: #fff;
    bottom: 20px;
    margin-bottom: 0 !important;
    border: 0 none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-gutenberg-product ul .wp-block-button.is-style-outline .wp-block-button__link::before {
    font-family: 'tm-radiokava';
    content: "\e902";
    font-size: 16px;
    color: #fff;
}


.woocommerce-info {
    border-top-color: #D69700;
}

.woocommerce-info::before {
    color: #D69700;
    font-family: 'tm-radiokava';
    content: "\e901";
}

.tm-grid__width-1-4.product {
    position: relative;
}

.tm-product-tags a,
.tm-category-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    column-gap: 15px;
    color: #191A00;
    border: 1px solid #191A00;
    border-radius: 40px;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
}

.tm-product-tags a.active,
.tm-category-card a.active,
.tm-product-tags a:hover,
.tm-category-card a:hover {
    background: #191A00;
    color: #fff;
}

.tm-product-category__card {
    position: relative;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 20px;
    height: 100%;
    min-height: 100%;
    padding-bottom: 74px;
}

.tm-product-category__card:hover {
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 24px;
    top: 0;
    width: calc(100% - 24px);
    height: auto;
    z-index: 10;
}

.tm-related-slider .tm-product-category__card:hover {
    width: 100%;
    left: 0;
}

.tm-related-slider__grid.swiper-wrapper {
    box-sizing: border-box;
}

.tm-product-category__img {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.tm-category-excerpt,
.tm-chara-grid-category-wrap,
.tm-product-category__title {
    padding-left: 20px;
    padding-right: 20px;
}

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

.tm-product-category__title a {
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    transition: all .3s ease-out;
    display: block;
    height: 35px;
    overflow: hidden;
    margin-bottom: 20px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

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

.tm-product-category__price {
    color: #FF9A00;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    column-gap: 8px;
}

.tm-product-category__tags {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    max-width: 55px;
}

.tm-product-category__sale-badge {
    background: #FD0000;
    border-radius: 50%;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

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


.woocommerce div.product .tm-product-category__card span.price {
    font-size: 14px;
    color: #191A00;
    position: absolute;
    left: 20px;
    bottom: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.tm-gutenberg-product ul>li .wc-block-components-product-price del,
.woocommerce div.product .tm-product-category__card span.price del {
    font-size: 10px;
    color: #72735C;
    opacity: 1;
}

.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text::before,
.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text::after {
    display: none;
}

.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text {
    display: flex;
    flex-wrap: wrap;
}

.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active {
    background-color: transparent !important;
    border: 1px solid #EDB01A;
    color: #EDB01A;
    font-size: 12px;
    font-weight: 700;
    margin-right: 0;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_clicked {
    background-color: #EDB01A !important;
    color: #fff;
}

.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_term_1 {
    width: 100%;
    border-radius: 4px;
}

.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_term_2 {
    width: 50%;
}

.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_term_3 {
    width: 33.333%;
}

.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_term_3.ivpa_term_count_1,
.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_term_2.ivpa_term_count_1 {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_term_3.ivpa_term_count_3,
.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_term_2.ivpa_term_count_2 {
    border-radius: 0 4px 4px 0;
}

.tm-product-category__card .ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_term_3.ivpa_term_count_3 {
    border-left: 0;
}

.tm-product-category__card .ivpa-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-top: 0;
}

.tm-product-category__card:hover .ivpa-content {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.tm-product-category__card .ivpa-required-short {
    display: none;
}

.tm-product-category__card .ivpa-content .ivpa_select_wrapper_inner {
    background: #FAFAF7;
    border-radius: 4px;
    border: 1px solid #F2F2EF;
    max-height: 32px;
}

.tm-product-category__card .ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner:after {
    border: solid #191A00;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    content: '' !important;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    right: 15px;
    top: 10px;
}

.tm-product-category__card .ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner strong,
.tm-product-category__card .ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner span {
    height: 32px;
    line-height: 28px;
    position: relative;
}

.tm-product-category__card .ivpa_select_wrapper .ivpa_term.ivpa_clicked:after {
    background: #bf2727;
    content: '' !important;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 13px;
    position: absolute;
    right: 16px;
}

.tm-product-category__card .ivpa_selectbox_opened {
    overflow: inherit !important;
}

.tm-product-category__card .button.add_to_cart_button {
    font-size: 0;
    background: #191A00;
    border-radius: 4px;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-product-category__card .button.add_to_cart_button:hover {
    background: #444444;
}

.tm-product-category__card .button.add_to_cart_button::before {
    font-family: 'tm-radiokava';
    content: "\e902";
    font-size: 16px;
    font-weight: 400;
}

.tm-product-category__card .button.add_to_cart_button:hover::before {
    color: #fff;
}

.tm-grid__width-1-4.product.product_cat-arhiv-kofe .button,
.tm-product-more {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    color: #191A00;
    border: 1px solid #191A00;
    position: absolute;
    right: 68px;
    bottom: 20px;
}

.tm-grid__width-1-4.product.product_cat-arhiv-kofe .button {
    width: calc(100% - 40px);
    font-size: 14px;
    background: none;
    right: auto;
    left: 20px;
}

.tm-grid__width-1-4.product.product_cat-arhiv-kofe .tm-product-more {
    display: none;
}

.tm-product-more:hover {
    background: #191A00;
    color: #fff;
}

.tm-product-more::after {
    font-family: 'tm-radiokava';
    content: "\e901";
    font-size: 16px;
}

.term-description {
    margin-top: 50px;
    border-radius: 30px;
    padding: 30px 0;
}

.tm-term-description-top .category-logo {
    max-width: 156px;
    margin-bottom: 50px;
}


.tm-chara-grid-category.tm-grid {
    margin-left: -16px;
    row-gap: 16px;
}

.tm-chara-grid-category.tm-grid>* {
    padding-left: 16px;
}

.tm-category-notice {
    font-weight: 400;
    color: #72735C;
}

.tm-product-order {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.tm-product-order.tm-content-btn {
    width: calc(100% - 40px);
}

.tm-product-order.tm-content-btn a {
    width: 100%;
    height: 40px;
}

.tm-product-order.tm-content-btn span {
    font-size: 16px;
}

.tm-category-excerpt {
    font-size: 12px;
}

.ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner.ivpa_selectbox_opened {
    z-index: 1000;
}

#ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner.ivpa_selectbox_opened {
    overflow-x: hidden !important;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

.tm-toolbar {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.tm-btn-toggle-filters {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 12px;
    height: 44px;
    padding: 0 16px;
    box-shadow: none;
    cursor: pointer;
    color: #000;
}

.tm-btn-toggle-filters.is-active {
    background: #000;
    color: #fff;
}

.is-hidden {
    display: none;
}

.is-visible {
    display: block;
}

@media (max-width: 1180px) {

    .tm-category-excerpt,
    .tm-chara-grid-category-wrap {
        display: none;
    }

    .tm-product-category__card:hover {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
        background: none;
    }

    .tm-product-category__card .ivpa-content {
        visibility: visible;
        opacity: 1;
        height: auto;
    }
}

@media (max-width: 980px) {
    .wp-block-group.tm-group-category.is-layout-flex {
        align-items: flex-start;
    }

    .wp-block-group.tm-group-category.is-layout-flex>div {
        margin: 0 -0.25em;
        text-align: center;
        padding: 0 5px;

    }

    .wp-block-group.tm-group-category>div figure {
        margin-top: 0;
    }

    .wp-block-group.tm-group-category>div,
    .products.tm-grid .tm-grid__width-1-4 {
        width: 25%;
    }
}

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

    .wp-container-17.wp-container-17,
    .wp-container-1.wp-container-1,
    .wp-container-7.wp-container-7 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .wp-block-group.tm-group-category>div {
        width: 33.333%;
    }

}

@media (max-width: 500px) {
    .tm-toolbar {
        flex-direction: column-reverse;
    }
}


@media (max-width: 480px) {
    .term-description {
        border-radius: 25px;
        padding: 20px 0;
    }

    .tm-product-more {
        display: none;
    }

    .wp-block-group.tm-group-category>div {
        width: 50%;
    }
}

@media (max-width: 420px) {

    .tm-product-category__card .ivpa-content,
    .tm-category-excerpt,
    .tm-chara-grid-category-wrap,
    .tm-product-category__title {
        padding: 0;
    }

    .woocommerce div.product .tm-product-category__card span.price {
        left: 0;
    }

    .tm-product-category__card .button.add_to_cart_button {
        right: 0;
    }
}

@media (max-width: 390px) {
    .tm-product-category__card .button.add_to_cart_button {
        width: 100%;
        left: 0;
        font-size: 12px;
    }

    .tm-product-category__card {
        padding-bottom: 118px;
    }

    .woocommerce div.product .tm-product-category__card span.price {
        bottom: 65px;
        left: 0;
    }
}

@media (max-width: 360px) {

    .wp-block-group.tm-group-category>div,
    .products.tm-grid .tm-grid__width-1-4 {
        width: 100%;
    }

    .wp-container-17.wp-container-17,
    .wp-container-1.wp-container-1,
    .wp-container-7.wp-container-7 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

/* product
========================================================================== */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
tr.reset-tr a.reset_variations.thwvs-variation-link,
a.added_to_cart.wc-forward {
    display: none !important;
}

.tm-product-lines {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}

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

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

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

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

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

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

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

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

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

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


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

.tm-product__images-thumbs .swiper-slide {
    opacity: .5;
}

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

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

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

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

.tm-product__tags {
    position: absolute;
    top: 0;
    z-index: 10;
    left: 25px;
    max-width: 55px;
}

.tm-product-card__tag {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.tm-product__sku {
    font-size: 13px;
    line-height: 15px;
    color: #747E99;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    width: 170px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #E2E9F1;
}


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

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

.tm-product__content {
    width: 100%;
}


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




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

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

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

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

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

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

.variations_form.cart .single_add_to_cart_button.button,
.simple-cart-form .single_add_to_cart_button.button {
    width: 150px;
}


.simple-cart-form .single_add_to_cart_button.button,
.variations_form.cart .single_add_to_cart_button.button {
    background: #00a046 !important;
    font-weight: 600 !important;
    height: 48px;
    border-radius: 10px;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 4px;
    font-family: "Inter", sans-serif;
    column-gap: 10px;
}

.simple-cart-form .single_add_to_cart_button.button.disabled,
.variations_form.cart .single_add_to_cart_button.button.disabled {
    background: #191A00 !important;
}

.simple-cart-form .single_add_to_cart_button.button span,
.variations_form.cart .single_add_to_cart_button.button span {
    font-size: 18px;
}

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


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

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

.tm-product__price ins {
    background: 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: #191A00;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
}

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


.tm-product-category__btn a {
    display: flex;
    color: #fff;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    background: #ED2C3D;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.tm-product-category__card:hover .tm-product-category__btn a:hover {
    background: #d31e2d;
}




.product-template-default.single-product .select2-results .select2-results__option {
    display: flex;
    align-items: center;
    white-space: normal;
}

table.variations.reset-table {
    margin-bottom: 0 !important;
}



.tm-product__summary .select2-container--default .select2-selection--single .select2-selection__arrow,
.tm-product__summary .select2-container--default .select2-selection--single,
.tm-product__summary .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100px;
}

.single-product .select2-search--dropdown {
    display: none !important;
}

.tm-product__summary .select2-container {
    width: 100% !important;
    display: block;
    height: 100px;
}

.single-product .select2-results__option .select-option,
.tm-product__summary .select2-container--default .select2-selection--single .select2-selection__rendered,
.tm-product__summary .select2-container--default .select2-selection--single .select2-selection__rendered .select-option {
    display: flex;
    align-items: center;
}

.single-product .select2-results__option .select-img,
.tm-product__summary .select2-container .select-img {
    display: block;
    position: relative;
    margin-right: 14px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    min-width: 80px;
}




.tm-product__summary .select2-container--default .select2-selection--single {
    border-radius: 16px;
}

.single-product .select2-results .select2-results__option .select-text,
.tm-product__summary .select2-container .select-text {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    white-space: normal;
}



.tm-product__summary .product-quantity {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #191A00;
    background: none;
    position: relative;
}

.tm-product__summary .product-quantity {
    max-width: 104px;
}

.tm-product__summary .product-quantity input.qty {
    width: 100%;
    height: 46px;
    background: transparent;
    border: 0 none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
}

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

.tm-product__summary .product-quantity input.qty[type=number] {
    -moz-appearance: textfield;
}

.tm-product__summary .product-count__button {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 36px;
    height: 36px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    border-radius: 50%;
}

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

.tm-product__summary .product-count__top {
    right: 4px;
}

.tm-product__summary .product-count__down {
    left: 4px;
}

.tm-product__summary .product-count__button::before {
    font-family: 'tm-radiokava';
    font-size: 12px;
    color: #243141;
}

.tm-product__summary .product-count__button:hover:before {
    color: #b9011f;
}

.tm-product__summary .product-count__top::before {
    content: "\e90d";
}

.tm-product__summary .product-count__down::before {
    content: "\e90c";
}

.tm-product__benefits {
    margin: 16px 0 0;
}

.tm-product__audio {
    margin-top: 55px;
}

.tm-product__content {
    margin-top: 40px;
}

.tm-product__separator {
    height: 30px;
    width: 2px;
    background: #DCDCD6;
}

.tm-product__benefits-item {
    color: #72735C;
    font-size: 12px;
    width: 33.333%;
    text-align: center;
}

.tm-product-content-title {
    margin-bottom: -30px;
}

.tm-product-content-title h2 {
    margin-bottom: 0;
}

.tm-product-flex-content>div>div:nth-child(2n) .tm-grid__width-4-10 {
    order: 2;
}


.tm-chara-step-persent {
    position: relative;
    height: 8px;
}

.tm-chara-step-persent::after {
    background: #e4e4e4;
    height: 2px;
    top: 3px;
    position: absolute;
    left: 0;
    content: '';
    z-index: 0;
    width: 100%;
}

.tm-chara-step-persent__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e4e4e4;
    position: relative;
    z-index: 2;
}

.tm-chara-step-persent__dot_yellow {
    background: #EDB01A;
}

.tm-chara-step-persent__line {
    height: 2px;
    background: #EDB01A;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1;
}

.tm-chara-line {
    padding: 12px 16px;
    border-bottom: 1px solid #DCDCD6;
}

.tm-chara-line__title {
    line-height: 1.1;
}

.single_variation_wrap #ivpa-content {
    margin-top: 0;
    margin-bottom: 0;
}

.single_variation_wrap #ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active {
    border: 1px solid #191A00;
    border-radius: 50px;
    background: none;
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent !important;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    color: #191A00;
}

.single_variation_wrap #ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_clicked {
    background: #191A00 !important;
    color: #fff;
}

.single_variation_wrap #ivpa-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
}

.single_variation_wrap #ivpa-content .ivpa_attribute.ivpa_text {
    width: 100%;
}

.single_variation_wrap strong .ivpa-required {
    display: none !important;
}

.single_variation_wrap .ivpa_selectbox_opened {
    overflow: inherit !important;
}

.single_variation_wrap #ivpa-content .ivpa_select_wrapper_inner {
    position: relative;
    max-width: inherit;
    max-height: 40px;
}

.tm-product-price-variation {
    width: 100%;
}

.single_variation_wrap #ivpa-content .ivpa_select_wrapper {
    height: 40px;
}

.single_variation_wrap #ivpa-content .ivpa_select_wrapper_inner {
    border-radius: 18px;
}

.single_variation_wrap #ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner strong,
.single_variation_wrap #ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner span,
.single_variation_wrap #ivpa-content .ivpa_custom_option .ivpa_select_wrapper_inner strong,
.single_variation_wrap #ivpa-content .ivpa_custom_option .ivpa_select_wrapper_inner span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    padding: 3px 36px 3px 10px;
    position: relative;
    height: 37px;
    display: flex;
    align-items: center;
}

.single_variation_wrap .ivpa_select_wrapper .ivpa_term.ivpa_clicked:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #df4444;
    position: absolute;
    right: 14px;
    top: 16px;
    display: block;
}

.single_variation_wrap .ivpa-content:before,
.single_variation_wrap #ivpa-content:before,
.single_variation_wrap .ivpa-content:after,
.single_variation_wrap #ivpa-content:after {
    display: none;
}

.single_variation_wrap #ivpa-content .ivpa_title {
    margin-top: 0;
}

.single_variation_wrap #ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner:after,
.single_variation_wrap #ivpa-content .ivpa_custom_option .ivpa_select_wrapper_inner:after {
    border: solid #191A00;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    content: '' !important;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    right: 15px;
    top: 12px;
}


@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__images-container {
        max-width: 520px;
    }
}

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

}

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

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

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

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

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

    .tm-chara-grid.tm-grid {
        row-gap: 0;
    }

    .tm-chara-grid.tm-grid .tm-grid__width-1-3:nth-child(1) {
        margin-bottom: 30px;
    }

    .tm-chara-line {
        padding: 12px 0;
    }

}

@media (max-width: 480px) {
    .simple-cart-form .single_add_to_cart_button.button {
        width: 100%;
    }

    .tm-product-lines {
        row-gap: 40px;
    }

    .simple-cart-form .single_add_to_cart_button.button,
    .variations_form.cart .single_add_to_cart_button.button {
        width: 100%;
    }
}

@media (max-width: 400px) {

    .tm-product__summary .simple-cart-form .product-quantity {
        max-width: 100%;
    }


}

@media (max-width: 390px) {
    .single_variation_wrap #ivpa-content .ivpa_attribute {
        width: 100%;
        margin-bottom: 0;
    }

    .single_variation_wrap #ivpa-content .ivpa_attribute+.ivpa_attribute {
        margin-top: 15px;
    }

    .single_variation_wrap #ivpa-content .ivpa_select_wrapper {
        max-width: 400px;
    }

    .single_variation_wrap #ivpa-content .ivpa_attribute.ivpa_text {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .single_variation_wrap #ivpa-content .ivpa_attribute.ivpa_text .ivpa_title {
        width: 100%;
    }

    .single_variation_wrap #ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active {
        width: calc(50% - 5px);
        margin-right: 0;
        float: none;
    }

    .single_variation_wrap #ivpa-content .ivpa_attribute::before,
    .single_variation_wrap #ivpa-content .ivpa_attribute::after {
        display: none;
    }
}



/* cart
========================================================================== */
.cc-total-box .cc-subtotal-subtext {
    line-height: 1;
}

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

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

.cc-compass-count {
    background: #EDB01A;
}

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

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


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

.woocommerce-cart form .form-row {
    height: 38px;
}

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

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

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

.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: "\e90d";
    font-family: 'tm-radiokava' !important;
    font-size: 16px;
    line-height: 16px;
    color: #B5B5B5;
    transform: rotate(-45deg);
    display: block;
    width: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

.order-total-sum {
    font-weight: 600;
    font-family: 'Inter', 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: "Inter";
}

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

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

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


.tm-cart__item-price .product-quantity {
    position: relative;
    width: 80px;
}

.tm-cart__item-price .product-quantity input.qty {
    width: 80px;
    outline: none;
    border: 0 none;
    font-size: 18px;
}

.tm-cart__item-price .product-quantity input.qty::-webkit-outer-spin-button,
.tm-cart__item-price .product-quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tm-cart__item-price .product-quantity input.qty[type=number] {
    -moz-appearance: textfield;
}

.tm-cart__item-price .product-count__button {
    position: absolute;
    top: 0;
    z-index: 5;
}

.tm-cart__item-price .product-count__button:hover {
    cursor: pointer;
}

.tm-cart__item-price .product-count__top {
    right: 0;
}

.tm-cart__item-price .product-count__down {
    left: 0;
}

.tm-cart__item-price .product-count__button::before {
    font-family: 'tm-radiokava';
    font-size: 16px;
    color: #b7b7b7;
}

.tm-cart__item-price .product-count__button:hover:before {
    color: #b9011f;
}

.tm-cart__item-price .product-count__top::before {
    content: "\e90d";
}

.tm-cart__item-price .product-count__down::before {
    content: "\e90c";
}

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

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

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

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

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

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #fff;
    border: 1px solid #DCDCD6;
    display: none !important;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    display: inline !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    top: -.85em;
}

.woocommerce-additional-fields {
    margin-top: 15px;
}

.woocommerce-additional-fields,
.woocommerce-billing-fields {
    border-radius: 4px;
    padding: 25px 25px 15px;
    border: 1px solid #DCDCD6;
}

.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li {
    text-transform: none;
    line-height: 1;
    margin-bottom: 10px;
}

.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li:last-child {
    margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li img {
    max-height: 30px;
    margin-top: 6px;
    display: none;
}

.woocommerce-checkout .wc-list-product dl.variation {
    margin-top: 15px;
    max-width: 370px;
}

.woocommerce form .form-row input.input-text {
    border: 1px solid #DCDCD6;
    height: 38px;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    background-color: transparent;
}



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

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

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

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

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

.wc-checkout-total {
    background: #FFFFFF;
    border: 1px solid #DCDCD6;
    border-radius: 4px;
    padding: 32px 40px;
}

.woocommerce form .form-row label {
    line-height: 1.1;
    margin-bottom: 5px;
}

.woocommerce form .form-row textarea {
    border: 1px solid #DCDCD6;
    padding: 5px 10px;
}

.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 .form-row.thwcfd-field-email {
    width: 100%;
}

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

.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: 600;
    height: 40px;
    transition: all 0.3s ease;
    font-size: 16px;
}

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

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

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

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

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

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

.woocommerce-checkout ul#shipping_method {
    margin: 10px 0 0;
}

.woocommerce ul#shipping_method li {
    margin: 0 0 13px;
    padding: 0;
    line-height: 1.3;
}

.wc-checkout-total .fee {
    color: rgba(255, 0, 0, 0.849);
    font-weight: 700;
    margin-bottom: 10px;
}

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

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

@media (max-width: 414px) {

    .woocommerce-checkout .wc-list-product dl.variation dt,
    .woocommerce-checkout .wc-list-product dl.variation dd,
    .woocommerce-checkout .tm-cart__item dl.variation dt,
    .woocommerce-checkout .tm-cart__item dl.variation dd {
        float: none;
    }

    .woocommerce-checkout .wc-list-product dl.variation dd {
        margin-left: 0;
    }
}

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

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

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

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

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

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

.woocommerce ul.order_details {
    margin: 0;
}

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

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

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

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

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

.tm-thank-you .woocommerce-table__product-name a {
    font-weight: 500;
    font-family: "Inter";
    text-transform: uppercase;
}

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

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

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


/* object fit
========================================================================== */
.tm-you-blog__img,
.tm-insta-slider__img img,
.tm-place-item>img,
.tm-banner-block-wrap img,
.tm-product-category__image,
.tm-product-category__image2,
.tm-blog-card__img img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 102%;
    z-index: 0;
}


/* blog
========================================================================== */
.tm-favorite-news .tm-grid__width-6-10 .tm-blog-card {
    padding-bottom: 68%;
}

.tm-favorite-news .tm-grid__width-4-10 .tm-blog-card {
    padding-bottom: 104.5%;
}

.tm-blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding-bottom: 128%;
}

.tm-blog-card__date {
    color: #72735C;
    font-weight: 700;
    border-radius: 12px 12px 0px 0px;
    background: rgba(250, 250, 247, 1);
    padding: 16px;
    position: relative;
    max-width: 180px;
}

.tm-blog-card__date::after {
    position: absolute;
    content: '';
    box-shadow: -8px 5px 0 5px rgba(250, 250, 247, 1);
    width: 12px;
    height: 12px;
    right: -12px;
    border-bottom-left-radius: 12px;
    bottom: 0;
}

.tm-blog-card__box {
    position: absolute;
    left: 24px;
    width: calc(100% - 48px);
    bottom: 24px;
    z-index: 2;
}

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

.tm-blog-card__wrap {
    border-radius: 0px 12px 12px 12px;
    background: rgba(250, 250, 247, 1);
    padding: 16px;
}

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

.tm-blog-card__bg_green {
    background: linear-gradient(180deg, rgba(13, 105, 212, 0.40) 0%, rgba(0, 125, 0, 0.40) 100%);
}

.tm-blog-card__bg_two {
    background: linear-gradient(180deg, rgba(29, 189, 230, 0.40) 0%, rgba(241, 81, 94, 0.40) 100%);
}

.tm-blog-card__bg_orange {
    background: linear-gradient(180deg, rgba(214, 151, 0, 0.40) 0%, rgba(255, 0, 0, 0.40) 100%);
}

.tm-blog-card__bg_blue {
    background: linear-gradient(180deg, rgba(155, 175, 217, 0.40) 0%, rgba(16, 55, 131, 0.40) 100%);
}

.tm-blog-categories {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
}

.tm-blog-categories li {
    padding: 12px 0;
}

.tm-blog-categories li::before {
    display: none;
}

.tm-blog-categories a {
    padding: 12px 25px;
    border-radius: 50px;
    border: 1px solid #191A00;
    color: #191A00;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.tm-blog-categories a:hover {
    background: #191A00;
    color: #fff;
}

@media (max-width: 980px) {

    .tm-blog .tm-grid__width-1-3,
    .tm-favorite-news .tm-grid__width-6-10,
    .tm-favorite-news .tm-grid__width-4-10 {
        width: 50%;
    }

    .tm-favorite-news .tm-grid__width-6-10 .tm-blog-card,
    .tm-favorite-news .tm-grid__width-4-10 .tm-blog-card {
        padding-bottom: 128%;
    }
}

@media (max-width: 640px) {

    .tm-blog .tm-grid__width-1-3,
    .tm-favorite-news .tm-grid__width-6-10,
    .tm-favorite-news .tm-grid__width-4-10 {
        width: 100%;
    }

    .tm-favorite-news .tm-grid__width-6-10 .tm-blog-card,
    .tm-favorite-news .tm-grid__width-4-10 .tm-blog-card,
    .tm-blog-card {
        padding-bottom: 128%;
    }
}


/* single
========================================================================== */
.tm-single__separator {
    height: 19px;
    width: 2px;
    background: #DCDCD6;
}



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

.wp-block-handpicked-products,
.tm-single__thumbnail {
    max-width: 54vw;
    width: 54vw;
    margin-left: calc(-27vw + 50%);
    margin-bottom: 30px;
}

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

.wp-block-handpicked-products li::before {
    display: none;
}

.tm-single__category a {
    font-size: 14px;
    font-weight: 700;
}

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

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

@media (max-width: 720px) {
    .tm-single__thumbnail {
        max-width: 100vw;
        width: 100vw;
        margin-left: -20px;
    }

    .tm-single__thumbnail img {
        border-radius: 0;
    }
}

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

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

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

.wp-block-query-pagination span,
.wp-block-query-pagination a,
.tm-pagination-container a,
.woocommerce-pagination ul.page-numbers span.page-numbers,
.woocommerce-pagination ul.page-numbers a.page-numbers,
.category-pagination .nav-links a.page-numbers,
.category-pagination .nav-links span.page-numbers {
    display: flex;
    min-width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background: rgb(236, 236, 236);
    color: #929292;
    transition: all 0.3s ease-out;
    border-radius: 4px;
    font-size: 16px;
}

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

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

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

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

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

.wp-block-query-pagination-numbers,
.category-pagination .nav-links {
    display: flex;
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

/* form
========================================================================== */
.wpcf7-form-control {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 30px;
    border-width: 1px;
    border-color: #e1e1e1;
    border-style: solid;
    outline: none;
    color: #000;
}

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

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

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

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

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

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

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


.tm-form-btn,
.wpcf7-submit {
    width: 240px;
    background: #191A00;
    border-radius: 10px;
    height: 48px;
    border: 0 none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-out;
    margin-left: auto;
    margin-right: auto;
}

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

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

.tm-form-btn:hover,
.wpcf7-submit:hover {
    background: #444444;
    color: #fff;
    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 .tm-grid {
    margin-left: -20px;
    row-gap: 20px;
}

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


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


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

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

/* footer
========================================================================== */
.tm-footer {
    background: #fff;
    font-size: 13.5px;
    line-height: 1.2;
}

.tm-page_black .tm-footer {
    color: #191A00;
}

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

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

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

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

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

.tm-footer__policy a,
.tm-footer__contact a {
    color: #191A00;
}

@media (max-width: 980px) {
    .tm-footer {
        font-size: 14px;
    }

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

    .tm-footer__line1 .tm-grid__width-1-5:last-child {
        width: 100%;
    }

    .text-right.tm-footer__contact {
        text-align: center;
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .tm-footer__line1 .tm-grid__width-1-5 {
        width: 50%;
    }

    .tm-footer__line1 .tm-grid__width-1-5:last-child {
        width: 100%;
    }

    .text-right.tm-footer__contact {
        text-align: left;
    }
}

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


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

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

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

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

.tm-img-right-line::after,
.tm-img-left-line::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #EDB01A;
    position: absolute;
    z-index: 0;
}

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

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

.tm-img-right-line-content {
    padding-left: 30px;
}

.tm-img-left-line-content {
    padding-right: 30px;
}


.tm-page_black,
.tm-page_black h1,
.tm-page_black .tm-h1,
.tm-page_black h2,
.tm-page_black .tm-h2,
.tm-page_black h3,
.tm-page_black .tm-h3,
.tm-page_black h4,
.tm-page_black .tm-h4,
.tm-page_black h5,
.tm-page_black .tm-h5,
.tm-page_black h6,
.tm-page_black .tm-h6 {
    color: #FAFAF7;
}

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

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

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

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

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

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

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

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

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

.tm-page_black {
    background: #111200;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tm-gap5 {
    gap: 5px;
}

.tm-gap15 {
    gap: 15px;
}

.tm-gap20 {
    gap: 20px;
}

.tm-gap25 {
    gap: 25px;
}

.tm-gap30 {
    gap: 30px;
}

.tm-gap40 {
    gap: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 980px) {

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

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

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

@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: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4,
.tm-h5,
.tm-h6 {
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    z-index: 3;
    font-family: "Inter", sans-serif;
}

h1,
.tm-h1 {
    font-size: 40px;
    font-weight: 900;
}

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

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

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

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

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

.size10 {
    font-size: 10px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.blackbold {
    font-weight: 900;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #191A00;
}

.color-gold {
    color: #EDB01A;
}

.color-red {
    color: red;
}

.tm-page_black .color-grey,
.color-grey {
    color: #72735C;
}

.tm-grey-bg {
    background: #F6F6F6;
}

.tm-black-bg {
    background: #191A00;
}

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

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

.trans {
    text-transform: uppercase;
}

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

.max400 {
    max-width: 400px;
}

.max440 {
    max-width: 440px;
}

.max520 {
    max-width: 520px;
}

.max600 {
    max-width: 600px;
}

.max680 {
    max-width: 680px;
}

.max850 {
    max-width: 850px;
}

.max900 {
    max-width: 900px;
}

.max1080 {
    max-width: 1080px;
}

.max1140 {
    max-width: 1140px;
}

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


.lh16 {
    line-height: 1.6;
}

.lh18 {
    line-height: 1.8;
}


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

ul li {
    position: relative;
    padding-left: 15px;
}

ul li:not(:last-child) {
    display: block;
    margin-bottom: 5px;
}

ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
    background: #000;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}


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

ol li {
    padding-left: 35px;
    position: relative;
}

ol li:not(:last-child) {
    display: block;
    margin-bottom: 15px;
}

ol li:before {
    content: counter(num) ". ";
    counter-increment: num;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    width: 30px;
    text-align: right;
    color: #D69700;
}

.tm-group-btns>div {
    display: flex;
    gap: 25px;
}

.tm-group-btns p {
    margin-bottom: 0;
}

.tm-btn-arrow a {
    color: #191A00;
    font-weight: 700;
    padding-right: 25px;
    position: relative;
}

.tm-btn-arrow a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    border: solid #191A00;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
}

.tm-btn-arrow a:hover {
    color: #EDB01A;
}

.tm-btn-arrow a:hover::after {
    border: solid #EDB01A;
    border-width: 0 2px 2px 0;
}

.tm-content-btn_centered button,
.tm-content-btn_centered,
.tm-content-btn_centered a {
    margin-left: auto;
    margin-right: auto;
}

.tm-content-btn button,
.tm-content-btn a {
    width: 240px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #000;
    column-gap: 10px;
}

.tm-content-btn button:hover,
.tm-content-btn_line a:hover,
.tm-content-btn_line a:active,
.tm-content-btn_line a:focus,
.tm-content-btn a:hover,
.tm-content-btn a:active,
.tm-content-btn a:focus {
    border: 1px solid #444444;
    background: #444444;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tm-content-btn button {
    cursor: pointer;
}

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

.tm-content-btn button,
.tm-content-btn_line a {
    background: none;
    color: #000;
}

.tm-content-btn_yellow a {
    background: #EDB01A;
    color: #fff;
    border: 1px solid #EDB01A;
}

.tm-content-btn_yellow a:hover {
    background: #D69700;
    border: 1px solid #D69700;
}

.tm-content-btn_white a {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

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

.tm-content-btn_fullwidth a {
    width: 100%;
}

.term-description ul {
	list-style: disc;
	margin-bottom: 25px;
	padding-left: 15px;
}

.term-description li {
	display: list-item !important;
	padding-left: 0;
}

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

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

}


@media (max-width: 1180px) {

    .tm-main {
        padding: 95px 0 40px;
    }

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


}

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

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


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

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

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

}

@media (max-width: 570px) {
    .tm-group-btns>div {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {

    br {
        display: none;
    }

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

    .tm-img-right-line::after {
        right: -8px;
        bottom: -8px;
    }

}

@media (max-width: 420px) {
    .tm-content-btn a {
        border-radius: 4px;
    }
}

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

/* margins
========================================================================== */
.tm-margin-standart-top {
    margin-top: 25px;
}

.tm-margin-3xsmall-bottom {
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 980px) {

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

@media (max-width: 480px) {

    .tm-margin-medium-bottom,
    .tm-margin-large-bottom,
    .tm-margin-xlarge-bottom,
    .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;
    }
}

.wcus-checkout-np-fields {
    display: block!important;
}