/*!
Theme Name: stiystil new product page
Theme URI: #
Author: Hardlink.com.ua & PaVUK Digital
Author URI: #
Description: Тема создана по индивидуальному заказу и несет в себе коммерческий характер онлайн магазина.
Version: 2.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stiystil
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.

stiystil 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

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

/*--------------------------------------------------------------
# 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 {
    line-height: 1.15;
    -webkit-text-size-adjust: 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.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

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

html {
    box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #114291;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #114291;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #114291;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1C9BE0;
}

p {
    margin-bottom: 1.5em;
    color: #2C2828;
}

header.entry-header h1 {
    font-size: 24px;
}

.wp-block-column h2, h2.has-text-align-center {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: #1C9BE0;
}

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
--------------------------------------------- */
body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

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

ul,
ol {
    margin: 0 0 1.5em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
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
--------------------------------------------- */
a {
    text-decoration-line: none;
    /*color: #178AC9;*/
}

/*a:visited {*/
/*    text-decoration-line: underline;*/
/*    color: #178AC9;*/
/*}*/

/*a:hover,*/
/*a:focus,*/
/*a:active {*/
/*    color: #178AC9;*/
/*}*/

a:focus {
    outline: thin dotted transparent;
}

/*a:hover,*/
/*a:active {*/
/*    outline: 0;*/
/*    text-decoration-line: underline;*/
/*    color: #178AC9;*/
/*}*/

/* Forms
--------------------------------------------- */

.wp-block-button__link {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    padding: 10px 24px;
    background: #1C9BE0;
    border-radius: 4px;
    transition: 0.5s all;
}

.wp-block-button__link:hover {
    text-decoration: none;
    background: #178AC9;
}

.btn_100 {
    width: 100%;
    display: block;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
    background: #1C9BE0;
    border: 0;
    border-radius: 4px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 24px;
    transition: 0.5s all;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
    background: #1A66DF;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.btn:focus, .btn:active {
    border-color: #aaa #bbb #bbb;
    outline: -webkit-focus-ring-color auto 0px;
    background: #1A66DF;
    color: #fff;
    text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #E4E3E3;
    box-sizing: border-box;
    border-radius: 4px;
    min-height: 40px;
    padding: 10px;
    transition: 0.3s all;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
    /*border: 1px solid #1C9BE0;*/
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #333;
    outline-offset: 0;
    border-color: #1A66DF;
    outline: -webkit-focus-ring-color auto 0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.menu-item-has-children > ul.sub-menu > li {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 25px;
    width: 100%;
}

li.menu-item-has-children > a {
    display: flex;
    align-items: center;
}

li.menu-item-has-children > a span {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/stiystil/img/arrow_menu.png);
    display: inline-block;
    background-position: 0 2px;
    margin-left: 2px;
    transition: 0.3s all;
}

.aksessuary_menu:hover a span {
    background-position: 0 -14px;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 100px;
    opacity: 0;
    transition: 0.3s all;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    min-width: 200px;
    right: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
    top: 64px;
    opacity: 1;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0;
    opacity: 1;
    z-index: 900;
    background: #fff;
    top: 60px;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
        flex-wrap: wrap;
    }
}

.mobile {
    display: none;
}

@media (max-width: 991px) {

    .mobile {
        display: block;
    }

    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
        left: unset;
        opacity: 0;
        background: #fff;
        top: unset;
        z-index: -1;
    }

    .main-navigation {
        display: flex;
        width: 100%;
        position: absolute;
        bottom: 0; /*top: 74px;*/
        z-index: -1;
        left: 100%;
        background: #fff;
        height: 100vh;
        opacity: 0;
        transition: 0.3s ease-in;
    }

    ul#primary-menu {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .menu-glavnoe-menyu-container {
        width: 100%;
    }

    header#masthead {
        padding: 0;
        border-bottom: 1px solid #F2F8F9;
        box-sizing: border-box;
    }

    nav.main-navigation.menu_open {
        bottom: -100vh;
        opacity: 1;
        z-index: 999;
        left: 0;
    }

}

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

.post,
.page {
    margin: 0;
}

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

