/*
Theme Name: Online Shop
Author: Riedl Fabian
Description: Danisfeuerwerk Online Shop
Template: colibri-wp
Version: 1.0
*/

:root {
    --primary-color: #000000;
    --fs-color-primary: #000000;
    --fs-color-secondary: #810303;
    --fs-color-success: #627D47;
    --fs-color-alert: #b20000;
    --fs-color-base: #4a4a4a;
    --fs-experimental-link-color: #810303;
    --fs-experimental-link-color-hover: #111;
}

.tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    --drawer-width: 300px;
}

.off-canvas .mfp-content.off-canvas-cart {
    --drawer-width: 360px;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1220px
}

.row.row-collapse {
    max-width: 1190px
}

.row.row-small {
    max-width: 1212.5px
}

.row.row-large {
    max-width: 1250px
}

#masthead {
    align-content: center;
    height: 85px;
    background-color: #4a4a4a;
}

.header-bottom {
    min-height: 10px
}

.header-top {
    min-height: 31px
}

.transparent .header-main {
    height: 30px
}

.transparent #logo img {
    max-height: 30px
}

.has-transparent + .page-title:first-of-type, .has-transparent + #main > .page-title, .has-transparent + #main > div > .page-title, .has-transparent + #main .page-header-wrapper:first-of-type .page-title {
    padding-top: 110px;
}

/*.header.show-on-scroll, .stuck .header-main {
    height: 70px !important
}*/

.stuck #logo img {
    max-height: 70px !important
}

.search-form {
    width: 60%;
}

.header-bg-color {
    background-color: rgba(0,0,0,0.9)
}

.header-bottom {
    background-color: #000000
}

.top-bar-nav > li > a {
    line-height: 16px
}

/*.stuck .header-main .nav > li > a {
    line-height: 50px
}*/

.header-bottom-nav > li > a {
    line-height: 29px
}

@media (max-width: 549px) {
    .header-main {
        height: 70px
    }

    #logo img {
        max-height: 85px
    }
}

ul {
    list-style: disc;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.sub-menu:hover .dropdown {
    width: 500px;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: #3d3d3d;
}

.nav .nav-dropdown {
    border-color: #3d3d3d
    
}

.nav-dropdown {
    border-radius: 5px
}

.nav-dropdown {
    font-size: 101%
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    border-bottom-color: #2b2b2b;
}

.sub-menu-shop {
    position: absolute;
    min-width: 200px;
}

.header-top {
    background-color: rgba(94,94,94,0.42) !important;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    color: #555555;
}

body {
    font-size: 90%;
}

@media screen and (max-width: 549px) {
    body {
        font-size: 90%;
    }
}

body {
    font-family: Montserrat, sans-serif;
}

.nav > li > a {
    font-family: Montserrat, sans-serif;
}

.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family: Montserrat, sans-serif;
}

.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: Montserrat, sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 400;
    font-style: normal;
}

.alt-font {
    font-family: "Dancing Script", sans-serif;
}

.alt-font {
    font-weight: 400 !important;
    font-style: normal !important;
}

.shop-page-title.featured-title .title-overlay {
    background-color: rgba(0,0,0,0.3);
}

@media screen and (min-width: 550px) {
    .products .box-vertical .box-image {
        min-width: 247px !important;
        width: 247px !important;
    }
}

.topbutton {
     height:50px;
     width:50px;
     position:fixed;
     right:5px;
     bottom:5px;
     Z-index:1;
     background-image:url("http://example.com/wp-content/uploads/2015/01/topbutton.png");
     background-repeat:no-repeat;
     display:none;
}

.absolute-footer,html {
    background-color: #4d4d4d;
}

html {
    background-color: #f9f9f9;
}

.logo {
    width: 166px;
    max-height: 85px;
}

.header-menu {
    color: #f1f1f1;
}

.nav-vertical-fly-out > li + li {
    border-top-width: 1px;
    border-top-style: solid;
}

.label-new.menu-item > a:after {
    content: "Neu";
}

.label-hot.menu-item > a:after {
    content: "Hot";
}

