@import url("https://fonts.googleapis.com/css2?family=Teko:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap");

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    -webkit-box-sizing: content-box;
    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: monospace, monospace;
    /* 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 */
    -webkit-text-decoration: underline dotted;
    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: monospace, monospace;
    /* 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: inherit;
    /* 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 {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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;
}

/* Layout */
/* Screen sizes */
/* Colors */
/* Fonts */
/* Font sizes */
/* Transitions */
/* Others */
#index #panel-news .more a,
.btn {
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    border-radius: 0;
    padding: 1.2rem 2rem 0.8rem;
}

#index #panel-news .more a:hover,
.btn:hover,
#index #panel-news .more a:focus,
.btn:focus {
    -webkit-transform: none;
    transform: none;
    outline: none !important;
}

#index #panel-news .more a:active,
.btn:active,
#index #panel-news .more a:active:focus,
.btn:active:focus {
    background-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#index #panel-news .more a .goin,
.btn .goin {
    background: transparent;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
    width: inherit;
    padding: 0;
    margin: inherit;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

#index #panel-news .more a .goin:after,
.btn .goin:after {
    content: '\f178';
}

#index #panel-news .more a .goin:hover,
.btn .goin:hover {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
}

a:not(.btn) .goin {
    position: relative;
}

a:not(.btn) .goin:before {
    content: '';
    background-color: #fe6500;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    border-radius: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

a:not(.btn) .goin:hover:before {
    height: 100%;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

#index #panel-news .more a,
.btn.btn-primary {
    position: relative;
    display: inline-block;
    color: #fe6500;
    background-color: transparent;
    border: solid 2px #fe6500;
}

#index #panel-news .more a:before,
.btn.btn-primary:before {
    border-radius: -2px;
}

#index #panel-news .more a:hover,
.btn.btn-primary:hover,
#index #panel-news .more a:focus,
.btn.btn-primary:focus {
    color: #fff;
    border-color: #fe6500;
    background-color: #fe6500;
}

#index #panel-news .more a:hover .goin,
.btn.btn-primary:hover .goin,
#index #panel-news .more a:focus .goin,
.btn.btn-primary:focus .goin {
    color: #fff;
}

#index #panel-news .more a .goin,
.btn.btn-primary .goin {
    color: #fe6500;
    background-color: transparent;
}

/* Spacing classes */
.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 2.5rem;
}

.mt-2 {
    margin-top: 5rem;
}

.mt-3 {
    margin-top: 10rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: 5rem;
}

.mb-3 {
    margin-bottom: 10rem;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 2.5rem;
}

.ml-2 {
    margin-left: 5rem;
}

.ml-3 {
    margin-left: 10rem;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 2.5rem;
}

.mr-2 {
    margin-right: 5rem;
}

.mr-3 {
    margin-right: 10rem;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 2.5rem;
}

.pt-2 {
    padding-top: 5rem;
}

.pt-3 {
    padding-top: 10rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 2.5rem;
}

.pb-2 {
    padding-bottom: 5rem;
}

.pb-3 {
    padding-bottom: 10rem;
}

.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 2.5rem;
}

.pl-2 {
    padding-left: 5rem;
}

.pl-3 {
    padding-left: 10rem;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 2.5rem;
}

.pr-2 {
    padding-right: 5rem;
}

.pr-3 {
    padding-right: 10rem;
}

/* flex classes */
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

nav.navbar {
    max-width: 100%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a {
    background: #fe6500;
}

@media (any-hover: hover) {

    .navbar .navbar-nav>.active>a:focus,
    .navbar .navbar-nav>.active>a:hover,
    .navbar .navbar-nav>li>a:hover,
    .navbar .navbar-nav>li>a:focus {
        background: #fe6500;
    }
}

.navbar .navbar-nav>li:last-child a {
    padding-right: 15px;
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.navbar-nav>li>a:after {
    display: none;
}

ul.nav {
    padding: 10px 0;
}

/* other */
#random-image h3:after,
#separator h3.panel-title::after,
#second h3.panel-title::after,
#blog h3.panel-title::after,
#panel-products h3.panel-title:after {
    display: none;
}

#blog {
    display: none;
}

#index #blog {
    display: block;
}

#contactus {
    display: none;
}

.btn:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* rubrika */
#list-pages+hr {
    display: none;
}

/* footer */
footer .copy.nomb {
    display: none;
}

/* fix width */
@media (min-width: 768px) {

    #index #motive .container,
    #separator #panel-products,
    #separator #panel-news,
    .container,
    #footbox .section-container>.row {
        width: 750px;
    }

    .navbar {
        max-width: 750px;
    }
}

@media (min-width: 992px) {

    #index #motive .container,
    #separator #panel-products,
    #separator #panel-news,
    .container,
    #footbox .section-container>.row {
        width: 970px;
    }

    .navbar {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {

    #index #motive .container,
    #separator #panel-products,
    #separator #panel-news,
    .container,
    #footbox .section-container>.row {
        width: 1170px;
    }

    .navbar {
        max-width: 1170px;
    }
}

