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

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

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

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

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

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

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

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

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

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

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

.tm-agro {
    font-family   : 'tm-agro' !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-agro-icon-link:before {
    content: "\e909";
}

.tm-agro-icon-mail:before {
    content: "\e908";
}

.tm-agro-icon-warning:before {
    content: "\e907";
}

.tm-agro-icon-catalog-full:before {
    content: "\e905";
}

.tm-agro-icon-search:before {
    content: "\e906";
}

.tm-agro-icon-car-left:before {
    content: "\e900";
}

.tm-agro-icon-car-right:before {
    content: "\e901";
}

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

.tm-agro-icon-catalog:before {
    content: "\e903";
}

.tm-agro-icon-phone:before {
    content: "\e904";
} 


/*--------------------------------------------------------------
# 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 18px / 34px 'Roboto', sans-serif;
}

html,
body {
    height: 100%;
}

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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

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

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

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

/* Typography
--------------------------------------------- */

button,
input,
select,
optgroup,
textarea {
    color: #0B172B;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 18px;
    line-height: 150%;
}

p {
    margin-bottom: 20px;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */


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


ol {
    margin: 0 0 1.5em 3em;
}

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

ul li {
    position: relative;
    display: block;
    margin-bottom: 15px;
    line-height: 24px;
    padding-left: 17px;
}

ul li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0px;
    top: 7px;
    background: #3261AB;
    border-radius: 50%;
}

ol {
    list-style: decimal;
}


li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* 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 1.5em;
    width: 100%;
}

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

a {
    color: #3261AB;
    text-decoration: none;
    cursor: pointer;
}

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

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


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

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


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

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


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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

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

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.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: 1.5em;
    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: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.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: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

/* home
========================================================================== */
/* banner
--------------------------------------------- */
.tm-home-banner {
    padding: 20px 0 0;
}
.tm-home-slider-arrows {
    position: absolute;
    z-index: 10;
    top: 45%;
    width: calc(100% + 70px);
    left: -35px;
}
.tm-home-slider-arrows .swiper-button-next::after, 
.tm-home-slider-arrows .swiper-button-prev::after {
    color: #1E427D;
    opacity: 0.3;
    font-size: 34px;
}
.tm-home-slider-arrows .swiper-button-next:hover::after, 
.tm-home-slider-arrows .swiper-button-prev:hover::after {
    opacity: 1;
}
.tm-home-banner .swiper-horizontal>.swiper-pagination-bullets, 
.tm-home-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
}
.tm-home-banner .swiper-pagination-bullet-active {
    background: rgba(40, 175, 128, 0.8);
}


/* categories
--------------------------------------------- */
.tm-home-categories-list-card a {
    display: flex;
    height: 100px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    transition: all 0.3s ease-out;
    padding: 10px;
    align-items: center;
    color: #1E427D;
}
.tm-home-categories-list-card a:hover {
    background: rgba(30, 66, 125, 0.05);
    border: 1px solid rgba(30, 66, 125, 0.05);
}
.tm-home-categories-list-card a span:nth-child(1) {
    display: flex;
    align-items: center;
}
.tm-home-categories-list-card a span:nth-child(2) {
    padding-left: 10px;
    font-size: 22px;
    line-height: 26px;
}
.tm-home-categories-list .tm-grid {
    margin-left: -20px;
}
.tm-home-categories-list .tm-grid__width-1-4 {
    margin-bottom: 20px;
    padding-left: 20px;
}
.tm-home-categories-list-card picture {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .tm-home-categories .tm-centered-content {
        padding: 0 0 0 20px;
    }
    .tm-home-categories-list .tm-grid {
        flex-wrap: inherit;
        -ms-flex-wrap: inherit;
        -webkit-flex-wrap: inherit;
        margin-left: 0;
    }
    .tm-home-categories-list .tm-grid__width-1-4 {
        width: 250px;
        padding-left: 0;
    }
    .tm-home-categories-list-card a span:nth-child(2) {
        font-size: 18px;
        line-height: 22px;
    }
    .tm-home-categories .tm-h1 {
        padding-right: 20px;
    }
}


/* benefits 
--------------------------------------------- */
.tm-benefits__card {
    display: flex;
    align-items: center;
}
.tm-benefits__text {
    padding-left: 15px;
    color: #1E427D;
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 10px;
}
.tm-benefits .tm-grid .tm-grid__width-1-5:nth-child(4) {
    width: 15%;
}
.tm-benefits .tm-grid .tm-grid__width-1-5:nth-child(5) {
    width: 25%;
}
.tm-benefits__img {
    min-width: 65px;
}
@media (max-width: 1366px) {
    .tm-benefits .tm-grid {
        justify-content: center;
    }
    .tm-benefits .tm-grid .tm-grid__width-1-5,
    .tm-benefits .tm-grid .tm-grid__width-1-5:nth-child(4) {
        width: 50%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .tm-benefits .tm-grid .tm-grid__width-1-5:nth-child(5) {
        width: 25%;
    }
    .tm-benefits__card {
        width: 245px;
    }
}
@media (max-width: 670px) {
    .tm-benefits .tm-grid .tm-grid__width-1-5,
    .tm-benefits .tm-grid .tm-grid__width-1-5:nth-child(4),
    .tm-benefits .tm-grid .tm-grid__width-1-5:nth-child(5) {
        width: 100%;
    }
    .tm-benefits .tm-grid .tm-grid__width-1-5:nth-child(5) {
        display: flex;
        justify-content: center;
    }
    .tm-benefits__card {
        width: 285px;
    }
    .tm-benefits__img {
        min-width: 86px;
        text-align: center;
    }
}

/* goods
--------------------------------------------- */
.tm-goods__content .columns-5 .tm-grid__width-1-4 {
    width: 20%;
}
@media (max-width: 1480px) {
    .tm-goods__content .columns-5 .tm-grid__width-1-4 {
        width: 25%;
    }
}
@media (max-width: 1200px) {
    .tm-goods__content .columns-5 .tm-grid__width-1-4 {
        width: 33.333%;
    }
}
@media (max-width: 768px) {
    .tm-goods__content .columns-5 .tm-grid {
        flex-wrap: inherit;
        -ms-flex-wrap: inherit;
        -webkit-flex-wrap: inherit;
        margin-left: 0;
    }
    .tm-goods__content .columns-5 .tm-grid__width-1-4 {
        padding-left: 0;
    }
    .tm-goods .tm-centered-content {
        padding: 0 0 0 20px;
    }
    .tm-goods .tm-h1 {
        padding-right: 20px;
    }
}

/* reviews
--------------------------------------------- */
.tm-reviews-slider__item.swiper-slide {
    height: auto;
}
.tm-reviews-slider__card {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 20px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.tm-reviews-slider .swiper-pagination {
    display: block;
}
.tm-reviews-slider__name {
    color: #1E427D;
    font-weight: 700;
    text-align: center;
}
.tm-reviews-slider__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
    margin: 10px 0;
    position: relative;
    flex-grow: 1;
}
.tm-reviews-slider__text p {
    margin-bottom: 0;
}
.tm-reviews-slider__text::before,
.tm-reviews-slider__text::after {
    content: '';
    width: 150px;
    height: 1px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background: #E5E5E5;
}
.tm-reviews-slider__text::before {
    top: 0;
}
.tm-reviews-slider__text::after {
    bottom: 0;
}
.tm-reviews-slider__city {
    line-height: 21px;
    text-align: center;
    color: #1E427D;
    opacity: 0.5;
}


/* form
--------------------------------------------- */
.tm-home-form {
    padding: 60px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.tm-home-form::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(66.69deg, rgba(30, 66, 125, 0.9) 15.06%, rgba(116, 151, 209, 0.9) 84.94%);
}

.tm-home-form__text {
    font-size: 30px;
    line-height: 36px;
}

@media (max-width: 1440px) {
    .tm-home-form__text {
        font-size: 26px;
        line-height: 30px;
    }
}
@media (max-width: 1180px) {
    .tm-home-form__text {
        font-size: 22px;
        line-height: 28px;
    }
}

/* popular
--------------------------------------------- */
.tm-popular__card {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    position: relative;
    height: 100%;
    padding: 15px;
}

.tm-popular__img {
    position: relative;
}

.tm-popular__img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-height: 250px;
    
}
.tm-popular__img a source,
.tm-popular__img a picture,
.tm-popular__img a img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
    transition: all 0.3s ease-out;
    opacity: 1;
}
.tm-popular__img a:hover > img {
    opacity: .7;
}
.tm-popular__title a {
    color: #082242;
}

