body {
    font-family: 'PT Sans', sans-serif;
    overflow-x: hidden;
    background-repeat: no-repeat;
    font-weight: 300;
}

html {
    font-size: 62.5%;
}

p {
    font-size: 1.4rem;
    line-height: 1.75;
}
.loaded {
  display: block;
}
.ny-graph {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.-body-bckg {
    background: #fff;
}

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

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

.myBtn {
    border: none;
    color: white;
    background-color: #0083cb;
    border-radius: 0;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -ms-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.myBtn:hover,
.myBtn:focus,
.myBtn:active {
    text-decoration: none;
    color: white;
    background-color: #2d8dbe;
    border-color: #2d8dbe;
}

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

.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;
    color:#000;
}

.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 {
    background: #dfdfdf;
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
    background: #dfdfdf;
    border-radius: 0;
    padding: 3px 15px 3px 15px;
    width: 1360px;
    margin: 0 auto;
}

.breadcrumb>.active {
    color: #7b7b7b;
}

.breadcrumb li a {
    color: #000;
}

.db-page-cont {
    background: #fff;
}

.db-page-cont a {
    color: red;
    text-decoration: underline;
    font-weight: bold;
}
/* .db-page-cont table tbody tr {
    display: flex;
    flex-wrap: wrap;
} */

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0;
}

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

.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: #000;
}

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

._unmargin {
    margin: 0;
}

._unpadding {
    padding: 0;
}

.section-title {
    font-size: 50px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.after {
    display: table;
}

.after:after {
    content: '';
    width: 50%;
    height: 2px;
    background: #f9ce07;
    display: block;
    margin: auto;
    margin-top: 5px;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #05668D;
}

::selection {
    text-shadow: none;
    background: #05668D;
    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: #05668D;
}

::-webkit-scrollbar-thumb {
    position: relative;
    background-color: #05668D;
}

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

.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: #fff;
    border-radius: 0px;
    margin-top: 20px;
    border: 1px solid #eee;
}


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

.top-menu {
    background: #f3f3f3;
    border-bottom: 1px solid #23282f24;
}

.top-menu .top-menu-left-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
    /*background: #23282f;*/
    margin-right: 3px;
    /*border-radius: 5px;*/
}

.top-menu .top-menu-left-ul li {
    display: inline-block;
    padding: 5px;
}

.top-menu .top-menu-left-ul li a {
    color: #c1c1c1;
    font-size: 1.2rem;
}

.top-menu .top-menu-left-ul li a:hover {
    text-decoration: underline;
}

.top-menu .top-menu-left-ul.-user-part li a {
    color: #000000;
    font-weight: bold;
}

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

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

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

.top-menu .list .items .dinamic {
    color: #000000;
    /*font-weight: bold;*/
}

.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: #005687;
    margin-top: 4px;
    font-size: 1.7rem;
}

.top-menu .top-menu-right-ul li .wish-count {
    color: #000000;
    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: #000000;
    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: #000;
    font-size: 1rem;
}

.top-menu .mil-lang {
    margin-top: 6px;
    /*margin-right: 10px;*/
    border: none;
    outline: none;
    background: #f3f3f3;
    color: #000;
    /*margin-left: 10px;*/
    padding: 2px 3px;
    /*border-radius: 5px;*/
}

/*.top-menu .top-menu-right-ul .search{
	color:#333;
}*/

.top-menu-right-ul {
	color:#333;
}

.small-drop ul.list {
    list-style: none;
}
.small-drop ul.list a:hover {
    opacity: 0.8;
}
.my-main-menu {
    background: #fff;
    /*border-top: 1px solid #ccc;*/
    padding: 10px 0;
    color:#fff;
}

.my-main-menu .logo-holder {
    margin-top: 3px;
}

.my-main-menu .logo-holder a img {
    width: auto;
}

.my-main-menu .mySearch-form {
    margin-top: 30px;
    text-align: right;
}

.my-main-menu .mySearch-form #mySearch-input {
    padding: 7px 5px;
    width: 430px;
    border: 1px solid #dfdfdf;
    /*border: none;*/
    /*border-bottom-left-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
    outline: none;
    border-right: none;
    background: #fff;
    margin-right: -5px;
    /*border: 1px solid #2f343d;*/
}

.my-main-menu .mySearch-form #mySearch-input1 {
    padding: 6px 5px;
    width: 385px;
    /* border: 1px solid #534d4d; */
    outline: none;
    /* border-right: none;
    background: #fff; */
    margin-right: -5px;
    color: #534d4d;
    /* border-radius: 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: #2f343d;
    border-left: none;
    margin-left: -3px;
    padding-bottom: 9px;
    width: 197px;
    overflow: hidden;
    background: #2f343d;
    color: #fff;
    margin-right: -7px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.my-main-menu .mySearch-form .mySearch-button {
    /*padding: 8px 5px;*/
    width: 50px;
    height: 36px;
    outline: none;
    margin: 0 -1px;
    vertical-align: bottom;
    background: #dfdfdf;
    border-radius: 2px;

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

.my-main-menu .mySearch-form .advanced:hover {
    background: #dfdfdf;
}

.navigation-holder {
    /*border-bottom: 1px solid #05668D;*/
    background: #f9f9f9;
}

.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 {
    margin-right: 30px;
    padding: 7px 5px;
    position: relative;
}

.navigation-holder .navigation .nav-ul .nav-li:first-child {
    background: #0083cb;
    padding: 7px 30px;
}

.navigation-holder .navigation .nav-ul .nav-li>a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.3rem;
}

.navigation-holder .navigation .nav-ul .nav-li>a:hover {
    color: #fff;
}

.navigation-holder .navigation .nav-ul .nav-li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
    -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 .nav-li:hover:after {
    width: 100%;
}

.navigation-holder .navigation .nav-ul .nav-li.main-drop-triger{
    padding: 7px 20px;
    /* background: #dfdfdf; */
}

.navigation-holder .navigation .nav-ul .nav-li.main-drop-triger i {
    font-weight: bold;
}

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

.navigation-holder .navigation .nav-ul .nav-li:hover .nav-main-drop {
    display: block;
    filter: drop-shadow(8px 8px 10px gray);

}


.carousel-caption p {
    color: #333;
    font-size: 1.6rem;
}

.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop {
    /*border: 1px solid rgba(51, 51, 51, 0.4);*/
    min-width: 250px;
    width: auto;
    position: absolute;
    top: 33px;
    left: 50%;
    background: #fff;
    z-index: 9;
    display: none;
    transform: translate(-50%, 0);
    border-radius: 0px;
    text-align: center;
    box-shadow: 2px 2px 2px 0px rgba(148, 148, 148, 0.3);
}

