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

damdam 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: "Nunito";
    font-display: swap;
    src: url("fonts/Nunito-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

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

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

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

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

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

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

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

.tm-damdam-icon-close:before {
    content: "\e90a";
}

.tm-damdam-icon-map-pin:before {
    content: "\e909";
}

.tm-damdam-icon-arrow2:before {
    content: "\e908";
}

.tm-damdam-icon-check:before {
    content: "\e907";
}

.tm-damdam-icon-arrow:before {
    content: "\e906";
}

.tm-damdam-icon-burger:before {
    content: "\e900";
}

.tm-damdam-icon-cart:before {
    content: "\e901";
}

.tm-damdam-icon-home:before {
    content: "\e902";
}

.tm-damdam-icon-pin:before {
    content: "\e903";
}

.tm-damdam-icon-search:before {
    content: "\e904";
}

.tm-damdam-icon-user:before {
    content: "\e905";
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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 "Nunito";
    background: #fff;
    color: #404040;
}

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: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 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: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

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

p {
    margin-bottom: 25px;
}

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

a:hover {
    color: #DF0526;
    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 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
}

.tm-toolbar {
    padding: 18px 0;
}

.tm-toolbar__link {
    margin-right: 16px;
    color: #404040;
}

.tm-header-content__wrap {
    padding: 24px 0 16px;
}

.tm-header-content__logo {
    margin-right: 48px;
    position: relative;
    width: 218px;
    height: 33px;
}

.tm-header-content__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.tm-header-content__search-form {
    position: relative;
    height: 36px;
    margin-right: 12px;
}

.tm-header-content__search-form .widget {
    margin-bottom: 0;
}

.tm-header-content__search-input {
    font-size: 13px;
    line-height: 18px;
    border-radius: 5px;
    padding: 0 72px 0 16px;
    height: 32px;
    border: 1px solid #B5B5B5;
    color: #404040;
    width: 340px;
}

.tm-header-content__search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px !important;
    height: 32px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #DF0526 url("../img/icons/search.svg") center/16px no-repeat !important;
}

.tm-header-content__search-city {
    position: relative;
    padding-left: 18px;
}

body.search .tm-header-content__search-city {
    display: none;
}

.tm-header-content__search-city::before {
    content: "\e903";
    font-family: 'tm-damdam';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    width: 18px;
    height: 18px;
    color: #7E7E7E;
    display: flex;
    align-items: center;
}

.tm-header-content__search-city .widget {
    margin-bottom: 0;
}

.tm-header-content__search-city ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tm-header-content__search-city ul.menu>li>a,
.tm-header-content__search-city ul.menu>li>a:hover {
    color: #7E7E7E;
    cursor: default;
}

.tm-header-content__search-city .menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    background: #fff;
    height: 0;
    visibility: hidden;
    width: 200px;
    -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: -20px;
    padding: 5px 20px 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.tm-header-content__search-city .menu .sub-menu li {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


.tm-header-content__search-city .menu li.menu-item:hover .sub-menu {
    -webkit-transform: translateX(0) translateY(0%);
    -ms-transform: translateX(0) translateY(0%);
    transform: translateX(0) translateY(0%);
    opacity: 1;
    visibility: visible;
    height: auto;
}

.tm-header-content__search-city .menu li.menu-item:hover .sub-menu li {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.tm-header-content__right {
    margin-left: auto;
}

.tm-header-content__lang {
    margin-right: 15px;
}

.tm-header-content__profile {
    position: relative;
    padding-left: 26px;
    margin-right: 12px;
    color: #404040;
}

.tm-header-content__profile::before {
    content: "\e905";
    font-family: 'tm-damdam';
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-header-content__logout {
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.tm-header-content__logout::before {
    content: "\e90d";
    font-family: 'tm-damdam';
    font-size: 16px;
}


.tm-header-content__cart {
    position: relative;
    height: 20px;
    width: 20px;
}

.tm-header-content__cart-count {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #DF0526;
    border-radius: 50%;
    font-size: 10px;
    line-height: 10px;
    color: #F7F7F8;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tm-header-menu__btn-open {
    display: none !important;
}

.tm-header-menu__btn-open img {
    margin-right: 8px;
}

.tm-header-menu__nav.open {
    left: 0;
}

.tm-header-content,
.tm-header-menu {
    background: #fff;
}

.tm-header-menu {
    padding-top: 6px;
    padding-bottom: 8px;
    position: relative;
    z-index: 99;
}

.tm-header-menu__wrap>span {
    width: 0;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    display: block;
}

.tm-header-menu.active .tm-header-menu__wrap>span {
    width: 100%;
}

.tm-header-menu__btn-close {
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    border: 1px solid #DF0526;
    display: none;
}

.tm-header-menu__btn-close::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    height: 1px;
    width: 20px;
    background: #DF0526;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.tm-header-menu__btn-close::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    height: 1px;
    width: 20px;
    background: #DF0526;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.tm-header-menu__btn-close:hover {
    background: #DF0526;
}

.tm-header-menu__btn-close:hover::before {
    background: #fff;
}

.tm-header-menu__btn-close:hover::after {
    background: #fff;
}

.tm-cart .tm-cart__list {
    margin: 0;
    list-style: none;
}

.tm-cart i::before {
    content: "\e901";
    font-family: 'tm-damdam';
    font-size: 16px;
}

@media (max-width: 1240px) {
    .tm-header {
        position: static;
    }

    .tm-header.active {
        z-index: 10;
    }

    .tm-header-menu__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 300px;
        height: 100vh;
        position: fixed;
        top: 0;
        background: #fff;
        margin: 0;
        left: -300px;
        padding: 80px 20px 30px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        overflow-y: auto;
    }

    .tm-header-menu__nav.active {
        left: 0;
        z-index: 100;
    }



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

    .tm-header-menu__item {
        margin-bottom: 15px;
    }

    .tm-header-menu__btn-close {
        display: block;
    }
}

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

    /* .tm-header-content__search-form {
        margin-bottom: 30px;
        margin-right : 0;
    }

    .tm-header-content__search-input {
        width: 100%;
    }

    .tm-header-menu__wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between;
        width           : 100%;
    }

    .tm-header-menu__btn-open {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin : 15px 0;
    } */


}

@media (max-width: 768px) {
    .tm-header-content__left {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .tm-header-content__search-city {
        margin-left: auto;
    }

    .tm-header-content__right {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

}

@media (max-width: 480px) {
    .tm-toolbar {
        padding: 12px 0;
    }

    .tm-toolbar__link {
        margin-right: 0;
    }

    .tm-toolbar__left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .tm-header-content__logo {
        width: 180px;
        height: 27px;
        margin-right: 16px;
    }
}

@media (max-width: 380px) {
    .tm-header-content__logo {
        width: 150px;
    }
}

/* lang
========================================================================== */
.tm-header-content__lang {
    margin-right: 10px;
}

.tm-header-content__lang .widget {
    margin-bottom: 0;
}

.tm-header-content__lang .wpml-ls-legacy-dropdown {
    width: 63px;
}

.tm-header-content__lang .wpml-ls-legacy-dropdown a {
    background: none;
    border: 0 none;
    color: #404040;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}

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

.tm-header-content__lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 9px;
}

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

.tm-header-content__lang .wpml-ls-legacy-dropdown:hover a,
.tm-header-content__lang .wpml-ls-legacy-dropdown:focus a,
.tm-header-content__lang .wpml-ls-legacy-dropdown .wpml-ls-item:focus a,
.tm-header-content__lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.tm-header-content__lang .wpml-ls-legacy-dropdown a:focus,
.tm-header-content__lang .wpml-ls-legacy-dropdown a:hover {
    background: #f2f2f2;
    color: rgba(0, 0, 0, 0.5);
}

.tm-header-content__lang .wpml-ls-legacy-dropdown .wpml-ls-item:hover a:hover {
    color: #404040;
}

/* menu
========================================================================== */
.tm-header-menu__catalog {
    position: relative;
}

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

.tm-cart.active,
.tm-header-menu.active {
    position: fixed;
}

.tm-header-menu.active {
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
}

.tm-cart.active {
    z-index: 20;
    right: 20px;
    top: 18px;
}

.tm-header-menu__content {
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    width: auto;
    height: 0;
    visibility: hidden;
    background: #fff;
    z-index: 100;
    max-width: 950px;
}

.tm-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    background: #fff;
    height: 0;
    visibility: hidden;
}

.tm-menu-wrapper ul {
    width: 290px;
}

.tm-header-menu__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tm-header-menu__content .menu {
    column-count: 4;
    column-gap: 10px;
    padding: 25px;
}

.tm-header-menu__content .menu li.menu-item {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    width: 225px;
}

.tm-header-menu__content .menu .sub-menu,
.tm-header-menu__content .menu li.menu-item:not(:last-child)>a {
    margin-bottom: 10px;
}

.tm-header-menu__content .menu li.menu-item a {
    line-height: 18px;
    display: block;
    max-width: 215px;
}

.tm-header-menu__content .menu li.menu-item ul.sub-menu a {
    max-width: 185px;
}

.tm-header-menu__content .widget {
    margin-bottom: 0;
}

.menu-image-title-before.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title {
    padding-left: 0;
}

.tm-header-menu__content ul.sub-menu {
    padding-left: 30px;
}

.tm-header-menu__catalog-text {
    background: #fff;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
    margin-right: 16px;
}

.tm-header-menu__catalog-text::before {
    content: "\e900";
    font-family: 'tm-damdam';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 23px;
    transition: all 0.3s ease-out;
    color: #DF0526;
}


.tm-header-menu__catalog-btn .tm-header-menu__content,
.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: -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(45px) translateY(0%);
    -ms-transform: translateX(45px) translateY(0%);
    transform: translateX(45px) translateY(0%);
    opacity: 0;
    height: auto;
    visibility: hidden;
    top: 0;
    left: 285px;
}


.tm-header-menu__catalog-btn:hover .tm-header-menu__content,
.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;
    height: auto;
}