.tm-popular__title a:hover {
    color: #3261AB;
}


.tm-popular .tm-popular__price span.price,
.tm-popular .tm-popular__price div.price,
.woocommerce .tm-popular__price div.price,
.woocommerce div.product .tm-popular__price div.price {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #082242;
}

.tm-popular__price .woocommerce-variation,
.tm-cart__subtitle,
.tm-popular__engtitle,
.tm-popular__price .tm-popular__price-desc {
    font-size: 12px;
    line-height: 150%;
    color: #ACB7C5;
}
.tm-popular__price .single_variation_wrap {
    display: flex;
}
.tm-popular__price {
    
}

.tm-popular__price span.price,
.tm-popular__price > div:first-child {
    margin-right: 8px;
    display: flex;
}
.tm-popular__price span.price {
    align-items: center;
}
.tm-popular__price .woocommerce-variation-description p,
.tm-popular__price-desc p {
    margin-bottom: 0;
}
.woocommerce .tm-popular__price .variations_form {
    margin-top: 0;
}
.tm-popular__price del {
    color: #ACB7C5;
}
.woocommerce div.product .tm-popular__price span.price {
    float: none;
}
.tm-popular__price ins {
    color: #DE5754;
    background: none;
}
.tm-popular__price .out-of-stock,
.tm-popular__price .variations,
.tm-popular__price .single_add_to_cart_link,
.tm-popular__price .woocommerce-variation-add-to-cart,
.tm-popular__price .woocommerce-variation-availability {
    display: none !important;
}



/* news
--------------------------------------------- */
.tm-block-news {
    background: url(img/bg-news.png) no-repeat center top;
}

.tm-popular__all a:hover,
.tm-home-news__link a:hover {
    text-decoration: underline;
}

.tm-blog-card {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 80px;
}

.tm-blog-card__content {
    padding: 20px 20px 0;
}
.tm-blog-card__content a {
    color: #082242;
}
.tm-blog-card__content a:hover,
.tm-blog-card__content a:active {
    color: #3261AB;
}

a.tm-blog-card__more {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 40px);
    height: 40px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3261AB;
    border: 1px solid #3261AB;
    transition: all 0.3s ease-out;
}

a.tm-blog-card__more:hover,
a.tm-blog-card__more:active,
a.tm-blog-card__more:focus {
    background: #fff;
    color: #3261AB;
}

.tm-blog-card__img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-height: 247px;
    max-height: 247px;
}

.tm-blog-card__img_block {
    min-height: 170px;
    max-height: 170px;
}

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

.tm-category__posts > div {
    margin-bottom: 30px;
}

