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

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

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

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

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

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

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

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

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


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

.tm-artefe {
    font-family: 'tm-artefe' !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-artefe-icon-quote:before {
    content: "\e90d";
}

.tm-artefe-icon-minus:before {
    content: "\e900";
}

.tm-artefe-icon-plus2:before {
    content: "\e901";
}

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

.tm-artefe-icon-setting:before {
    content: "\e903";
}

.tm-artefe-icon-instagram1:before {
    content: "\e904";
}

.tm-artefe-icon-facebook1:before {
    content: "\e905";
}

.tm-artefe-icon-pinterest:before {
    content: "\e906";
}

.tm-artefe-icon-telegram:before {
    content: "\e907";
}

.tm-artefe-icon-whatsapp2:before {
    content: "\e908";
}

.tm-artefe-icon-loupe:before {
    content: "\e909";
}

.tm-artefe-icon-right-arrow:before {
    content: "\e90a";
}

.tm-artefe-icon-facebook:before {
    content: "\e90b";
}

.tm-artefe-icon-instagram:before {
    content: "\e90c";
}




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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* base 
------------------------------------------------------*/

html {
    font: 400 16px/22px "Comfortaa";
    background: #fff;
    color: #000;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
}

body.fix {
    overflow: hidden;
}

.tm-page {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.tm-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    padding: 80px 0 120px;
}

.tm-main_notitle {
    padding: 80px 0 30px;
}

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

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

/* Selection pseudo-element 
------------------------------------------------------*/

::-moz-selection {
    background: #0a2d50;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #0a2d50;
    color: #ffffff;
    text-shadow: none;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* 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: bolder;
}

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

button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "Comfortaa", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

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

p {
    margin-bottom: 25px;
}

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

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

blockquote {
    margin: 0 25px;
}

address {
    margin: 0 0 25px;
}

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

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

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 25px 25px;
}

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

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

figure {
    margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
    background: transparent;
}

:active,
:hover,
a:active,
a:hover {
    outline: 0;
}

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

a:hover {
    color: #CC8562;
    text-decoration: none;
}

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


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

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



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


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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

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

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

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

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

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

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

    /*rtl:ignore*/
    float: left;

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

.alignright {

    /*rtl:ignore*/
    float: right;

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

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

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

.tm-header_active {
    position: fixed;
    z-index: 1000;
    background: #fff;
    animation: slideDown 0.5s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    top: 0;
    width: 100%;
}

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

    to {
        transform: translateY(0);
    }
}

.tm-header__line {
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;    
}

.tm-header__line > div > div {
    height: 44px;
}

.tm-header__logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 44px;
    width: 182px;
}