@media (min-width: 1500px) {

    #index #motive .container,
    #separator #panel-products,
    #separator #panel-news,
    .container,
    #footbox .section-container>.row {
        width: 1420px;
    }

    .navbar {
        max-width: 1420px;
    }
}

html {
    font-size: 62.5%;
}

html body {
    font: 1.8rem "Roboto", sans-serif;
    color: #666666;
    line-height: 1.6;
    /* Automatic color function */
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #fe6500;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Teko", "Arial Narrow", sans-serif;
    color: #666666;
}

h1,
h2,
h3 {
    font-weight: 700;
    letter-spacing: 0.5px;
}

main>section:not(:first-of-type) h1,
#mainContent>section:not(:first-of-type) h1 {
    /* to increase space between sections */
    margin-top: 10rem;
}

#motto #motto-title {
    font-family: "Teko", "Arial Narrow", sans-serif;
    color: #fe6500;
    font-size: 9rem;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 991px) {
    #motto #motto-title {
        font-size: 7rem;
    }
}

@media (max-width: 767px) {
    #motto #motto-title {
        font-size: 3.84rem;
    }
}

#motto #motto-text {
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-weight: 500;
    color: #d9d9d9;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 4rem;
    line-height: 1;
    max-width: 50rem;
}

@media (max-width: 991px) {
    #motto #motto-text {
        font-size: 2.52rem;
    }
}

h1 {
    font-size: 6.4rem;
    text-transform: uppercase;
}

h1:after {
    background: #fe6500;
}

@media (max-width: 991px) {
    h1 {
        font-size: 3.84rem;
    }
}

h1[style="text-align: left;"]:after {
    margin-left: 0;
}

h2 {
    font-size: 4.2rem;
}

@media (max-width: 991px) {
    h2 {
        font-size: 2.94rem;
    }
}

h3 {
    font-size: 2.6rem;
}

h4 {
    font-size: 2rem;
    text-transform: uppercase;
}

h5 {
    font-size: 1.6rem;
    text-transform: uppercase;
}

#index header {
    position:fixed;
}
@media (max-width:992px) {
 #index header {position:sticky}

}

h6 {
    font-size: 1.4rem;
    text-transform: uppercase;
}

#motive {
    position: relative;
    background-size: cover;
}

#motive:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

#index #motive {
    padding-top: 10rem;
    text-align: left;
}

#index #motive .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 991px) {
    #index #motive {
        padding-top: 0;
    }

    #index #motive .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    #index #motive #motto {
        margin-right: 2rem;
        margin-left: 2rem;
    }
}

@media (max-width: 575px) {
    #index #motive {
        height: 100vh;
        max-height: 100%;
        margin-bottom: 0;
    }
}

#motto {
    padding: 0 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

#contactus {
    display: none;
}

/* display first h1 in header */
body:not(#index):not(.product-detail):not([class*="rubric-"]) #motive {
    display: block;
    height: 300px;
    background-position: center;
}

body:not(#index):not(.product-detail):not([class*="rubric-"]) #motive:before {
    background-color: rgba(0, 0, 0, 0.6);
}

body:not(#index):not(.product-detail):not([class*="rubric-"]) #motto {
    display: none;
}

body:not(#index):not(.product-detail):not([class*="rubric-"]) h1.page-title {
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin: auto;
    margin-top: -265px;
    margin-bottom: 215px;
}

body:not(#index):not(.product-detail):not([class*="rubric-"]) h1.page-title:after {
    margin-left: auto !important;
    margin-right: auto !important;
}

body:not(#index):not(.product-detail):not([class*="rubric-"]) .section-container h1.page-title {
    margin-top: -290px;
}

@media (min-width: 992px) {
    body:not(#index):not(.product-detail):not([class*="rubric-"]) #motive {
        height: 350px;
    }

    body:not(#index):not(.product-detail):not([class*="rubric-"]) h1.page-title {
        text-align: left;
        margin-top: -305px;
        margin-bottom: 230px;
    }

    body:not(#index):not(.product-detail):not([class*="rubric-"]) h1.page-title:after {
        margin-left: 0 !important;
    }

    body:not(#index):not(.product-detail):not([class*="rubric-"]) .section-container h1.page-title {
        margin-top: -330px;
    }
}

/* header */
#bar-footer a,
#bar-poweredby a {
    color: #fe6500;
}

footer {
    color: #999999;
    background-color: #1a1a1a;
    padding: 3rem 0 0;
}

footer>.container {
    padding: 0;
    padding-bottom: 5rem;
}

footer h3,
footer h3.panel-title {
    color: #d9d9d9;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-align: left !important;
    font-family: "Teko", "Arial Narrow", sans-serif !important;
    margin-bottom: 3rem !important;
}

footer h4 {
    color: #d9d9d9;
    letter-spacing: 0.1rem;
    margin-bottom: 3rem;
}

footer a {
    color: inherit;
}

footer a:hover,
footer a:focus {
    color: #fe6500;
}

footer ul {
    text-align: left;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
}

footer ul li {
    position: relative;
}