.tm-single h2,
.tm-single h3 {
    font-size: 22px;
    line-height: 110%;
    margin-bottom: 10px;
    font-weight: 600;
}
/* category menu
========================================================================== */
.tm-offcanvas-menu-catalog ul li,
.menu-catalog-container ul li {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}
.tm-offcanvas-menu-catalog ul li ul,
.menu-catalog-container ul li ul {
    margin-left: 15px;
}
.tm-offcanvas-menu-catalog ul li::before,
.menu-catalog-container ul li::before {
    display: none;
}
.tm-offcanvas-menu-catalog ul li a,
.menu-catalog-container ul li a {
    display: block;
    width: 100%;
    padding: 8px 35px 8px 0;
}
.tm-offcanvas-menu-catalog li.current-menu-parent > a,
.tm-offcanvas-menu-catalog li.current-menu-item > a,
.menu-catalog-container li.current-menu-parent > a,
.menu-catalog-container li.current-menu-item > a {
    color: #28AF80;
}
.tm-offcanvas-menu-catalog ul li.menu-item-has-children span.arrow,
.menu-catalog-container ul li.menu-item-has-children span.arrow {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-offcanvas-menu-catalog ul li.menu-item-has-children span.arrow:hover,
.menu-catalog-container ul li.menu-item-has-children span.arrow:hover {
    cursor: pointer;
}
.tm-offcanvas-menu-catalog ul li.menu-item-has-children span.arrow::after,
.menu-catalog-container ul li.menu-item-has-children span.arrow::after {
    content: '';
    width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 5px solid #1E427D;
}

/* category subcategories
========================================================================== */
.tm-product-subcats {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: 30px;
}
.tm-product-subcats .category {
    padding-left: 10px;
    margin-bottom: 10px;
    width: 20%;
}
.tm-product-subcats .category-card {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all 0.3s ease-out;
}
.tm-product-subcats .category-card:hover {
    background: rgba(30, 66, 125, 0.05);
    border: 1px solid rgba(30, 66, 125, 0.05);
}
.tm-product-subcats .category-card > div:nth-child(1) {
    width: 35%;
}
.tm-product-subcats .category-card > div:nth-child(2) {
    width: 65%;
    padding-left: 10px;
}
.tm-product-subcats .category-card > div:nth-child(2) a {
    display: block;
    font-size: 20px;
    line-height: 22px;
    word-wrap: break-word;
}
.tm-product-subcats .category-card-img {
    max-width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    padding-bottom: 100%;
}
.tm-product-subcats .category-card-img picture,
.tm-product-subcats .category-card-img img,
.tm-product-subcats .category-card-img source {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}
@media (max-width: 1500px) {
    .tm-product-subcats .category {
        width: 25%;
    }
}
@media (max-width: 1440px) {
    .tm-product-subcats .category {
        width: 33.333%;
    }
}
@media (max-width: 1180px) {
    .tm-product-subcats .category {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .tm-product-subcats {
        flex-wrap: inherit;
    }
    .tm-subcat-slider {
        width: calc(100% + 20px);
        margin-bottom: 30px;
    }
}

/* category product
========================================================================== */
.added_to_cart {
    display: none !important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 8px;
}
.tm-archive-product__img a {
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-out;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-height: 250px;
}
.tm-archive-product__img a picture,
.tm-archive-product__img a source,
.tm-archive-product__img a img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}
.tm-archive-product__img a:hover {
    opacity: .7;
}
.tm-archive-product .woocommerce-result-count {
    color: #ACB7C5;
}
.tm-stock,
.tm-outofstock {
    font-size: 14px;
    position: relative;
    padding-left: 17px;    
}
.tm-stock::before {
    left: 3px;
    top: 9px;
    width: 5px;
    height: 10px;
    border: solid #28AF80;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    content: '';
    position: absolute;
}
.tm-stock {
    color: #28AF80;
}
.tm-outofstock {
    color: #c4021c;
}
.tm-outofstock::before,
.tm-outofstock::after {
    content: '';
    width: 10px;
    height: 2px;
    background: #c4021c;
    position: absolute;
    left: 0;
    top: 14px;
}
.tm-outofstock::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tm-outofstock::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tm-archive-product__sidebar-inner > .widget {
    background: rgba(40, 175, 128, 0.05);
    border-radius: 10px;
    padding: 20px;
}

.tm-archive-product__item {
    padding: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}
.tm-archive-product__item.outofstock .tm-archive-product__img {
    opacity: 0.5;
}

.tm-popular__card,
.woocommerce div.product.tm-archive-product__item {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.tm-popular__title,
.tm-archive-product__product_title {
    flex-grow: 1;
}

.tm-product__related .price,
.woocommerce div.product.tm-archive-product__item .price {
    float: none;
    margin-bottom: 8px !important;
    margin-right: 0;
}
.tm-product__related .tm-grid,
.tm-archive-product__list .tm-grid {
    margin-left: -10px;
    width: calc(100% + 10px);
}
.tm-product__related .tm-grid > *,
.tm-archive-product__list .tm-grid > * {
    padding-left: 10px;
    margin-bottom: 10px;
    height: auto;
}

.tm-archive-product__desc {
    height: 210px;
    overflow-y: scroll;
    padding-right: 30px;
    box-sizing: border-box;
    scrollbar-width: thin;
    overflow-y: scroll;
    scrollbar-color: #3261AB #eee;
}

.tm-archive-product__desc::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

.tm-archive-product__desc::-webkit-scrollbar-button {
    display: none;
}

.tm-archive-product__desc::-webkit-scrollbar-track {
    background: #52545f;
}

.tm-archive-product__desc::-webkit-scrollbar-track-piece {
    background-color: #eee;
}

.tm-archive-product__desc::-webkit-scrollbar-thumb {
    width: 10px;
    background: #3261AB;
    cursor: pointer;
    transition: background .2s ease-in-out
}

.tm-archive-product__desc::-webkit-scrollbar-corner {
    background-color: #999;
}

.tm-archive-product__desc::-webkit-resizer {
    background-color: #666;
}

.tm-popular__title a,
.tm-archive-product__product_title a {
    font-size: 18px;
    line-height: 21px;
    color: #1E427D;
    display: block;
    font-weight: 400;
}
.tm-popular__title a:hover,
.tm-archive-product__product_title a:hover {
    color: #3261AB;
}

.woocommerce .woocommerce-variation-add-to-cart {
    position: relative;
    clear: both;
    padding-top: 15px;
}
.woocommerce div.product form.cart .variations label {
    margin-bottom: 3px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
    display: flex;
    
}

.woocommerce div.product .tm-product-header-grid form.cart {
    flex-wrap: wrap;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 5px;
}
.woocommerce div.product form.cart .variations select {
    width: 100%;
    height: 35px;
    max-width: 250px;
    min-width: auto;
}
.woocommerce div.product form.cart .variations th {
    text-align: left;
}
.tm-product__related .quantity,
.woocommerce .tm-archive-product div.product form.cart .quantity {
    width: 30%;
}
.tm-product__related .button,
.woocommerce .tm-archive-product div.product form.cart .button {
    width: 70%;
}
.woocommerce .added_to_cart {
    position: absolute;
    top: 45px;
    left: 0;
}

.woocommerce .variations_form {
    margin-top: 12px;
}


.woocommerce .variations div.label {
    margin-right: 10px;
}

.tm-archive-product__inline-wrap {
    margin-top: 10px;
}

.tm-archive-product__product_opis,
.tm-archive-product__inline-text,
.tm-archive-product__inline-label {
    display: inline;
}

.tm-archive-product__img {
    position: relative;
}
@media (max-width: 1500px) {
    .tm-archive-product__list .tm-grid > * {
        width: 33.333%;
    }
}
@media (max-width: 1180px) {
    .tm-product__related .tm-centered-content {
        padding: 0 0 0 20px;
    }
}

@media (max-width: 980px) {
    .tm-archive-product__desc {
        padding-left: 0;
    }
    .tm-archive-product__img .tm-product__second-img {
        bottom: 0;
    }
    .tm-archive-product__sidebar #block-11,
    .tm-archive-product__sidebar #block-8 {
        display: none;
    }
}
@media (max-width: 860px) {
    .tm-archive-product__list .tm-grid > * {
        width: 50%;
    }
}
@media (max-width:580px) {
    .woocommerce div.product form.cart {
        flex-wrap: wrap;
    }
    .tm-product__related .quantity, 
    .woocommerce .tm-archive-product div.product form.cart .quantity,
    .tm-product__related .button, 
    .woocommerce .tm-archive-product div.product form.cart .button {
        float: none;
        width: 100%;
    }
}
@media (max-width:500px) {
    .woocommerce .single_add_to_cart_link {
        margin-top: 8px;
    }
    .woocommerce .woocommerce-variation-add-to-cart {
        display: flex;
    }
    .tm-archive-product__list .tm-grid > * {
        width: 100%;
    }
    .tm-product__related .tm-grid > *, .tm-archive-product__list .tm-grid > * {
        padding-left: 0;
    }
    .tm-product__related .tm-grid, .tm-archive-product__list .tm-grid {
        margin-left: 0;
        width: 100%;
    }
}


/* product
========================================================================== */
.tm-main.tm-product {
    padding-bottom: 0;
}
.woocommerce button.button.added::after {
    position: absolute;
    right: 2px;
    top: 1px;
}
.woocommerce .single_add_to_cart_button span {
    padding-left: 26px;
    position: relative;
}
.woocommerce .single_add_to_cart_button span::before {
    content: "\e902";
    font-family: 'tm-agro';
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -1px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}

.woocommerce div.product div.images {
    margin-bottom: 0;
}
.tm-archive-product__count {
    display: flex;
    flex-wrap: wrap;
}
.tm-archive-product__count form {
    float: none !important;
    width: 50%;
    margin: 0 !important;
    display: flex;
}
.tm-archive-product__count form select {
    background: #FBFBFB;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    font-size: 14px;
    height: 28px;
}
.tm-archive-product__count .woocommerce-ordering {
    display: flex;
    justify-content: flex-end;
}

.tm-product__img {
    position: relative;
    height: 100%;
}

.tm-product__content {
    height: 100%;
    background: rgba(40, 175, 128, 0.05);
    border-radius: 10px;
    padding: 20px 30px 30px;
}

.woocommerce div.product .tm-product__header .price {
    font-size: 36px;
    color: inherit;
    float: none;
}

.woocommerce div.product .tm-product__header .price,
.woocommerce div.product div.price,
.woocommerce div.product span.price {
    color: #7D1E2A;
}

.woocommerce div.product span.price ins,
.woocommerce div.product div.price ins {
    color: #DE5754;
    background: none;
}

.woocommerce div.product .tm-product__header .single_variation_wrap > div.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-weight: 600;
    font-size: 28px;
    float: left;
    margin-right: 8px;
}

.woocommerce div.product span.price del,
.woocommerce div.product div.price del {
    color: #ACB7C5;
    font-weight: 400;
}

.woocommerce .variations_form .attribute-pa_size,
.woocommerce .variations_form .value {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.woocommerce .variations_form .value > div:not(:last-child) {
    margin-right: 6px;
}

.woocommerce .product_type_variable,
.woocommerce .variations_form .value a.reset_variations {
    display: none !important;
}

.woocommerce .variations_form .value > div {
    position: relative;
}

.woocommerce .variations_form .value > div input {
    position: absolute;
    left: -100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.woocommerce .variations_form .value > div label {
    width: 55px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 2px solid #D5DBE2;
    border-radius: 2px;
    color: #68778b;
}

.woocommerce .variations_form .value > div label:hover {
    border: 2px solid #b6bbc2;
    cursor: pointer;
}

.woocommerce .variations_form .value > div input:checked ~ label {
    border: 2px solid #3F68AA;
    background: #3F68AA;
    color: #b2c3dd;
}

.woocommerce .variations_form .value > div input:disabled ~ label {
    background: rgba(0, 0, 0, 0.06);
    color: #a7adb6;
    position: relative;
}

.woocommerce .variations_form .value > div input:disabled ~ label::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #b6bbc2;
    transform: rotate(23deg);
    position: absolute;
    top: 12px;
}

.woocommerce .variations_form .value > div input:disabled ~ label:hover {
    border: 2px solid #D5DBE2;
}

.woocommerce .woocommerce-variation.single_variation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.woocommerce .woocommerce-variation-availability {
    margin: 0;
    width: 100%;
    order: 3;
}

.wc-no-matching-variations.woocommerce-info,
.woocommerce .woocommerce-variation-price {
    display: none !important;
}
.woocommerce .woocommerce-variation-availability p {
    margin: 0;
}

.woocommerce .woocommerce-variation-description {
    order: 2;
    margin-bottom: 3px;
    color: #ACB7C5;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 0;
    order: 3;
}

.woocommerce a.button,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce .single_add_to_cart_link,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit {
    width: 215px;
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%);
    background-size: 100% 100%;
    color: #fff;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 8px 5px;
}
a.chooseOption {
    color: #fff;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 8px 5px;
}