.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>a::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 3px;
    border-top: 3px solid transparent;
    border-left: 5px solid #404040;
    border-bottom: 3px solid transparent;
    margin: auto;
    height: 5px;
    width: 5px;
    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:hover>a::after {
    border-top: 3px solid transparent;
    border-left: 5px solid #DF0526;
    border-bottom: 3px solid transparent;
}

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

.tm-menu-wrapper>li.menu-item-has-children:hover>a {
    color: #DF0526;
}

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

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

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

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

.tm-menu-wrapper>li>a {
    color: #404040;
    font-size: 16px;
}

.tm-menu-wrapper>li.current-menu-ancestor>a,
.tm-menu-wrapper>li.current-menu-item>a {
    color: #DF0526;
    opacity: 1;
}

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

.tm-menu-wrapper>li ul a {
    color: #404040;
    text-decoration: none;
}

.tm-menu-wrapper li a:hover {
    color: #DF0526;
}

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

.tm-menu-wrapper li ul li:hover>a,
.tm-menu-wrapper li ul li.current-menu-item>a {
    background-color: rgba(255, 255, 255, .1);
    color: #DF0526;
}

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

.tm-menu-wrapper li ul li,
.tm-menu-wrapper li ul li a {
    font-size: 16px;
    line-height: 19px;
    color: #404040;
}

.tm-menu-wrapper li ul li a {
    padding: 8px 20px;
    display: block;
}



@media (max-width: 1240px) {
    .tm-header-menu__content {
        opacity: 1;
        visibility: visible;
        height: auto;
        margin-top: 30px;
        position: relative;
    }

    .tm-header-menu__content .menu {
        column-count: 1;
        padding: 0;
    }

    .tm-header-menu__content {
        max-width: 100%;
    }

    .tm-primary-menu-container {
        margin-top: 30px;
    }

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

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

    .tm-header-menu__catalog-text,
    .tm-menu-wrapper_header>li,
    .tm-menu-wrapper_header>li>a {
        line-height: 30px;
    }
}