.label-sale.menu-item > a:after {
    content: "Aktion";
}

.label-popular.menu-item > a:after {
    content: "Beliebt";
}

.header .menu-item {
    font-weight: bold;
}

.header .menu-item.active .menu-link {
    color: rgba(0, 0, 0, 0.5);
}

.header .menu-item.active .menu-link:hover {
    text-decoration: none;
}

.header .menu-item .menu-link {
    color: rgba(255, 255, 255, 0.8);
}

.header .menu-item .menu-link:hover {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.6);
}

.colibri {
    height: auto;
    min-height: unset;
    color: #FFFFFF;
    background-position: center center;
    background-size: cover;
    background-image: url(https://www.danisfeuerwerk.at/wp-content/uploads/2020/08/cropped-Feuerwerk-10.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
}

.background-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
    overflow: hidden;
}

.background-layer-media-container {
    display: none;
}

.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.header .flex-row {
    height: 100%;
}

.menu {
    padding-top: 10px;
    font-size: 200%;
}

.svg-inline--fa {
    width: 8px;
    height: 13px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: middle;
    line-height: 100%;
    padding-right: 5px;
    padding-left: 5px;
    color: black;
}

.menu-footer {
    font-size: 125%;
}

.ul li {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-top-width: 0px;
    border-top-style: none;
    border-right-width: 0px;
    border-right-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgba(128, 128, 128, .2);
    border-bottom-style: solid;
    border-left-width: 0px;
    border-left-style: none;
    background-color: rgb(255, 255, 255);
    background-image: none; 
}

.sub-menu-shop{
    background-color: #ffffff;
    background-image: none;
    margin-right: 5px;
    margin-left: 5px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
}

.sub-menu{
    display: none;
}

.sub-menu:hover{
    display: block;
    z-index: 99;
    margin-top: 40px;
}

.current-menu-parent:hover ul.sub-menu{
    display: block;
    z-index: 99;
    margin-top: 40px;
}

.menu-item-has-children:hover ul.sub-menu{
    display: block;
    z-index: 99;
    margin-top: 350px;/*30*/
}