.woocommerce a.button {
    width: 230px;
}

.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active {
    background-size: 200% 200%;
    text-decoration: none;
}
.woocommerce #respond input#submit:hover {
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%);
    background-size: 200% 200%;
    color: #fff;
}
a.chooseOption,
.woocommerce div.product form.cart .button.clickBuyButton {
    background: rgba(30, 66, 125, 0.2);
}
a.chooseOption:hover,
.woocommerce div.product form.cart .button.clickBuyButton:hover {
    background: rgba(25, 54, 102, 0.5);
}

.woocommerce .single_add_to_cart_link {
    background: none;
    border: 2px solid #3261AB;
    color: #3261AB;
}

.woocommerce .single_add_to_cart_link:hover,
.woocommerce .single_add_to_cart_link:active,
.woocommerce .single_add_to_cart_link:focus {
    background: #3261AB;
    color: #fff;
}
.woocommerce .product-count__content {
    max-width: 100px;
}


.woocommerce .product-count__content input {
    height: 44px;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    width: 100%;
    padding-left: 20px;
    padding-right: 8px;
    text-align: center;
    outline: none;
}

.woocommerce div.product .tm-product__content form.cart div.quantity {
    max-width: 100px;
}
.woocommerce div.product .tm-product__content .single_add_to_cart_button {
    margin-right: 4px;
}
.woocommerce .product-count__content {
    margin-right: 8px;
    float: left;
    position: relative;
}
.woocommerce .product-count__button,
.woocommerce .product-count__content button {
    background: #fff;
    position: absolute;
    width: 22px;
    height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.woocommerce .product-count__content input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce .product-count__content .product-count__top,
.woocommerce .product-count__content .product-count__down {
    height: 39px;
}
.woocommerce .product-count__content .product-count__top:hover,
.woocommerce .product-count__content .product-count__down:hover {
    cursor: pointer;
}
.woocommerce .product-count__content .product-count__top {
    top: 2px;
    right: 2px;
}
.woocommerce .product-count__content .product-count__down {
    top: 2px;
    left: 2px;
}
.woocommerce .product-count__content .product-count__top::after,
.woocommerce .product-count__content .product-count__top::before,
.woocommerce .product-count__content .product-count__down::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
}
.woocommerce .product-count__content .product-count__down::before,
.woocommerce .product-count__content .product-count__top::before {
    width: 9px;
    height: 1px;
}
.woocommerce .product-count__content .product-count__top::after {
    width: 1px;
    height: 9px;
}

#wpgs-gallery .slick-slide.wcgs-thumb img {
    max-width: 100px;
    margin: 0 auto;
}

/* tabs ---- */
.tm-product__tabs-line {
    border-bottom: 2px solid #ACB7C5;
    margin-bottom: 25px;
}

.tm-tabs-triggers__item {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #40474F;
    padding-bottom: 12px;
    position: relative;
    background: none;
    outline: none;
}

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

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

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

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


.woocommerce-Reviews #review_form {
    background: rgba(40, 175, 128, 0.05);
    border-radius: 10px;
    padding: 20px;
}
.woocommerce-Reviews .comment-form {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-Reviews .comment-form-comment,
.woocommerce-Reviews .comment-notes {
    width: 100%;
}
.woocommerce-Reviews .comment-form-rating,
.woocommerce-Reviews .comment-form-email,
.woocommerce-Reviews .comment-form-author {
    width: 33.333%;
}
.woocommerce-Reviews .comment-form-cookies-consent {
    width: 70%;
}
.woocommerce-Reviews .form-submit {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
.woocommerce-Reviews label {
    display: block;
    margin-bottom: 8px;
}
.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input {
    height: 35px;
    width: 95%;
}
.woocommerce-Reviews input,
.woocommerce-Reviews textarea {
    outline: none;    
}
.woocommerce.logged-in .woocommerce-Reviews .form-submit {
    width: 100%;
    justify-content: flex-start;
}
.woocommerce .star-rating span {
    color: #F1BC00;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0 none;
    background: rgba(40, 175, 128, 0.05);
    border-radius: 10px;
    margin-left: 0;
}
.woocommerce .woocommerce-review__author {
    color: #1E427D;
}
.woocommerce-review__dash {
    display: none;
}
.woocommerce-review__published-date {
    color: #1E427D;
    opacity: 0.5;
    padding-left: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    border-bottom: 1px solid #E5E5E5;
}
.woocommerce-Reviews .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #0B172B;
}
.woocommerce-Reviews .comment-reply-title {
    font-weight: 700;
}


#buyoneclick_form_order h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
}
#formOrderOneClick #buyoneclick_form_order input[type="email"], 
#formOrderOneClick #buyoneclick_form_order input[type="tel"], 
#formOrderOneClick #buyoneclick_form_order input[type="text"] {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 45px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    outline: none;
}
#formOrderOneClick .popup .close_order:hover,
#formOrderOneClick .popup .close_order {
    background: none !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
}
#formOrderOneClick .popup .close_order {
    color: #000 !important;
}
#formOrderOneClick .popup .close_order:hover {
    color: red !important;
}
#formOrderOneClick #buyoneclick_form_order label {
    display: none;
}
#formOrderOneClick #buyoneclick_form_order .quantity input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: 45px;
    padding-left: 10px;
    outline: none;
    margin-top: 5px;
}
#formOrderOneClick .button {
    width: 215px !important;
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%) !important;
    background-size: 100% 100% !important;
    color: #fff !important;
    display: flex !important;
    border-radius: 5px !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 8px 5px;
    border: 0 none !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
#formOrderOneClick .button:hover {
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%) !important;
    background-size: 200% 200% !important;
    text-decoration: none;
}

.woocommerce div.product .tm-product__content form.cart {
    margin-bottom: 20px;
}
.tm-product__tabs-inline-stroke,
.tm-product__short-text {
    color: #1E427D;
    opacity: 0.7;
}
.tm-product__short-text p {
    margin-bottom: 0;
}
.tm-product__tabs-inline-stroke {
    display: flex;
    flex-wrap: wrap;
}
.tm-product__tabs-inline-label {
    margin-right: 8px;
}

.tm-product__link a {
    display: block;
    background: rgba(40, 175, 128, 0.1);
    border-radius: 10px;
    padding: 12px 15px;
    margin-top: 20px;
    text-align: center;
    color: #00A4EB;
    font-weight: 300;
    line-height: 18px;
}
.tm-product__link a:hover {
    background: rgba(38, 150, 111, 0.1);
}
.tm-product__link a span {
    position: relative;
    padding-left: 25px;
}
.tm-product__link a span::before {
    position: absolute;
    content: "\e909";
    font-family: 'tm-agro';
    left: 0;
    top: 1px;
}

@media (max-width:1560px) {
    .home .woocommerce .product-count__content {
        max-width: 85px;
    }
}
@media (max-width:1440px) {
    .tm-tabs-triggers__item {
        font-size: 20px;
    }
    .woocommerce .product-count__content {
        max-width: 85px;
    }
    .woocommerce div.product .tm-product__header .price {
        font-size: 30px;
    }
}
@media (max-width:1280px) {
    .tm-tabs-triggers__item {
        font-size: 18px;
    }
}
@media (max-width:1180px) {
    .tm-related-slider .tm-grid {
        margin: 0;
        flex-wrap: inherit;
    }
    .tm-related-slider .tm-grid > * {
        padding-left: 0;
        height: auto;
    }
}
@media (max-width:980px) {
    .tm-product__tabs-inline-stroke > div:first-child,
    .tm-product__tabs-inline-stroke > div:nth-child(2) {
        width: 100%;
    }
    .tm-product__tabs-inline-stroke > div:nth-child(2) {
        padding-left: 0;
    }
    .tm-tabs-content__benefits {
        padding-left: 0;
    }
    .tm-tabs-content__benefits::before {
        display: none;
    }
    .tm-product__container {
        overflow: hidden;
        width: 100%;
    }
    .tm-product__detail-table td {
        min-width: 180px;
    }
    .tm-product__detail-table {
        overflow-x: auto;
        width: 100%;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;
        display: block;
    }
    .tm-product__detail-table::-webkit-scrollbar {
        display: none;
    }
    .woocommerce div.product .tm-product__header .single_variation_wrap > div.price,
    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        font-size: 22px;
    }
    .tm-product__tabs.tm-padding {
        padding-top: 0;
    }
    .wcgs-slider-image {
        text-align: center;
    }
    .tm-product__img {
        display: flex;
        justify-content: center;
    }
}

