html,
body {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    line-height: 20px;
}

.comforta {
    font-family: 'Comfortaa', cursive;
}

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: 5px;
}

.marg {
    margin: 0 auto;
    width: 94%;
    max-width: 1800px;
}

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

.top {
    background-color: #06a1d3;
    padding: 8px 0 8px 0;
    font-size: 13px;
    color: #fff;
}

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

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

.topEl {
    float: left;
    width: auto;
    height: auto;
    margin-right: 35px;
}

.topEl img {
    float: left;
    width: auto;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.topEl span {
    float: left;
    width: auto;
    margin-top: 0;
}

a.temni {
    color: #bfe2ff;
    text-decoration: none;
}

.lang {
    margin: 0 0 0 90px;
}

.last {
    float: right;
    margin: 0;
}

.header {
    padding: 25px 0 25px 0;
}

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

.logo img {
    width: 197px;
}

.bIcon {
    float: right;
    width: 63px;
    height: 66px;
    background-image: url(../images/body/basket.jpg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bCount {
    width: 25px;
    height: 23px;
    padding-top: 2px;
    background-color: #06a1d3;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    float: right;
    font-size: 11px;
    margin-top: -5px;
    font-weight: 600;
}

.mainMenu {
    float: right;
    width: auto;
    height: auto;
    margin: 25px 50px 0 0;
}

.menu-link {
    display: none;
}

.mainUl {
    padding: 0;
    margin: 0;
    height: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.mainUl li {
    width: auto;
    float: left;
    display: block;
    height: auto;
    padding: 0 0 15px 0;
    margin: 0 30px 0 0;
}

.mainUl li.act {
    width: auto;
    float: left;
    display: block;
    height: auto;
    padding: 0 0 15px 0;
    margin: 0 30px 0 0;
}

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

.mainUl li a:hover {
    color: #06a1d3;
    text-decoration: none;
}

.mainUl li.act a {
    color: #06a1d3;
    text-decoration: none;
}

ul.mainUl ul {
    position: absolute;
    display: none;
    padding: 10px 0;
    margin: 0;
    z-index: 150002;
    color: #fff;
}

ul.mainUl li:hover ul {
    display: block;
    position: absolute;
    z-index: 150000;
    width: 240px;
    height: auto;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    margin-left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.submenuHover li {
    display: block;
    font-size: 15px;
    height: auto;
    float: left;
    clear: left;
    width: 95%;
    margin: 0;
    padding: 8px 0 8px 0;
    text-shadow: none;
    text-align: left;
    border-bottom: 1px solid #61554e;
    color: #fff;
    font-weight: 600;
    cursor: auto;
    cursor: pointer;
    text-decoration: none;
}

.submenuHover li:hover {
    border-bottom: 1px solid #61554e;
}

.submenuHover li a {
    color: #252526;
    text-decoration: none;
}

.submenuHover li:hover a {
    color: #252526;
    text-decoration: none;
}

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

.subItem {
    float: left;
    width: 95%;
    padding: 10px 0 10px 5%;
    border-bottom: 1px solid #fff;
    background-color: #f2f2f2;
    font-weight: 400;
    cursor: pointer;
}

.subMenu a {
    display: block;
    width: 95%;
    padding: 10px 0 10px 5%;
    border-bottom: 1px solid #fff;
    background-color: #f2f2f2;
    font-weight: 400;
    color: #333;
    text-decoration: none;
}

.subMenu a:hover {
    display: block;
    width: 95%;
    padding: 10px 0 10px 5%;
    border-bottom: 1px solid #fff;
    background-color: #06a1d3;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

a.subAct {
    display: block;
    width: 95%;
    padding: 10px 0 10px 5%;
    border-bottom: 1px solid #fff;
    background-color: #06a1d3;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.slide {
    float: left;
    width: 100%;
    height: auto;
    background-size: cover;
    padding-bottom: 90px;
}

.slideCont {
    float: left;
    margin: 180px 0 0 3%;
    width: 40%;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.slideCont h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 45px;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    color: #fff;
}

.slideCont a {
    display: inline-block;
    font-size: 20px;
    padding: 15px 25px 15px 25px;
    border: 1px solid #fff;
    font-family: 'Comfortaa', cursive;
    color: #fff;
    text-decoration: none;
    color: #fff;
}

.slideCont a:hover {
    background-color: #06a1d3;
    color: #fff;
}

.section {
    background-color: #fff;
}

.intro {
    float: left;
    width: 47%;
    height: auto;
    margin-right: 3%;
    padding-top: 25px;
    border-top: 1px solid #ddd;
}

.izpo {
    float: left;
    width: 50%;
    height: auto;
}

.izpoEl {
    float: left;
    width: 95%;
    padding: 5px 5% 5px 0;
    height: auto;
    background-color: #06a1d3;
    color: #fff;
    font-size: 13px;
    color: #bbe0ff;
    border-bottom: 1px solid #f5f6fa;
    line-height: 17px;
    cursor: pointer;
}

.izpoEl img {
    float: left;
    width: 60px;
    height: auto;
    margin: 25px 10px 25px 10px;
}

.izpoEl h3 {
    margin: 15px 0 10px 0;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    color: #fff;
}

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

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

.step h3 {
    margin: 15px 0 10px 0;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    color: #16a085;
}

.current {
    background-color: #16a085;
    color: #fff;
}

.current h3 {
    margin: 15px 0 10px 0;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    color: #fff;
}

.cloth {
    float: right;
    width: 50%;
    background-image: url(../images/body/cloth.jpg);
    background-position: bottom;
    color: #fff;
    background-size: cover;
}

.prirocnik {
    float: left;
    width: 40%;
    padding: 0 5% 25px 5%;
    font-size: 14px;
}

.clothSub {
    float: right;
    width: 100%;
    background-image: url(../images/body/cloth.jpg);
    background-position: bottom;
    color: #fff;
    background-size: cover;
    margin-top: 1px;
}

.prirocnikSub {
    float: left;
    width: 90%;
    padding: 0 5% 25px 5%;
    font-size: 14px;
}

.prirocnik h3 {
    margin: 15px 0 25px 0;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    color: #fff;
}

.inputP {
    float: left;
    width: 95%;
    padding-left: 5%;
    height: 35px;
    outline: none;
    border: 1px solid #fff;
    background-color: #41b866;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.buttonP {
    float: left;
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #fff;
    background-color: #142619;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Comfortaa', cursive;
    color: #fff;
}

.bottomTrigg {
    float: left;
    width: 100%;
    height: 500px;
    background-size: cover;
    padding-bottom: 50px;
}

.bottomTriggCont {
    margin: 0 auto;
    margin-top: 350px;
    width: 40%;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    background-image: url(../images/body/dark.png);
    padding: 20px 5% 20px 5%;
    font-size: 14px;
    line-height: 20px;
}

.bottomTriggCont h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    color: #fff;
}

.bottomTriggCont a {
    color: #fff;
    text-decoration: underline;
}

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

.vsebina {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    padding-bottom: 35px;
    font-size: 14px;
}

.levo {
    float: left;
    width: 23%;
    height: auto;
    height: auto;
}

.desno {
    float: right;
    width: 75%;
    height: auto;
}

.foot {
    float: left;
    width: 100%;
    height: auto;
    background-color: #06a1d3;
    font-size: 13px;
    line-height: 17px;
    padding: 25px 0 25px 0;
    margin-top: 1px;
}

.footEl {
    float: left;
    width: 18%;
    padding: 0 1% 0 1%;
    text-align: center;
    color: #cee9ff;
}

.first {
    text-align: left;
    color: #cee9ff;
    margin-top: 20px;
}

.footEl img {
    margin-bottom: 8px;
    max-width: 90px;
}

.footEl h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #d4ebff;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
}

.fNavi {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 1px;
    background-color: #254a69;
    padding: 10px 0 10px 0;
    font-size: 13px;
    color: #3e9eef;
    text-align: center;
}

.fNavi a {
    color: #3e9eef;
    text-decoration: none;
}

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

.fLogos {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 15px 0 0 0;
}

.fLogos img {
    max-height: 40px;
    margin: 0 5px 15px 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.fLogos img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}

.pEnd {
    float: left;
    width: 100%;
    height: auto;
    background-color: #2f2f2f;
    padding: 10px 0 10px 0;
    font-size: 12px;
    color: #888888;
    text-align: center;
}

.endLeft {
    float: left;
    width: auto;
}

.endRight {
    float: right;
    width: auto;
}

.pEnd a {
    color: #888888;
    text-decoration: none;
}

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

.izdelek {
    float: left;
    width: 31%;
    height: auto;
    margin: 0 0% 35px 0%;
    border-bottom: 4px solid #d9d9d9;
}

.katItem {
    float: left;
    width: 23%;
    height: auto;
    margin: 0 1% 35px 1%;
    border-bottom: 4px solid #d9d9d9;
    cursor: pointer;
}

.slikaKat {
    float: left;
    width: 100%;
    height: 200px;
    text-align: center;
    margin-bottom: 25px;
}

.slikaKat img {
    max-width: 100%;
    max-height: 200px;
}

.katItem h3 {
    font-size: 16px;
    text-align: center;
}

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

.katItem h3 a:hover {
    color: #06a1d3;
    text-decoration: none;
}

.izdelekSlika {
    float: left;
    width: 100%;
    height: 200px;
    text-align: center;
    margin-bottom: 25px;
}

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

.dobava {
    position: absolute;
    z-index: 1000;
    width: auto;
    height: auto;
    padding: 5px;
    background-color: #5ac755;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 80px 0 0 -10px;
    line-height: 15px;
    border: 2px solid #fff;
    font-family: 'Comfortaa', cursive;
    font-size: 12px;
    -ms-transform: rotate(-20deg);
    /* IE 9 */
    -webkit-transform: rotate(-20deg);
    /* Safari */
    transform: rotate(-20deg);
}

.izdelekSlika img {
    max-width: 100%;
    max-height: 200px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.midIzd {
    margin: 0 3.5% 35px 3.5%;
}

.izdTitle {
    float: left;
    width: 100%;
    height: 50px;
}

.izdTitle h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Comfortaa', cursive;
    font-weight: 600;
}

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

.izdTitle a:hover {
    color: #06a1d3;
    text-decoration: none;
}

.izdelekSlika:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.izdelekInfo {
    float: left;
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.izdelekInfo a {
    display: inline-block;
    float: right;
    width: auto;
    height: auto;
    font-size: 11px;
    font-weight: 400;
    padding: 5px 10px 5px 10px;
    background-color: #06a1d3;
    color: #fff;
    text-decoration: none;
}

.izdelekInfo a:hover {
    display: inline-block;
    float: right;
    width: auto;
    height: auto;
    font-size: 11px;
    font-weight: 400;
    padding: 5px 10px 5px 10px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.strike {
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
    color: #a0a0a0;
}

a.btn {
    display: inline-block;
    font-size: 20px;
    padding: 15px 25px 15px 25px;
    border: 1px solid #06a1d3;
    font-family: 'Comfortaa', cursive;
    text-decoration: none;
    color: #06a1d3;
}

a.btn:hover {
    background-color: #06a1d3;
    color: #fff;
}

a.btnAct {
    display: inline-block;
    font-size: 20px;
    padding: 15px 25px 15px 25px;
    border: 1px solid #06a1d3;
    font-family: 'Comfortaa', cursive;
    text-decoration: none;
    color: #fff;
    background-color: #06a1d3;
}

a.btnAct:hover {
    background-color: #06a1d3;
    color: #fff;
}

a.btnBig {
    display: inline-block;
    font-size: 20px;
    padding: 25px;
    border: 2px solid #16a085;
    font-family: 'Comfortaa', cursive;
    background-color: #16a085;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    text-decoration: none;
}

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

.formBtnBig {
    display: inline-block;
    font-size: 20px;
    padding: 25px;
    border: 2px solid #16a085;
    font-family: 'Comfortaa', cursive;
    background-color: #16a085;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

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

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

h1 {
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    color: #06a1d3;
}

h3 {
    margin: 25px 0 25px 0;
    padding: 0;
    font-size: 25px;
    line-height: 25px;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    color: #000;
}

h4 {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 25px;
    line-height: 25px;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    color: #000;
}

a {
    color: #06a1d3;
    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: #06a1d3;
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

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

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

th {
    background-color: #06a1d3;
    padding: 5px;
    color: #fff;
    text-align: left;
}

.slikaDesno {
    float: right;
    margin: 0 0 25px 25px;
    padding: 5px;
    border: 1px solid #ddd;
}

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

.l50 {
    float: left;
    width: 48%;
    height: auto;
}

.r50 {
    float: right;
    width: 48%;
    height: auto;
}

.zahvalnoSporocilo {
    float: left;
    width: 89%;
    height: auto;
    background-color: #fff;
    text-align: center;
    border: 1px solid #231f20;
    padding: 30px 5% 30px 5%;
    margin-top: 0;
}

input,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.inputF {
    width: 98%;
    padding: 0 0 0 2%;
    height: 60px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #231f20;
    font-size: 14px;
    margin-bottom: 10px;
    outline: none;
}

.areaF {
    width: 98%;
    padding: 15px 0 0 2%;
    height: 190px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #231f20;
    font-size: 14px;
    margin-bottom: 3px;
    outline: none;
}

.sendBtn {
    width: 100%;
    height: 60px;
    background-color: #06a1d3;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Comfortaa', cursive;
    color: #fff;
    cursor: pointer;
}

.sendBtn:hover {
    background-color: #252527;
}

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

.pravnaInfo {
    display: none;
}

.inputPlace {
    font-size: 13px;
    color: #a4a4a4;
}

.safe {
    float: left;
    width: 50%;
    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;
}

.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;
}

.gallery {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.gallery img {
    width: 21.2%;
    padding: 1%;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    margin: 0 1% 1% 0;
}

.slikaOkras {
    float: right;
    max-width: 35%;
    padding: 1%;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    margin: 0 0 25px 25px;
}

.objava {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    line-height: 19px;
}

.objava img {
    float: left;
    max-width: 200px;
    margin: 0 25px 0 0;
}

.objava h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}

#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;
}

.infoKlik {
    color: #000;
}

.infoNapaka {
    color: #000;
}

.napaka {
    float: left;
    width: auto;
    height: auto;
    padding-left: 0;
    display: none;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    font-size: 12px;
}

.izdLeft {
    float: left;
    width: 47%;
    height: auto;
}

.addTo {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 20px;
}

.p1 {
    float: left;
    width: auto;
    height: auto;
    margin-right: 25px;
}

.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: 1px;
    line-height: 17px;
    font-family: 'Comfortaa', cursive;
}

.addBtn {
    float: left;
    width: auto;
    height: 35px;
    background-color: #fff;
    background-image: url(../images/body/basket.jpg);
    background-size: 35px;
    background-position: right center;
    border: 0px #fff;
    outline: none;
    background-repeat: no-repeat;
    font-size: 18px;
    font-family: 'Comfortaa', cursive;
    color: #06a1d3;
    padding-right: 50px;
    cursor: pointer;
    margin: 5px 0 0 15px;
}

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

.miniS {
    font-size: 13px;
    color: #000;
}

.izdRight {
    float: right;
    width: 47%;
    height: auto;
}

.infos {
    float: left;
    width: 90%;
    padding: 15px 5% 15px 5%;
    background-color: #f1f1f1;
    line-height: 25px;
}

.infos h6 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Comfortaa', cursive;
    margin: 15px 0 15px 0;
}

.infos span {
    display: inline-block;
    width: 120px;
}

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

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

.ostaleSlike {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    background-color: #f1f1f1;
    padding: 15px 0 0 0;
}

.izdRest {
    max-height: 70px;
    margin: 0 5px 10px 5px;
    border: 1px solid #fff;
}

.seznamSlika {
    max-height: 120px;
}

.podrobnoIskanje {
    display: none;
}

.sorodni {
    border-top: 1px solid #ddd;
    padding-top: 35px;
    font-size: 35px;
    color: #ddd;
    font-weight: 300;
    margin-bottom: 55px;
    font-family: 'Comfortaa', cursive;
}

.filters {
    width: 95%;
    padding: 15px 2.5% 15px 2.5%;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    margin-bottom: 35px;
    font-size: 11px;
}

.filters h5 {
    margin: 0;
    padding: 0;
    color: #06a1d3;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Comfortaa', cursive;
}

.filters span {
    display: inline-block;
    width: 40px;
    font-size: 13px;
    font-weight: 600;
}

.sortOpt {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #7a7a7a;
}

.c30 {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
}

.minFld {
    border: 1px solid #333;
    margin: 0 5px 0 5px;
    font-family: 'Comfortaa', cursive;
    font-size: 13px;
    height: 20px;
    padding-left: 5px;
    width: 60px;
}

.minInput2 {
    width: 30px;
    height: 16px;
    outline: none;
    text-align: center;
    border: 1px solid #949494;
    font-size: 12px;
    color: #0d88ca;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 2px;
}

.updateBtn {
    width: 20px;
    height: 18px;
    border: 0px solid #fff;
    background-color: transparent;
    background-image: url(../images/body/upd.png);
    background-size: 15px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.basket td {
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 5px;
    font-size: 13px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.basket tr:nth-child(even) {
    background: #fff
}

.basket th {
    background-color: #fff;
    color: #06a1d3;
    padding: 7px 0 7px 5px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    text-align: left;
    font-size: 16px;
    font-family: 'Comfortaa', cursive;
}

.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;
}

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

.oddajBtn {
    width: auto;
    height: 50px;
    outline: none;
    background-color: #488b79;
    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-width: 300px;
    max-height: 90px;
    padding: 10px;
    margin-right: 20px;
}

.kalkulacija {
    float: right;
    width: auto;
    text-align: right;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 0 0 0;
}

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

.f18 {
    color: #06a1d3;
    border-top: 1px solid #000;
    font-size: 18px;
    padding-top: 5px;
    display: block;
    margin-top: 10px;
}

.korak2Info {
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    padding: 20px 0 20px 0;
    font-size: 12px;
    display: table-cell;
    text-align: center;
}

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

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

.infoDostava {
    float: left;
    width: 95%;
    padding: 15px 0 15px 0;
    margin: 0 0 15px 2.5%;
    text-align: center;
    border-top: 1px solid #999999;
}

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

.share-content h5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    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: 600;
    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;
}

.bDostava {
    float: left;
    width: 155px;
    height: auto;
    padding: 10px 10px 10px 35px;
    background-color: #ed215a;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    color: #fff;
    margin: 0 5px 10px 0;
    font-size: 11px;
    background-image: url(../images/body/shipp.svg);
    background-size: 20px;
    background-position: 7px 10px;
    background-repeat: no-repeat;
}

.bMontaza {
    float: left;
    width: 155px;
    height: auto;
    padding: 10px 10px 10px 35px;
    background-color: #ed215a;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    color: #fff;
    margin: 0 5px 10px 0;
    font-size: 11px;
    background-image: url(../images/body/repair.svg);
    background-size: 20px;
    background-position: 7px 10px;
    background-repeat: no-repeat;
}

.btMarg {
    margin: 0 auto;
    width: 66%;
}

.lAutoBt {
    float: left;
    width: 48%;
    height: auto;
}

.fr {
    float: right;
}

.braintree_pay {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #7e7e7e;
    clear: left;
    margin-top: 10px;
}

.relDiv {
    position: relative;
    padding: 0;
}

.wait {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    display: none;
}

.wait img {
    height: 70px;
}

.pay_err_response {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #F00;
    color: #FFF;
    padding: 10px 0 10px 0;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.pay_err_response h3 {
    font-size: 18px;
    color: #FFF;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.fullBtn {
    width: 100%;
    box-sizing: border-box;
}