@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&display=swap');
html,
body {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    background-color: #fff;
    height: auto;
    scroll-padding-top: 50px;
}

input,
textarea,
select {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-radius: 2px;
    box-sizing: border-box;
}

.osw {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 500 !important;
}

.square {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 500 !important;
    color: #0d1e2a;
    background-position: left center;
    background-size: 18px;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    background-image: url("../images/body/square.jpg");
    margin: 0 0 50px 0 !important;
    float: left;
    width: 100%;
    line-height: 1em;
    box-sizing: border-box;
}

a {
    outline: none;
}

a img {
    border: 0;
}

.center {
    text-align: center;
}

strong,
b {
    font-weight: 600;
}

ul li {
    list-style: square;
    list-style-image: url(../images/body/bullet.png);
    padding-bottom: 10px;
    line-height: 18px;
}

.marg {
    margin: 0 auto;
    width: 96%;
    max-width: 1500px;
}

.sto {
    float: left;
    width: 100%;
    height: auto;
}

.sectionMarg {
    margin: 0 0 50px 0;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb35 {
    margin-bottom: 40px !important;
}

.topElem {
    width: auto;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1em;
    color: #2c498d;
    font-weight: 600;
}

.bskt {
    cursor: pointer;
    border-left: 1px solid #0d1e2a;
    padding-left: 30px;
    margin-left: 30px;
    font-weight: 600;
}

.topElem h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 6px 0;
    color: #0d1e2a;
    pad: 0;
}

.topElem img {
    height: 20px;
    margin-right: 15px;
}

.topElem a {
    text-decoration: none;
}

.lok {
    padding: 6px 0 6px 5px;
}

.usr {
    float: right;
}

.top a {
    color: #fff;
    text-decoration: none;
}

.top a:hover {
    color: #83a0eb;
    text-decoration: none;
}

.obvestiloTop {
    float: left;
    width: 100%;
    padding: 10px 5%;
    height: auto;
    text-align: center;
    font-size: 14px;
    background-color: #6ba92c;
    box-sizing: border-box;
    color: white;
    position: relative;
}

.obvestiloTop a {
    color: #fff;
}

.obvestiloTop a:hover {
    color: #fff;
    text-decoration: none;
}

a.zapri {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    line-height: 12px;
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}

a.zapri:hover {
    background-color: #000;
    color: #fff;
}

.section {
    float: left;
    width: 100%;
}