@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:768px) {
    .woocommerce div.product form.cart {
        flex-wrap: wrap;
    }
    .woocommerce .product-count__content,
    .home .woocommerce .product-count__content,
    .woocommerce div.product form.cart div.quantity {
        max-width: 100%;
    }
    .woocommerce div.product form.cart .button,
    .woocommerce div.product form.cart div.quantity {
        float: none;
        width: 100%;  
    }
    .woocommerce div.product .tm-product__content form.cart div.quantity {
        margin: 0 4px 7px 0;
    }
    .woocommerce div.product .tm-product__content form.cart .button,
    .woocommerce div.product .tm-product__content form.cart div.quantity {
        float: left;
        width: 250px;  
    }
    .woocommerce div.product form.cart div.quantity {
        margin: 0 0 7px 0;
    }
}
@media (max-width:580px) {
    .tm-archive-product__count form,
    .tm-archive-product__count .woocommerce-ordering {
        width: 100%;
    }
    .tm-archive-product__count .woocommerce-ordering {
        justify-content: flex-start;
        margin-top: 10px !important;
    }
}
@media (max-width:480px) {
    .woocommerce div.product .tm-product__header .single_variation_wrap > div.price, 
    .woocommerce div.product p.price, 
    .woocommerce div.product div.price {
        float: none;
    } 
    .woocommerce div.product .tm-product__header .price {
        font-size: 24px;
    }
    .woocommerce div.product .tm-product__content form.cart div.quantity {
        margin: 0 0 7px 0;
    }
    .woocommerce div.product .tm-product__content form.cart .button,
    .woocommerce div.product .tm-product__content form.cart div.quantity {
        float: none;
        width: 100%;  
    }
    .woocommerce div.product .tm-product__content form.cart .button {
        margin-right: 0;
        margin-bottom: 7px;
    }
}
@media (max-width:415px) {
    .woocommerce div.product p.price, 
    .woocommerce div.product span.price {
        float: none;
    }
}
@media (max-width:340px) {
    .tm-archive-product__count {
        display: none;
    }
}

/* top sales
========================================================================== */
.tm-top-sales-card {
    display: flex;
}
.tm-top-sales-card__img {
    width: 25%;
}
.tm-top-sales-card__img a {
    display: block;
    max-width: 72px;
}
.tm-top-sales-card__img a img {
    border-radius: 5px;
}
.tm-top-sales-card__content {
    width: 75%;
    padding-left: 8px;
}
.tm-top-sales-card__title a {
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.woocommerce div.product .tm-top-sales-card .price {
    font-size: 20px;
}
@media (max-width:980px) {
    .tm-product-header-grid .tm-grid__width-7-10 {
        order: 1;
    }
    .tm-product-header-grid .tm-grid__width-1-4 {
        order: 2;
    }
}

/* cart
========================================================================== */
.woocommerce-cart-form__cart-item {
    background: #fff;
    box-shadow: 2px 2px 19px rgb(0 0 0 / 6%);
    border-radius: 2px;
    padding: 25px;
    position: relative;
    margin-bottom: 20px;
}
.tm-cart__title {
    text-transform: uppercase;
    color: #082242;
}
.tm-cart__title:hover {
    color: #3261AB;
}
.product-remove {
    position: absolute;
    right: 7px;
    top: 8px;
}
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    display: none;
}
.tm-cart__attr {
    margin-bottom: 4px;
}
.tm-cart__regular {
    font-size: 28px;
    color: #082242;
    margin-right: 8px;
    font-weight: 500;
}
.tm-cart__sale {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #ACB7C5;
    text-decoration: line-through;
}
.tm-cart__regular_sale {
    color: #DE5754;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.woocommerce .cart-collaterals {
    background: #fff;
    box-shadow: 2px 2px 19px rgb(0 0 0 / 6%);
    border-radius: 2px;
    padding: 25px;
}
.woocommerce .cart-collaterals a.button.alt {
    width: 100%;
    margin-bottom: 0;
    padding: 8px 0;
}
.woocommerce .wc-proceed-to-checkout {
    padding-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 0 none;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    padding-left: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    padding-right: 0;
    text-align: right;
}

p.cart-empty.woocommerce-info {
    border: 0 none;
    padding: 0;
    margin: 20px 0;
}
p.cart-empty.woocommerce-info::before {
    display: none;
}

/* empty cart
========================================================================== */
.tm-popular-empty-cart .single_add_to_cart_link,
.tm-popular-empty-cart .out-of-stock,
.tm-popular-empty-cart .woocommerce-variation-add-to-cart,
.tm-popular-empty-cart .variations {
    display: none;
}
.return-to-shop {
    margin-bottom: 40px;
}

/* checkout
========================================================================== */
.wc-list-fields,
.wc-list-product,
.wc-order-total,
.wc-checkout-payment {
    background: #fff;
    box-shadow: 2px 2px 19px rgb(0 0 0 / 6%);
    border-radius: 2px;
    padding: 25px;
    margin-bottom: 20px;
}
.wc-checkout-payment,
.wc-list-product {
    margin-bottom: 0;
}
.woocommerce form.woocommerce-checkout .form-row .input-text {
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wc-list-product .cart_item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wc-checkout-product-total {
    font-weight: 600;
    text-align: right;
}
.wc-checkout-name {
    font-weight: 600;
    text-transform: uppercase;
}
.wc-order-total {
    display: flex;
    justify-content: space-between;
}
.wc-order-total .woocommerce-Price-amount {
    font-size: 24px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    margin-bottom: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none;
}
.woocommerce-checkout #payment div.form-row {
    padding: 10px 0 0;    
}
.woocommerce-privacy-policy-text {
    font-size: 14px;
    line-height: 16px;
    color: #ACB7C5;
}
.woocommerce-checkout #payment ul.payment_methods li::before {
    top: 11px;
}
.woocommerce-error li::before {
    display: none;
}
.woocommerce-order-received h1 {
    text-align: center;
}
.woocommerce-order-received .tm-main .tm-centered-content {
    padding: 0;
}
.woocommerce-order-received article {
    padding-top: 45px;
    background: url(img/thank-you.png) no-repeat center top;
    min-height: 445px;
}
.woocommerce-order-received article,
.woocommerce-order-received .tm-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
}
.woocommerce-order-overview__order {
    font-size: 18px;
    line-height: 140%;
    font-weight: 700;
}
.wc-thank-title1 {
    max-width: 560px;
    margin: 0 auto 30px;
}
.wc-thank-title2 a {
    color: #082242;
}
@media (max-width:480px) {
    .woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
    .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
        float: none;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
}

/* sidebar 
========================================================================== */
.wp-block-group__inner-container .widget:last-child {
    margin-bottom: 0;
}
.tm-widget-title::after {
    width: 100%;
    height: 1px;
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%);
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.tm-widget-title {
    margin-bottom: 15px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 8px;
}

/* filter 
========================================================================== */
.widget.prdctfltr-widget {
    margin-bottom: 0;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
    padding: 0;
}
.prdctfltr-widget .pf_rngstyle_thin .irs-from, 
.prdctfltr-widget .pf_rngstyle_thin .irs-to, 
.prdctfltr-widget .pf_rngstyle_thin .irs-single {
    background: #3F68AA;
}