/* --------------------------------- */
/* TOOLTIP CSS */
/* --------------------------------- */
*[data-tooltip] {
    position: relative;
    border-bottom: 1px dashed #fff;
    cursor: pointer;
    text-align: center;
}

*[data-tooltip]:hover {
    border-bottom: 1px dashed transparent;
}

*[data-tooltip-mask] {
    z-index: 999999;
    box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0), 0 0 0 5000px rgba(190, 220, 170, 0);
    transition: all 500ms 100ms;
    border-bottom: 1px dashed #fff;
    cursor: pointer;
}

*[data-tooltip-mask]:hover {
    box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0.70), 0 0 0 5000px rgba(190, 220, 170, 0.70);
}

*[data-tooltip]:hover:before,
*[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

*[data-tooltip]:before {
    visibility: hidden;
    opacity: 0;
    transition: all 300ms 000ms cubic-bezier(0.25, 0, 0.15, 1.50);
}

*[data-tooltip]:hover:before {
    transition: all 300ms 200ms cubic-bezier(0.25, 0, 0.15, 1.50);
}

*[data-tooltip]:after {
    visibility: hidden;
    white-space: normal;
    opacity: 0;
    content: attr(data-tooltip);
    line-height: 11px;
    position: absolute;
    z-index: 99;
    padding: 5px 10px;
    background: #1c9be0;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    width: 198%;
    max-width: 290px;
    transition: all 300ms 100ms cubic-bezier(0.25, 0, 0.15, 1.50);
}

/* BOTTOM TOOLTIP */

*[data-tooltip]:before,
*[data-tooltip-bottom]:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 15px 12.5px;
    border-color: transparent transparent #1c9be0 transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
}

*[data-tooltip]:hover:before,
*[data-tooltip-bottom]:hover:before {
    bottom: -15px;
}

*[data-tooltip]:after,
*[data-tooltip-bottom]:after {
    transform: translate(-50%, 100%) scale(.8);
    left: 50%;
    bottom: -10px;
}

*[data-tooltip]:hover:after,
*[data-tooltip-bottom]:hover:after {
    transform: translate(-50%, 100%) scale(1);
}

/* TOP TOOLTIP */

*[data-tooltip-top]:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #1c9be0 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: inherit;
    top: -25px;
}

*[data-tooltip-top]:hover:before {
    bottom: inherit;
    top: -15px;
}

*[data-tooltip-top]:after {
    transform: translate(-50%, -100%) scale(.8);
    left: 50%;
    top: -10px;
    bottom: inherit;
}

*[data-tooltip-top]:hover:after {
    transform: translate(-50%, -100%) scale(1);
}

/* LEFT TOOLTIP */

*[data-tooltip-left]:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 15px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    right: inherit;
    left: -25px;
}

*[data-tooltip-left]:hover:before {
    bottom: 0;
    top: 0;
    right: inherit;
    left: -15px;
}

*[data-tooltip-left]:after {
    transform: translate(-100%, -50%) scale(.8);
    left: -10px;
    top: 50%;
    bottom: inherit;
}

*[data-tooltip-left]:hover:after {
    transform: translate(-100%, -50%) scale(1);
}

li.mini_cart_item .mini_desc dl > dd {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mini_cart_item span.podz {
    display: none;
}

.cont_dann {
    display: flex;
    width: 100%;
}

.text_mini {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    max-width: 90px;
    margin-right: 2px;
}

.cont_lbl.cont_none {
    display: none;
}

.cont_lbl {
    color: #178AC9;
}

/* RIGHT TOOLTIP */

*[data-tooltip-right]:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 15px 12.5px 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    left: inherit;
    right: -25px;
}

*[data-tooltip-right]:hover:before {
    bottom: 0;
    top: 0;
    left: inherit;
    right: -15px;
}

*[data-tooltip-right]:after {
    transform: translate(100%, -50%) scale(.8);
    right: -10px;
    top: 50%;
    left: inherit;
    bottom: inherit;
}

*[data-tooltip-right]:hover:after {
    transform: translate(100%, -50%) scale(1);
}

.is-style-circle-mask img, .is-style-rounded img {
    border-radius: 4px;
}

.entry-content .alignwide {
    margin-left: -80px;
    margin-right: -80px;
}

.entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.alignfull img {
    width: 100vw;
}