/* account
========================================================================== */
.tm-main.tm-page-login {
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

.woocommerce-account .woocommerce-MyAccount-navigation {
    border-right: 1px solid #E2E9F1;
}

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


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

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

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

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

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

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

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

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

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

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


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

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

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

.woocommerce .woocommerce-MyAccount-content .products div.product {
    width: 50%;
}

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

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

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

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

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

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

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


.woocommerce-account button.button:hover {
    background: #5c5c5c !important;
}

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

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

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

.woocommerce-MyAccount-content .pagination a {
    padding: 3px 7px;
    background: #8b8b8b;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.woocommerce-MyAccount-content .pagination a:hover,
.woocommerce-MyAccount-content .pagination a.active {
    background: #df0526;
    color: #fff;
}

.woocommerce-MyAccount-content .coupon-search-block {
    margin: 15px 0;
}

.woocommerce-MyAccount-content .coupon-search-block input {
    height: 40px;
    margin-right: 5px;
    border: 1px solid #eee;
    outline: none;
    padding: 8px 20px;
}

.woocommerce-MyAccount-content .coupon-search-block button {
    height: 39px;
    padding: 8px 20px;
    background: #df0526;
    border-radius: 4px;
    border: 0 none;
    cursor: pointer;
    color: #fff;
    transition: all .3s ease-in-out;
}
.woocommerce-MyAccount-content .woocommerce-table .pin-code-form button:hover,
.woocommerce-MyAccount-content .coupon-search-block button:hover {
    background: #b3021c;
}

.woocommerce-MyAccount-content .woocommerce-table {
    border-collapse: collapse;
    
}
.woocommerce-MyAccount-content .woocommerce-table th {
    font-size: 12px;
}
.woocommerce-MyAccount-content .woocommerce-table td {
    font-size: 14px;
}
.woocommerce-MyAccount-content .woocommerce-table .coupon-number {
    width: 120px;
}
.woocommerce-MyAccount-content .woocommerce-table .product-name-column {
    max-width: 250px;
    font-size: 12px;
}

.woocommerce-MyAccount-content .woocommerce-table th,
.woocommerce-MyAccount-content .woocommerce-table td {
    padding: 5px;
    border: 1px solid #eee;
    line-height: 1.2;
}

.woocommerce-MyAccount-content .woocommerce-table .pin-code-form input[type="text"] {
    border: 1px solid #dfdbdb;
    border-radius: 4px;
    width: 100%;
    outline: none;
    padding: 5px 12px;
}
.woocommerce-MyAccount-content .woocommerce-table .pin-code-form button {
    padding: 2px 10px;
    background: #df0526;
    border-radius: 4px;
    border: 0 none;
    cursor: pointer;
    color: #fff;
    transition: all .3s ease-in-out;
    margin-top: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

@media (max-width: 1060px) {

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

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

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

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

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

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

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

    .woocommerce-orders-table__row>div:nth-child(5) {
        width: 100%;
    }
    .woocommerce-MyAccount-content .woocommerce-table thead {
        display: none;
    }
    .woocommerce-MyAccount-content .woocommerce-table tr {
        display: block;
        margin-bottom: 25px;
    }
    .woocommerce-MyAccount-content .woocommerce-table td {
        display: block;
        padding-left: 50%;
        position: relative;
        min-height: 30px;
    }
    .woocommerce-MyAccount-content .woocommerce-table td:not(:last-child) {
        border-bottom: 0 none;
    }
    .woocommerce-MyAccount-content .woocommerce-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 20px;
        top: 6px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {

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

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

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

    .woocommerce-account br {
        display: block;
    }

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

@media (max-width: 480px) {

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

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

/* subscribe
========================================================================== */
.tm-subscrible__content {
    padding: 53px 0;
    background: url("../img/bg-send-1.png") 0 40px no-repeat, url("../img/bg-send-2.png") calc(100% - 30px) 20px no-repeat;
}

.tm-email__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}

.tm-email__title_toolbar {
    margin-right: 14px;
}

.tm-email__title_subscr {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 16px;
    text-align: center;
}

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

.tm-subscribe-form {
    column-gap: 12px;
}

.tm-subscribe-form .wpcf7-form-control {
    margin-bottom: 0;
    max-width: 200px;
}

.tm-subscribe-form .tm-content-form__btn .wpcf7-submit {
    width: 128px;
}

.tm-subscribe-form .tm-content-form__btn .wpcf7-submit,
.tm-subscribe-form .wpcf7-form-control {
    height: 33px;
    font-size: 14px;
}

.tm-footer__subscribe .tm-subscribe-form .tm-content-form__btn .wpcf7-submit,
.tm-footer__subscribe .tm-subscribe-form .wpcf7-form-control {
    height: 40px;
    font-size: 16px;
}

@media (max-width: 480px) {
    .tm-email__title_subscr {
        font-size: 20px;
        line-height: 28px;
    }

    .tm-subscribe-form {
        justify-content: center;
    }

    .tm-email__title_footer {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        text-align: center;
    }
}

@media (max-width: 380px) {
    .tm-subscribe-form {
        row-gap: 15px;
    }

    .tm-footer__subscribe .tm-subscribe-form .tm-content-form__btn .wpcf7-submit,
    .tm-footer__subscribe .tm-subscribe-form .wpcf7-form-control,
    .tm-subscribe-form>div {
        width: 100%;
        max-width: 100%;
    }
}

/* pages
========================================================================== */
.tm-pages__header {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 244px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}

.tm-pages__header h1 {
    position: relative;
    z-index: 1;
}

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



/* products category
========================================================================== */
.woocommerce .products {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    row-gap: 30px;
    padding-bottom: 50px;
}

.woocommerce .products div.product {
    width: 33.333%;
    padding-left: 30px;
}

.tm-product-card {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 5px rgba(131, 131, 131, 0.3);
    box-shadow: 0px 1px 5px rgba(131, 131, 131, 0.3);
    border-radius: 10px;
    position: relative;
    height: 100%;
    min-height: 412px;
    padding-bottom: 24px;
}

.tm-product-card,
.tm-product-card__header {
    flex-grow: 1;
}

.tm-product-card__header {
    padding: 14px 20px 24px;
}

.tm-product-card__img {
    width: 100%;
    height: 195px;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.tm-product-card__img a {
    display: block;
    width: 100%;
    height: 100%;
}

.tm-product-card__img a:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: top .5s;
    transition: top .5s;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31.87%, rgba(55, 47, 47, 0)), color-stop(91.34%, rgba(55, 47, 47, 0.7)));
    background: linear-gradient(180deg, rgba(55, 47, 47, 0) 31.87%, rgba(55, 47, 47, 0.7) 91.34%);
    z-index: 1;
}

.tm-product-card:hover .tm-product-card__img a::before {
    top: 0;
}

.tm-product-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tm-product-card__info-wrap {
    font-size: 13px;
    line-height: 16px;
    color: gray;
    margin-bottom: 12px;
}

.tm-product-card__reviews {
    margin-right: 20px;
    text-decoration: underline;
}

.tm-product-card__name {
    margin-bottom: 8px;
}

.tm-product-card__name a {
    color: #404040;
}

.tm-product-card__location a:hover,
.tm-product-card__name a:hover {
    color: #DF0526;
}


.tm-product-card__location a {
    padding-left: 20px;
    position: relative;
    font-size: 13px;
    line-height: 16px;
    color: #7E7E7E;
}

.tm-product-card__location a::before {
    content: "\e903";
    font-family: 'tm-damdam';
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
}

.tm-product-card__content {
    padding-left: 20px;
    padding-right: 20px;
}

.tm-product-card__price-wrap {
    margin-bottom: 14px;
}

.tm-product-card__dropdown {
    margin-right: 5px;
}

.tm-product-card__discount {
    background: #5E5E5E;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    padding: 5px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tm-product-card__buttons {
    display: flex;
    column-gap: 20px;
    max-height: 35px;
}

.tm-product-card__buttons .clickBuyButton,
.tm-product-card__buttons .add_to_cart_button {
    width: 50%;
}

.tm-product-card__tags {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
}

.tm-product-card__tag {
    color: #fff;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 37px;
    margin-left: 8px;
    -webkit-box-shadow: 4px 9px 4px rgba(0, 0, 0, 0.01), 2px 5px 3px rgba(0, 0, 0, 0.03), 1px 2px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 9px 4px rgba(0, 0, 0, 0.01), 2px 5px 3px rgba(0, 0, 0, 0.03), 1px 2px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}

.tm-product-card__tag_new {
    background: #138F45;
}

.tm-product-card__tag_top {
    background: #F1962A;
}

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

.tm-dropdown {
    position: relative;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    width: 80%;
}

.tm-product__price .tm-dropdown {
    width: 100%;
}

.tm-dropdown.open .tm-dropdown__list {
    display: block;
}

.tm-dropdown.open .tm-dropdown__header::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.tm-dropdown__header {
    position: relative;
    padding-right: 27px;
    cursor: pointer;
}

.tm-dropdown__header::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 100%;
    right: 0;
    top: 0;
    border-left: 1px solid #B5B5B5;
}

.tm-dropdown__header::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 100%;
    right: 0;
    top: 0;
    background: url("img/arrow-down.svg") center 13px no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tm-dropdown__list {
    background: #fff;
    position: absolute;
    margin: 0;
    top: 110%;
    z-index: 3;
    -webkit-box-shadow: 0px 1px 5px rgba(131, 131, 131, 0.3);
    box-shadow: 0px 1px 5px rgba(131, 131, 131, 0.3);
    width: 100%;
    padding: 8px 27px 8px 0;
    display: none;
}

.tm-dropdown__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #7E7E7E;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
}

.tm-dropdown__item>span {
    margin-right: 10px;
}

.tm-dropdown__price {
    color: #DF0526;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 1180px) {
    .tm-dropdown {
        width: 75%;
    }
}

@media (max-width: 1080px) {
    .woocommerce .products div.product {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .woocommerce .products div.product {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .tm-product-card__buttons {
        column-gap: 14px;
    }

    .tm-product-card__dropdown {
        margin-right: 0;
        width: 100%;
    }

    .tm-product-card__price-wrap {
        position: relative;
    }

    .tm-product-card__price-wrap .tm-product__sale-badge {
        position: absolute;
        right: 0;
        top: -50px;
    }
}

/* product page
========================================================================== */
.tm-product>.product {
    padding-bottom: 50px;
}

.woocommerce div.product .woocommerce-product-rating.tm-product__rating {
    margin-bottom: 0;
}

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

.tm-product__meta>div+div {
    padding-left: 30px;
    position: relative;
}

.tm-product__meta>div+div::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 14px;
    top: 8px;
    background: #B5B5B5;
}

.tm-product__meta-city a {
    color: #7E7E7E;
    position: relative;
    padding-left: 20px;
}

.tm-product__meta-city a:hover {
    color: #DF0526;
}

.tm-product__meta-city a::before {
    content: "\e903";
    font-family: 'tm-damdam';
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.tm-product__meta .woocommerce-review-link {
    text-decoration: underline;
}

.tm-product__meta .woocommerce-review-link:hover {
    text-decoration: none;
}

.woocommerce .star-rating span::before,
.woocommerce .tm-product__meta .star-rating span::before {
    color: #DF0526;
}

.tm-product__images {
    position: relative;
}

.tm-product__images .tm-product-card__tags {
    right: auto;
    left: 8px;
    z-index: 2;
    top: 12px;
}

.tm-product__images-container {
    display: flex;
    margin-left: -25px;
    flex-wrap: wrap;
    max-height: 385px;
    overflow: hidden;
    align-items: flex-start;
}

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

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

.tm-product__images-main {
    width: 80%;
    height: 385px;
}

.tm-product__images-main .slider__image img {
    transition: 1s;
}

.tm-product__images-main .slider__image:hover img {
    transform: scale(1.1);
}

.tm-product__images-column {
    width: 20%;
    display: flex;
    flex-direction: column;
}

.tm-product__images-thumbs {
    height: calc(385px - 96px);
}

.tm-product__images-thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.tm-product__images-thumbs .slider__image:hover {
    opacity: 1;
}

.tm-product__images-thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}


.slider__image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .slider__flex {
        flex-direction: column-reverse;
    }

    .slider__col {
        flex-direction: row;
        align-items: center;
        margin-right: 0;
        margin-top: 24px;
        width: 100%;
    }

    .slider__images {
        width: 100%;
    }

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

.tm-product__price-block {
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(131, 131, 131, 0.3);
    border-radius: 10px;
    padding: 20px;
    width: 368px;
}

.tm-product__dates-title {
    color: #B5B5B5;
}

.tm-product__dates {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 21px;
}

.tm-product__quantity-buy {
    color: #7E7E7E;
}

.tm-product__sale-badge {
    border-radius: 5px;
    background: #5E5E5E;
    padding: 6px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.tm-product__price-info {
    margin-bottom: 24px;
}

.woocommerce div.product .tm-product__price span.price {
    color: #404040;
    display: flex;
    font-weight: 700;
}

.woocommerce div.product .tm-product__price span.price ins {
    font-size: 20px;
}

.woocommerce div.product .tm-product__price span.price del~ins {
    color: #DF0526;
}

.woocommerce div.product .tm-product__price span.price del {
    opacity: 1;
    color: #7E7E7E;
    font-size: 14px;
    margin-left: 10px;
    order: 2;
    font-weight: 400;
}

.tm-product__price>div:first-child {
    margin-bottom: 20px;
}

.tm-product__buttons {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

.tm-product__buttons .add_to_cart_button,
.tm-product__buttons button.clickBuyButton {
    width: 50%;
}

.tm-product__buttons .add_to_cart_button {
    text-align: center;
}

.clickBuyButton div.ld,
.woocommerce div.product .added_to_cart {
    display: none;
}


.tm-product__details-item {
    padding-left: 80px;
    position: relative;
    font-size: 18px;
    display: flex;
    align-items: center;
    min-height: 56px;
}

.tm-product__details-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 232, 232, 0.4);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}

.tm-product__details-icon>* {
    max-width: 36px;
}


.tm-product__place-header {
    font-size: 24px;
    font-weight: 700;
}

.tm-product__place-header a {
    color: #DF0526;
}

.tm-product__place-content {
    font-size: 24px;
    line-height: 33px;
}

.tm-product__place>div>div {
    position: relative;
    z-index: 1;
}

.tm-product__place>div::after {
    content: "\e909";
    font-family: 'tm-damdam';
    font-size: 200px;
    line-height: 200px;
    position: absolute;
    right: 0;
    top: -43px;
    color: #facfd5;
    z-index: 0;
}



.tm-product__terms .tm-grid {
    margin-left: -65px;
}

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


.tm-product__howto-steps .tm-grid {
    margin-left: -50px;
}

.tm-product__howto-steps .tm-grid>* {
    padding-left: 50px;
    position: relative;
}

.tm-product__howto-steps .tm-grid>*:not(:last-child):after {
    content: "\e908";
    font-family: 'tm-damdam';
    font-size: 19px;
    line-height: 19px;
    height: 19px;
    width: 19px;
    color: #7E7E7E;
    position: absolute;
    right: -35px;
    top: calc(50% - 8px);
}

.tm-product__howto-card {
    background: #FFFFFF;
    box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 40px 33px 25px 22px;
    height: 100%;
}


.tm-product__guarantee-text p:last-child {
    margin-bottom: 0;
}

.tm-product__guarantee-img {
    display: flex;
}

.tm-product__guarantee-text {
    font-size: 14px;
    line-height: 20px;
}

.tm-product__guarantee-text span {
    font-size: 16px;
}

.tm-product__guarantee-content {
    padding-top: 20px;
    padding-bottom: 20px;
}


.tm-product__same-sale {
    max-width: 368px;
}

.tm-product__same-sale-links {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 15px;
}

.tm-product__same-sale-links a {
    padding: 8px 10px;
    background: #f2f2f2;
    border-radius: 6px;
}

.tm-product__same-sale,
.tm-product__share-block {
    margin-top: 30px;
}

.tm-social-box a {
    transition: all 0.3s ease;
}

.tm-social-box a:hover {
    opacity: .5;
}

.tm-social-box a:not(:last-child) {
    margin-right: 16px;
}


/* tabs ---- */
.tm-product__tabs-line {
    border-bottom: 1px solid #B5B5B5;
    margin-bottom: 25px;
    min-height: 35px;
}

.tm-tabs-triggers__item {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #404040;
    padding-bottom: 12px;
    position: relative;
    background: none;
    outline: none;
    padding-left: 12px;
    padding-right: 12px;
}

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

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

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

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


.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input {
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    outline: none;
    padding: 16px;
}

.woocommerce #review_form #respond .comment-form-author label,
.woocommerce #review_form #respond .comment-form-email label {
    display: block;
}

.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input {
    height: 48px;
}

.woocommerce #reviews #comments h2 {
    margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: 0;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    padding-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li:not(:last-child) {
    border-bottom: 1px solid #B5B5B5;
}

.woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form .comment-reply-title {
    width: 195px;
    height: 36px;
    background: #DF0526;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #review_form .comment-reply-title:hover {
    background: #b6021d;
    cursor: pointer;
}

.woocommerce #review_form #respond .form-submit input {
    border: 0 none;
    outline: none;
    padding: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-weight: 400;
}

