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

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

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


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

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

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

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

.tm-stomat {
    font-family: 'tm-stomat' !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-stomat-icon-cart:before {
    content: "\e902";
}

.tm-stomat-icon-email:before {
    content: "\e900";
}

.tm-stomat-icon-call:before {
    content: "\e901";
}



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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    background: #fff;
    font: 400 14px / 1.5 'OpenSans', sans-serif;
    color: #404040;
}

.tm-single .tm-grid__width-7-10,
.tm-page .tm-grid__width-7-10 {
    line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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


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

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

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

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

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

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

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

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

html {
    box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
optgroup,
textarea {
    color: #58595a;
    font-family: -apple-system, "Segoe UI", "OpenSans Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 18px;
}

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

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

blockquote {
    margin-bottom: 1.5em;
    padding: 45px 20px;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 24px;
    border-left: 5px solid #eee;
    background: #f7f7f7;
}

blockquote h1,
blockquote h2,
blockquote h3 {
    font-weight: 400;
    text-align: center;
}

blockquote h1:last-child,
blockquote h2:last-child,
blockquote h3:last-child {
    margin-bottom: 0;
}

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 solid #d3d3d3;
    margin-bottom: 25px;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 25px 25px;
}

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

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

figure {
    margin: 1em 0;
}

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

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

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

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

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


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

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



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

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

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

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

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

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

    /*rtl:ignore*/
    float: left;

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

.alignright {

    /*rtl:ignore*/
    float: right;

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

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


/* header
========================================================================== */
.tm-header {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}



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

    to {
        transform: translateY(0);
    }
}

.tm-header__logo {
    display: flex;
    z-index: 1;
    max-width: 310px;
    min-width: 310px;
    min-height: 125px;
    height: 125px;
}

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

.tm-header__line1 {
    box-shadow: 0 9px 10px -6px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 5;
    background: #fff;
}
.tm-header_active {
    position: fixed;
    background: #fff;
    z-index: 1000;
    animation: slideDown 0.5s;
    width: 100%;
    top: 0;
    left: 0;
}

.tm-header__line2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #dae9ff;
    background: -moz-linear-gradient(top, #dae9ff 1%, #fcfcfc 67%);
    background: -webkit-linear-gradient(top, #dae9ff 1%, #fcfcfc 67%);
    background: linear-gradient(to bottom, #dae9ff 1%, #fcfcfc 67%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dae9ff', endColorstr='#fcfcfc', GradientType=0);
}

.tm-header__line3 {
    background: #000000;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: none;
}

.tm-header__mail {
    font-weight: 700;
    margin-top: 10px;
}
.tm-header__mail span {
    color: #333;
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.tm-header__mail a {
    color: #0930c2;
}

.tm-header__phones a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.tm-header__search {
    min-height: 74px;
}



@media (max-width: 1180px) {
    .tm-header__line3 {
        display: none;
    }
    .tm-header__logo {
        max-width: 100%;
        min-width: 100%;
        justify-content: center;
    }
    

}
@media (max-width: 767px) {
    .tm-header__line2 {
        height: 368px;
        min-height: 368px;
    }
    .tm-header {
        height: 428px;
        min-height: 428px;
    }
    .tm-header__logo {
        max-width: 250px;
        min-width: auto;
        margin-left: auto;
        margin-right: auto;
        min-height: 100px;
        height: 100px;
    }
    .tm-header__search, .tm-header__info, .tm-header__phones {
        width: 100%;
    }
    .tm-header__info, .tm-header__phones {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .tm-header__info {
        margin-bottom: 20px;
    }
}

/* menu
========================================================================== */
/* top navigation  ----------------- */
.tm-top-menu-wrapper {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

.tm-top-menu-wrapper li:not(:last-child) {
    padding-right: 45px;
    margin-right: 45px;
    border-right: 1px solid hsla(0, 0%, 15%, 0.17);
}

.tm-top-menu-wrapper li a {
    color: #222;
    display: block;
    padding: 10px 0;
}

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

/* toggle ----------------- */
.tm-toogle-navigation>label {
    display: flex;
    flex-direction: column;
    width: 26px;
    height: 28px;
    cursor: pointer;
    z-index: 1001;
    position: relative;
    left: 10px;
    top: 13px;
}


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

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

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

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

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

.tm-toogle-navigation>label::after {
    content: '';
    background: rgb(236, 0, 0);
    width: 48px;
    height: 48px;
    border-radius: 4px;
    left: -10px;
    top: -10px;
    position: absolute;
    z-index: 0;
}

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

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

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

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

@media (max-width: 1180px) {
    .tm-toogle-navigation {
        height: 55px;
        display: flex;
        justify-content: space-between;
    }
}


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

.tm-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    width: 250px;
    background: #000;
    height: 0;
    visibility: hidden;
    display: block;
    flex-wrap: wrap;
    z-index: 100;
}
.tm-cart__list {
    margin: 0;
    list-style: none;
}
.tm-cart__list .cartcontents::after {
    content:' - ';
}
.tm-cart__list .wpmenucart-icon-shopping-cart-0::before {
    font-family: 'tm-stomat';
    content: "\e902";
    margin-right: 10px;
    font-style: normal;
    font-size: 15px;
}
.tm-cart__list li,
.tm-cart__list li a,
.tm-menu-wrapper_header>li,
.tm-menu-wrapper_header>li>a {
    line-height: 53px;
}


.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: 0;
    box-shadow: 0 7px 8px rgb(0 0 0 / 5%);
    padding-top: 20px;
    padding-bottom: 20px;
}

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

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

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

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

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

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

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


.tm-menu-wrapper>li.menu-item-has-children>span>a::after {
    content: "";
    position: absolute;
    right: 29px;
    top: 0;
    bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    display: inline-block;
    margin: auto;
    height: 4px;
}

.tm-menu-wrapper>li.current-menu-ancestor>span>a:after,
.tm-menu-wrapper>li.current-menu-item.menu-item-has-children>span>a:after,
.tm-menu-wrapper>li.menu-item-has-children>span>a:hover:after,
.tm-menu-wrapper>li.menu-item-has-children:focus>span>a:after,
.tm-menu-wrapper>li.menu-item-has-children:hover>span>a:after,
.tm-menu-wrapper li li.current-menu-item.menu-item-has-children>span>a::after,
.tm-menu-wrapper li li.menu-item-has-children>span>a:hover::after {
    border-top: 5px solid #fff;
}

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

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


.tm-menu-wrapper li li.current-menu-item a {
    color: #fff;
    background: #0c35c5;
    opacity: 1;
}

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

.tm-menu-wrapper li::before {
    display: none;
}
.tm-cart__list li a,
.tm-menu-wrapper li a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease-out;
    opacity: 1;
    font-size: 13px;
    display: block;
}

.tm-cart__list li a,
.tm-menu-wrapper>li>span>a {
    padding-right: 35px;
    padding-left: 35px;
}

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

.tm-menu-wrapper>li>span>a {
    color: #fff;
    opacity: 1;
    position: relative;
}
.tm-cart__list li a,
.tm-menu-wrapper li a:hover,
.tm-menu-wrapper li li a:hover {
    background: #0c35c5;
    color: #fff;
}


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

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

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

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

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

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

@media (max-width: 1180px) {
    .tm-cart__list li a {
        padding-left: 0;
        padding-right: 0;
        color: #000;
        background: none;
    }
    .tm-cart-wrap-mob {
        position: relative;
        z-index: 10;
    }

    .tm-menu-wrapper_header>li,
    .tm-menu-wrapper_header>li>a {
        line-height: 40px;
    }
    .tm-menu-wrapper>li>span>a {
        padding-right: 0;
        padding-left: 0;
    }

    .tm-top-menu-wrapper {
        flex-wrap: wrap;
    }
    .tm-top-menu-wrapper li {
        width: 100%;
    }
    .tm-top-menu-wrapper li a {
        font-weight: 700;
    }
    .tm-top-menu-wrapper li:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        border-right: 0 none;
    }
    .tm-top-navigation {
        position: absolute;
        left: 0;
        top: 58px;
        z-index: 10;
        overflow: auto;
        height: calc(100vh - 58px);
    }
    .tm-top-navigation .tm-primary-navigation-mob .tm-primary-menu-container {
        padding-bottom: 0;
    }
    .tm-top-navigation > .tm-primary-menu-container {
        padding-top: 0;
    }
    .tm-primary-menu-container {
        display: none;
        width: 100%;
        padding: 20px;
    }

    .tm-primary-navigation {
        width: 100%;
        background: #fff;
        visibility: hidden;
    }
    [id=main-navigation-toggle]:checked~.tm-top-navigation .tm-primary-navigation {
        visibility: visible;
        
    }
    [id=main-navigation-toggle]:checked~.tm-top-navigation .tm-primary-menu-container {
        display: block;
    }


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

    [id=main-navigation-toggle]:checked~.tm-mob-back::after {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }
    .tm-menu-wrapper>li.menu-item-has-children>span>a::after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #000;
    }
    .tm-menu-wrapper li a:hover,
    .tm-menu-wrapper li li a:hover {
        background: none;
        color: #000;
    }

    .tm-mob-back::after {
        top: -8px;
    }

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

    .tm-menu-wrapper>li:not(:last-child) {
        padding-right: 0;
    }
    .tm-menu-wrapper>li>span>a {
        color: #000;
    }
    .tm-menu-wrapper>li,
    .tm-menu-wrapper>li>span,
    .tm-menu-wrapper>li>span>a {
        width: 100%;
        display: block;
    }

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

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

    .tm-menu-wrapper>li.current-menu-ancestor>span>a:after,
    .tm-menu-wrapper>li.current-menu-item.menu-item-has-children>span>a:after,
    .tm-menu-wrapper>li.menu-item-has-children>span>a:hover:after,
    .tm-menu-wrapper>li.menu-item-has-children:focus>span>a:after,
    .tm-menu-wrapper>li.menu-item-has-children:hover>span>a:after,
    .tm-menu-wrapper li li.current-menu-item.menu-item-has-children>span>a::after,
    .tm-menu-wrapper li li.menu-item-has-children>span>a:hover::after {
        border-top: 5px solid #000;
    }

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

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

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



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

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

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

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

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

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

    .tm-menu-wrapper>li>ul li {
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }
}
/* banner
========================================================================== */
@media (min-width: 768px) {
    .tm-banner-slider__img-mob {
        display: none;
    }
}
@media (max-width: 767px) {
    .tm-banner-slider__img-comp {
        display: none;
    }
}

/* contact
========================================================================== */
.tm-bg-contact {
    background: #dae9ff;
    background: -moz-linear-gradient(top, #dae9ff 1%, #fcfcfc 67%);
    background: -webkit-linear-gradient(top, #dae9ff 1%,#fcfcfc 67%);
    background: linear-gradient(to bottom, #dae9ff 1%,#fcfcfc 67%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae9ff', endColorstr='#fcfcfc',GradientType=0 );
    padding: 25px;
}
.tm-contact-title {
    margin: 30px 0px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    border-left: 2px solid #0930c2;
    padding: 5px 15px;
    background: #efefef;
    background: -moz-linear-gradient(left, rgba(239,239,239,1) 25%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(239,239,239,1) 25%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgb(172, 189, 253) 25%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00ffffff',GradientType=1 );
    display: block;
}
.pdf-download-link-block {
    display: flex;
}
.pdf-download-link-block span {
    display: inline-flex;
    align-items: center;
    margin: 0px 3px;
    padding: 0px 10px;
    border: 1px solid #cccc;
}
.pdf-download-link {
    display: block;
    background: #0930c2;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    max-width: max-content;
    padding: 10px 15px;
    margin: 10px 0px;
    border-radius: 5px;
    width: 125px;
    min-width: 125px;
}
@media (max-width: 767px) {
    .pdf-download-link-block {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .pdf-download-link-block span {
        width: 100%;
        justify-content: space-between;
    }
}




/* archive
========================================================================== */
.tm-archive .archive-description {
    margin-bottom: 70px;
    margin-top: -20px;
}

.home-article .post-thumbnail,
.tm-archive .post-thumbnail {
    display: block;
    position: relative;
    min-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
.tm-archive-category__thumbnail img {
    border: 1px solid #ccc;
}
.home-article {
    width: 100%;
}

.home-article .post-thumbnail {
    min-height: 250px;
}

.home-article .post-thumbnail img,
.tm-archive .post-thumbnail img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}

.tm-archive-category__header {
    overflow: hidden;
}

.tm-archive .entry-summary {
    text-align: justify;
}

.tm-archive-category article:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tm-archive-category__header h2 {
    margin-bottom: 20px;
    clear: inherit;
}

.tm-archive-category__header h2 a {
    color: #404040;
}

.tm-archive-category__header h2 a:hover {
    color: #e96656;
}

.navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

.navigation .nav-links .nav-previous,
.navigation .nav-links .nav-next {
    width: 50%;
}

.navigation .nav-next {
    text-align: right;
}

@media (max-width: 1180px) {
    .navigation .nav-links {
        flex-wrap: wrap;
    }

    .navigation .nav-links>div {
        width: 100%;
    }

    .navigation .nav-next {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .tm-archive .post-thumbnail {
        width: 100%;
        display: block;
        text-align: center;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .tm-archive .post-thumbnail img {
        max-width: 250px;
    }
}

/* single
========================================================================== */
.tm-single h1 {
    margin-bottom: 20px;
}

.tm-single .posted-on {
    margin-bottom: 40px;
    display: block;
}

/* woocommerce
========================================================================== */
.wpc-filters-scroll-container {
    border: 1px solid #ccc;
    padding: 25px !important;
}
.wpc-filter-title {
    font-weight: 700;
}
.wpc-filters-range-wrapper input[type=number] {
    border: 1px solid #ccc;
    outline: none;
    height: 28px;
    padding: 10px;
}
.wpc-filters-widget-wrapper {
    margin-left: -25px;
    display: flex;
}
.wpc-filter-content select {
    height: 50px;
    border: 1px solid #ccc;
    outline: none;
}
.wpc-filters-section {
    width: 50%;
    padding-left: 25px;
}
.woocommerce .woocommerce-breadcrumb {
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    background: #e3eefd;
    padding: 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #ccc;
    height: 35px;
    padding: 10px;
}
.woocommerce form .form-row textarea {
    height: 100px;
    resize: vertical;
}
.tm-category-sorting {
    margin-bottom: 40px;
}
.woocommerce .woocommerce-ordering select {
    height: 34px;
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    padding: 15px;
    background: #f2f2f2;
    border: 1px solid #e8e8e8;
    width: 42%;
    text-align: center;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
    padding: 8px 15px;
    background: #f2f2f2;
    border: 1px solid #e8e8e8;
    width: 42%;
    text-align: center;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
}
.tm-product-category__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}
.tm-product__sku {
    flex-grow: 1;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #0c35c5;
    font-weight: 600;
}
.woocommerce div.products {
    margin-bottom: 50px;
}
.woocommerce div.products div.product .woocommerce-loop-category__title,
.woocommerce div.products div.product .woocommerce-loop-product__title,
.woocommerce div.products div.product h3 {
    padding: 10px;
    text-align: center;
    min-height: 88px;
    align-items: center;
}

.woocommerce div.products div.product .tm-product-category__price {
    color: #ff0000;
    font-size: 25px !important;
    text-align: center;
    min-height: 44px;
    align-items: center;
    display: grid;
    line-height: 24px;
}

.woocommerce div.products div.product .woocommerce-loop-category__title {
    padding: 10px 5px;
    margin: 0 auto;
    font-size: 1em;
    text-align: center;
    font-size: 16px;
    min-height: 68px;
    display: grid;
    align-items: center;
    color: #fff;
    text-shadow: 0px 1px 2px #1c3256;
    background: #275db8;
    border-top: 3px solid #d40000;
    font-size: 14;
    font-weight: 400;
}

.tm-product__sku {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.woocommerce div.products div.product .woocommerce-loop-category__title mark {
    display: none;
}

.woocommerce div.products div.product > a {
    background: #fff;
    box-shadow: 0px 4px 25px #8c8c8c99;
    display: block;
}
.woocommerce div.products div.product h2 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.woocommerce div.products div.product:hover .woocommerce-loop-category__title,
.woocommerce div.products div.product:hover a,
.woocommerce div.products div.product:hover a img,
.woocommerce div.products div.product:hover {
    mix-blend-mode: luminosity;
}

.woocommerce div.products div.product .woocommerce-loop-category__title,
.woocommerce div.products div.product .woocommerce-loop-product__title,
.woocommerce div.products div.product h3 {
    padding: 10px;
    text-align: center;
    min-height: 88px;
    align-items: center;
    font-size: 14px;
}

.woocommerce div.products div.product .onsale {
    background: rgba(221, 15, 15, 0.5) !important;
    top: 20%;
    bottom: 0;
    line-height: 22px;
    right: 0;
    left: 0;
    margin: 0 auto !important;
    width: 110px;
    height: 110px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 7;
    text-transform: uppercase;
    font-size: 11px;
}
.woocommerce div.products div.product .onsale.soldout {
    background: rgba(0, 0, 0, 0.5) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}
.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both;
    box-shadow: 0px 4px 25px #8c8c8c99;
    padding: 3%;
    background: #f9f9f9;
}

.tm-product-category__btn a.button {
    display: flex;
    width: 100%;
    height: 35px;
    background: #275db8;
    border-radius: 4px;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.woocommerce div.product.outofstock .tm-product-category__btn a.button {
    background: #474747;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ff0000;
    font-size: 25px !important;
    margin-top: 30px !important;
}
.pwb-single-product-brands.pwb-clearfix a img {
    border: 1px solid #1a4792;
    margin-top: 15px;
}
.re-title-strong-1 {
    color: #0c35c5;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px;
    display: block;
}
.product_meta {
    background: #e3eefd;
    padding: 15px;
    color: #111 !important;
}
.woocommerce .quantity .qty {
    margin-top: 0px !important;
    margin-right: 5px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
section.related.products strong {
    color: #0c35c5;
    font-size: 24px;
    font-weight: 600;
    margin: 25px 0px;
    display: block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img {
    border: 1px solid #ccc;
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
    display: block !important;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 > div a {
    display: block;
    border: 2px solid #e5e5e5;
    height: 145px;
    overflow: hidden;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 p {
    text-align: center;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 p small {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background: #275db8;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover  {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
}

@media (max-width: 767px) {
    .woocommerce div.products div.product .woocommerce-loop-category__title {
        font-size: 12px;
    }
    .woocommerce div.products div.product.tm-grid__width-1-4 {
        width: 50%;
    }
    .wpc-filters-section {
        width: 100%;
    }
    .wpc-filters-widget-wrapper {
        flex-wrap: wrap;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-result-count {
        width: 100%;
    }
    .woocommerce div.products div.product .tm-product-category__price {
        font-size: 20px !important;
    }
}
@media (max-width: 480px) {
    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }
}



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

/* breadcrumb
========================================================================== */
.tm-breadcrumb-wrapper {
    margin-bottom: 20px;
}

.tm-breadcrumb {
    color: #282929;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    background: #e3eefd;
    padding: 10px;
    font-size: 13px;
}

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

.tm-breadcrumb a {
    text-decoration: none;
    color: #0c35c5;
    font-weight: 600;
}

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

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

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

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

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

.woocommerce-pagination ul.page-numbers a.page-numbers.current,
.woocommerce-pagination ul.page-numbers span.page-numbers.current,
.category-pagination .nav-links a.page-numbers.current,
.category-pagination .nav-links span.page-numbers.current {
    background: rgb(233, 102, 86);
    color: #fff;
}

.woocommerce-pagination ul.page-numbers a.page-numbers:hover,
.category-pagination .nav-links a.page-numbers:hover {
    background: rgb(233, 102, 86);
    color: #fff;
}

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

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

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

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

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

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

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

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

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


/* search
========================================================================== */
.tm-archive-search-entry-summary p:last-child {
    margin-bottom: 0;
}


/* footer
========================================================================== */
.tm-footer {
    background: #eeeeee;
    color: #000;
    padding-top: 60px;
    padding-bottom: 50px;
}

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

.tm-footer ul li {
    display: block;
    margin-bottom: 10px;
}

.tm-footer a {
    color: #275db8;
}

.tm-footer a:hover {
    color: #e96656;
}

.tm-footer__center {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tm-footer .tm-header-uniq::after {
    background: #fff;
    width: 80px;
}

/* social
========================================================================== */
.tm-social {
    display: flex;
    column-gap: 20px;
}

.tm-social a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    transition: all .3s ease-out;
    font-size: 20px;
}

.tm-social a:hover {
    border: 2px solid transparent;
}

.tm-social a.tm-softup-icon-facebook:hover {
    background: #1773ea;
}

.tm-social a.tm-softup-icon-google:hover {
    background: #f70000;
}

.tm-social a.tm-softup-icon-linkedin:hover {
    background: #0073ae;
}

.tm-social a.tm-softup-icon-viber:hover {
    background: #6f5cea;
}

.tm-social a.tm-softup-icon-telegram:hover {
    background: #2ba0d9;
}

.tm-social a.tm-softup-icon-instagram:hover {
    background: #ea5ccb;
}

@media (max-width: 480px) {
    .tm-social {
        flex-wrap: wrap;
        gap: 20px;
    }
}

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

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


/* form
========================================================================== */
.wpcf7 {
    position: relative;
    font-weight: 400;
}

.wpcf7-form-control {
    background: transparent;
    border-radius: 0;
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 7px 20px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    outline: none;
    color: #434445;
}

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

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

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

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

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


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

span.wpcf7-form-control.wpcf7-acceptance {
    display: block;
    border: 0 none;
    height: auto;
    line-height: 20px;
}

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

.wpcf7-submit {
    width: 240px;
    margin: 0 auto;
    background: #e96656;
    border-radius: 60px;
    height: 40px;
    border: 0 none;
    color: #fff;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .3s ease-out;
}


.wpcf7-submit:hover {
    background: #cb4332;
    color: #fff;
    cursor: pointer;
}

.wpcf7-spinner {
    display: none;
}

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

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


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

@media (max-width:1180px) {
    .wpcf7-textarea {
        height: 120px;
    }

}

@media (max-width:980px) {
    .tm-contact-form .tm-grid__width-1-3:nth-child(3) {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .wpcf7-textarea {
        height: 100px;
    }

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

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

    .form-popup-content__title {
        font-size: 28px;
        line-height: 40px;
    }
}

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

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



/* main style
========================================================================== */
.su-button {
    margin-bottom: 30px;
}

.grecaptcha-badge,
.cmplz-marketing .cmplz-manage-consent {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

.tm-grid__width-1-8 {
    width: 80%;
}

.tm-grid__width-1-7 {
    width: 70%;
}

.tm-grid__width-7-10 {
    width: 75%;
}

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

.tm-grid__width-6-20 {
    width: 65%;
}

.tm-grid__width-6-30 {
    width: 66.666%;
}

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

.tm-grid__width-4-20 {
    width: 45%;
}

.tm-grid__width-3-10 {
    width: 30%;
}

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

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

@media (max-width: 1180px) {
    .tm-grid {
        margin-left: -20px;
    }

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

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

@media (max-width: 980px) {

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

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

    .tm-grid__width-2-3,
    .tm-grid__width-5-20,
    .tm-grid__width-6-20,
    .tm-grid__width-4-20,
    .tm-grid__width-1-2,
    .tm-grid__width-2-3,
    .tm-grid__width-1-5,
    .tm-grid__width-1-8,
    .tm-grid__width-1-7,
    .tm-grid__width-7-10,
    .tm-grid__width-6-10,
    .tm-grid__width-6-20,
    .tm-grid__width-4-10,
    .tm-grid__width-3-10,
    .tm-grid__width-4-20,
    .tm-grid__width-3-20,
    .tm-grid__width-6-30,
    .tm-grid__width-3-30 {
        width: 100%;
    }
}

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

@media (max-width: 767px) {
    .tm-main {
        padding: 428px 0 50px;
    }
    .home .tm-main {
        padding: 428px 0 0;
    }
    .tm-grid__width-1-3,
    .tm-grid__width-1-4 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .tm-grid__width-1-6 {
        width: 100%;
    }

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

h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4,
.tm-h5,
.tm-h6 {
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
    color: #404040;
    font-family: 'OpenSans', sans-serif;
}

h1,
.tm-h1 {
    font-size: 30px;
    font-weight: 600;
}

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

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

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

h5,
.tm-h5 {
    font-size: 17px;
}

h6,
.tm-h6 {
    font-size: 16px;
}


.bold {
    font-weight: 700;
}

.regular {
    font-weight: 400;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-red {
    color: red;
}

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

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

.max450 {
    max-width: 450px;
}

.trans {
    text-transform: uppercase;
}

.tm-blue-block {
    background: #275db8;
    color: #fff;
    padding: 10px;
    box-shadow: 4px 3px 3px #bfbfbf;
}

.tm-line-block {
    border: 2px solid #000;
    padding: 15px;
    text-align: center;
}

.tm-header-uniq-category,
.tm-header-uniq {
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
}

.tm-header-uniq-category::after,
.tm-header-uniq::after {
    position: absolute;
    content: '';
    z-index: 1;
    bottom: -0;
    left: 0;
    width: 10%;
    height: 2px;
    margin: auto;
    background: #e96656;
}

.tm-header-uniq-category::after {
    background: #e9e9e9;
    width: 35%;
}


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


.tm-content-btn a {
    width: 180px;
    background: transparent;
    color: #fff;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    height: 33px;
    font-weight: 400;
    font-size: 12px;
    background: rgb(236, 0, 0);
    transition: all 0.3s ease-out;
    position: relative;
    column-gap: 10px;
}

.tm-content-btn a:hover,
.tm-content-btn a:active,
.tm-content-btn a:focus {
    background: rgb(194, 3, 3);
    color: #fff;
    text-decoration: none;
}


.wp-block-table table,
table {
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px solid #ededed;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 2;
}


caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    margin: 20px 0;
    font-size: 16px;
}

th {
    padding: 6px 10px 6px 0;
    border-top: 1px solid #ededed;
    font-weight: bold;
    text-transform: uppercase;
}

td {
    padding: 6px 10px 6px 0;
    border-top: 1px solid #ededed;
}

thead th {
    border: none;
}


.wp-block-table table {
    font-weight: bold;
    vertical-align: middle;
}

.wp-block-table table tr td {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    background-color: rgb(236, 237, 239);
    vertical-align: middle;
    color: black;
    padding: 20px 15px;
    border-right: 0;
}

.wp-block-table table tbody tr:first-child td {
    background-color: #e96656;
    text-align: center;
    color: white;
}



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

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

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

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

.tm-margin-default-bottom {
    margin-bottom: 30px;
}

.tm-margin-xdefault-bottom {
    margin-bottom: 40px;
}

.tm-margin-medium-bottom {
    margin-bottom: 50px;
}

.tm-margin-large-bottom {
    margin-bottom: 60px;
}

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

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

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

.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 {
        margin-bottom: 60px;
    }

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

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

@media (max-width: 767px) {

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