.alignfull .wp-block-media-text__media img {
    width: 32px;
}

.wp-block-media-text.alignwide.is-stacked-on-mobile {
    margin-left: 0;
    margin-right: 0;
}


.adapt_col {
    display: flex;
    flex-direction: column;
    padding: 66px 0 64px 93px;
}

.adapt_col h1, .adapt_col h2, .adapt_col h3, .adapt_col h4, .adapt_col h5, .adapt_col h6, .adapt_col p, .adapt_col .wp-block-columns {
    max-width: 468px;
    color: #fff;
    margin: 0 0 20px 0;
}

.adapt_col .wp-block-media-text {
    margin-bottom: 20px;
}

.adapt_col_left {
    position: relative;
}

.adapt_col_left > .wp-block-group {
    width: 416px;
    position: absolute;
    right: -5.5%;
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cover_img {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0px;
    position: relative;
    background-size: cover;
    height: 100%;
}

p.fix_h {
    min-height: 42px;
    display: flex;
    align-items: center;
    margin: 0;
}

.border_block {
    border: 1px solid #E4E3E3;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    transition: 0.5s all;
}

.border_block:hover {
    border: 1px solid #E4E3E3;
    box-shadow: 0 0 20px #e2e2e2;
}

.border_block .wp-block-button__link, .border_block .wp-block-button {
    width: 100%;
}

.link a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #1C9BE0;
    text-decoration: none;
    display: inline-block;
}

.link a:hover {
    color: #178AC9;
}

.link a:after {
    content: '';
    background: url(/wp-content/themes/stiystil/img/arow_right_blue.png);
    width: 8px;
    height: 12px;
    background-size: cover;
    display: inline-block;
    margin-left: 20px;
    transition: 0.3s all;
}

.link a:hover:after {
    transform: rotate(180deg);
    margin-left: 10px;
}

.blue {
    background: #1c9be0;
    color: #fff;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px;
    position: relative;
    background-size: cover;
    align-items: stretch !important
}

.blue .link a {
    color: #fff;
}

.blue .link a:after {
    background: url(/wp-content/themes/stiystil/img/arow_right_white.png);
}

.info_block {
    padding: 28px 38px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2C2828;
}

.info_block_container {
    border-radius: 4px;
    padding: 7.5px 3.375em !important;
}

.info_block_2 {
    position: relative;
}

.line_vert:after {
    content: '';
    width: 2px;
    height: 28px;
    background: url(/wp-content/themes/stiystil/img/line_vert.png);
    position: absolute;
    right: 5px;
    top: 25px;
}

.info_block_2 img, .info_block_2 .wp-block-media-text__media {
    width: 64px;
    height: 64px;
    margin-right: 16px;
}

.line_block {
    padding: 0;
}

.mb_line {
    margin-bottom: 8px;
}

.mt_line {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2C2828;
    margin-top: 0;
    padding: 0 7px;
}

.up_text {
    text-transform: uppercase;
}

.entry-content.container_700_center {
    max-width: 912px;
    margin: 0 auto;
}

.icon_block_footer {
    z-index: 1;
    width: 80px;
    position: fixed;
    right: 0;
    bottom: -25%;
    text-align: center;
    padding: 15px;
    transition: 0.5s all;
}

.icon_block_footer.up_fix {
    bottom: 30%;
}

.icon_block_footer > a {
    display: flow-root;
    box-shadow: 0 0 10px #ccc;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    transition: 0.3s all;
}

.icon_block_footer > a:hover {
    box-shadow: 0 0 20px #ccc;
}

@media (max-width: 1399px) {
    .info_block_container {
        padding: 7.5px 1.375em !important;
    }
}

@media (max-width: 1280px) {
    .adapt_col {
        padding: 66px 30px 64px 30px;
    }

    .adapt_col_left > .wp-block-group {
        right: -11.5%;
    }
}

@media (max-width: 1199px) {

    .line_vert:after {
        top: 19px;
    }

    .info_block_2 img, .info_block_2 .wp-block-media-text__media {
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 1em;
    }

    .info_block_container p {
        font-size: 12px;
    }

    .info_block_2 {
        grid-template-columns: 15% auto !important;
    }

    .adapt_col {
        padding: 66px 30px 64px 30px;
    }

    .adapt_col_left > .wp-block-group {
        right: -31.5%;
    }

}