.woocommerce-product-gallery {
    opacity: 1 !important;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-color {
    color: var(--wp--preset--color--primary) !important;
}

.has-secondary-color {
    color: var(--wp--preset--color--secondary) !important;
}

.has-success-color {
    color: var(--wp--preset--color--success) !important;
}

.has-alert-color {
    color: var(--wp--preset--color--alert) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-background-color {
    background-color: var(--wp--preset--color--primary) !important;
}

.has-secondary-background-color {
    background-color: var(--wp--preset--color--secondary) !important;
}

.has-success-background-color {
    background-color: var(--wp--preset--color--success) !important;
}

.has-alert-background-color {
    background-color: var(--wp--preset--color--alert) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-primary-border-color {
    border-color: var(--wp--preset--color--primary) !important;
}

.has-secondary-border-color {
    border-color: var(--wp--preset--color--secondary) !important;
}

.has-success-border-color {
    border-color: var(--wp--preset--color--success) !important;
}

.has-alert-border-color {
    border-color: var(--wp--preset--color--alert) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-site-blocks > .alignleft {
    float: left;
    margin-right: 2em;
}

.wp-site-blocks > .alignright {
    float: right;
    margin-left: 2em;
}

.wp-site-blocks > .aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

.is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex > :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid > :is(*, div) {
    margin: 0;
}

body {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-top: calc(0.667em + 2px);
    padding-right: calc(1.333em + 2px);
    padding-bottom: calc(0.667em + 2px);
    padding-left: calc(1.333em + 2px);
    text-decoration: none;
    text-transform: inherit;
}

:root {
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122,0,223;
    --wp-bound-block-color: var(--wp-block-synced-color);
    --wp-editor-canvas-background: #ddd;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0,124,186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0,107,160.5;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0,90,135;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.wp-element-button {
    cursor: pointer
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg,#faaca8,#dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg,#fafae1,#67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg,#fdd79a,#004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg,#330968,#31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg,#020381,#2874fc)
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

.has-fit-text {
    white-space: nowrap !important
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        background-color: #ddd;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

.style-647 {
    font-family: "Homemade Apple";
    font-weight: 400;
    font-size: 33px;
    color: rgb(0, 0, 0);
}

.style-392 p {
    font-family: "Homemade Apple";
    font-weight: 400;
    font-size: 1.2em;
}

.style-194-icon {
    fill: rgb(255, 165, 0);
    width: 100px;
    height: 100px;
    border-width: 2px;
    border-color: rgb(247, 144, 7);
    border-style: none;
    border-radius: 300px;
    padding: 11px;
}

#colibri .style-488-icon {
    fill: rgb(255, 165, 0);
    width: 40px;
    height: 40px;
    border-top-width: 2px;
    border-top-color: rgb(255, 165, 0);
    border-top-style: solid;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    border-right-width: 2px;
    border-right-color: rgb(255, 165, 0);
    border-right-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(255, 165, 0);
    border-bottom-style: solid;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    border-left-width: 2px;
    border-left-color: rgb(255, 165, 0);
    border-left-style: solid;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.style-492 {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: Open Sans;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    background-color: rgb(255, 165, 0);
    background-image: none;
    border-top-width: 2px;
    border-top-color: rgb(255, 165, 0);
    border-top-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-right-width: 2px;
    border-right-color: rgb(255, 165, 0);
    border-right-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(255, 165, 0);
    border-bottom-style: solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left-width: 2px;
    border-left-color: rgb(255, 165, 0);
    border-left-style: solid;
    transition-duration: 0.5s;
    text-align: center;
}

.style-664 {
    text-align: center;
    background-color: rgb(255, 165, 0);
    background-image: none;
    font-family: Open Sans;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    border-top-width: 2px;
    border-top-color: rgb(255, 165, 0);
    border-top-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-right-width: 2px;
    border-right-color: rgb(255, 165, 0);
    border-right-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(255, 165, 0);
    border-bottom-style: solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left-width: 2px;
    border-left-color: rgb(255, 165, 0);
    border-left-style: solid;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
}

.style-651 {
    transition-duration: 0.5s;
}

.style-651-icon {
    fill: rgb(255, 165, 0);
    width: 40px;
    height: 40px;
    border-top-width: 2px;
    border-top-color: rgb(255, 165, 0);
    border-top-style: solid;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-right-width: 2px;
    border-right-color: rgb(255, 165, 0);
    border-right-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(255, 165, 0);
    border-bottom-style: solid;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-left-width: 2px;
    border-left-color: rgb(255, 165, 0);
    border-left-style: solid;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.sidebar-search {
    padding-left: 45px;
    padding-right: 45px;
    max-width: 250px;
}

.row.category-page-row.box {
    max-width: none;
}

.row .container {
    margin: 0;
    max-width: none;
}

ul.sub-menu {
    list-style: none;
    position: absolute;/*fixed*/
    width: auto;
    min-width: 200px;
    right: 0px;
}

li.menu-item a {
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    color: inherit;
    position: relative;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
}

ul.sub-menu li.menu-item {
    /*padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;*/
    border-top-width: 0px;
    border-top-style: none;
    border-right-width: 0px;
    border-right-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgba(128, 128, 128, .2);
    border-bottom-style: solid;
    border-left-width: 0px;
    border-left-style: none;
    background-color: darkgray;
    background-image: none;
}

ul.sub-menu li.menu-item:hover {
    background-color: rgb(84, 194, 244);
}

.price .amount bdi {
    color: #03a9f4;
}

.ui-slider-handle, .ui-slider-range, .button {
    background-color: #03a9f4;
    background-image: none;
    border-top-width: 0px;
    border-top-color: #03a9f4;
    border-top-style: solid;
    border-right-width: 0px;
    border-right-color: #03a9f4;
    border-right-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: #03a9f4;
    border-bottom-style: solid;
    border-left-width: 0px;
    border-left-color: #03a9f4;
    border-left-style: solid;
}

.search-field {
    outline: 0;
    background-color: #fff;
    border-color: #1c86f2;
    -webkit-box-shadow: 0 0 0 1px #1c86f2 inset;
    box-shadow: 0 0 0 1px #1c86f2 inset;
}

.search-field:hover {
    box-shadow: 0 0 0 1px black inset;
}

.style-516 {
    text-align: center;
    height: auto;
    min-height: unset;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    background-image: none;
}

.products{
    margin-right: 15px;
}

#colibri .style-527 {
    text-align: center;
    height: auto;
    min-height: unset;
}

#colibri .style-508 .h-contact-form-shortcode [type="submit"], #colibri .style-508 .h-contact-form-shortcode .forminator-button-submit {
    background-color: rgb(255, 165, 0);
    background-image: none;
    color: #f6f8fa;
    padding-top: 10px;
    padding-right: 60px;
    padding-bottom: 10px;
    padding-left: 60px;
    margin-left: 0;
    margin-right: auto;
    font-size: 16px;
    border-top-width: 0px;
    border-top-style: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-right-width: 0px;
    border-right-style: none;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left-width: 0px;
    border-left-style: none;
    max-width: 200px;
}

#custom{
    padding-right: 0;
    padding-left: 0;
}

/*.h-row.justify-content-lg-center.justify-content-md-center.justify-content-center.align-items-lg-stretch.align-items-md-stretch.align-items-stretch.gutters-col-lg-2.gutters-col-md-2.gutters-col-0.gutters-col-v-lg-2.gutters-col-v-md-2.gutters-col-v-2 {
    display: block;
}*/

/*.h-row.justify-content-lg-center.justify-content-md-center.justify-content-center.align-items-lg-stretch.align-items-md-stretch.align-items-stretch.gutters-col-lg-0.gutters-col-md-0.gutters-col-2.gutters-col-v-lg-0.gutters-col-v-md-0.gutters-col-v-2 {
    display: -webkit-inline-box;
}*/

@media(max-width:767px){
  .products li.type-product {
  max-width: 41% !important;
  }
}

#colibri.woocommerce-page .content .h-section .comment-form-rating .stars a, #colibri.woocommerce .content .h-section .comment-form-rating .stars a {
    color: #03a9f4;
}

@media(max-width:767px){
    .woocommerce-page .h-section, .woocommerce .h-section {
    padding-left: 45px;
    padding-right: 45px;
    }
}

.woocommerce-page .content .h-section h2, .woocommerce-page .content .h-section h3, .woocommerce .content .h-section h2, .woocommerce .content .h-section h3{
    font-family: Muli, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    color: #3C424F;
}

.woocommerce-page .content .h-section h2, .woocommerce .content .h-section h2{
    line-height: 2.25rem;
}

.woocommerce-page .single-product .product {
    background-color: #ffffff;
    border: 1px solid #e0e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1rem;
    margin-bottom: 50px;
}

@media (min-width: 1024px) {
    .woocommerce-page .single-product .product {
        padding: 3rem;
    }
}

.content .h-section .ui-slider-range:hover, .content .h-section .ui-slider-range:focus, .content .h-section .ui-slider-range:active, .content .h-section .ui-slider-range:hover, .content .h-section .ui-slider-range:focus, .content .h-section .ui-slider-range:active, .content .h-section .ui-slider-handle:hover, .content .h-section .ui-slider-handle:focus,  .content .h-section .ui-slider-handle:active, .content .h-section .ui-slider-handle:hover, .content .h-section .ui-slider-handle:focus {
    background-color: rgb(2, 110, 159);
    background-image: none;
    border-top-width: 0px;
    border-top-color: rgb(2, 110, 159);
    border-top-style: solid;
    border-right-width: 0px;
    border-right-color: rgb(2, 110, 159);
    border-right-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: rgb(2, 110, 159);
    border-bottom-style: solid;
    border-left-width: 0px;
    border-left-color: rgb(2, 110, 159);
    border-left-style: solid;
}

li.header-search-form.search-form.html.relative.has-icon {
    display: block;
}

div#portfolio {
    background-color: white !important;
}

div#overlappable {
    background-color: white;
}

.style-190.style-local-62-c1.position-relative {
    margin-top: 75px;
}

div#product-sidebar {
    padding: 0;
}

