.disabled-link {
    pointer-events: none;
    cursor: default;
}


@font-face {
    font-family: 'Barnebok';
    src: url(fonts/Barnebok/BarnebokRegular.woff2) format("woff2"), url(fonts/Barnebok/BarnebokRegular.woff) format("woff"), url(fonts/Barnebok/BarnebokRegular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Barnebok';
    src: url(fonts/Barnebok/BarnebokMedium.woff2) format("woff2"), url(fonts/Barnebok/BarnebokMedium.woff) format("woff"), url(fonts/Barnebok/BarnebokMedium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Barnebok';
    src: url(fonts/Barnebok/BarnebokBold.woff2) format("woff2"), url(fonts/Barnebok/BarnebokBold.woff) format("woff"), url(fonts/Barnebok/BarnebokBold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Barnebok';
    src: url(fonts/Barnebok/BarnebokBlack.woff2) format("woff2"), url(fonts/Barnebok/BarnebokBlack.woff) format("woff"), url(fonts/Barnebok/BarnebokBlack.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

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

/* greek */
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(fonts/Commissioner/tDbw2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8m0aUXaexs.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* cyrillic */
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(fonts/Commissioner/tDbw2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8m0bkXaexs.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

.commissioner-regular {
    font-family: 'Commissioner', Sans-Serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
}

.commissioner-light {
    font-family: "Commissioner", Sans-Serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
}

.commissioner-med {
    font-family: "Commissioner", Sans-Serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
}

.commissioner-bold {
    font-family: "Commissioner", Sans-Serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "slnt" 0,
    "FLAR" 0,
    "VOLM" 0;
}


.barnebok-regular {
    font-family: 'Barnebok', sans-serif;
    font-weight: 400;
}

.barnebok-medium {
    font-family: 'Barnebok', sans-serif;
    font-weight: 500;
}

.barnebok-bold {
    font-family: 'Barnebok', sans-serif;
    font-weight: 700;
}

.barnebok-black {
    font-family: 'Barnebok', sans-serif;
    font-weight: 900;
}

/*18-15*/
.fs18 {
    font-size: clamp(0.9375rem, 0.6161rem + 0.4286vw, 1.125rem);
}

/*26-20 mob/tab menu*/
.fs26 {
    font-size: clamp(1.25rem, 1.25rem + 0.5004vw, 1.625rem);
}

/*15-13 for mobile/tablet body txt */
.fs15 {
    font-size: clamp(0.8125rem, 0.8125rem + 0.1668vw, 0.9375rem);
}

/*60-55*/
.fs60{font-size: clamp(3.4375rem, 2.9018rem + 0.7143vw, 3.75rem);}

/*22-20*/
.fs22{font-size: clamp(1.25rem, 1.0357rem + 0.2857vw, 1.375rem);}

/*30-27*/
.fs30{font-size: clamp(1.6875rem, 1.3661rem + 0.4286vw, 1.875rem);}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0
}

body.openMenu {
    overflow: hidden;
    height: 100%;
    position: relative
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

select optgroup {
    font-style: normal;
    font-weight: 400;
    font-family: 'Commissioner', sans-serif;
    color: #262626
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

/* Hide spinners for Chrome, Edge, and other WebKit browsers */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spinners for Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

body, html {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    color: #262626;
    letter-spacing: .02em;
    line-height: 1
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    color: #262626;
    margin: 0;
    padding: 0;
    line-height: 1
}

a {
    display: block;
    text-decoration: none;
    outline: none
}

a:focus {
    outline: none
}

img {
    display: block
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #FF6726 #FFFFFF
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #ffffff
}

::-webkit-scrollbar-thumb {
    background-color: #FF6726
}

figure {
    margin: 0;
    padding: 0
}

:focus {
    outline: none
}

.noscroll {
    overflow: hidden;
    position: relative;
    height: 100%
}

.wrapper-center {
    width: 100%;
    text-align: center
}

.wrapper-right {
    width: 100%;
    text-align: right
}

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

.animate {
    animation-name: fade;
    animation-duration: .4s
}

@keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.animate2 {
    animation-name: fade2;
    animation-duration: .4s
}

@keyframes fade2 {
    from {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

.animated {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scroll {
    0%{transform:translateY(0px)}
    30%{transform:translateY(-5px)}
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}


.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    opacity: 1 !important
}

.fadeInRight {
    opacity: 1 !important;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

img.lazy {
    transition: opacity .3s ease-in 0s;
    opacity: 0
}

img.lazy-loaded {
    transition: opacity .3s ease-in 0s;
    opacity: 1
}

img.lazy-loaded-fast {
    transition: opacity .1s ease-in 0s;
    opacity: 1
}

.cmslinks p:first-child {
    margin-top: 0
}

.cmslinks p:last-child {
    margin-bottom: 0
}

.cmslinks a {
    display: inline;
    color: #454545;
    text-decoration: underline;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.cmslinks a:hover {
    color: #FF6726;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.cmslinks strong, .cmslinks b {
    font-weight: 700
}

.cmslinks table {
    overflow-y: hidden;
    overflow-x: auto;
    display: table;
    width: 100% !important;
    border-collapse: collapse
}

.cmslinks table td, .cmslinks table th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left !important
}

.cmslinks table tr {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.cmslinks table tr:nth-child(even) {
    background-color: #f2f2f2
}

.cmslinks table tr:hover {
    background-color: #ddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.cmslinks table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: #fff
}

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

.cmslinks ol, .cmslinks ul {
    padding: 0 0 0 20px
}

.resetUl {
    margin: 0;
    padding: 0;
    list-style: none
}

.transitionEase100 {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.transitionEase400 {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.transitionEase700 {
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.transitionLinear500 {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset
}

input, textarea {
    -webkit-touch-callout: default !important;
    -webkit-user-select: text !important;
    user-select: text !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    font-family: 'Commissioner', sans-serif
}

select {
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    font-family: 'Commissioner', sans-serif
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.translateXLeft {
    opacity: 0;
    -moz-transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px)
}

.translateXRight {
    opacity: 0;
    -moz-transform: translateX(25px);
    -webkit-transform: translateX(25px);
    -o-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px)
}

.translateYTop {
    opacity: 0;
    -moz-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px)
}

.translateYBottom {
    opacity: 0;
    -moz-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

.translateYBottom40 {
    opacity: 0;
    -moz-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.opacity0 {
    opacity: 0
}

.blink_me {
    animation: blinker 2s linear infinite
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.bgNotFoundHor {
    background: url("../img/image-not-found.svg") 50% 50% no-repeat;
    background-size: cover;
}

.bgNotFoundVer {
    background: url("../img/image-not-found.svg") 50% 50% no-repeat;
    background-size: cover;
}

@media print {
    a, a:visited {
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    @media print {
        a[href]:after {
            content: none !important
        }
    }
}

.dialog_box {
    position: fixed;
    width: 270px;
    height: 180px;
    padding: 15px 20px;
    background-color: #fff;
    margin: auto;
    z-index: 6000;
    top: -500px;
    left: 0;
    right: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(55, 55, 55, .8);
    box-shadow: 1px 1px 5px 1px rgba(55, 55, 55, .8);
    border-bottom: 5px solid #262626
}

.dialog_box.open {
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -125px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.dialog_close {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer
}

.dialog_title {
    font: 700 clamp(0.95rem, 0.85vw, 1.063rem) / 1.2 Commissioner;
    color: #262626;
    text-transform: uppercase;
    border-bottom: 2px solid #262626;
    padding-bottom: 6px
}

.dialog_message {
    margin-top: 15px;
    font: 400 clamp(0.9rem, 0.781vw, 0.938rem) / 1.1 Commissioner;
    color: #262626;
    min-height: 82px;
}

.ok_button {
    font: 700 clamp(0.8rem, 0.781vw, 0.938rem) / 1 Commissioner;
    color: #000;
    display: inline-block;
    padding: 12px 5px 8px;
    background-color: #fff;
    width: 200px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.ok_button:hover {
    background-color: #4fb948;
    color: #fff;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

#myloader {
    font-size: 8px;
    margin: 40px auto 0;
    width: 1em;
    height: 1em;
    top: 35px;
    left: 50%;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    -webkit-animation: load10 1.3s infinite linear;
    animation: load10 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.dialog_prodbox {
    position: fixed;
    width: 380px;
    height: 342px;
    padding: 30px;
    background-color: #fff;
    margin: auto;
    z-index: 6000;
    top: -500px;
    left: 0;
    right: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-box-shadow: 1px 1px 5px 1px #a4a4a0;
    box-shadow: 1px 1px 5px 1px #a4a4a0;
    border-radius: 15px
}

.dialog_prodbox.open {
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -125px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.dialog_cart_title-container {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 20px
}

.dialog_cart_title {
    font-weight: 700;
    font-size: 17px;
    color: #262626;
    text-transform: uppercase;
    text-align: center
}

.dialog_prodclose {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.dialog_cart-inner {
    margin-top: 20px
}

.dialog_cart-info {
    width: 100%;
    padding-right: 15px
}

.dialog_cart-actions {
    width: 100%;
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px solid #e2e2e2;
    align-items: center
}

.dialog_cart-info-photo {
    width: 80px
}

.dialog_cart-info-photo figure {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #f4f4f4
}

.dialog_cart-info-photo figure img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    z-index: 5;
    background-color: #fff;
    overflow: hidden
}

.dialog_cart-info-contents {
    width: calc(100% - 80px);
    padding-left: 10px
}

.dialog_cart-info-title {
    font-size: 16px;
    font-weight: 700;
    color: #262626
}

.dialog_cart-info-code {
    margin-top: 10px;
    font-size: 14px;
    color: #747474;
    text-transform: uppercase
}

.dialog_cart-info-price {
    margin-top: 10px;
    align-items: center
}

.dialog_cart-quantity {
    font-size: 20px;
    color: #262626
}

.dialog_cart-price {
    margin-left: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #262626
}

#dialog_cart {
    width: 100%;
    background-color: #262626;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 0;
    text-align: center
}

#dialog_cart-continue {
    margin-top: 12px;
    width: 100%;
    background-color: #fff;
    font-size: 15px;
    font-weight: 700;
    color: #262626;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e2e2e2;
}

@media (min-width: 0px) and (max-width: 764px) {
    .dialog_prodbox {
        position: fixed;
        width: 300px;
        height: 320px;
        padding: 15px;
        background-color: #fff;
        margin: auto;
        z-index: 6000;
        top: -500px;
        left: 0;
        right: 0;
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
        -webkit-box-shadow: 1px 1px 5px 1px #262626;
        box-shadow: 1px 1px 5px 1px #262626;
    }

    .dialog_cart-info {
        width: 100%;
        padding-right: 0
    }

    .dialog_cart-actions {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .dialog_cart_title {
        font-weight: 700;
        font-size: 16px;
        color: #262626;
        text-transform: uppercase;
        max-width: none;
    }

    .dialog_prodclose {
        position: absolute;
        right: 6px;
        top: 6px;
        cursor: pointer
    }
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #cecece;
    border-radius: 50%;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    background: #e1a957
}

.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1
}

#markerLayer > :nth-child(2) {
    position: relative;
    display: block;
    background-color: #105d81;
    margin-top: 41px;
    margin-left: 20px;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    overflow: visible !important
}

#markerLayer > :nth-child(2) img {
    display: none
}

#markerLayer > :nth-child(2)::before, #markerLayer > :nth-child(2)::after {
    content: ' ';
    display: block;
    background-color: #105d81;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    opacity: 0
}

#markerLayer > :nth-child(2)::before {
    -webkit-animation: scaleMarker 2s infinite;
    animation: scaleMarker 2s infinite
}

#markerLayer > :nth-child(2)::after {
    -webkit-animation: scaleMarker 2s 1s infinite;
    animation: scaleMarker 2s 1s infinite
}

@-webkit-keyframes scaleMarker {
    from {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(5);
        transform: scale(5)
    }
}

@keyframes scaleMarker {
    from {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(5);
        transform: scale(5)
    }
}

@-webkit-keyframes heartbeat {
    0% {
        transform: scale(1)
    }
    20% {
        transform: scale(.75)
    }
    40% {
        transform: scale(1)
    }
    60% {
        transform: scale(.75)
    }
    80% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1)
    }
    20% {
        transform: scale(.75)
    }
    40% {
        transform: scale(1)
    }
    60% {
        transform: scale(.75)
    }
    80% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.figure-css {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.img-css {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .desktop-hidden {
        display: none !important
    }
}

@media (min-width: 765px) and (max-width: 1199px) {
    .tablet-hidden {
        display: none !important
    }
}

@media (min-width: 0px) and (max-width: 764px) {
    .mobile-hidden {
        display: none !important
    }

    html {
        height: 100vh
    }

    body {
        height: 100%
    }
}

@media ( hover: hover ) and ( pointer: fine ) {
    .contact-list li a:hover span {
        color: #d34609;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .cl-effect-7 a:hover,
    .cl-effect-7 a:focus {
        outline: none;
    }
    /* Effect 7: second border slides up */
    .cl-effect-7 a:hover::before,
    .cl-effect-7 a:hover::after,
    .cl-effect-7 a:focus::before,
    .cl-effect-7 a:focus::after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    .cl-effect-7 a:hover::after,
    .cl-effect-7 a:focus::after {
        top: 0%;
        opacity: 1;
    }
    .fewWords-container a:hover .see-all-btn {
        background-position: 97% 50%;
    }
    .social-list  li:hover img {
        -webkit-animation: toBottomFromTop 0.3s forwards;
        -moz-animation: toBottomFromTop 0.3s forwards;
        animation: toBottomFromTop 0.3s forwards;
    }

    .menu > li:hover > a > span,
    .menu > li:hover > div.submenu-title span,
    .menu > li > div.special-submenu-container .special-submenu > li:hover span {color: #d34609;}
    .footer-cms-list > li > a:hover, .footer-cms-list > li.footer_sel > a {color: #d34609;}
    .hover01 img {-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
    .hover01:hover img {-webkit-transform: scale(1.08);transform: scale(1.08);}
    .hover1 figure:hover::before{-webkit-animation:shine .75s;animation:shine .75s}

    .right-menu > li:hover img{transform: scale(1.2);}
    .all-categ-btn:after {
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }
    .all-categ-btn:hover,
    .all-categ-btn:active {
        background-color: #fff!important;
    }
    .all-categ-btn:hover,
    .all-categ-btn:active {
        background-color: #fff!important;
    }
    .front-productsCategories-container2 .all-categ-btn:hover{background-color: #F9F9F9!important;}
    .front-productsCategories-container2 .all-categ-btn:hover .see-all-btn{color:#262626!important;}
    .front-productsCategories-container3 .all-categ-btn:hover .see-all-btn{color:#d34609!important;}
    .all-categ-btn:hover:after,
    .all-categ-btn:active:after {width: 100%;}
    .contact-label-link:hover {color:#d34609;}
    .footer-info-link:hover figcaption {color: #d34609!important;}
    .breadcrumb-container li:hover a {color: #d34609;}
    /*.product-item:hover {-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);border: 1px solid #818181;}*/
    .product-item:hover figcaption{color:#d34609;}
    .cl-effect-3 span {
        padding: 8px 0;
    }

    .cl-effect-3 span::after {position: absolute;top: 100%;left: 0;width: 100%;
        height: 1px;background: #FFFFFF;content: '';opacity: 0;-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;-moz-transition: opacity 0.3s, -moz-transform 0.3s;transition: opacity 0.3s, transform 0.3s;-webkit-transform: translateY(0);-moz-transform: translateY(0);transform: translateY(0);}

    .cl-effect-3:hover span::after, .cl-effect-3 span:focus::after {opacity: 1;-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);transform: translateY(-5px);}
}