.woocommerce #review_form #commentform {
    margin-top: 30px;
}

.woocommerce #comments .woocommerce-review__dash {
    display: none;
}

.woocommerce #comments .star-rating {
    float: none;
    order: 2;
    margin-bottom: 20px;
}

.woocommerce #comments .comment-text {
    display: flex;
    flex-direction: column;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    order: 1;
    margin-bottom: 4px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    font-size: 16px;
    font-weight: 500;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    font-size: 14px;
    line-height: 16px;
}

.woocommerce #comments .description {
    order: 3;
}


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #DF0526;
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 400;
    padding: 9px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce .return-to-shop a.button {
    max-width: 205px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #b6021d;
    color: #fff;
}

.woocommerce button.button.alt.clickBuyButton {
    background: #F2F2F2;
    color: #7E7E7E;
}

.woocommerce button.button.alt.clickBuyButton:hover {
    background: #DF0526;
    color: #fff;
    font-weight: 400;
}


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

    .tm-product__tabs-line2 {
        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        border-bottom: 2px solid #ACB7C5;
        margin-bottom: 25px;
        padding-bottom: 2px;
    }

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

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

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

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

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

@media (max-width:440px) {

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        font-size: 14px;
    }
}

/* cart
========================================================================== */
.woocommerce-cart-form {
    margin-bottom: 90px;
}

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