.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop:before {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop:after {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

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

body > div.navigation-holder.hidden-xs.bckg-primary > div > div > div > nav > ul > li:nth-child(5) > div > ul li{
    background: #fff !important;
}


body > div.navigation-holder.hidden-xs.bckg-primary > div > div > div > nav > ul > li:nth-child(5) > div > ul li a {
    color: #000;
}
body > div.navigation-holder.hidden-xs.bckg-primary > div > div > div > nav > ul > li:nth-child(5) > div > ul li a:hover{
    color: #000;
    opacity: 0.8;
}
.navigation-holder .navigation .nav-ul .nav-li .nav-main-drop .nav-main-drop-ul .nav-main-drop-li {
    padding: 6px 4px;
    border-bottom: rgba(33, 33, 33, 0.23);
}

.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 a:hover {
    /* margin-left: 5px; */
    color: #333;
    opacity: 0.8;
}

.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 {
    display: block;
    font-size: 1.4rem;
    color: #000;
    -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;
}

    .item_content {
        text-align: center;
    }

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

.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: #dfdfdf;
    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: #000;
}

.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: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 0 5px 8px;
    white-space: nowrap;
    letter-spacing: 1px;
}

.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: #000;
    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: 995px;
    padding: 7px 5px;
    display: none;
    overflow-x: hidden;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-main-drop-ul li.nav-main-drop-li ul.sec-drop-ul {
    text-align: center;
    padding-left: 0;
    list-style: none;
}

.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;
    display: flex;
    align-items: center;
}

.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: 200px;
    margin-right: 20px;
}

.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-bottom: 5px;
    font-size: 1.4rem;
    color: #666;
    margin-left: 150px;
    display: block;
}

.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;
    color: #f9ce07;
}

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

.burger .burger1,
.burger .burger2,
.burger .burger3 {
    position: absolute;
    background: #333;
    color:#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: 2;
    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;
}
li.second-drop-trigger {
    padding-top: 5px;
}

.items-second-drop {
    background-color: #000;
    width: 150px;
    position: absolute;
    left: 145px;
    top: 0;
    list-style: none;
    /* display: none; */
}
.list.list-dropdown-second-drop {
    background-color: #fff;
    list-style: none;
    width: 200px;
    padding-left: 0;
    position: absolute;
    left: 100px;
    text-align: center;
    z-index: 9;
}
.list.list-dropdown-second-drop li {
    padding: 5px;
}
.list.social-network {
    display: flex;
    margin: 20px 0 !important;
}
.list.social-network li{
    padding-right: 10px;
}
.list.social-network li a img{
    width: 45px;
    height: 45px;
}
body > section > div > div > div:nth-child(2) > div > div:nth-child(2) > div.info > ul.list.social-network {
    display: none;
}
body > section > div > div > div:nth-child(2) > div > div:nth-child(3) > div.info > ul.list.social-network {
    display: none;
}

.icons-payment {
    width: 30px;
}
.go-top {
    border: none;
    border-radius: 50%;
    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;
    /*display: none;*/
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #05668D;
}
/*Service section*/
.services-text-holder {
    text-align: center;
}
.row.align-items-center.justify-content-lg-between.justify-content-md-center.justify-content-sm-center {
    display: flex;
    /* margin-top: 50px;
    margin-bottom: 50px; */
}
.pocetna-about {
    padding: 50px 0;
}
.pocetna-about .mikops-text p {
    font-size: 20px;
    text-align: justify;
}
.services {
    /* background-color: #dfdfdf87; */
    padding: 50px 0;
}
.services-section {
    padding: 50px 0;
    background-color: #dfdfdf87;
}
.service-holder {
    position: relative;
}
.service-holder:hover {
    box-shadow: 0 7px 6px rgba(0, 0, 0, 0.6), 0 3px 6px rgba(0, 0, 0, 0.3);
}

.service-holder .filter {
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.service-holder .info-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 15px;
}
.service-holder .info-holder .title {
    color: #fff;
    font-size: 4.5rem;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.service-holder .info-holder .text {
    color: #fff;
    font-size: 1.8rem;
}
.service-holder .slider-change {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
    background-color: #0083cb;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.services .small_title {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 25px;
    color: #ff4328;
    font-family: "Pacifico", cursive !important;
}
.pocetna-about .mikops-title {
    margin: 0 auto;
    padding-bottom: 40px;
}
.services .big_title,  .pocetna-about .mikops-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}
.biggest_title {
  top: 50%;
  left: -8px;
  z-index: -1;
  display: block;
  line-height: 1;
  font-size: 150px;
  position: absolute;
  transform: translateY(-50%);
  font-family: "Pacifico", cursive;
  color: rgba(34, 34, 34, 0.102);
}
img.enlarge {
    border: 1px solid #ddd;
    margin: 10px;
}
.services .biggest_title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}
.slider-change[ id= "prodaja" ]:target ~ .parallax {
    -webkit-transform: translateY( -1000px );
    transform: translateY( -1000px );
}
.slider-change[ id= "centri" ]:target ~ .about-us {
    -webkit-transform: translateY( -1000px );
    transform: translateY( -1000px );
}

.biggest_title {
  /*color: rgb(22 0 0 / 5%);*/
      color: rgb(223 223 223);
}
/*.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
        -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}*/