.prdctfltr-widget .pf_rngstyle_thin .irs-bar {
    background: url(img/sprite-skin-thin.png) repeat-x;
}
.prdctfltr-widget .pf_rngstyle_thin .irs-bar {
    background-position: 0 -60px;
}
.prdctfltr-widget h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #082242;
}
.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter,
.prdctfltr_showing,
.prdctfltr_close_sidebar {
    display: none !important;
}
.prdctfltr_wc .prdctfltr_filter_title>span.prdctfltr_woocommerce_filter_title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.prdctfltr_wc .prdctfltr_filter_title>span.prdctfltr_woocommerce_filter_title::after {
    width: 100%;
    height: 1px;
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%);
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.prdctfltr_wc .prdctfltr_filter_title {
    margin-bottom: 15px;
}
.woocommerce .prdctfltr_wc.prdctfltr_wc_widget.pf_default .prdctfltr_woocommerce_filter_submit {
    margin-bottom: 0 !important;
    width: 100%;
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%);
    background-size: 100% 100%;
    color: #fff;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
}
.woocommerce .prdctfltr_wc.prdctfltr_wc_widget.pf_default .prdctfltr_woocommerce_filter_submit:hover {
    background-size: 200% 200%;
    text-decoration: none;
}
.prdctfltr_wc .prdctfltr_woocommerce_ordering {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.prdctfltr_wc .prdctfltr_filter {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
    margin-bottom: 0;
}
.tm-archive-product__sidebar .sticky {
    position: fixed;
    z-index: 101;
}
.tm-archive-product__sidebar .stop {
    position: relative;
    z-index: 101;
}
.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active>span:before {
    background-color: #3F68AA;
}
.prdctfltr_filter label.prdctfltr_ft_none {
    display: none;
}
.prdctfltr_wc .prdctfltr_reset {
    margin-top: 20px;
    display: block;
}
.appd_filt {
    position: absolute;
    top: 0;
    right: -40px;
    width: 108px;
    background: #fff;
    padding: 0px 12px;
    box-shadow: -5px 2px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    z-index: 100;
    font-size: 13px;
}
.appd_filt::after {
    position: absolute;
    left: -8px;
    width: 0;
    top: 5px;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 7px solid transparent;
    content: '';
}

@media (max-width:980px) {
    .prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
        display: block !important;
        line-height: 24px;
    }
    .prdctfltr_wc .prdctfltr_filter_title {
        margin-bottom: 0;
    }
    .prdctfltr_wc form {
        margin-top: 15px;
    }
    .tm-archive-product__sidebar .sticky {
        position: inherit;
    }
    .prdctfltr_wc .prdctfltr_filter_title>span.prdctfltr_woocommerce_filter_title {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .prdctfltr_wc .prdctfltr_filter_title>span.prdctfltr_woocommerce_filter_title::after {
        display: none;
    }
}

.swiper-pagination {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    position: relative;
}
@media (min-width: 1181px) {
    .swiper-pagination {
        display: none;
    }
}



/* mini cart 
========================================================================== */
.tm-cart-wrapper li {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.tm-cart-menu {
    margin-left: 16px;
}

.wpmenucart-contents {
    position: relative;
}

.wpmenucart-contents i {
    display: none;
}

.wpmenucart-contents::before {
    content: "\e902";
    font-family: 'tm-agro';
    font-size: 22px;
    color: #78D59A;
}

.wpmenucart-contents .cartcontents {
    position: absolute;
    font-size: 10px;
    line-height: 13px;
    color: #fff;
    background: #3261AB;
    border-radius: 30px;
    left: 16px;
    top: -9px;
    padding: 0 3px;
}
.wpmenucart-contents .amount {
    padding-left: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #1E427D;
}
.wpmenucart-contents .amount::before {
    display: none;
}

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

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

/* 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: flex;
    min-width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #40474F;
    transition: all 0.3s ease-out;
}
.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: #3261AB;
    color: #fff;
}
.category-pagination .nav-links span.dots {
    background: none;
}
.category-pagination .nav-links {
    display: flex;
    justify-content: center;
}
.category-pagination .nav-links > *:not(:last-child) {
    margin-right: 1px;
}
.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;
}

/* header
========================================================================== */
.tm-top-header-banner {
    background: linear-gradient(66.69deg, #1E427D 15.06%, #7497D1 84.94%);
    padding: 4px 0;
    text-align: center;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.tm-top-header-banner span {
    position: relative;
    padding: 0 54px;
}
.tm-top-header-banner span::after,
.tm-top-header-banner span::before {
    position: absolute;
    color: #fff;
    font-size: 32px;
    font-family: 'tm-agro';
}
.tm-top-header-banner span::after {
    right: 0;
    content: "\e901";
}
.tm-top-header-banner span::before {
    left: 0;
    content: "\e900";
}

.tm-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
}
.tm-header__line1 {
    padding: 15px 0;
}
.tm-header__line2 {
    background: #53bf99;
}
.tm-header__line2 > div::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #28AF80;
    left: -85%;
    content: '';
}

.tm-header_active {
    position: fixed;
    top: 0;
}
.tm-header__line1.tm-header_active {
    background: #fff;
}

.tm-header__line1,
.tm-header__line2 {
    width: 100%;
}

.tm-header__logo {
    margin-right: 30px;
    max-height: 45px;
}

.tm-header__slogan {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    max-width: 210px;
    text-transform: uppercase;
    font-family: 'RobotoCondensed', sans-serif;
    position: relative;
    padding-left: 30px;
}
.tm-header__slogan::before {
    width: 2px;
    height: 45px;
    background: #A0FDBA;
    opacity: 0.5;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
}

.tm-header__contact {
    position: relative;
    padding-left: 50px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
}
.tm-header__contact::before {
    content: "\e904";
    font-size: 40px;
    line-height: 40px;
    font-family: 'tm-agro';
    position: absolute;
    left: 0;
    top: 2px;
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tm-header__phone1,
.tm-header__phone2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1E427D;
}

.tm-header__phone2 {
    padding: 0 5px;
}

.tm-header__mail a {
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    color: #00A4EB;
}
.tm-header__mail a:hover {
    text-decoration: none;
}

.tm-header__viber,
.tm-header__telegram {
    display: flex;
    align-items: center;
}
.tm-header__telegram {
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
}
.tm-header__viber:hover,
.tm-header__telegram:hover {
    opacity: 0.7;
}

.tm-header__address {
    max-width: 295px;
    font-style: italic;
    font-size: 17px;
    line-height: 21px;
    color: #1E427D;
    font-family: "RobotoCondensed", sans-serif;
    padding-left: 10px;
}


.tm-search .widget {
    margin-bottom: 0;
}
.tm-search .wp-block-search__input {
    background: #76D7B5;
    border-radius: 5px;
    border: 0 none;
    height: 35px;
    width: 385px;
    font-weight: 300;
    font-size: 16px;
    padding: 8px 40px 8px 15px;
    outline: none;
    color: #fff;
}
.tm-search .wp-block-search__input:hover {
    background: #76D7B5;
}

.tm-search .wp-block-search__input::-webkit-input-placeholder {color:#fff;}
.tm-search .wp-block-search__input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.tm-search .wp-block-search__input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.tm-search .wp-block-search__input:-ms-input-placeholder      {color:#fff;}

.tm-search .wp-block-search {
    position: relative;    
}
.tm-search .wp-block-search__button {
    font-size: 0;
    background: none;
    border: 0 none;
    position: absolute;
    right: 10px;
    top: 1px;
    height: 35px;
}
.tm-search .wp-block-search__button:hover {
    cursor: pointer;
}
.tm-search .wp-block-search__button::before {
    content: "\e906";
    font-family: 'tm-agro';
    color: #fff;
    font-size: 25px;
}


.wpml-ls-slot-lang::before {
    display: none;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 5px 0 6px 10px;
}
.tm-lang {
    margin-right: 10px;
}
.wpml-ls-item a {
    color: #082242;
    opacity: 0.3;
    transition: all 0.3s ease-out;
}
.wpml-ls-item.wpml-ls-current-language a,
.wpml-ls-item a:hover {
    color: #082242;
    opacity: 1;
}
@media (max-width:1540px) {
    .tm-header__address {
        display: none;
    }
}
@media (max-width:1440px) {
    .tm-search .wp-block-search__input {
        width: 275px;
    }
}
@media (max-width:1240px) {
    .tm-header__slogan {
        display: none;
    }
}
@media (max-width:1180px) {
    .tm-content-btn,
    .tm-header__line2 > div::before,
    .tm-header__catalog {
        display: none;
    }
    .tm-header__line2 {
        padding: 8px 0;
        position: relative;
        z-index: 0;
    }
    .tm-header__line2 .tm-centered-content {
        display: block;
    }
    .tm-header__logo {
        margin-right: 0;
        max-width: 150px;
        max-height: 35px;
    }
}
@media (max-width:796px) {
    .tm-header__contact {
        display: none;
    }
    .main-navigation .tm-header__contact {
        display: block;
    }
    .tm-top-header-banner {
        font-size: 14px;
        letter-spacing: 0;
    }
    .tm-top-header-banner span::after, 
    .tm-top-header-banner span::before {
        font-size: 22px;
        line-height: 23px;
    }
    .tm-top-header-banner span {
        padding: 0 30px;
    }
}
@media (max-width:360px) {
    .tm-top-header-banner span::after, 
    .tm-top-header-banner span::before {
        display: none;
    }
    .tm-top-header-banner span {
        padding: 0;
    }
    .tm-top-header-banner {
        line-height: 20px;
    }
    .tm-header__logo {
        max-width: 130px;
        max-height: 30px;
    }
}
@media (max-width:340px) {
    .tm-header__logo {
        max-width: 120px;
        max-height: 25px;
    }
}

/* form
========================================================================== */
.wpcf7-form-control {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 45px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
    padding: 10px 15px;
    border-radius: 5px;
}
.wpcf7-form-control:focus,
.wpcf7-form-control:active {
	border-color: #1e1e27;
	outline: none;
}
.wpcf7-textarea {
    height: 100px;
}
.wpcf7-not-valid-tip {
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 14px;
    line-height: 16px;
}
.wpcf7-submit {
    width: 215px;
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%);
    background-size: 100% 100%;
    color: #fff;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
}
.wpcf7-form-control.wpcf7-acceptance {
    border: 0 none;
    padding: 0;
    margin: 10px 0 0 0;
}
.wpcf7-form-control.wpcf7-acceptance > span {
    margin: 0;
}

.wpcf7-submit:hover {
    background-size: 200% 200%;
    text-decoration: none;
    color: #fff;
	cursor: pointer;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-spinner {
    display: none;
}
.tm-inline-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.tm-inline-form > div {
    padding-left: 20px;
    width: 33.333%;
}
.tm-inline-form .wpcf7-form-control {
    width: 100%;
    border: 0 none;
}
.tm-inline-form .wpcf7-form-control.wpcf7-submit {
    margin-bottom: 5px;
}
.tm-inline-form .wpcf7-acceptance {
    padding: 0;
}
.tm-inline-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}
@media (max-width:768px) {
    .tm-inline-form > div {
        width: 100%;
    }
}


/* menu
========================================================================== */
.tm-header__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-primary-menu-catalog {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    width: 285px;
    height: 0;
    visibility: hidden;
    background: #28AF80;
    z-index: 100;
}
.tm-menu-catalog ul,
.tm-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    background: #28AF80;
    height: 0;
    visibility: hidden;
}
.tm-menu-wrapper ul {
    width: 290px;
}
.tm-menu-catalog ul {
    width: 285px;
}

.tm-header__catalog-text {
    background: #28AF80;
    width: 265px;
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-left: 35px;
}
.tm-header__catalog-text::before {
    content: "\e903";
    font-family: 'tm-agro';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    transition: all 0.3s ease-out;
}
.tm-header__catalog-text:hover::before,
.tm-header__catalog-text:focus::before {
    content: "\e905";
}


.tm-header__catalog-btn .tm-primary-menu-catalog,
.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-catalog > li > ul li,
.tm-menu-wrapper > li > ul li,
.tm-menu-catalog > li > ul li > ul li {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


.tm-menu-catalog > li > ul,
.tm-menu-wrapper > li > ul li > ul,
.tm-menu-catalog > 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__catalog-btn:hover .tm-primary-menu-catalog,
.tm-menu-wrapper > li > ul li:hover > ul,
.tm-menu-catalog > 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-catalog > li:hover > ul li,
.tm-menu-wrapper > li > ul li:hover > ul li,
.tm-menu-catalog > li > ul li > ul li:hover > ul li {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.tm-menu-catalog > li:hover > ul,
.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-catalog > li:hover > ul li,
.tm-menu-catalog > li > ul li:hover > ul li,
.tm-menu-wrapper > li:hover > ul li {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

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

.tm-menu-catalog li.menu-item-has-children > a::after,
.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 #fff;
	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: 5px solid #3261AB;
}

.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: #3261AB;
}

.tm-menu-wrapper_header > li,
.tm-menu-wrapper_header > li > a {
    line-height: 40px;
}
.tm-header__catalog-text,
.tm-menu-wrapper_header > li > a,
.tm-menu-wrapper_header > li {
    line-height: 50px;
}
.tm-menu-wrapper > li:not(:last-child) {
    padding-right: 55px;
}
.tm-menu-wrapper > li.menu-item-has-children {
    padding-right: 65px;
}

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

.tm-menu-wrapper > li > a {
    color: #fff;
    opacity: 0.7;
    font-size: 20px;
}
.tm-menu-wrapper > li.current-menu-ancestor > a,
.tm-menu-wrapper > li.current-menu-item > a {
    color: #fff;
    opacity: 1;
}

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

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

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

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

.tm-menu-wrapper li ul li:hover > a,
.tm-menu-catalog li:hover > a,
.tm-menu-wrapper li ul li.current-menu-item > a,
.tm-menu-catalog li.current-menu-item > a {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}
.tm-menu-wrapper li ul li a {
    color: #fff;
}
.tm-menu-wrapper li ul li,
.tm-menu-wrapper li ul li a,
.tm-menu-catalog li,
.tm-menu-catalog li a {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.tm-menu-catalog li a,
.tm-menu-wrapper li ul li a {
    padding: 8px 20px;
    display: block;
}


@media (max-width: 1600px) {
    .tm-menu-wrapper > li:not(:last-child) {
        padding-right: 25px;
    }
    .tm-menu-wrapper > li.menu-item-has-children {
        padding-right: 35px;
    }
}
@media (max-width: 1366px) {
    .tm-header__catalog-text {
        width: 235px;
    }
}
@media (max-width: 1240px) {
    .tm-primary-menu-container {
        display: none;
    }
}

/* mobile
========================================================================== */
.button_container {
    position: relative;
    top: 0;
    margin: 0 15px 0 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity 0.25s ease;
    -o-transition     : opacity 0.25s ease;
    transition        : opacity 0.25s ease;
}
.button_container.active {
    position: fixed;
    right: 0;
    left: auto;
    top: 20px;
}

.button_container:hover {
    opacity: 0.7;
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    -ms-transform    : translateY(11px) translateX(0) rotate(45deg);
    transform        : translateY(11px) translateX(0) rotate(45deg);
    background       : #034945;
    top: -6px;
}

.button_container.active .middle {
    opacity   : 0;
    background: #034945;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    -ms-transform    : translateY(-11px) translateX(0) rotate(-45deg);
    transform        : translateY(-11px) translateX(0) rotate(-45deg);
    background       : #034945;
}

.button_container span {
    background        : #034945;
    border            : none;
    height            : 2px;
    width             : 100%;
    position          : absolute;
    top               : 0;
    left              : 0;
    -webkit-transition: all 0.35s ease;
    -o-transition     : all 0.35s ease;
    transition        : all 0.35s ease;
    cursor            : pointer;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
} 

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left   : 20%;
    }

    100% {
        opacity: 1;
        left   : 0;
    }
}

.main-navigation {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    right: 20px;
}

.menu-main-menu-container {
    position              : fixed;
    width                 : 100%;
    height    : 100vh;
    margin                : 0;
    padding               : 22px 25px 50px 22px;
    background-color      : #F5F6FA;
    transform             : translate(-100%, 0);
    transition            : transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);  
    z-index               : 20;
    visibility            : hidden;
    overflow-y            : scroll;
    top               : 0;
    left              : 0;
    opacity           : 0;
}

.menu-main-menu-container.open {
    opacity   : 1;
    visibility: visible;
    transform:  translate(0, 0);        
}

@media (max-width: 340px) {
    .button_container {
        margin: 0 10px 0 0;
        width: 23px;
    }
}


/* footer
========================================================================== */
.tm-footer {
    background: #fff;
    padding: 40px 0 20px;
    position: relative;
}
.tm-footer::before {
    content: '';
    background: linear-gradient(66.69deg, #1E427D 15.06%, #7497D1 84.94%);
    opacity: 0.5;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.home .tm-footer::before {
    display: none;
}

.tm-footer__address {
    font-family: 'RobotoCondensed', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #1E427D;
    max-width: 295px;
}

.tm-footer__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #1E427D;
    position: relative; 
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.tm-footer__title::after {
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%);
    border-radius: 5px;
    content: '';
    width: 61px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tm-footer__mail a {
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #00A4EB;
}
.tm-footer__phones a {
    color: #1E427D;
    font-size: 22px;
    line-height: 26px;
}
.tm-footer__phones > div {
    width: 100%;
}

.tm-footer__copyright {
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
    padding-top: 15px;
    position: relative;
    font-style: italic;
    font-family: 'RobotoCondensed', sans-serif;
}
.tm-footer__copyright a {
    color: #ccc;
}
.tm-footer__copyright::before {
    content: '';
    width: 295px;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 0;
}
.tm-footer__contact {
    margin-bottom: 15px;
}
.tm-footer__mail::before,
.tm-footer__contact::before {
    font-family: 'tm-agro';
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tm-footer__phones > div {
    display: flex;
    align-items: center;
    line-height: 25px;
}
.tm-footer__phones .tm-header__phone2 {
    padding: 0 5px 0 0;
}

.tm-footer__mail::before {
    content: "\e908";
}

.tm-footer__contact::before {
    content: "\e904";
    top: 8px;
}

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

.tm-footer__contact,
.tm-footer__mail {
    padding-left: 50px;
    position: relative;
}

.tm-footer-wrapper li {
    padding-left: 0;
}
.tm-footer-wrapper li::before {
    display: none;
}
.tm-footer-wrapper li a {
    font-weight: 300;
    font-size: 20px;
}

@media (max-width:980px) {
    .tm-footer-wrapper li a {
        font-size: 16px;
    }
}
@media (max-width:768px) {
    .tm-footer .tm-grid .tm-grid__width-1-4:nth-child(1) {
        order: 4;
        margin-bottom: 0;
    }
    .tm-footer .tm-grid .tm-grid__width-1-4:nth-child(2) {
        order: 2;
    }
    .tm-footer .tm-grid .tm-grid__width-1-4:nth-child(3) {
        order: 3;
    }
    .tm-footer .tm-grid .tm-grid__width-1-4:nth-child(4) {
        order: 1;
        margin-bottom: 30px;
    }
}

/* search
========================================================================== */
.tm-search-page__search {
    position: relative;
}
.tm-search-page__search input {
    border-bottom: 1px solid #ACB7C5;
    background: none;
    outline: none;
    width: 100%;
}
.tm-search-page__search button {
    position: absolute;
    right: 3px;
    top: 0px;
    font-size: 21px;
}
.tm-not-found__content {
    color: #DE5754;
    position: relative;
    padding-left: 30px;
}
.tm-not-found__content::before {
    content: "\e907";
    font-family: 'tm-agro';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}


/* breadcrumbs
========================================================================== */
.tm-breadcrumb .woocommerce-breadcrumb,
.breadcrumbs a,
.breadcrumbs span.current-item {
    font-size: 14px;
    line-height: 16px;
}

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

.woocommerce .woocommerce-breadcrumb,
.breadcrumbs span.current-item {
    color: #ACB7C5;
}

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

/* popup
========================================================================== */
.form-popup {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}
.form-popup-content__title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
}
.form-popup-content {    
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    text-align: center;
}

.form-popup-content .wpcf7-form-control {
    background: rgba(0, 0, 0, 0.08);
}

.form-popup-content .wpcf7-acceptance {
    border: 0 none;
    background: none;
}

.form-popup-content .wpcf7-submit {
    width: 215px;
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%);
    background-size: 100% 100%;
    color: #fff;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    border: 0 none;
    margin: 0 auto;
}
.form-popup-content .wpcf7-submit:hover {
    background-size: 200% 200%;
    text-decoration: none;
}

/* main style
========================================================================== */
.tm-main {
    padding: 20px 0 50px;
    flex: 1 1 auto;
}
.tm-youtube {
    max-width: 750px;
    margin-bottom: 30px;
}
.tm-youtube-container {
    width: 100%;
    position: relative;
    padding: 58% 0 0 0;
    max-width: 750px;
    max-height: 450px;
}
.tm-youtube-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

.tm-centered-content {
    max-width: 1640px;
    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-color-section {
    background: rgba(40, 175, 128, 0.05);
}

.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-grid-right {
    order: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tm-header__phones.tm-flex.tm-flex-middle {
    flex-flow: column wrap;
    align-items: flex-start;
}

.tm-header__phones.tm-flex.tm-flex-middle .tm-header__phone2 {
    padding: 0px;
}

.contact-phone-new {
    color: #1E427D;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    margin-left: 50px;
}

@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 > * {
        margin-bottom: 25px;
    }
    
    .tm-grid-right {
        order: inherit;
    }
    .tm-grid__width-1-3,
    .tm-grid__width-1-4 {
        width: 50%;
    }

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

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

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

@media (max-width: 480px) {
    .tm-grid__width-1-6 {
        width: 100%;
    }
    .tm-grid > *:last-child {
        margin-bottom: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.tm-h1,
.tm-h2,
.tm-h3,
.tm-h4,
.tm-h5,
.tm-h6 {
    font-weight: 700;
    line-height: 120%;
    color: #1E427D;
}



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

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

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

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

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

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

.bold {
    font-weight: 700;
}

.light {
    font-weight: 300;
}

.color-white {
    color: #fff;
}

.color-gray {
    color: #ACB7C5;
}

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

.size16 {
    font-size: 16px;
    line-height: 24px;
}

.max1170 {
    max-width: 1170px;
    margin: 0 auto;
}


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

.tm-popular__btn,
.tm-single__btn a,
.tm-content-btn a {
    width: 215px;
    background: linear-gradient(30.11deg, #1D976C 12.25%, #93F9B9 89.93%);
    background-size: 100% 100%;
    color: #fff;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.tm-popular__btn:hover,
.tm-popular__btn:active,
.tm-popular__btn:focus,
.tm-single__btn a:hover,
.tm-single__btn a:active,
.tm-single__btn a:focus,
.tm-content-btn a:hover,
.tm-content-btn a:active,
.tm-content-btn a:focus {
    background-size: 200% 200%;
    text-decoration: none;
}

.tm-content-btn_white a {
    background: #fff;
    color: #3261AB;
    border: 2px solid #fff;
}

.tm-content-btn_white a:hover,
.tm-content-btn_white a:active,
.tm-content-btn_white a:focus {
    background: #3261AB;
    border: 2px solid #3261AB;
    color: #fff;
}

.tm-header__phones.tm-flex.tm-flex-middle {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
}

.tm-header-phones-in {
    display: flex;
}

.tm-header-phones-in a {
    margin-right: 5px;
}


@media (min-width: 1181px) {
    .uk-vis-small {
        display: none;
    }
}

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

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

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

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

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

@media (max-width: 1180px) {
    h1,
    .tm-h1 {
        font-size: 24px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 767px) {
    .tm-margin-xdefault-bottom,
    .tm-margin-medium-bottom,
    .tm-margin-large-bottom,
    .tm-margin-xlarge-bottom,
    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 30px;
    }
}