footer ul li .fa {
    position: absolute;
    left: -2.5rem;
    top: 0.5rem;
    display: inline-block;
    width: 2rem;
    text-align: center;
}

footer ul li [class*='social'] .fa {
    position: relative;
    font-size: 4rem;
    width: auto;
    margin-right: 0.5rem;
}

#own-foot ul {
    list-style: none;
    padding-left: 0;
}

.social-site-icon a {
    position: relative;
    height: 5rem;
    border-radius: 0 !important;
}

.social-site-icon a .fa {
    top: 0.6rem;
    left: 0.95rem;
}

.social-site-icon a .fa-facebook {
    left: 1.4rem;
}

.social-site-icon li.fb a:before,
.social-site-icon li.yt a:before,
.social-site-icon li.ig a:before,
.social-site-icon li.tw a:before {
    position: absolute;
    content: '';
    background-color: #404040;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.social-site-icon li.fb a:hover,
.social-site-icon li.yt a:hover,
.social-site-icon li.ig a:hover,
.social-site-icon li.tw a:hover {
    opacity: 1;
}

.social-site-icon li.fb a:hover:before,
.social-site-icon li.yt a:hover:before,
.social-site-icon li.ig a:hover:before,
.social-site-icon li.tw a:hover:before {
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

#footer-contact .fa {
    color: inherit !important;
    margin-left: auto !important;
}

#footbox ul {
    list-style: none;
    padding-left: 2.5rem;
}

#footbox .section-container>.row {
    margin: auto;
}

@media (min-width: 768px) {
    #footbox .section-container>.row {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #footbox .section-container>.row {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #footbox .section-container>.row {
        width: 1170px;
    }
}

@media (min-width: 1500px) {
    #footbox .section-container>.row {
        width: 1420px;
    }
}

#top-ribbon {
    background-color: #1a1a1a;
}

@media (max-width: 991px) {
    #navbar {
        max-height: none;
    }

    #navbar .navbar-nav {
        height: 100vh;
        display: block;
        overflow-y: scroll;
        padding-bottom: 10rem;
    }

    #navbar .navbar-nav li {
        text-align: center;
    }

    #navbar .navbar-nav li a {
        display: inline-block;
    }

    #index .navbar-default {
        background-color: #1a1a1a;
        background-image: none;
    }

    #index .navbar-default.f-nav {
        background-color: #1a1a1a;
    }

    #index .navbar-default .navbar-collapse,
    .navbar-default .navbar-collapse {
        background-color: #1a1a1a;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

#navbar .nav.navbar-nav li a:after {
    content: '';
    position: absolute;
    top: 75%;
    left: 15px;
    width: 50%;
    background-color: #fe6500;
    height: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 0;
    opacity: 0;
}

@media (any-hover: hover) {

    #navbar .nav.navbar-nav li a:hover:after,
    #navbar .nav.navbar-nav li a:focus:after {
        opacity: 1;
        height: 2px;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }
}

#navbar .nav.navbar-nav li.active a:after {
    opacity: 1;
    height: 2px;
}

.navbar.navbar-default {
    background: #1a1a1a;
}

/*
.navbar.navbar-default > .container {
padding: 0;
}
*/
/*fix 29.1.2023*/

/*.navbar.navbar-default .navbar-header, */
/*fix 29.1.2023*/
.navbar.navbar-default .logo {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar.navbar-default #navbar {
    padding: 0;
}

@media (min-width: 992px) {
    #index .navbar.navbar-default {
        background: rgba(26, 26, 26, 0.1) !important;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    #index .navbar.navbar-default.f-nav {
        background: #1a1a1a !important;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
}

#navbar ul li {
    position: relative;
}

@media (max-width: 991px) {
    #navbar ul li a:after {
        display: none;
    }

    #navbar ul li a.active li[id*="submenu-item"] a {
        color: inherit;
    }
}

#navbar ul li.dropdown .caret {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.25rem;
    margin-right: 0.5rem;
}

#navbar ul li.open>ul {
    width: 100%;
    background-color: #404040;
}

#navbar ul li.open>ul li ul li a {
    color: #fff;
}

#navbar ul li.open>ul li.container {
    width: auto;
    padding-right: 0;
}

@media (min-width: 992px) {
    #navbar ul li.open>ul {
        right: 0;
        width: auto;
        min-width: 22rem;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 15px 0 rgba(50, 50, 50, 0.2);
        box-shadow: 0 4px 15px 0 rgba(50, 50, 50, 0.2);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-radius: 0;
    }

    #navbar ul li.open>ul li ul li a {
        color: inherit;
    }

    #navbar ul li.open>ul li ul li a:after {
        display: none;
    }

    #navbar ul li.open>ul:before {
        position: absolute;
        top: -8px;
        left: 35px;
        right: auto;
        display: inline-block !important;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        border-left: 8px solid transparent;
        content: '';
    }
}

#navbar ul li.open>ul .container {
    padding-left: 0;
}

#navbar ul li.open>ul li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#navbar ul li.open>ul li ul>.container {
    padding-left: 0;
}

#navbar ul li.open>ul li ul li {
    padding: 0;
}

