/*!
Theme Name: Krea Design
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: krea-design
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 with others.

Krea Design is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

/**
 * 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;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 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: 'Nunito', sans-serif;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * 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: 'Nunito', sans-serif;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * 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: 'Nunito', sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

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

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

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

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 {
    border-color: #aaa #bbb #bbb;
}

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 #ccc;
    border-radius: 3px;
    padding: 3px;
}

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: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

[type=checkbox],
[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: top;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1.5rem !important;
    width: 1.5rem !important;
    color: #cc110c;
    background-color: #fff !important;

    border: 1px solid #6b7280;
}

[type=checkbox]:disabled,
[type=radio]:disabled {
    cursor: not-allowed;
    background: #ccc;
}

[type=checkbox]:disabled+label,
[type=radio]:disabled+label {
    cursor: not-allowed;
}

[type=checkbox] {
    border-radius: 0
}

[type=radio] {
    border-radius: 100% !important;
}

[type=checkbox]:focus,
[type=radio]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #cc110c;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    border-color: #6b7280
}

[type=checkbox]:checked,
[type=radio]:checked {
    border-color: transparent;
    background-color: currentColor !important;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

[type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

[type=checkbox]:checked:focus,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus,
[type=radio]:checked:hover {
    border-color: transparent;
    background-color: currentColor
}

[type=checkbox]:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

[type=checkbox]:indeterminate:focus,
[type=checkbox]:indeterminate:hover {
    border-color: transparent;
    background-color: currentColor
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
    text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
    opacity: 0.9;
    outline: 0;
    text-decoration: none;
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

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

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

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

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

.lang-selector a {
    color: #cb0502 !important;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
    margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Container CSS
--------------------------------------------------------------*/

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100% !important;
    padding-right: var(--bs-gutter-x, 0.75rem) !important;
    ;
    padding-left: var(--bs-gutter-x, 0.75rem) !important;
    ;
    margin-right: auto !important;
    ;
    margin-left: auto !important;
    ;
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px !important;
    }
}

@media (min-width: 1400px) {
    .container-lg {
        max-width: 1220px !important;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# WooCommerce Collection CSS
--------------------------------------------------------------*/
.d-flex {
    display: flex;
}

select#selectcatwrappar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0 none;
    color: #555;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%20202000'><polygon points='0,0 100,0 50,50'/></svg>");
    border-left: 1px solid #000;
    width: max-content;
    background-size: 10px;
    background-position: calc(100% - 15px) 12px;
    background-repeat: no-repeat;
    padding-right: 30px;
    padding-left: 20px;
}

.filter-select {
    display: flex;
    align-items: center;
    width: 100%;
}

.tagswrappar {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    height: 40px;
    align-items: center;
}

.fiterselectwrappar {
    display: flex;
    justify-content: space-between;
}

.tagswrappar li {
    margin-right: 25px;
}

.tagswrappar li a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
}

.page-title h1 {
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

.tagswrappar li span {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    top: -7px;
}

.tagswrappar li:not(:last-child) {
    border-right: 1px solid #000;
    padding-right: 20px;
}

/* .woocommerce ul.products li.product:nth-child(4n), .woocommerce-page ul.products li.product:nth-child(4n) {
    margin: 0;
} */
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    display: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, 23.5%);
    grid-gap: 2rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none;
    margin: 0 0 9px 0;
    width: 100%;
}

.pagewrappar.bespok h4 {
    text-transform: uppercase;
    font-size: 22px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h4,
.spln-cstm {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 0;
    font-weight: 300;
}

.filter-strip {
    margin: 45px 0;
    background: rgba(0, 0, 0, 0.05);
    padding: 6px 0;
}

.activefilter {
    font-weight: 600 !important;
}

.title-collection {
    font-weight: 600;
}

.pl-30 {
    padding-left: 30px !important;
}

@supports (position: sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 112px;
        z-index: 1020;
    }
}

.colori_struttura,
.colori_elementi {
    padding: 0;
    margin: 0;
    list-style: none;
}