.tm-search__icon {
    font-size: 22px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.tm-search__icon {
    cursor: pointer;
}

.tm-search {
    position: relative;
}

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

.tm-primary-menu-container {
    width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

.tm-primary-menu-container > * {
    justify-content: center;
}

.tm-header-cart {
    position: relative;
}
.tm-header-cart__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}

.tm-header-cart__icon {
    position: relative;
    height: 25px;
    padding-top: 1px;
}
.tm-header-cart__icon::after {
    content: "\e902";
    font-family: 'tm-artefe';
    font-size: 24px;
    color: #000;
    position: relative;
}
.tm-header-cart__number {
    position: absolute;
    right: -4px;
    top: -4px;
    background: #D9D9D9;
    border-radius: 50%;
    font-size: 11px;
    color: #000;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.tm-header__lang {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

@media (min-width: 1181px) {
    .home .tm-primary-navigation {
        display: none;
    }
}


@media (max-width: 1420px) {
    .tm-primary-menu-container {
        width: 100%;
    }
}
@media (max-width: 1180px) {
    .tm-header {
        height: 69px;
    }
    .tm-header__lang {
        display: flex;
        justify-content: center;
        padding-top: 40px;
    }
}

/* lang
========================================================================== */
.wpml-ls-legacy-list-horizontal {
    border: 0 none;
    padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0 10px 0 0;
    font-size: 20px;
}
.wpml-ls-legacy-list-horizontal li:last-child a {
    padding: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
    color: #000;
}



/* menu
========================================================================== */
/* toggle ----------------- */
.tm-toogle-navigation {
    position: relative;
}
.tm-toogle-navigation label {
    display: flex;
    flex-direction: column;
    width: 26px;
    cursor: pointer;
    position: absolute;
    z-index: 1001;
    top: 20px;
    left: 20px;
}

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

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

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

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

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


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

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

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

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

@media (max-width: 1180px) {
    .tm-toogle-navigation {
        height: 48px;
    }
    .tm-header__logo {
        width: 135px;
        height: 33px;
    }
}


/* 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: rgba(244, 244, 244, .8);
    height: 0;
    visibility: hidden;
    backdrop-filter: blur(5px);
}

.tm-header_active .tm-menu-wrapper ul {
    background: #fff;
}


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

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

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

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

.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(195px) translateY(0%);
    -ms-transform: translateX(195px) translateY(0%);
    transform: translateX(195px) translateY(0%);
    opacity: 0;
    height: auto;
    visibility: visible;
    left: 250px;
    top: 0;
}

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

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

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

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

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

.tm-menu-wrapper li.menu-item-has-children>span>a::after {
    content: "\e900";
    font-family: 'tm-kadatec';
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 3px;
    margin: auto;
    font-size: 10px;
    height: 10px;
    width: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.tm-menu-wrapper>li.menu-item-has-children>span>a::after {
    right: -14px;
    top: 3px;
    bottom: 0;
}

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

.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 {
    color: #454545;
    text-decoration: none;
    transition: all 0.3s ease-out;
    font-weight: 400;
    font-size: 18px;
    font-family: "TrajanPro3";
    text-transform: uppercase;
}

.tm-header_active .tm-menu-wrapper li a:hover,
.tm-menu-wrapper li a:hover {
    color: #CC8562;
}


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

.tm-menu-wrapper li li a {
    line-height: 18px;
    padding: 14px 11px;
    display: block;
    position: relative;
    color: #454545;
}

.menu-image-title-after img {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 11px;
    top: 7px;
}

span.menu-image-title-after.menu-image-title {
    display: block;
    padding-left: 35px;
}

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

.tm-mob-back::after {
    background: #fff;
    content: '';
    height: 48px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: width .3s ease;
    z-index: 0;
}

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

@media (max-width: 1640px) {
    .tm-menu-wrapper>li:not(:last-child) {
        padding-right: 44px;
    }

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

@media (max-width: 1440px) {
    .tm-menu-wrapper>li:not(:last-child) {
        padding-right: 24px;
    }

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

@media (max-width: 1366px) {
    .tm-menu-wrapper li a {
        font-size: 15px !important;
    }
}

@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;
        max-height: calc(100vh - 48px);
        overflow: auto;
    }

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

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

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

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

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

    [id=main-navigation-toggle]:checked~.tm-primary-navigation .tm-header__lang {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .tm-mob-back::after {
        top: 0;
    }

    .tm-mob-back::before {
        top: 47px;
    }

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

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

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

    .tm-menu-wrapper ul li {
        display: block;
        width: 100%;
    }

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

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

}




/* search
========================================================================== */
.is-ajax-search-details {
    display: none !important;
}

.is-form-style.is-form-style-3 input.is-search-input {
    border-radius: 5px 0 0 5px;
}

.is-form-style button.is-search-submit {
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}




/* category product
========================================================================== */
.tm-product-category__card {
    position: relative;
}
.woocommerce .woocommerce-result-count,
.woocommerce-products-header h1 {
    margin-bottom: 0;
}

.tm-centered-content > .wpc-custom-selected-terms {
    display: none;
}


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

.products.tm-grid {
    row-gap: 50px;
}

.tm-archive-product__ordering {
    font-size: 14px;
    color: #8A8888;
}

.tm-product-category__img {
    text-align: center;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 100%;
}
.tm-product-category__img img {
    transition: all .3s ease-in-out;
}

.tm-product-category__title {
    padding-top: 3px;
}

.tm-product-category__title a {
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    transition: all .3s ease-out;
    display: block;
    font-family: "TrajanPro3", sans-serif;
    text-transform: uppercase;
}

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

.tm-product-category__price {
    color: #8A8888;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Comfortaa', sans-serif;
}
.tm-product-category__price del {
    font-size: 12px;
    color: #B5B5B5;
}
.tm-product-category__price ins {
    background: none;
    color: #8A8888;
    margin-left: 8px;
}

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

.tm-product__images-container .tm-product-category__meta {
    left: 20px;
}

.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: 'Comfortaa', sans-serif;
}

.tm-product-category__meta .tm-product__tags {
    max-width: 100px;
}

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

.tm-category-card {
    padding: 20px;
    border: 1px solid #e1e1e1;
    transition: all .3s ease-in-out;
}

.tm-category-card:hover {
    border: 1px solid #fff;
    box-shadow: 0 14px 109px rgba(0, 0, 0, .15);
}

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

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

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

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

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

@media (min-width:1181px) {
    .tm-archive-product__count {
        margin-top: -32px;
    }
}


@media (max-width:1180px) {
    .tm-archive-product__count {
        margin-top: 20px;
    }
    .woocommerce-products-header.tm-margin-medium-bottom {
        margin-bottom: 15px;
    }

    .products.tm-grid .tm-grid__width-1-4 {
        width: 33.333%;
    }

}

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

@media (max-width: 480px) {
    .tm-product-category__title a {
        font-size: 14px;
    }
}

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

/* product
========================================================================== */
a.added_to_cart.wc-forward {
    display: none;
}

.tm-sticky-content {
    position: sticky;
    width: 100%;
}

.tm-product__column {
    display: flex;
    flex: 1;
}

.tm-product__column .sticky {
    position: fixed;
}

.tm-product__column .stop {
    position: relative;
    bottom: 50px;
}

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

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

.tm-main.tm-product {
    padding-bottom: 0;
}
.tm-product-buffer {
    height: 120px;
}

.tm-product__content {
    color: #8A8888;
}

.tm-product__images-thumbs .slider__image {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    padding: 5px;
}

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


.slider__image img {
    display: block;
    height: 100%;
    width: 100%;
    max-width: inherit;
    object-fit: cover;
}
.tm-product__images-thumbs {
    padding-right: 20px;
}

.tm-product__images-thumbs .slider__image div {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-bottom: 100%;
}

.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: 'Comfortaa', sans-serif;
}