#navbar ul li.open>ul li ul li a {
    text-decoration: none;
    padding: 1rem 2rem;
}

#navbar ul li.open>ul li ul li a:hover,
#navbar ul li.open>ul li ul li a:focus,
#navbar ul li.open>ul li ul li a:active {
    text-decoration: none;
    background-color: #f2f2f2;
}

/* toggle menu button animation */
button.navbar-toggle {
    position: relative;
    height: 33px;
    width: 42px;
    margin-top: 13px;
}

button.navbar-toggle:focus,
button.navbar-toggle:active,
button.navbar-toggle:hover {
    background: transparent !important;
}

button.navbar-toggle .icon-bar {
    position: absolute;
    left: 9px;
}

button.navbar-toggle .icon-bar:nth-child(2) {
    top: 8px;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
}

button.navbar-toggle .icon-bar:nth-child(3) {
    top: 11px;
}

button.navbar-toggle .icon-bar:nth-child(4) {
    bottom: 7px;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
}

button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    top: 15px;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
}

button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
    bottom: 14px;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
}

#breadcrumb {
    text-align: left;
    padding-top: 2rem;
}

#sm-search:not(.open) {
    -webkit-transform: translate(-100vw, 0) scale(1);
    transform: translate(-100vw, 0) scale(1);
}

/* Vypis rubriky */
#list-panel-news,
#list-pages {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#list-panel-news>li,
#list-pages>li {
    width: 100%;
    max-height: 100%;
    padding: 15px;
    margin: 0;
}

@media (min-width: 576px) {

    #list-panel-news>li,
    #list-pages>li {
        width: 50%;
    }
}

@media (min-width: 992px) {

    #list-panel-news>li,
    #list-pages>li {
        padding: 30px;
    }
}

@media (min-width: 1200px) {

    #list-panel-news>li,
    #list-pages>li {
        width: 33.3%;
    }
}

#list-panel-news .image-perex,
#list-pages .image-perex {
    width: 100%;
    border-radius: 0;
    padding-right: 0;
    margin-bottom: 2rem;
}

#list-panel-news .image-perex img,
#list-pages .image-perex img {
    height: 250px;
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

#list-panel-news .image-perex img:hover,
#list-pages .image-perex img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
}

#list-panel-news h4,
#list-pages h4 {
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 800;
    text-transform: none;
    line-height: 1.35;
    margin-bottom: 1rem;
}

#list-panel-news h4 a,
#list-pages h4 a {
    color: inherit;
}

#list-panel-news h4 a:hover,
#list-panel-news h4 a:focus,
#list-pages h4 a:hover,
#list-pages h4 a:focus {
    color: #fe6500;
}

#list-panel-news .normal-date,
#list-pages .normal-date {
    font-weight: 700;
    font-style: normal;
    color: #b3b3b3;
    padding: 0;
    margin-bottom: 1rem;
}

#list-panel-news>li .date,
#list-pages>li .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#list-panel-news>li .date .day,
#list-panel-news>li .date .rest,
#list-pages>li .date .day,
#list-pages>li .date .rest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #cccccc;
    font-weight: 700;
}

#list-panel-news .description p:first-of-type {
    display: block;
    /* for IE */
    display: -webkit-box;
}

#index #panel-news h3.panel-title {
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-size: 6.4rem;
    font-weight: 800;
    color: #666666;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    #index #panel-news h3.panel-title {
        font-size: 3.84rem;
    }
}

#index #panel-news .more a {
    font-size: 1.6rem;
    padding: 1.2rem 2rem 0.8rem;
}

#index #panel-news .more a:focus:active {
    background-color: #fe6500;
}

/* Homepage - CTA button in header
====================================================================== */
@media (max-width: 991px) {
    section.section-cta.header-button {
        margin-top: -300px;
        margin-bottom: 109px;
    }
}

@media (max-width: 991px) and (orientation: landscape) {
    #index #motive>.container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    section.section-cta.header-button {
        text-align: left;
    }
}

/* Text with image */
@media (max-width: 991px) {

    .section-2-col-right-text>.row,
    .section-2-col-left-text>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center !important;
    }
}