.colori_struttura li,
.colori_elementi li {
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.colori_struttura li img,
.colori_elementi li img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.main-product-slider {
    width: 100%;
    position: relative;
}

.main-product-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-product-slider.slideshow ul.slides li {
    position: absolute !important;
}

.main-product-slider ul.flex-direction-nav {
    position: absolute !important;
    top: 0;
    z-index: 999;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    padding: 0 20px;
}

.main-product-slider ul.flex-direction-nav li a {
    pointer-events: all;
    font-size: 0;
}

.main-product-slider ul.flex-direction-nav li a.flex-prev::before {
    content: " ";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}

.flex-viewport {
    overflow: hidden;
    position: relative;
}

.main-product-slider ul.flex-direction-nav li a.flex-next::before {
    content: " ";
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}

.namewrappar {
    text-transform: uppercase;
    font-size: 40px;
    color: #3f3f3f;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

.descwrappar {
    margin-bottom: 3em;
    font-size: 18px;
}

.wrapDesign {
    padding: 2em 0 4em 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    margin: 0;
    font-size: 18px;
}

.defaulttext_left,
.brondk-text {
    margin: 50px 0;
}

.defaulttext_left .tiny-box {
    margin-bottom: -4px;
}

.codice_fildswrappar {
    margin-top: 1.35em;
}

.data-table {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.product_spacification_ {
    margin-bottom: 25px;
    margin-top: 6em;
}

.product-table {
    border: 0 !important;
    margin-bottom: 0;
    margin-top: 3.35em;
}

.product-table>tbody>tr:first-child>td:first-child img {
    max-height: 200px;
    width: auto;
}

.sub-tb-tr img {
    max-height: 70px;
    width: auto;
}

.product-table table {
    margin-top: 24px;
}

.product-table table img {
    max-width: 70px;
    height: auto;
}

.product-table table td span {
    min-height: 29px;
    display: flex;

    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

.product-table td {
    border: 0;
    padding: 6px 0;
    color: #000;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
}

.product-table .bottom-text td {
    text-align: left;
}

.push-text-84 {
    text-indent: 35%;
    white-space: nowrap;
}

.custom-dtable .product-table .sub-tb-tr p {
    margin-top: 21px;
    margin-bottom: 0;
}

.custom-dtable .product-table a {
    pointer-events: none;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.custom-dtable .product-table table td {
    text-align: initial;
}

.product-table>tbody>tr>td:first-child {
    padding-top: 30px;
}

.product-table tbody {
    border: 0 !important;
}

.product-table thead {
    border-bottom: 1px solid #ccc !important;
    height: 66px;
}

.product-table th {
    padding-top: 15px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
}

.product-table th:first-child {
    text-align: left;
    font-size: 21px;
    font-weight: 400;
    padding: 0;
}

.sub-tb-tr td:first-child {
    vertical-align: top;
}

.codice_fildswrappar tbody tr:first-child td:first-child {
    vertical-align: bottom;
}

.codice_fildswrappar tbody tr:first-child td:first-child div {
    float: none;
}

.codice_fildswrappar tbody tr:nth-of-type(2) td {
    padding-top: 36px;
}

.codice_fildswrappar td div {
    min-height: 29px;
    white-space: nowrap;
}

.bulb-icon,
.lamp-icon {
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.bulb-icon {
    background-image: url(assets/img/bulb-icon.png);
    width: 20px;
    height: 30px;
}

.lamp-icon {
    background-image: url(assets/img/lamp-icon.png);
    width: 16px;
    height: 40px;
}

.codice_fildswrappar td {
    color: #000;
    padding: 6px;
}

.codice_fildswrappar tbody tr:first-child {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 66px;
}

.codice_fildswrappar tbody tr:first-child td div {
    font-weight: 600;
    text-align: center;
    float: left;
    white-space: nowrap;
}

.codice_fildswrappar tbody tr td:first-child {

    text-align: center;

}

.sec-codice span,
.tiny-box {
    border: 1px solid #00000080;
    width: 20px;
    height: 20px;
    display: inline-block;
    white-space: nowrap;
    margin: 0 5px;
}

.location h4 {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    text-align: center;
    font-size: 18px;
}

.download-sec {
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0;
}

.downlodwrappar-btns {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #eaeaea;
}

.dwonlod {
    margin: 0;
    list-style: none;
    padding: 40px 0;
    display: flex;
    align-items: center;
}

.dwonlod li:not(:last-child) {
    margin-right: 60px;
}

.dwonlod li a {
    color: #000000;
    font-size: 16px;
    padding: 0 25px 6px 0;
    border-bottom: 1px solid #A9A9A9;
    position: relative;
}

.dwonlod li a::after {
    content: '';
    border-right: 1px solid #A9A9A9;
    position: absolute;
    right: 0;
    height: 8px;
    bottom: 0;
}

.dwonlod li a svg {
    transform: rotate(-40deg);
    position: relative;
    top: 7px;
    right: -7px;
}

.slidecontactfordiv {
    background: #404040;
}

.clickcontactform {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 20px 0;
}

.clickcontactform::after {
    content: " + ";
    font-size: 30px;
    margin-left: 50px;
}

.clickcontactform {
    transition: 0.3s;
}

.clickcontactform:focus,
.clickcontactform:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.slidecontact {
    background: #ebebeb;
    padding: 50px 0;
}

.slidecontact .wpcf7-form-control:not(.wpcf7-acceptance) {
    width: 100%;
    margin-bottom: 25px;
    padding: 15px 15px;
    background: transparent;
}

.slidecontact .wpcf7-list-item {
    margin: 0;
}



#Invia {
    margin-top: 30px;
    font-size: 18px;
    width: auto;
    padding: 20px 50px;
    font-weight: bold;
    text-transform: uppercase;
    background: #e5e5e6;
}

.related-products {
    padding: 50px 0 15px;
}
.related.products .products{display: flex;-webkit-justify-content: unset;
        justify-content: unset;grid-gap:unset;}
.onsale {
    display: none;
}

.woocommerce-loop-product__title {
    color: #000;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

.socicon {
    background: transparent !important;
}

.pro-sidebar h3 {
    color: #000;
    font-size: 18px;
}

.colori_struttura p,
.colori_elementi p {
    margin: 0;
    margin-left: 10px;
}

.colori_struttura {
    margin-bottom: 050px;
}

.woocommerce ul.products li.product a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.on-overlay {
    position: relative;
}

.on-overlay span {
    opacity: 0;
    background: rgba(0, 0, 0, 0.5) url("https://www.kreadesign.it/test/wp-content/uploads/2022/05/plus.png") center center no-repeat;
    background-size: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 150ms ease;
    -moz-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
}

.woocommerce ul.products li.product a:hover .on-overlay span {
    opacity: 1;
}

/*--------------------------------------------------------------
# Responsive CSS
--------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, 23.2%);
        grid-gap: 2rem;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}


@media (min-width: 1025px) and (max-width: 1199px) {

    .namewrappar {
        font-size: 35px;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, 31.3%);
        grid-gap: 2rem;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

}


@media (min-width: 992px) and (max-width: 1024px) {
    .namewrappar {
        font-size: 35px;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, 31%);
        grid-gap: 2rem;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}


@media (min-width: 769px) and (max-width: 991px) {

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, 30.05%);
        grid-gap: 3rem;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .namewrappar {
        font-size: 35px;
    }

    .dwonlod {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .dwonlod li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .pro-details {
        display: flex;
    }

    .colori_strutturafullwrappar {
        margin-right: 50px;
    }

    .filter-select {
        display: none;
    }

    .tagswrappar {
        overflow: scroll;
    }

    .tagswrappar li {
        white-space: nowrap;
    }

    .product-table,
    .codice_fildswrappar {
        display: none;
    }

    .pl-30 {
        padding-left: 15px !important;
    }

    .wrapDesign {
        margin-bottom: 25px;
    }

    .main-product-slider {
        margin-bottom: 30px;
    }

    .social-icons-lists {
        text-align: left !important;
    }
}


@media (min-width: 632px) and (max-width: 768px) {

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, 47.8%);
        grid-gap: 0rem;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
    }

    .namewrappar {
        font-size: 35px;
    }

    .dwonlod {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .dwonlod li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .pro-details {
        display: flex;
    }

    .colori_strutturafullwrappar {
        margin-right: 50px;
    }

    .filter-select {
        display: none;
    }

    .tagswrappar {
        overflow: scroll;
    }

    .tagswrappar li {
        white-space: nowrap;
    }

    .product-table,
    .codice_fildswrappar {
        display: none;
    }

    .pl-30 {
        padding-left: 15px !important;
    }

    .wrapDesign {
        margin-bottom: 25px;
    }

    .main-product-slider {
        margin-bottom: 30px;
    }

    .social-icons-lists {
        text-align: left !important;
    }
}


@media (min-width: 481px) and (max-width: 631px) {

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, 47.2%);
        grid-gap: 0rem;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
    }

    .namewrappar {
        font-size: 35px;
    }

    .dwonlod {
        display: grid;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .dwonlod li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .pro-details {
        display: flex;
    }

    .colori_strutturafullwrappar {
        margin-right: 50px;
    }

    .filter-select {
        display: none;
    }

    .tagswrappar {
        overflow: scroll;
    }

    .tagswrappar li {
        white-space: nowrap;
    }

    .product-table,
    .codice_fildswrappar {
        display: none;
    }

    .pl-30 {
        padding-left: 15px !important;
    }

    .wrapDesign {
        margin-bottom: 25px;
    }

    .main-product-slider {
        margin-bottom: 30px;
    }

    .two-column-menu .menu {
        display: block !important;
        width: 100% !important;
    }

    footer ul li:not(footer ul li .sub-menu li):not(#menu-menu-footer-lighting-world li) {
        margin-bottom: 20px;
    }

    .social-icons-lists {
        text-align: left !important;
    }
}


@media (min-width: 300px) and (max-width: 480px) {

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, 100%);
        grid-gap: 0rem;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
    }

    .namewrappar {
        font-size: 35px;
    }

    .dwonlod {
        display: grid;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .two-column-menu .menu {
        display: block !important;
        width: 100% !important;
    }

    footer ul li:not(footer ul li .sub-menu li):not(#menu-menu-footer-lighting-world li) {
        margin-bottom: 20px;
    }

    .social-icons-lists {
        text-align: left !important;
    }

    .dwonlod li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .filter-select {
        display: none;
    }

    .tagswrappar {
        overflow: scroll;
    }

    .tagswrappar li {
        white-space: nowrap;
    }

    .product-table,
    .codice_fildswrappar {
        display: none;
    }

    .pl-30 {
        padding-left: 15px !important;
    }

    .wrapDesign {
        margin-bottom: 25px;
    }

    .main-product-slider {
        margin-bottom: 30px;
    }
}


@media (min-width: 200px) and (max-width: 299px) {

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, 100%);
        grid-gap: 0rem;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
    }

    .pl-30 {
        padding-left: 15px !important;
    }

    .wrapDesign {
        margin-bottom: 25px;
    }

    .main-product-slider {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .col-lg-8_5 {
        width: 70.667% !important;
    }

    .col-lg-4_5 {
        width: 29.333% !important;
    }
}