@media (max-width: 991px) {
    .blue {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

    .adapt_col h1, .adapt_col h2, .adapt_col h3, .adapt_col h4, .adapt_col h5, .adapt_col h6, .adapt_col p, .adapt_col .wp-block-columns {
        max-width: 100%;
        color: #fff;
        margin: 0;
    }

    .blue .wp-block-media-text .wp-block-media-text__content {
        padding: 0 11% 0 12px;
    }

    .adapt_col .wp-block-columns {
        margin-top: 28px;
    }

    .blue .wp-block-media-text.alignwide.is-stacked-on-mobile {
        grid-template-columns: 8% auto !important;
        display: flex;
    }

    .wp-block-column.is-vertically-aligned-center.adapt_col .wp-block-column:not(:first-child) {
        margin: 0;
    }

    .info_block_container {
        padding: 0;
    }

    .line_vert:after {
        display: none;
    }

    .info_block_container {
        padding: 0 !important;
        flex-wrap: wrap !important;
        background-color: transparent !important;
    }

    .info_block_2 {
        grid-template-columns: 20% auto !important;
    }

    .info_block_container > .wp-block-column, .info_block_container > .wp-block-column:not(:first-child) {
        flex-basis: 44%;
        background: #bde6f8;
        margin: 7px;
        padding: 10px 0 10px 34px;
        border-radius: 4px;
    }

    .info_block_2 img, .info_block_2 .wp-block-media-text__media {
        width: 64px;
        height: 64px;
        margin-right: 8px;
    }

    .info_block_container > .wp-block-column > .info_block_2 {
        background-color: transparent !important;
    }

    .info_block_container p {
        font-size: 16px;
    }

    .light_wgite .cover_img {
        margin-left: 1em;
    }

    .adapt_col_left > .wp-block-group {
        width: 82%;
    }
}

@media (max-width: 690px) {

    .info_block_container > .wp-block-column, .info_block_container > .wp-block-column:not(:first-child) {
        padding: 10px 0 10px 15px;
    }

    .info_block_container p {
        font-size: 14px;
    }

}

@media (max-width: 600px) {

    .info_block_container > .wp-block-column > .info_block_2 {
        display: flex;
    }

    .info_block_container > .wp-block-column > .info_block_2 > .wp-block-media-text__content {
        padding: 0;
        width: 185px;
        white-space: normal;
    }

    .info_block_2 img, .info_block_2 .wp-block-media-text__media {
        margin-right: 20px;
    }

    .info_block_container > .wp-block-column, .info_block_container > .wp-block-column:not(:first-child) {
        padding: 10px 8% 10px 8%;
    }

    .blue {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 0px;
    }

    .adapt_col {
        padding: 24px;
        margin: 0 !important;
    }

    .adapt_col_left > .wp-block-group {
        width: 100%;
        right: auto;
    }

    .adapt_col h1, .adapt_col h2, .adapt_col h3, .adapt_col h4, .adapt_col h5, .adapt_col h6, .adapt_col p, .adapt_col .wp-block-columns {
        max-width: 100%;
        color: #fff;
        margin: 0;
    }

    .wp-block-column.border_block {
        margin: 0 0 20px 0;
    }
    .one_sub {
        width: 100%;
        font-size: 15px;
    }
    .adapt_col_left > .wp-block-group {
        margin: auto;
        position: relative;
        top: auto;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .light_wgite .cover_img {
        margin-left: 0;
        order: 1;
    }

    .wp-block-column.is-vertically-aligned-center.adapt_col.adapt_col_left {
        order: 2;
    }

}
ul, ol {
    margin: 1.5em 0 1.5em 0;
}

.free_delivery_text {
    font-size: 12px;
    color: #717171;
}

.container__breadcrumbs .rank-math-breadcrumb{
    padding:0;
}
.rank-math-breadcrumb p{
    gap: 0.6rem 0;
}
@media (max-width: 666px) {
    .container__breadcrumbs{
        padding: 0px 12px!important;
    }
    header.entry-header, h1.page-title{
        font-size: 26px ;
        padding: 12px;
    }
}