.tm-product-characteristics__item span {
    color: #8E8383;
}

.tm-product-card__tag {
    font-size: 14px;
    font-family: "TrajanPro3";
    text-transform: uppercase;
    color: #fff;
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-product-card__tag_new {
    background: #ABE092;
    color: #000;
}

.tm-product-card__tag_hot {
    background: #FC1818;
}

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

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

.tm-product-characteristics {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

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

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

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

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

.tm-product__price ins {
    background: none;
}

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

#ivpa-content .ivpa_text .ivpa_term {
    background: transparent !important;
    color: #554c43 !important;
    border: 1px solid #bbb;
    font-family: "Comfortaa";
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    padding: 10px 12px 8px !important;
}

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

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

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

#ivpa-content .ivpa_title {
    margin-top: 0 !important;
    font-family: "Comfortaa";
    color: #000;
    font-size: 16px !important;
    font-weight: 500 !important;
}

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

.simple-cart-form .single_add_to_cart_button.button,
.variations_form.cart .single_add_to_cart_button.button {
    background: #CC8562 !important;
    font-weight: 600 !important;
    width: 215px;
    height: 60px;
    border-radius: 0;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 4px;
    font-size: 18px;
}

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


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

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

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

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

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background: #CC8562 !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: #aa6542 !important;
    color: #fff;
}

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

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


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

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

.tm-product__price del {
    order: 2;
}

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

.tm-product__price,
.tm-product__price span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Comfortaa", sans-serif;
}

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

.tm-product__social {
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tm-product__social-title {
    font-size: 14px;
}

.tm-product__social-links a {
    font-size: 18px;
    color: #000;
}

.tm-product__social-links a:hover {
    opacity: .5;
}

.tm-related-slider .swiper-button {
    border-radius: 50%;
    background: #CC8562;
    width: 40px;
    height: 40px;
    color: #fff;

}

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

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

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

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

    .tm-related-slider__item {
        width: 33.333%;
        padding-left: 23px;
        box-sizing: border-box;
    }

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

    .tm-product__images-main .swiper-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 50px;
    }
}

@media (min-width: 1181px) {
    .tm-related-slider__item {
        width: 25%;
    }
}

@media (min-width: 1281px) {
    .tm-related-slider__item {
        width: 16.666%;
    }
}

@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: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .tm-product__images-main {
        margin-bottom: 25px;
    }
    .tm-product__images-main .slider__image {
        position: relative;
        overflow: hidden;
        padding-bottom: 108%;
    }
    .tm-product__images-main .slider__image img {
        object-fit: cover;
        width: 100%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
        height: 100%;
    }
    .tm-product-grid .tm-grid__width-4-10 {
        order: 1;
    }

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

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

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

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

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

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

    .tm-product-category__meta .tm-product__tags {
        max-width: 65px;
    }

    .tm-product-card__tag {
        font-size: 12px;
        width: 65px;
        height: 28px;
    }
    
}

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

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

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


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

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

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

.tm-cart__item {
    background: #FFFFFF;
    padding: 24px;
    position: relative;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
}

.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: "\e901";
    font-family: 'tm-artefe';
    font-size: 13px;
    line-height: 13px;
    color: #B5B5B5;
    transform: rotate(45deg);
    display: block;
}

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

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

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

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

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

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

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

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

.tm-cart__item-price-line .product-subtotal {
    text-align: right;
}

.tm-cart__item-subtotal-title {
    margin-bottom: 8px;
}

.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;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
}

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

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



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

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

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

.tm-cart__delivery-title,
.order-total-title {
    color: #000;
    font-family: "TrajanPro3";
    text-transform: uppercase;
    font-weight: 400;
}

.order-total-sum {
    font-weight: 600;
    color: #8A8888;    
}
.tm-h2.order-total-sum {
    font-family: "Comfortaa", 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: "Comfortaa";
}

.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: 0;
    transition: all 0.3s ease;
    font-family: "Comfortaa";
}


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

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

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

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

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

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

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

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

.woocommerce-page .product-count__button::before {
    font-family: 'tm-artefe';
    font-size: 15px;
    color: #404040;
}

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

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

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

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

.select2-container--default .select2-selection--single {
    border: 1px solid #e1e1e1;
    height: 38px;
    margin-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

/* checkout
========================================================================== */
.woocommerce form .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .tm-main>.tm-centered-content>div:first-child {
    display: none;
}

.woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}

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

.woocommerce-billing-fields {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 25px 25px 15px;
}

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


.wc-list-product {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
    margin-top: 25px;
}

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

.wc-list-product .tm-grid__width-1-4 {
    text-align: right;
    
}
.woocommerce-checkout .wc-list-product span.woocommerce-Price-amount.amount {
    color: #8A8888;
}

#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;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 32px 40px;
}

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

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


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

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

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

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

.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;
    width: 100%;
    color: #fff;
    font-weight: 600;
    height: 40px;
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 0;
}

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

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

.wc-list-product .wc-checkout-name {
    text-transform: uppercase;
    color: #554c43;
    font-family: "CrimsonFoam";
    font-size: 20px;
}