.feature_primary .item_icon, .feature_primary_2 .item_icon {
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 22px;
    line-height: 66px;
    text-align: center;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg_default_yellow {
    background-color: #0083cc;
}

.feature_image_1 {
    z-index: 1;
    max-width: 505px;
    padding: 0px 15px;
    position: relative;
    margin: 50px auto 0px;
}
.feature_image_1:before {
    top: 17px;
    left: 0px;
    right: 0px;
    bottom: 17px;
    z-index: -1;
    content: "";
    position: absolute;
    border: 3px solid #1a1e5d;
}
.col-lg-6.col-md-12.col-sm-12.col-xs-12 {
    flex: 1;
    order: 2;
}
.col-lg-3.col-md-6.col-sm-6.col-xs-12.order-first {
    margin-top: 50px;
    flex: 1;
    order: 1;
}
.col-lg-3.col-md-6.col-sm-6.col-xs-12 {
    margin-top: 50px;
    flex: 1;
    order: 3;
}
.feature_primary {
    margin-top: 50px;
}
.feature_primary .item_title, .feature_primary_2 .item_title {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}
.text_btn span {
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #222222;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}
.text_btn:hover span:before {
    left: 0px;
    width: 100%;
    right: auto;
}
.text_btn span:before {
    top: 14px;
    width: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    background: #ff4328;
    transition: width 0.2s linear;
}
/*img.icon-more-arrow {
    width: 25px;
    padding-left: 5px;
}
img.icon-more-arrow:hover {
    color: #ff4328;
    transform: translateX(5px);
}*/
.text_btn i {
    font-size: 12px;
    margin-left: 5px;
    color: #222222;
    transition: all 0.3s ease-in-out;
}
.text_btn:hover i {
    color: #ff4328;
    transform: translateX(5px);
}
img.img-responive {
    width: 30px;
}
/*end*/
/*ABOUT SECTION*/
section.index-about {
    background-image: url(fajlovi/pocetna/services/circle_border.png);
}
/*.container.aboutUs {
    background-image: url(fajlovi/pocetna/services/circle_border.png);
}*/
.index-about h4.small_title {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 25px;
    color: #ff4328;
    font-family: "Pacifico", cursive !important;
}
.index-about h2.big_title.mb-0{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}
.index-about span.biggest_titles {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(223 223 223);
}
span.biggest_titles{
    top: 50%;
    left: -8px;
    z-index: -1;
    display: block;
    line-height: 1;
    font-size: 150px;
    position: absolute;
    transform: translateY(-50%);
    font-family: "Pacifico", cursive;
    color: rgba(34, 34, 34, 0.102);
}
/*.circle_border  {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    display: block;
    text-align: center;
    position: absolute;
}*/
.index-about {
    display: block;
    clear: both;
    content: "";
}
.aboutUs .aboutus-row {
    padding-top: 70px;
}
.about-text-holder p {
    text-align: justify;
}
/* .aboutUs .year-experience {
    display: flex;
    align-items: center;
} */
span.experience_image img {
    max-width: 190px;
}
.aboutUs .aboutus-text {
    padding-left: 0;
    text-align: justify;
}
.aboutUs .aboutus-text p {
    text-align: justify !important;
}
.about_image_2 {
    z-index: 1;
    position: relative;
    /* background-color: #1a1e5d; */
}
.about_image_2:before {
    top: -10px;
    left: -10px;
    z-index: -1;
    width: 250px;
    height: 250px;
    content: "";
    position: absolute;
    background-color: #0083cc;
    border-radius: 5px 0px 0px;
}

/*END*/



.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: #000;
}

.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;
}
.social-foo{
	color:#000;
}
.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;
    color:#000;
    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;
    border-radius: 0px;
}

#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;*/
    vertical-align: top;
}

#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;
    color: #000;
}

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

.main-slider-p {
    padding: 0;
}

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

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

.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: 0px;
    margin-bottom: 30px;
}


.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: #dfdfdf;
}

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

.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: 50px;
    text-align: center;
    height: 31px;
    padding: 1px;
    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: 0px;
    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;
    text-align: center;
}

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

.s-product-holder .s-product-name .name {
    font-size: 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.4rem;
    text-transform: uppercase;
    margin-top: 6px;
    padding: 6px 9px;
    width: 100%;
    letter-spacing: 2px;
    font-weight: bold;
}

.s-product-holder .s-product-price .price-help p {
    font-size: 1.4rem;
    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;
}

.sa-button.-success {
    margin: 0 0 20px;
}



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

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

}*/
.brands-slider img.img-responsive, .social-icon {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    opacity: 0.8;
}
.brands-slider img.img-responsive:hover{
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.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;
}

.info-baner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 7px 0;
    text-align: center;
}

.info-baner .text-holder {
    /*margin-left: 20px;*/
}

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

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

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

footer {
    position: relative;
    width: 100%;
    background: #0a0e14;
    padding-bottom: 15px;
    /*margin-top: 30px;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: linear-gradient(37deg, rgb(0, 0, 0), rgb(0, 123, 193));*/
    background-image: url("'fajlovi/pocetna/grid-footer.jpg'");
}

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

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

footer .footer-links h4 {
    color: #dfdfdf;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer .footer-links h3{
    color: #dfdfdf;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer .footer-links h2{
    color: #dfdfdf;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10
}
footer .footer-links .footer-logo {
    width: 150px;
}

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

footer .footer-links ul li {
    padding: 3px 0;
}

footer .footer-links ul li a {
    color: #fff;
    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: #fff;
}

footer .location ul li img {
    width: 25px;
    float: left;
    margin-right: 10px;
}

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

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

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

.bank-foo li.-intesa {
    width: 300px;
}

.bank-foo li.-intesa img {
    width: auto;
}

.newsletter-foo .newsletter {
    /*background: #05668D;*/
    /* border: none; */
    /*border: 1px solid #05668D;*/
    outline: none;
    padding: 4px 5px;
    color: #333;
    width: 196px;
    /* border-radius: 3px; */
}
.img-responsive{
	color:#000;
}
.bckg-primary {
    /*background: #007bc1;*/
    background: #28272a;
    color:#fff;
}

.newsletter-foo .newsletter-btn {
    vertical-align: baseline;
    margin-left: -5px;
    background: #333;
    /* border-radius: 3px; */
}

/* .social-foo h4 {
	background: #000;
	opacity:0.0;
    color: #FFF;
} */

footer .footer-cat, .footer-soc {
    margin: 0 auto;
}

footer .footer-cate ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .footer-cate ul li {
    margin-right: 20px;
}

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

.social-foo .social-ul-foo li {
    display: inline-block;
    margin-right: 10px;
}

.social-foo .social-ul-foo li a img {
    width: 40px;
}

.footer-bottom {
    padding: 5px 0;
    background: rgb(0 0 0 / 0%);
}
.footer-bottom-cene {
    padding-top: 15px;
}
.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
    /*font-weight: bold;*/
}

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

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

.footer-expl {
    text-align: center;
    color: #dfdfdf;
    font-size: 1.2rem;
    line-height: 1;
    font-style: italic;
    background: rgb(0 0 0 / 0%);
}

.footer-expl {
	background: rgb(0 0 0 / 0%);
	color:#fff;
}

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

.registration-holder {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 0px;
}

.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: 0px;
    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: 0px;
    color: #fff;
}

