@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    height: 100%;
    width: 100%;
    max-width: 1920px;
}

.cMarg {
    margin: 0 auto;
    width: 96%;
    max-width: 1920px;
}

.selfContent {
    max-width: 1000px;
    margin-bottom: 50px;
    font-size: .9em;
}

#scroller {
    position: fixed;
    /**position the scroller**/
    bottom: 15px;
    right: 15px;
    /**arrow image**/
    background-image: url(../images/_body/top.svg);
    background-size: 35px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    /**hide it first**/
    display: none;
}

strong,
b {
    font-weight: 700;
}

ul {
    margin: 2em;
}

ul li {
    margin: 1em;
    list-style: circle;
    margin-bottom: 5px;
}

input,
textarea,
select {
    font-family: 'Montserrat', sans-serif;
    outline: none;
    font-weight: 400 !important;
    border: 1px solid #ddd;
    padding: 1em;
    font-size: .8em;
}

a {
    color: #bf0c14;
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    font-weight: 500;
}

a:hover {
    color: #bf0c14;
    text-decoration: none;
}

h1 {
    margin: 0 0 1em 0;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.2em;
}

.breaker {
    font-weight: 500;
    background-image: url('../images/_body/m.svg');
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 0 1em 0;
    background-size: 35px;
    padding-left: 50px;
}

.breaker strong {
    font-weight: 400;
    background-color: white;
    padding: .5em 1.5em;
}

.shopPage .breaker {
    text-align: center;
    background-position: top center;
    padding: 40px 0 0 0;
}

h2 {
    margin: 1em 0 1.3em 0;
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 500;
}

h3 {
    margin: 1em 0 1.3em 0;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 500;
}

h4 {
    margin: 1em 0 1.3em 0;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 500;
}


/*FORMS*/

.inputF {
    width: 100%;
    height: 50px;
    border: 1px solid black;
    font-size: 1em;
}

.area-field {
    width: 100%;
    border: 1px solid black;
    font-size: 1em;
}

.form-place {
    margin-top: 2em;
    font-size: .8em;
}

.form-place label {
    font-weight: 500;
}

.form-place {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    margin-bottom: 0 !important;
}

.company-contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: .9em;
}

.company-contact>div {
    flex-basis: 31%;
    margin: 0 1% 30px 1%;
}

.company-contact h3 {
    margin-top: 0;
}

.full-row {
    grid-column: -1/1;
    margin: 0 0 1em 0;
}

.form-place div {
    margin: 0 0 1em 0;
}

.default-form-btn {
    background-color: black;
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-width: 200px;
    text-align: center;
    font-size: 1em;
    padding: 1em 0;
    font-weight: 700 !important;
}

.default-form-btn:hover {
    background-color: #bf0c14;
}

.info-card iframe {
    position: relative;
    height: 85%;
}

.info-card {
    margin-bottom: 2em;
}

.vizitka {
    background-color: #f2f2f2;
    padding: 1em;
}

.vizitka a {
    color: black;
}

.vizitka div p:first-child {
    font-size: .8em;
    font-weight: 500;
}

.vizitka div {
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}

.vizitka div p:first-child {
    flex-basis: 120px;
}

.pages {
    text-align: center;
    font-size: .9em;
    margin: 5em 0 4em 0;
    padding: 2em 0 0 0;
    background-image: url('../images/_body/break.png');
    background-position: top center;
    background-repeat: no-repeat;
}

.pages a {
    text-decoration: none;
    color: black;
    display: inline-block;
    padding: 0 .5em;
}

.pages a.act {
    color: #408742;
}


/* HEADER */

header {}