@media (max-width: 991px) {
    .section-2-col-left-text>.row>div:first-of-type {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

/* Featured icons */
.section-container.icons {
    margin: 4rem 0;
}

.section-container.icons>.row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-container.icons h3,
.section-container.icons .fa {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.section-container.icons .fa {
    font-size: 10rem;
    margin: 2rem 0;
}

.section-container.icons p {
    padding-left: 3rem;
    padding-right: 3rem;
}

.section-container.icons .section-cell-item:hover h3,
.section-container.icons .section-cell-item:hover .fa {
    color: #fe6500;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

.section-container.icons .section-cell-item:hover .fa {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
}

/* 3 cols */
.section-3-col-top-text .section-cell-item,
.section-3-col-bottom-text .section-cell-item {
    padding: 15px;
}

.section-3-col-top-text .section-cell-item h3,
.section-3-col-bottom-text .section-cell-item h3 {
    margin-top: 2rem;
}

.section-3-col-top-text .section-cell-item p,
.section-3-col-bottom-text .section-cell-item p {
    padding-left: 3rem;
    padding-right: 3rem;
}

/* 3 cols - circles */
.section-2-col-left-text.circles img,
.section-2-col-right-text.circles img,
.section-3-col-top-text.circles img,
.section-3-col-bottom-text.circles img {
    width: 25rem;
    height: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 50%;
}

@media (max-width: 991px) {

    .section-2-col-left-text.circles img,
    .section-2-col-right-text.circles img,
    .section-3-col-top-text.circles img,
    .section-3-col-bottom-text.circles img {
        margin-bottom: 15px;
    }
}

.section-2-col-left-text.circles>.row>.section-cell-item,
.section-2-col-right-text.circles>.row>.section-cell-item,
.section-3-col-top-text.circles>.row>.section-cell-item,
.section-3-col-bottom-text.circles>.row>.section-cell-item {
    margin-bottom: 15px;
}

/* animation for images link in circles */
/* 3 cols - cards */
.section-3-col-top-text.cards .card {
    height: 100%;
    border-width: 0;
    border-bottom-width: 2px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    padding: 30px;
    margin: 0;
}

.section-3-col-top-text.cards h3 {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.section-3-col-top-text.cards ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.section-3-col-top-text.cards ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.section-3-col-top-text.cards ul li .fa {
    color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}

/* Services */
section.section-services li {
    border-color: #545454;
}

/* Carousel */
section.section-carousel h3,
section.section-carousel p {
    color: #f2f2f2;
}

/* Dark background */
.bg-dark,
.cards .bg-dark {
    background-color: #262626;
    color: #e6e6e6;
}

.bg-dark a,
.bg-dark i,
.bg-dark .fa,
.bg-dark ul li,
.bg-dark ul li .fa,
.bg-dark p,
.cards .bg-dark a,
.cards .bg-dark i,
.cards .bg-dark .fa,
.cards .bg-dark ul li,
.cards .bg-dark ul li .fa,
.cards .bg-dark p {
    color: #e6e6e6;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark a:hover,
.cards .bg-dark h1,
.cards .bg-dark h2,
.cards .bg-dark h3,
.cards .bg-dark h4,
.cards .bg-dark h5,
.cards .bg-dark h6,
.cards .bg-dark a:hover {
    color: #fe6500;
}

.bg-grey,
.cards .bg-grey {
    background-color: #f2f2f2;
    border-bottom: 2px solid #e6e6e6;
}

/* Section with grey box */
section.bg-grey {
    background-color: #f2f2f2;
    padding: 50px 15px;
}

section.bg-grey img {
    margin-top: 0;
}

/* Section with background color */
section.section-bg,
section.section-bg-light {
    padding: 100px 15px;
}

/* Section with background image */
section.section-bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    padding: 100px 15px;
    margin-left: -50vw;
    margin-right: -50vw;
}

section.section-bg-image>.row {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    section.section-bg-image>.row {
        width: 750px;
    }
}

@media (min-width: 992px) {
    section.section-bg-image>.row {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    section.section-bg-image>.row {
        width: 1170px;
    }
}

@media (min-width: 1500px) {
    section.section-bg-image>.row {
        width: 1420px;
    }
}

section.section-bg-image h1:first-of-type {
    margin-top: 0;
}

section.section-bg-image h1,
section.section-bg-image p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

section.section-bg-image h1 a:hover,
section.section-bg-image h1 a:focus,
section.section-bg-image p a:hover,
section.section-bg-image p a:focus {
    text-shadow: none;
}

/* Fix styles in editor */
#tinymce section.section-bg-image {
    margin-left: calc(-50vw + 15px);
    margin-right: calc(-50vw + 15px);
}

/* Links */
a:not(.btn) .goin {
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Teko", "Arial Narrow", sans-serif;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    width: auto;
    color: #fe6500;
    background-color: transparent;
    border: 1px solid #fe6500;
    border-radius: 0;
}

a:not(.btn) .goin:hover {
    -webkit-transform: none;
    transform: none;
    color: #fff;
    background-color: #fe6500;
}

/* Buttons */
.btn.btn-default {
    color: #666666;
    background-color: #f2f2f2;
}

.btn.btn-default:hover {
    color: #404040;
    background-color: #d9d9d9;
}

.btn.btn-default:hover .goin {
    color: #404040;
}

.btn.btn-default .goin {
    color: #666666;
    background-color: transparent;
}

.btn.btn-sm {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    padding: 0.7rem 1.2rem;
}

.btn.btn-lg {
    font-size: 1.8rem;
    padding: 2.1rem 4rem 1.9rem;
}

.header-button {
    margin-top: -255px;
    margin-bottom: 64px;
}

.header-button .btn-primary,
.header-button .btn-primary:focus {
    color: #fff !important;
    border-color: #fff !important;
    background-color: transparent;
}

.header-button .btn-primary:hover,
.header-button .btn-primary:focus:hover {
    background-color: #fe6500;
    border-color: transparent !important;
}

.header-button .btn-primary .goin {
    color: #fff !important;
}

/* disable styles in editor */
#tinymce .header-button {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

#tinymce .header-button .btn-primary {
    border-color: #fe6500 !important;
}

#tinymce .header-button .btn-primary,
#tinymce .header-button .btn-primary .goin {
    color: #fe6500 !important;
}

#tinymce .header-button .btn-primary:hover,
#tinymce .header-button .btn-primary .goin:hover {
    color: #fff !important;
}

#tinymce .header-button .btn-primary:hover .goin {
    color: #fff !important;
}

.alert button.close {
    font-size: 2.5rem;
}

input[type="text"]:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #d9d9d9 !important;
}