.registration-holder2 .registration-form .reg-input input {
    width: 100%;
    padding: 5px 7px;
    border: 1px solid #ccc;
    border-radius: 0px;
    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 {
    background: #0083cb;
    width: 100%;
    border: none;
    color: #fff;
}
footer .footer-newsletter {
    padding-bottom: 15px;
}
.footer-newsletter .footer-links {
    background: #158dce;
}
.newsletter-foo .newsletter-row {
    width: 100%;
}
.newsletter-foo form, .newsletter-foo-viber form {
    width: 100%;
    position: relative;
}
.newsletter-foo form .newsletterInput1 , .newsletter-foo-viber form .newsletterInput1 {
    width: 100%;
}
.newsletter-foo .newsletter-holder h4,
.newsletter-foo .newsletter-holder p,
.newsletter-foo .newsletter-holder-viber h4,
.newsletter-foo .newsletter-holder-viber p {
    text-align: left;
    font-weight: bold;
}

.newsletter-holder .newsletter-title,
.newsletter-holder-viber .newsletter-title {
    color: #000;
}

.newsletter-foo .politika-privatnosti {
    text-decoration: underline;
}

.newsletter-foo .newsletter {
    background: transparent;
    border: none;
    margin-top: 40px;
    /* border: 1px solid #ccc; */
    border-bottom: 1px solid #000;
    outline: none;
    padding: 6px 5px;
    color: #000;
    font-size: 1.6rem;
    width: 190px;
}
.newsletter-foo .newsletter::placeholder {
    color: #ccc;
    opacity: 1;
}
.footer-newsletter .newsletter-foo-viber {
    background: #0083cb;
}
.newsletter-foo .newsletter-btn,
.newsletter-foo-viber .newsletter-btn-viber {
    vertical-align: baseline;
    border-radius: 0px;
    background: transparent;
    position: absolute;
    bottom: 15px;
    right: 0;
    /* border: 1px solid #ccc; */
    letter-spacing: 1px;
    outline: none;
    font-size: 1.6rem;
}
.newsletter-foo .newsletter-btn:focus, .newsletter-foo-viber .newsletter-btn-viber:focus {
    outline: 0;
}


.contact-mikops-holder {
    color: #fff;
}
.mikops-row {
    display: flex;
    justify-content: space-around;
}
.contact-mikops-holder .mikops-veleprodaja {
    margin-right: 20px;
}
.contact-mikops-holder .mikops-veleprodaja, .mikops-veleprodaja2 {
    border: 1px solid #fff;
}
.contact-mikops-holder .mikops-veleprodaja h3, .mikops-veleprodaja2 h3 {
    margin: 0 auto;
    padding: 10px 0;
}
.mikops-veleprodaja ul {
    list-style: none;
    padding-left: 15px;
}
.mikops-row {
    padding-top: 10px;
}
.mikops-veleprodaja ul li {
    padding: 10px 0;
}
.mikops-list li {
    display: flex;
    align-items: center;
}
.mikops-list hr {
    margin-top: 8px;
    margin-bottom: 15px;
}
.mikops-list li img {
    width: 25px;
    display: inline-block;
}
.mikops-list .contact-last {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.mikops-list  .contact-first {
    padding-top: 5px;
}
.mikops-list li .contact-pattern {
    display: inline-block;
    padding-left: 10px;
}
.mikops-list .velep-list {
    padding: 7px 0;
}
.contact-pattern .contact-pattern-list {
    display: block;
}

.footer-holder {
    padding-top: 15px;
}

.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: #007bc1;
    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: #2f343d;
    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.4rem;
    color: #2f343d;
    font-weight: bold;
    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: #f1f1f1;
}

.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: #2f343d;
}

.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: #2f343d;
}

.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: #2f343d;
    margin: 10px;
}

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

.filter-color-ul .filter-color-li {
    width: 25px;
    height: 25px;
    border-radius: 0px;
    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: 20px;
}

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

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

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

.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: #dfdfdf;
}

.h-product-holder .h-product-cart .wish-icons:hover {
    color: #dfdfdf;
}

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

/*.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: 0px;
    padding: 5px;
}

.pro-hol {
    width: 100%;
    height: 100%;
}

.thumbnails {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    ;
}

.thumbnails .thumb-div {
    flex: 1 0 20%;
    margin-right: 7px;
    cursor: pointer;
}

.product-pic .disc {
    background: #FF6732;
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 1.6rem;
    width: 45px;
    text-align: center;
    height: 31px;
    padding: 1px;
    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 #ccc;
    height: 65px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
    background: #fff;
    border-radius: 0px;
}

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

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

.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: 0px;
    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: #dfdfdf;
}

.product-info .product-compare-wish .wish-icons.-active {
    color: #dfdfdf;
}

.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: 0px;
    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: #dfdfdf;
}

.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;*/
    display: flex;
    /*text-align: right;
    width: 70%;
    float: right;*/
}

.product-info .product-cart .sa-button {
    font-size: 1.8rem;
    padding: 6px 12px;
    margin-left: 10px;
}

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

.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: #2f343d;
    border-radius: 0px;
    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;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
}

#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: #dfdfdf;
    border-radius: 0px;
    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: 0px;
}

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

.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-brend {
    height: 50px;
    padding: 5px 0;
}

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

.xs-product-holder .xs-product-brend 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: #482D2E;
    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;
}

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

.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: 0px;
    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: 215px;
    margin-bottom: 10px;
}

#news-bar {
    background: #f3f3f3;
    border-bottom: 1px solid #e4e4e4;
}

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

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

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

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

.news-holder .news-pic {
    height: 270px;
    border: 1px solid #05668D;
    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: 0px;
}

.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 h2{
    color:#fff;
    font-size: 3rem;
}
.news-holder .news-pic .news-head h2{
    color:#fff;
    font-size: 2rem;
}
.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%;
}
.author{
    font-size: 1.8rem;
}
.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;
    margin-bottom: 10px;
}

.news-help-holder .news-search-holder .news-help-head {
    width: 100%;
    padding: 7px 10px;
    background: #333;
    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;
}

.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: 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%; */
    margin: 0 auto;
}

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

.single-news-holder .view-gallery .gallery-ul .gallery-li img {
    max-height: 100%;
}

.doc-holder {
    height: 160px;
}

.doc-holder a img {
    width: 50px;
    margin-bottom: 7px;
}

.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 #05668D;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

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

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

.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: 0px;
    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: 0px;
    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 #482D2E;
}

.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: #007bc1;
    background: #007bc1;
    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: #007bc1;
    border-radius: 0px;
}

.categories-holder:hover {
    background-color: #1A95DB;
    border-color: #1A95DB;
}

.categories-holder:active {
    background-color: #1A95DB;
    border-color: #1A95DB;
}

.categories-holder:focus {
    background-color: #1A95DB;
    border-color: #1A95DB;
}

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

    height: 150px;
}