.main-line {
    padding: 20px 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.m-search {
    flex-basis: 350px;
    order: 1;
}

.logo {
    order: 2;
    text-align: center;
}

.m-search input {
    border: none;
    color: black;
    font-size: 16px;
    padding: 3px 0 3px 30px;
    background-image: url("../images/_body/search.svg");
    background-position: left;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 150px;
    font-weight: 500 !important;
}

.m-search ::placeholder {
    color: black;
    opacity: .71;
    font-size: 13px;
    font-weight: 500;
}

.m-web {
    flex-basis: 350px !important;
    font-size: .9em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    order: 3;
}

.sBag {
    background-image: url("../images/_body/cart.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-left: 30px;
    font-weight: 500;
}

.sUser {
    background-image: url("../images/_body/user.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-left: 30px;
    font-weight: 500;
    margin-right: 30px;
}

.sUser a {
    color: black;
    text-decoration: none;
}

.logo img {
    width: auto;
    height: 50px;
}

.responsive-nav {
    display: none;
    order: 4;
}

.panel {
    display: none;
}

.main-navi {
    padding: 0;
    background-color: #bf0c14;
    background-position: 0 15px;
    margin-bottom: 1px;
}

.fixed {
    position: fixed;
    height: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    overflow: visible;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-image: url("../images/_body/marja-white.svg");
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: 8px 15px;
}

.fixed ul.mainUl li:hover ul {
    z-index: 1000;
}

.navigation {
    list-style: none;
    font-size: 1em;
    text-align: center;
    margin: 0 0;
    font-weight: 500;
}

.homeImg {
    height: 15px;
    width: 15px;
}

.navigation li {
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 0;
}

.navigation .act a {
    color: #ff8e93;
}

.navigation li a {
    display: flex;
    color: white;
    text-decoration: none;
    height: 60px;
    align-items: center;
}

.navigation li a:hover {
    color: #ff8e93 !important;
}

.main-navi li:hover>ul {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;
}

.main-navi ul ul {
    position: absolute;
    display: none;
    z-index: 10000;
    margin: 0 0;
    padding: 0;
    opacity: 0;
    text-align: left;
    font-size: 1em;
}

.main-navi ul ul li {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;
    text-transform: initial;
}

.submenuHover {
    min-width: 250px;
    height: auto;
    background-color: #bf0c14;
}

.submenuHover li {
    margin: 0 !important;
    padding-bottom: 0 !important;
    font-size: .9em;
}

.submenuHover li:hover {
    transition: all 0.5s;
    color: black;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.submenuHover a {
    color: #fff !important;
    background-color: #bf0c14 !important;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding-left: 10px !important;
    border-bottom: 1px solid #ff8e93 !important;
    height: 40px !important;
}

.submenuHover li a:hover {
    text-decoration: none;
    color: #ff8e93 !important;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* END HEADER */


/* MAIN*/

.header-select-menu {
    height: 25px;
    font-size: 11px;
    padding: 0 5px;
    margin-right: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: 000;
    font-weight: 600 !important;
}

.cetrtine {
    display: flex;
    background-color: #dbeedd;
    border-bottom: 10px solid black;
    padding: 1em;
    justify-content: space-around;
    align-items: center;
    font-size: 0.9em;
}

.cetrtine>div {
    display: flex;
    align-items: center;
    padding: 1em;
}

.cetrtine img {
    width: 35px;
    margin-right: 5px;
}

.cetrtine h3 {
    font-size: 1.2em;
    margin: 0;
}


/*
.blog_content {
    margin: 0 auto;
    max-width: 870px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 2em;
    margin-bottom: 2em;
    line-height: 1.4em;
}*/

.thirds {
    display: flex;
}

.blanks {
    flex: 1;
    margin-right: 2em;
    order: 1;
}

.bRight {
    margin: 0 0 0 2em;
    order: 3;
}

.blog-side {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
}

.blog-item-side {
    display: flex;
    margin-bottom: 2em;
    align-items: center;
}

.side-image {
    flex: 1;
    margin-right: 10px;
}

.side-image img {
    width: 100%;
}

.side-cont {
    flex: 2;
}

.side-cont .button-min {
    font-size: 10px !important;
    padding: 5px 10px;
    border: 2px solid #000;
}

.side-cont h3 {
    font-size: 14px !important;
    margin: 0;
}

.side-cont a {
    color: black;
}

.blog_content {
    flex: 2.5;
    padding: 2em;
    border: 1px solid #ddd;
    order: 2;
    line-height: 1.4em;
}

.back-btn {
    display: inline-block;
    background-color: #4d4d4d;
    border: 1px solid #ddd;
    padding: 1.5em 1em;
    margin-top: 2em;
    color: #fff;
    text-decoration: none;
    font-size: .8em;
    line-height: 0;
}

.back-btn:hover {
    background-color: black;
    color: white !important;
}

.fullBtn {
    width: 100%;
    text-align: center;
    margin-top: 2em;
}

.intro-blog {
    margin: 2em 0 0 0;
}

.blog-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
}

.blog-item {
    display: grid;
    align-items: center;
    font-size: 1em;
    text-align: center;
    gap: 1em;
}

.blog-item .button-min {
    margin: 0;
}

.blog-item small {
    font-size: 1.2em;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}

.blog-item a {
    color: black;
    text-decoration: none;
}

.blog-item-image {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.blog-item-image img {
    width: 100%;
    transform: scale(1);
    transition: all 1.0s;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -ms-transition: all 1.0s;
    -o-transition: all 1.0s;
}

.blog-item:hover .overlay {
    opacity: .7;
}

.blog-item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.overlay {
    transition: all 1.0s;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -ms-transition: all 1.0s;
    -o-transition: all 1.0s;
}

.blog-list:hover {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    background-size: cover;
}

.blog-item-summary {
    padding: 1em;
}

.blog-item-summary h3 {
    font-size: 1.2em;
    margin: 0;
}

.faq-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 3em;
    font-size: 1em;
}

.faq-container h3 {
    margin: 0 0 0.5em 0;
}

.slider {
    display: flex;
    line-height: 0;
    width: 100%;
}

.slider-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 154px);
    background-size: cover;
    background-position: center;
    margin: 0 .5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slider-item a {
    color: black;
}

.slider-item:hover h1 {
    background: rgba(255, 255, 255, 1);
    margin-top: -30px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.slider-item h1 {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    font-weight: 700;
    padding: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.slider img {
    width: 100%;
}

.extra {
    width: 100%;
    padding: 45px 100px;
    text-align: center;
    color: white;
    margin: 50px 0;
}

.shopPage .extra {
    margin: 0;
}

.extra h2 {
    font-size: 2em;
    margin: 0;
    font-weight: 500;
}

.extra p {
    font-size: .9em;
    line-height: 1.5em;
    margin-top: 20px;
}

.featured-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.black {
    background-image: url("../images/_body/bg_black.png");
}

.red {
    background-image: url("../images/_body/bg_red.png");
}

.blue {
    background-image: url("../images/_body/bg_blue.png");
}

.feautred-item {
    flex: 1;
    height: 100%;
    height: auto;
    padding: 50px 25px;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: .9em;
}

.featured-content h2 {
    font-size: 2em;
    font-weight: 400;
    margin: 0 0 0.5em 0;
}

.button {
    padding: 0.5em 2em;
    display: inline-block;
    margin: 2rem 0 0;
    border: 2px solid white;
    text-decoration: none;
    color: white;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-weight: 500;
}

.button:hover {
    background-color: white;
    color: black !important;
}

.button-min {
    padding: 8px 12px;
    display: inline-block;
    margin: 1em 0 0;
    text-decoration: none;
    background-color: #bf0c14;
    color: white;
    font-size: 0.8em;
    font-weight: 500 !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.button-min:hover {
    background-color: black !important;
    color: white !important;
}

.check-option {
    display: flex;
    font-size: .9em;
}

.check-option label {
    margin-left: 10px;
    font-weight: 500 !important;
}

.breadCrumbs {
    /*background-color: #eeeeee;*/
    margin: 0 0 3em 0;
    font-size: 0.8em;
    padding: 1em 0;
}

.breadCrumbs a {
    text-decoration: none;
    color: #4d4d4d;
}

.slide {
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
}

.slideCont {
    background: rgba(0, 0, 0, .3);
    padding: 1em 2em;
    color: white;
    font-size: 2em;
}

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

.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
}

.category-item {
    flex: 1 1 250px;
    text-align: center;
    display: flex;
    height: 450px;
    align-items: flex-end;
    cursor: pointer;
    transition: all 1s ease;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    max-width: 350px;
}

.category-item h3 {
    margin: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 500;
    padding: 15px 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.category-item:hover h3 {
    background: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.split {
    display: flex;
    flex-wrap: wrap;
}

.left {
    flex-basis: 350px;
    padding: 0 2%;
}

.subMenu {
    width: 100%;
    font-size: .9em;
}

.subMenu a {
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
    font-weight: 500 !important;
}

.leftSection {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bf0c14;
    color: #bf0c14;
    font-size: .9em;
}

.sorter {
    display: flex;
    align-items: center;
}

.sortM {
    height: 35px;
    padding: 5px;
    background-color: #f2f2f2;
    width: 150px;
}

.sorter label {
    margin-right: 10px;
    font-size: .9em;
    width: 70px;
}

.leftSection label {}

.sorter {
    width: 100%;
}

.right {
    flex: 1;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.narrowed {
    width: 100%;
}

.product-item {
    /* border: 1px solid #fff;
    text-align: center;
   */
    flex: 1 1 14.6%;
    max-width: 14.6%;
    margin: 0 1% 25px 1%;
    text-align: center;
    display: flex;
    height: auto;
    align-items: flex-end;
    cursor: pointer;
    transition: all 1s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
}

.narrowed .product-item {
    flex: 1 1 18%;
    max-width: 18%;
    margin: 0 1% 25px 1%;
}

.disc {
    position: absolute;
    display: flex;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #bf0c14;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.7em;
    font-weight: 700;
}

.s12 {
    background-color: #373978;
}

.s14 {
    background-color: #000;
}

.status {
    position: absolute;
    left: 0;
    padding: 0.5em 1em;
    width: auto;
    top: 20px;
    text-align: left;
    color: white;
    font-size: 0.8em;
    font-weight: 500;
}

.product-item:hover {
    background-color: #f2f2f2;
}

.product-item-image {
    line-height: 0;
}

.product-item-image img {
    width: 100%;
}

.product-item-details {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 10px 0 10px;
    width: 100%;
}

.product-item-details h3 {
    font-size: 1em;
    font-weight: 500;
    margin: 0 0 0 0;
    height: 50px;
}

.product-item-details h3 a {
    color: #000000;
    text-decoration: none;
}

.product-price {
    padding-top: 0;
    font-size: 1.2em;
    color: #bf0c14;
    font-weight: 700;
}

.old-price {
    font-weight: 400;
    text-decoration: line-through;
    color: #4d4d4d;
    margin-right: 10px;
    font-size: 0.8em;
}

.product-selection {
    font-size: 1.4em;
    font-weight: 700;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #ddd;
    line-height: 25px;
    margin: 2em 0;
    align-items: center;
}

.selection-item {
    padding: 1rem;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border: 1px solid #fff;
    ;
}

.selection-item:hover {
    color: #000;
    background-color: #dbeedd;
}

.active {
    color: #000;
    background-color: #dbeedd;
}

.product-container {
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}

.show {
    display: grid;
}

.product-details {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    width: 96%;
    margin: 0 auto;
}

.product-details-heading {
    flex: 2;
}

.product-details-info {
    flex: 3;
}

.pomoc {
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.pomoc table {
    margin-bottom: 20px;
    width: 100% !important;
}

.pomoc td {
    padding: 5px;
    font-size: .9em;
}

.pomoc tr:nth-child(even) {
    background: #f1f1f1
}

.product-details h1 {
    font-size: 2.3em;
    margin: 0 0 0.6em 0;
}

.product-details h4 {
    font-size: 1.2em;
    margin: 0 0 0.3em 0;
    color: #bf0c14;
}

.product-details-status {
    display: inline-block;
    padding: 0.5em 1em;
    color: white;
    font-size: 0.8em;
}

.product-details-image {
    text-align: center;
}

.product-details-image img {
    max-width: 70%;
}

.product-details-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    flex-wrap: wrap;
}

.product-details-gallery img {
    height: 90px;
    margin: 5px;
}

.product-details-info {
    display: flex;
    flex-direction: column;
}

.product-details-summary {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-size: 0.9em;
    line-height: 1.5em;
    order: 1;
}

.product-details-rates {
    margin-bottom: 3em;
    font-size: 0.8em;
    order: 2;
}

.light {
    color: #3d3838;
    font-weight: 400;
}

.product-details a {
    display: inline-block;
    color: black;
}

.product-details-pack {
    font-size: 0.9em;
    margin-bottom: 1em;
    order: 3;
}

.product-details-pack label {
    margin-bottom: 0.4em;
    font-weight: 700;
    display: block;
}

.package-select {
    border: 1px solid #ddd;
    padding: 0.7em 2em 0.7em 1em;
}

.package-options {
    display: flex;
    font-size: 0.8em;
    flex-wrap: wrap;
    margin-top: 1em;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.package-options>div {
    text-align: center;
    flex-basis: 120px;
    padding: 0 10px;
}

.v_pokazi {
    display: none;
}

.show-p {
    display: none;
    text-align: center;
}

.package-options img {
    width: 70px;
}

.package-options a {
    margin: 0;
}

.product-options {
    margin: 0 0 20px 0;
    order: 4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.option {
    flex-basis: 100%;
    margin-bottom: 20px;
}

.sOpt {
    width: 250px !important;
}

.pma {
    display: flex;
}

.option label {
    width: 80px;
    display: inline-block;
}

.motiv_img {
    line-height: 0;
}

.motiv_img img {
    height: 43px !important;
    line-height: 0;
}

.motiv_img a {
    background-color: white !important;
    padding: 0 !important;
    border: none !important;
}

.product-options label {
    font-size: .8em;
}

.product-options span {
    font-size: .8em;
}

.product-options a {
    margin: 0;
    background-color: white;
    border: 1px solid #ddd;
    padding: .5em 1em;
    font-size: .8em;
    margin-right: .7em;
    text-decoration: none;
    font-weight: 700;
}

.product-options a:hover {
    background-color: #eeeeee !important;
    color: black !important;
}

a.act-option {
    background-color: black;
    color: white;
}

a.act-option:hover {
    background-color: black !important;
    color: white !important;
}

.product-details-price {
    background-image: url(../images/_body/price.svg);
    background-size: 0.6em;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1em;
    font-size: 2em;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    order: 5;
}

.product-details-stock {
    padding: 1em;
    background-color: #f2f2f2;
    font-size: 0.8em;
    margin-bottom: 1.5em;
    order: 6;
}

.stock-info {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.no-stock {
    font-size: 1.3em;
    color: white;
    font-weight: 700;
    margin-bottom: 0;
}

.form-add {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.form-add span img {
    height: 15px;
}

.form-add span {
    cursor: pointer;
    padding: 0 0.5em;
}
.krajsaj_div{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.krajsaj_div label{
    margin-left: 5px;
}

.k_info{
   padding: 0;
    height: 0;
    overflow: hidden;
}
.k_view{
    border: 1px solid #ddd;
    padding: 15px;
    height: auto;
    margin-bottom: 20px;
}

.miniField{
    width: 60px !important;
    height: 35px !important;
    font-weight: 600 !important;
    padding: 5px !important;
}

.product-details-qty {
    width: 50px;
    height: 50px;
    border: 1px solid black;
    text-align: center;
    font-size: 1.5em;
    display: inline-block;
    padding: 0 !important;
    margin: 0 5px 0 5px;
}

.product-details-add {
    order: 7;
    margin-bottom: 2em;
}

.product-description-text {
    text-align: left;
    font-size: .9em;
    line-height: 1.4em;
    order: 7;
}


/*
.product-details-add-btn {
    display: inline-block;
    border: none;
    padding: 0 2em 0 3em;
    height: 50px;
    text-align: center;
    font-size: 1em;
    background-color: #bf0c14;
    color: white;
    cursor: pointer;
    margin-left: 1em;
    background-image: url("../images/_body/shopping-bag.svg");
    background-size: 2em;
    background-repeat: no-repeat;
    background-position: 0.5em 0.5em;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-weight: 700 !important;
}

.product-details-add-btn:hover {
    background-color: black;
}*/

.product-details-add-btn {
    display: inline-block;
    padding: 0 1em;
    height: 50px;
    text-align: center;
    font-size: 1em;
    border: 3px solid black;
    background-color: #bf0c14;
    color: white;
    cursor: pointer;
    margin-left: 1em;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-weight: 700 !important;
}

.product-details-add-btn:hover {
    background-color: #000;
}

.benefits {
    margin: 2em 0 2em 0;
}

.product-description {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2em;
    margin: 4em 0;
}

.product-description-text h3 {
    font-size: 1.3em;
    margin: 0.5em 0 1em 0;
}

.sharethis-inline-share-buttons {
    margin-bottom: 1em;
    height: 40px;
}

.st-label {
    font-family: "Lora", serif;
    font-size: 1.3em;
}

.product-alt-content {
    padding: 1em;
    background-color: #eedce7;
    font-size: 0.9em;
    margin-bottom: 2em;
}

.product-alt-content td,
th {
    padding: 0.5em 0.5em;
    text-align: left;
}

.product-description-all {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid black;
}

.product-description-all td {
    font-size: 0.9em;
    padding: 0.5em 1em 0.5em 0;
}

.product-description-all img {
    width: 90%;
    max-width: 60px;
}

.product-description-all strong {
    font-size: 1.2em;
}

.discount-value {
    display: flex;
    top: 0;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #bf0c14;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.5em;
    font-weight: 700;
    margin-left: 1em;
}

.product-comments {
    background-color: #ededed;
    padding: 1em;
    font-size: .9em;
}

.product-comments p {
    margin-bottom: 1em;
    font-size: .9em;
}

.product-comments p:last-child {
    margin-bottom: 0;
}

.rate-product {
    background-color: #ededed;
    padding: 1em;
    border-top: 1px solid white;
}

.rate-product-ok {
    background-color: #ededed;
    padding: 1em;
    text-align: center;
    display: none;
    font-size: .8em;
    border-top: 1px solid white;
}

.input-field {
    width: 100px;
    margin-bottom: .5em;
}

.rate-product div {
    display: block;
    margin-bottom: 0.6em;
}

.rate-product label {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 0.8em;
}

.comment {
    width: 100%;
}

.form-btn {
    background-color: black;
    padding: 0.7em 1em;
    color: white;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.form-btn:hover {
    background-color: #666;
}

.overLay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 10000;
}

.basketPanel {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    min-height: 100%;
    transition: all 0.5s ease;
    padding: 1em;
    overflow: scroll;
    border-left: 8px solid black;
    z-index: 11000;
}

.bakset-flex {
    display: flex;
    flex-direction: column;
}

.close-side {
    font-size: 2em !important;
    position: absolute;
    right: 15px;
    top: 10px;
    border: none !important;
    outline: none;
    cursor: pointer;
}

.side-items {
    border: 1px solid #ddd;
    padding: .7em;
    color: #000;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.side-items img {
    max-height: 70px;
    margin-right: 8px;
}

.side-items strong {
    display: block;
}

.basketPanel div h3 {
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 .3em 0;
}

.basketPanel div h5 {
    font-size: .8em;
    font-weight: 400;
    margin: 0 0 .3em 0;
    display: inline-block;
}

.basketPanel h2 {
    font-size: 1.8em;
    text-align: center;
    margin: 1em 0 1em 0;
}

.remove-item {
    margin-left: auto;
    cursor: pointer;
}

.remove-item img {
    height: 20px !important;
}

.basketVis {
    right: 0;
    transition: all 0.5s ease;
}

.overVis {
    display: block;
}

.bakset-flex p {
    text-align: center;
    font-size: 1.6rem;
    display: block;
    margin: 15px 0;
    padding-bottom: 1em;
    border-bottom: 2px solid #ddd;
}

.bakset-flex a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: black;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    color: white;
    transition: all 0.5s ease;
    display: block;
    cursor: pointer;
    margin-bottom: 15px;
}

.sideBtn {
    font-size: .8em !important;
}

.cta {
    background-color: #bf0c14 !important;
    font-weight: 700;
    color: white !important;
    font-size: .9em !important;
}

.bakset-flex a:hover {
    opacity: .8;
    color: white !important;
}


/* END MAIN*/


/* FOOTER */

footer {
    font-size: 0.85em;
    background-color: #222222;
    padding: 1.5em;
    line-height: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer>div {
    flex: 1;
    margin-bottom: 25px;
}

.footer-line {
    display: flex;
    flex-wrap: wrap;
    color: #797979;
    margin-top: 20px;
}

.fl {
    font-size: .9em;
    line-height: 1.7em;
    margin: 0 50px;
}

.fl span {
    display: inline-block;
    width: 100px;
}

.fl h4 {
    color: white;
    font-weight: 500;
    margin: 0 0 15px 0;
    font-size: 1.4em;
}

.foot-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.foot-info>div {
    display: flex;
    margin: 0 1em;
}

.foot-info a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.3em;
}

.foot-info a:hover {
    color: #797979 !important;
}

.foot-info img {
    height: 20px;
    margin-right: 8px;
}

.social {
    width: 100%;
    text-align: center;
    line-height: 0;
}

.social img {
    width: 30px;
    margin: 0 5px;
}

.foot-split {
    float: left;
    width: 100%;
    height: 41px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/_body/f_split.png");
}

.min-navi {
    width: 100%;
    text-align: center;
    color: #797979;
}

.min-navi a {
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.min-navi a:hover {
    color: #797979 !important;
    text-decoration: none;
}

.pg-end {
    text-align: center;
    font-size: .9em;
    color: #797979;
}

footer a {
    color: #797979;
}

footer a:hover {
    color: white !important;
}

.foot-logo {
    width: 130px;
}


/* END FOOTER */


/* MISC*/

.imgCover {
    float: left;
    width: 100%;
    height: 35vh;
    background-size: 100%;
    margin: 1em 0 1em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgRight {
    float: right;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: right;
    box-sizing: border-box;
    margin: 0 0 1em 1em;
}

.imgRight img {
    width: 100%;
}

.imgLeft {
    float: left;
    width: 35%;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 0 1em 1em 0;
}

.imgLeft img {
    width: 100%;
}

.imgCenter {
    display: flex;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 1em 0;
    line-height: 0;
    justify-content: center;
}

.imgCenter img {
    width: 100% !important;
}

.userGgallery {
    padding: 1em;
    background-color: #f2f2f2;
    margin: 1em 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.userGgallery a {
    flex-basis: 23%;
    margin: 10px 1%;
}

.userGgallery img {
    width: 100%;
}

blockquote {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-top: 2px solid #333;
    border-bottom: 5px solid #333;
    padding: 25px;
    margin: 30px 0 30px 0;
    background-color: #fffbf4;
    font-weight: 700;
}

blockquote p {
    margin: 0;
    padding: 0;
}

.product-description-text blockquote {
    font-size: 16px;
    line-height: 22px;
}

.carousel {
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.carouselImg {
    display: none;
    width: 100%;
}

.carouselBtn {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff!important;
    background-color: #000!important
}

.display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.thank-you-page {
    margin: 2em auto;
    max-width: 870px;
    width: 100%;
    padding: 2em;
    margin-bottom: 2em;
    text-align: center;
}

.lost-links a {
    display: inline-block;
    margin: .5em;
}

.thank-you-page img {
    max-width: 30%;
    margin-bottom: 1em;
}

.pm {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    font-size: .9em;
    background-color: #eeeeee;
    padding: 1em;
}

.pm img {
    max-width: 90%;
    max-height: 50px;
    margin: 1em 0;
}

.pm tr {
    background-color: white;
    display: flex;
    flex-basis: 23%;
    min-width: 250px;
    flex-direction: column;
    height: auto;
    justify-content: center;
    border: 1px solid #ddd;
    align-items: center;
    padding: 1em;
    margin: 1em 1%;
}

.cats-sub {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
}

.category {
    display: flex;
    align-items: center;
    padding: 1.5em 1.5em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.category:hover {}

.cat-img {}

.cat-img img {
    width: 250px;
}

.cat-desc {
    font-size: .9em;
    line-height: 1.5em;
    text-align: justify;
}

.cat-desc h3 {
    font-size: 1.5em;
    margin: 0 0 1em 0;
}

.cat-desc a {
    color: black;
}

.eNovice {
    width: 100%;
    padding: 1.5em 0;
    margin: 0 0 0 0;
    background-position: center;
    background-image: url("../images/_body/news.jpg");
}

.eNewsForm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    color: white;
}

.news_txt {
    background-color: white;
    border: 1px solid #fff;
    height: 35px;
    margin: 0 5px;
    width: 160px;
    padding: 0 5px;
}

.short {
    width: 80px;
}

.news_btn {
    text-decoration: none;
    color: white;
    border: none;
    font-size: 0.9em;
    font-weight: 500 !important;
    background-color: transparent;
    cursor: pointer;
    height: 35px;
    padding: 0 1em;
    margin: 0 5px;
    border: 1px solid #fff;
}

.eNovice h4 {
    font-weight: 400;
    margin: 0 .5em 0 0;
    padding: 0;
    font-size: 1.1em;
}

.napaka2 {
    width: 100%;
    text-align: center;
    color: black;
    font-size: .9em;
    margin-top: 0;
    display: none;
    font-weight: 700;
}

.obvestilo {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background-color: #373978;
    padding: 20px;
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 1px;
}

.obvestilo h5 {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 500;
}

.obvestilo a {
    color: #fff;
}

.obvestilo a:hover {
    color: #fff;
}

a.zapri {
    background-color: #fff;
    color: #000;
    font-size: .9em;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    margin-top: 15px;
    border: 1px solid #fff;
}

a.zapri:hover {
    background-color: #d92939;
    color: #fff !important;
    border: 1px solid #fff;
}

.selectImg {
    cursor: pointer;
}

.logos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    flex-wrap: wrap;
}

.logos img {
    height: 50px;
    margin: 10px;
}

.logos a {
    text-align: center;
    margin-bottom: 10px;
}

.full {
    flex: auto;
    width: 100%;
    text-align: center;
    font-size: .8em;
    margin-top: 1px;
}

.opombeF {
    display: block;
    width: 100%;
    max-width: 400px;
}