form.form-container {
    max-width: 768px;
    margin: 0 auto 20px;
    background-color: #f2f2f2;
    border-radius: 0;
    overflow: auto;
    font-size: 1.6rem;
}

form.form-container .form-control:focus {
    border-color: #ff934c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.form-container input.btn-primary {
    background-color: #fff;
}

form.form-container input.btn-primary:hover {
    background-color: #fe6500;
}

form.form-container input {
    font-size: 1.8rem;
    min-height: 4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.form-container input[name*="checkbox"] {
    min-height: 15px;
}

form.form-container textarea {
    font-size: 1.8rem;
    resize: vertical;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px;
}

form.form-container input#mailform-submit {
    font-size: 1.6rem;
}

form.form-container input#captcha {
    min-width: 10rem;
}

form.form-container img#captcha-img {
    margin-left: 4rem;
}

form.form-container select.form-control {
    font-size: 1.8rem;
    min-height: 4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.form-container select.form-control:before {
    display: none;
}

@media (max-width: 991px) {
    form.form-container img#captcha-img {
        margin-left: 0;
    }
}

@media (min-width: 1500px) {
    form.form-container {
        max-width: 665px;
    }

    form.form-container img#captcha-img {
        margin-left: 1rem;
    }
}

.signat form.form-container {
    margin-top: auto;
}

#order-form input,
#order-form select,
#order-form textarea {
    font-size: 1.6rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 4rem;
}

#order-form input:focus,
#order-form select:focus,
#order-form textarea:focus {
    border-color: #fe6500;
}

#order-form .input-group-addon {
    font-size: 1.6rem;
}

#order-form .btn.btn-primary {
    text-transform: none;
}

#order-form #openid-button {
    background-color: #fff;
}

#order-form #openid-button:hover {
    background-color: #fe6500;
}

#order-form h3 {
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: #666666;
}

#order-form h4 {
    text-transform: none;
    margin-top: 4px !important;
}

#order-form .panel {
    border-radius: 0;
}

#order-form #cart th {
    color: #666666;
}

#order-form .productincart .sremove {
    padding: 0.9rem 1.1rem 0.6rem;
}

#order-form .productincart .sremove .fa {
    font-size: 1.6rem;
}

#order-form .checkbox>label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#order-form .checkbox>label input[type="checkbox"] {
    margin-bottom: 3px;
}

#search-bar>form {
    position: relative;
    margin-right: -15px;
}

#search-bar>form>input {
    border-radius: 0 !important;
    padding-right: 3.5rem !important;
}

#search-bar>form>button {
    position: absolute;
    color: #fe6500 !important;
    font-size: 1.8rem;
    top: 1.4rem;
    right: 1rem;
}

#search-bar>form>button:focus,
#search-bar>form>button:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#search-bar input.form-control {
    color: #666666;
    font-size: 1.6rem;
    min-height: 4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999999;
    background-color: #404040;
    border-color: #404040;
}

#search-bar input.form-control:not([value=""]) {
    color: #e6e6e6;
}

a:hover,
#top-ribbon .btn.btn-danger:hover,
#contactus a:hover,
footer a:hover,
.copy a:hover,
.icon-favourite,
.btn-link:hover,
.btn-link:focus {
    color: #fe6500;
}

#sm-search {
    background-color: rgba(0, 0, 0, 0.8);
}

#sm-search>button[type="button"] {
    color: transparent;
    background: transparent;
}

#sm-search>button[type="button"]:focus {
    outline: none;
}

#sm-search #small-search input {
    font-size: 4.2rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sm-search #small-search button {
    background-color: #fe6500;
    margin-left: auto !important;
    margin-right: auto !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.panel-search .panel-body>form {
    border-radius: 0;
}

.panel-search .form-group .control-label,
.panel-search .form-group .text-left {
    padding-top: 0;
    margin-bottom: 1rem;
}

.panel-search .form-group .control-label {
    padding-top: 0.5rem;
}

.panel-search .form-group input[type="text"] {
    min-height: 4rem;
    font-size: 1.6rem;
}

.alert-info {
    border-radius: 0;
}

.checkbox input {
    outline: none;
}

#search-bar form input:focus,
#search-bar form input:active {
    border-color: transparent !important;
}

/* comments */
.panel-primary {
    border-radius: 0;
}

.panel-primary input,
.panel-primary textarea {
    font-size: 1.6rem;
}

.panel-primary input:focus,
.panel-primary textarea:focus {
    border-color: #fe6500;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-primary input[type="submit"] {
    background-color: #fff;
}