li.product.type-product p {
    margin: 0;
}

h1.product_title.entry-title{
    display: none;
}

div#portfolio {
    padding-left: 0;
    padding-right: 0;
}

a.wpmenucart-contents {
    margin-left: 20px;
}

.custom-loop-excerpt{
    display: none;
}

/*p.wc-gzd-additional-info.delivery-time-info.wc-gzd-additional-info-loop {
    display: none;
}*/

#colibri .style-588 {
    height: auto;
    color: #FFFFFF;
    background-color: #FFFFFF;
    background-position: center center;
    background-size: cover;
    background-image: url(https://www.danisfeuerwerk.at/wp-content/uploads/2020/08/cropped-Feuerwerk-11.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
}

button#top-link {
    margin-bottom: 100px;
}

.title-text{
    color: white !important;
}

.header-inner.flex-row.container.logo-left.medium-logo-center {
    height: 85px;
}

@media screen and (max-width: 549px){
    ul.mobile-nav a.wpmenucart-contents {
        display: grid;
    }
}
@media screen and ((min-width: 768px)){
    ul.mobile-nav a.wpmenucart-contents {
        display: block;
    }
}

.menu-button-holder{
    /*position: fixed;
    width:90%;*/
    display: inline-grid;
}   

.hamburger{
    display:block;
    float: right;
    z-index: 1;
    top:0;
    /* margin-bottom: 20px; */
    padding: 10px;
}