.wc-list-product span.woocommerce-Price-amount.amount {
    font-weight: 600;
    color: #000;
    font-family: 'Comfortaa', 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;
}

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

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

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

/* thank you
========================================================================== */
.woocommerce-order-received .breadcrumbs {
    text-align: center;
}
.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: 'Comfortaa', 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 {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.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: "Comfortaa";
    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;
    }
}

/* cart menu
========================================================================== */
.wpmenucart-contents {
    position: relative;
}

li.wpmenucartli a.wpmenucart-contents span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #DF0526;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    right: -1px;
    top: -6px;
}

/* offcanvas
========================================================================== */
.tm-offcanvas-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    touch-action: none;

    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.tm-offcanvas-container.active {
    visibility: visible;
    opacity: 1;
}

.tm-offcanvas-container .tm-offcanvas-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out;
}

.tm-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #ffffff;
    overflow-y: auto;
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    visibility: hidden;
    opacity: 0;
    -ms-scroll-chaining: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
    padding: 40px 20px;
}

.tm-offcanvas-container.active .tm-offcanvas-bar {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
}


.tm-offcanvas-bar .wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
    max-height: 100%;
}

.tm-archive-product__chips .widget,
.tm-archive-product__chips .wpc-filter-chips-list li,
body .tm-archive-product__chips .wpc-filter-chips-list li.wpc-filter-chip,
.tm-archive-product__chips li.wpc-filter-chip,
.tm-archive-product__chips .wpc-custom-selected-terms ul.wpc-filter-chips-list li:last-child {
    margin-bottom: 0 !important;
}

.tm-filter {
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-weight: 500;
    color: #8A8888;
    font-size: 14px;
}

.tm-filter:hover {
    background: #F6F6F6;
}

.tm-filter span {
    font-size: 15px;
    color: #000;
}

/* object fit
========================================================================== */
.tm-thank-you .woocommerce-table__line-item .product-thumbnail img,
.tm-banner-slider__img img,
.tm-product-category__img img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

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

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

.tm-tabs-triggers__item {
    display: block;
    cursor: pointer;
    background: none;
    font-family: "TrajanPro3";
    text-transform: uppercase;
    font-size: 24px;
    color: #8A8888;
    line-height: 1;
}


.tm-tabs-triggers__item-active {
    color: #000;
}
@media (min-width:981px) {
    .tm-tabs-triggers__item:not(:last-child) {
        margin-bottom: 25px;
    }
    .tm-tabs-triggers__item {
        padding-left: 4vw;
    }
}
@media (max-width:980px) {
    .tm-product__tabs-line1 {
        width: calc(100% + 20px);
        overflow: hidden;
    }
    .tm-product__tabs-line2 {
        overflow-x: auto;
        -ms-overflow-style: none; 
        scrollbar-width: none;
        margin-bottom: 25px;
    }
    .tm-product__tabs-line2::-webkit-scrollbar {
        display: none;
    }
    .tm-product__tabs-line3 {
        max-width: 100%;
    }
    .tm-product__tabs-line {
        display: flex;
        border-bottom: 0 none;
        margin-bottom: 0;
    }
    .tm-tabs-triggers__item {
        width: inherit;
        white-space: nowrap;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1.4;
    }
    .tm-tabs-triggers__item:not(:last-child) {
        margin-right: 25px;
    }   
    
}

/* accordion
========================================================================== */
.tm-content-accordion-list {
    position: relative;
    width: 100%;
    height: auto;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #D3D3D3;
}

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



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

.tm-content-accordion-list>div .tm-content-accordion-list__title::after {
    right: 12px;
    top: 24px;
    position: absolute;
    font-family: 'tm-artefe';
    content: "\e901";
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
}

.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;
    color: #000;
    content: "\e900";
}

.tm-content-accordion-list__title {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.3s ease-out;
    padding: 16px 42px 16px 0;
    background: #fff;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #D3D3D3;
}

.tm-content-accordion-list>div.active .tm-content-accordion-list__title {
    color: #000;
}

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

}

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

.tm-content-accordion-list>div:first-child .tm-content-accordion-list__title {
    border: 0 none;
}