.tm-cart__item {
    background: #FFFFFF;
    box-shadow: 4px 9px 4px rgba(0, 0, 0, 0.01), 2px 5px 3px rgba(0, 0, 0, 0.03), 1px 2px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 24px;
    position: relative;
}

.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: "\e90a";
    font-family: 'tm-damdam';
    font-size: 24px;
    line-height: 24px;
    color: #B5B5B5;
}

.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;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.tm-cart__item .product-thumbnail a>* {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

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

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

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

.woocommerce .cart-collaterals .cart_totals>div,
.woocommerce-page .cart-collaterals .cart_totals>div {
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(131, 131, 131, 0.3);
    border-radius: 10px;
    padding: 20px;
}

.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
    display: none;
}

.tm-cart__item-subtotal-title {
    font-size: 14px;
    color: #7E7E7E;
}

.tm-cart__totals-table {
    width: auto;
}

#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: #7E7E7E;
    padding-right: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #DF0526;
    margin-right: 15px;
}

.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: 230px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    background: #DF0526;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
    background: #b6021d;
    color: #fff;
    text-decoration: none;
}

.woocommerce-page .product-quantity {
    position: relative;
    width: 70px;
}

.woocommerce-page .product-quantity input.qty {
    width: 70px;
    outline: none;
    padding-left: 10px;
}

.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-damdam';
    font-size: 20px;
}

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

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

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

/* checkout
========================================================================== */
.woocommerce-cart h1,
.woocommerce-checkout h1 {
    display: none;
}

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

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

.wc-list-product {
    border: 1px solid #B5B5B5;
    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 #eee;
}

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

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

.wc-checkout-total {
    background: #FFFFFF;
    border: 1px solid #B5B5B5;
    box-shadow: 4px 9px 4px rgba(0, 0, 0, 0.01), 2px 5px 3px rgba(0, 0, 0, 0.03), 1px 2px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 32px 40px;
}

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

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

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

.woocommerce .wc-checkout-total button.button.alt:hover {
    background: #b6021d;
    color: #fff;
}

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

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

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

.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 ul.order_details {
    margin: 0;
}

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

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

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