.categories-holder .categories-pic img {
    max-height: 100%;
    /*float: left;*/
    margin: 0 auto;
}

.categories-holder .categories-text {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    text-align: center;
}

.categories-holder .categories-text p {
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #fff;
}

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

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

.prireg-input {
    width: 100%;
    padding: 5px 7px;
    border: 1px solid #ccc;
    border-radius: 0px;
    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;
    color:#fff;
    padding: 3px 0;
}

.nfixed_help {
    border-bottom: none;
    background: transparent;
    height: 50px;
}

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

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

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

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

.header-korpa {
    width: 6%;
    margin-left: 20px;
    padding-top: 7px;
}

.header-img{
    width: 71%;
    display: inline-block;
}

.header-span {
    vertical-align: sub;
}

.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: #05668D;
}

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

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

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

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

.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;
    border: 5px solid #05668d;
    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%;
    color:#fff;
}

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

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

.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: 70px;
    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 #dfdfdf;
    text-transform: uppercase;
    /*font-weight: bold;*/
    padding: 5px;
    background: #dfdfdf;
    margin-top: 7px;
    display: inline-block;
    color: #333;
    cursor: pointer;
    border-radius: 0px;
}

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

.sa-button.-filter {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 10px;
    background-color: #dfdfdf;
    color: #000;
}

.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;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.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: 0px;
    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: #dfdfdf;
}

.grouped-table .s-product-help .wish-icons {
    color: #c1c1c1;
}

.grouped-table .s-product-help .wish-icons:hover {
    color: #dfdfdf;
}

.-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: 0px;
    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: 0px;
    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;
    text-align: right;
}

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

.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: 0px;
    padding: 10px;
}

.checkout-confirmation-amount-comment-box p {
    background: #fff;
    padding: 0 10px;
    font-weight: bold;
}

.checkout-confirmation-info-box {
    background: #f9f9f9;
    border-radius: 0px;
    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;
}

.zab-ll {
    color: #fff;
}

.zab-ll:hover {
    color: #fff;
}


.requ {
    width: 100%;
    float: right;
    padding: 10px 5px;
    border: 1px solid #eee;
}

.requ .text {
    line-height: 1.2;
    font-size: 1.2rem;
}

.requ .form form {
    display: flex;
}

.requ .form .field {
    outline: none;
    width: 100%;
    margin-right: 5px;
}

.requ .form .field.-price {
    width: 100px;
}

.requ .form .myBtn {
    padding: 3px 6px;
}

.product-page-banners .banners .list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-page-banners .banners .list .items {
    margin-bottom: 10px;
}

.product-page-banners .banners .list .items .links .image {
    box-shadow: 0px 1px 3px #a5a5a5;
}

.product-page-banners {
    margin-top: 10px;
}

.grid-container {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: auto auto;
}

.grid-container .grid {
    /*border-bottom: 1px solid #eee;*/
}

.grid-container .grid:hover {
    background-color: #dfdfdf;
}

.certificatess_files embed {
    height: 622px !important;
    width: 100% !important;
}