#header-menu{
    height: 100%;
    width: 0%;
    background-color: black;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* padding-top: 50px; */
    transition: 0.5s;
    overflow-x: hidden;
    background: gray;
}

.header-menu a{
    padding: 8px 32px 8px 32px;
    text-decoration: none;
    font-size:20px;
    color: #fff;
    display: block;

}

.header-menu a:hover{
    color: #868686;
}

#header-menu ul.nav.nav-center.nav-small.mobile-nav.nav-divided.header-menu {
    display: block;
}

#header-menu .menu-item {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 150%;
    border-top-style: solid;
}

#header-menu .menu-item-has-children {
    display: flex;
}

#header-menu ul.sub-menu {
    margin-top: 50px;/*400px*/
    /*left: -5%;/*10%;*/
    top: 0;;
    width: stretch;/*110%;*/
}

#header-menu-close{
    height: 100%;
    width: 25%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    transition: 0.5s;
    overflow-x: hidden;
    background: transparent;
    display: none;
}

#header-menu ul.header-nav {
    width: 150%;
    left: 6%;
}

#header-menu .menu-item-home {
    margin-left: 7px !important;
}

#header-menu .nav li.menu-item-has-children:last-child {
    margin-right: 7px !important;
}

#header-menu .header-nav li:last-child {
    margin-right: 0 !important;
}

#header-menu .nav>li>a {
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    display: flex;
}

#header-menu li.menu-item-has-children a {
    width: 100%;
}

#header-menu li>svg {
    height: 20px;
    width: 20px;
    padding-left: 30%;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 5px;
}

.quantity input[type=number] {
  width: 60px;
  text-align: center;
  font-size: 16px;
}

.quantity .plus,
.quantity .minus {
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  /*width: 30px;*/
  height: auto;
  font-size: 15px;
  cursor: pointer;
  margin-right: 0;
  margin-bottom: 0.75em;
  padding: 0 1em;
}

.quantity .plus:hover,
.quantity .minus:hover {
  background: #e0e0e0;
}

/* Hide default arrows in number input */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .quantity{
    margin-left: 10px !important;
}

.mobile-nav .header-cart-link.nav-top-link.is-small {
    font-size: large;
}

#logo{
    opacity: 1 !important;
    visibility: visible !important;
}

html { 
    margin-top: 0 !important; 
}
body.admin-bar { 
    margin-top: 0px !important; 
}

/*Without woocommerce*/

/*section.related.products {
        margin-bottom: 0;
        margin-top: 900px;
    }
    ul.products.columns-4 {
        margin-top: 0 !important;
    }*/

/*div#sidebar{
    display: none;
}*/