/* quick order
========================================================================== */
#formOrderOneClick .popup .close_order {
    background: none !important;
    color: #000 !important;
    border: 0 none !important;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%) !important;
}

#formOrderOneClick .popup .close_order:hover {
    background: none !important;
    color: #DF0526 !important;
    border: 0 none !important;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%) !important;
}

#formOrderOneClick input[type="email"],
#buyoneclick_form_order input[type="tel"],
#buyoneclick_form_order input[type="text"] {
    box-shadow: 0 0 0 rgb(0 0 0 / 0%) !important;
    width: 100% !important;
    height: 35px !important;
    outline: none;
    margin: 0 0 10px 0 !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 400 !important;
}

#formOrderOneClick .button {
    background: #DF0526 !important;
    text-shadow: 0 0 0 rgb(0 0 0 / 0%) !important;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%) !important;
    border: 0 none !important;
    width: 178px !important;
    height: 35px !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 400 !important;
}

#buyoneclick_form_order .form-message-result {
    margin-bottom: 0;
}


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

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

.breadcrumbs {
    position: relative;
    padding-left: 20px;
}

.breadcrumbs::before {
    content: "\e902";
    font-family: 'tm-damdam';
    color: #DF0526;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

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

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

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

/* .woocommerce .woocommerce-breadcrumb,
.breadcrumbs span.current-item {
    font-weight: 700;
} */
@media (max-width:480px) {
    .tm-breadcrumb {
        display: none;
    }
}


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

.wpcf7-form-control {
    border: 1px solid #B5B5B5;
    background: #fff;
    width: 100%;
    height: 40px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 8px;
    display: block;
    border-radius: 5px;
    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: 'Nunito', 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
========================================================================== */
.category-pagination {
    margin-top: 50px;
}

.woocommerce-pagination ul.page-numbers span.page-numbers,
.woocommerce-pagination ul.page-numbers a.page-numbers,
.category-pagination .nav-links a.page-numbers,
.category-pagination .nav-links span.page-numbers {
    display: -webkit-flex;
    display: flex;
    min-width: 48px;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F2F2F2;
    color: #40474F;
    transition: all 0.3s ease-out;
    border-radius: 5px;
}

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

.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: #DF0526;
    color: #fff;
}

.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 {
    margin-top: 0;
    margin-bottom: 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;
}

/* footer
========================================================================== */
.tm-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 48px 0 36px;
}

.tm-footer__subscrible-block {
    margin-right: 40px;
}

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

.tm-footer__socials-item {
    margin-right: 12px;
    width: 32px;
    height: 32px;
    transition: all 0.3s ease-in-out;
}

.tm-footer__socials-item:hover {
    opacity: 0.5;
}

.tm-footer__links-block {
    padding-left: 80px;
}

.tm-footer__links-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px;
    color: #161616;
}

.tm-footer__link {
    margin-bottom: 6px;
    font-weight: 500;
    color: #161616;
}

.tm-footer__copy-content {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #404040;
    padding: 15px 0;
}

.tm-footer__copy-content a {
    color: #404040;
}

.tm-footer__copy-content a:hover {
    color: #DF0526;
}

.tm-footer__menu>div {
    margin-bottom: 4px;
}