.index-categories {
    width: 100%;
    height: auto;
    z-index:0;
    -webkit-transform: translateZ( 0 );
    transform: translateZ( 0 );
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.index-categories .container {
    padding: 50px 0 15px 0;
}
.index-categories .parallax {
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-categories .parallax .filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.index-categories .category-box {
    /*border: 1px solid rgba(134, 134, 134, 0.18);*/
    text-align: center;
    background: #fff;
    margin-bottom: 25px;
    /* width: 330px; */
    border-radius: 5px;
    border: 1px solid rgb(134 134 134 / 52%);
}
.index-categories .category-box img {
    height: 175px !important;
    object-fit: fill;
}


.index-categories .category-box .title {
    text-transform: uppercase;
}

.index-categories .category-box .title.title-for-products {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-about {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 50px;
}
img.img-responsive.about {
    border-radius: 5px;
    box-shadow: 1px 1px #8080808c;
}
.index-about .title {
    margin: 0 auto;
    font-size: 6rem;
    margin-bottom: 60px;
}

.index-about .text {
    font-size: 2.2rem;
}

.index-categories .category-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);

}

.index-sliders-section {
    padding: 60px 0;
}

.brand-slider-title {
    font-size: 4rem;
    margin: 0 auto;
    margin-bottom: 60px;
}

.page-title {
    font-size: 4rem;
    margin: 20px auto;
    /* color: #0083cb; */
}


.product-image-description {}

.product-image-description .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

.product-image-description .box .icon-holder {
    flex: 0 0 40px;
    margin-right: 20px;

}

/*.product-image-description .box .icon-holder:hover .image{
    display: block;
}*/
.product-image-description .box .hover-image {
    position: absolute;
    top: 27px;
    left: 38px;
    display: none;
    width: 90%;
    background-color: #fff;
    z-index: 9999999;
    border: 1px solid #d7d7d7;
}

.product-image-description .text-holder {
    max-width: 470px;
}

.product-image-description .text-holder .text {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0;
}
.product-image-description .box{
	padding: 10px 0;
	margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

.index-service{
    position: relative;
}
.index-service .filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.index-service .image{
    /* height: 400px;
    object-fit: cover;
    border: 1px solid #80808082;
    border-radius: 5px; */
}
.index-service .info-holder{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    /*transform: translate(0,-50%);*/
}
.hei-100{
    height: 100%;
}
.index-service .info-holder.-left{
    position: absolute;
    top:50%;
    left:15px;
    transform: translate(0,-50%);
    width: 100%;
}
.index-service .info-holder .info{
    /* background-color: rgba(0,0,0,0.60); */
    padding: 20px;
    width: auto;
    text-align: left;
}
.index-service .info-holder .info .title{
    color: #fff;
    padding: 0;
    margin:0;
    margin-bottom: 20px;
    font-size: 3rem;
}
.index-service .info-holder .info .text{
    text-align: justify;
    color:#fff;
    padding: 0;
    margin:0;
    font-size: 1.6rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-service .info-holder .info .sa-button{
    width: 200px;
    margin-top: 20px;
    font-size: 1.8rem;
}
.-services-page .index-service {
    height: 430px;
    margin-bottom: 30px;
}

.service-overlay {
    position: relative;
    /* padding: 0; */
}

.service-link {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.single-news-holder {
    overflow: hidden;
}

.social-services {
    display: flex;
}

.social-services .fb-share-button {
    margin-right: 10px;
}

.-product-demand-button{
    margin-top:15px;
    width: 100%;
    text-transform: uppercase;
}
.product-demand-modal .modal-body .myLabel{
    width: 100%;
}
.product-demand-modal .modal-body .myLabel .field{
    width: 100%;
    padding: 5px 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 1.6rem;
    outline: none;
}
.product-demand-modal .modal-body .myLabel .field:focus{
    border-color: #196b4a;
}
.product-demand-modal .modal-body .myLabel .textarea{
    height: 150px;
}
.product-demand-modal .modal-body .sa-button{
    width: 100%;
    text-transform: uppercase;
}
.contact_title{
    font-size:2rem;
}
.globe_icon{
    width:20px;
}
.social-icon:hover {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

@media all and (min-width: 1400px) {
    .index-service .image {
        height: inherit;
        width: -webkit-fill-available;
        filter: brightness(0.5);
    }
    .service-overlay {
        position: relative;
        padding: 0 0 0 8px;
    }
    .padd-setter-feauture {
    padding-top: 20px;
}
    .-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) {
    .index-service .image {
        height: inherit;
        width: -webkit-fill-available;
        filter: brightness(0.5);
    }
    .padd-setter-feauture {
    padding-top: 20px;
    }
    .service-overlay {
        position: relative;
        padding: 0 0 0 8px;
    }
    .index-categories .category-box .title.title-for-products {
        height: 40px;
    }
	.p-video-holder{
		height: 290px;
	}
    .index-categories .category-box .title {
        font-size: 2.2rem;
    }

    .page-head {
        background: #dfdfdf;
    }

    .breadcrumb {
        width: 1170px;
        margin: 0 auto;
    }

    .table-row .table-items .image {
        height: 45px;
    }

    .header-korpa{
        width: 7%;
        padding-top: 8px;
    }

    .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 .sec-drop-ul .sec-drop-li a img{
		width: 135px;
	}
    .navigation-holder .navigation .nav-ul .main-drop-triger .main-drop .main-drop-ul .main-drop-li .sec-drop {
        width: 790px;
    }

    .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-service .image {
        height: inherit;
        width: -webkit-fill-available;
        filter: brightness(0.5);
    }
    .db-page-cont img {
        height: auto !important;
        max-width: 100% !important;
        margin: auto;
    }
    .service-overlay {
        position: relative;
        padding: 0 0 0 8px;
    }

    .index-categories .category-box .title.title-for-products {
        font-size: 20px;
        height: 40px;
    }
    .nfixed_help3 {
        padding: 10px 7px !important;
    }
    .footer-newsletter .footer-links {
        height: 170px;
    }

    .categories-holder .categories-text p {
        font-size: 1.4rem;
    }

    .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: #dfdfdf;
    }

    .header-korpa {
        width: 8%;
    }

    .breadcrumb {
        width: 970px;
        margin: 0 auto;
    }

    .table-row .table-items .image {
        height: 45px;
    }

    .small-product-head .title {
        font-size: 1.4rem;
        letter-spacing: 0px;
    }

    .service-holder .slider-change {
        width: 135px;
    }

    .service-holder .info-holder .title {
        font-size: 4rem;
    }

    .pocetna-about .mikops-title {
        text-align: center;
        font-size: 40px;
    }

    .pocetna-about .mikops-text p {
        font-size: 16px;
    }

    .section-title {
        font-size: 40px;
    }

    .feature_primary {
        margin-top: 20px;
    }

    .biggest_title {
        font-size: 120px;
    }

    span.biggest_titles {
        font-size: 120px;
    }

    .aboutUs .aboutus-row {
        padding-top: 30px;
    }

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

    .service-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .category-box {
        width: auto !important;
    }

    .index-about .title {
        margin-bottom: 0;
    }

    .aboutUs .aboutus-text {
        padding-bottom: 40px;
    }

    .after:after {
        content: none;
    }

    .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 input {
        width: 129px;
    }

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

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

    .social-foo .social-ul-foo li a img {
        width: 29px;
    }

    .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) {
    .index-service .info-holder.-left{
        left:0;
    }
    .db-page-cont img {
        height: auto !important;
        max-width: 100% !important;
        margin: auto;
    }
    .sa-button.-success {
        margin: 20px 0;
    }
    .index-service .info-holder{
        right: 0px;
    }
    .index-service .image {
        height: inherit;
        width: -webkit-fill-available;
        filter: brightness(0.5);
    }
    .service-overlay {
        position: relative;
        padding: 0 8px 0 8px;
    }

    .product-info {
        margin-top: 10px;
    }

    .certificatess_files embed {
        height: 0 !important;
    }

    .kval-page img {
        width: 100% !important;
        height: auto !important;
    }

    .kval-page p {
        margin-left: 0 !important;
    }

    .index-sliders-section {
        padding: 20px 0;
    }

    .brands-slider {
        height: 40px;
    }

    .brand-slider-title {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .index-categories .category-box .title {
        font-size: 1.8rem;
    }

    .index-categories .category-box .image {
        width: 140px;
        margin: 0 auto;
    }

    .index-categories .category-box {
        margin-bottom: 20px;
        width: 370px;
    }

    .service-holder .image-services {
        height: 190px;
    }

    .service-holder .slider-change {
        width: 110px;
        padding: 8px;
    }

    .section-title {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .index-categories {
        height: auto;
    }

    .index-about .text {
        font-size: 1.8rem;
    }

    .index-about .title {
        margin-bottom: 20px;
    }

    .index-about {
        padding: 20px 0;
    }

    .index-about .title {
        font-size: 3rem;
    }

    .aboutUs .aboutus-text {
        padding-bottom: 40px;
    }

    .aboutUs .aboutus-text {
        padding-left: 15px;
    }

    .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: #dfdfdf;
    }

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

    .my-main-menu .mySearch-form {
        margin-top: 15px;
    }

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

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

    .sm-menu-trigger {
        /* background: #dfdfdf; */
        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;
    }

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

    .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; */
        height: 1010px;
    }

    .registration-holder2 {
        height: 285px;
    }

    .product-pic {
        height: 250px;
    }

    .thumb-div {
        padding: 0 15px;
    }

    .md-service {
        display: block !important;
    }

    .md-service .order-first {
        margin-top: 25px !important;
    }

    .md-service .sm-margin {
        margin-top: 25px !important;
    }

    .item_content {
        text-align: center;
    }

    .service-holder .info-holder .title {
        font-size: 4rem;
    }

    .pocetna-about .mikops-title {
        font-size: 3rem;
        text-align: center;
    }

    .pocetna-about .mikops-text p {
        font-size: 16px;
    }

    .services .big_title {
        font-size: 3rem;
    }

    .biggest_title {
        font-size: 120px;
    }

    .feature_primary {
        margin-top: 25px;
    }

    .span.biggest_titles {
        font-size: 110px;
    }

    .index-about h2.big_title.mb-0 {
        font-size: 3rem;
    }

    span.biggest_titles {
        font-size: 109px;
    }

    .aboutUs .aboutus-row {
        padding-top: 30px;
    }

    .index-about-second {
        padding-top: 25px;
    }

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

    .gallerys-holder .gallerys-info {
        height: 65px;
    }

    .gallery-pic-holder {
        height: 100px;
    }

    .video-holder {
        height: 190px;
    }

    .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: 1.2rem;
    }

    .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 .brzi-foo {
        text-align: center
    }

    footer .footer-info {
        margin: 0 auto;
    }

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

    .product-page-banners .banners .list .items .links .image {
        max-height: 100%;
    }

    .mikops-vp ul {
        padding: 0;
    }

    .product-page-banners .banners .list .items .links {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 174px;
        height: 270px;
    }

    .product-page-banners .banners .list .items {
        width: 172px;
        height: 260px;
        margin-right: 10px;
    }

    .product-page-banners .banners .list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .banner-product .banners .list .items .links .image {
        max-height: 100%;
    }

    .banner-product .banners .list .items .links {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 174px;
        height: 270px;
    }

    .banner-product .banners .list .items {
        width: 174px;
        height: 174px;
        margin-right: 10px;
    }

    .banner-product .banners .list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .banners {
        margin-top: 10px;
    }

}

@media all and (min-width: 500px) and (max-width: 767px) {
    .index-service .info-holder .info .text {
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
	.product-image-description .box{
		padding: 10px 0;
		margin-bottom: 0;
    	border-bottom: 1px solid #eee;
	}
    .index-service .image {
        height: inherit;
        width: -webkit-fill-available;
        filter: brightness(0.5);
    }
    .db-page-cont img {
        height: auto !important;
        max-width: 100% !important;
        margin: auto;
    }
    .service-overlay {
        position: relative;
        padding: 0 0 0 8px;
    }
    .social-foo .social-ul-foo li a img {
        width: 30px;
    }
	.product-image-description .box .icon-holder{
		flex: 0 0 35px;
	}
    .small-products-button {
        margin-top: 16px;
    }

    .product-info {
        margin-top: 10px;
    }

    .certificatess_files embed {
        height: 0 !important;
    }

    .kval-page img {
        width: 100% !important;
        height: auto !important;
    }

    .kval-page p {
        margin-left: 0 !important;
    }

    .index-sliders-section {
        padding: 20px 0;
    }

    .brands-slider {
        height: 40px;
    }

    .brand-slider-title {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .service-holder .info-holder .title {
        font-size: 3.0rem;
    }

    .service-holder .slider-change {
        width: 100px;
        padding: 10px 25px;
    }

    .pocetna-about .mikops-title {
        font-size: 25px;
        text-align: center;
    }

    .pocetna-about .mikops-text p {
        font-size: 16px;
    }

    .index-categories .container {
        padding: 0 15px;
    }

    .index-categories .category-box .title {
        font-size: 1.8rem !important;
        padding: 0 10px;
        height: 40px;
    }

    .index-categories .category-box .image {
        width: 160px;
        margin: 0 auto;
    }

    .index-categories .category-box {
        margin-bottom: 20px;
        width: auto;
        height: 250px;
    }

    .service-holder .image-services {
        height: 200px;
    }

    .section-title {
        font-size: 3rem;
        padding-top: 20px;
    }

    .services .big_title {
        font-size: 40px;
    }

    .index-about span.biggest_titles {
        top: 55%;
    }

    .index-about-second {
        padding-top: 20px;
    }

    span.biggest_titles {
        font-size: 100px;
    }

    .feature_primary {
        margin-top: 15px;
        text-align: center;
    }

    .biggest_title {
        font-size: 100px;
    }

    .index-categories {
        height: auto;
    }

    .index-about .text {
        font-size: 1.8rem;
    }

    .index-about .title {
        margin-bottom: 20px;
    }

    .index-about {
        padding: 20px 0;
    }

    .index-about .title {
        font-size: 3rem;
    }

    .aboutUs .aboutus-row {
        padding-top: 20px;
    }

    .aboutUs .aboutus-text {
        padding-bottom: 40px;
    }

    .md-service {
        display: block !important;
    }

    .md-service .order-first {
        margin-top: 25px !important;
    }

    .md-service .sm-margin {
        margin-top: 25px !important;
    }

    .bank-foo li.-intesa {
        width: 180px;
    }

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

    .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: #dfdfdf;
    }

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

    .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: 16px;
        right: 10px;
    }

    #map {
        /* height: 300px; */
        height: 400px;
    }

    .select-holder-mi {
        top: 185px;
        left: 15px;
    }

    .select-holder-mi {
        top: 160px;
        width: 150px;
        padding: 5px 7px;
    }

    .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: 180px;
        margin: 0 auto;
    }

    #search-input-holder #close {
        right: 20px;
        top: 30px;
        color:#000;
    }

    #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: 70%; */
        margin: 15px 0;
    }

    .newsletter-foo .newsletter {
        margin-top: 0;
    }

    .contact-mikops-holder .mikops-veleprodaja {
        margin-right: 0;
    }

    footer .newsletter-foo .newsletter-btn {
        margin-top: 10px;
        margin-left: 0;
    }

    .mikops-row {
        display: block;
        margin: 10px;
    }

    .mikops-veleprodaja2 {
        margin-top: 10px;
    }

    .mikops-veleprodaja2 ul {
        padding-left: 15px;
    }

    .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;
    }
	.p-video-holder{
		height: 255px;
	}
    .product-pic {
        height: 320px;
    }

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

    .gallerys-holder .gallerys-info {
        height: 63px;
    }

    .gallery-pic-holder {
        height: 115px;
    }

    .video-holder {
        height: 150px;
    }

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