#list-comments h3 {
    background: #f2f2f2 !important;
    color: #666666 !important;
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-weight: 700;
    border-radius: 4px;
    border-left: 4px solid #fe6500;
    padding-left: 1rem !important;
}

#list-comments .date {
    font-style: normal;
    font-size: 1.6rem;
    color: #b3b3b3;
}

#list-comments a.showanswer {
    cursor: pointer;
}

.section-2-col-right-text img,
.section-2-col-left-text img {
    border-radius: 0;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {

    .section-2-col-right-text img,
    .section-2-col-left-text img {
        width: 100%;
    }
}

.photos .thumbnail,
#photogalleries .thumbnail {
    border-radius: 0;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0;
    border: none;
}

.photos .thumbnail img,
#photogalleries .thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    padding: 0;
    margin: 0;
}

.photos .thumbnail:hover,
.photos .thumbnail:focus,
#photogalleries .thumbnail:hover,
#photogalleries .thumbnail:focus {
    border-color: #eaeaea;
    -webkit-transform: none;
    transform: none;
}

@media (any-hover: hover) {
    .photos .thumbnail:hover {
        -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15);
    }
}

.table-responsive {
    margin-right: auto;
    margin-left: auto;
    border: none;
}

.table-responsive td {
    padding: 12px 15px !important;
}

.contact-box {
    margin-bottom: 4rem;
}

.contact-box ul {
    list-style: none;
    padding-left: 5rem;
    margin-bottom: 4rem;
}

.contact-box ul li {
    position: relative;
}

.contact-box ul li .fa {
    position: absolute;
    left: -2.5rem;
    top: 0.5rem;
    display: inline-block;
    width: 2rem;
    text-align: center;
}

.contact-box ul li [class*='social'] .fa {
    position: relative;
    font-size: 4rem;
    width: auto;
    margin-right: 0.5rem;
}

@media (min-width: 992px) {
    .contact-text {
        padding-right: 10rem;
    }
}

/* Put sign up box to the bottom on mobile */
@media (max-width: 991px) {
    body>.container>.row>aside {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

#eshop-filters {
    border-radius: 0;
}

#eshop-filters .form-group {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#eshop-filters label,
#eshop-filters select,
#eshop-filters input {
    font-size: 1.6rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
}

#eshop-filters label:focus,
#eshop-filters select:focus,
#eshop-filters input:focus {
    border: 1px solid #d9d9d9;
}

#eshop-filters button[type*="submit"] {
    background-color: #fff;
    border-color: #fe6500;
    font-size: 1.4rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#eshop-filters button[type*="submit"]:hover,
#eshop-filters button[type*="submit"]:focus {
    background-color: #fe6500;
}

/* categories */
#shopping .item-eshop-category>.thumbnail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
    border-bottom: 2px solid #e6e6e6;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#shopping .item-eshop-category>.thumbnail .link-thumbnail {
    max-width: 50%;
}

#shopping .item-eshop-category>.thumbnail .count-products,
#shopping .item-eshop-category>.thumbnail .count-products dt {
    font-size: 1.6rem;
    font-weight: 400;
    color: #999999;
}

#shopping .item-eshop-category>.thumbnail img.img-thumbnail {
    background-color: transparent;
    margin-right: 4rem;
}

#shopping .item-eshop-category>.thumbnail:hover {
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05);
}

#shopping .item-eshop-category>.thumbnail:hover img.img-thumbnail {
    -webkit-transform: none;
    transform: none;
}

/* products */
#shopping h2,
.item-eshop-product h2 {
    font-size: 2.6rem;
    margin-top: 2rem;
}

#shopping .thumbnail,
.item-eshop-product .thumbnail {
    position: relative;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#shopping .thumbnail img.img-thumbnail,
.item-eshop-product .thumbnail img.img-thumbnail {
    background-color: transparent;
    margin: 2rem auto;
}

#shopping .thumbnail:hover,
.item-eshop-product .thumbnail:hover {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background-color: rgba(0, 0, 0, 0.03);
}

#shopping .thumbnail:hover .img-thumbnail,
.item-eshop-product .thumbnail:hover .img-thumbnail {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.95;
}

#shopping .thumbnail .product-label-special,
.item-eshop-product .thumbnail .product-label-special {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    font-family: "Teko";
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
}

#shopping .thumbnail .img-thumbnail,
.item-eshop-product .thumbnail .img-thumbnail {
    margin: 0.5rem auto;
}

#shopping .count-products,
#shopping .price,
.item-eshop-product .count-products,
.item-eshop-product .price {
    color: #666666;
}

#shopping #prices-original,
.item-eshop-product #prices-original {
    color: #666666;
}

.item-eshop-product .description {
    font-size: 1.6rem;
    color: gray;
}

@media (min-width:550px) {
    .display-type-table .item-eshop-product .caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #eshop-products.display-type-table .item-eshop-product .more {
        padding-left: 5px;
        flex: 1 0 auto;
        text-align:right;
    }

    #eshop-products.display-type-table .item-eshop-product .more .row {
        display: flex;
        align-items: end;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
    }

    .display-type-table .item-eshop-product .more .row .col-xs-6 {
        width: unset;
    }

    .display-type-table .item-eshop-product .more .row .input-group {
        max-width: 130px;
    }
}