@media (max-width: 1180px) {

    .tm-footer__subscrible-block {
        margin-right: 0;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tm-footer__email {
        margin-right: 50px;
    }

    .tm-footer__links-blocks {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .tm-footer__links-block {
        padding-left: 0px;
        padding-right: 20px;
    }
}

@media (max-width: 540px) {
    .tm-footer__copy-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tm-footer__copy-content>* {
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .tm-footer__email {
        margin-right: 0;
        width: 100%;
    }

    .tm-footer__socials-list {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .tm-footer__links-block {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
}

/* ==========================================================================
** BLOCKS
========================================================================== */
/* blocks header
---------------------------------------------- */
.tm-content-blocks-header__all-link {
    margin-left: 12px;
}

.tm-content-blocks-header__all-link a {
    color: #DF0526;
    font-size: 14px;
}

.tm-content-blocks-header__all-link a:hover {
    text-decoration: underline;
}

/* categories with icons
---------------------------------------------- */
.tm-content-categories-list>div {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
    row-gap: 10px;
}

.tm-content-categories-list>div>div {
    width: auto;
}

.tm-categories-card a {
    color: #DF0526;
}

.tm-categories-card__icon {
    margin-bottom: 10px;
}

.tm-categories-card__text {
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.tm-categories-card__text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #404040;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.tm-categories-card a:hover .tm-categories-card__text::after {
    width: 100%;
    left: 0;
}

@media (max-width: 1180px) {
    .tm-content-categories-list {
        width: calc(100% + 20px);
        padding-right: 20px;
    }

    .tm-content-categories-list>div {
        column-gap: inherit;
    }
}

/* full width
---------------------------------------------- */
.tm-full-width-block>div {
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.tm-full-width-block {
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
}


/* products content
---------------------------------------------- */
.tm-content-products-list {
    overflow: inherit;
}

.tm-content-products-list>div {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    row-gap: 30px;
    box-sizing: border-box;
    width: calc(100% + 30px);
}

.tm-content-products-list div.product {
    padding-left: 30px;
    width: 33.333%;
    height: auto;
}

@media (max-width: 1180px) {
    .tm-content-products>div {
        width: calc(100% + 20px);
    }

    .tm-content-products-list>div {
        margin-left: 0;
        flex-wrap: nowrap;
    }

    .tm-content-products-list div.product {
        padding-left: 0;
    }

    .tm-content-products-list {
        overflow: hidden;
        padding-right: 20px;
    }

    .tm-content-products-list div.product {
        height: auto;
    }
}

/* sale
---------------------------------------------- */
.tm-content-sale-product {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 60px;
    min-height: 280px;
}

.tm-content-sale-product>div {
    position: relative;
    z-index: 1;
}

.tm-content-sale-product>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.tm-content-sale-product>a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
}

.tm-content-sale-product>a img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

.tm-content-sale-product-card__name {
    max-width: 560px;
}

.tm-content-sale-product-card__name a {
    font-size: 38px;
    line-height: 45px;
    color: #fff;
}

.tm-content-sale-product-card__left {
    padding-left: 110px;
}

.tm-content-sale-product-card__right {
    padding-right: 65px;
    padding-top: 60px;
}

.tm-content-sale-product-card__discount {
    width: 72px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 20px;
    background: #DF0526;
    border-radius: 5px;
}

.tm-content-sale-product-card__price {
    margin-bottom: 16px;
}

.tm-content-sale-product-card__price .price {
    display: flex;
    row-gap: 12px;
    align-items: center;
    column-gap: 10px;
}

.tm-content-sale-product-card__price ins {
    background: none;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    order: 1;
}

.tm-content-sale-product-card__price del {
    order: 2;
    font-size: 20px;
    color: #fff;
}

.woocommerce.tm-content-sale-product a.button {
    width: 110px;
    height: 40px;
}

.tm-content-sale-product-card__buttons {
    display: flex;
    justify-content: flex-end;
}

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

.tm-content-sale-product-card__left .tm-product-card__location a {
    color: rgba(255, 255, 255, .6);
}

@media (max-width:1440px) {
    .tm-content-sale-product-card__left {
        padding-left: 60px;
    }

    .tm-content-sale-product-card__right {
        padding-right: 35px;
        padding-top: 50px;
    }

    .tm-content-sale-product-card__name a {
        font-size: 32px;
        line-height: 40px;
    }

    .tm-content-sale-product-card__price ins {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width:1180px) {
    .tm-content-sale-product-card__left {
        padding-left: 0;
    }

    .tm-content-sale-product-card__right {
        padding-right: 0;
    }
}

@media (max-width:768px) {

    .tm-content-sale-product-card__left,
    .tm-content-sale-product-card__right {
        width: 100%;
    }

    .tm-content-sale-product-card__right {
        padding-top: 30px;
    }

    .tm-content-sale-product-card__right {
        display: flex;
        justify-content: space-between;
    }

    .tm-content-sale-product-card__discount {
        width: 61px;
        height: 31px;
        font-size: 15px;
    }

    .tm-content-sale-product-card__name a {
        font-size: 24px;
        line-height: 28px;
    }

    .tm-content-sale-product-card__price ins {
        font-size: 20px;
        line-height: 24px;
    }

    .tm-content-sale-product-card__price del {
        font-size: 16px;
    }

    .tm-content-sale-product-card__price {
        margin-bottom: 0;
    }

    .tm-content-sale-product-card__price-wrap {
        display: flex;
        align-items: center;
    }
}

/* subscribe content
---------------------------------------------- */
.tm-content-subscribe-block {
    background: #e1e1e1;
}

.tm-content-subscribe-block__content {
    padding: 53px 0;
    background: url(img/bg-send-1.png) 0 40px no-repeat,
        url(img/bg-send-2.png) calc(100% - 30px) 20px no-repeat;
}

.tm-content-subscribe-block__form {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.tm-content-subscribe-block__form .tm-subscribe-form {
    column-gap: inherit;
    margin-left: -16px;
    row-gap: 16px;
    flex-wrap: wrap;
}

.tm-content-subscribe-block__form .tm-subscribe-form>div {
    padding-left: 16px;
}

.tm-content-subscribe-block__form .tm-subscribe-form>div:nth-child(1) {
    width: 70%;
}

.tm-content-subscribe-block__form .tm-subscribe-form>div:nth-child(2) {
    width: 30%;
}

.tm-content-subscribe-block__form .tm-subscribe-form .tm-content-form__btn .wpcf7-submit,
.tm-content-subscribe-block__form .tm-subscribe-form .wpcf7-form-control {
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 18px;
}

@media (max-width: 630px) {
    .tm-content-subscribe-block__content {
        padding: 42px 0;
        background: url(img/bg-send-1.png) center 30px no-repeat;
    }

    .tm-content-subscribe-block__form,
    .tm-content-subscribe-block__form .tm-subscribe-form>div:nth-child(1),
    .tm-content-subscribe-block__form .tm-subscribe-form>div:nth-child(2) {
        width: 100%;
    }
}


/* contact block with icons
---------------------------------------------- */
.tm-contact-icons__card {
    position: relative;
    padding-left: 44px;
    margin-bottom: 25px;
}

.tm-contact-icons__icon {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 24px;
}

.tm-contact-icons__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.tm-contact-icons__content a,
.tm-contact-icons__content {
    color: #7E7E7E;
}

.tm-contact-icons__content a:hover {
    color: #DF0526;
}

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

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

.tm-content-accordion-list>div .tm-content-accordion-list__title::before {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    margin-right: 30px;
}

.tm-content-accordion-list>div:not(:last-child) {
    border-bottom: 1px solid rgba(126, 126, 126, 0.4);
}

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

.tm-content-accordion-list>div .tm-content-accordion-list__title::after {
    right: 0;
    top: 33px;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    content: "\e906";
    font-family: 'tm-damdam';
    -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;
}

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

.tm-content-accordion-list__title {
    font-weight: 500;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.3s ease-out;
    padding: 32px 32px 32px 0;
}

.tm-content-accordion-list__text {
    padding: 24px 88px;
    background: rgba(255, 232, 232, 0.4);
}

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

@media (max-width: 980px) {
    .tm-content-accordion-list__title {
        padding: 24px 32px 24px 0;
    }

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

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

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

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

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

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

/* benefits
-------------------------------------------------------------------------- */
.tm-content-benefits-card__number {
    font-size: 70px;
    line-height: 150%;
    color: #DF0526;
}

.tm-content-benefits-card__text {
    padding: 0 20px;
}

@media (max-width: 1440px) {
    .tm-content-benefits-card__number {
        font-size: 55px;
        line-height: 130%;
    }
}

/* benefits column
-------------------------------------------------------------------------- */
.tm-content-benefits-column-card {
    background: #fff;
    border-radius: 10px;
    padding: 32px 60px 32px 30px;
    min-height: 280px;
}

.tm-content-benefits-column-card_1,
.tm-content-benefits-column-card_3 {
    margin-bottom: 20px;
}

.tm-content-benefits-column-card_1 {
    margin-top: 40px;
}

.tm-content-benefits-column-card__text {
    font-size: 14px;
}

@media (max-width: 980px) {
    .tm-content-benefits-column-card_1 {
        margin-top: 0;
    }

    .tm-content-benefits-column-card {
        min-height: inherit;
    }
}

/* benefits 3 column
-------------------------------------------------------------------------- */
.tm-content-benefits-3-columns {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}

.tm-content-benefits-3-columns .tm-grid {
    margin-left: -45px;
}

.tm-content-benefits-3-columns .tm-grid>* {
    padding-left: 45px;
}

.tm-content-benefits-3-columns-card {
    background: #fff;
    border-radius: 10px;
    padding: 32px 30px 32px 30px;
    min-height: 280px;
    height: 100%;
}

.tm-content-benefits-3-columns-card__text {
    font-size: 14px;
}

@media (max-width: 980px) {
    .tm-content-benefits-3-columns-card {
        min-height: inherit;
    }
}

/* btns inline
-------------------------------------------------------------------------- */
.tm-btns-inline {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 16px;
}

/* country benefits
-------------------------------------------------------------------------- */
.tm-country-row-gap.tm-grid {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    row-gap: 111px;
}

.tm-content-benefits-country-columns {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    min-height: 510px;
    display: flex;
    justify-content: space-between;
}

.tm-content-benefits-country-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    max-width: 655px;
    max-height: 419px;
}

.tm-content-benefits-country-column1,
.tm-content-benefits-country-column2 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.tm-content-benefits-country-columns-card {
    padding-left: 80px;
    position: relative;
    padding-top: 5px;
    font-size: 18px;
    line-height: 25px;
}

.tm-content-benefits-country-columns-card::before,
.tm-content-benefits-country-columns-card::after {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}

.tm-content-benefits-country-columns-card::before {
    background: rgba(255, 232, 232, 0.4);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    content: '';
}

.tm-content-benefits-country-columns-card::after {
    color: #DF0526;
    font-size: 24px;
    line-height: 24px;
    z-index: 2;
    content: "\e907";
    font-family: 'tm-damdam';
}

@media (max-width: 980px) {
    .tm-content-benefits-country-columns {
        flex-wrap: wrap;
    }

    .tm-content-benefits-country-column1,
    .tm-content-benefits-country-column2 {
        width: 50%;
        justify-content: center;
    }

    .tm-content-benefits-country-column1>.tm-grid {
        max-width: 250px;
    }

    .tm-content-benefits-country-img {
        position: relative;
        width: 100%;
        margin-top: 50px;
    }

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

@media (max-width: 640px) {

    .tm-content-benefits-country-column1,
    .tm-content-benefits-country-column2 {
        width: 100%;
    }

    .tm-content-benefits-country-columns,
    .tm-country-row-gap.tm-grid {
        row-gap: 25px;
    }
}

@media (max-width: 380px) {

    .tm-content-benefits-country-column2>.tm-grid,
    .tm-content-benefits-country-column1>.tm-grid {
        max-width: 100%;
        width: 100%;
    }
}

/* content two columns
-------------------------------------------------------------------------- */
.tm-content-two-columns-card__text {
    font-size: 14px;
    line-height: 19px;
}

.tm-content-two-columns-card {
    background: #fff;
    box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    height: 100%;
    padding: 24px;
}

.tm-content-two-columns .tm-grid {
    margin-left: -65px;
}

.tm-content-two-columns .tm-grid>* {
    padding-left: 65px;
}

.tm-content-two-columns {
    max-width: 1025px;
    margin-left: auto;
    margin-right: auto;
}

/* slider content
-------------------------------------------------------------------------- */
.tm-content-slider-block {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.tm-content-slider__img {
    text-align: center;
}

.tm-content-slider__img img {
    max-height: 70px;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.swiper-pagination-bullet-active {
    background: #DF0526;
}


/* how to
-------------------------------------------------------------------------- */
.page-id-17 .tm-pages__header {
    margin-bottom: 0;
}

.page-id-17 .wp-block-group.alignfull {
    padding-top: 0;
    padding-bottom: 0;
}

.tm-howto-list__img {
    position: relative;
    min-height: 450px;
    height: 100%;
}

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

.tm-howto-list .tm-grid {
    margin-left: 0;
}

.tm-howto-list .tm-grid>* {
    padding-left: 0;
    width: 50%;
}

.tm-howto-list .tm-grid:nth-child(2n) .tm-grid__width-1-2:nth-child(1) {
    order: 2;
}

.tm-howto-list .tm-grid:nth-child(2n+1) .tm-grid__width-1-2:nth-child(2) {
    padding-left: 90px;
}

.tm-howto-list .tm-grid:nth-child(2n) .tm-grid__width-1-2:nth-child(2) {
    padding-right: 90px;
}

.tm-content-howto-card {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 1180px) {
    .tm-howto-list .tm-grid:nth-child(2n+1) .tm-grid__width-1-2:nth-child(2) {
        padding-left: 50px;
    }

    .tm-howto-list .tm-grid:nth-child(2n) .tm-grid__width-1-2:nth-child(2) {
        padding-right: 50px;
    }
}

@media (max-width: 768px) {
    .tm-howto-list .tm-grid>* {
        width: 100%;
    }

    .tm-howto-list__img {
        min-height: 250px;
    }

    .tm-content-howto-card {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tm-howto-list .tm-grid:nth-child(2n) .tm-grid__width-1-2:nth-child(1) {
        order: 1;
    }

    .tm-howto-list .tm-grid:nth-child(2n) .tm-grid__width-1-2:nth-child(2) {
        order: 2;
    }

    .tm-howto-list .tm-grid:nth-child(2n+1) .tm-grid__width-1-2:nth-child(2),
    .tm-howto-list .tm-grid:nth-child(2n) .tm-grid__width-1-2:nth-child(2) {
        padding-right: 0;
        padding-left: 0;
    }

    .tm-howto-list .tm-grid>*+* {
        margin-top: 0;
    }
}


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



/* 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-pages__content .wp-block-columns {
    margin-bottom: 50px;
    column-gap: 65px;
}

.tm-centered-content {
    max-width: 1260px;
    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-rose-block {
    background: #fff6f6;
}

.tm-light-gray-block {
    background: #F2F2F2;
}

.tm-gray-block {
    background: #E1E1E1;
}

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

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

.tm-hero-title {
    font-family: "Nunito";
    font-weight: 600;
    font-size: 38px;
    line-height: 52px;
}

.tm-section-header__title {
    margin-right: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

.tm-section-header__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4 {
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}

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

.bold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.color-white {
    color: #fff;
}

.color-red {
    color: #DF0526;
}

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

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

.tm-content-btn {
    background: #DF0526;
    border-radius: 5px;
    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: "Nunito", sans-serif;
    text-decoration: none;
    padding: 6px;
    width: 148px;
}

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

.tm-content-btn_gray {
    background: #F2F2F2;
    color: #7E7E7E;
}

.tm-content-btn_line {
    background: none;
    border: 1px solid #DF0526;
    color: #DF0526;
}

.tm-content-btn_line:hover {
    background: #DF0526;
    color: #fff;
}

.tm-content-btn_middle {
    width: 237px;
}

.tm-content-btn_big {
    width: 317px;
}

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

    .tm-content-btn_middle,
    .tm-content-btn_big {
        width: calc(50% - 8px);
    }

}

@media (max-width: 530px) {

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

@media (max-width: 480px) {
    .tm-hero-title {
        font-size: 26px;
        line-height: 39px;
    }

}

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

@media (max-width: 768px) {

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