@media (max-width: 768px) {

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


/* swiper
========================================================================== */
.swiper-pagination {
    position: relative;
    margin-top: 30px;
}
.swiper-wrapper {
    box-sizing: border-box;
}
.swiper-pagination-progressbar {
    background: #EBEBEB;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #CC8562;
}

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

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

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

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


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

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

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

.swiper-button::after {
    font-size: 37px;
    color: #8A8888;
    transition: all .3s ease-in-out;
}

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

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

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


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



/* form
========================================================================== */
html.swal2-shown,
body.swal2-shown {
    position: relative !important;
}

.wpcf7-form-control {
    border: 1px solid #DBDBDB;
    background: #fff;
    width: 100%;
    height: 40px;
    font-family: 'Comfortaa', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 8px;
    display: block;
    transition: all 0.3s ease;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-form-control.wpcf7-not-valid {
    border: 1px solid #FF0000;
}

.wpcf7-form-control-wrap {
    display: block;
}

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

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

.wpcf7-textarea {
    height: 100px;
}

.tm-content-form__btn .wpcf7-submit {
    width: 148px;
    background: #DF0526;
    height: 40px;
    color: #fff;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    transition: all 0.3s ease-out;
    border-radius: 5px;
    border: 0 none;
}

.wpcf7-submit:active,
.wpcf7-submit:focus,
.wpcf7-submit:hover {
    background: #b6021d;
    color: #fff;
    cursor: pointer;
}

.tm-subscribe-form>p:first-child,
.wpcf7-form br,
.wpcf7-spinner {
    display: none;
}

.tm-content-form__title {
    margin-bottom: 8px;
}

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

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


/* pagination
========================================================================== */
.woocommerce-pagination,
.category-pagination {
    margin-top: 80px;
}

.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: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #8A8888;
    transition: all 0.3s ease-out;
    background: none;
    font-size: 20px;
    font-family: "TrajanPro3";
}

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

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

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

.category-pagination .nav-links {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.category-pagination .nav-links>*:not(:last-child) {
    margin-right: 1px;
}


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

/* footer
========================================================================== */
.tm-footer__logo {
    width: 120px;
    height: 40px;
    display: flex;
}

.tm-footer__logo svg {
    width: 100%;
}

.tm-footer__logo-line {
    row-gap: 15px;
}

.tm-footer__line1 {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #D4D4D4;
}

.tm-footer__line2 {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #D4D4D4;
}

.tm-social a {
    color: #000;
    font-size: 34px;
    line-height: 34px;
}

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

.tm-footer__copy,
.tm-developer {
    font-size: 12px;
    color: #8A8888;
}

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

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

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

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

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

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

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

.tm-footer__subscribe form {
    position: relative;
}

.tm-footer__subscribe .wpcf7-form-control {
    height: 47px;
    margin-bottom: 0;
    font-size: 14px;
    padding: 8px 44px 8px 20px;
}

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

.tm-sub-arrow:hover {
    background: #000;
    color: #fff;
}
@media (max-width: 980px) {
    .tm-footer .tm-grid__width-1-5,
    .tm-footer .tm-grid__width-3-10,
    .tm-footer .tm-grid__width-1-4 {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .tm-footer .tm-grid__width-1-5,
    .tm-footer .tm-grid__width-3-10,
    .tm-footer .tm-grid__width-1-4 {
        width: 100%;
    }
}

/* ==========================================================================
/* BLOCKS
========================================================================== */
/* uniq title
----------------------------------------------- */
.tm-uniq-title__title {
    font-family: "CrimsonFoam", sans-serif;
    color: #CC8562;
    font-size: 160px;
    transform: rotate(-12deg);
    position: relative;
    top: -11px;
}
.tm-uniq-title__text {
    font-family: "TrajanPro3", serif;
    font-size: 50px;
    line-height: 1.3;
    text-transform: uppercase;
    padding-left: 94px;
}
@media (max-width: 1366px) {
    .tm-uniq-title__title {
        font-size: 12vw;
        top: -0.8vw;
    }
    .tm-uniq-title__text {
        font-size: 4vw;
        padding-left: 7vw;
    }
}
@media (max-width: 670px) {
    .tm-uniq-title__title {
        font-size: 80px;
        top: 2px;
    }
    .tm-uniq-title__text {
        font-size: 26px;
        padding-left: 44px;
    }
}

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

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

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

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

.tm-reviews-slider__content {
    font-family: "TrajanPro3";
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 30px;
}

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

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

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

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


/* insta link
---------------------------------------- */
.tm-insta-link {
    position: relative;
}
.tm-insta-link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.tm-insta-link__text {
    transition: all .3s ease-in-out;
}
.tm-insta-link:hover .tm-insta-link__text {
    opacity: .5;
}
.tm-insta-link .tm-artefe {
    font-size: 47px;
}
.tm-insta-link__text {
    font-size: 35px;
    font-weight: 600;
}
@media (max-width: 1180px) {
    .tm-insta-link .tm-artefe {
        font-size: 3.5vw;
    }
    .tm-insta-link__text {
        font-size: 3vw;
    }
}
@media (max-width: 768px) {
    .tm-insta-header .tm-uniq-title__column.tm-flex, 
    .tm-insta-header .tm-flex-row-end {
        justify-content: center;
    }
}
@media (max-width: 670px) {
    
    .tm-insta-link .tm-artefe {
        font-size: 27px;
    }
    .tm-insta-link__text {
        font-size: 25px;
    }
}

/* product slider
---------------------------------------- */
.tm-product-page-slider-wrap {
    position: relative;
}
.tm-product-page-slider-wrap .tm-product-page-slider-prev {
    left: -60px;
}
.tm-product-page-slider-wrap .tm-product-page-slider-next {
    right: -60px;
}

@media (min-width: 1367px) {
    .tm-product-page-slider .swiper-pagination {
        display: none;
    }
}
@media (max-width: 569px) {
    .tm-product-page-slider,
    .tm-product-page-slider2 {
        width: calc(100% + 20px);
    }
}

/* home categories
---------------------------------------- */
.tm-home-categories__slogan {
    padding-top: 20px;
}
.tm-home-categories__slogan-name {
    font-family: "TrajanPro3", serif;
    font-size: 55px;
    line-height: 1;
    padding-right: 115px;
}
.tm-home-categories__slogan-subname {
    font-family: "CrimsonFoam", sans-serif;
    font-size: 160px;
    transform: rotate(-12deg);
    color: #CC8562;
    text-align: right;
    padding-top: 8px;
}
.tm-home-categories {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3vw;
}
.tm-home-categories__column {
    padding-left: 3vw;
}
.tm-home-categories__column1 {
    width: 36%;
}
.tm-home-categories__column2 {
    width: 28%;
}
.tm-home-categories__column3 {
    width: 36%;
    padding-top: 55px;
}
.tm-home-categories__column {
    display: flex;
    flex-direction: column;
    row-gap: 70px;
}
.tm-home-categories__category {    
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.tm-home-categories__category:hover {
    opacity: .5;
}
.tm-home-categories__category_1-img,
.tm-home-categories__category_2-img,
.tm-home-categories__category_3-img,
.tm-home-categories__category_4-img,
.tm-home-categories__category_5-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.tm-home-categories__category_1-img,
.tm-home-categories__category_4-img {
    transform: translateX(-100%);
}
.tm-home-categories__category_2-img,
.tm-home-categories__category_5-img {
    transform: translateY(-100%);
}
.tm-home-categories__category_3-img {
    transform: translateY(100%);
}
.tm-home-categories__category-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.tm-home-categories__category-name {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-family: "TrajanPro3";
    font-size: 35px;
    line-height: 1;
    z-index: 1;
    transform: translate(0px, 70px);
}

.tm-home-categories__category_1 {
    padding-bottom: 155%;
}
.tm-home-categories__category_2 {
    padding-bottom: 150%;
}
.tm-home-categories__category_3 {
    padding-bottom: 124%;
}
.tm-home-categories__category_4 {
    padding-bottom: 75%;
}
.tm-home-categories__category_5 {
    padding-bottom: 85%;
}

.tm-home-categories__category_2 .tm-home-categories__category-name,
.tm-home-categories__category_3 .tm-home-categories__category-name,
.tm-home-categories__category_5 .tm-home-categories__category-name {
    left: auto;
    right: 30px;
}
.tm-home-categories__slogan {
    opacity: 0;
}
@media (max-width: 1366px) {
    .tm-home-categories__column3 {
        padding-top: 4vw;
    }
    .tm-home-categories__category-name {
        bottom: 2vw;
        left: 2vw;
        font-size: 2.5vw;
    }
    .tm-home-categories__category_2 .tm-home-categories__category-name,
    .tm-home-categories__category_3 .tm-home-categories__category-name,
    .tm-home-categories__category_5 .tm-home-categories__category-name {
        left: auto;
        right: 2vw;
    }
    .tm-home-categories__column {
        row-gap: 5vw;
    }
    .tm-home-categories__slogan-name {
        font-size: 4vw;
        padding-right: 10vw;
    }
    .tm-home-categories__slogan-subname {
        font-size: 12vw;
    }
}
@media (max-width: 670px) {
    .tm-home-categories__column1,
    .tm-home-categories__column2,
    .tm-home-categories__column3 {
        width: 100%;
    }
    .tm-home-categories__slogan-name {
        font-size: 26px;
        padding-right: 67px;
    }
    .tm-home-categories__slogan-subname {
        font-size: 80px;
        padding-top: 0;
        margin-top: -5px;
    }
    .tm-home-categories {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .tm-home-categories__category-name {
        bottom: 20px;
        left: 20px;
        font-size: 24px;
    }
    .tm-home-categories__category_2 .tm-home-categories__category-name,
    .tm-home-categories__category_3 .tm-home-categories__category-name,
    .tm-home-categories__category_5 .tm-home-categories__category-name {
        left: auto;
        right: 20px;
    }
    .tm-home-categories__column {
        row-gap: 30px;
    }
    .tm-home-categories__column2 {
        padding-top: 30px;
    }
    .tm-home-categories__column {
        padding-left: 0;
    }
}
@media (max-width: 480px) {
    .tm-home-categories__category_1 {
        padding-bottom: 105%;
    }
    .tm-home-categories__category_3 {
        padding-bottom: 74%;
    }
    .tm-home-categories__category_2 {
        padding-bottom: 120%;
    }
}

.looktitle1 {
    opacity: 0;
    transform: translateY(100px);
}

/* lookbook1
---------------------------------------- */
.tm-lookbook1-wrap {
    display: flex;
    margin-bottom: 9vw;
}
.tm-lookbook1-column1 {
    width: 35%;
}
.tm-lookbook1-column2 {
    width: 65%;
    position: relative;
}
.tm-lookbook1-img1-wrap,
.tm-lookbook1-img2-wrap {
    overflow: hidden;
}
.tm-lookbook1-img1-wrap {
    width: 18vw;
    position: relative;
    top: 27vw;
}
.tm-lookbook1-img2 {
    width: 24vw;
    margin-bottom: 5vw;    
}
.tm-lookbook1-img2,
.tm-lookbook1-img1 {
    transform: translateX(-100%);
    opacity: 0;
}
.tm-lookbook1-content {
    position: absolute;
    left: 26vw;
    top: 9vw;
    opacity: 0;
    transform: translateX(200px);
}
.tm-lookbook1-content h1 {
    font-weight: inherit;
    text-transform: none;
}
.tm-lookbook1-text {
    max-width: 35vw;
}
.tm-lookbook1-content__text_1,
.tm-lookbook1-content__text_2,
.tm-lookbook1-text {
    font-family: "TrajanPro3";
    text-transform: uppercase;
}
.tm-lookbook1-text {
    font-size: 1.6vw;
    line-height: 2;
}
.tm-lookbook1-content__text_1,
.tm-lookbook1-content__text_2 {
    font-size: 2.6vw;
    line-height: 1;
}
.tm-lookbook1-content__text_1 {
    position: relative;
    left: -1.8vw;
    margin-bottom: 1vw;
}
.tm-lookbook1-content__curves {
    font-family: "CrimsonFoam";
    font-size: 8vw;
    color: #CC8562;
    position: relative;
    transform: rotate(-7deg);
    left: -4.9vw;
    top: -0.7vw;
}

@media (max-width:1180px) {
    .tm-lookbook1-img1-wrap {
        width: 22vw;
        top: 23vw;
    }
}
@media (max-width:570px) {
    .tm-lookbook1-wrap {
        flex-wrap: wrap;
    }
    .tm-lookbook1-column1,
    .tm-lookbook1-column2 {
        width: 100%;
    }
    .tm-lookbook1-column1 {
        display: flex;
        justify-content: flex-end;
        padding-right: 25vw;
    }
    .tm-lookbook1-img1-wrap {
        top: 0;
    }
    .tm-lookbook1-column1 {
        order: 2;
    }
    .tm-lookbook1-column2 {
        order: 1;
    }
    .tm-lookbook1-img2 {
        width: 48vw;
    }
    .tm-lookbook1-content {
        left: 52vw;
        top: 22vw;
    }
    .tm-lookbook1-content__text_1, 
    .tm-lookbook1-content__text_2 {
        font-size: 3.6vw;
    }
    .tm-lookbook1-content__curves {
        font-size: 12vw;
        left: -7.9vw;
    }
    .tm-lookbook1-text {
        max-width: 40vw;
        margin-left: 52vw;
        margin-top: -14vw;
        font-size: 2.2vw;
        margin-bottom: 6vw;
    }
}
@media (max-width:480px) {
    .tm-lookbook1-img2 {
        width: 40vw;
    }
    .tm-lookbook1-content {
        left: 43vw;
        top: 12vw;
    }
    .tm-lookbook1-content__curves {
        font-size: 18vw;
        left: -10.9vw;
        top: -0.2vw;
    }
    .tm-lookbook1-content__text_1 {
        left: -2.8vw;
        margin-bottom: 0;
    }
    .tm-lookbook1-text {
        max-width: 78vw;
        margin-left: 11vw;
        margin-top: 1vw;
        font-size: 3.5vw;
        margin-bottom: 6vw;
    }
    .tm-lookbook1-img1-wrap {
        width: 30vw;
    }
    .tm-lookbook1-content__text_1, 
    .tm-lookbook1-content__text_2 {
        font-size: 5vw;
    }
}


/* lookbook2
---------------------------------------- */
.tm-lookbook2-wrap {
    margin-bottom: 8vw;
}
.tm-lookbook2-column1 {
    width: 33%;
}
.tm-lookbook2-column2 {
    width: 67%;
}
.tm-lookbook2-img1-wrap {
    width: 21vw;
    top: 5vw;
    position: relative;
}
.tm-lookbook2-text {
    font-family: "TrajanPro3";
    text-transform: uppercase;
    position: relative;
    left: 3vw;
    font-size: 1.6vw;
    max-width: 40vw;
}
.tm-lookbook2-img2-wrap {
    width: 18vw;
    margin-top: 20vw;
}
.tm-lookbook2-img3-wrap {
    width: 21vw;
}
.tm-lookbook2-column2-images {
    margin-top: 5vw;
}
.tm-lookbook2-img1-wrap,
.tm-lookbook2-img2-wrap,
.tm-lookbook2-img3-wrap {
    overflow: hidden;
}
@media (max-width: 570px) {
    .tm-lookbook2-img1-wrap {
        width: 25vw;
    }
    .tm-lookbook2-img2-wrap {
        width: 20vw;
        margin-top: 28vw;
    }
    .tm-lookbook2-img3-wrap {
        width: 28vw;
    }
    .tm-lookbook2-text {
        font-size: 2.2vw;
        max-width: 90vw;
    }
}
@media (max-width: 480px) {
    .tm-lookbook2-text {
        font-size: 3.5vw;
    }
    .tm-lookbook2-column1,
    .tm-lookbook2-column2 {
        width: 100%;
    }
    .tm-lookbook2-img1-wrap {
        width: 65vw;
        margin-left: auto;
        margin-right: auto;
        top: 0;
        margin-bottom: 30px;
    }
    .tm-lookbook2-img2-wrap {
        width: 32vw;
        margin-top: 22vw;
    }
    .tm-lookbook2-img3-wrap {
        width: 48vw;
    }
}


/* lookbook3
---------------------------------------- */
.tm-lookbook3-img1-wrap,
.tm-lookbook3-img2-wrap {
    overflow: hidden;
}
.tm-lookbook3-text {
    font-family: "TrajanPro3";
    text-transform: uppercase;
    position: relative;
    font-size: 1.6vw;
    max-width: 40vw;
}
.tm-lookbook3-wrap {
    max-width: 1226px;
    margin-left: auto;
    margin-right: auto;
}
.tm-lookbook3-column {
    margin-left: -5vw;
    margin-top: 5vw;
}
.tm-lookbook3-column > * {
    padding-left: 5vw;
}
@media (max-width:570px) {
    .tm-lookbook3-text {
        font-size: 2.2vw;
        max-width: 55vw;
    }
}
@media (max-width:480px) {
    .tm-lookbook3-text {
        font-size: 3.5vw;
        max-width: 85vw;
    }
}

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


/* splitting
========================================================================== */
.splitting {
    line-height: 1.6;
}
.splitting span.word {
    background: transparent;
    color: transparent;
    overflow: hidden;
    position: relative;
}

.splitting.active span.word:before {
    display: block;
    content: attr(data-word);
    position: absolute;
    color: black;
    visibility: hidden;
    animation: reveal-in 1s cubic-bezier(.5, 0, .5, 1) both;
    animation-delay: calc(.2s * var(--line-index));
}

.splitting.active span.wor2d {
    animation: reveal-in 1s cubic-bezier(.5, 0, .5, 1) both;
    animation-delay: calc(.2s * var(--line-index));
}


@keyframes reveal-in {
    0% {
        transform: translateY(100%);
        visibility: hidden;
    }

    100% {
        transform: translateY(0%);
        visibility: visible;
    }
}

/* about page
========================================================================== */
.tm-about__subtitle {
    padding-left: 92px;
}
.tm-about__top-img > * {
    max-width: 564px;
}


/* breadcrumbs
========================================================================== */
.tm-breadcrumb .widget {
    margin-bottom: 0;
}

.breadcrumbs a,
.breadcrumbs span.current-item {
    font-size: 11px;
    line-height: 14px;
}

.breadcrumbs>* {
    margin: 0 4px;
}

.breadcrumbs>*:first-child {
    margin-left: 0;
}

.breadcrumbs>*:last-child {
    margin-right: 0;
}

.woocommerce .woocommerce-breadcrumb a,
.breadcrumbs a {
    color: #B5B5B5;
}

.woocommerce .woocommerce-breadcrumb a:hover,
.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs,
.woocommerce .woocommerce-breadcrumb,
.breadcrumbs span.current-item {
    color: #B5B5B5;
    font-size: 11px;
}

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


/* 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: 1260px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.wp-block-group.alignfull>div .wp-block-columns,
.wp-block-group.alignfull>div p:last-child {
    margin-bottom: 0;
}

.wp-block-group.alignfull>div>div+div {
    margin-top: 35px;
}


.tm-fix-body {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
    height: 100vh;
    position: fixed;
    width: 100vw;
}

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

.tm-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.tm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.tm-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

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

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

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

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

.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-gap35 {
    column-gap: 35px;
}

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

.tm-col-gap70 {
    column-gap: 70px;
}

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

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

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

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

.tm-gap20 {
    gap: 20px;
}

.tm-gap30 {
    gap: 30px;
}

.tm-gap40 {
    gap: 40px;
}

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

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

.tm-grid-row-gap {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    row-gap: 30px;
}

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

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

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

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

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

.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-3-10 {
    width: 30%;
}

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

.tm-grid__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}


@media (max-width: 1180px) {

    .tm-grid {
        margin-left: -15px;
    }

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

@media (max-width: 980px) {
    .tm-grid__right {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
    }

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

    .tm-grid__width-1-2,
    .tm-grid__width-1-3,
    .tm-grid__width-1-4,
    .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%;
    }
}


h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4 {
    font-weight: 400;
    font-family: "TrajanPro3", serif;
    margin: 20px 0;
    text-transform: uppercase;
}

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

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

h3,
.tm-h3 {
    font-size: 18px;
    line-height: 25px;
}

h4,
.tm-h4 {
    font-size: 16px;
    line-height: 21px;
}

.tm-font-uniq {
    font-family: "TrajanPro3", serif;
}

.medium {
    font-weight: 600;
}

.color-white {
    color: #fff;
}

.color-braun {
    color: #CC8562;
}

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

.lh16 {
    line-height: 1.6;
}


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

.max1160 {
    max-width: 1160px;
}

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

.tm-content-btn a {
    background: #CC8562;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: "Comfortaa", sans-serif;
    text-decoration: none;
    padding: 6px;
    width: 148px;
}

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




@media (max-width: 1440px) {

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

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

@media (max-width: 1180px) {
    .tm-hero-title {
        font-size: 32px;
        line-height: 48px;
    }

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

    h2,
    .tm-h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

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

}

@media (max-width: 768px) {
    .tm-content-btn {
        font-size: 14px;
        width: 172px;
    }


}



/* margins
========================================================================== */
.tm-margin-xsmall-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: 65px;
}

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

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

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

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

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

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

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

@media (max-width: 980px) {

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