@media all and (max-width: 499px) {
    .index-categories .category-box .title.title-for-products {
        font-size: 1.5rem;
        padding: 0 10px;
        height: 25px;
    }
    .service-overlay {
        position: relative;
        padding: 0 7px;
    }
    .mil-lang {
        margin-left: 0 !important;
    }
    .index-service .image{
        /* height: 670px; */
        height: inherit;
        filter: brightness(0.5);
    }
	.product-image-description .box{
		padding: 10px 0;
		margin-bottom: 0;
    	border-bottom: 1px solid #eee;
	}
	.product-image-description .box .icon-holder{
		flex: 0 0 28px;
	}
    .index-service .info-holder .info .title{
        font-size: 2.5rem;
    }
    .index-service .info-holder .info .text{
        font-size: 1.4rem;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .index-service .info-holder{
        right: 0;
    }
    .index-service .info-holder .info .sa-button{
        /* width: 100%; */
    }

    .services-section{
        padding: 30px 0;
    }
    .services-first, .services-second {
        width: 100%;
    }
    .services-second {
        margin-top: 20px;
    }
    .service-holder .image-services {
        height: 150px;
    }
    .service-holder .slider-change {
        width: 100px;
        padding: 5px;
    }
    .service-holder .info-holder .title {
        font-size: 3.0rem;
    }

    .pocetna-about {
        padding: 30px 0;
    }

    .product-info {
        margin-top: 10px;
    }

    .certificatess_files embed {
        height: 0 !important;
    }

    .kval-page img {
        width: 100% !important;
    }

    .kval-page p {
        margin-left: 0 !important;
    }

    .index-sliders-section {
        padding: 20px 0;
    }

    .brands-slider {
        height: 40px;
    }

    .brand-slider-title {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .services {
        padding-bottom: 20px;
    }

    .index-categories .category-box .title {
        font-size: 1.8rem;
    }

    .index-categories .category-box .image {
        width: 140px;
        margin: 0 auto;
        height: 110px !important;
    }

    .index-categories .category-box {
        margin-bottom: 20px;
        width: auto;
        height: 165px;
    }

    .pocetna-about .mikops-title {
        font-size: 28px;
        text-align: center;
    }

    .pocetna-about .mikops-text p {
        font-size: 16px;
        text-align: left;
    }

    .index-categories .container {
        padding: 0 15px;
        margin-top: 20px;
    }

    .section-title {
        font-size: 3rem;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .index-about h2.big_title.mb-0 {
        font-size: 28px;
    }

    .aboutUs .aboutus-row {
        padding-top: 20px;
    }

    .index-about .index-about-first {
        width: 100%;
        margin-left: 0;
        font-size: 16px;
    }

    .index-about .index-about-second {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .newsletterInput1 {
        margin-bottom: 15px;
    }

    .mikops-row {
        display: block;
        margin: 0px;
    }

    .mikops-veleprodaja2 {
        margin-top: 10px;
    }

    .feature_primary {
        margin-top: 10px;
        text-align: center;
    }

    .contact-mikops-holder .mikops-veleprodaja {
        margin-right: 0;
    }

    .mikops-vp {
        width: 100%;
    }

    .mikops-vp ul {
        padding-left: 5px;
    }

    .md-service {
        display: block !important;
    }

    .md-service .order-first {
        margin-top: 25px !important;
    }

    .md-service .sm-margin {
        margin-top: 10px !important;
    }

    .xs-img {
        max-width: 100%;
    }

    .index-categories {
        height: auto;
    }

    .index-about .text {
        font-size: 1.8rem;
    }

    .index-about .title {
        margin-bottom: 20px;
    }

    .index-about {
        padding: 20px 0;
    }

    .index-about .title {
        font-size: 2rem;
    }

    .aboutUs .aboutus-text {
        padding-bottom: 30px;
    }

    .develop-message h3 {
        font-size: 1.4rem !important;
    }

    .form-demoinfo-popup {
        left: 50% !important;
        transform: translate(-50%, 0) !important;
        width: 90% !important;
    }

    .form-demoinfo-container {
        max-width: 100% !important;
    }

    .open-demoinfo-button {
        padding: 5px 10px !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
    }

    .top-toolbar .list .items .logged {
        color: #fff;
    }

    .top-toolbar .list .items .wish-count,
    .cart-count {
        color: #fff;
    }

    .bank-foo li.-intesa {
        width: 110px;
    }

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

    .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: #dfdfdf;
    }

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

    .top-menu .top-menu-right-ul li {
        padding: 3px;
        margin-right: 10px;
    }

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

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

    .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;*/
        border-top: none;
    }

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

    .my-main-menu .logo-holder a img {
        width: auto;
    }

    .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;
        margin-top: 10px;
    }

    .db-page-cont img {
        height: auto !important;
        max-width: 100% !important;
        margin: auto;
    }

    #map {
        /* height: 280px; */
        height: 400px;
    }

    .select-holder-mi {
        top: 230px;
        left: 10px;
        padding: 3px 6px;
        width: 150px;
    }

    .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;*/
        height: 100px;
    }

    .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: 7px;
        right: 8px;
    }

    #search-input-holder .logo-search {
        width: 130px;
        margin-top: 15px;
    }

    #search-input-holder #close {
        right: 10px;
        top: 25px;
        color:#000;
    }

    #search-input-holder #close img {
    	background:#fff;
        width: 20px;
        color:#000;
    }

    #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 .brzi-foo {
        margin-left: 0;
    }

    footer .footer-cate {
        margin: 10px 0;
    }

    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; */
        height: 125px;
    }

    .gallerys-holder .gallerys-info {
        /* height: 39px; */
        height: 45px;
    }

    .gallerys-holder .gallerys-info p {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .video-col {
        width: 100%;
        margin-bottom: 10px;
    }

    .video-holder {
        height: 130px;
        width: 220px;
        margin: auto;
    }

    .attr-b2b {
        display: inherit;
    }

    .doc-holder {
        height: 200px;
    }

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

    footer .footer-links .footer-logo {
        width: 190px;
        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;
        background: rgb(0 0 0 / 0%);
    }

    footer .footer-links p {
        margin-bottom: 5px;
        font-size: 1.2rem;
    }

    .footer-bottom p {
        font-size: 1rem;
    }

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

    .brands-slider {
        padding: 20px 0;
    }

    .product-page-banners .banners .list .items .links .image {
        max-height: 100%;
    }

    .product-page-banners .banners .list .items .links {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .product-page-banners .banners .list .items {
        width: 47%;
        height: 145px;
        margin-right: 10px;
    }

    .product-page-banners .banners .list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}



/*DODATO IZ STAROG*/
.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;
    }
    .aboutUs .year-experience {
        display: block;
    }
    .aboutUs .image-aboutus-holder {
        padding-bottom: 20px;
    }
    .aboutUs .aboutus-text {
        padding-left: 15px;
    }
}

@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;
    }
    .services .big_title {
    font-size: 25px;
}
.services .biggest_title {
font-size: 91px;
}
/*DODATO IZ STAROG END*/