.header {
    width: 100%;
    height: auto;
    padding: 20px 0 1px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-r {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.logo {
    float: left;
    width: auto;
    height: auto;
    margin-right: 100px;
    margin-left: 0;
}

.logo img {
    height: 70px;
}

.src {
    float: left;
    width: calc(100% - 750px);
    height: 32px;
    background-color: #efefef;
    padding: 20px 0 0 40px;
    background-image: url(../images/body/src.png);
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-size: 25px;
    border: 1px solid #ddd;
}

.sField {
    float: left;
    background-color: #efefef;
    outline: none;
    color: #6f6f6f;
    border: 0px solid #fff;
    margin: -5px 0 0 5px;
    width: 95%;
    font-size: 16px;
}

.sField ::-webkit-input-placeholder {
    color: #6f6f6f;
}

.sField :-moz-placeholder {
    color: #6f6f6f;
    opacity: 1;
}

.sField ::-moz-placeholder {
    color: #6f6f6f;
    opacity: 1;
}

.sField :-ms-input-placeholder {
    color: #6f6f6f;
}

.srcBig {
    display: inline-block;
    width: 350px;
    height: 32px;
    background-color: #fff;
    padding: 20px 10px 0 40px;
    background-image: url(../images/body/srcB.jpg);
    background-position: 12px 15px;
    background-repeat: no-repeat;
    background-size: 25px;
    margin: 0 0 0 0;
    text-align: left;
    border-radius: 4px;
}

.sFieldBig {
    float: left;
    background-color: #fff;
    outline: none;
    color: #000;
    border: 0px solid #fff;
    height: auto;
    margin: -8px 0 0 5px;
    width: 250px;
    font-size: 20px;
}

.sFieldBig ::-webkit-input-placeholder {
    color: #000;
}

.sFieldBig :-moz-placeholder {
    color: #000;
    opacity: 1;
}

.sFieldBig ::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.sFieldBig :-ms-input-placeholder {
    color: #000;
}

.bIcon {
    float: right;
    width: 51px;
    height: 47px;
    background-image: url(../images/body/carttop.png);
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 15px 25px 0 0;
    background-size: 100%;
}

.lan {
    float: left;
    width: auto;
    height: auto;
    font-size: 12px;
    margin: 0 30px 0 0;
    font-weight: 600;
}

.lan a {
    color: #fff;
    text-decoration: none;
}

.lan a:hover {
    color: #83a0eb;
    text-decoration: none;
}

.white {
    color: #83a0eb;
}

.bigSearch {
    float: left;
    width: 100%;
    text-align: center;
    height: 350px;
    background-image: url(../images/body/intro.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 35px;
    border-radius: 4px;
}

.bigSearch h2 {
    margin: 5% 0 40px 0;
    padding: 0 0 40px 0;
    font-size: 30px;
    font-weight: 600;
    background-image: url(../images/body/wSplit.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #fff;
}

a.bigBtn {
    display: inline-block;
    background-color: #3b66cc;
    color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-right: 1px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
}

a.bigBtn:hover {
    display: inline-block;
    background-color: #2c498d;
    color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-right: 1px;
    text-decoration: none;
    font-weight: 600;
}

.navIcons {
    display: none;
}

nav {
    display: none;
}

.panel,
.panelRem {
    display: none;
}

.ctr {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.minMenu {
    float: left;
    width: auto;
    margin: 25px 0 0 0;
}

.minMenu a {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    padding-right: 4px;
}

a.actMin {
    color: #3b66cc;
}

.mainMenu {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    background-color: #2c498d;
}

.fixed {
    position: fixed;
    z-index: 10000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -moz-transition: 0.5s;
    margin-top: 0;
    top: 0;
}

.menuMob {
    display: none;
}

.menu-link {
    display: none;
}

.mainUl {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    text-align: center;
    font-size: 16px;
    line-height: 14px;
    display: table;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainUl li {
    display: inline-block;
    height: auto;
    margin: 0 !important;
    text-align: center !important;
    vertical-align: middle;
    padding: 15px 15px !important;
    border-right: 1px solid #3b66cc;
    cursor: pointer;
    position: relative;
}

.mainUl li:last-child {
    border-right: none !important;
}

.mainUl li span {}

.mainUl li:hover {
    background-color: #3b66cc;
    color: #fff;
}

.mainUl li:hover a {
    color: #fff;
}

.mainUl li a {
    color: #fff;
    text-decoration: none;
}

.mainUl li.act {
    background-color: #3b66cc;
}

.mainUl li.act a {
    color: #fff;
    text-decoration: none;
    text-decoration: none;
    background-color: #3b66cc;
}

ul.mainUl ul {
    position: absolute;
    z-index: 15000;
    top: 38px;
    display: none;
    opacity: 0;
    padding: 10px 0;
    margin: 0 0 0 0 !important;
    z-index: 150002;
    color: #fff;
}

ul.mainUl li:hover ul {
    display: block;
    opacity: 1;
    animation: fade 0.5s;
    position: absolute;
    z-index: 150000;
    width: 250px;
    height: auto;
    color: #fff;
    padding: 10px;
    margin: 0 0 0 -25px !important;
}

.submenuHover li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    float: left;
    clear: left;
    width: 100% !important;
    margin: 0 !important;
    text-shadow: none;
    text-align: left !important;
    cursor: auto;
    cursor: pointer;
    text-decoration: none;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    font-size: 16px !important;
    background-color: #fff !important;
    padding: 8px 8px 8px 20px !important;
    box-sizing: border-box;
}

.submenuHover li a {
    display: block;
    color: #2c498d !important;
    text-decoration: none;
    border: none !important;
    background-color: transparent !important;
}

.submenuHover li:hover a {
    color: #000 !important;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.elementSub {
    float: right;
    width: 100%;
    height: auto;
    background-color: #0d1e2a;
    height: auto;
    padding: 8px 0 8px 5%;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #18384e;
}

.elementSub:hover a {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #3b66cc;
}

.elementSubAct {
    float: right;
    width: 100%;
    height: auto;
    background-color: #0d1e2a;
    height: auto;
    padding: 8px 0 8px 5%;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #18384e;
}

.elementSub a {
    color: #c0c8da;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 13px;
}

.elementSub a:hover {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #3b66cc;
}

.elementSubAct a {
    color: #3b66cc;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 13px;
}

.elementSubAct a:hover {
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    color: #3b66cc;
}

.iteracija100 {
    width: 100%;
    padding: 8px 0 8px 10px;
    background-color: #0d1e2a;
    box-sizing: border-box;
}

.iteracija90 {
    width: 100%;
    padding: 8px 0 8px 10px;
    background-color: #0d1e2a;
    box-sizing: border-box;
}

.iteracija80 {
    width: 100%;
    padding: 8px 0 8px 20px;
    background-color: #0d1e2a;
    box-sizing: border-box;
}

.iteracija70 {
    width: 100%;
    padding: 8px 0 8px 30px;
    background-color: #0d1e2a;
    box-sizing: border-box;
}

.element {
    width: 15.6%;
    height: 450px;
    box-sizing: border-box;
    background-size: cover;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.element_info {
    box-sizing: border-box;
    position: absolute;
    font-weight: 600;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.element h3 {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 22px;
}

.element span {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    height: 0;
}

.element:hover span {
    visibility: visible;
    opacity: 1;
    height: 150px;
    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-top: 20px;
}

.element:hover .element_info {
    background: rgba(0, 0, 0, 0.6);
}

.izpostava {
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 0 50px 0;
}

.wt {
    margin-bottom: 50px;
}

.izpostavaEl {
    flex-basis: 23%;
    box-sizing: border-box;
    margin-bottom: 35px;
}

.izpostavaEl_blank {
    flex-basis: 23%;
}

.izpostavaEl img {
    width: 100%;
}

.izpostavaEl h3 {
    width: 100%;
    height: 55px;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0 0;
    padding: 0;
}

.izpostavaInfo {
    font-size: 14px;
    line-height: 20px;
}

.izpostavaEl a {
    color: #000;
    text-decoration: underline;
}

a.bMap {
    display: inline-block;
    width: 32%;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #fff;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-weight: 600;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}

.bMap span {
    position: absolute;
    bottom: 20px;
    width: 90%;
    height: auto;
    padding: 5px 0 5px 0;
    background: rgba(0, 0, 0, 0.8);
    font-size: 16px !important;
    margin: 0 0 0 5%;
}

a.bMap:hover span {
    background: rgba(59, 102, 204, 0.8);
    color: #fff;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}

.cent {
    margin: 0 2% 0 2%;
}

.kovina {
    background-image: url(../images/body/kovina.jpg);
}

.les {
    background-image: url(../images/body/les.jpg);
}

.meso {
    background-image: url(../images/body/meso.jpg);
}

.beforeProd {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    font-size: 15px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.hdn {
    height: 0;
    overflow: hidden;
    padding: 0;
    border: none;
    margin-bottom: 0;
}

.introTxt {
    float: left;
    width: 40%;
    padding: 25px;
    box-sizing: border-box;
    height: auto;
    text-align: left;
    margin-bottom: 0;
}

.introTxt h1 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-top: 0;
}

.wd60 {
    width: 60%;
    background-color: #fff;
    border-radius: 4px;
}

.wd60 h1 {
    color: #3b66cc;
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
}

.introTxt img {
    width: 100% !important;
    height: auto !important;
}

.tagPlace {
    float: left;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    font-size: 30px;
    color: #fff;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 4px;
}

.tagPlace span {
    display: inline-block;
}

.pinkBg {
    background-color: #3b4971;
    border: 1px solid #3b4971;
}

.redBg {
    background-color: #62b05c;
    border: 1px solid #62b05c;
}

.tagPlace a {
    line-height: auto;
    color: #fff;
    text-decoration: underline;
    text-align: center;
}

.tagPlace a:hover {
    color: #fff;
    text-decoration: none;
}

.panogeH {
    text-align: center;
    margin: 30px 0 40px 0;
    float: left;
    width: 100%;
    font-size: 35px;
    color: #2c498d;
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.sBtns {
    text-align: center;
    font-size: 13px;
    margin: 10px 0 10px 0;
}

.sBtns a {
    display: inline-block;
    width: 150px;
    background-color: #f2f2f2;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
}

.sBtns a:hover {
    background-color: #bf4142;
    color: #fff;
}

a.actS {
    background-color: #62b05c;
    color: #fff;
}

.s1,
.s2,
.s3,
.s4 {
    display: none;
}

.actCont {
    display: block;
}

.izdelek {
    width: 24%;
    margin: 0 .5% 20px .5%;
    height: auto;
    border: 1px solid #b1b1b1;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.blank {
    padding: 0;
    border: none;
}

.izdelek h3 {
    font-size: 14px !important;
    height: 60px !important;
    margin: 0 0 0 0 !important;
    line-height: 20px !important;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600 !important;
}

.izdelek a {
    color: #000;
    text-decoration: underline;
}

.productImg {
    float: left;
    width: 100%;
    height: 170px;
    text-align: center;
    display: table;
}

.productImg img {
    max-width: 90%;
    max-height: 150px;
}

.tag {
    float: left;
    width: 100%;
    height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

.pink {
    color: #456e9e;
}

.red {
    color: #bf4d4d;
}

.price {
    display: inline-block;
    height: auto;
    margin-bottom: 15px;
    font-size: 25px;
    height: 25px;
    overflow: hidden;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    background-image: url(../images/body/tag.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 500;
}

.productImg p {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.short {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    height: 57px;
    overflow: hidden;
    background-color: #fff;
    color: #2c498d;
    line-height: 18px;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.short strong {
    font-weight: 600 !important;
}

.short span {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.introIzd .izdelek {
    float: left;
    width: 16.66%;
    height: auto;
    border: 1px solid #b1b1b1;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
}

.third {
    float: left;
    width: 33.3333%;
    height: 480px;
    border: 1px solid #b1b1b1;
    background-color: #fff;
    padding: 30px 2% 30px 2%;
    box-sizing: border-box;
    line-height: 22px;
}

.elementS {
    float: left;
    width: 100%;
    height: auto;
}

.elementS img {
    float: right;
    max-width: 40%;
    margin-left: 20px;
}

.titleH {
    margin: 0 0 25px 0;
    padding: 0 0 0 50px;
    background-size: 40px;
    background-image: url(../images/body/pprog.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #3b66cc;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.titleH small {
    color: #868686;
    font-size: 14px;
    font-weight: 400;
}

.newsT {
    background-image: url(../images/body/nespreglej.png);
}

.eNewsT {
    background-image: url(../images/body/enews.png);
    color: #fff;
    margin: 0;
    font-size: 20px;
    display: block;
    margin-right: 20px !important;
}

.eNewsT small {
    display: block;
    color: #aac3ff;
}

.sDiv {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b1b1b1;
}

a.btn {
    display: inline-block;
    background-color: #3b66cc;
    color: #fff;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    border: 1px solid #3b66cc;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
    border-radius: 4px;
}

a.btn:hover {
    background-color: #fff;
    color: #3b66cc;
}

.darilo {
    float: left;
    width: 100%;
    height: auto;
    background-color: #62b05c;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #333;
    border-radius: 4px;
    margin-top: 15px;
}

.darilo img {
    float: left;
    max-width: 60px;
    margin-right: 15px;
}

.objavaMain {
    float: left;
    width: 100%;
    height: auto;
}

.objavaImg {
    float: left;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 15px;
}

.objava h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.objava a {
    color: #000;
}

.vsebina {
    float: left;
    width: 100%;
    margin-left: 0%;
    padding: 0 0 40px 0;
    margin-top: 30px;
}

.vsebina h1 {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 500 !important;
    color: #0d1e2a;
    background-position: left center;
    background-size: 18px;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    background-image: url("../images/body/square.jpg");
    margin: 0 0 30px 0 !important;
    float: left;
    width: 100%;
    line-height: 1em;
    box-sizing: border-box;
}

.vsebina h2 {
    margin: 20px 0 20px 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.vsebina h3 {
    margin: 15px 0 20px 0;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.vsebina h4 {
    margin: 15px 0 20px 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.levo {
    float: left;
    width: 18%;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
}

.desno {
    float: right;
    width: 80%;
    height: auto;
    margin-right: 0%;
}


/*basket*/


/*basket*/

.minInput2 {
    width: 55px;
    height: 20px;
    outline: none;
    text-align: center;
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    font-weight: 300;
}

.fCom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    justify-content: flex-start;
}

.updateBtn {
    width: auto;
    height: 18px;
    border: 0px solid #fff;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 2px;
    font-size: 12px;
}

.veljavni {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    font-weight: 400;
}

.veljavni span {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    border: 1px solid #ddd;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #3b66cc;
}

.basketTable {
    width: 100% !important;
}

.modr {
    color: #3b66cc;
}

.basketTable td {
    padding-bottom: 1px;
    padding-top: 1px;
    padding: 10px;
    font-size: 13px;
    vertical-align: top;
    border-bottom: 8px solid #f2f2f2;
    background-color: #fff;
}

.basketTable tr:nth-child(even) {
    background-color: #fff !important;
}

.basketTable th {
    background-color: #3b66cc;
    color: #fff;
    padding: 10px;
    border-bottom: 8px solid #f2f2f2;
    font-weight: 300;
    text-align: left;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.blagajnaDesno {
    float: right;
    width: 40%;
    height: auto;
    margin-top: 20px;
}

.blagajnaLevo {
    float: left;
    width: 55%;
    height: auto;
    margin-top: 20px;
}

.areaField {
    width: 98%;
    padding-left: 2%;
    padding-top: 5px;
    height: 50px;
    border: 1px solid #dddddd;
    margin: 5px 0 8px 0;
    outline: none;
    font-family: 'Open Sans';
    color: #000;
    font-size: 14px;
}

.dPad {
    padding-bottom: 5px;
    margin-top: 150px;
}

.oddajBtn {
    width: auto;
    height: 50px;
    outline: none;
    background-color: #3b66cc;
    font-weight: 400;
    color: #fff;
    font-family: 'Open Sans';
    border: 0px #fff;
    font-size: 18px;
    cursor: pointer;
}

.lAuto {
    float: left;
    width: 30%;
    height: auto;
    margin-right: 20px;
}

.basketImg {
    float: left;
    max-height: 90px;
    max-width: 130px;
    padding: 10px;
    margin-right: 20px;
}

.whiter {
    float: left;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-top: 15px;
    padding: 15px;
    box-sizing: border-box;
}

.kalkulacija {
    float: right;
    width: auto;
    text-align: right;
    font-size: 14px;
    line-height: 25px;
}

.f14 {
    color: #7e7e7e;
    font-size: 16px;
}

.f18 {
    color: #3b66cc;
    border-top: 1px solid #000;
    font-size: 16px;
    padding-top: 5px;
    display: block;
    margin-top: 10px;
}

.korak2Info {
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0 0 0 0;
    font-size: 14px;
    display: table-cell;
    color: #3b66cc;
    text-align: center;
}

.bel {
    background-color: #f2f2f2;
    border-radius: 4px;
}

.sPlaciloInfo {
    float: left;
    width: 40%;
    height: auto;
    margin-left: 2%;
    text-align: left;
}

.sPlaciloInfo h3 {
    font-weight: normal;
}

.kMarg {
    display: inline-block;
    width: auto;
    background-color: #f2f2f2;
    text-align: left;
    padding: 10px 10% 10px 10%;
    line-height: 25px;
}

.korak2Info span {
    display: inline-block;
    width: 250px;
    text-align: left;
    color: #000;
}

.infoDostava {
    float: left;
    width: 100%;
    padding: 15px 0 15px 0;
    margin: 0 0 15px 0;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    background-color: #fff;
}

.infoDostava h4 {
    margin-top: 0;
}

a.btnBig {
    display: inline-block;
    font-size: 16px;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: #3b66cc;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
    text-decoration: none;
    -webkit-appearance: none;
}

a.btnBig:hover {
    background-color: #000;
    color: #fff;
}

.formBtnBig {
    display: inline-block;
    font-size: 16px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    background-color: #3b66cc;
    color: #fff;
    font-weight: 300;
    margin-top: 15px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    border: 0px solid #fff;
    -webkit-appearance: none;
}

.formBtnBig:hover {
    background-color: #000;
    color: #fff;
}

.bigMob {
    float: left;
    margin-top: 26px;
}

a.btnMin {
    display: inline-block;
    font-size: 15px;
    padding: 10px 15px 10px 15px;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #000;
    margin: 0 10px 0 10px;
}

a.btnMin:hover {
    background-color: #3b66cc;
    color: #fff;
    margin: 0 10px 0 10px;
}

a.btnMinAct {
    display: inline-block;
    font-size: 15px;
    padding: 10px 15px 10px 15px;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #fff;
    background-color: #3b66cc;
    margin: 0 10px 0 10px;
}

a.btnMinAct:hover {
    background-color: #3b66cc;
    color: #fff;
    margin: 0 10px 0 10px;
}

.stepsFull {
    float: left;
    width: 100%;
    height: auto;
}

.step {
    float: left;
    width: 95%;
    padding: 5px 5% 5px 0;
    height: auto;
    background-color: #fff;
    font-size: 13px;
    color: #000;
    border: 1px solid #fff;
    line-height: 17px;
}

.step img {
    float: left;
    width: 30px;
    height: auto;
    margin: 15px 15px 15px 10px;
}

.step h3 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #3b66cc;
}

.current {
    border: 1px solid #3b66cc;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.current h3 {}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    padding: 5px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

tr:nth-child(odd) {
    background-color: #fff;
    background-color: #ECECEC;
}

tr:nth-child(even) {
    background-color: #fff;
}

th {
    text-align: left;
    padding: 10px 5px 10px 5px;
    color: #000;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.beforeProd td {
    padding: 5px;
    font-size: 16px;
    border-bottom: none;
}

.beforeProd tr:nth-child(odd) {
    background-color: #fff;
    background-color: transparent;
}


/*IZDELEK*/

.priceInfo {
    float: left;
    width: auto;
    clear: left;
    height: auto;
    padding: 5px;
    font-size: 12px;
    box-sizing: border-box;
    background-color: #bf4d4d;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.izpisIzdelka {
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    background-color: #fff;
}

.izdLeft {
    float: right;
    width: 33%;
    height: auto;
    text-align: center;
}

.izdRight {
    float: left;
    width: 65%;
    height: auto;
}

.specs {
    float: left;
    width: 100%;
    height: auto;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.specs span {
    display: inline-block;
    width: 100px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.slikaRight {
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 30px;
}

.indexImg {
    max-width: 100%;
    max-height: 500px;
    margin-bottom: 20px;
}

.otherImg {
    border: 1px solid #ddd;
    max-height: 70px;
    padding: 5px;
    display: inline-block;
    margin: 5px 5px 0 5px;
}

.opisIzdelka {
    float: left;
    width: 100%;
    margin-top: 0;
    padding-bottom: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px !important;
}

.addTo {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0;
    display: table;
}

.addTo span {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.zalogaDa {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 300;
    margin-top: 20px;
    color: #3b66cc;
    background-position: left center;
    background-image: url(../images/body/zalYes.png);
    background-repeat: no-repeat;
    padding-left: 25px;
}

.zalogaNe {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 300;
    margin-top: 20px;
    color: #c91b1b;
    background-position: left center;
    background-image: url(../images/body/zalNo.png);
    background-repeat: no-repeat;
    padding-left: 25px;
}

.priceTag {
    float: left;
    width: auto;
    padding-left: 35px;
    height: auto;
    font-size: 26px;
    font-weight: 300;
    color: #3b66cc;
    background-image: url(../images/body/tag.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 500;
    line-height: 1em;
}

.formAd {
    float: left;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.strike {
    font-size: 20px;
    color: #000;
    text-decoration: line-through;
}

.lastnosti {
    margin-top: 25px;
}

.opisIzdelka td {
    padding: 5px;
    font-size: 14px;
    border-bottom: none;
}

.opisIzdelka img {
    max-width: 100% !important;
}

.opisIzdelka tr:nth-child(odd) {
    background-color: #fff;
    background-color: #fff;
}

.opisIzdelka tr:nth-child(even) {
    background-color: #fff;
}

.opisIzdelka h3 {
    color: #2c498d;
    padding: 0;
    box-sizing: border-box;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.fullH {
    color: #2c498d !important;
    padding: 0;
    box-sizing: border-box;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.opisIzdelka h4 {
    color: #2c498d;
    padding: 0;
    box-sizing: border-box;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.opisIzdelka h4 span {
    font-size: 22px !important;
    font-weight: 600 !important;
}

.opisIzdelka h3 span {
    font-size: 22px !important;
    font-weight: 600 !important;
}

.icons {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.icon {
    float: left;
    width: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    background-color: #06121a;
    color: #fff;
    margin-right: 10px;
    font-weight: 600;
}

.minInput {
    float: left;
    width: 45px;
    height: 35px;
    outline: none;
    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    margin-top: 0;
    line-height: 17px;
    font-family: 'Open Sans', sans-serif;
}

.addBtn {
    float: left;
    width: auto;
    height: 40px;
    background-color: #fff;
    background-image: url(../images/body/add.png);
    background-position: 10px center;
    border: 1px solid #666;
    outline: none;
    background-repeat: no-repeat;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    padding: 0 15px 0 50px;
    cursor: pointer;
    margin: 0 0 0 15px;
    font-weight: 600;
    background-size: 30px;
}

.addBtn:hover {
    background-color: #f2f2f2;
}

.share-content {
    float: left;
    width: 100%;
    margin: 30px 0 30px 0;
}

.share-content h5 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
}

a.share-btn {
    float: left;
    display: inline-block;
    width: auto;
    padding: 10px;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    margin: 0 15px 0 0;
}

a.share-btn:hover {
    float: left;
    display: inline-block;
    width: auto;
    padding: 10px;
    height: auto;
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 300;
    margin: 0 15px 0 0;
}

.share-fb {
    background-color: #2d609b;
}

.share-tw {
    background-color: #00c3f3;
}

.share-gp {
    background-color: #eb4026;
}

.share-ln {
    background-color: #0074a1;
}

.share-back {
    background-color: #333;
}

a.btnBack {
    display: inline-block;
    width: auto;
    padding: 5px 30px 5px 30px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    background-color: #d3d3d3;
    line-height: 15px;
    margin-top: 15px;
    text-decoration: none;
}

a.btnBack:hover {
    background-color: #3b66cc;
    color: #fff;
    color: #fff;
}

.breadcrumb {
    float: left;
    width: auto;
    font-size: 11px;
    padding: 0 0 0 0;
    line-height: auto;
    margin: 0 0 30px 0;
}

.breadcrumb a {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    line-height: 13px;
    color: #ababab;
}

.breadcrumb a:hover {
    color: #999;
}

.breadcrumb a::after {
    content: ">";
    padding: 0 5px;
}

.breadcrumb a:last-child:after {
    content: "";
    padding: 0 0;
}

a.firstB {
    background-image: none;
}

.katItem {
    float: left;
    width: 24%;
    padding: 5px;
    height: auto;
    border: 1px solid #b1b1b1;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    margin: 0 0.5% 25px 0.5%;
}

.katImg {
    float: left;
    width: 100%;
    height: 200px;
    display: table;
}

.katImg img {
    max-width: 90%;
    max-height: 190px;
}

.katItem h3 {
    float: left;
    width: 100%;
    margin: 8px 0 8px 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    height: 43px;
    overflow: hidden;
}

.katItem a {
    color: #000;
    text-decoration: none;
}

.katItem a:hover {
    color: #3b66cc;
    text-decoration: none;
}

.katItemFull {
    float: left;
    width: 100%;
    padding: 0;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 0;
    cursor: pointer;
    background-color: #fff;
}

.katItemFull .katImg {
    float: left;
    width: 100%;
    height: 200px;
}

.katItemFull .katImg img {
    max-width: 90%;
    max-height: 200px;
}

.katItemFull h3 {
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-top: 0;
}

.katItemFull a {
    color: #000;
    text-decoration: none;
}

.katItem a:hover {
    color: #3b66cc;
    text-decoration: none;
}

.katItemFull span {
    float: left;
    width: 100%;
    padding: 25px 15px 25px 15px;
    box-sizing: border-box;
    height: auto;
    line-height: 18px;
    font-size: 13px;
    background-color: #f2f2f2;
}

.katItemFull span h3 {
    color: #000 !important;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 500;
}

.katItemFull span a {
    color: #2c498d;
}

.katItemSub {
    float: left;
    width: 20%;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ddd;
}

.katItemSub .katImg {
    float: left;
    width: 100%;
    height: 180px;
    display: table;
}

.katItemSub .katImg img {
    max-width: 95%;
    max-height: 160px !important;
}

.katItemSub span {
    float: left;
    width: 100%;
    padding: 10px 5% 8px 5%;
    height: 57px;
    overflow: hidden;
    background-color: #2a344b;
    color: #fff;
    line-height: 18px;
    font-size: 13px;
    box-sizing: border-box;
}

.katItemSub h3 {
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.katImg p {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.flex-items {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fStart {
    justify-content: flex-start;
}

.katItemVstopna {
    border: 1px solid #ddd;
    flex-basis: 19%;
    display: flex;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    margin-bottom: 20px;
}

.katItemVstopnaBlank {
    border: 0px solid #ddd;
    flex-basis: 19%;
}

.katItemVstopna:hover {
    background-color: #f2f2f2;
}

.katItemVstopna:hover a {
    color: #0d1e2a;
}

.katItemVstopna a {
    text-decoration: none;
}

.katItemVstopna img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.katItemVstopna h3 {
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 0 15px;
    padding: 0;
}

a {
    color: #3b66cc;
    text-decoration: underline;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

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

.zahvalnoSporocilo {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 5% 30px 5%;
    margin-top: 0;
    box-sizing: border-box;
    text-align: center;
}


/* Shrink */

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.90);
    transform: scale(0.90);
}

.iskalnik_listov {
    display: flex;
    width: 100%;
    height: auto;
    padding: 25px 0 25px 0;
    background-color: #2c498d;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.iskalnik_listov h6 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

.s_input {
    width: auto;
    margin: 0 5px;
    text-align: left;
}

.blank {
    opacity: .5;
}

.s_input label {
    color: rgb(163, 218, 235);
}

.iskalnik_listov h4 {
    margin: 0 0 10px 0 !important;
    padding: 0;
    color: rgb(163, 218, 235);
    font-size: 15px;
    font-weight: 600 !important;
}

.zage_list {
    display: inline-block;
    width: 160px;
    color: #0d1e2a;
    font-weight: 600;
    height: 40px;
    background-color: white;
    border: 0px solid #fff;
    margin-right: 0;
    padding-left: 10px;
}

.iskalnik_listov a {
    background-color: white;
    color: #2c498d;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 600;
}

.zadetek {
    flex-basis: 100%;
}

.zadetek h2 {
    color: white;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.b2b_info {
    float: left;
    width: 100%;
    height: auto;
    padding: 25px 0 25px 0;
    background-color: #2c498d;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    text-align: center;
}

.b2b_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
}

.b2b_info a {
    background-color: white;
    color: #2c498d;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 600;
}

.prednosti {
    float: left;
    width: 100%;
    height: auto;
    padding: 25px 0 25px 0;
    background-color: #3b66cc;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}

.pMarg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.prednost {
    width: 25%;
    height: auto;
    clear: left;
    display: flex;
    align-items: center;
}

.prednost img {
    height: 40px;
}

.prednost h5 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
}

.prednost h6 {
    margin: 0px 0 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
}

.prednost img {
    float: left;
    margin: 0 20px 0 0;
}

.list_place {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0 30px 0;
    background-color: #0d1e2a;
    color: #fff;
    font-size: 16px;
    margin: 0 0 50px 0;
    box-sizing: border-box;
}

.list_place h4 {
    font-size: 20px;
    margin-right: 20px;
}

.nForm {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    margin-top: 15px;
}

.inputN {
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #0d1e2a;
    margin-right: 0;
    font-size: 13px;
    outline: none;
    padding-left: 8px;
    color: #c0c8da;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 1px solid #c0c8da;
    margin-bottom: 5px;
}

.select_list {
    display: inline-block;
    width: 160px;
    color: #0d1e2a;
    font-weight: 600;
    height: 40px;
    background-color: white;
    border: 0px solid #fff;
    margin-right: 15px;
    padding-left: 10px;
}

.inputW {
    display: inline-block;
    width: 120px;
    height: 40px;
    background-color: #fff;
    margin-right: 15px;
    font-size: 14px;
    outline: none;
    padding-left: 8px;
    color: #0d1e2a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 0px solid #fff0;
}

.sendN {
    display: inline-block;
    height: 40px;
    background-color: #c0c8da;
    color: #0d1e2a;
    font-weight: 300;
    outline: none;
    border: 0px solid #fff;
    cursor: pointer;
    padding: 0 15px 0 15px;
    font-size: 18px;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 500;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -webkit-appearance: none;
}

.sendN:hover {
    background-color: #2c498d;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    color: white;
}

.eNovice ::-webkit-input-placeholder {
    color: #c0c8da !important;
}

.eNovice :-moz-placeholder {
    color: #c0c8da !important;
    opacity: 1;
}

.eNovice ::-moz-placeholder {
    color: #c0c8da !important;
    opacity: 1;
}

.eNovice :-ms-input-placeholder {
    color: #c0c8da !important;
}

.footer {
    width: 100%;
    background-color: #0d1e2a;
    padding: 50px 0;
    width: 100%;
}

.footCont {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #c0c8da;
    font-size: 13px;
    justify-content: space-between;
}

.footCont a {
    color: #c0c8da !important;
    text-decoration: none;
}

.footCont a:hover {
    color: white !important;
}

.footEl {}

.footEl h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: inherit;
}

.footEl h5 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
}

.footEl h6 {
    margin: 0px 0 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
}

.logo-foot {
    height: 60px;
    margin-bottom: 10px;
}

.footEl p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}

a.btnMap {
    display: inline-block;
    color: #374567;
    font-size: 14px;
    padding: 4px 0 4px 30px;
    background-image: url(../images/body/mapIco.jpg);
    background-position: left center;
    background-repeat: no-repeat;
}

.elT {
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 1px 0 1px 25px;
    background-position: left center;
    background-repeat: no-repeat;
    clear: left;
    background-size: 15px;
    margin-top: 5px;
}

.phone {
    background-image: url(../images/body/phone.svg);
}

.fax {
    background-image: url(../images/body/fax.jpg);
}

.mail {
    background-image: url(../images/body/mail.svg);
}

.loc {
    background-image: url(../images/body/loc.svg);
    margin-top: 8px;
}

.other {
    background-image: url(../images/body/other.svg);
}

.pgEnd {
    float: left;
    width: 100%;
    height: auto;
    background-color: #fff;
    font-size: 12px;
    padding: 15px 0 15px 0;
    color: #344f62;
    background-color: #06121a;
    font-weight: 600;
}

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

.pgEnd a {
    color: #344f62;
    text-decoration: none;
}


/*FORMS*/

.obrazec {
    float: left;
    width: 64%;
    height: auto;
    padding: 2%;
    margin-left: 15%;
    background-color: #f2f2f2;
}

.obrazecDef {
    float: left;
    width: 100%;
    height: auto;
    margin-left: 0%;
}

.l50 {
    float: left;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding: 5px;
}

.r50 {
    float: right;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding: 5px;
}

.p5 {
    box-sizing: border-box;
    padding: 5px;
}

.checkers {
    font-size: 12px;
    margin-top: 8px;
    line-height: 16px;
}

.inputF {
    width: 100%;
    padding: 0 0 0 2%;
    height: 60px;
    background-color: #fff;
    border: 1px solid #7e7e7e;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    outline: none;
    font-weight: 400;
    box-sizing: border-box;
}

.inputFSelect {
    width: 50%;
    padding: 0 0 0 2%;
    height: 60px;
    background-color: #fff;
    border: 1px solid #7e7e7e;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    outline: none;
    font-weight: 400;
}

.areaF {
    width: 100%;
    padding: 15px 0 0 1%;
    height: 190px;
    background-color: #fff;
    border: 1px solid #7e7e7e;
    color: #000;
    font-size: 16px;
    margin-bottom: 3px;
    outline: none;
    font-weight: 400;
    box-sizing: border-box;
}

.sendBtn {
    width: auto;
    height: 40px;
    padding: 0 10px 0 10px;
    background-color: #3b66cc;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', cursive;
    color: #fff;
    cursor: pointer;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    margin-top: 10px;
    -webkit-appearance: none;
}

.sendBtn:hover {
    background-color: #2c498d;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}

.napaka {
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    display: none;
}

.napaka2 {
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    display: none;
}

.pravnaInfo {
    display: none;
}

.inputPlace {
    font-size: 13px;
    color: #000;
    font-weight: 300;
}

.safe {
    float: left;
    width: auto;
    height: auto;
    background-image: url(../images/body/safe.jpg);
    background-position: left;
    padding: 15px 0 15px 25px;
    background-repeat: no-repeat;
    font-size: 12px;
    margin-top: 0px;
    font-weight: 400;
}

.obrazec ::-webkit-input-placeholder {
    color: #b5b5b5;
}

.obrazec :-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.obrazec ::-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.obrazec :-ms-input-placeholder {
    color: #b5b5b5;
}

.oblique label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0 10px 0 10px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 600;
}

.oblique input[type=radio] {
    display: none;
}

.oblique label:before {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #fff;
    border: 1px solid #494949;
}

.oblique radio label:before {
    border-radius: 8px;
}

.oblique input[type=radio]:checked+label {
    content: "\2022";
    color: #fff !important;
    padding: 0 10px 0 10px;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    background-color: #3b66cc;
    font-weight: 600;
}

.oblique input[type=checkbox] {
    display: none;
}

.oblique checkbox label:before {
    border-radius: 3px;
}

.oblique input[type=checkbox]:checked+label:before {
    content: "\2022";
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 15px;
    background-color: #3b66cc;
}

.sPlaciloInfo label {
    width: 200px;
    text-align: left !important;
}

#infoLogin {
    float: left;
    width: auto;
    display: none;
    font-size: 13px;
    margin-top: 15px;
}

#infoPReco {
    float: left;
    width: auto;
    display: none;
    font-size: 13px;
    margin-top: 15px;
}

.disc {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 33px;
    padding-top: 17px;
    border-radius: 50%;
    background-color: #bf4d4d;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0 0 0 -10px;
    line-height: 15px;
    border: 2px solid #fff;
}

.opcije {
    float: left;
    width: 100%;
    margin-top: 15px;
    color: #000;
}

.opcTalbe {
    display: table;
    width: 100%;
    margin-top: 15px;
}

.opcRow {
    display: table-row;
    width: 100%;
    background-color: #f8f8f8;
    color: #5d5d5d;
}

.opcijaTd {
    display: table-cell;
    text-align: left;
    padding: 3px;
    font-size: 12px;
    vertical-align: middle;
    line-height: 17px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.firstOpc {
    background-color: #476dc6;
    color: #fff;
    font-weight: 600;
}

.war {
    /*background-color: #ffe16c !important;*/
}

.warsrc {
    background-color: #78d478 !important;
}

.firstOpc .opcijaTd {
    line-height: 17px;
    height: 30px;
    vertical-align: middle;
    border-right: none;
}

.opcijaTd img {
    height: 25px;
    display: inline-block;
    line-height: 0;
    margin-bottom: -7px;
    margin-left: 5px;
    cursor: pointer;
}

.bl {
    border-left: 8px solid #fff;
    padding-left: 8px;
}

.minSearch {
    float: left;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 30px;
}

.minSearch span {
    display: inline-block;
    font-size: 12px;
    width: auto;
    margin-right: 5px;
}

.mSearch {
    width: 60px;
    margin-right: 0;
    margin-right: 10px;
    height: 22px;
    font-size: 11px;
    outline: none;
    border: 1px solid #333;
    text-align: center;
}

.minSBtn {
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    width: 60px;
    background-color: #ddd;
    text-align: center;
    border: none;
    height: 25px;
    margin-left: 5px;
}

.obvestilo {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    line-height: 17px;
    font-size: 13px;
    margin-top: 15px;
    border-radius: 4px;
}

.kolFld {
    width: 40px;
    height: 20px;
    border: 1px solid #333;
    padding-left: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 11px;
}

.dimFld {
    width: 60px;
    height: 20px;
    border: 1px solid #333;
    padding-left: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 11px;
}

.split {
    background-color: #ececec;
}

.opcije {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    margin-top: 0;
}

.opcije h5 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #3b66cc;
    padding: 0;
}

.sortOpt {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    margin-left: 0;
}

.opcije label {
    display: inline-block !important;
    width: 42% !important;
    box-sizing: border-box;
    cursor: pointer;
    position: relative !important;
    padding-left: 25px;
    margin-bottom: 3px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 11px !important;
    border: none;
    line-height: 15px;
}

.opcije label:before {
    content: "";
    display: inline-block;
    border: 1px solid #ddd;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
}

.opcije radio label:before {
    border-radius: 8px;
}

.objavaLeft {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.objavaLeft h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

.objavaLeft p {
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0;
}

.opcije input[type=checkbox] {
    display: none;
}

.opcije input[type=radio] {
    display: none;
}

.opcije checkbox label:before {
    border-radius: 3px;
}

.opcije input[type=checkbox]:checked+label:before {
    content: "\2713" !important;
    font-size: 15px !important;
    color: #3b66cc !important;
    text-align: center !important;
    line-height: 15px !important;
}

.opcije input[type=radio]:checked+label:before {
    content: "\2713" !important;
    font-size: 15px !important;
    color: #3b66cc !important;
    text-align: center !important;
    line-height: 15px !important;
    padding: 0 !important;
}

.obvestiloDarilo {
    float: left;
    width: 100%;
    height: auto;
    padding: 8px 0 8px 0;
    text-align: center;
    background-color: #d42939;
    color: #fff;
    font-size: 18px;
}

.obvestiloDariloOk {
    float: left;
    width: 100%;
    height: auto;
    padding: 8px 0 8px 0;
    text-align: center;
    background-color: #59ab6e;
    color: #fff;
    font-size: 18px;
}

.blagPopust {
    float: left;
    width: auto;
    height: auto;
}

.blagPopust h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    padding: 0;
}

.codePop {
    float: left;
    width: 150px;
    height: 30px;
    border: 1px solid #404040;
    font-size: 14px;
    outline: none;
    padding-left: 5px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}

.popBtn {
    float: left;
    width: auto;
    margin-left: 15px;
    height: 34px;
    border: 0px #fff;
    color: #fff;
    background-color: #404040;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
}

.popBtn:hover {
    background-color: #3b66cc;
}

.files {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px;
    border-top: 1px solid #ddd;
    margin-bottom: 25px;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.datoteka {
    float: left;
    width: 100%;
    height: auto;
    padding: 5px 0 5px 30px;
    margin-bottom: 0;
    clear: left;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    box-sizing: border-box;
    text-align: left;
}

.word {
    background-image: url(../datoteke/word.png);
}

.pdf {
    background-image: url(../datoteke/pdf.png);
}

.excell {
    background-image: url(../datoteke/excell.png);
}

.zahvalnoSporocilo {
    float: left;
    width: 100%;
    height: auto;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px 5% 30px 5%;
    margin-left: 0%;
    box-sizing: border-box;
    box-sizing: border-box;
}

.infoNoProd {
    float: left;
    width: 100%;
}

.legend {
    width: 100%;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}

.legend p {
    margin: 0 10px 0 0;
    padding: 0;
}

.green {
    color: #3cc342;
}

.red {
    color: #c33c3c;
}

.yelow {
    color: #ffe16c;
}

.slikaTxt {
    float: right;
    width: 30%;
    height: auto;
    margin: 0 0 25px 25px;
    padding: 10px;
    border: 1px solid #ddd;
    clear: right;
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

.slikaTxt p {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

.slikaTxt img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}

.povpInfo {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    display: none;
    border-radius: 4px;
}

a.povpLink {
    display: block;
    width: auto;
    padding: 5px 10px 5px 30px;
    margin-right: 10px;
    background-color: #476dc6;
    color: #fff;
    text-decoration: none;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(../images/body/env.png);
    cursor: pointer;
    margin-top: 15px;
}

.buy {
    background-image: url(../images/body/cart-min.png) !important;
    background-color: #62b05c !important;
}

a.povpLink:hover {
    background-color: #62b05c;
}

.gallery {
    float: left;
    width: 100%;
    text-align: left;
    margin: 55px 0 35px 0;
}

.gallery img {
    float: none;
    display: inline-block;
    max-width: 14%;
    width: auto;
    background-color: #fff;
    border: none;
    margin: 0 1% 15px 0;
    border: 2px solid #ddd;
}

.lx {
    float: left;
    width: auto;
    height: auto;
}

.breakProd {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 16px;
    background-color: #0d1e2a;
    box-sizing: border-box;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.slider-place {
    display: flex;
    width: 100%;
    max-width: 1920px;
    align-items: center;
    background-color: #efefef;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 50px;
}

.feautred-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 60%;
    height: 300px;
    position: relative;
    cursor: pointer;
}

.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.feautred-summary {
    font-size: 1em;
    color: white;
    width: 100%;
    padding: 35px;
    width: 100%;
    max-width: 975px;
    box-sizing: border-box;
}

.feautred-summary strong {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.top2 {
    display: flex;
    flex-direction: column;
    width: 40%;
    max-width: 560px;
    padding-left: 50px;
    box-sizing: border-box;
}

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

.b2b {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.t2_item h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #2c498d;
}

.t2_item img {
    height: 50px;
    margin-right: 30px;
}

.beforeProd ul,
.vsebina ul,
.t2_item ul,
.modal-content ul {
    margin: 15px 0 !important;
    padding: 0;
    position: relative;
    padding-left: 20px;
}

.beforeProd li,
.vsebina li,
.t2_item li,
.modal-content li {
    margin: 0;
    list-style: none;
}

.beforeProd li::before,
.vsebina li::before,
.t2_item li::before,
.modal-content li::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url('../images/body/check.svg');
    background-size: 100%;
    position: absolute;
    left: 0;
}

.pn_section {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
    width: 100%;
}

.scroller {
    background-color: #ddd;
    padding: 50px 10px;
    box-sizing: border-box;
}

.similar {
    margin-top: 30px;
}

.similar .pn_section {
    border: 5px solid #ddd;
    background-color: #ddd;
}

.fCent {
    justify-content: center;
}

.sNav {
    width: 100%;
    display: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 600;
}

.dNav {
    display: flex;
}

.dNav img {
    height: 25px;
    cursor: pointer;
    margin: 0 5px;
}

.pn_item {
    flex: 0 0 auto;
    flex-basis: 20%;
    margin: 0;
    border: 5px solid #ddd;
    box-sizing: border-box;
}

.pn_section::-webkit-scrollbar {
    display: none;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 5px solid #3b66cc;
    width: 80%;
    max-width: 600px;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.more-btn {
    display: inline-block;
    width: auto;
    padding: 10px;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    margin: 0 15px 0 0;
    background-color: #0d1e2a;
    text-decoration: none;
}

.more-btn:hover {
    color: white;
    background-color: #06121a;
}