body {
/*    font-family: 'Merriweather', serif;;*/
        font-family: "Montserrat";
    overflow-x: hidden;
    background-repeat: no-repeat;
    font-weight: 300;
}

html {
    font-size: 62.5%;
}

p {
    font-size: 1.4rem;
    line-height: 1.75;
}

.-body-bckg {
    background: #fff;
        font-weight: 400;
/*    background: #c9e2f8;*/
}

.content-page {
    background: #fff;
    padding: 20px 0;
}

.content-page.-noPadding {
    padding: 0;
}

.myBtn {
    border: none;
    color: white;
/*    background-color: rgb(67 62 63 / 80%);*/
    background-color: rgb(214 0 0);
    border-radius: 5px;
}

.myBtn:hover,
.myBtn:focus,
.myBtn:active {
    text-decoration: none;
    color: white;
    /*background-color: rgb(67 62 63 / 80%);*/
    /*border-color: rgb(67 62 63 / 80%);*/
/*    background-color: rgb(67 62 63);
    border-color: rgb(67 62 63);*/
    background-color:rgb(214 0 0 / 76%);
    border-color: rgb(214 0 0 / 76%);
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

.marginTop100 {
    margin-top: 100px;
}

.marginBottom100 {
    margin-bottom: 100px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginBottom50 {
    margin-bottom: 50px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.noMargin {
    margin: 0;
}

.noPadding {
    padding: 0;
}

.go-left {
    float: left;
}

.go-right {
    float: right;
}

.transition {
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.pos {
    position: relative;
}

.pagination {
    margin-top: 30px;
}
.page-head{
    padding-top: 15px;
    padding-bottom: 15px;
    background: #e3e2e2;
}
.sitemap {
    margin-top: 8px;
    margin-right: 10px;
    /* float: right; */
}
.breadcrumb {
    padding: 0;
    background-color: transparent;
    /*background: #468C98;*/
    border-radius: 0;
    padding: 3px 15px 3px 15px;
    width: 1360px;
    margin: 0 auto;
    text-align: center;
        font-weight: bold;
    text-transform: uppercase;
}

.breadcrumb>.active {
    /*color: #bd1c31;*/
/*    color: #414D71;*/
color: #d60000;
}

.breadcrumb li a {
    color: #433e3f;
}

.db-page-cont {
    background: #fff;
    padding-bottom:100px; 
}
.db-page-cont  a{
    text-decoration:underline;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 5px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 5px;
}

.pagination>li>a>.active {
    background: #05668D;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #333;
}

.breadcrumb>li+li:before {
    color: #c1c1c1;
/*color: #fff;*/
}

.col-seter {
    padding: 0 5px;
}

._unmargin {
    margin: 0;
}

._unpadding {
    padding: 0;
}

.section-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 30px 0;
}

.after {
    display: table;
    position: relative;
}

.after:after {
    content: '';
    width: 40px;
    height: 10px;
    background: #d60000;
    display: block;
    position: absolute;
    left: 10px;
    top: 25%;
    /*transform: translate(0,-50%) rotate(45deg);*/
}
.after:before{
    content: '';
    width: 40px;
    height: 10px;
    background: #433E3F;
    display: block;
    position: absolute;
    left: 30px;
    top: 45%;
    /*transform: translate(0,-50%) rotate(45deg);*/
}
::-moz-selection {
    color: white;
    text-shadow: none;
    background: #d60000;
}

::selection {
    text-shadow: none;
    background: #d60000;
    color: white;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    webkit-tap-highlight-color: #05668D;
}

::-webkit-scrollbar-track {
    background-color: #efefef;
}

::-webkit-scrollbar {
    position: relative;
    height: 10px;
    width: 10px;
    background-color: #433E3F;
}

::-webkit-scrollbar-thumb {
    position: relative;
    background-color: #433E3F;
}

::-webkit-scrollbar::after {
    left: 0;
    top: 0;
    position: absolute;
    content: 'a';
}

.komprobBtn{
    width: 200px;
    margin-top: 20px;
}


.min-height {
    min-height: 600px;
}

.left-body-baner {
    width: 50%;
    height: 100vh;
    max-height: 945px;
    position: absolute;
    top: 206px;
    z-index: -1;
    overflow: hidden;
    display: block;
    left: 0;
    margin-left: 0;
}

.left-body-baner a {
    background: url("../img/baner/side-baner.jpg");
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: cover;
    display: block;
    height: 100%;
    margin-right: 585px;
}

.right-body-baner {
    width: 50%;
    height: 100vh;
    max-height: 945px;
    position: absolute;
    top: 206px;
    z-index: -1;
    overflow: hidden;
    display: block;
    right: 0;
    margin-right: 0;
}

.right-body-baner a {
    background: url("../img/baner/side-baner2.jpg");
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: cover;
    display: block;
    height: 100%;
    margin-left: 585px;
}

.posFixedBaner {
    position: fixed;
    top: 89px;
}

section {
    /*padding: 30px 0 0 0;*/
}

.side-filters {
    background: #05668D;
    border-radius: 8px;
    margin-top: 43px;
}


.small-head {
    margin-top: 5px;
    margin-bottom: 25px;
}

.top-menu {
    background: rgb(67 62 63 / 80%);
    border-bottom: 1px solid rgb(67 62 63 / 60%);
}

.top-menu .top-menu-left-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /*margin-top: 2px;*/
    /*margin-bottom: 2px;*/
    display: inline-block;
    background: transparent;
    /*margin-right: 3px;*/
    padding: 3px 0;
    display: flex;
}

.top-menu .top-menu-left-ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    /*padding: 10px 15px 10px 15px;*/
    /*border-right: 1px solid rgba(52, 89, 149, 0.3);*/
}
.top-menu .top-menu-left-ul li:hover .header-drop{
    display: block;
}
.top-menu .top-menu-left-ul li .header-drop{
    min-width: 200px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top:20px;
    left:50%;
    transform: translate(-50%,0);
    z-index: 999;
    padding: 5px 0;
    webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: none;
}
.top-menu .top-menu-left-ul li .header-drop>.list{
    list-style: none;
    padding: 0;
    margin:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top-menu .top-menu-left-ul li .header-drop>.list>.items{
    padding: 5px 0;
    margin-right: 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    width: 100%;
}
.top-menu .top-menu-left-ul li .header-drop>.list>.items:first-child{
    padding-top: 0;
}
.top-menu .top-menu-left-ul li .header-drop>.list>.items:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.top-menu .top-menu-left-ul li .header-drop>.list>.items>.links{
    color:#333;
    font-size: 1.2rem;
}
.top-menu .top-menu-left-ul li .header-drop>.list>.items>.links:hover{
    color:#bd1c31;
}
.top-menu .top-menu-left-ul li{
    display: flex;
    align-items: center;
}
.top-menu .top-menu-left-ul li:first-child{
    /*padding: 10px 15px 10px 5px;*/
}
.top-menu .top-menu-left-ul li a {
    font-size: 1.4rem;
    /*font-weight: bold;*/
    color: #333;
}

.top-menu .top-menu-left-ul li:hover a{
    color:#000;
}
.top-menu .top-menu-left-ul li:hover .icons{
    color:#ccc;
}
.top-menu .top-menu-left-ul li .icons{
    color:#333;
    font-size: 1.6rem;
    cursor: pointer;
}
.top-menu .top-menu-left-ul.-user-part li a {
    color: #f9ce09;
}

.top-menu .list {
    display: inline-block;
    margin-left: 0;
    padding: 0;
    margin-top: 8px;
}

.top-menu .list .items {
    display: inline-block;
}

.top-menu .list .items .static {
    color: #c1c1c1;
    font-size: 1.2rem;
}

.top-menu .list .items .dinamic {
    color: #fff;
}

.top-menu .top-menu-right-ul {
    padding: 0;
    margin: 0;
}

.top-menu .top-menu-right-ul li {
    display: inline-table;
    padding: 5px;
    vertical-align: top;
}

.top-menu .top-menu-right-ul li a img {
    width: 20px;
    margin-top: 2px;
    float: left;
}

.top-menu .top-menu-right-ul li a .icons {
    color: #c1c1c1;
    margin-top: 4px;
    font-size: 1.7rem;
}

.top-menu .top-menu-right-ul li .wish-count {
    color: #c1c1c1;
    font-size: 1.1rem;
    float: left;
    margin-top: 5px;
    margin-right: 8px;
}

.top-menu .top-menu-right-ul li .wish-name {
    font-size: 1.1rem;
    color: #c1c1c1;
    margin-top: 5px;
    margin-left: 8px;
    float: right;
}

.top-menu .top-menu-right-ul li a img.-wishlist {
    width: 13px;
    margin-top: 6px;
}

.top-menu .top-menu-right-ul li a span {
    vertical-align: sub;
    margin-left: 5px;
    color: #c1c1c1;
    font-size: 1rem;
}

.top-menu .mil-lang {
    /*margin-top: 9px;*/
    /*margin-right: 10px;*/
    border: none;
    outline: none;
    background: transparent;
    color: #333;
    margin-left: 20px;
    padding: 4px 3px;
    font-size: 1.2rem;
}
.top-menu .mil-lang option{
    color:#333;
}
.top-icons .list .items .links .image{
    width: 20px;
}
.my-main-menu {
    background: #fff;
    /*border-bottom: 1px solidd #ccc;*/
/*    padding: 10px 0;*/
    border-bottom: 1px solid #eee;
}

.my-main-menu .logo-holder {
    margin-top: 3px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.my-main-menu .logo-holder a img {
    width: 200px;
}
.my-main-menu .logo-holder .muni-title{
    margin-left: 20px;
}
.my-main-menu .logo-holder .muni-title .title{
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin:0;
}
.my-main-menu .mySearch-form {
    margin-top: 30px;
    text-align: right;
}

.my-main-menu .mySearch-form #mySearch-input {
    padding: 8px 5px;
    width: 430px;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border:1px solid #333;
    outline: none;
    border-right: none;
    background: #fff;
    margin-right: -5px;
}

.my-main-menu .mySearch-form #mySearch-input1 {
    padding: 8px 5px;
    width: 430px;
    border: 1px solid #433e3f;
    outline: none;
    border-right: none;
    background: #fff;
    margin-right: -5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.my-main-menu .mySearch-form .mySearch-select {
    padding: 8px 5px;
    outline: none;
    border-color: #cc3433;
    border-left: none;
    margin-left: -3px;
    padding-bottom: 9px;
    width: 197px;
    overflow: hidden;
    background: #2f343d;
    color: #fff;
    margin-right: -2px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.my-main-menu .mySearch-form .mySearch-button {
    /*padding: 8px 5px;*/
    width: 50px;
    height: 38px;
    outline: none;
    vertical-align: bottom;
    background: rgb(67 62 63 / 80%);
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.my-main-menu .mySearch-form .advanced {
    float: right;
    font-size: 1.2rem;
    padding: 10px 7px;
    padding-bottom: 9px;
    background: #f9ce09;
    color: #333;
    margin-left: 1px;
    height: 38px;
    border-radius: 4px;
}

.my-main-menu .mySearch-form .advanced:hover {
    background: #f9ce09;
}
.top-menu-col.-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.teh-links{
    display: flex;
    align-items:center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin:0;
}
.teh-links .items{
    margin-left: 10px;
}
.teh-links .items .links .image{
    width: 20px;
}
.top-menu-short-info .list{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.top-menu-short-info .list .items{
    position: relative;
}
.top-menu-short-info .list .items .dinamic{
/*    font-style: italic;*/
    margin-left: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}
.top-menu-short-info .list .items:before{
    content: '\2223';
/*    width: 3px;*/
/*    height: 3px;*/
    border-radius: 50%;
    color: #fff;
    display: block;
    position: absolute;
    top: 55%;
    left: 7px;
    transform: translate(0,-50%);
}
.top-menu-short-info .list .items:first-child:before{
    display: none;
 }
 .work-time {
    margin-top: 10px;
    color: #fff;
}
.work-time p{
    font-size: 12px;
}
.paddingRightZero{
    padding-right: 0;
}
.paddingLeftZero{
    padding-left: 0;
}
.navigation-holder {
    position: relative;
    top: 45px;
    /*border-bottom: 1px solid #05668D;*/
/*    background: #f9f9f9;*/
}
.navigation-holder.fixed {
    top: 0;
    display: flex;
    justify-content: center;
}
.navigation-holder .navigation .nav-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.navigation-holder .navigation .nav-ul .nav-li {
    position: relative;
/*    padding: 10px 20px;*/
    /*margin-right: 20px;*/
    /*padding-right: 20px;*/
/*    display: flex;
    align-items: center;*/
}
.navigation-holder .navigation .nav-ul .nav-li:hover{
/*    background-color: #5da6e5;*/
}
.navigation-holder .navigation .nav-ul .nav-li>a {
    color: #333;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 1px;
    font-weight: bold;
}
.navigation-holder .navigation .nav-ul .nav-li:after{
    content: '';
    display: block;
    position: absolute;
    top:0;
    right:0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}
.navigation-holder .navigation .nav-ul .nav-li:hover a{
    color: #000;
}


.navigation-holder .navigation .nav-ul .nav-li:hover .nav-main-drop {
    display: block;

}

.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop {
    -webkit-box-shadow: 0px 2px 2px #a9a9a9;
    -moz-box-shadow: 0px 2px 2px #a9a9a9;
    -ms-box-shadow: 0px 2px 2px #a9a9a9;
    -o-box-shadow: 0px 2px 2px #a9a9a9;
    box-shadow: 0px 2px 2px #a9a9a9;
    position: absolute;
    top: 100%;
    left: 0;
/*    background: #433E3F;*/
    background: #fff;
    border-top: none;
    z-index: 99999;
    min-width: 220px;
    display: none;
}

.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop .nav-main-drop-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop .nav-main-drop-ul .nav-main-drop-li {
    padding: 10px 5px !important;
    border: none;
    text-align: center;
    min-width: 185px;
    border-bottom: 1px solid rgb(238 238 238 / 16%);
}
.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop .nav-main-drop-ul .nav-main-drop-li:hover{
    background-color: #e3e2e2;
}
.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop .nav-main-drop-ul .nav-main-drop-li:last-child {
    border-bottom: none;
}
.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop .nav-main-drop-ul .nav-main-drop-li:last-child .nav-main-drop{
    left:unset;
    right:0;
}
.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop .nav-main-drop-ul .nav-main-drop-li:hover a {
    color: #000;
}

/*.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop .nav-main-drop-ul .nav-main-drop-li:hover i {
    opacity: 1;
}*/

.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop .nav-main-drop-ul .nav-main-drop-li a {
    text-transform: none;
    color: #333;
    display: block;
    font-size: 1.4rem;
}

.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop .nav-main-drop-ul .nav-main-drop-li a i {
    opacity: 0;
}

.navigation-holder .navigation .nav-ul .main-drop-triger:hover .main-drop {
    display: block;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop {
    position: absolute;
    background: #fff5c6;
    min-width: 250px;
    top: 34px;
    left: 0;
    z-index: 9999;
    display: none;
    border-bottom-left-radius: 5px;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li {
    padding: 6px 8px;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li:last-child{
    border-bottom-left-radius: 5px;
}
.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li:hover{
    background: #fff;
    border-right: none;
}
.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li a {
    color: #333;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li a:hover {
    color: #ff9900;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li:hover .sec-drop {
    display: block;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li:last-child {
    border-bottom: none;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .main-drop-a {
    display: block;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 0 5px 8px;
    white-space: nowrap;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .main-drop-a i {
    float: right;
    margin-right: 10px;
    font-size: 2rem;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;

}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li:hover i {
    color: #ff9900;
    transform: rotate(180deg);
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop {
    border: 1px solid #d6d6d6;
    border-top: none;
    border-left: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    width: 1080px;
    padding: 7px 5px;
    display: none;
    overflow-x: hidden;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop .sec-drop-ul {
    padding: 0;
    margin: 0;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop .sec-drop-ul .sec-drop-li {
    padding: 5px 3px;
    overflow: hidden;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop .sec-drop-ul .sec-drop-li hr {
    margin-bottom: 5px;
    margin-top: 25px;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop .sec-drop-ul .sec-drop-li .soc-drop-a1 {
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
    color: #333;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop .sec-drop-ul .sec-drop-li .soc-drop-a1:hover {
    text-decoration: underline;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop .sec-drop-ul .sec-drop-li a img {
    width: 40px;
    float: left;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop .sec-drop-ul .sec-drop-li .soc-drop-a2 {
    margin-right: 5px;
    font-size: 1.2rem;
    color: #666;
}

.navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop .sec-drop-ul .sec-drop-li .soc-drop-a2:hover {
    text-decoration: underline;
}

.burger {
    position: absolute;
    right: 0;
    top: 17px;
    z-index: 11;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.burger .burger1,
.burger .burger2,
.burger .burger3 {
    position: absolute;
    background: #333;
    width: 30px;
    height: 2px;
}

.burger .burger1 {
    top: 5px;
}

.burger .burger2 {
    top: 15px;
}

.burger .burger3 {
    top: 25px;
}

.menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: -100%;
    z-index: 10;
    background: #fff;
    top: 0;
    overflow-y: scroll;
}

.menu>.list {
    list-style-type: none;
    padding: 0;
    padding-top: 145px;
    width: 100%;
}

.menu>.list>.items {
    padding: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-align: left;
    padding-right: 50px;
}

.menu>.list>.items .dropdown-small {
    display: none;
}

.menu>.list>.items .dropdown-small .list {
    padding-left: 30px;
    list-style: none;
}

.menu>.list>.items .dropdown-small .list .items {
    padding: 5px 0;
}

.menu>.list>.items .dropdown-small .list .items .links {
    font-size: 1.4rem;
}

.menu>.list>.items>.links {
    color: #333;
    font-size: 1.8rem;
    text-decoration: none;
}

.menu>.list>.items i {
    background: #333;
    padding: 5px 8px;
    color: #fff;
    float: right;
    cursor: pointer;
}

.menu>.list>.items>.links img {
    width: 30px;
    height: 30px;
    margin: auto;
}

.menu>.list>.items input {
    padding: 5px;
    border: 1px solid #05668D;
}

.menu>.list>.items input:focus {
    outline: none;
}

.small-input-holder {
    display: none;
}

.go-top {
    position: fixed;
    bottom: 2.6em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 5px 10px;
    z-index: 1;
    border-radius: 5px;
    display: none;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #d60000 !important;
}

.modal-open .modal {
    z-index: 99999;
}

.modal-content {
    border-radius: 0;
    padding: 10px;
}

.modal-content input {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #333;
    padding: 0px 0px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.modal-content input:focus {
    outline: none;
}

.modal-content .prijava-button {
    width: 100% !important;
    margin-bottom: 10px !important;
    border-bottom: none !important;
    padding: 6px 12px !important;
}

.modal-content .help-check {
    width: auto;
}

.modal-content .zab-lozinka {
    margin-bottom: 20px;
    color: #05668D;
}

.modal-content p {
    font-size: 1.4rem;
    margin: 0;
    margin-top: 20px;
}

.modal-content p a {
    color: red;
}

.modal-content h5 {
    color: #05668D;
    text-transform: uppercase;
    font-weight: bold;
}

.modal-content small {
    color: #05668D;
}

.modal-content .log-name-input:focus {
    padding: 5px 0px;
    border-bottom: 1px solid #05668D;
}

.modal-content .pass-name-input:focus {
    padding: 5px 0px;
    border-bottom: 1px solid #05668D;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border: 1px solid #05668D;
}

.select2-container {
    width: 100% !important;
}

.s-product-holder .s-product .s-product-pic2 {
    width: 100%;
    height: 130px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #05668D;
    color: #fff;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

#search-input-holder {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9;
    overflow-y: scroll;
    padding: 50px 0;
}

#search-input-holder .logo-search {
    margin: auto;
    width: 200px;
}

#search-input-holder .js-example-basic-multiple {
    width: 100%;
    border-radius: 0;
}

#search-input-holder #mysearch-input {
    padding: 6px 5px;
    border: 1px solid #05668D;
    outline: none;
    width: 400px;
}

#search-input-holder #mysearch-input1 {
    padding: 6px 5px;
    border: 1px solid #05668D;
    outline: none;
    width: 400px;
}

#search-input-holder .sve-rez a {
    color: #05668D;
}

.mysearch-button {
    padding: 7px 12px;
}

#search-input-holder #close {
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 50px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

#search-input-holder #close:hover {
    transform: rotate(90deg);
}

.cart-slide {
    position: absolute;
    top: 34px;
    right: 0;
    border: 1px solid #d5d5d5;
    padding: 3px;
    background: #fff;
    display: none;
    z-index: 9;
    -webkit-box-shadow: 0px 10px 9px -11px rgba(0, 0, 0, 0.74);
    -moz-box-shadow: 0px 10px 9px -11px rgba(0, 0, 0, 0.74);
    box-shadow: 0px 10px 9px -11px rgba(0, 0, 0, 0.74);
}

.cart-slide:before {
    position: absolute;
    top: -7px;
    right: 54px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #05668D;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.cart-slide:after {
    position: absolute;
    top: -6px;
    right: 55px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #05668D;
    border-left: 6px solid transparent;
    content: '';
}

.cart-slide .cart-slide-body {
    width: 100%;
    padding: 3px;
    overflow-y: scroll;
    height: 231px;
}

.cart-slide .cart-slide-body .cart-slide-item {
    position: relative;
    width: 100%;
    padding: 10px 3px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d5;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-close {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    font-size: 1.8rem;
    color: #777;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-pic {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 5px;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-pic .cart-slide-img {
    max-height: 100%;
    width: auto;
    margin: 0;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-name {
    width: 389px;
    float: left;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-name a p {
    font-size: 1.4rem;
    margin: 0;
    line-height: 1;
    font-weight: bold;
    width: 100%;
    height: 15px;
    overflow: hidden;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-name .cart-slide-attr-ul {
    margin: 0;
    margin-top: 3px;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-name .cart-slide-attr-ul .cart-slide-attr-li {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    padding: 0;
    vertical-align: baseline;
    font-size: 1rem;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-name .cart-slide-attr-ul .cart-slide-attr-li .cart-slide-attr-name {
    font-weight: bold;
    font-size: 1rem;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-name .cart-slide-attr-ul .cart-slide-attr-li .cart-slide-attr-box {
    width: 13px;
    height: 13px;
    background: red;
    display: inline-block;
    margin-left: 2px;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-name .cart-slide-attr-ul .cart-slide-attr-li .cart-slide-attr-bckg {
    width: 13px;
    height: 13px;
    background: red;
    display: inline-block;
    margin-left: 2px;
    background-repeat: no-repeat;
    background-position: center;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-amount {
    float: right;
    text-align: center;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-amount button {
    border: 1px solid #d5d5d5;
    outline: none;
    background: #f7f7f7;
    width: 25px;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-amount .minus-btn {
    margin-right: -3px;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-amount .plus-btn {
    margin-left: -3px;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-amount input {
    border: 1px solid #d5d5d5;
    outline: none;
    width: 40px;
    border-left: none;
    border-right: none;
    text-align: center;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-amount input[type=number]::-webkit-inner-spin-button,
.cart-slide .cart-slide-body .cart-slide-item .cart-slide-amount input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-slide .cart-slide-body .cart-slide-item .cart-slide-amount p {
    margin: 0;
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
}

.cart-slide .cart-slide-total {
    padding: 0px 10px;
    margin-top: 5px;
}

.cart-slide .cart-slide-total p {
    margin: 0;
    color: #333;
    font-size: 1.6rem;
    margin-top: 3px;
}

.cart-slide .cart-slide-total p span:last-child {
    font-weight: bold;
}

.cart-slide-body::-webkit-scrollbar {
    width: 3px;
}

.myslider {
    background: #fff;
}

.myslider:hover .owl-prev,
.myslider:hover .owl-next {
    display: block;
}

.owl-prev {
    position: absolute;
    top: 40%;
    background: rgba(77, 77, 77, 0.5);
    padding: 8px 5px;
    color: #fff;
    display: none;
}

.owl-prev:hover {
    background: rgba(77, 77, 77, 0.8);
}

.owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    background: rgba(77, 77, 77, 0.5);
    padding: 8px 5px;
    color: #fff;
    display: none;
}

.owl-next:hover {
    background: rgba(77, 77, 77, 0.8);
}

.myslider2 {
    margin-bottom: 15px;
}

.brands-slider {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.brands-slider a img {
    max-height: 45px;
}

.side-menu {
    border: 1px solid #d6d6d6;
}

.side-menu .side-menu-ul {
    padding: 0;
    margin: 0;
}

.side-menu .side-menu-ul .side-menu-li {
    padding: 7px 5px;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.side-menu .side-menu-ul .side-menu-li:last-child {
    border-bottom: none;
}

.side-menu .side-menu-ul .side-menu-li:hover {
    padding-left: 10px;
    background: #fff;
}

.side-menu .side-menu-ul .side-menu-li:hover .side-menu-drop {
    display: block;
    border-left: none;
}

.side-menu .side-menu-ul .side-menu-li .side-menu-drop {
    border: 1px solid #d6d6d6;
    position: absolute;
    right: -202px;
    top: -1px;
    background: #fff;
    z-index: 99999;
    display: none;
}

.side-menu .side-menu-ul .side-menu-li .side-menu-drop .side-menu-drop-ul {
    padding: 0;
    margin: 0;
}

.side-menu .side-menu-ul .side-menu-li .side-menu-drop .side-menu-drop-ul .side-menu-drop-li {
    padding: 7px 7px;
    border-bottom: 1px solid #d6d6d6;
    min-width: 200px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.side-menu .side-menu-ul .side-menu-li .side-menu-drop .side-menu-drop-ul .side-menu-drop-li:hover {
    padding-left: 10px;
}

.side-menu .side-menu-ul .side-menu-li .side-menu-drop .side-menu-drop-ul .side-menu-drop-li:last-child {
    border-bottom: none;
}

.side-menu .side-menu-ul .side-menu-li .side-menu-drop .side-menu-drop-ul .side-menu-drop-li a {
    display: block;
}

.side-menu .side-menu-ul .side-menu-li a {
    display: block;
}

.crvena {
    background: red;
}

.plava {
    background: blue;
}

.zelena {
    background: green;
}

.orange {
    background: orange;
}

.zuta {
    background: yellow;
}

.crna {
    background: black;
}

.siva {
    background: gray;
}

.bela {
    border: 1px solid black;
    background: #fff;
}

.s-product-holder {
    border: 1px solid #e7e7e7;
    border-right: none;
    border-top: none;
    background: #fff;
    border-radius: 5px;
}


.border-seter:last-child .s-product-holder {
    border-right: 1px solid #e7e7e7;
}

.s-product-holder:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 9;
}

.s-product-holder .s-product-help {
    width: 100%;
    height: 25px;
    background: rgba(214, 214, 214, 0.64);
    background: #05668D;
    background: transparent;
}

.s-product-holder .akcija {
    position: absolute;
    top: 25px;
    right: 0;
    width: 45px !important;
}

.s-product-holder .zelja {
    position: absolute;
    top: 2px;
    right: 90px;
    width: 20px;
}

.s-product-holder .wish-icons {
    position: absolute;
    top: 2px;
    right: 5px;
    width: 20px;
    color: #c1c1c1;
    font-size: 2rem;
}

.s-product-holder .wish-icons.-active {
    color: #f9ce09;
}

.s-product-holder .wish-icons:hover {
    color: #f9ce09;
}

.s-product-holder .stiker-holder {
    position: absolute;
    left: 0;
    width: 40px;
    top: 25px;
}

.s-product-holder .uporediForm {
    position: absolute;
    left: 5px;
    top: 5px;
}

.s-product-holder .disc {
    background: #FF6732;
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 1.6rem;
    width: 42px;
    height: 35px;
    padding: 4px;
    transform: translate(-50%, 0);
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    ;
}

.s-product-holder .s-product-pic {
    padding: 20px 10px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
}

.s-product-holder .s-product-pic img {
    max-height: 100%;
}

.s-product-holder .s-product-brend {
    height: 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 5px;
    padding: 4px 0;
    text-align: center;
}
.s-product-holder .s-product-brend span{
    font-size: 2rem;
}
.s-product-holder .s-product-brend a img {
    max-height: 100%;
    margin: auto;
}

.s-product-holder .s-product-attr {
    padding: 5px 0;
    height: 50px;
}

.s-product-holder .s-product-attr .s-product-attr-ul {
    text-align: center;
    padding: 0;
    margin: 0;
    padding: 0 5px;
}

.s-product-holder .s-product-attr .s-product-attr-ul .s-product-attr-li {
    display: inline-block;
    /*width: 18px;*/
    height: 18px;
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;
    font-size: 1rem;
    vertical-align: middle;
    border:1px solid #ccc;
    cursor: auto;
    min-width: 18px;
    padding: 2px;
}

.s-product-holder .s-product-name {
    padding: 5px;
    height: 80px;
    position: relative;
    line-height: 1.3;
}

.s-product-holder .s-product-name .availability {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.s-product-holder .s-product-name .name {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
}

.s-product-holder .s-product-nam .code {
    font-size: 1rem;
}

/*.s-product-holder .s-product-name a {
    font-size: 1.3rem;
    font-weight: bold;
}*/


.s-product-holder .s-product-price {
    border-top: 1px solid #d6d6d6;
    overflow: hidden;
    padding: 5px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.s-product-holder .s-product-price .price-help .sa-button {
    min-width: 112px;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-top:6px;
    padding: 6px 9px;
}

.s-product-holder .s-product-price .price-help p {
    font-size: 1.8rem;
    margin: 0;
    color: #05668D;
    font-weight: bold;
}

.s-product-holder .s-product-price .price-help p del {
    font-size: 1.4rem;
}

.s-product-holder .s-product-price .price-help a img {
    width: 35px;
    margin-right: 15px;
    margin-top: 7px;
}



.rateYo {
    margin-bottom: 10px;
    margin-left: 5px;
}

.owl-carousel .owl-item img {
    width: unset;
}

.owl-carousel .owl-item .xs-product-holder .zelja {
    width: 20px;
}

.owl-carousel .owl-item .xs-product-holder .akcija {
    width: 40px;
}

.info-baner-holder {
    /*background: #e7e7e7;*/
    padding: 50px 0 0 0;
}

.info-baner {
    display: flex;
    flex-direction: row;
    margin: 7px 0;
    background: #cc3433;
    border-radius: 5px;
    height: 150px;
}
.info-baner:hover .text-holder .text{
    color:#ccc;
}
.info-baner .links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.info-baner .text-holder {
    /*margin-left: 20px;*/
}

.info-baner .text-holder .text{
    margin: 0;
    color: #fff;
    font-size: 2.2rem;
}

.info-baner .text-holder .links {
    color: #333;
}

.info-baner a img {
    display: inline-block;
    width: 50px;
}

footer {
    position: relative;
    width: 100%;
    background: #433e3f;
    padding: 100px 0;
    /*margin-top: 30px;*/
    /*background-position: center 17px;*/
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: radial-gradient(circle at center center, transparent,rgb(0,0,0)),linear-gradient(114deg, rgba(59, 59, 59,0.05) 0%, rgba(59, 59, 59,0.05) 50%,rgba(63, 63, 63,0.05) 50%, rgba(63, 63, 63,0.05) 100%),linear-gradient(186deg, rgba(173, 173, 173,0.05) 0%, rgba(173, 173, 173,0.05) 50%,rgba(237, 237, 237,0.05) 50%, rgba(237, 237, 237,0.05) 100%),linear-gradient(98deg, rgba(191, 191, 191,0.05) 0%, rgba(191, 191, 191,0.05) 50%,rgba(119, 119, 119,0.05) 50%, rgba(119, 119, 119,0.05) 100%),linear-gradient(58deg, rgba(95, 95, 95,0.05) 0%, rgba(95, 95, 95,0.05) 50%,rgba(189, 189, 189,0.05) 50%, rgba(189, 189, 189,0.05) 100%),linear-gradient(259deg, rgba(31, 31, 31,0.05) 0%, rgba(31, 31, 31,0.05) 50%,rgba(110, 110, 110,0.05) 50%, rgba(110, 110, 110,0.05) 100%),linear-gradient(41deg, rgba(142, 142, 142,0.05) 0%, rgba(142, 142, 142,0.05) 50%,rgba(84, 84, 84,0.05) 50%, rgba(84, 84, 84,0.05) 100%),linear-gradient(134deg, rgba(96, 96, 96,0.05) 0%, rgba(96, 96, 96,0.05) 50%,rgba(198, 198, 198,0.05) 50%, rgba(198, 198, 198,0.05) 100%),linear-gradient(46deg, rgba(12, 12, 12,0.05) 0%, rgba(12, 12, 12,0.05) 50%,rgba(71, 71, 71,0.05) 50%, rgba(71, 71, 71,0.05) 100%),radial-gradient(circle at center center, rgb(43,65,98),rgb(43,65,98));*/
}

footer .footer-filter {
    position: absolute;
    top: 0;
    left: 0;
    background: #e3e2e2;
    width: 100%;
    height: 100%;
}

footer .footer-links p {
    color: #fff;
}

footer .footer-links h4 {
    color:#d60000;
    font-size: 2rem;
    font-weight: bold;
}

footer .footer-links .footer-logo {
    width: 130px;
}

footer .footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .footer-links.brzi-foo ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:20px;
}
footer .footer-links.brzi-foo ul li{
	margin-right: 20px;
}
footer .footer-links.brzi-foo ul li a{
	font-size: 1.4rem;
    font-weight: 400;
	/*text-transform: uppercase;*/
}
footer .footer-links ul li {
    padding: 3px 0;
}

footer .footer-links ul li a {
    color: #333;
    font-size: 1.4rem;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

footer .footer-links ul li a:hover {
    text-decoration: underline;
}

footer .location ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .location ul li {
    margin: 15px 0;
    color: #333;
    font-weight: 400;
}

footer .location ul li img {
    width: 25px;
    float: left;
    margin-right: 10px;
    filter: invert(0.8);
}

footer .bank-foo {
    padding: 7px 0;
    margin: 0;
    text-align: center;
}

footer .bank-foo li {
    display: inline-block;
    margin-right: 10px;
}

footer .bank-foo li img {
    width: 45px;
}

.newsletter-foo .newsletter {
    /*background: #05668D;*/
    border: none;
    border: 1px solid #05668D;
    outline: none;
    padding: 6px 5px;
    color: #333;
    width: 196px;
}

.bckg-primary {
/*    background: rgb(67 62 63 / 80%);*/
}
.col-md-12.mn {
    background: #5d5e63;
}
.newsletter-foo .newsletter-btn {
    vertical-align: baseline;
    margin-left: -3px;
}

.social-foo h4 {
    color: #468c98;
}

.social-foo .social-ul-foo {
    padding: 0;
    margin: 0;
}

.social-foo .social-ul-foo li {
    display: inline-block;
    margin-right:20px;
}
.social-foo .social-ul-foo li:hover{
    transform: scale(1.1);
}

.social-foo .social-ul-foo li a img {
    width: 40px;
    filter: invert(0.8);
/*        filter: brightness(0.5);*/
}
.rss-maps .list .items .image {
     filter: invert(0.8);
}
.footer-bottom {
    padding: 5px 0;
    background: #333;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
}

.footer-bottom p a {
    color: #d60000;
}

.footer-bottom .container {
    background: transparent;
}

.footer-expl {
    text-align: center;
    color: #468c98;
    font-size: 1.2rem;
    line-height: 1;
    font-style: italic;
}

.tool-box {
    margin: 0 5px;
}

.registration-holder {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}
.registration-holder .registration-form .reg-input{
    margin-bottom:20px;
}
.registration-holder .registration-form .reg-input input {
    width: 100%;
    padding: 5px 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 1.6rem;
    outline: none;
}

.registration-holder .registration-form .reg-input input:focus {
    outline: none;
    border-color: #05668D;
}

.registration-holder .registration-form .reg-input .reg-btn {
    width: 100%;
    border: none;
}

.registration-holder2 {
    background: #05668d;
    padding: 10px;
    border-radius: 5px;
    color:#fff;
}

.registration-holder2 .registration-form .reg-input input {
    width: 100%;
    padding: 5px 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 1.6rem;
    outline: none;
    vertical-align: sub;
    margin-bottom: 10px;
    color:#333;
}
.registration-holder2 .registration-form .reg-input .login_remember{
    margin-bottom: 0;
    width: auto;
}
.registration-holder2 .registration-form .reg-input input:focus {
    outline: none;
    border-color: #05668D;
}

.registration-holder2 .registration-form .reg-input .reg-btn {
    width: 100%;
    border:none;
    color:#fff;
}

.panel {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.panel-group {
    border-bottom: 1px solid #eee;
    margin: 0;
    /*padding: 5px 8px;*/
}
.panel-group:first-child .panel-heading{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.panel-group:last-child .panel-heading{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    display: block;
}

.panel-default {
    border: none;
}

.extradet {
    padding: 0 7px 7px 7px;
}

.extradet .panel-body {
    /*padding-top: 17px;*/
}

.panel-title a {
    color: #fff;
}

.panel-title a:hover {
    color: #fff;
}

.panel-title a:hover i {
    color: #fff;
}

.panel-title a i {
    color: #fff;
    font-size: 1.8rem;
}

.panel-body {
    padding: 0px;
}

.panel-default>.panel-heading {
    background-color: #2f343d;
    border-color: transparent;
    border-radius: 0;
    padding: 7px 7px;
}

.side-filters .side-kate-ul {
    padding: 0;
    margin: 0;
}

.side-filters .side-kate-ul .side-kate-li {
    padding: 3px 0;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 5px 10px;
}

.side-filters .side-kate-ul .side-kate-li:hover {
    background: rgba(255, 255, 255, 0.12);
}

.side-filters .side-kate-ul .side-kate-li i {
    float: right;
    cursor: pointer;
    font-size: 1.8rem;
    color: #fff;
    margin-top: 2px;
}

.side-filters .side-kate-ul .side-kate-li a {
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: inline;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    ;
}

.side-filters .side-kate-ul .side-kate-li a:hover {
    padding-left: 4px;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop {
    margin: 8px 0;
    padding-left: 10px;
    display: none;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul {
    margin: 0;
    padding: 0;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li {
    margin-bottom: 3px;
    width: 100%;
    list-style: none;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li:hover {
    background: #05668D;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li i {
    float: right;
    cursor: pointer;
    font-size: 1.8rem;
    color: #fff;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li a {
    font-size: 1.4rem;
    display: inline;
    color: #fff;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li .side-kate-drop2 {
    margin: 8px 0;
    padding-left: 10px;
    display: none;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li .side-kate-drop2 .side-kate-drop-ul {
    margin: 0;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li .side-kate-drop2 .side-kate-drop-ul .side-kate-drop-li {
    margin-bottom: 3px;
}

/*.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li .side-kate-drop2 .side-kate-drop-ul .side-kate-drop-li:hover{
    background: #fff;
}*/
.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li .side-kate-drop2 .side-kate-drop-ul .side-kate-drop-li a {
    font-size: 1.4rem;
    display: inline;
}

.side-links-ul {
    padding: 0;
    margin: 0;
    padding: 5px;
    background: #333;
}

.side-links-ul .side-links-li {
    padding: 5px 0;
}

.side-links-ul .side-links-li a {
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: block;
    color: #fff;
}

.side-links-ul .side-links-li a:hover {
    padding-left: 4px;
}

.side-links-ul .side-links-li a i {
    font-size: 1.6rem;
}

.x-filter-white {
    color: #fff;
    margin:10px;
}

.filter-color-ul {
    margin: 0;
    padding: 5px 0 0 10px;
}

.filter-color-ul .filter-color-li {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    margin-right: 6px;
    cursor: pointer;
    border: 1px solid #d6d6d6;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}

.filter-color-ul .filter-color-li i {
    display: none;
}

.filter-color-ul .filter-color-sqr {
    border-radius: 0;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 25px;
    height: 16px;
    display: block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1.4rem;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 10px;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -16px;
}

label.css-label {
    background-image: url("../../img/csscheckbox_81f722579f9a47fe19127e2f016b3c37.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

.upor {
    font-size: 1.2rem !important;
}

.filter-select {
    width: 100%;
    background: transparent;
    padding: 5px 0;
    outline: none;
    margin: 15px 0;
    color: #fff;
}

.filter-select option {
    color: #333;
}

.color-fff {
    color: #fff;
}

.head-name {
    color: #0a0e14;
    margin-top: 10px;
    font-size: 3.5rem;
}

.shop-baner img {
    width: 100%;
}

.uporedi-box {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    border: 1px solid #eee;
    position: relative;
}

.uporedi-box:hover {
    background: rgba(255, 255, 255, 0.3);
}

.uporedi-box:hover a {
    display: block;
}

.uporedi-box a {
    display: none;
}

.uporedi-box a img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.uporediBtn {
    margin-top: -30px;
}

.prikaz-p {
    margin-top: 5px;
}

.h-product-holder {
    border: 1px solid #d6d6d6;
    padding: 3px;
    overflow: hidden;
    margin-bottom: 10px;
    margin: 10px 5px;
    border-radius: 5px;
}
.h-product-holder:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.h-product-holder .h-product-brend {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 100px;
    cursor:auto;
}

.h-product-holder .h-product-pic {
    float: left;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    width: 100%;
    border-radius: 5px;
}

.h-product-holder .h-product-pic .uporediForm-h {
    position: absolute;
    bottom: -35px;
    left: 65px;
}

.h-product-holder .h-product-pic img {
    max-height: 100%;
}

.h-product-holder .h-product-pic .akcija2 {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 40px;
}

.h-product-holder .h-product-pic .stiker-holder {
    position: absolute;
    left: 0;
    top: 5px;
    width: 35px;
}

.h-product-holder .h-product-name {
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    height: 70px;
}

.h-product-holder .h-product-name a h4 {
    margin-top: 0;
    margin-bottom: 7px;
    width: calc(100% - 95px);
    height: 40px;
}

.h-product-holder .h-product-name small {
    padding-right: 10px;
    border-right: 1px solid #333;
}

.h-product-holder .h-product-name .nema-h {
    padding-left: 7px;
    border: none;
    color: red;
}

.h-product-holder .h-product-name .ima-h {
    color: green;
}

.h-product-holder .h-product-attr {
    padding-top: 10px;
    overflow: hidden;
    height: 70px;
}
.h-product-holder .h-product-price {
    overflow: hidden;
    height: 70px;
}

.h-product-holder .h-product-attr .h-product-attr-ul {
    padding: 0;
    margin: 0;
    float: left;
}

.h-product-holder .h-product-attr .h-product-attr-ul .h-product-attr-li {
    font-size: 1.2rem;
    margin-bottom: 10px;
    list-style: none;
    overflow: hidden;
}

.h-product-holder .h-product-disc {
    padding-top: 10px;
}

.h-product-holder .h-attr-select {
    padding-top: 10px;
}

.h-product-holder .h-attr-select .h-attr-select-ul .h-attr-select-li {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
}

.h-product-holder .h-product-cart {
    text-align: right;
    height: 40px;
}

.h-product-holder .h-product-cart a {
    /*font-size: 1.1rem;*/
    margin-left: 10px;
    width: 112px;
}

.h-product-holder .h-product-cart a img {
    width: 18px;
}

.h-product-holder .h-product-cart .h-cart-btn {
    font-size: 1.4rem;
}
.h-product-holder .h-product-cart .wish-icons{
    color:#c1c1c1;
    font-size: 2rem;
    vertical-align: middle;
}
.h-product-holder .h-product-cart .wish-icons.-active{
    color:#f9ce09;
}
.h-product-holder .h-product-cart .wish-icons:hover{
    color:#f9ce09;
}

.h-product-holder .h-product-price p {
    font-size: 1.8rem;
    color: red;
    margin: 0;
}

.h-product-holder .h-product-price p del {
    font-size: 1.4rem;
    color: #333;
}
.h-product-holder .disc {
    background: #FF6732;
    position: absolute;
    right: 0;
    top: 40%;
    padding: 2px 3px 2px 3px;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rate-h {
    margin-bottom: 0;
    margin-left: -4px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 2px;
}

.table>tbody>tr>th {
    background: #eee;
    font-size: 1.2rem;
}

.table>tbody>tr>td {
    font-size: 1.4rem;
}

.thumb-div:first-child {
    padding-left: 15px;
}

.thumb-div:last-child {
    padding-right: 15px;
}

.main-rate .rate-p {
    padding: 0;
    margin-top: 10px;
}

.main-rate p {
    margin: 0;
    margin-top: 9px;
    margin-left: 15px;
    font-size: 1.6rem;
}

.product-head-name {
    margin: 0 0 10px 0;
    font-size: 4rem;
}

.product-pic {
    border: 1px solid #eee;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
}

.product-pic .disc{
    background: #FF6732;
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 1.6rem;
    width: 42px;
    height: 35px;
    padding: 4px;
    transform: translate(-50%, 0);
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.product-pic .product-image {
    max-height: 100%;
}

.product-pic .akcija3 {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
}

.product-pic .garancija {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 70px;
}

.product-pic .stiker-holder2 {
    position: absolute;
    left: 0;
    top: 5px;
    width: 50px;
}

.product-sec-pic {
    border: 1px solid #eee;
    height: 65px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
}

.product-sec-pic:hover {
    border-color: #05668D;
}

.product-sec-pic img {
    max-height: 100%;
}

.easyzoom {
    float: left;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.easyzoom a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.easyzoom img {
    display: block;
}

.product-info {
    border: 1px solid #eee;
    padding: 5px;
    overflow: hidden;
    min-height: 130px;
    background: #fff;
    border-radius: 5px;
}
.top-info-holder h2{
    font-size: 2rem;
    font-weight: bold;
    margin:0;
}
.top-info-holder h4{
    font-size: 1.4rem;
    margin:5px 0;
}
.top-info-holder h4 a{
    font-weight: bold;
    text-transform: uppercase;
}
.product-info .product-brand {
    height: 35px;
    margin-bottom: 10px;
    width: 55%;
    float: left;
}
.product-info .product-brand span{
    font-size: 3rem;
}
.product-info .product-brand a{
    cursor:auto;
}
.product-info .product-brand img {
    max-height: 100%;
    float: left;
}

.product-info .product-price {
    margin-bottom: 10px;
    width: auto;
    overflow: hidden;
}

.product-info .product-price p {
    margin: 0;
}

.product-info .product-price p.real-price {
    font-size: 1.6rem;
}

.product-info .product-price p.discount-price {
    font-size: 2.5rem;
    color: red;
    font-weight: bold;
}
.product-info .product-price p.discount-price .price-title{
    font-size: 1.6rem;
    color:#f00;
    display: block;
    font-weight: normal;
}
.product-info .product-price p.unit-measure{
    font-size: 1.2rem;
}
.product-info .product-price p.savings {
    font-size: 1.4rem;
    color: #009344;
}

.product-info .stock-holder {
    margin-bottom: 5px;
    overflow: hidden;
    float: left;
    width: 50%;
}

.product-info .stock-holder .stock {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    font-size: 1.4rem;
}

.product-info .stock-holder .stock-yes {
    color: #009344;
}

.product-info .stock-holder .stock-no {
    color: red;
}

.product-info .product-desc {
    margin-bottom: 10px;
}

.product-info .product-desc p {
    margin: 0;
    line-height: 1.6;
}

.product-info .product-desc p strong {
    text-transform: uppercase;
}

.product-info .product-delivery {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.product-info .product-delivery .deli {
    margin: 0;
}

.product-info .product-delivery .deli1 {
    font-size: 1.4rem;
}

.product-info .product-delivery .deli2 {
    color: #009344;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.product-info .product-rate {
    overflow: hidden;
    margin-bottom: 10px;
}

.product-info .product-rate .rate-p {
    margin-left: 0;
    padding: 0;
    float: left;
}

.product-info .product-rate p {
    display: inline-block;
    margin: 0;
}

.product-info .product-attr {
    margin-bottom: 10px;
    overflow: hidden;
    width: 60%;
    float: left;
}

.product-info .product-attr p {
    margin-bottom: 0px;
}

.product-info .product-attr .product-attr-ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 0px;
}

.product-info .product-attr .product-attr-ul a .product-attr-li {
    min-width: 35px;
    height: 35px;
    font-size: 1.2rem;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-right: 5px;
    position: relative;
    border: 2px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
}

.product-info .product-attr .product-attr-ul a .product-attr-li i {
    position: absolute;
    left: 1px;
    top: 1px;
    color: #00ff76;
    display: none;
}

.product-info .product-attr select {
    width: 150px;
    border-radius: 0;
    padding: 3px 2px;
    outline: none;
    box-shadow: none;
}

.product-info .attr-onchange {
    border-color: red !important;
}

.product-info .product-disc {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.product-info .product-disc .disc-product-table{
    width: 100%;
}
.product-info .product-disc .disc-product-table th {
    font-size: 1.2rem;
    padding: 1px 2px;
}

.product-info .product-disc .disc-product-table td {
    font-size: 1.4rem;
}
.product-info .product-compare-wish {
    width: 27%;
    float: left;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.product-info .product-compare-wish .wish-product-btn{
    border: 1px solid #eee;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 4px;
}
.product-info .product-compare-wish .wish-icons{
    color:#9a9898;
    font-size: 2rem;
    /*margin-left:20px;*/
    cursor: pointer;
}
.product-info .product-compare-wish .wish-icons:hover{
    color:#f9ce09;
}

.product-info .product-compare-wish .wish-icons.-active{
    color:#f9ce09;
}
.product-info .product-compare-wish .uporediForm input[type=checkbox].css-checkbox+label.css-label{
    background-image: none;
    cursor: pointer;
    padding-left:0;
    margin:0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 3px;
}
.product-info .product-compare-wish .uporediForm .icons{
    color:#9a9898;
    font-size: 2rem;
    cursor: pointer
}
.product-info .product-compare-wish .uporediForm .icons:hover{
    color:#f9ce09;
}
.product-info .product-addlinks {
    margin-bottom: 10px;
    overflow: hidden;
    float: right;
    margin-left: 10px;
}

.product-info .product-addlinks a {
    margin-right: 10px;
}

.product-info .product-addlinks a img {
    width: 20px;
}

.product-info .product-addlinks a i {
    font-size: 1.6rem;
}

.product-info .product-cart {
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: right;
    width: 70%;
    float: right;
}
.product-info .product-cart .sa-button{
    font-size: 2rem;
    padding: 5px 12px;
}
.product-info .product-cart .product-input::-webkit-inner-spin-button,
.product-info .product-cart -webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-info .product-cart .product-input {
    box-shadow: none;
    outline: none;
    width: 70px;
    height: 40px;
    padding: 0 5px;
    font-size: 2rem;
    border: 1px solid #333;
    border-radius: 5px;
    vertical-align: bottom;
}
.product-info .product-cart .product-input:focus{
    border-color: #05668D;
}
.product-info .product-cart button {
    height: 40px;
    width: 30px;
    font-size: 2rem;
    background: transparent;
    border: 1px solid #333;
    vertical-align: bottom;
    border-radius: 5px;
}
.product-info .product-cart button:hover{
    border-color: #05668D;
}
.product-info .product-cart .product-cart-btn {
    padding: 11px 6px;
    width: 130px;
    margin-left: 10px;
    margin-top: -6px;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.order-help-menu{
    background: #05668D;
    border-radius: 5px;
    padding: 5px;
}
.order-help-menu .title{
    color:#fff;
}
.order-help-menu .cart-help-ul{
    padding-left: 10px;
}
.order-help-menu .cart-help-ul .cart-help-li{
    
}
.order-help-menu .cart-help-ul .cart-help-li .icons{
    font-size: 2rem;
    vertical-align: sub;
}
.order-help-menu .cart-help-ul .cart-help-li .links{
    color:#fff;
}


.product-help-ul .product-help-li a {
    font-size: 1.6rem;
    line-height: 1.7;
}

.product-help-ul .product-help-li a:hover {
    text-decoration: underline;
}

.product-table>tbody>tr>td {
    font-size: 1.4rem;
    padding: 5px;
}

.small-product-head {
    /*background: #eee;*/
    /*padding: 20px 0 20px 10px;*/
}

.small-product-head .title {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
}

#docs p {
    overflow: hidden;
}

#docs p a:hover {
    text-decoration: underline;
}

#docs p a img {
    float: left;
    width: 40px;
}

.p-video-holder {
    width: 100%;
    height: 400px;
    margin: 10px auto;
}
.product-info-tabs{
    background: #f9f9f9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 20px;
}
.product-info-tabs .nav-tabs>li>a {
    /*border-radius: 5px;*/
    padding: 5px;
    font-size: 2rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product-info-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #f9f9f9;
    color:#000;
}

.product-info-tabs .tab-content .tab-pane{
    min-height: 200px;
    padding:0 10px;
}
.product-info-tabs .tab-content .tab-pane li{
    font-size: 1.8rem;
}
.product-info-tabs .tab-content .tab-pane p{
    font-size: 1.6rem;
    line-height: 1.4;
}

.product-info-tabs .nav-tabs{
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.product-info-tabs .nav-tabs li{
    width: 100%;
}

.product-description{
    background: #f9f9f9;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;
}
.product-description{
    font-size: 1.6rem;
}
.product-description .title{
    font-size: 2rem;
}


.xs-product-holder {
    border: 1px solid #eee;
    padding: 3px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
}

.xs-product-holder:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.xs-product-holder .akcija {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}

.xs-product-holder .zelja {
    position: absolute;
    top: 2px;
    left: 50%;
    width: 20px;
}

.xs-product-holder .uporediForm {
    position: absolute;
    left: 5px;
    top: 5px;
}

.xs-product-holder .stiker-holder {
    position: absolute;
    top: 28px;
    left: 0;
    width: 30px;
}

.xs-product-holder .disc {
    background: #FF6732;
    position: absolute;
    right: 0;
    top: 25%;
    padding: 2px 3px 2px 3px;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.xs-product-holder .xs-product-pic {
    height: 130px;
    border-bottom: 1px solid #d6d6d6;
}

.xs-product-holder .xs-product-pic a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.xs-product-holder .xs-product-pic a img {
    max-height: 100%;
}

.xs-product-holder .xs-product-name {
    padding-top: 10px;
    height: 58px;
    line-height: 1.1;
    overflow: hidden;
}

.xs-product-holder .xs-product-name a {
    font-size: 1.2rem;
    color: #05668D;
    text-transform: uppercase;
}
.xs-product-holder .xs-product-price{
    height: 50px;
}
.xs-product-holder .xs-product-price p {
    margin: 0;
    color: red;
    font-size: 1.8rem;
    line-height: 1.5;
    height: 25px;
}

.xs-product-holder .xs-product-price p del {
    color: #333;
    font-size: 1.2rem;
}

.xs-product-holder .xs-product-btn-holder .xs-product-btn {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1rem;
}

.add-coment {
    color: #05668D;
}

.coment-form input {
    outline: none;
    box-shadow: none;
    width: 200px;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #05668D;
}

.coment-form input:focus {
    border: 1px solid #05668D;
}

.coment-form textarea {
    outline: none;
    box-shadow: none;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #05668D;
}

.coment-form textarea:focus {
    border: 1px solid #05668D;
}

.coment-form .coment-btn {
    width: 200px;
    margin-bottom: 10px;
}

.coment-form p {
    margin: 0;
}

.well {
    box-shadow: none;
    border-radius: 0;
    margin-top: 10px;
}

.coment-holder {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5;
    overflow: hidden;
}

.coment-holder p {
    overflow: hidden;
}

.coment-holder p span {
    color: #05668D;
    font-size: 2rem;
}

.coment-holder p span img {
    height: 30px;
}

.admin-coment {
    margin-left: 50px;
    padding: 10px;
    background: rgba(0, 115, 132, 0.1);
}

.more-com {
    width: 100%;
}

.more-com .more-com-btn {
    width: 100px;
    margin-top: 20px;
}

.table-attr-ul {
    margin: 0;
    list-style: none
}

.table-attr-ul a {
    cursor: auto;
}

.table-attr-ul .table-attr-li {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.rateYo,
.rate-p,
.ocenite {
    z-index: 9;
}

.uporedi-pic-holder {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
}

.uporedi-tabela th,
.uporedi-tabela td {
    border: 1px solid #05668D;
}

.uporedi-tabela .btn,
.uporedi-tabela add2cart,
.uporedi-tabela cart-button {
    width: 120px;
    transition: all 0.2s ease;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    background-color: #05668D;
}

.uporedi-tabela .btn:hover,
.uporedi-tabela add2cart:hover,
.uporedi-tabela cart-button:hover {
    background-color: #1c272b;
}

.b2b-pic img {
    width: 30px;
    margin: auto;
}

.b2b-brend-pic img {
    margin: auto;
    width: 50px;
}

.myb2bTable tr {
    text-align: center;
}

.b2b-attr-patern {
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}

.b2b-attr-color {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
}

.b2b-price {
    font-weight: bold;
    color: red;
}

.b2b-sumary {
    font-size: 1.6rem;
}

.b2b-input {
    width: 50px;
}

.b2b-btn {
    font-size: 1.2rem;
    padding: 3px;
}

.b2b-check {
    color: #009344;
}

.myb2bTable>tbody>tr>td {
    vertical-align: middle;
}

.b2bModal {
    padding: 15px;
}

.attr-b2b {
    display: inherit;
    font-size: 1.2rem;
}

.b2bFilters-btn {
    width: 150px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 159, 183, 0.1);
}

.popover {
    border-radius: 0;
}

.gallerys-bckg {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 380px;
    height: 380px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1;
}

.gallerys-holder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.gallerys-holder .gallerys-info {
    padding: 15px 7px;
    background: rgba(33, 33, 33, 0.5);
    text-align: center;
    color: #fff;
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.gallerys-holder .gallerys-info p {
    margin: 0;
    line-height: 1.5;
}

.gallerys-holder:hover .gallerys-info {
    top: 0;
    height: 100%;
    background: rgba(33, 33, 33, 0.7);
}

.gallery-holder {
    border: 1px solid #eee;
    height: 150px;
    margin-bottom: 10px;
}

.gallery-holder a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.gallery-holder a img {
    max-height: 100%;
}

.gallery-pic-holder {
    height: 150px;
    padding: 2px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.gallery-pic-holder a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-pic-holder a img {
    max-height: 100%;
}

.gallery-pic-col {
    margin-bottom: 10px;
}

.video-holder {
    height: 300px;
    margin-bottom: 10px;
}

#news-bar {
    background: #F7F7FF;
    /*border-bottom: 1px solid #b74141;*/
    padding: 5px 0;
}

#news-bar a {
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
}

#commercialist-bar {
    background: #2f343d;
    border-bottom: 1px solid #0a0e14;
}

#commercialist-bar a {
    color: #fff;
    /*font-size: 1.4rem;*/
}

.news-holder {
    border: 1px solid #c1c1c1;
    padding: 2px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.news-holder .news-pic {
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.news-holder .news-pic .timeSpan {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 8px;
    background: #05668D;
    color: #fff;
    font-size: 1rem;
}

.news-holder .news-pic .news-head {
    position: absolute;
    bottom: 0;
    background: rgba(33, 33, 33, 0.7);
    padding: 5px;
    width: 100%;
}

.news-holder .news-pic .news-head small {
    color: #fff;
    font-size: 1rem;
    font-style: italic;
}

.news-holder .news-pic .news-head h4 {
    color: #fff;
}

.news-holder .news-pic .news-head p {
    color: #fff;
    margin: 0;
    height: 45px;
    overflow: hidden;
    line-height: 1.2;
}

.news-holder .news-pic .news-filter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(33, 33, 33, 0);
    width: 100%;
    height: 100%;
}

.news-holder .news-pic:hover .news-head {
    background: rgba(33, 33, 33, 0.9);
}

/*.news-holder .news-pic:hover .news-head p i {
    margin-right: 10px;
}*/

.news-holder .news-pic-slider {
    height: 158px;
}

.news-baner {
    margin-bottom: 10px;
}

.big-news-holder {
    border: 1px solid #c1c1c1;
    padding: 2px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.big-news-holder .big-news-pic {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

.big-news-holder .big-news-pic .timeSpan {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 8px;
    background: #05668D;
    color: #fff;
    font-size: 1rem;
}

.big-news-holder .big-news-pic .news-head {
    position: absolute;
    bottom: 0;
    background: rgba(33, 33, 33, 0.7);
    padding: 5px;
    width: 100%;
}

.big-news-holder .big-news-pic .news-head small {
    color: #fff;
    font-size: 1rem;
    font-style: italic;
}

.big-news-holder .big-news-pic .news-head h4 {
    color: #fff;
}

.big-news-holder .big-news-pic .news-head p {
    color: #fff;
    margin: 0;
    height: 45px;
    overflow: hidden;
    line-height: 1.2;
}

.big-news-holder .big-news-pic .news-filter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(33, 33, 33, 0);
    width: 100%;
    height: 100%;
}

.big-news-holder .big-news-pic:hover .news-head {
    background: rgba(33, 33, 33, 0.9);
}

.big-news-holder .big-news-pic:hover .news-head p i {
    margin-right: 10px;
}

.news-help-holder {
    border: 1px solid #d5d5d5;
    /*padding: 3px;*/
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.news-help-holder .news-search-holder .news-help-head {
    width: 100%;
    padding: 7px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #cc3433;
    margin-bottom: 10px;
}

.news-help-holder .news-search-holder .news-help-head p {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
}

.news-help-holder .news-search-holder input {
    border: 1px solid #05668D;
    outline: none;
    padding: 5px 2px;
    width: 170px;
    border-radius: 5px;
}

.news-help-holder .news-search-holder input:focus {
    border: 1px solid #05668D;
}

.news-help-holder .news-search-holder button {
    margin-left: -4px;
    vertical-align: baseline;
}

.news-help-holder .news-tags-holder {
    margin-top: 10px;
}

.news-help-holder .news-tags-holder .news-help-head {
    width: 100%;
    padding: 7px 10px;
    background: #333;
    margin-bottom: 10px;
}

.news-help-holder .news-tags-holder .news-help-head p {
    margin: 0;
    color: #fff;
}

.news-help-holder .news-tags-holder .news-tags-ul {
    margin: 0;
}

.news-help-holder .news-tags-holder .news-tags-ul .news-tags-li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.news-help-holder .news-tags-holder .news-tags-ul .news-tags-li a:hover {
    text-decoration: underline;
}

.single-news-holder {
    border: 1px solid #d4d4d4;
    padding: 2px;
}
.single-news-body{
    padding: 0 10px;
}
.contact-social-ul{
    display: flex;
}
.contact-social-ul li{
    margin-right: 5px;
}


.single-news-holder .single-news-pic {
    max-height: 450px;
    overflow: hidden;
    position: relative;
}

.single-news-holder .single-news-pic .timeSpan {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 8px;
    background: #05668D;
    color: #fff;
}

.single-news-holder .single-news-pic img {
    width: 100%;
    max-height: 100%;
}

.single-news-holder .single-news-body h3 {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.single-news-holder .view-gallery .gallery-ul .gallery-li {
    display: inline-block;
    height: 100px;
    border: 1px solid rgba(220, 220, 200, 0.6);
    padding: 2px;
    border-radius: 5px;
}

.single-news-holder .view-gallery .gallery-ul .gallery-li img {
    max-height: 100%;
}
.documents-page{
    min-height: 600px;
}
.doc-holder {
    padding: 10px 5px;
    border:1px solid rgba(39, 51, 87, 0.48);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 160px;
    margin-bottom: 10px;
}
.doc-holder:hover{
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.doc-holder .name{
    font-size:1.4rem;
    text-align: center;
}

.doc-holder .image {
    width: 50px;
    /*margin-right: 10px;*/
}
.doc-holder.-folder .name{
    font-size:2rem;
}
.contact-social-ul li {
    display: inline-block;
    margin-right: 5px;
}

.contact-social-ul li a img {
    width: 25px;
}

.form-group input,
.form-group textarea {
    border: 1px solid #433e3f;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #414D71;
}

#map {
    height: 450px;
    margin-bottom: -30px;
}

.catalog-name {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0;
    height: 72px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.catalog-holder {
    border: 1px solid #c1c1c1;
    padding: 2px;
    height: 230px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.catalog-holder a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-holder:hover .catalog-filter {
    background: rgba(33, 33, 33, 0.7);
}

.catalog-holder:hover .catalog-filter .catalog-down {
    opacity: 1;
}

.catalog-holder .catalog-filter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-holder .catalog-filter .catalog-down {
    width: 30px;
    height: 30px;
    opacity: 0;
}

.catalog-holder .catalog-img {
    max-height: 100%;
}

.empty-cart {
    width: 280px;
    margin: auto;
}

.korpa-holder {
    padding: 3px;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    margin: 0 5px;
    width: 100%;
}
.korpa-holder.korpa-heading{
    border-bottom: none;
}
.korpa-holder .korpa-th {
    margin: 0;
    font-size: 1.4rem;
}

.korpa-holder .korpa {
    /*padding: 5px;*/
    border-left: 1px solid #eee;
    line-height: 1.1;
}
.korpa-holder .korpa .title{
    font-size: 1.1rem;
    /*margin-bottom: 17px;*/
    color:#333;
    text-align: center;
    background: rgba(204, 204, 204, 0.28);
    width: 100%;
    margin: 0;
}
.korpa-holder .korpa-proizvod .korpa-proizvod-pic {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 10px;
}

.korpa-holder .korpa-proizvod .korpa-proizvod-pic img {
    max-height: 100%;
}

.korpa-holder .korpa-proizvod .korpa-brend-name {
    color: #05668D;
}

.korpa-holder .korpa-proizvod .korpa-proizvod-name {
    color: #05668D;
    font-size: 1.2rem;
}

.korpa-holder .korpa-proizvod .korpa-proizvod-izbaci {
    color: red;
}

.korpa-holder .korpa-cena {
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
}

.korpa-holder .korpa-cena span {
    font-weight: bold;
    color: #333;
    font-size: 1.8rem;
}

.korpa-holder .korpa-popust {
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
}
.korpa-holder .korpa-popust th{
    font-size: 1.2rem;
}
.korpa-holder .korpa-popust span {
    font-weight: bold;
    color: #333;
    font-size: 1.8rem;
}

.korpa-holder .korpa-kolicina {
    /*height: 80px;*/
}

.korpa-holder .korpa-kolicina .product-input::-webkit-inner-spin-button,
.korpa-holder .korpa-kolicina -webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.korpa-holder .korpa-kolicina .product-input {
    box-shadow: none;
    outline: none;
    width: 55px;
    height: 35px;
    padding: 0 5px;
    font-size: 2rem;
    margin-top: 22px;
    border: 1px solid #333;
}

.korpa-holder .korpa-kolicina button {
    height: 35px;
    width: 30px;
    font-size: 2rem;
    background: transparent;
    border: 1px solid #333;
    vertical-align: bottom;
}

.korpa-holder .korpa-kolicina a {
    /*margin-left: 45px;*/
}

.korpa-holder .korpa-kolicina .korpa-osvezi {
    color: red;
}

.korpa-holder .korpa-ukupno {
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
}

.korpa-holder .korpa-ukupno span {
    font-weight: bold;
    color: #249212;
    font-size: 1.8rem;
}
.korpa-holder .korpa-ukupno .remove-text{
    color:#fff;
    font-weight: normal;
    font-size: 1.4rem;
}

.left-cart-panel{
    background: #f9f9f9;
    border-radius: 5px;
    padding: 10px;
}
.left-cart-panel .cart-vaucher-holder{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom:20px;
}
.left-cart-panel .cart-vaucher-holder .cart-vaucher-input{
    width: 100%;
    border:1px solid #c1c1c1;
    outline: none;
    font-size: 1.4rem;
    padding: 6px 9px;
    border-radius: 5px;
    margin-right:10px;
}

#collapseUpl,
#collapseDelivery2,
#collapseDelivery3 {
    display: none;
}

.disabledInput {
    pointer-events: none;
    cursor: auto !important;
    background: rgba(33, 33, 33, 0.2);
}

.korpa-holder-xs {
    padding: 0px;
    border: 1px solid #d6d6d6;
    overflow: hidden;
}

.korpa-holder-xs .korpa-th {
    margin: 0;
    font-size: 1.4rem;
}

.korpa-holder-xs .korpa {
    padding: 5px;
    border-left: 1px solid #eee;
}

.korpa-holder-xs .korpa-proizvod {
    min-height: 80px;
}

.korpa-holder-xs .korpa-proizvod .korpa-proizvod-pic {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 10px;
}

.korpa-holder-xs .korpa-proizvod .korpa-proizvod-pic img {
    max-height: 100%;
}

.korpa-holder-xs .korpa-proizvod .korpa-brend-name {
    color: #05668D;
}

.korpa-holder-xs .korpa-proizvod .korpa-proizvod-name {
    color: #000;
}

.korpa-holder-xs .korpa-proizvod .korpa-proizvod-izbaci {
    color: red;
}

.korpa-holder-xs .korpa-cena {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.korpa-holder-xs .korpa-cena span {
    font-weight: bold;
    color: #000;
    font-size: 1.6rem;
}

.korpa-holder-xs .korpa-popust {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.korpa-holder-xs .korpa-popust span {
    font-weight: bold;
    color: #000;
    font-size: 1.6rem;
}

.korpa-holder-xs .korpa-kolicina {
    min-height: 80px;
}

.korpa-holder-xs .korpa-kolicina .product-input::-webkit-inner-spin-button,
.korpa-holder-xs .korpa-kolicina -webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.korpa-holder-xs .korpa-kolicina .product-input {
    box-shadow: none;
    outline: none;
    width: 100px;
    height: 40px;
    padding: 0 5px;
    font-size: 2rem;
    border: 1px solid #05668D;
}

.korpa-holder-xs .korpa-kolicina button {
    height: 40px;
    width: 30px;
    font-size: 2rem;
    background: transparent;
    border: 1px solid #05668D;
    vertical-align: top;
}

.korpa-holder-xs .korpa-kolicina a {
    margin-left: 45px;
}

.korpa-holder-xs .korpa-kolicina .korpa-osvezi {
    color: red;
}

.korpa-holder-xs .korpa-ukupno {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.korpa-holder-xs .korpa-ukupno span {
    font-weight: bold;
    color: #249212;
    font-size: 1.6rem;
}

.cart-attr-ul {
    margin: 0;
}

.cart-attr-ul .cart-attr-li {
    width: 13px;
    height: 13px;
    display: inline-block;
}

.cart-reg {
    width: 100%;
    background: #197479;
    margin-bottom: 15px;
}

.cart-reg:hover {
    background: #104b4f;
}

.cart-pri {
    width: 100%;
    margin-bottom: 15px;
}

.sve-korpa {
    float: right;
}

.sve-korpa p {
    margin: 0;
}

.sve-korpa .sve-btn {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 49%;
}

.add-cart-coment {
    border: 1px solid #05668D;
    width: 100%;
}

.add-cart-coment:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #05668D;
}

.cart-help-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cart-help-ul .cart-help-li {
    margin-bottom: 5px;
}
.cart-help-ul .cart-help-li .icons{
    vertical-align: bottom;
}
.cart-help-ul .cart-help-li a {
    font-size: 1.6rem;
}

.cart-help-ul .cart-help-li a:hover {
    text-decoration: underline;
}

.fin-btn {
    background: #197479;
}

.fin-btn:hover {
    background: #104b4f;
}

.sve-korpa h4 p {
    font-weight: bold;
}

.sve-korpa h4 .total-price-cart {
    color: red;
    font-size: 2rem;
}

.nav-tabs.nav-justified>li>a {
    border-radius: 0;
    font-size: 2rem;
    border: none;
    border: 1px solid #05668D;
    border-left: none;
    padding: 15px;
}

.nav-tabs.nav-justified>li:first-child>a {
    border-left: 1px solid #05668D;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border-left: none;
}

.order-number {
    width: 30px;
    height: 30px;
    color: #333;
    background: rgba(190, 190, 190, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    float: left;
    margin: 0;
    font-size: 2rem;
}

.order-tab-content {
    padding-top: 50px;
}

.order-user-info {
    border: 1px solid #05668D;
}

.order-user-info .order-user-head {
    padding: 7px 3px;
    background: rgba(33, 33, 33, 0.5);
}

.order-user-info .order-user-head h4 {
    margin: 0;
    color: #fff;
}

.order-user-info .order-user-body {
    padding: 5px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #05668D;
    background: #333;
    color: #fff;
}

.nav-tabs.nav-justified>.active>a .order-number {
    color: #fff;
}

.order-user-info .order-user-body small {
    color: #333;
}

.order-user-info .order-user-body p {
    margin: 0;
    border-bottom: 1px solid #05668D;
}

.order-user-info .order-user-body p:last-child {
    border-bottom: none;
}

.order-address-form .order-address-input {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #05668D;
    outline: none;
    padding: 5px 2px;
    font-size: 1.8rem;
}

.order-address-form .order-address-input:focus {
    box-shadow: none;
    border-color: #05668D;
}

.order-paymant-check {
    border: 1px solid #05668D;
    padding: 10px;
    margin-top: 20px;
}

.order-paymant-check p {
    opacity: 0;
}

.order-paymant-check .order-check-holder {
    border: 1px solid #05668D;
    padding: 2px 4px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}

.order-paymant-check i {
    color: #009344;
    font-size: 2rem;
    display: none;
}

.order-paymant-check.active {
    border-color: #05668D;
}

.order-paymant-check.active p {
    opacity: 1;
}

.order-paymant-check.active .order-check-holder {
    border-color: #05668D;
}

.order-paymant-check.active .order-check-holder i {
    display: block;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border-color: #433e3f;
    background: #433e3f;
    color: #fff;
    z-index: 1;
}

.order-table>tbody>tr>th {
    background: #4a4a4a;
    color: #fff;
    padding: 5px 2px;
    font-size: 1.6rem;
}

.order-table>tbody>tr>td {
    font-size: 1.4rem;
    padding: 5px;
}

.uplInput {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #05668D;
    outline: none;
    padding: 5px 2px;
    font-size: 1.8rem;
}

.error-ul {
    padding: 0;
    margin: 0;
}

.error-ul .error-li {
    line-height: 1.8;
    font-size: 1.4rem;
}

.team-holder {
    padding: 5px;
    border: 1px solid #05668D;
    margin-bottom: 30px;
}

.team-holder .team-pic {
    position: relative;
    height: 251px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-holder .team-pic img {
    max-height: 100%;
}

.team-holder .team-pic .team-name {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(33, 33, 33, 0.6);
    color: #fff;
    padding: 10px 4px;
}

.team-holder .team-pic .team-name h4 {
    margin: 0;
}

.team-holder .team-pic:hover .team-name {
    background: rgba(33, 33, 33, 0.8);
}

.team-holder .team-body p {
    font-size: 1.4rem;
    height: 20px;
}

.team-holder .team-body p img {
    width: 20px;
    margin-right: 7px;
}

.team-holder:hover {
    -webkit-box-shadow: 0px 10px 9px -11px rgba(0, 0, 0, 0.74);
    -moz-box-shadow: 0px 10px 9px -11px rgba(0, 0, 0, 0.74);
    box-shadow: 0px 10px 9px -11px rgba(0, 0, 0, 0.74);
}

.team-modal-btn {
    width: 100%;
}

.team-modal-body {
    float: left;
    width: 48%;
}

.team-modal-body h5 {
    color: #333;
    text-transform: inherit;
}

.team-modal-body p {
    margin-top: 0;
}

.team-modal-pic {
    float: right;
    width: 48%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-modal-pic img {
    max-height: 100%;
}

.team-modal-txt {
    width: 100%;
    float: left;
}

.categories-holder {
    padding: 7px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.categories-holder .categories-pic {
    float: left;
    height: 45px;
    width: 45px;
}

.categories-holder .categories-pic img {
    max-height: 100%;
    float: left;
}

.categories-holder .categories-text {
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.categories-holder .categories-text p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: 1px;
}

.categories-holder:hover {
    border-color: #05668D;
}

.categories-help {
    margin-bottom: 10px;
}

.prireg-input {
    width: 100%;
    padding: 5px 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 1.6rem;
    outline: none;
}

.noRound {
    border-radius: 0;
    padding: 6px 25px;
    margin-bottom: 30px;
}

.mil-datePic {
    width: 100% !important;
}

.our-shops-name {
    margin-bottom: 10px;
}

.our-shops-name h3 {
    margin: 0;
}

.our-shops-info {
    margin-bottom: 7px;
}

.our-shops-info img {
    float: left;
    max-height: 100%;
    margin-right: 10px;
    height: 20px;
}

.our-shops-info p {
    margin: 0;
}

.our-shops-search-holder {
    border: 1px solid rgba(0, 159, 183, 0.2);
    margin-bottom: 20px;
}

.our-shops-search-name {
    width: 100%;
    padding: 7px 10px;
    background: #333;
}

.our-shops-search-name h4 {
    color: #fff;
    margin: 0;
}

.our-shops-search-check {
    padding: 7px 10px;
}

.our-shops-search-check label {
    font-size: 1.6rem;
    cursor: pointer;
    font-weight: normal;
    width: 120px;
}

.our-shops-search-check label input {
    margin-left: 10px;
    vertical-align: text-top;
    float: right;
}

.our-shops-contact-person {
    margin-bottom: 20px;
    height: 173px;
}

.our-shops-contact-person h4,
.our-shops-contact-person p {
    margin: 0;
}

.our-shops-contact-person h4 {
    margin-bottom: 10px;
}

.header-fixed {
    display: none;
    box-shadow: 0px 0px 8px #191919;
}

.menu-fixed-holder {
    background: #fff;
    /*padding: 3px 0;*/
}
.menu-fixed-holder .bckg-primary{
    background-color: #fff;
}
.menu-fixed-holder .navigation-holder .navigation .nav-ul .nav-li a{
    color:#333;
}
.menu-fixed-holder .navigation-holder .navigation .nav-ul .nav-li .nav-main-drop{
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px #a9a9a9;
    -moz-box-shadow: 0px 2px 2px #a9a9a9;
    -ms-box-shadow: 0px 2px 2px #a9a9a9;
    -o-box-shadow: 0px 2px 2px #a9a9a9;
    box-shadow: 0px 2px 2px #a9a9a9;
}
.menu-fixed-holder .navigation-holder .navigation .nav-ul .nav-li .nav-main-drop .nav-main-drop-ul .nav-main-drop-li a{
    color:#333;
}

.menu-fixed-holder .navigation-holder .navigation .nav-ul .nav-li .nav-main-drop{
    left:unset;
    right:0;
}
.menu-fixed-holder .navigation-holder .navigation .nav-ul .nav-li{
    padding: 20px 20px;
    padding-right: 20px;
}
.nfixed_help {
    border-bottom: none;
    background: transparent;
    height: 50px;
}

.nfixed_help2 {
    height: 60px;
    /*padding-top: 10px;*/
}

.nfixed_help2 img {
    max-height: 100%;
}

.nfixed_help3 {
    padding: 10px 8px !important;
    margin-top: 5px;
    border-radius: 5px;
}

.nfixed_help4 {
    top: 40px !important;
}

.nfixed_help5 {
    border-bottom: 0;
    padding: 0;
    background: transparent;
    margin-top: 6px;
}

.nfixed_help6 {
    margin-top: 3px !important;
    text-align: right !important;
}

.nfixed_help7 {
    width: 332px !important;
}

.nfixed_help8 {
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1 !important;
    background: #f9f9f9;
}

.nfixed_help9 {
    width: 853px !important;
}

.cat-news-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;

}

.cat-news-ul .cat-news-li {
    display: inline-block;
    padding: 6px 12px;
/*    background: #433e3f;*/
    background: #d60000;
    border-radius: 5px;
}
.cat-news-ul .cat-news-li:hover{
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.cat-news-ul .cat-news-li a {
    color: #fff;
    display: block;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slider.slider-horizontal {
    width: 100%;
    height: 20px;
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center;
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0;
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px;
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}

.slider input {
    display: none;
}

.slider .tooltip.top {
    margin-top: -36px;
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

.slider .hide {
    display: none;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    top: 2px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #333;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 0px solid transparent;
}

.slider-handle.round {
    /* border-radius: 50%;*/
}

.slider-handle.triangle {
    background: transparent none;
}

.slider-handle.custom {
    background: transparent none;
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}

.slider-tick.round {
    border-radius: 50%;
}

.slider-tick.triangle {
    background: transparent none;
}

.slider-tick.custom {
    background: transparent none;
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1;
}

.price-slider-help {
    background: transparent;
}

.chose-paymant input[type=radio] {
    width: 0;
    height: 0;
}

.tool-box>.list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 0;
    margin: 0;
    border-radius: 5px;
}

.tool-box>.list>.items {
    display: inline-block;
    padding: 3px;
    margin-right: 5px;
}

.tool-box>.list>.items .text {
    width: 100%;
    display: block;
    margin-bottom: 2px;
}

.tool-box>.list>.items .range-btn {
    padding: 3px 9px;
    vertical-align: baseline;
    border-radius: 5px;
}

.tool-box>.list>.items input[type=number]::-webkit-inner-spin-button,
.tool-box>.list>.items input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tool-box>.list>.items .field {
    width: 60px;
    outline: none;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding: 2px;
}

.tool-box>.list>.items.-check {
    background: transparent;
    padding-top: 28px;
    border: none;
}

.tool-box>.list>.items>.text {
    width: 100%;
    display: block;
    margin-bottom: 2px;
}

.tool-box>.list>.items .compare {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 5px;
    border: 1px solid #d6d6d6;
    position: relative;
    text-align: center;
}

.tool-box>.list>.items .compare .delete {
    color: #333;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tool-box>.list>.items .compare .image {
    max-height: 100%;
}

.tool-box>.list>.items .compare:hover .delete {
    display: block;
}

.tool-box>.list>.items .compare-btn {
    padding: 2px 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.tool-box>.list>.items .select {
    padding: 2px 5px;
    background: transparent;
    outline: none;
}

.tool-box>.list>.items .display {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 5px;
    border: 1px solid #d6d6d6;
    position: relative;
    text-align: center;
    border-radius: 5px;
}

.tool-box>.list>.items .display.active {
    color: #05668d;
}

.tool-box>.list>.items .display:hover {
    color: #05668d;
}

.tool-box>.list>.items .label {
    font-size: 1.8rem;
    color: #333;
    cursor: pointer;
    font-weight: normal;
    vertical-align: middle;
}


/*novi uporedi prikaz*/

.new-compare-holder {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999999;
    visibility: visible;
    margin: 0;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.wrap {
    overflow: hidden;
    max-width: 1634px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.wrap-calc {
    width: calc(100% - 170px);
    outline: none;
}

.new-compare-box {
    float: left;
    width: calc(25% - 20px);
    height: 60px;
    margin: 20px 20px 20px 0;
    border: 1px dashed white;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    padding: 5px 20px;
    display: flex;
}

.new-compare-box.-active {
    background: #fff;
    color: #23231A;
}

.new-compare-image-holder {
    height: 100%;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.new-compare-image-holder .image {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: auto;
    width: auto;
    max-height: 80%;
    max-width: 80%;
}

.new-compare-name {
    display: inline-block;
    vertical-align: middle;
    /*width: calc(100% - 60px);*/
    font-size: 12px;
    color: black;
    text-align: left;
    padding: 8px 5px;
    box-sizing: border-box;
    max-height: 100%;
    overflow: hidden;
    /*    width: 100%;
    max-width: 119px;*/
    line-height: 1.1;
}

.new-remove-compare {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
}

.position-index {
    position: absolute;
    top: 5px;
    left: 6px;
    font-size: 12px;
    color: #333;
}

.new-compare-btns {
    float: right;
    width: 0;
    margin: 17px 0;
}

.new-compare-btns .-compare {
    width: 170px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.new-compare-btns .-delete {
    width: 170px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    padding: 0;
    margin-top: 5px;
}

.new-compare-btns .-delete:hover {
    text-decoration: underline;
}


/*.novi uporedi prikaz*/


/*search modal product box*/

.b-product-holder {
    margin-top: 10px;
}

.b-product-holder .b-product {
    border: 1px solid #eee;
    overflow: hidden;
    padding: 5px;
}

.b-product-holder .b-product .b-stiker-holder {
    position: absolute;
    height: 100%;
    width: 40px;
}

.b-product-holder .b-product .akcija {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
}

.b-product-holder .b-product .srce {
    position: absolute;
    top: 0px;
    right: 60px;
    width: 25px;
}

.b-product-holder .b-product .srce:hover {
    opacity: 0.8;
}

.b-product-holder .b-product span {
    position: absolute;
    top: 70px;
    right: 0;
    background: red;
    color: #fff;
    padding: 3px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.b-product-holder .b-product .b-product-pic {
    width: 100%;
    height: 270px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.b-product-holder .b-product .b-product-pic span {
    position: absolute;
    top: 70px;
    right: 0;
    background: red;
    color: #fff;
    padding: 3px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.b-product-holder .b-product .b-brend {
    width: 70px;
    height: 30px;
    margin: auto;
}

.b-product-holder .b-product .b-product-name {
    text-align: center;
    height: 50px;
    background: #fff;
}

.b-product-holder .b-product .b-product-name a {
    color: #333;
    font-size: 1.2rem;
}

.b-product-holder .b-product .b-product-name .boje-ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.b-product-holder .b-product .b-product-name .boje-ul .boje-li {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.b-product-holder .b-product .b-product-name .velicine-ul {
    padding: 0;
    margin: 0;
}

.b-product-holder .b-product .b-product-name .velicine-ul .velicine-li {
    display: inline-block;
    font-size: 1rem;
    padding: 1px;
}

.b-product-holder .b-product .b-product-price {
    padding-bottom: 5px;
    overflow: hidden;
}

.b-product-holder .b-product .b-product-detaljno a {
    width: 100%;
    border: 2px solid #333;
    background: transparent;
    color: #333;
}

.b-product-holder .b-product .b-product-detaljno a:hover {
    background: #333;
    color: #fff;
}


/*search modal product box end*/

.image-animated {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
}

#map {
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: none;
    border-right: none;
}

.select-holder-mi {
    display: inline-block;
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 275px;
    top: 230px;
    left: 0;
    padding: 10px 15px;
    box-shadow: 1px 1px 5px grey;
}

.select-holder-mi select {
    width: 100%;
    padding: 5px 8px;
}

.add-to-cart {
    background: #05668D;
    text-align: center;
    padding: 6px 0;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.add-to-cart .title {
    color: #fff;
    letter-spacing: 3px;
}

.main-body-filter {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.85);
    z-index: 9999;
    display: none;
}

.slide-menu {
    height: 100vh;
    width: 50%;
    background: #333;
    z-index: 9999;
    position: fixed;
    left: -100%;
}

.slide-menu .body-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: #333;
}

.slide-menu .head {
    background: #05668D;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 7px 5px;
    padding-right: 20px;
}

.slide-menu .head .title {
    color: #fff;
    margin: 0;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-top: 7px;
    font-weight: bold;
}

.slide-menu .head .icons {
    color: #fff;
    margin-top: 3px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.slide-menu .head .icons.-back {
    visibility: hidden;
}

.slide-menu .body-container .body {
    position: absolute;
    width: 100%;
    background: #333;
    padding-bottom: 80px;
    min-height: 100%;
}

.slide-menu .body-container .body .list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slide-menu .body-container .body .list .items {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.slide-menu .body-container .body .list .items .icons {
    float: right;
    color: #fff;
    cursor: pointer;
}

.slide-menu .body-container .body .list .items .links {
    color: #fff;
    font-size: 1.8rem;
}

.slide-menu .body-container .body .list .items:hover .links {
    color: #05668D;
}

.slide-menu .body-container .body .list .items:hover .icons {
    color: #05668D;
}

.small-products-button {
    border: 1px solid #f9ce09;
    text-transform: uppercase;
    /*font-weight: bold;*/
    padding: 5px;
    background: #f9ce09;
    margin-top: 7px;
    display: inline-block;
    color: #333;
    cursor: pointer;
    border-radius: 5px;
}

.small-products-button .icons {
    vertical-align: bottom;
    font-size: 2.1rem;
}

.korpa-holder-xs .small-cart-desc {
    margin: 0;
}

.store {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.store .title {
    margin-bottom: 10px;
}

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

.store .list .items {
    margin-bottom: 7px;
    font-size: 1.8rem;
}

.store .list .items .icons {
    vertical-align: middle;
    font-size: 2rem;
}

.store .gallery-holder {
    width: 330px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store .gallery-holder .image {
    max-height: 100%;
}

.store .gallery-holder .filter {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(33, 33, 33, 0);
    text-align: center;
}

.store .gallery-holder .filter .text {
    text-transform: uppercase;
    color: #fff;
    padding: 5px 0;
    margin: 0;
    opacity: 0;
}

.store .gallery-holder:hover .filter {
    background: rgba(33, 33, 33, 0.6);
}

.store .gallery-holder:hover .filter .text {
    opacity: 1;
}

.store .gallery-holder a {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.store .gallery-holder a:nth-child(2) {
    display: block;
}

.store .gallery-holder a img {
    max-height: 100%;
}

.corner1 {
    width: 500px;
    height: 500px;
    position: fixed;
    z-index: -9;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.corner2 {
    width: 500px;
    height: 500px;
    position: fixed;
    z-index: -9;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.body-filter {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.6);
    z-index: 9;
    display: none;
}

.image-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9999999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: none;
}

.image-modal .icons {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: #333;
    color: #fff;
}

.table-row .table-head {
    font-size: 1.2rem;
    padding: 4px;
}

.table-row .table-items {
    vertical-align: middle;
    padding: 2px;
    text-align: center;
}
.-b2b-line-product-name a{
    max-width: 220px;
    display: block;
    margin: 0 auto;
}
.table-row .table-items.-red {
    color: red;
    font-weight: bold;
}

.table-row .table-items.-orange {
    color: orange;
    font-weight: bold;
}

.table-row .table-items.-green {
    color: green;
    font-weight: bold;
}

.table-row .table-items .image {
    height: 60px;
    margin: auto;
    cursor: pointer;
}

.table-row .table-items .field {
    padding: 3px 7px;
    width: 65px;
}

.table-row .table-items .button {
    width: 100%;
}


.filter-modal {
    width: 500px;
    position: fixed;
    background: #fff;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999999;
    box-shadow: 0px 0px 2px #adadad;
    display: none;
    border-radius: 5px;
}
.sa-button.-filter{
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.sa-button.-filter .icons{
    vertical-align: text-bottom;
}

.filter-modal .panel-title a{
    color:#fff;
}
.filter-modal .panel-title i{
    color:#fff;
}
.filter-modal .panel-title a:hover i{
    color:#fff;
}
.filter-modal label.css-label{
    color:#333;
}

.filter-modal .filter-color-ul{
    padding: 0;
    margin:0;
    list-style: none;
    padding: 6px 0 0 6px;
}
.korpa-holder .korpa-ukupno .warning-info{
    color:red;
}
.korpa-holder-xs .korpa-ukupno .warning-info{
    color:red;
}

.social-share-holder{
    display: flex;
    margin-top:20px;
}
.social-share-holder .contact-social-ul{
    margin-right: 10px;
}
.social-share-holder .fb-share-button{
    margin-right: 10px;
}

.bottom-info-holder{
    width: 100%;
    overflow:hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-spec-attr{
    float: left;
    width: 100%;
}
.product-spec-attr .list{
    padding: 0;
    margin:0;
    padding-left: 15px;
}
.product-spec-attr .list .items{
    font-size: 1.6rem;
    line-height: 1.2;
}
.similar-products{
    margin-top: 10px;
    border-radius: 5px;
    background: #05668d;
    overflow:hidden;
}
.similar-products .small-product-head .title{
    color:#fff;
}
.similar-products .small-product-head .title:after{
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
}
.grouped-table tr{
  padding: 3px 6px;
  font-size: 11px;
  /*position: relative;*/
}
.grouped-table .large-image {
    position: absolute;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.2);
}

.grouped-table tr .field{
  width: 60px;
}
.grouped-table tr .trigerLarge{
  max-height: 50px;
  margin: 0 auto;
}
.grouped-table tr td{
  padding: 2px;
  vertical-align: middle;
}
.grouped-table .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle;
    font-size: 1.4rem;
}
.grouped-table p{
    margin:0;
    font-weight: bold;
}
.my-icon{
  width: auto;
}
.grouped-table .f-s14{
    font-size:1.6rem;
}
.grouped-table .filter-color-ul .filter-color-li{
    width: 15px;
    height: 15px;
}
.grouped-table .filter-color-ul{
    padding: 0;
    margin:0;
    list-style: none;
}
.grouped-table .disc{
    background: #FF6732;
    width: 100%;
    display: block;
    text-align: center;
    color:#fff;
    font-size: 1.2rem;
    font-weight: bold;
}
.grouped-table .sa-button{
    width: 130px;
}
.grouped-table .s-product-help{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.grouped-table .s-product-help .uporediForm input[type=checkbox].css-checkbox+label.css-label {
    background-image: none;
    cursor: pointer;
    padding-left: 0;
    margin: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.grouped-table .s-product-help .icons{
    color:#c1c1c1;
    font-size: 2.5rem;
    cursor: pointer;
}
.grouped-table .s-product-help .icons:hover{
    color:#f9ce09;
}
.grouped-table .s-product-help .wish-icons{
    color:#c1c1c1;
}
.grouped-table .s-product-help .wish-icons:hover{
    color:#f9ce09;
}

.-product-b2b-table{
    width: 1286px;
}
/*.-product-b2b-table .table-items.-add-buttons{
    display: flex;
}
.-product-b2b-table .table-items.-add-buttons a{
    width: 100%;
}*/
.checkout-form{
    background: #f9f9f9;
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom:30px;
}
.checkout-form.-hidden{
    display: none;
}
.checkout-form.-delivery .my-label{
    font-size: 1.8rem;
}
.checkout-form.-delivery .my-label .choise-trigger{
    vertical-align: text-top;
}
.checkout-form .title{
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom:30px;
}
.checkout-form .my-label{
    width: 100%;
    color:#333;
    font-size: 1.4rem;
    margin-bottom: 10px;
    cursor: pointer;
}
.checkout-form .my-label .field{
    width: 100%;
    padding: 5px 7px;
    border:1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 1.6rem;
    outline: none;
}
.checkout-form .my-label .field:focus{
    border-color: #05668D;
}
.checkout-terms,.recipient-address{
    padding: 10px 10px;
}
.checkout-terms .my-label{
    cursor: pointer;
    font-size: 1.6rem;
}
.checkout-terms .my-label .icons{
    vertical-align: bottom;
}
.recipient-address .my-label{
    cursor: pointer;
    font-size: 1.6rem;
}
.recipient-address .my-label .icons{
    vertical-align: bottom;
}
.checkout-terms .my-label .links{
    color:red;
}

.checkout-choise{
    display: none;
}
.checkout-delivery-table>tbody>tr>td{
    font-size: 1.6rem;
    padding: 6px 5px;
}
.checkout-finish-btn{
    background: #f9f9f9;
    margin-top: 30px;
    padding: 10px 0;
    border-radius: 5px;
}
.checkout-finish-btn .sa-button{
    width: 100%;
    font-size: 1.8rem;
}
.checkout-finish-btn .sa-button .icons{
    vertical-align: middle;
}

.checkout-confirmation-amount{
    font-size: 2rem;
    text-align: center;
    display: block;
    margin-top: 25px;
}

.checkout-confirmation-amount-comment-box{
    background:#f9f9f9;
    margin-top:20px;
    border-radius: 5px;
    padding: 10px;
}
.checkout-confirmation-amount-comment-box p{
    background:#fff;
    padding: 0 10px;
    font-weight: bold;
}
.checkout-confirmation-info-box{
    background:#f9f9f9;
    border-radius: 5px;
    margin-bottom: 10px;
}
.checkout-confirmation-info-box .title{
    color:red;
}
.checkout-confirmation-info-box .title.-confirm{
    color:green;
    text-align: center;
    font-size: 3rem;
}
.checkout-confirmation-info-box .title.-confirm .dinamic{
    font-style: italic;
}
.checkout-confirmation-info-box .my-label-holder{
    /*display: flex;*/
}

.checkout-confirmation-my-label{
    padding-left: 15px;
}
.checkout-confirmation-my-label .static{
    font-weight: normal;
    font-style: italic;
    margin-right: 5px;
}
.checkout-confirmation-my-label .dinamic{
    font-size: 1.6rem;
    margin-right: 10px;
    color: #249212;
    font-weight: normal;
}
.menu-fixed-holder .navigation{
    /*margin-top: 8px;*/
}
.menu-fixed-holder .navigation .nav-ul{
    justify-content: flex-end;
}
/*.footer-border{
    border-bottom: 4px solid #cc3433;
    margin-bottom: 30px;
}*/
.contact-select{
	border: 1px solid #433e3f;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
}
.side-main-info{
    margin-top: 20px;
    padding: 10px;
    background: rgb(67 62 63 / 80%);
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.side-main-info p{
    color:#fff;
}
.side-main-info p .static{
    color:#fff;
}
.side-main-info p a{
    color:#fff;
}
.side-main-info .title{
    color:#fff;
    margin:0;
    margin-bottom:20px;
}
.side-main-info .icons{
    vertical-align: middle;
    color: #fff;
    font-size: 2rem;
}
.side-baners-holder .banner{
    margin-top:20px;
    border:2px solid #79BFCB;
    padding: 5px;
}
.side-baners-holder .mySearch-form{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.index-title{
    margin:0;
    width: 100%;
    color:rgb(67 62 63 / 80%);
    font-size: 4.5rem;
    margin:50px 0 50px 0;
    padding-left: 90px;
}
.index-section .index-title{
    margin:0 0 50px 0;
}
.index-section.-bann{
    padding: 0;
    background-color: #e8e8e8;
}
.director{
    padding: 5px;
    background: #efefef;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.director .title {
    font-size: 1.2rem;
}
.director .links i {
    color: #333;
}
.entry-widget .button{
    background: #5da6e5;
    border-color: #5da6e5;
    margin-top: 20px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}
.entry-widget .button:focus{
    background: #414D71;
    border-color: #414D71;
}
.entry-widget .button:hover{
    background: #414D71;
    border-color: #414D71;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.jav_nab, .procurement {
    background: #fff;
}

.jav_nab .myTable img{
    width: 30px;
    margin-bottom: 10px;
}
.javnelink{
    display: inline-block;
    align-items: center;
}
.single-news-body img{
    max-width: 100%!important;
}
.news-bar-holder.-sear{
    border:1px solid #ccc;
    padding: 10px;
}
.myTable.-jav td{
    font-size: 1.5rem;
    word-break: break-all;
}
.myTable.-jav td .doc-name{
    font-size: 1.2rem;
}
.myTable.-jav td .doc-name:hover{
    text-decoration:underline;
}

.top-content{
    position: relative;
}
.top-content .notification-holder{
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 9;
    overflow: hidden;
}
.top-content .notification-holder .notification{
    background: rgb(255 255 255 / 75%);
}
.top-content .notification-holder .notification .head{
    padding: 10px 5px;
/*    background: rgb(67 62 63 / 60%);*/
    background: #e3e2e2;
    border-bottom: 3px solid #d60000;
}
.top-content .notification-holder .notification .head .title{
    margin:0;
    text-transform: uppercase;
    font-size: 2rem;
    color:#333;
    text-align: center;
    letter-spacing: 1px;
}
.top-content .notification-holder .notification .body{
    overflow: hidden;
}
.top-content .notification-holder .notification .body .list{
    list-style: none;
    padding: 0;
    margin:0;
}
.top-content .notification-holder .notification .body .list .items{
    padding: 5px 10px;
    border-bottom: 1px solid #d60000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 102px;
}
.top-content .notification-holder .notification .body .list .items:last-child{
    border-bottom: none;
}
.top-content .notification-holder .notification .body .list .items .icons{
    color:#333;
}
.top-content .notification-holder .notification .body .list .items .links{
    color:#121111;
    font-size: 1.6rem;
    font-weight: 400;
}
.top-content .notification-holder .notification .body .list .items .links:hover{
    color:#cb0400;
}

.gc-news-holder{
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.gc-news-holder .title-holder{
    height: 90px;
}
.gc-news-holder .title-holder .title{
    color:#333;
    margin:0;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
}
.gc-news-holder .title-holder .title.-big{
    font-size:2.5rem;
}
.gc-news-holder .title-holder .title:hover{
    color:rgb(67 62 63 / 80%);
}
.gc-news-holder .info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.gc-news-holder .info .time{
    color:#797f83;
    font-weight: bold;
    font-size: 1.6rem;
    margin-right: 50px;
}
.gc-news-holder .info .time.-big{
    font-size: 2rem;
}
.gc-news-holder .info .author{
    color:#797f83;
}
.gc-news-holder .body{
    height: 195px;
    overflow: hidden;
}
.gc-news-holder .body .links{
    float:left;
}
.gc-news-holder .body .links .image{
    margin-right: 10px;
    margin-bottom: 10px;
    width: 190px;
    height: 130px;
    object-fit: cover;
}
.gc-news-holder .body .links .image.-big{
     width: 230px;
         height: 155px;
}
.gc-news-holder .body .short-text{
    height: 195px;
}
.gc-news-holder .buttons{
    text-align: right;
    margin-top: 10px;
}
.gc-news-holder .buttons .links{
    
}

.sticky-social{
    position: fixed;
    top:50%;
    left:-95px;
    background: rgb(67 62 63 / 80%);
    width: auto;
    -webkit-transition:linear all 0.2s;
    -moz-transition:linear all 0.2s;
    -ms-transition:linear all 0.2s;
    -o-transition:linear all 0.2s;
    transition:linear all 0.2s;
    z-index: 99;
}
.sticky-social:hover{
    left:0;
}
.sticky-social:hover .list .items .links{
    justify-content: flex-end;
}
.sticky-social .list{
    list-style: none;
    padding: 0;
    margin:0;
}
.sticky-social .list .items{
    border-top: 3px solid #fff;
    padding: 7px 7px 7px 20px;
    
}
.sticky-social .list .items:hover .links{
    color:#d60000;
}
.sticky-social .list .items:first-child{
    border-top: none;
}
.sticky-social .list .items .links{
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  
}
.sticky-social .list .items .links .name:hover {
    color: #d60000;
}
.sticky-social .list .items .links .image{
    width: 30px;
    margin-left: 20px;
   
}
.baner-holder{
    border-radius: 5px;
    margin-bottom: 15px;
    webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.baner-holder img{
    border-radius: 5px;
}
.baner-holder p{
    margin:0;
}
.mayor{
    height: 360px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #eee;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.mayor .image{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-size: cover;
    border:2px solid #eee;
    /*background: #fff;*/
}
.mayor .info{
    text-align: center;
    padding: 0 5px;
}
.mayor .info .name{
    font-size: 1.8rem;
}
.mayor .info .title{
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
}
.mayor .info .links .icons{
    color:#354c71;
    font-size: 3rem;
}
.mayor .info .links .icons:hover{
    color:#4E73AF;
}
.index-section{
    padding: 50px 0;
}

.horizontal-banners{
    padding: 50px 0;
/*    background: #c9e2f8;*/
}
.horizontal-banners .banners .list{
    list-style: none;
    padding:0;
    margin:0;
    text-align: center;
}
.horizontal-banners .banners .list .items{
    display: inline-block;
    width: 251px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    vertical-align: middle;
    webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.horizontal-banners .banners .list .items p{
    margin: 0;
}
.horizontal-banners .banners .list .items img{
    max-height: 100%;
    display: block;
    max-width: 100%;
    border-radius: 5px;
}
.gov-banners{
    padding: 20px 0 0 0 ;
}
.gov-banners .list{
    list-style: none;
    padding: 0;
    margin:0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.gov-banners .list .items{
    border-radius: 5px;
    margin-right: 10px;
/*    width: 180px;*/
    width: 110px;
}
.gov-banners .list .items:hover{
    webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.gov-banners .list .items .links .image{
    border-radius: 5px;
}
.rss-maps{
    padding: 20px 0 0 0;
}
.rss-maps .list{
    list-style: none;
    padding: 0;
    margin:0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.rss-maps .list .items{
    margin-left: 20px;
    width: 20px;
}
.procurement{
    /*padding:50px 0 100px 0;*/
    min-height: 600px;
}
.procurement .widget-title{
    font-size: 1.6rem;
    font-style: italic;
    color:#414D71;
}
.time-author{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.time-author .timeSpan{
    font-size: 2rem;
    margin-right: 20px;
}
.time-author .author{
    font-size: 1.2rem;
}
.contact-page .index-title{
    font-size: 2rem;
    padding-left: 65px;
}
.contact-page .index-title.after:before{
    width: 25px;
    height: 10px;
}
.contact-page .index-title.after:after{
    width: 25px;
    height: 10px;
    top:-1%;
}

.muni-title{
    text-align: center;
}
.muni-title .text{
/*    font-style: italic;*/
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
}

.transparent50{
    opacity: 0.5;
}
.swiper-container{
        max-height: 100%!important;
        height: 708px!important;
    }

.more_news_btn{
    width: 100%;
    font-size: 2rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.index-links-boxes{
    padding: 30px 0px 50px 0px;
}
.index-links-boxes .box{
    width: 100%;
    height: 240px;
/*    background-color: rgb(67 62 63 / 80%);*/
/*    background-color: #fff;*/
    background-color: rgb(67 62 63 / 15%);
    border-radius: 5px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.index-links-boxes .box:hover{
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
/*    background-color: #5da6e5;*/
background-color: #d60000;
}
.index-links-boxes .box:hover .text{
    color:#fff;
}
.index-links-boxes .box .image{
/*    filter: invert(1);*/
    width: 80px;
}
.index-links-boxes .box:hover  .image{
    filter: invert(1);
}
.index-links-boxes .box .text{
    color:#333;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    font-weight: bold;
}
.index-links-title {
    text-align: center;
    padding-bottom: 30px;
}
.index-links-title .t-index {
/*    font-weight: 600;*/
    padding-left: 90px;
    font-size: 45px;
    color: rgb(67 62 63 / 80%);
}
section.about-box {
    padding: 50px 0;
    background: #e3e2e2;
}
section.about-box .text-about {
    color: #333;
}
section.about-box .text-about h2{
    text-align: center;
    font-size: 4rem;
}
section.about-box .text-about p{
    font-size: 1.6rem;
}
.about-box .image-about {
    width: 600px;
}
.about-box .image-about img{
    width: 100%;
    border-radius: 3px;
}
.about-box .text-about .about-btn {
    float: right;
    color: #333;
    font-weight: bold;
    border: 2px solid #d60000;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 57px;
}
.about-box .text-about .about-btn:hover{
    border: 2px solid rgb(214 0 0 / 70%);
    color: #333333bf;

}
.contact-page h3{
    font-size: 1.8rem;
}
.entry-widget{
    padding-bottom: 55px;
}
.parallax-holder {
    width: 100%;
    height: 560px;
}
.parallax-holder .parallax {
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parallax-holder .parallax .filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.counter .count-image .image {
    width:70px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.counter .count-holder .count {
    font-size: 5rem;
    color: #fff;
    font-weight: bold;
}
.counter .count-text p {
    font-size: 2rem;
    color:#fff;
}
.team {
    background: #e3e2e2;
    padding: 50px 0 50px 0;
}
.container .topic{
  font-size: 45px;
  font-weight: 500;
  margin: 0 0 50px 0;
/*  margin-bottom: 20px;*/
/*  color: rgba(255, 255, 255, 0.7);*/
color: #333;
    padding-left: 90px;
}

.content-home input{
  display: none;
}

.content-home {
  display: flex;
  justify-content: space-between;
/*  align-items: center;*/
}

.content-home .list{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 20%;
  margin-right: 50px;
}

.content-home .list label{
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
/*  color: rgba(255, 255, 255, 0.5);*/
  padding-left: 25px;
  transition: all 0.5s ease;
  z-index: 10;
}

#text-1:checked ~ .list label.text-1,
#text-2:checked ~ .list label.text-2,
#text-3:checked ~ .list label.text-3,
#text-4:checked ~ .list label.text-4,
#text-5:checked ~ .list label.text-5,
#text-6:checked ~ .list label.text-6{
/*  color: #22272C;*/
color: #fff;
}

.content-home .slider{
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  transition: all 0.5s ease;
  
  background: #d60000;
}

#text-1:checked ~ .list .slider{
  top: 0;
}

#text-2:checked ~ .list .slider{
  top: 45px;
}

#text-3:checked ~ .list .slider{
  top: 90px;
}

#text-4:checked ~ .list .slider{
  top: 135px;
}

#text-5:checked ~ .list .slider{
  top: 180px;
}
#text-6:checked ~ .list .slider{
  top: 225px;
}

.content-home .text-content{
  width: 80%;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
}

.content-home .text{
  display: none;
}

.content-home .text .title{
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
}

/*.content-home .text-content .text a p{
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}*/
.content-home .text-content .doctor-info p {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    opacity: 1;
}
/*.content-home .text-content .doctor-info p {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
}*/
/*.content-home .text-content a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity .7s ease;
}*/
.content-home .text-content .text-1{
  display: block;
}

#text-1:checked ~ .text-content .text-1,
#text-2:checked ~ .text-content .text-2,
#text-3:checked ~ .text-content .text-3,
#text-4:checked ~ .text-content .text-4,
#text-5:checked ~ .text-content .text-5,
#text-6:checked ~ .text-content .text-6{
  display: block;
}

#text-2:checked ~ .text-content .text-1,
#text-3:checked ~ .text-content .text-1,
#text-4:checked ~ .text-content .text-1,
#text-5:checked ~ .text-content .text-1,
#text-6:checked ~ .text-content .text-1{
  display: none;
}

.content-home .list label:hover{
  color: #d60000;
}
.content-home .text-content .img-doctor{
    width: 250px;
    height: auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.content-home .text-content .img-doctor figure img{
    border-radius: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease;
/*transition: transform .7s ease;*/
/*opacity: 1;*/
opacity: 0.5;
}
.content-home .text-content .img-doctor figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    border-radius: 5px;
    opacity: 1;
}
.content-home .text-content .img-doctor .doctor-info {
    position: absolute;
    bottom: 10px;
    text-shadow: 2px 2px #686565;
    padding: 0 20px;
}
/*.medicine {
    width: 100%;
  top: 0;
  left: 0;
  background: #2f3241;
  position: fixed;
  z-index: 9999;
}
.medicine ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

   .medicine ul li {
          text-align: center;
      line-height: 60px;
      position: relative;
      overflow: hidden;
      flex: 1 1 auto;
   }

      
.medicine ul li a {
            color: #e74c3c;
        text-decoration: none;
        display: block;
}

    
      &:before {
                content: "";
        width: 100%;
        height: 3px;
        bottom: 0;
        right: 100%;
        background: #e74c3c;
        position: absolute;
        transition: 0.5s;
      }

    
      &:hover:before,
      &.active:before {
        right: 0;
      }
        
        
main {
      width: 90%;
  margin: 100px auto 50px auto;  
}*/
.price-table {
    background: #fff;
    margin-bottom: 56px;
    padding-bottom: 30px;
}
.medicine {
/*    background-color: #f2f2f2; */
    padding: 25px;
/*    margin-top: 30px;*/
}

.medicine ul {
    text-align: center;
    list-style-type: none; 
    padding: 0;
}

.medicine ul li {
    display: inline; 
    margin-right: 15px; 
/*    border: 1px solid #e3e2e2;*/
    padding: 10px;
}

.medicine ul li a {
    text-decoration: none; 
    color: #333;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.medicine ul li a:hover {
/*    text-decoration: underline; */
}

.content-m {
    width: 75%;
    margin: auto;
/*    padding: 20px; */
}

.section-m {
/*    border: 1px solid #ddd; */
    padding: 15px;
    margin-top: 10px; 
    display: none;
}

.section-m.active {
    display: block; 
}
.section-m h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.8rem;
    margin-top: -30px;
    margin-bottom: 30px;
}
.section-m h1:after {
    content: "";
    width: 122px;
    display: block;
    height: 3px;
    color: #b71d1d;
    margin: auto;
    background: #d60000;
}
table {
    width: 100%;
    border-collapse: collapse; 
}

th, td {
/*    border: 1px solid #ddd;*/
    padding: 12px; 
    text-align: left; 
    width: 90%;
}

th {
/*    background-color: #f2f2f2; */
background-color: #e3e2e2;
font-size: 17px;
}
/*table > thead > tr th:nth-child(1) > td {
    background: red;
}*/
tbody tr:nth-child(even)  {
    background: #e3e2e2;
}
tr:hover {
    background-color: #f1f1f1; 
}
.medicine ul .active {
/*  background: #e3e2e2;*/
  overflow:hidden;
  border-bottom:2px solid #d60000;
  padding:2px;
  
}
@media all and (min-width: 1400px) {
    .-product-b2b-table{
        width: 1330px;
    }
    .container {
        width: 1360px;
    }

    .border-seter:nth-child(4n) .s-product-holder {
        border-right: 1px solid #e7e7e7;
    }

    .border-seter:nth-child(-n+4) .s-product-holder {
        border-bottom: 1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
    }

    .border-seter:nth-last-child(-n+4) .s-product-holder {
        border-bottom: 1px solid #e7e7e7;
    }
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
    .side-main-info .title{
        font-size: 1.6rem;
    }
    .my-main-menu .logo-holder .muni-title .title{
        font-size: 2.5rem;
    }
    .navigation-holder .navigation .nav-ul .nav-li>a{
        font-size: 1rem;
    }
    .top-menu .top-menu-left-ul li a{
        font-size: 1.2rem;
    }
    .index-links-boxes .box .text{
        font-size: 2rem;
    }
    .index-links-boxes .box .image{
        width: 55px;
    }
    .index-links-boxes .box{
        height: 175px;
        padding: 25px 0;
    }
    .about-box .image-about {
        width: 500px;
    }
    /*footer{
        background-position: -593px 17px;
    }*/
    .video-holder{
        height: 255px;
    }
    .top-content .notification-holder .notification .body .list .items{
        min-height: 102px;
        padding: 10px 10px;
    }
    .top-content .notification-holder .notification .head{
        padding: 5px 5px;
    }
    .top-content .notification-holder .notification .head .title{
        font-size: 1.4rem;
    }
    .top-content .notification-holder .notification .body .list .items .links{
        font-size: 1.4rem;
    }
    .my-main-menu .mySearch-form #mySearch-input1{
        width: 390px;
    }
    .top-menu .top-menu-left-ul li:first-child .header-drop{
        left:0;
        transform: translate(0,0);
    }
    .page-head{
        background: #fff;
    }
    .breadcrumb {
        width: 1170px;
        margin: 0 auto;
    }
    .table-row .table-items .image{
        height: 45px;
    }
    .product-info .stock-holder .stock{
        font-size: 1.4rem;
    }
    .product-spec-attr .list .items{
        font-size: 1.4rem;
    }
    .product-info .product-cart{
        margin-bottom: 0;
    }
    .product-info .product-compare-wish{
        margin-bottom: 0;
    }
    .bottom-info-holder{
        display: flex;
        align-items: center;
    }
    .product-info .product-compare-wish .wish-product-btn{
        margin-left:5px;
    }
    .product-info .product-compare-wish .uporediForm .icons{
        font-size: 2rem;
    }
    .product-info .product-compare-wish .wish-icons{
        font-size: 2rem;
    }
    .product-info .product-cart .sa-button{
        font-size: 1.4rem;
        padding: 4px 12px;
    }
    .product-info .product-cart .product-input{
        width: 50px;
        height: 30px;
        font-size: 1.4rem;
    }
    .product-info .product-cart button{
        height: 30px;
        width: 28px;
    }
    .product-info .product-price p.discount-price{
        font-size: 2rem;
    }
    .product-info .product-brand{
        height: 30px;
    }
    .s-product-holder .disc {
        font-size: 1.2rem;
        width: 34px;
        height: 28px;
    }

    .sa-button {
        padding: 6px;
    }

    .s-product-holder .s-product-price .price-help p {
        font-size: 1.6rem;
    }

    .s-product-holder .s-product-price .price-help .sa-button {
        min-width: 95px;
        font-size: 1rem;
    }

    .side-filters .side-kate-ul .side-kate-li a {
        font-size: 1.4rem;
    }

    .nfixed_help9 {
        width: 695px !important;
    }

    .navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop {
        width: 890px;
    }

    .border-seter:nth-child(4n) .s-product-holder {
        border-right: 1px solid #e7e7e7;
    }

    .border-seter:nth-child(-n+4) .s-product-holder {
        border-bottom: 1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
    }

    .border-seter:nth-last-child(-n+4) .s-product-holder {
        border-bottom: 1px solid #e7e7e7;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .index-links-boxes .box .text{
        font-size: 1.4rem;
    }
    .about-box .image-about {
        width: 450px;
    }
    .index-links-boxes .box .image{
        width: 55px;
    }
    .index-links-boxes .box{
        height: 175px;
        padding: 25px 0;
    }
    .index-links-title .t-index {
        font-size: 3.5rem;
    }
    section.about-box .text-about h2 {
        font-size: 3.5rem;
    }
    .container .topic {
        font-size: 3.5rem;
    }
    .side-baners-holder .mySearch-form{
        flex-direction: column;
    }
    .video-holder{
        height: 213px;
    }
    .gallerys-holder .gallerys-info{
        top:56%;
    }
    .gallerys-holder{
        height: 160px;
    }
    .side-main-info p{
        font-size: 1.2rem;
    }
    .side-main-info .title{
        font-size: 1.6rem;
    }
    .mayor .info .name{
        font-size: 1.4rem;
    }
    .mayor .image{
        width: 130px;
        height: 130px;
    }
    .mayor{
        height: 300px;
    }
    .gc-news-holder .body .links .image{
        width: 150px;
        height: 105px;
    }
    .gc-news-holder .title-holder{
        height: 110px;
    }
    .gc-news-holder .title-holder .title{
        font-size: 1.8rem;
    }
    .gc-news-holder .title-holder .title.-big{
        font-size: 2.2rem;
    }
    .index-title{
        font-size: 3.5rem;
    }
    #news-bar a{
        font-size: 1.2rem;
    }
    .sticky-social{
        left: -87%;
    }
    .sticky-social .list .items .links .name{
        font-size: 1.2rem;
    }
    .sticky-social .list .items .links .image{
        width: 23px;
    }
    .navigation-holder .navigation .nav-ul .nav-li>a{
        font-size: 1.2rem;
    }
    .top-content .notification-holder .notification .body .list .items{
        min-height: auto;
        padding: 10px 10px;
    }
    .top-content .notification-holder .notification .head{
        padding: 5px 5px;
    }
    .top-content .notification-holder .notification .head .title{
        font-size: 1.4rem;
    }
    .top-content .notification-holder .notification .body .list .items .links{
        font-size: 1.4rem;
    }
    .my-main-menu .mySearch-form{
        margin-top: 10px;
    }
    .my-main-menu .logo-holder a img{
        width:245px;
    }
    .top-menu .top-menu-left-ul li .icons{
        font-size: 1rem;
    }
    .top-menu .top-menu-left-ul li .header-drop{
        top:17px;
    }
    .top-menu .top-menu-left-ul li a{
        font-size: 1.2rem;
    }
    .top-menu .top-menu-left-ul li{
        margin-right: 10px;
    }
    .top-menu .top-menu-left-ul li:first-child .header-drop{
        left:0;
        transform: translate(0,0);
    }
    .korpa-holder .korpa-proizvod .korpa-proizvod-pic{
        width: 50px;
        height: 50px;
    }
    .korpa-holder .korpa-cena span{
        font-size: 1.4rem;
    }
    .korpa-holder .korpa-ukupno span{
        font-size: 1.4rem;
    }
    .page-head{
        background: #fff;
    }
    .breadcrumb {
        width: 970px;
        margin: 0 auto;
    }
    .table-row .table-items .image{
        height: 45px;
    }
    .small-product-head .title{
        font-size:1.4rem;
        letter-spacing: 0px;
    }
    .product-info .stock-holder .stock{
        font-size: 1.3rem;
    }
    .product-spec-attr .list .items{
        font-size: 1.3rem;
    }
    .p-video-holder{
        height: 300px;
    }
    .product-info .product-cart{
        margin-bottom: 0;
    }
    .product-info .product-compare-wish{
        margin-bottom: 0;
    }
    .bottom-info-holder{
        display: flex;
        align-items: center;
    }
    .product-info .product-cart button{
        height: 35px;
    }
    .product-info .product-cart .sa-button{
        font-size: 1.6rem;
    }
    .product-info .product-cart .product-input{
        font-size: 1.6rem;
        height: 35px;
    }
    .product-info .product-attr .product-attr-ul a .product-attr-li{
        min-width: 30px;
        height: 30px;
    }
    .product-info .product-attr{
        width: 65%;
    }
    .product-info .product-brand{
        height: 25px;
    }
    .product-info .product-price p.savings{
        font-size: 1.2rem;
    }
    .product-info .product-price p.real-price{
        font-size: 1.4rem;
    }
    .product-info .product-price p.discount-price{
        font-size: 2rem;
    }
    .product-pic .stiker-holder2{
        width: 40px;
    }
    .product-pic .akcija3{
        width: 40px;
    }
    .product-pic{
        height: 340px;
    }
    .cart-help-ul .cart-help-li a{
        font-size: 1.2rem;
    }
    .cart-container{
        width: 100%;
    }
    .categories-help {
        margin-bottom: 5px;
    }

    .s-product-holder .disc {
        font-size: 1.2rem;
        width: 34px;
        height: 28px;
    }

    .side-filters .side-kate-ul .side-kate-li i {
        margin-top: 0;
    }

    .side-filters .side-kate-ul .side-kate-li a {
        font-size: 1.2rem;
    }

    .border-seter:nth-child(-n+3) .s-product-holder {
        border-bottom: 1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
    }

    .border-seter:nth-last-child(-n+3) .s-product-holder {
        border-bottom: 1px solid #e7e7e7;
    }

    .border-seter:nth-child(3n) .s-product-holder {
        border-right: 1px solid #e7e7e7;
    }

    .order-number {
        width: 20px;
        height: 20px;
        font-size: 1.4rem;
    }

    .nav-tabs.nav-justified>li>a {
        font-size: 1.4rem;
    }

    .store .gallery-holder {
        width: 240px;
    }

    .sve-korpa h4 .total-price-cart {
        font-size: 1.6rem;
    }

    .aditi {
        font-size: 1.4rem;
    }

    .big-news-holder .big-news-pic {
        height: 330px;
    }

    .news-holder .news-pic {
        height: 210px;
    }

    .news-help-holder .news-search-holder .news-help-head {
        padding: 7px;
    }

    .korpa-holder .korpa-kolicina .product-input {
        width: 50px;
    }

    .product-info .product-cart {
        /*width: 100%;*/
    }

    .nfixed_help9 {
        width: 528px !important;
    }

    .nfixed_help7 {
        width: 214px !important;
    }
    .news-help-holder .news-search-holder button{
        margin-left: 0;
        margin-top: 10px;
    }
    .news-help-holder .news-search-holder input {
        width: 100%;
    }

    .cart-slide .cart-slide-body .cart-slide-item .cart-slide-name {
        width: 306px;
    }

    .my-main-menu .mySearch-form #mySearch-input {
        width: 290px;
    }

    .my-main-menu .mySearch-form #mySearch-input1 {
        width: 290px;
    }

    .navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop {
        width: 691px;
    }

    .navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop .sec-drop-ul .sec-drop-li {
        /*min-height: 190px;*/
    }

    footer .newsletter-foo .newsletter {
        width: 149px;
    }

    .s-product-holder .zelja {
        right: 65px;
    }

    .h-product-holder .h-product-pic .akcija2 {
        width: 40px;
    }

    .b2b-btn {
        margin-top: 3px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .top-menu-short-info .list {
        justify-content: center;
    }
    .top-menu-col.-right {
        justify-content: center;
    }
    .my-main-menu .logo-holder .muni-title{
        display: none;
    }
    .counter .count-text p{
        font-size: 1.4rem;
    }
    .counter .count-holder .count{
        font-size: 3rem;
    }
    .counter .count-image .image{
        width: 40px;
    }
    .index-links-boxes .box .text{
        font-size: 1.2rem;
        text-align: center;
    }
    .index-links-boxes .box .image{
        width: 35px;
    }
    .index-links-boxes .box{
        height: 150px;
        padding: 25px 0;
    }
    .contact-page p{
        font-size: 1.4rem;
    }
    .contact-page h3{
        font-size: 1.8rem;
    }
    .container .topic {
        font-size: 3rem;
    }
    .doc-holder .image{
        width: 45px;
    }
    .doc-holder.-folder .name{
        font-size: 1.4rem;
    }
    .index-links-title .t-index {
        font-size: 3rem;
        padding-left: 75px;
    }
    section.about-box .text-about h2 {
        font-size: 3rem;
    }
    section.about-box .text-about p {
        font-size: 1.4rem;
    }
    .about-box .image-about {
        width: 350px;
    }
    .about-box .text-about .about-btn {
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 600;
    }
    .social-foo .social-ul-foo li a img{
        width: 30px;
    }
    footer{
        padding:50px 0;
    }
    .side-baners-holder{
        margin-top: 30px;
    }
    .gc-news-holder .body .links .image{
        width: 150px;
        height: 105px;
    }
    .gc-news-holder .title-holder{
        height: 110px;
    }
    .gc-news-holder .title-holder .title{
        font-size: 1.8rem;
    }
    .gc-news-holder .title-holder .title.-big{
        font-size: 2.2rem;
    }
    .after:before{
        width: 30px;
        height: 30px;
    }
    .after:after{
        width: 30px;
        height: 30px;
    }
    .index-title{
        padding-left: 75px;
        font-size: 3rem;
    }
    #news-bar a{
        font-size: 1.2rem;
    }
    .sticky-social{
        left: -87%;
    }
    .sticky-social .list .items .links .name{
        font-size: 1.2rem;
    }
    .sticky-social .list .items .links .image{
        width: 23px;
    }
    .navigation-holder .navigation .nav-ul .nav-li>a{
        font-size: 1.2rem;
    }
    .top-content .notification-holder .notification .body .list .items{
        min-height: auto;
        padding: 10px 10px;
    }
    .top-content .notification-holder .notification .head{
        padding: 5px 5px;
    }
    .top-content .notification-holder .notification .head .title{
        font-size: 1.4rem;
    }
    .top-content .notification-holder .notification .body .list .items .links{
        font-size: 1.2rem;
    }
    .my-main-menu .mySearch-form .mySearch-button i{
        font-size: 2rem;
    }
    .my-main-menu .mySearch-form #mySearch-input1{
        padding: 4px 5px;
    }
    .my-main-menu .mySearch-form .mySearch-button{
        height: 30px;
    }
    .my-main-menu{
        padding: 5px 0;
    }
    .top-menu .top-menu-left-ul li .icons{
        font-size: 1rem;
    }
    .top-menu .top-menu-left-ul li .header-drop{
        top:17px;
    }
    .top-menu .top-menu-left-ul li a{
        font-size: 1.2rem;
    }
    .top-menu .top-menu-left-ul li{
        margin-right: 15px;
    }
    .top-menu .top-menu-left-ul li:first-child .header-drop{
        left:0;
        transform: translate(0,0);
    }
    .checkout-confirmation-amount{
        font-size: 2rem;
    }
    .korpa-holder-xs .korpa-ukupno .remove-text {
        font-size: 1.4rem!important;
        font-weight: normal!important;
        color: #fff!important;
    }
    .tool-box>.list{
        display: inline-block;
    }
    .tool-box>.list>.items{
        vertical-align: text-top;
    }
    .page-head{
        background: #fff;
    }
    .breadcrumb {
        width: 750px;
        margin: 0 auto;
    }
    .breadcrumb>li{
        font-size: 1.2rem;
    }
    .breadcrumb>.active{
        font-size: 1.2rem;
    }
    .s-product-holder .s-product-price .price-help .sa-button{
        font-size: 1rem;
        width: 95px;
    }
    .s-product-holder .s-product-price .price-help .b2b-small-price-productbox{
        font-size: 1.1rem;
    }
    .s-product-holder .s-product-price .price-help .b2b-price-productbox{
        font-size: 1.2rem;
    }
    .small-b2b-number{
        width: 40px;
    }
    .table-row .table-items .image{
        height: 35px;
    }
    .product-info .product-compare-wish .wish-product-btn{
        margin-left:5px;
    }
    .product-info .stock-holder .stock{
        font-size: 1.2rem;
    }
    .product-spec-attr .list .items{
        font-size: 1.2rem;
    }
    .p-video-holder{
        height: 250px;
    }
    .product-head-name{
        font-size: 2.5rem;
    }
    .order-help-menu{
        margin-bottom: 15px;
    }
    .product-info-tabs .tab-content .tab-pane li{
        font-size: 1.6rem;
    }
    .product-description{
        font-size: 1.4rem;
    }
    .product-info .product-compare-wish .wish-icons{
        font-size: 2rem;
    }
    .product-info .product-compare-wish .uporediForm .icons{
        font-size: 2rem;
    }
    .product-info .product-cart{
        margin-bottom: 0;
    }
    .product-info .product-compare-wish{
        margin-bottom: 0;
    }
    .bottom-info-holder{
        display: flex;
        align-items: center;
    }
    .product-info .product-cart button{
        height: 32px;
    }
    .product-info .product-cart .sa-button{
        font-size: 1.4rem;
    }
    .product-info .product-cart .product-input{
        font-size: 1.4rem;
        height: 32px;
        width: 50px;
    }
    .product-info .stock-holder .stock{
        font-size: 1.2rem;
    }
    .product-info .product-attr .product-attr-ul a .product-attr-li{
        min-width: 30px;
        height: 30px;
    }
    .product-info .product-attr{
        width: 65%;
    }
    .product-info .product-brand{
        height: 25px;
    }
    .product-info .product-price p.savings{
        font-size: 1.2rem;
    }
    .product-info .product-price p.real-price{
        font-size: 1.4rem;
    }
    .product-info .product-price p.discount-price{
        font-size: 2rem;
    }
    .product-pic .stiker-holder2{
        width: 40px;
    }
    .product-pic .akcija3{
        width: 40px;
    }
    .product-pic{
        height: 340px;
    }
    .cart-help-ul .cart-help-li a{
        font-size: 1.2rem;
    }
    .korpa-holder .korpa-ukupno span{
        font-size: 1.4rem;
    }
    .korpa-holder .korpa-popust span{
        font-size: 1.4rem;
    }
    .korpa-holder .korpa-cena span{
        font-size: 1.4rem;
    }
    .korpa-holder .korpa-proizvod .korpa-proizvod-name{
        font-size: 1.1rem;
    }
    .korpa-holder .remove-text{
        display: none;
    }
    .korpa-holder .korpa-ukupno .warning-info{
        font-size: 1.4rem;
    }
    .cart-container{
        width: 100%;
    }
    hr{
        margin:10px 0;
    }
    .head-name{
        font-size: 2.5rem;
    }
    .filter-modal .shop-filters {
        max-height: 90vh;
        overflow: hidden;
        overflow-y: scroll;
    }

    .filter-modal .shop-filters::-webkit-scrollbar-track {
        background-color: #efefef;
    }

    .filter-modal .shop-filters::-webkit-scrollbar {
        position: relative;
        height: 5px;
        width: 5px;
        background-color: #000;
    }

    .filter-modal .shop-filters::-webkit-scrollbar-thumb {
        position: relative;
        background-color: #000;
    }

    .filter-modal .shop-filters::-webkit-scrollbar::after {
        left: 0;
        top: 0;
        position: absolute;
        content: 'a';
    }

    .s-product-holder .disc {
        font-size: 1.2rem;
        width: 34px;
        height: 28px;
    }

    .navigation-holder .navigation .nav-ul .nav-li {
        margin-right: 0;
        padding: 10px 8px;
    }

    .my-main-menu .mySearch-form {
        margin-top: 15px;
    }

    .top-menu .top-menu-right-ul li a img {
        width: 15px;
    }

    .top-menu .mil-lang {
        margin: 0;
        margin-top: 3px;
        font-size: 1.2rem;
        padding: 6px 3px;
    }

    .border-seter:nth-child(-n+3) .s-product-holder {
        border-bottom: 1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
    }

    .border-seter:nth-last-child(-n+3) .s-product-holder {
        border-bottom: 1px solid #e7e7e7;
    }

    .border-seter:nth-child(3n) .s-product-holder {
        border-right: 1px solid #e7e7e7;
    }

    .nav-tabs.nav-justified>li>a {
        padding: 5px;
    }

    .order-number {
        width: 20px;
        height: 20px;
        font-size: 1.4rem;
    }

    .nav-tabs.nav-justified>li>a {
        font-size: 1.4rem;
    }

    .store .gallery-holder {
        width: 175px;
        height: 145px;
    }

    .store .info .list .items {
        font-size: 1.4rem;
    }

    .store .info .title {
        font-size: 1.4rem;
    }

    .aditi {
        font-size: 1.4rem;
    }

    .cat-news-ul .cat-news-li {
        margin-bottom: 3px;
    }

    .my-main-menu .logo-holder {
        margin-top: 9px;
        width: 210px;
    }

    .sm-menu-trigger {
        background: #f9ce09;
        margin-right: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        
    }
    .sm-menu-trigger a{
        color:#333!important;
    }
    .sm-menu-trigger .icons {
        font-size: 1.5rem;
        vertical-align: sub;
    }

    #map {
        height: 350px;
    }

    .select-holder-mi {
        top: 185px;
        position: static;
    }

    .product-info .product-cart {
        /*width: 100%;*/
    }

    .nfixed_help11 {
        min-height: auto !important;
        margin-bottom: 10px !important;
    }

    .nfixed_help9 {
        width: 346px !important;
    }

    .nfixed_help4 {
        top: 50px !important;
    }

    .nfixed_help10 {
        width: 97px !important;
    }

    .nfixed_help3 {
        font-size: 1.2rem !important;
        padding: 8px 20px !important;
    }

    .nfixed_help7 {
        width: 152px !important;
    }

    .news-help-holder .news-search-holder input {
        width: 134px;
    }

    .our-shops-contact-person {
        height: auto;
    }

    .cart-slide .cart-slide-body .cart-slide-item {
        height: 124px;
    }

    .cart-slide .cart-slide-body .cart-slide-item .cart-slide-amount p {
        font-size: 1.2rem;
    }

    .cart-slide .cart-slide-body {
        height: 251px;
    }

    .cart-slide .cart-slide-body .cart-slide-item .cart-slide-name {
        width: 287px;
    }

    .categories-holder .categories-text {
        height: 15px;
    }

    .categories-holder .categories-pic {
        height: 60px;
        width: 60px;
    }

    .categories-holder .categories-text p {
        font-size: 1.2rem;
    }

    .big-news-holder .big-news-pic {
        height: 300px;
    }

    .my-main-menu .mySearch-form .mySearch-select {
        width: 140px;
    }

    .my-main-menu .mySearch-form #mySearch-input {
        width: 170px;
    }

    .my-main-menu .mySearch-form #mySearch-input1 {
        width: 245px;
    }

    .myslider2,
    .mybaner {
        margin-top: 15px;
    }

    .navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop {
        width: 471px;
    }

    .navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop .sec-drop-ul .sec-drop-li {
        min-height: 215px;
    }

    .registration-holder {
        height: 655px;
    }

    .registration-holder2 {
        height: 285px;
    }

    .product-pic {
        height: 250px;
    }

    .thumb-div {
        padding: 0 15px;
    }

    .product-sec-pic {
        height: 55px;
    }

    .product-info .product-cart .product-cart-btn {
        width: 100px;
    }

    .product-pic .akcija3 {
        width: 40px;
    }

    .product-pic .garancija {
        width: 60px;
    }

    .product-pic .stiker-holder2 {
        width: 40px;
    }

    .gallerys-holder {
        height: 155px;
    }
    
    .gallerys-holder .gallerys-info {
        height: 42px;
        top:73%;
    }

    .gallery-pic-holder {
        height: 100px;
    }

    .video-holder {
        height: 240px;
    }

    .korpa-holder .korpa-kolicina a {
        margin-left: 28px;
    }

    .korpa-holder .korpa-kolicina .product-input {
        width: 45px;
        margin-bottom: 10px;
    }

    .korpa-holder .korpa-kolicina button {
        width: 25px;
        vertical-align: baseline;
    }

    .sve-korpa h4 .total-price-cart {
        font-size: 1.6rem;
    }

    .uplForm label {
        font-size: 1.2rem;
    }

    .team-holder .team-pic {
        height: 208px;
    }

    .uporedi-box {
        width: 30px;
        height: 30px;
    }

    .prikaz-p {
        font-size: 1.1rem;
    }

    .uporediBtn {
        margin-top: -22px;
    }

    .tool-box>.list>.items .field {
        width: 55px;
    }

    .navigation-holder .navigation .nav-ul .nav-li>a {
        font-size: 1rem;
    }

    .navigation-holder .navigation .nav-ul .nav-li .nav-main-drop .nav-main-drop-ul .nav-main-drop-li a {
        font-size: 1.2rem;
    }

    .brands-slider a img {
        max-height: 40px;
    }

    footer .footer-links .footer-logo {
        width: 240px;
    }
    .content-home .list label {
        padding-left: 5px;
        font-size: 14px;
    }

}

@media all and (min-width: 500px) and (max-width: 767px) {
    .content-home .list label {
        padding-left: 5px;
    }
        .content-home .list label {
        font-size: 12px;
    }

    .top-menu-short-info .list {
        justify-content: center;
    }
    .work-time {
    padding-top: 0px;
    margin: 0;
    }
    .top-menu-col.-right {
        justify-content: center;
    }
    .about-box .image-about {
        width: 500px;
        margin: auto;
    }
    section.about-box .text-about h2 {
        font-size: 3rem;
    }
    section.about-box .text-about p {
        font-size: 1.4rem;
        text-align: justify;
    }
    .index-links-title .t-index {
        font-size: 3rem;
    }
    .about-box .text-about .about-btn {
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 600;
    }
    .count-text{
        margin-bottom: 30px;
    }
    .content-home .text-content .img-doctor {
        width: 49%;
        padding: 2px;
    }
    .content-home .text-content .img-doctor .doctor-info {
        bottom: 25px;
    }
    .container .topic {
        font-size: 3rem;
        padding-left: 75px;
    }
    .content-home .list {
        width: 40%;
    }
    .counter .count-text p{
        font-size: 1.8rem;
    }
    .counter .count-holder .count{
        font-size: 3rem;
    }
    .counter .count-image .image{
        width: 40px;
    }
    .muni-title .text{
        font-size: 1.6rem;
    }
    .my-main-menu .logo-holder .muni-title .title{
        font-size: 2rem;
    }
    .index-links-boxes .box .text{
        margin: 0;
        margin-top: 15px;
        font-size: 2rem;
    }
    .index-links-boxes .box .image{
        width: 35px;
    }
    .index-links-boxes .box{
        height: auto;
        padding: 8px 0;
        margin-bottom: 10px;
    }
    .swiper-container{
        max-height: 100%!important;
        height: 260px!important;
    }
    .doc-holder .name{
        font-size: 1.2rem;
    }
    .doc-holder .image{
        width: 35px;
    }
    .doc-holder.-folder .name{
        font-size: 1.2rem;
    }
    .index-title{
        margin: 20px 0 20px 0;
    }
    .social-foo .social-ul-foo li a img{
        width: 28px;
    }
    .horizontal-banners .banners .list .items{
        width: 182px;
    }
    .mayor{
        height: 320px;
    }
    .mayor .image{
        width: 140px;
        height: 140px;
    }
    .side-baners-holder{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .gc-news-holder .title-holder{
        height: auto;
    }
    .gc-news-holder .body .links .image.-big{
        width: 190px;
        height: 130px;
    }
    .gc-news-holder .info .time.-big{
        font-size: 1.6rem;
    }
    .gc-news-holder .title-holder .title.-big{
        font-size: 2rem;
    }
    .after:before{
        width: 30px;
        height: 30px;
    }
    .after:after{
        width: 30px;
        height: 30px;
    }
    .index-title{
        font-size: 3rem;
        padding-left: 75px;
    }
    .top-content .notification-holder .notification .body{
        height: 260px;
    }
    .top-content .notification-holder .notification .body .list .items{
        min-height: auto;
        padding: 10px 10px;
    }
    .top-content .notification-holder .notification .head{
        padding: 5px 5px;
    }
    .top-content .notification-holder .notification .head .title{
        font-size: 1.4rem;
    }
    .top-content .notification-holder .notification .body .list .items .links{
        font-size: 1.2rem;
    }
    .top-content .notification-holder .paddingRightZero{
        padding-right: 15px;
    }
    .top-content .notification-holder{
        position: static;
        margin-top: 20px;
    }
    #news-bar{
        display: none;
    }
    .top-menu-col .mySearch-form .field{
        border:1px solid #433E3F;
        outline: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 3px 2px 5px 4px;
    }
    .top-menu-col .mySearch-form .mySearch-button i{
        font-size: 2rem;
        vertical-align: middle;
    }
    .top-menu-col .mySearch-form .mySearch-button{
        background: red;
        padding: 5px 10px 4px 5px;
        margin-left: -3px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .top-menu{
        padding: 3px 0;
    }
    .teh-links{
        margin-right: 20px;
    }
    .single-news-body img{
        max-height:  auto!important;
    }
    .checkout-confirmation-info-box .title.-confirm{
        font-size: 2rem;
    }
    .product-info .product-brand span{
        font-size: 1.8rem;
    }
    .-b2b-line-product-name a{
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .checkout-confirmation-amount{
        font-size: 2rem;
    }
    .sve-korpa{
        float: none;
    }
    .brands-slider a img{
        max-height: 25px;
    }
    .brands-slider{
        height: 25px;
    }
    .page-head{
        background: #fff;
    }
    .breadcrumb {
        width: auto;
        margin: 0 auto;
    }
    #news-bar a{
        font-size: 1.2rem;
    }
    .breadcrumb>li{
        font-size: 1.2rem;
    }
    .breadcrumb>.active{
        font-size: 1.2rem;
    }
    .product-info .product-price p.discount-price .price-title{
        font-size: 1.2rem;
    }
    .s-product-holder .s-product-price .price-help .sa-button{
        font-size: 1rem;
        width: 95px;
    }
    .s-product-holder .s-product-price .price-help .b2b-small-price-productbox{
        font-size: 1.1rem;
    }
    .s-product-holder .s-product-price .price-help .b2b-price-productbox{
        font-size: 1.2rem;
    }
    .table-row .table-items .image{
        height: 35px;
    }
    .product-spec-attr .list .items{
        font-size: 1.4rem;
    }
    .top-info-holder h2{
        font-size: 1.8rem;
    }
    .product-info .product-compare-wish .wish-product-btn{
        margin-left: 2px;
    }
    .product-head-name{
        font-size: 2rem;
    }
    .order-help-menu{
        margin-bottom: 15px;
    }
    .product-info-tabs .tab-content .tab-pane li{
        font-size: 1.6rem;
    }
    .product-description{
        font-size: 1.4rem;
    }
    .product-info .product-compare-wish .wish-icons{
        font-size: 1.4rem;
    }
    .product-info .product-compare-wish .uporediForm .icons{
        font-size: 1.4rem;
    }
    .product-info .product-cart{
        margin-bottom: 0;
    }
    .product-info .product-compare-wish{
        margin-bottom: 0;
    }
    .bottom-info-holder{
        display: flex;
        align-items: center;
    }
    .product-info .product-cart button{
        height: 32px;
    }
    .product-info .product-cart .sa-button{
        font-size: 1.4rem;
    }
    .product-info .product-cart .product-input{
        font-size: 1.4rem;
        height: 32px;
        width: 60px;
    }
    .product-info .stock-holder .stock{
        font-size: 1.2rem;
    }
    .product-info .product-attr .product-attr-ul a .product-attr-li{
        min-width: 30px;
        height: 30px;
    }
    .product-info .product-attr{
        width: 65%;
    }
    .product-info .product-brand{
        height: 25px;
    }
    .product-info .product-price p.savings{
        font-size: 1.2rem;
    }
    .product-info-tabs .tab-content .tab-pane ul li{
        font-size: 1.6rem;
    }
    .product-info-tabs .tab-content .tab-pane p{
        font-size: 1.4rem;
    }
    .product-info-tabs .nav-tabs>li>a{
        font-size: 1.6rem;
    }
    .social-share-holder .fb-share-button{
        margin-right: 1px;
    }
    .social-share-holder .contact-social-ul{
        margin-right: 1px;
    }
    .product-info .product-cart .sa-button{
        font-size: 1.2rem;
        padding: 3px 4px;
    }
    .product-info .product-cart .product-input{
        font-size: 1.2rem;
        width: 44px;
        height: 25px;
    }
    .product-info .product-cart button{
        height: 25px;
        width: 22px;
        font-size: 1.4rem;
    }
    .product-info .product-disc .disc-product-table{
        width: 100%;
    }
    .product-info .product-price p.discount-price{
        font-size: 1.8rem;
    }
    .product-info .product-price p.real-price{
        font-size: 1.4rem;
    }
    .product-info .product-attr{
        width: 53%;
    }
    .product-info .product-attr .product-attr-ul a .product-attr-li{
        /*width: 20px;*/
        height: 20px;
        min-width: 20px;
    }
    .h-product-holder .h-product-cart a{
        padding: 4px 7px;
    }
    .h-product-holder .h-product-price p{
        font-size: 1.4rem;
    }
    .h-product-holder .h-product-price p del{
        font-size: 1.2rem;
    }
    .h-product-holder .h-product-attr .h-product-attr-ul .h-product-attr-li{
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
    .filter-color-ul .filter-color-li strong{
        margin-right: 3px!important;
    }
    .filter-color-ul .filter-color-li{
        width: 18px;
        height: 18px;
        margin-right: 2px;
    }
    .h-product-holder .h-product-brend{
        width: 75px;
    }
    .h-product-holder .h-product-name a h4{
        font-size: 1.2rem;
    }
    .korpa-holder-xs .small-cart-desc{
        font-size: 1rem;
    }
    .korpa-holder .korpa-ukupno span{
        font-size: 1.4rem;
    }
    .korpa-holder .korpa-popust span{
        font-size: 1.4rem;
    }
    .korpa-holder .korpa-cena span{
        font-size: 1.4rem;
    }
    .korpa-holder-xs .korpa-ukupno .remove-text{
        display: none;
    }
    .korpa-holder-xs .korpa-ukupno .remove-text{
        font-size: 1.4rem!important;
        font-weight: normal!important;
        color: #fff!important;
    }
    .tool-box>.list>.items .field{
        width: 40px;
    }
    .tool-box>.list>.items .display{
        width: 25px;
        height: 25px;
    }
    .filter-modal{
        width: 480px;
    }
    hr{
        margin:10px 0;
    }
    .head-name{
        font-size: 2.5rem;
    }
    .filter-modal .shop-filters {
        max-height: 90vh;
        overflow: hidden;
        overflow-y: scroll; }
    .top-menu .top-menu-left-ul {
        margin-top: 7px;
    }

    .info-baner .text-holder .links {
        font-size: 1rem;
    }

    .info-baner .text-holder {
        margin-left: 0;
    }

    .info-baner .text-holder .text {
        font-size: 1rem;
        line-height: 1.2;
    }

    .info-baner a img {
        display: none;
    }

    .top-menu .list .items .dinamic {
        font-size: 1.2rem;
    }

    .top-menu .list .items .static {
        font-size: 1rem;
    }

    .top-menu .top-menu-left-ul li a {
        font-size: 1rem;
    }

    .top-menu .top-menu-left-ul li {
        padding: 2px;
    }

    .top-menu .mil-lang {
        margin-left: 0;
        margin-right: 0;
        font-size: 1rem;
        margin-top: 0px;
    }
    
    .border-seter:nth-child(-n+2) .s-product-holder {
        border-bottom: 1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
    }

    .border-seter:nth-last-child(-n+2) .s-product-holder {
        border-bottom: 1px solid #e7e7e7;
    }

    .border-seter:nth-child(2n) .s-product-holder {
        border-right: 1px solid #e7e7e7;
    }

    .product-info .product-cart .product-cart-btn {
        margin-top: 3px;
    }

    .product-info .product-price {
        top: 5px;
        right: 5px;
    }

    .product-info .stock-holder .stock {
        font-size: 1.2rem;
    }

    .product-info {
        padding: 5px;
    }

    .order-number {
        width: 20px;
        height: 20px;
        font-size: 1.4rem;
    }

    .nav-tabs.nav-justified>li>a {
        border-left: 1px solid #333;
        padding: 5px;
        font-size: 1.6rem;
    }

    .store {
        display: block;
    }

    .store .gallery-holder {
        width: 175px;
        height: auto;
        margin-top: 10px;
    }

    .store .info .list .items {
        font-size: 1.4rem;
    }

    .store .info .title {
        font-size: 1.6rem;
    }

    .aditi {
        font-size: 1.4rem;
    }

    .news-holder .news-pic .news-head h4 {
        line-height: 1;
        font-size: 1.4rem;
    }

    .news-holder .news-pic .news-head p {
        font-size: 1.2rem;
        height: 35px;
        line-height: 1;
    }

    .news-holder .news-pic {
        height: 185px;
    }

    .cat-news-ul .cat-news-li {
        margin-bottom: 3px;
    }

    .my-main-menu .logo-holder {
        margin-top: 0;
    }

    .slide-menu {
        width: 75%;
    }

    .burger {
        top: 30px;
    }

    #map {
        height: 300px;
    }

    .select-holder-mi {
        top: 185px;
        left: 15px;
    }

    .select-holder-mi {
        position: static;
    }

    .sve-korpa .sve-btn {
        width: 100%;
        margin-bottom: 0;
    }

    .news-help-holder .news-search-holder input {
        width: 100%;
    }

    .news-help-holder .news-search-holder button {
        margin-left: 0;
        margin-top: 3px;
    }

    .our-shops-contact-person {
        height: auto;
    }

    .categories-holder .categories-text {
        height: 20px;
    }

    .categories-holder .categories-pic {
        height: 60px;
        width: 60px;
    }

    .categories-holder .categories-text p {
        font-size: 1.2rem;
    }

    .single-news-holder .single-news-body h3 {
        font-size: 1.6rem;
    }

    .big-news-holder .big-news-pic {
        height: 270px;
    }

    .my-main-menu .logo-holder a img {
        width: 150px;
        margin: 0 auto;
    }

    #search-input-holder #close {
        right: 20px;
        top: 30px;
    }

    #search-input-holder .logo-search {
        width: 150px;
        margin-top: 15px;
    }

    #search-input-holder #mysearch-input #mysearch-input1 {
        width: 250px;
        margin-top: 6px;
    }

    #search-input-holder #mysearch-input {
        width: 100%;
    }

    .mycollapse {
        width: 80%;
        margin: auto;
    }

    .mysearch-button {
        margin-top: 5px;
        float: left;
        margin-right: 7px;
    }

    .myslider2,
    .mybaner {
        margin-top: 15px;
    }

    footer .newsletter-foo .newsletter {
        width: 100%;
    }

    footer .newsletter-foo .newsletter-btn {
        margin-top: 10px;
        margin-left: 0;
    }

    .registration-holder {
        height: auto;
    }

    .registration-holder2 {
        height: auto;
    }

    .h-product-holder .h-product-pic .akcija2 {
        width: 35px;
    }

    .h-product-holder .brend-h {
        top: 32px;
    }

    .h-product-holder .h-product-pic .uporediForm-h {
        left: 40px;
    }

    .product-head-name {
        font-size: 2.5rem;
    }

    .product-pic {
        height: 200px;
    }

    .product-pic .akcija3 {
        width: 30px;
    }

    .product-pic .garancija {
        width: 40px;
    }

    .product-pic .stiker-holder2 {
        width: 35px;
    }

    .product-sec-pic {
        height: 35px;
    }

    .thumb-div {
        padding: 0 15px;
    }

    .product-info .product-brand {
        height: 25px;
    }

    /*.product-info .product-price p:nth-child(2) {
        font-size: 2rem;
    }*/

    .product-info .product-addlinks {
        margin-left: 0;
        width: 100%;
    }

    .product-info .product-cart {
        margin-left: 0;
        margin-right:  0;
        width: 100%;
        text-align: right;
    }

    /*.product-info .product-cart .product-input {
        width: 60px;
    }*/

    .product-info .product-cart .product-cart-btn {
        width: auto;
        margin-left: 0;
    }

    .h4-xs {
        font-size: 1.6rem;
    }

    .coment-form textarea {
        width: 415px;
    }

    .gallerys-holder {
        height: 145px;
    }

    .gallerys-holder .gallerys-info {
        height: 63px;
        top: 56%;
    }

    .gallery-pic-holder {
        height: 115px;
    }

    .video-holder {
        height: 160px;
    }

    .attr-b2b {
        display: inherit;
    }

    .empty-cart {
        width: 200px;
    }

    .korpa-holder-xs .korpa-kolicina .product-input {
        width: 70px;
        margin-bottom: 10px;
    }

    .order-paymant .order-check-holder {
        padding: 1px;
        width: 15px;
        height: 15px;
        top: 5px;
    }

    .order-paymant i {
        font-size: 1.2rem;
    }

    .order-paymant h4 {
        font-size: 1.3rem;
    }

    .order-paymant p {
        font-size: 1.2rem;
    }

    .team-holder .team-pic {
        height: 204px;
    }

    .product-table>tbody>tr>td {
        font-size: 1.1rem;
    }

    .tool-box>.list>.items {
        display: inline-table;
        vertical-align: middle;
    }

    .tool-box>.list {
        display: inline-block;
    }

    footer .footer-links .footer-logo {
        width: 210px;
    }
}

@media all and (max-width: 499px) {
    .my-main-menu {
        padding: 10px 0;
    }
    .top-menu-short-info .list {
        justify-content: center;
        margin-top: 0;
        line-height: 16px;
    }
    .top-menu-col.-right {
         justify-content: center;
        margin-top: -30px;
     height: 35px;
    }
    .work-time {
        padding-top: 20px;
    }
   .index-links-title .t-index {
        font-size: 2rem;
        padding-left: 50px;
    }
    .about-box .image-about {
/*        width: 345px;*/
        width: 300px;
        margin: auto;
    }
    section.about-box .text-about h2 {
        font-size: 2rem;
    }
    section.about-box .text-about p {
        font-size: 1.4rem;
        text-align: justify;
    }
    .about-box .text-about .about-btn {
        padding: 6px 12px;
        font-size: 12px;
    font-weight: 600;
    }
    .container .topic {
        font-size: 2rem;
        padding-left: 50px;
    }
    .content-home .list {
        width: 50%;
        align-self: flex-start;
        margin-right: 10px;
    }
    .content-home .text-content .img-doctor .doctor-info {
        padding: 0;
        bottom: 24px;
    }
/*    .content-home .text-content .img-doctor:hover {
        transition: all .3s ease;
    transform: translateZ(0);
    }*/

    .content-home .list label {
        font-size: 12px;
        padding-left: 5px;
    }
    .content-home .text-content .img-doctor {
        width: 48%;
        padding: 2px;
    }
    .content-home .text-content .text a p {
        font-size: 1.2rem;
    }
    .single-news-body a{
        word-break: break-all;
    }
    .count-text{
        margin-bottom: 30px;
    }
    .counter .count-text p{
        font-size: 1.4rem;
    }
    .counter .count-holder .count{
        font-size: 3rem;
    }
    .counter .count-image .image{
        width: 40px;
    }
    .single-news-holder .contact-social-ul{
        flex-direction: column;
        padding: 0;
        padding-left: 25px;
    }
    .single-news-holder .contact-social-ul div{
        margin-bottom: 5px;
    }
    .index-links-boxes .box .text{
        margin: 0;
        margin-top: 15px;
        font-size: 1.6rem;
    }
    .index-links-boxes .box .image{
        width: 35px;
    }
    .index-links-boxes .box{
        height: auto;
        padding: 8px 0;
        margin-bottom: 10px;
    }
    .swiper-container{
        max-height: 100%!important;
        height: 260px!important;
    }
    .top-content .notification-holder .notification{
        background: rgb(255, 255, 255);
    }
    .my-main-menu .logo-holder .muni-title{
        margin-left: 10px;
    }
    .my-main-menu .logo-holder .muni-title .title{
        font-size: 1.2rem;
    }
    .muni-title .text{
        font-size: 1rem;
    }
    .entry-widget .button{
        height: 45px;
        font-size: 2rem;
    }
    .doc-holder{
        padding: 5px 5px;
    }
    .doc-holder .name{
        font-size: 1.2rem;
    }
    .doc-holder .image{
        width: 35px;
    }
    .doc-holder.-folder .name{
        font-size: 1.2rem;
    }
    .gc-news-holder .info .author{
        font-size: 1.2rem;
    }
    .gc-news-holder .info{
        justify-content: space-between;
    }
    .gc-news-holder .info .time{
        margin-right: 0;
    }
    .index-title{
        margin: 15px 0 15px 0;
    }
    .rss-maps .list{
        justify-content: center;
    }
    .rss-maps .list .items{
        width: 17px;
    }
    .social-foo .social-ul-foo li a img{
        width: 30px;
    }
    .horizontal-banners .banners .list .items{
        width: 148px;
    }
    .gc-news-holder .body .links .image.-big{
        width: 160px;
        height: 110px;
    }
    .gc-news-holder .body .links .image{
        width: 160px;
        height: 110px;
    }
    .gc-news-holder .info .time{
        font-size: 1.2rem;
    }
    .gc-news-holder .info .time.-big{
        font-size: 1.2rem;
    }
    .gc-news-holder .title-holder{
        height: auto;
    }
    .gc-news-holder .title-holder .title.-big{
        font-size: 2rem;
    }
    .after:before{
        width: 20px;
        height: 20px;
        left: 19px;
    }
    .after:after{
        width: 20px;
        height: 20px;
        top: -10%;
    }
    
    .index-title{
        font-size: 2rem;
        padding-left: 50px;
    }
    .top-content .notification-holder .notification .body{
        height: 260px;
    }
    .top-content .notification-holder .notification .body .list .items{
        min-height: auto;
        padding: 10px 10px;
    }
    .top-content .notification-holder .notification .head{
        padding: 5px 5px;
    }
    .top-content .notification-holder .notification .head .title{
        font-size: 1.4rem;
    }
    .top-content .notification-holder .notification .body .list .items .links{
        font-size: 1.2rem;
    }
    .top-content .notification-holder .paddingRightZero{
        padding-right: 15px;
    }
    .top-content .notification-holder{
        position: static;
        margin-top: 20px;
        border-radius: 5px;
    }
    #news-bar{
        display: none;
    }
    .teh-links .items .links .image{
        width: 24px;
    }
    .top-menu-col .mySearch-form{
        display: flex;
        align-items: center;
    }
    .teh-links .items{
        margin-left: 4px;
    }
    .top-menu-col .mySearch-form .field{
        border:1px solid #433E3F;
        outline: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 2px 2px 5px 4px;
        width: 108px;
    }
    .top-menu-col .mySearch-form .mySearch-button i{
        font-size: 2rem;
        vertical-align: middle;
    }
    .top-menu-col .mySearch-form .mySearch-button{
        background: red;
        padding: 4px 4px 4px 2px;
        margin-left: -3px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .top-menu{
        padding: 3px 0;
    }
    .single-news-body img{
        height:  auto!important;
    }
    .checkout-confirmation-info-box .title.-confirm{
        font-size: 1.8rem;
    }
    .product-info .product-brand span{
        font-size: 1.8rem;
    }
    .checkout-confirmation-amount{
        font-size: 2rem;
    }
    .sve-korpa{
        float: none;
    }
    .checkout-form.-delivery .my-label .choise-trigger{
        vertical-align: baseline;
    }
    .checkout-terms .my-label{
        font-size: 1.4rem;
    }
    .checkout-finish-btn .sa-button.-danger .icons{
        font-size: 2rem;
    }
    .checkout-finish-btn .sa-button.-danger{
        font-size: 1.4rem;
        padding: 3px 12px;
        margin-bottom: 30px;
    }
    .checkout-finish-btn .sa-button{
        margin-bottom:10px;
    }
    .checkout-finish-btn{
        margin-top: 20px;
    }
    .checkout-delivery-table>tbody>tr>td{
        font-size: 1.2rem;
    }
    .checkout-form.-delivery .my-label{
        font-size: 1.4rem;
    }
    .checkout-form{
        margin-bottom: 20px;
    }
    .checkout-form .title{
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .breadcrumb>li+li:before{
        padding: 0;
    }
    .page-head{
        background: #fff;
    }
    .breadcrumb {
        width: auto;
        margin: 0 auto;
    }
    #news-bar a{
        font-size: 1.2rem;
    }
    .breadcrumb>li{
        font-size: 1.2rem;
    }
    .breadcrumb>.active{
        font-size: 1.2rem;
    }
    .s-product-holder .s-product-price .price-help .sa-button{
        font-size: 1rem;
        width: 95px;
    }
    .s-product-holder .s-product-price .price-help .b2b-small-price-productbox{
        font-size: 1.1rem;
    }
    .s-product-holder .s-product-price .price-help .b2b-price-productbox{
        font-size: 1.2rem;
    }
    .-product-b2b-table{
        width: 100%;
    }
    .table-row .table-items .image{
        height: 20px;
    }
    .bottom-info-holder{
        display: inline-block;
    }
    .social-share-holder{
        margin-top: 10px;
        overflow:hidden;
    }
    .product-info-tabs .tab-content .tab-pane li{
        font-size: 1.6rem;
    }
    .product-description{
        font-size: 1.4rem;
    }
    .product-info .product-attr .product-attr-ul a .product-attr-li{
        min-width: 25px;
        height: 25px;
    }
    .p-video-holder{
        height: 250px;
    }
    .product-info-tabs .tab-content .tab-pane p{
        font-size: 1.2rem;
    }
    .product-info-tabs .tab-content .tab-pane ul li{
        font-size: 1.6rem;
    }
    .product-info-tabs .nav-tabs>li>a{
        font-size: 1.6rem;
    }
    .product-info-tabs{
        margin:15px 0;
    }
    .product-pic .stiker-holder2{
        width: 40px;
    }
    .product-pic .akcija3{
        width: 40px;
    }
    .h-product-holder .disc{
        top:50%;
    }
    .h-product-holder .h-product-pic{
        height: 100px;
    }
    .h-product-holder .h-product-cart a{
        padding: 4px 7px;
    }
    .h-product-holder .h-product-price p{
        font-size: 1.4rem;
    }
    .h-product-holder .h-product-price p del{
        font-size: 1.2rem;
    }
    .h-product-holder .h-product-attr .h-product-attr-ul .h-product-attr-li{
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
    .filter-color-ul .filter-color-li strong{
        margin-right: 3px!important;
    }
    .filter-color-ul .filter-color-li{
        width: 18px;
        height: 18px;
        margin-right: 2px;
    }
    .h-product-holder .h-product-brend{
        width: 75px;
    }
    .h-product-holder .h-product-name a h4{
        font-size: 1.2rem;
    }
    .korpa-holder-xs .small-cart-desc{
        font-size: 1rem;
        line-height: 1;
    }
    .korpa-holder .korpa-ukupno span{
        font-size: 1.2rem;
    }
    .korpa-holder .korpa-popust span{
        font-size: 1.2rem;
    }
    .korpa-holder .korpa-cena span{
        font-size: 1.2rem;
    }
    .korpa-holder-xs .korpa-proizvod{
        line-height: 1;
    }
    .korpa-holder-xs .korpa-proizvod .korpa-proizvod-name{
        font-size: 1rem;
    }
    .korpa-holder-xs .korpa-ukupno span{
        font-size: 1.4rem;
    }
    .korpa-holder-xs .korpa-ukupno{
        text-align: center;
    }
    .korpa-holder-xs .korpa-popust{
        text-align: center;
    }
    .korpa-holder-xs .korpa-cena{
        text-align: center;
    }
    .korpa-holder-xs .korpa-ukupno .remove-text{
        display: none;
    }
    .s-product-holder .s-product-pic{
        height: 110px;
    }
    .tool-box>.list>.items .compare{
        width: 28px;
        height: 28px;
    }
    .tool-box>.list>.items .field{
        width: 40px;
    }
    .tool-box>.list>.items .display{
        width: 25px;
        height: 25px;
    }
    .filter-modal{
        width: 305px;
    }
    hr{
        margin:10px 0;
    }
    .head-name{
        font-size: 2.5rem;
    }
    .filter-modal .shop-filters {
        max-height: 90vh;
        overflow: hidden;
        overflow-y: scroll; }
    .top-menu .top-menu-right-ul li a span {
        margin-left: 2px;
        vertical-align: middle;
    }

    .top-menu .top-menu-right-ul li .wish-count {
        margin-right: 3px;
        margin-top: 2px;
        font-size: 1rem;
    }

    .top-menu .top-menu-right-ul li a .icons {
        margin-top: 1px;
    }

    .top-menu .top-menu-right-ul {
        float: left;
    }

    .top-menu .top-menu-right-ul li {
        padding: 3px;
    }

    .top-menu .top-menu-right-ul li a img {
        width: 15px;
    }

    .info-baner .text-holder .links {
        font-size: 1rem;
    }

    .info-baner .text-holder {
        margin-left: 0;
    }

    .info-baner .text-holder .text {
        font-size: 1rem;
        line-height: 1.2;
    }

    .info-baner a img {
        display: none;
    }

    .top-menu .list .items .dinamic {
        font-size: 1.2rem;
    }

    .top-menu .list .items .static {
        font-size: 1rem;
    }

    .top-menu .top-menu-left-ul li a {
        font-size: 1.2rem;
        margin-right: 3px;
    }

    .top-menu .top-menu-left-ul li {
        padding: 2px;
    }

    .top-menu .mil-lang {
        font-size: 1rem;
        margin: 0;
        margin-top: 0px;
    }

    .border-seter:nth-child(-n+2) .s-product-holder {
        border-bottom: 1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
    }

    .border-seter:nth-last-child(-n+2) .s-product-holder {
        border-bottom: 1px solid #e7e7e7;
    }

    .border-seter:nth-child(2n) .s-product-holder {
        border-right: 1px solid #e7e7e7;
    }

    .order-login button {
        width: 100%;
    }

    .order-number {
        width: 20px;
        height: 20px;
        font-size: 1.4rem;
    }

    .nav-tabs.nav-justified>li>a {
        border-left: 1px solid #333;
        padding: 5px;
        font-size: 1.6rem;
    }

    .store .gallery-holder {
        width: 100%;
        height: auto;
    }

    .store {
        display: block;
    }

    .store .gallery-holder {
        width: 150px;
        height: auto;
        margin-top: 10px;
    }

    .store .info .list .items {
        font-size: 1.4rem;
    }

    .store .info .title {
        font-size: 1.6rem;
    }

    .s-product-holder .s-product-name .code {
        font-size: 1rem;
    }

    .s-product-holder .s-product-name .name {
        font-size: 1.2rem;
    }

    .s-product-holder .s-product-name {
        line-height: 1.1;
        height: 100px;
    }

    .s-product-holder .stiker-holder {
        width: 30px;
    }
    .s-product-holder .akcija{
        width: 30px!important;
    }
    .s-product-holder .disc{
        font-size: 1.2rem;
        width: 34px;
        height: 26px;
        left: 57%;
    }
    .s-product-holder .s-product-brend{
        height: 30px;
    }
    .s-product-holder .s-product-price {
        padding: 5px;
        display: block;
        height: 100px;
    }
    .s-product-holder .s-product-price .price-help .sa-button{
        width: 100%;
    }
    .news-help-holder .news-search-holder input {
        width: 220px;
    }

    .news-holder .news-pic {
        height: 185px;
    }

    .cat-news-ul .cat-news-li {
        margin-bottom: 3px;
    }

    .my-main-menu .logo-holder {
        margin-top: 0;
    }

    .my-main-menu .logo-holder a img {
        width: 50px;
    }

    .top-menu .top-menu-left-ul li {
        padding: 0;
    }

    .top-menu .top-menu-left-ul {
        margin-top: 5px;
    }

    .slide-menu {
        width: 100%;
    }

    .small-products-button .icons {
        font-size: 1.4rem;
    }

    .small-products-button {
        font-size: 1rem;
        padding: 6px;
    }

    .db-page-cont img {
        height: auto !important;
        max-width: 100%!important;
    }

    #map {
        height: 280px;
    }

    .select-holder-mi {
        position: static;
    }

    .select-holder-mi select {
        padding: 3px 6px;
    }

    .new-compare-holder {
        height: 125px;
    }

    .wrap-calc {
        width: 100%;
    }

    .new-compare-btns .-delete {
        width: auto;
        font-size: 1rem;
    }

    .new-compare-btns {
        float: left;
        width: 100%;
        margin: 10px 0;
    }

    .new-compare-btns .-compare {
        width: auto;
        font-size: 1rem;
    }

    .new-compare-image-holder {
        width: 100%;
    }

    .new-compare-box {
        margin: 15px 5px 0 0;
        padding: 0;
        width: calc(25% - 5px);
    }

    .new-compare-name {
        display: none;
    }

    .our-shops-contact-person {
        height: auto;
    }

    .categories-holder {
        margin-bottom: 10px;
    }

    .categories-holder .categories-text {
        height: 20px;
    }

    .categories-holder .categories-pic {
        height: 30px;
        width: 30px;
    }

    .categories-holder .categories-text p {
        font-size: 1.2rem;
    }

    .single-news-holder .single-news-body h3 {
        font-size: 1.6rem;
    }

    .big-news-holder .big-news-pic {
        height: 270px;
    }

    .mil-lang {
        /*float: none;*/
    }

    .top-menu-right-ul {
        /*float: none;*/
    }

    .top-menu-col {
        /*text-align: center;*/
        /*width: 100%;*/
    }

    .burger {
        top: 5px;
    }

    #search-input-holder .logo-search {
        width: 130px;
        margin-top: 15px;
    }

    #search-input-holder #close {
        right: 10px;
        top: 25px;
    }

    #search-input-holder #close img {
        width: 20px;
    }

    #search-input-holder #mysearch-input #mysearch-input1 {
        width: 100%;
    }

    #search-input-holder #mysearch-input {
        width: 100%;
    }

    .mycollapse {
        width: 80%;
        margin: auto;
    }

    .mysearch-button {
        margin-top: 5px;
        float: left;
        margin-right: 10px;
    }

    .slide-xs {
        margin-top: 10px;
    }

    .footer-links {
        width: 100%;
    }

    .footer-links.-xs50 {
        width: 50%;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom p {
        float: none;
    }

    .registration-holder {
        height: auto;
    }

    .registration-holder2 {
        height: auto;
    }

    footer .newsletter-foo .newsletter-btn {
        margin-left: 0;
        margin-top: 5px;
    }

    .prikaz-holders {
        width: 100%;
    }

    .s-product-col {
        width: 100%;
    }

    .s-product-holder {
        /*width: 230px;*/
        margin: auto;
        margin-bottom: 10px;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
    }

    .h-product-col {
        width: 100%;
    }

    .h-product-holder .h-product-pic .akcija2 {
        width: 40px;
    }

    .col2 {
        margin-top: 50px;
    }

    .h-product-holder .h-product-pic .uporediForm-h {
        left: 110px;
    }

    .h-product-holder .brend-h {
        top: 255px;
        right: 13px;
        width: 85px;
    }

    .product-col-holder {
        width: 100%;
    }

    .product-pic {
        height: 300px;
    }

    .product-head-name {
        font-size: 2rem;
    }

    .thumb-div {
        /*width: 50%;*/
        padding: 0 15px;
        float: left;
    }

    .product-sec-pic {
        height: 50px;
    }

    .product-info .product-brand {
        height: 25px;
    }
    .product-info .stock-holder .stock{
        font-size: 1.2rem;
    }
    .product-info .product-price p.discount-price {
        font-size: 1.8rem;
    }
    .product-info .product-price p.savings{
        font-size: 1.2rem;
    }
    .product-info .product-addlinks {
        float: left;
        margin-left: 0;
        width: 100%;
    }

    .product-info .product-cart {
        margin-left: 0;
        float: left;
        width: 100%;
        text-align: left;
    }

    .product-info .product-cart .product-input {
        width: 55px;
    }

    .product-info .product-cart .product-cart-btn {
        width: 123px;
    }

    .coment-form textarea {
        width: 250px;
    }

    .xsProduct-col {
        width: 50%;
    }

    .gallerys-holder {
        height: 110px;
    }

    .gallerys-holder .gallerys-info {
        height: 39px;
    }

    .gallerys-holder .gallerys-info p {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .video-col {
        width: 100%;
        margin-bottom: 10px;
    }

    .video-holder {
        height: 225px;
        width: 100%;
        margin: 10px auto;
    }

    .attr-b2b {
        display: inherit;
    }

    .doc-holder {
        height: auto;
    }

    .doc-holder a {
        font-size: 1.2rem;
    }

    .catalog-col {
        width: 50%;
    }

    .zelja-col {
        width: 50%;
    }

    .empty-cart {
        width: 165px;
    }

    .korpa-holder-xs .korpa-kolicina a {
        margin-left: 10px;
    }

    .korpa-holder-xs .korpa-kolicina .product-input {
        font-size: 1.4rem;
        width: 40px;
        height: 30px;
    }

    .korpa-holder-xs .korpa-kolicina button {
        width: 20px;
        height: 30px;
        font-size: 1.5rem;
    }

    .korpa-holder-xs .korpa-cena span {
        font-weight: normal;
        font-size: 1.4rem;
    }

    .korpa-holder-xs .korpa-popust span {
        font-weight: normal;
        font-size: 1.4rem;
    }

    .korpa-holder-xs .korpa-ukupno span {
        font-weight: normal;
        font-size: 1.4rem;
    }

    .cart-col {
        width: 100%;
    }

    .sve-korpa h4 .total-price-cart {
        font-size: 1.4rem;
    }

    .col-xs {
        width: 100%;
    }

    .order-login {
        text-align: center;
    }

    .order-login a {
        width: 100%;
        margin-bottom: 20px;
    }

    .uplInput {
        padding: 4px 2px;
        font-size: 1.1rem;
        overflow-x: scroll;
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-left: 1px solid #05668D;
    }

    .nav-tabs.nav-justified>li>a {
        border-left: 1px solid #05668D;
    }

    .korpa-holder-xs .korpa-kolicina h3 {
        font-size: 1.8rem;
    }

    .team-holder {
        margin: auto;
        width: 263px;
        margin-bottom: 10px;
    }

    .team-modal-pic {
        height: 110px;
    }

    .tool-box>.list>.items {
        vertical-align: middle;
        margin-bottom: 3px;
    }

    .tool-box>.list {
        display: inline;
    }

    .tool-box>.list {
        border: none;
        border-radius: 0;
        background: transparent;
    }

    .tool-box {
        background: #fff;
        border-radius: 5px;
    }
    footer{
        padding: 50px 0;
    }
    footer .footer-links .footer-logo {
        width: 130px;
        margin: 0 auto;
    }

    footer .footer-links h4 {
        font-size: 1.4rem;
    }

    footer .location ul li {
        font-size: 1.2rem;
    }

    footer .location ul li img {
        width: 18px;
    }

    footer .footer-links ul li a {
        font-size: 1.2rem;
    }

    footer .footer-links ul li {
        padding: 2px 0;
    }

    .social-foo h4 {
        font-size: 1.6rem;
    }

    .footer-expl {
        font-size: 1rem;
        line-height: 1.2;
    }

    footer .footer-links p {
        margin-bottom: 5px;
        font-size: 1.2rem;
    }

    .footer-bottom p {
        font-size: 1rem;
    }

    .brands-slider a img {
        max-height: 25px;
    }

    .brands-slider {
        padding: 20px 0;
    }
}


.bs-slider{
    overflow: hidden;
    /*max-height: 700px;*/
    position: relative;
    background: #000000;
    z-index: 1;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;

}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #ED1C2B;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