.item-eshop-product .caption .price {
    margin-bottom: 0;
}

.item-eshop-product .caption .price dt {
    margin-right: 1rem;
}

.item-eshop-product .more .btn {
    font-size: 1.4rem;
    border-color: #fe6500;
    border-width: 2px;
    color: #fe6500;
    background-color: #fff;
}

.item-eshop-product .more .btn:hover,
.item-eshop-product .more .btn:focus {
    color: #fff;
    background-color: #fe6500;
}

#panel-categories,
#panel-accounts {
    border-radius: 0;
}

#panel-categories h3,
#panel-accounts h3 {
    font-family: "Teko", "Arial Narrow", sans-serif;
    font-size: 2.6rem;
    font-weight: 900;
    color: #666666;
}

#panel-categories ul li a:hover,
#panel-accounts ul li a:hover {
    background-color: #fe6500;
}

#panel-categories ul li,
#panel-accounts ul li {
    margin-top: 0;
}

#panel-categories ul li:last-child a,
#panel-accounts ul li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#panel-categories button[type*="submit"],
#panel-accounts button[type*="submit"] {
    background-color: #fff;
}

#panel-accounts {
    margin-top: 1rem;
}

#form-login input {
    background-color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* product detail */
#detail-product h1 {
    font-size: 4.2rem;
    text-transform: none;
}

#detail-product .dl-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#detail-product .dl-horizontal dt {
    width: auto;
}

#detail-product .dl-horizontal dd {
    margin-left: 2rem;
    margin-bottom: 0.2rem;
}

#detail-product .link-thumbnail:hover img {
    border-color: #eaeaea;
}

#detail-product .link-thumbnail {
    position: relative;
    display: inline-block;
}

#detail-product .link-thumbnail:after {
    position: absolute;
    content: '\f00e';
    display: -ms-grid;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 5rem;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 0;
    opacity: 0;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

#detail-product .link-thumbnail:hover:after {
    opacity: 1;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
}

#detail-product .img-thumbnail,
#detail-product .img-thumbnail:hover {
    border-radius: 0;
    padding: 0;
    border: 0 !important;
}

#detail-product #discount-box {
    position: relative;
    z-index: 1;
}

#detail-product .product-label-special {
    font-family: "Teko";
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
}

#detail-product .input-group .form-control {
    font-size: 1.8rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#detail-product .input-group .form-control:hover,
#detail-product .input-group .form-control:focus {
    border: 1px solid #eaeaea;
}

#detail-product .input-group .input-group-addon {
    font-size: 1.8rem;
}

#detail-product #inputs .form-group button {
    margin-left: 1rem;
}

@media (max-width: 991px) {
    #detail-product #inputs .form-group button {
        margin-left: 0;
        margin-top: 1.5rem;
    }
}

#detail-product #inputs .form-group input {
    padding: 0.95rem;
    height: auto;
    border: 1px solid #d9d9d9;
}

#detail-product #variants select {
    padding: 1.2rem;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d9d9d9;
}

#detail-product #variants select:focus {
    border: 1px solid #d9d9d9;
}

#tabs-product ul.nav-tabs {
    padding-bottom: 0;
}

#tabs-product ul li a {
    color: gray;
    background: rgba(0, 0, 0, 0.02);
    border-color: transparent;
}

#tabs-product ul li a:hover {
    color: #404040;
    background-color: #f2f2f2;
}

#tabs-product ul li.active a {
    color: #1a1a1a;
    background: #e6e6e6;
}

#tabs-product .thumbnail img.img-thumbnail {
    margin: auto;
}

#top-ribbon .input-group-btn .label {
    background-color: #fe6500;
}

#top-ribbon .nav-icon-btn {
    margin-top: 3px;
}

#top-ribbon .btn.btn-danger:hover {
    color: #fe6500;
}

#top-ribbon .contactus_account .btn.btn-danger,
#top-ribbon #basket .input-group-btn .btn.btn-danger {
    position: relative;
    display: inline-block;
    padding: 1rem;
    margin-top: 0;
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#top-ribbon .contactus_account .btn.btn-danger:hover,
#top-ribbon #basket .input-group-btn .btn.btn-danger:hover {
    color: #fff;
    background-color: #fe6500;
    -webkit-box-shadow: 0 -7px #fe6500;
    box-shadow: 0 -7px #fe6500;
}

#top-ribbon #basket .input-group-btn .btn.btn-danger:hover .label {
    color: #fe6500;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

#top-ribbon #basket .input-group-btn .btn.btn-danger .label {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.productincart h4 {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
}

.filter-default {
    filter: invert(41%) sepia(93%) saturate(2162%) hue-rotate(3deg) brightness(99%) contrast(106%);
}

/* search results */
@media (max-width: 991px) {
    #eshop-products.display-type-table .item-eshop-product {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #eshop-products.display-type-table .item-eshop-product {
        width: 100%;
    }
}