/*last clone 06.12.2019*/
* {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    font: 12px/1.35 Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
p, div {
    font-family: 'Oswald', sans-serif;
}
a {
    color: #010647;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    color: #dc262b;
    text-decoration: none;
}
ul
{
    list-style-type: none;
}
.no-padding {
    padding: 0px!important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: inline-block;
    width: 100%;
}
header .first-nav {
    height: 75px;
    line-height: 75px;
    font-family: 'Oswald', sans-serif;
}
header .first-nav .logo img {
    text-align: left;
    height: 35px;
    width: auto;
}
header .first-nav .forms {
    text-align: right;
}
header .first-nav .forms a {
    color: #000;
}
header .cart p {
    display: inline-block;
    font-size: 18px;
}
header .cart img {
    width: auto;
    height: 25px;
    margin-left: 10px;
}
header .header-login-links {
    height: 35px;
    line-height: 35px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    padding-right: 0px!important;
}
header .header-login-links a {
    margin: 0px 10px;
}
header .header-login-links a:hover {
    text-decoration: underline;
}
header .header-korpa {
    height: 35px;
    line-height: 4;
    max-width: 300px;
    float: right;
    padding-right: 0px!important;
}
nav #myTopnav a.lang {
    opacity: 0;
}

nav .new-article {
    background-color: #d71b1d;
}

nav .new-article:hover {
    background-color: #c01c1e !important;
}

nav .new-article2 {
    background-color: #03AC13;
}

nav .new-article2:hover {
    background-color: #03AC13 !important;
}

.image-label {
    width: 25px;
}
/*start cookies*/

#band-cookies {
    background-color: rgba(47, 52, 61, 0.95) !important;
    padding: 20px 0 !important;
}

#band-cookies p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

#band-cookies-close {
    top: 25px !important;
}

@media (max-width: 768px) {
    #band-cookies p {
        font-size: 14px;
    }
}
#band-cookies p .privacy {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: none;
}
#band-cookies #band-cookies-ok {
    text-decoration: none;
    font-size: 16px;
}
@media (max-width: 768px) {
    #band-cookies #band-cookies-ok {
        background-color: #6f6660;
        font-size: 18px;
    }
}
/*end cookies*/
/*start privacy policy*/
.privacy-policy {
    padding: 10px 70px 50px;
}
@media only screen and (max-width: 768px) {
    .privacy-policy {
        padding: 10px 20px;
    }
}
.privacy-policy h1 {
    padding: 0;
    font-size: 68px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .privacy-policy h1 {
        font-size: 36px;
    }
}
.privacy-policy p,
.privacy-policy li {
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.privacy-policy li {
    list-style-position: inside;
}
.privacy-policy a {
    color: #000;
}

.delete-form,
.get-form {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.delete-form.active,
.get-form.active {
    max-height: 250px;
}
.delete-form form,
.get-form form {
    max-width: 60%;
    margin: 2% auto;
    padding-top: 10px;
}



.get-form input, .delete-form input ,  .delete-form textarea{
    color: #000000;
}

.get-form input::placeholder, .delete-form input::placeholder, .delete-form textarea::placeholder {
    color: #000 !important;
    opacity: 0.8;
}

@media only screen and (max-width: 425px) {
    .delete-form form,
    .get-form form {
        max-width: 100%;
        margin: 2%;
    }
}
.delete-form form input,
.delete-form form textarea,
.get-form form input,
.get-form form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 5px;
}
@media screen and (min-width: 425px) {
    .delete-form form input,
    .delete-form form textarea,
    .get-form form input,
    .get-form form textarea {
        width: 60%;
        margin: 3% auto;
    }
}
@media screen and (min-width: 1024px) {
    .delete-form form input,
    .delete-form form textarea,
    .get-form form input,
    .get-form form textarea {
        width: 60%;
        margin: 1% auto;
    }
}
.delete-form form button,
.get-form form button {
    display: block;
    margin: 0 auto;
    background-color: #c01c1e;
    color: white;
    padding: 5px 30px;
    border: none;
    border-radius: 0px;
    font-size: 20px;
}
/*end privacy policy*/
nav {
    background-color: #6f6660;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #6f6660), color-stop(100%, #5a534f));
    background-image: -moz-linear-gradient(top, #6f6660 10%, #5a534f 100%);
    background-image: -webkit-linear-gradient(top, #6f6660 10%, #5a534f 100%);
    background-image: linear-gradient(to bottom, #6f6660 10%, #5a534f 100%);
    box-shadow: 0 2px 2px rgba(51, 51, 51, 0.3);
    border: 0;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
}
nav .podrska {
    color: #fff;
    text-align: right;
    font-size: 18px;
    float: right;
    margin-right: 15px;
}
nav .dropdown-toggle {
    cursor: pointer;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}
nav .dropdown-menu {
    position: absolute;
    padding: 0px;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: unset;
    background-clip: padding-box;
    border: none;
    -webkit-box-shadow:none;
    box-shadow: none;
    border-bottom: 2px solid #cc0000;
}
nav .dropdown-menu li a {
    display: block;
    font-size: 12px;
    line-height: 8px;
    padding: 10px 0 10px 30px;
    text-decoration: none !important;
    /*color: #FFFFFF;*/
    /*background-color: #7f766e;*/
    /*background-size: 100%;*/
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #7c7269), color-stop(100%, #7c7269));*/
    /*background-image: -moz-linear-gradient(top, #7f766e 10%, #7c7269 100%);*/
    /*background-image: -webkit-linear-gradient(top, #7f766e 10%, #7c7269 100%);*/
    /*background-image: linear-gradient(to bottom, #7f766e 10%, #7c7269 100%);*/
    height: 33px;
}
nav .nav-links ul li {
    display: inline-block;
    float: left;
    text-align: left;
    font-size: 16px;
    margin: 0px 15px;
}
nav .nav-links ul li a {
    color: #fff;
    padding: 0px 5px;
}
nav .topnav a:hover, nav .topnav a:focus {
    background-color: #7f766e;
}
#burger-nav {
    display: none;
}
/*
#slider {
  display: inline-block;
} */
.topnav {
    display: inline;
    overflow: hidden;
    /*background-color: #6f6660;*/
    background-size: 100%;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #6f6660), color-stop(100%, #5a534f));*/
    /*background-image: -moz-linear-gradient(top, #6f6660 10%, #5a534f 100%);*/
    /*background-image: -webkit-linear-gradient(top, #6f6660 10%, #5a534f 100%);*/
    /*background-image: linear-gradient(to bottom, #6f6660 10%, #5a534f 100%);*/
}
.topnav a {
    /*float: left;*/
    display: inline-block;
    color: #fff;
    padding: 0px 3px;
    font-size: 16px;
    margin: 0px 10px;
}
.active {
    color: white;
}
.topnav .icon {
    display: none;
}
#slider .carousel {
    position: relative;
    top: -4px;
}
#products-category {
    padding: 30px 0px;
}
#products-category .category-bar {
    text-align: center;
    margin-top: 50px;
}
#products-category .category-name {
    width: 100%;
    height: auto;
    line-height: 40px;
    margin-bottom: 50px;
}
#products-category .category-name h2 {
    color: #5a534f;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 40px;
    font-size: 18px;
    display: inline-block;
    margin: 0px 20px;
    padding: 0px;
}
#products-category .category-name img {
    width: auto;
    height: 40px;
    line-height: 40px;
}
#products-category .category-name .more-articles {
    font-family: 'Oswald', sans-serif;
    text-align: right;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#products-category .category-name .more-articles a {
    color: #5a534f;
}
#products-category .category-name .more-articles a span {
    display: inline-block;
    margin: 0px 5px;
}
#products-category .category-name .more-articles a:hover {
    color: #cc0000;
}
#products-category .category-brands {
    background-color: #eeeeee;
    position: relative;
}
#products-category .category-brands .single-category-brand {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border-left: 10px solid #5a534f;
    margin: 10px 0px 10px -10px;
}
#products-category .category-brands .single-category-brand img {
    width: 100%;
    height: auto;
}
#products-category .brand-products .single-brand-product {
    height: 215px;
    margin: 30px 0px;
    text-align: center;
    /*border: 1px solid gray;*/
}
#products-category .brand-products .single-brand-product p {
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 0px;
    border-top: 1px solid #B3B3B3;
    color: #666666;
}
#products-category .brand-products .single-brand-product img {
    height: 150px;
    width: auto;
    max-width: 150px;
}
#products-category .brand-products .single-brand-product:hover img {
    transform: scale(1.08);
    -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
    transition: all .8s cubic-bezier(.19,1,.22,1);
}
/*--------------Reference----------------*/
#reference .reference-title {
    margin-bottom: 30px;
}
#reference h2 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 1px;
    border-bottom: 1px solid #DDDDDD;
}
#reference h3 {
    color: #6f6660;
    border-bottom: 1px solid #6f6660;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
}
#reference ul {
    padding-left: 10px;
    font-size: 12px;
    list-style-type: circle;
    margin-left: 10px;
}
#reference .referenca-single img {
    width: 100%;
    height:auto;
}
#reference .referenca-single p {
    margin-right:10px;
    font-family: 'Oswald', sans-serif;
}
/*---------------Footer------------------*/
footer {
    background-color: #5a534f;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #5a534f), color-stop(100%, #6f6660));
    background-image: -moz-linear-gradient(top, #5a534f 10%, #6f6660 100%);
    background-image: -webkit-linear-gradient(top, #5a534f 10%, #6f6660 100%);
    background-image: linear-gradient(to bottom, #5a534f 10%, #6f6660 100%);
    box-shadow: 0 2px 2px rgba(51, 51, 51, 0.3);
    color: #fff;
    padding: 30px 0;
    margin-top: 100px;
    border-top: 3px solid #cc0000;
    display: block;
}
.footer > div > div > div > h5 {
    color: #fff;
}
.footer > div > div > div > p {
    color: #c4c4c4;
}
.footer > div > div > div > a {
    color: #c4c4c4;
}
footer .contactinfo {
    position: relative;
}

.footer-title{
    font-size: 17px !important;
    margin-top: 0 !important;
}

.contactinfo p {
    font-size: 15px !important;
}

.contactinfo a {
    font-size: 15px !important;
}

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


footer .to-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    background-color: hsla(0,0%,100%,.38);
    border: 1px solid #9c9c9c;
    line-height: 68px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
}

.active-top {
    display: block !important;
}

footer .to-top a {
    display: block;
    width: 100%;
    height: 100%;
}

footer .to-top a:hover {
    background-color: hsla(0,0%,39.2%,.38);
}

footer .to-top a i {
    color: #ccc;
    font-size: 32px;
}

footer .to-top a:hover i {
    color: #5a534f;
    font-size: 32px;
}


@media only screen and (max-width: 767px) {

}



footer .social {
    text-align: center;
    font-size: 32px;
    display: none !important;
}
footer .social a {
    color: #fff;
}

.footer-fix {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*z-index: 99;*/
}

#newsletter-title {
    color: #fff;
}
.newsletter-field {
    margin: 5px 0;
    height: 25px;
}
.form-control.email,
.form-control.name,
.form-control.surname {
    margin-bottom: 5px;
    height: 30px;
}
#mc-embedded-subscribe {
    padding: 2px 8px;
}
.copyright {
    margin: 30px 0 10px;
    text-align: center;
}

.copyright a {
    color: #c2c2c2;
    margin-right: 5px;
    display: inline-block;
}
.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}
/*----------Single product------------*/
#carousel-product .carousel-indicators {
    position: relative;
    bottom: 0;
    left: auto;
    padding-left: 0;
    padding-right: 0px;
    margin-left: 0;
    margin-right: 20px;
    text-align: left;
    width: 15%;
}
#carousel-product .carousel-indicators .active {
    width: 100%;
    height: auto;
}
#carousel-product .carousel-indicators li {
    border: 0;
    width: 100%;
    max-width: 60px;
    height: auto;
    margin: 10px 0px;
}
#carousel-product > div > div.item > img {
    width: 85%;
    height: auto;
    text-align: center;
    display: inline;
    max-width: 300px;
    max-height: 300px;
}
#carousel-product .carousel-inner {
    width: 80%;
}
#carousel-product .item {
    text-align: center;
    padding-top: 40px;
}
#product-preview .product-description {
    padding-left: 50px;
}
#product-preview .product-description h3 {
    font-weight: 400;
}
#product-preview .product-description .kratki-opis {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
#product-preview .product-description h3 span:nth-of-type(2) {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    margin-left: 10px;
}
#product-preview .product-description p:nth-of-type(2) {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-left: 20px;
}
#product-preview .product-description .cms-list {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;

}
#product-preview .product-gallery {
    margin: 30px 0px 0px 0px;
}
#product-preview .dodaj-uporedi .hvr-skew-backward {
    display: inline-block;
    float: none;
    margin-top: 20px;
}
#product-preview .dodaj-uporedi .hvr-skew-backward a {
    color: #fff;
}
#product-preview .hvr-skew-backward a:hover, #product-preview .hvr-skew-backward a:focus, #product-preview .hvr-skew-backward a:active {
    color: #fff;
    background-color: #c3c5c5;
    text-decoration: none;
}
#product-preview .simpleCart_shelfItem {

}
#success .hvr-skew-backward a:hover, #success .hvr-skew-backward a:focus, #success .hvr-skew-backward a:active {
    color: #fff;
    background-color: #c3c5c5;
    text-decoration: none;
}
#product-preview .product-icons {
    margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
}
#product-preview .product-icons .single-icon {
    width: 70px;
    height: auto;
    margin: 5px;
}
#product-preview .product-icons img {
    width: 100%;
}
.readmore-js-toggle {
    text-align: center;
    padding: 5px;
    border-top: 1px solid #ccc;
    display: inline-block!important;
    margin-top: 10px;
    color: #000;
}
.readmore-js-toggle:hover, .readmore-js-toggle:focus, .readmore-js-toggle:active {
    color: #cc0000;
    text-decoration: none;
}
#product-tabs {
    margin-top: 100px;
}
#product-tabs .nav-pills>li>a {
    border-radius: 0;
    padding: 20px 50px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #666666;
}
#product-tabs .nav {
    border-bottom: 1px solid #ccc;
}
#product-tabs .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #eeeeee;
    color: #cc0000;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
#product-tabs table {
    margin-top: 50px;
}
#product-tabs table tr td {
    border: 1px solid #FFFFFF;
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    background-color: #f5f5f5;
    color: #000;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
#product-tabs .atributi-title td {
    border: 1px solid #FFFFFF;
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    background-color: #C3C5C5!important;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color:#000;
    font-size: 18px;
    text-transform: uppercase;
}
#btn-dodaj {
    width: 150px;
    height: 40px;
    line-height: 40px;
}
/*------ Select style -----*/
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 220px;
    height: 40px;
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #C3C5C5;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #000;
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.select-styled:hover {
    background-color: #eeeeee;
}
.select-styled:active, .select-styled.active {
    background-color: #eeeeee;
}
.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #C3C5C5;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #fff;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.select-options li:hover {
    color: #c0392b;
    background: #fff;
}
.select-options li[rel="hide"] {
    display: none;
}
#product-tabs .model-pic {
    text-align: center;
    max-width: 100%;
    display: inline-block;
    margin: 50px 0px 20px 0px;
}
#product-tabs .povezani-proizvodi h4 {
    padding:0px;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    color: #666;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    position: relative;
    text-align: left;
    margin: 0px;
}
#product-tabs .povezani-proizvodi ul li {
    text-align: left;
    display: inline-block;
    margin: 0 30px;
}
#product-tabs .povezani-proizvodi img {
    max-width: 100%;
}
#product-tabs .povezani-proizvodi .detail {
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
}
#product-tabs .povezani-proizvodi .detail .aside-model {
    color: #000;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}
#product-tabs .povezani-proizvodi .detail .aside-brand {
    color: #666;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}
/*----Article box ----*/
#all-articles label {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
}
#all-articles ul {
    padding: 0px;
    /*border-bottom: 1px solid #fff;*/
    margin-bottom: 0px;
}
#all-articles ul h4 {
    font-size: 18px;
    text-transform: none;
    padding: 2.5px;
    line-height: 30px;
    cursor: pointer;
    font-weight: 300;
    padding-left: 10px;
    margin: 0px;
    background-color: #ececec;
    color: #000;
}
#all-articles .single-filter {
    padding: 10px 10px;
    border: 1px solid #ececec;
    border-bottom-color: rgb(236, 236, 236);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 0px;
    background-color: #fff;
}
.articles-box {
    margin-top: 50px;
}
.articles-box .article {
    margin: 20px 0px;
    text-align: center;
}
.articles-box .article h4 {
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    padding: 10px 0px;
    border-bottom: 1px solid #B3B3B3;
}
.articles-box .article img {
    height: 120px;
    width: auto;
    max-width: 120px;
}
.articles-box .article:hover img {
    transform: scale(1.08);
    -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
    transition: all .8s cubic-bezier(.19,1,.22,1);
}
/*----LOGIN/REGISTER-----*/
#login-wrap {
    background: #fff;
    box-sizing: border-box;
    width: 400px;
    margin: 50px auto;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    font-family: 'Oswald', sans-serif;
}
#login-wrap .tabs {
    display: flex;
}
#login-wrap .tabs .tab {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    background: #C3C5C5;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}
#login-wrap .tabs .tab.current {
    background: #6f6660;
    color: #f5f5f5;
}
#login-wrap .form-div {
    margin-bottom: 15px;
}
#login-wrap .form-div:last-child {
    margin-bottom: 0;
}
#login-wrap .input-area {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#login-wrap .input {
    background: #eee;
    border: none;
    font-size: 14px;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
#login-wrap .input:focus {
    border-color: #6f6660;
    padding-left: 52px;
}
#login-wrap .input:focus ~ .input-icon {
    left: 0;
}
#login-wrap .input.not-empty {
    padding-left: 52px;
}
#login-wrap .input.not-empty ~ .input-icon {
    left: 0;
}
#login-wrap .input-icon {
    position: absolute;
    left: -42px;
    top: 0;
    width: 42px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6f6660;
    color: #fff;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
#login-wrap .form-footer {
    display: flex;
}
#login-wrap .form-footer button {
    background: #6f6660;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 400;
    flex: 1;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
#login-wrap .form-footer button span:nth-child(2) {
    padding-left: 5px;
}
#login-wrap .form-footer button:nth-child(1) {
    margin-right: 10px;
}
#login-wrap .form-footer button:nth-child(2) {
    margin-left: 10px;
}
#login-wrap .form-footer button:hover {
    background: #6f6660;
}
#login-wrap .register .form-footer button:first-child {
    margin-right: 0;
}
#login-wrap .tab-content {
    display: none;
    background: #fff;
    padding: 15px;
}
#login-wrap .tab-content.current {
    display: inherit;
}
#forgot-link {
    background: #6f6660;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 400;
    flex: 1;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

/*Back button */

.back-wrap {
    text-align: center;
}

.back-button {
    background: #6f6660;
    min-width: 120px;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 400;
    flex: 1;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    position: relative;
    text-transform: uppercase;
    padding-left: 20px;
}


.back-button:hover {
    color: #dfdfdf;
}

.back-button i {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 18px;
}


#login-register {
    margin-bottom: 20px;
}
/*----------CART-------------*/
.check-out {
    min-height: 500px;
}
.check-out table {
    margin-top: 50px;
}
.check-out table tr td {
    border: 1px solid #FFFFFF;
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    background-color: #f5f5f5;
    color: #000;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    height: 50px;
}
.check-out tr th {
    border: 1px solid #FFFFFF;
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    background-color: #C3C5C5!important;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color:#000;
    font-size: 18px;
    text-transform: uppercase;
}
#cart-page {
    min-height: 600px;
}
#cart-page .empty-cart {
    width: 100%;
    min-height: 500px;
    text-align: center;
}
#cart-page .empty-cart p {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
#cart-page .empty-cart img {
    width: 100%;
    height: auto;
    max-width: 300px;
    display: inline-block;
    margin-top: 50px;
}
#cart-page button {
    padding: 10px 30px;
}
.articles-filter-side {
    margin-top: 30px;
}
/*-----------------------*/
/*FIXME CSS*/
#addToCart {
    display: inline-block;
    width: 100%;
    margin-top: 100px;
}
#addToCart .item_price {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    height: 60px;
    width: 50%;
    float: left;
}
#addToCart .item_price_rsd {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    max-width: 30%;
    margin-left: 20%;
}

.singleprojectprice{
    width: 50%;
    float: left;
    text-align: right;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #ccc;*/
    max-width: 30%;
    margin-left: 20%;
}

#addToCart .item_price_euro {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    float: right;
    max-width: 30%;
    margin-left: 20%;
}
.add-to {
    float: right;
    margin-top: 1.3em;
}
/*--quantity-starts--*/
.quantity {
    margin: 45px auto 0px;
    float: left;
}
.value-minus,
.value-plus {
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #b2b2b2;
    vertical-align: bottom;
}
.value-plus-filter {
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #b2b2b2;
    vertical-align: bottom;
}
.quantity-select .entry.value-plus-filter:before {
    content: "";
    width: 13px;
    height: 2px;
    background: #000;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}
.quantity-select .entry.value-plus-filter:after {
    content: "";
    height: 13px;
    width: 2px;
    background: #000;
    left: 50%;
    margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
    position: absolute;
}
.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before {
    content: "";
    width: 13px;
    height: 2px;
    background: #000;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}
.quantity-select .entry.value-plus:after {
    content: "";
    height: 13px;
    width: 2px;
    background: #000;
    left: 50%;
    margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
    position: absolute;
}
.value {
    cursor: default;
    width: 40px;
    height: 40px;
    padding: 8px 0px;
    color: #A9A9A9;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    background-color: #3C3131;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}
.quantity-select .entry.value-minus:hover,
.quantity-select .entry.value-plus:hover {
    background: #E5E5E5;
}
.quantity-select .entry.value-minus {
    margin-left: 0;
}
/*--quantity-end--*/

/*style button add to cart*/
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
    color: #000;
    background-color: #c3c5c5;
    text-decoration: none;
}
.hvr-skew-backward {
    background: #6f6660;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 500;
    box-sizing: border-box;
    font-weight: 400;
    flex: 1;
    cursor: pointer;
    /*transition: 0.2s ease;*/
    /*-webkit-transition: 0.2s ease;*/
}
.check-out .hvr-skew-backward  {
    line-height: 40px;
    padding: 0px 10px;
}
.produced .hvr-skew-backward {
    line-height: 40px;
    padding: 0px 10px;
}
/*part for cart item*/
.table-responsive {
    border: none;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
table {
    width: 100%;
    margin: 0em 0 2em;
}
table {
    background-color: transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
th, td {
    padding: 10px;
}
th {
    color: #000000;
    font-size: 1.4em;
    font-weight: 400;
    font-family: 'Ubuntu-Regular';
}
/*---------Padajuci filter------*/
.categoryMenu{
    height: auto;
    display: inline-block;
    width: 200px;
    margin: 20px 0 0 0;
}
.categoryMenu .caret {
    float: right;
    margin-top: 15px;
}
.categoryMenu ul{
    display: inline-block;
}
.categoryMenu li{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929',endColorstr='#252525');
    /*background: linear-gradient(#292929, #252525);*/
    background-color: #ECECEC;
}
.categoryMenu>li{
    display: block;
    float: left;
    position: relative;
}
.categoryMenu a{
    border-left: 3px solid rgba(0,0,0,0);
    color: #000;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
    width: 190px;
    text-decoration: none;
}
.categoryMenu li:hover{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c',endColorstr='#1b1b1b');
    background-color: #C3C5C5;
}
.categorySubmenu{
    left: 0;
    max-height: 0;
    position: absolute;
    top: 50px;
    z-index: 100000000;
    width: 190px;
    margin: 0px;
}
.categorySubmenu a {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #808080;
}
.categorySubmenu.breadcrubs {
    left: 15px;
}
.categorySubmenu.breadcrumbs1{
    left: 218px;
}
.categorySubmenu.breadcrumbs2{
    left: 421px;
}
.categorySubmenu.breadcrumbs3{
    left: 624px;
}
.categorySubmenu.breadcrumbs4{
    left: 0;
    top: 100%;
}
.categorySubmenu.breadcrumbs5{
    top: 100%;
}

.categorySubmenu.breadcrumbsOther1{
    top: 50%;
}

.categorySubmenu.breadcrumbsOther2{
    top: 100%;
}

.categoryMenu.sortiraj-filter {
    margin-top: 10px;
}
.categorySubmenu li{
    opacity: 0;
    transform: rotateY(90deg);
    transition: opacity .4s, transform .5s;
}
/*.categoryMenu:hover .categorySubmenu, .categoryMenu:focus .categorySubmenu{*/
/*max-height: 2000px;*/
/*z-index: 1000000000000;*/
/*}*/
/*.categoryMenu:hover .categorySubmenu li, .categoryMenu:focus .categorySubmenu li{*/
/*opacity: 1;*/
/*transform: none;*/
/*}*/
/*.categorySubmenu li:hover a, .categorySubmenu li:focus a{*/
/*opacity: 1;*/
/*transform: none;*/
/*color: #000;*/
/*}*/
/*.categoryMenu:hover .categorySubmenu li:nth-child(1){*/
/*transition-delay: 0ms;*/
/*}*/
/*.categoryMenu:hover .categorySubmenu li:nth-child(2){*/
/*transition-delay: 50ms;*/
/*}*/
/*.categoryMenu:hover .categorySubmenu li:nth-child(3){*/
/*transition-delay: 100ms;*/
/*}*/
/*.categoryMenu:hover .categorySubmenu li:nth-child(4){*/
/*transition-delay: 150ms;*/
/*}*/
/*.categoryMenu:hover .categorySubmenu li:nth-child(5){*/
/*transition-delay: 200ms;*/
/*}*/
/*.categoryMenu:hover .categorySubmenu li:nth-child(6){*/
/*transition-delay: 250ms;*/
/*}*/
/*.categoryMenu:hover .categorySubmenu li:nth-child(7){*/
/*transition-delay: 300ms;*/
/*}*/
/*.categoryMenu:hover .categorySubmenu li:nth-child(8){*/
/*transition-delay: 350ms;*/
/*}*/
/*.categoryMenu:hover .categorySubmenu li:nth-child(9){*/
/*transition-delay: 400ms;*/
/*}*/
/*.categoryMenu:hover .categorySubmenu li:nth-child(10){*/
/*transition-delay: 450ms;*/
/*}*/
/*.categorySubmenu li:nth-child(1){*/
/*transition-delay: 450ms;*/
/*}*/
/*.categorySubmenu li:nth-child(2){*/
/*transition-delay: 400ms;*/
/*}*/
/*.categorySubmenu li:nth-child(3){*/
/*transition-delay: 350ms;*/
/*}*/
/*.categorySubmenu li:nth-child(4){*/
/*transition-delay: 300ms;*/
/*}*/
/*.categorySubmenu li:nth-child(5){*/
/*transition-delay: 250ms;*/
/*}*/
/*.categorySubmenu li:nth-child(6){*/
/*transition-delay: 200ms;*/
/*}*/
/*.categorySubmenu li:nth-child(7){*/
/*transition-delay: 150ms;*/
/*}*/
/*.categorySubmenu li:nth-child(8){*/
/*transition-delay: 100ms;*/
/*}*/
/*.categorySubmenu li:nth-child(9){*/
/*transition-delay: 50ms;*/
/*}*/
/*.categorySubmenu li:nth-child(10){*/
/*transition-delay: 0ms;*/
/*}*/
/*Part for compare brands*/


/*Brand filter*/


.filter-brands, .filter-price {
    margin-left: 15px;
}

.filter-brands li {
    margin-bottom: 0;
}

.filter-brands li .label-holder{
    padding: 10px;
    margin-bottom: 0 !important;
}

.filter-brands li .label-holder span{
    margin-top: 10px;
    margin-right: 10px;
}



/*----------COMPARE---------*/
#compare-heading {
    padding: 100px 0;
    background-color: #dfefe9;
    text-align: center;
    color: #686c77;
    position: relative;
}
#compare-heading h2 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight:300;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
}
#compare-heading p {
    font-size: 16px;
    font-weight:400;
    font-family: 'Roboto Slab', serif;
    margin-top: 50px;
}
#compare-heading img {
    position: absolute;
    left: 0;
    bottom: -25px;
}
#compare-filters {
    background-color: #fff;
    padding: 0;
}
#compare-filters select {
    border: 1px solid #dbdbdb;
    background: transparent;
    width: 90%;
    padding: 5px 35px 5px 15px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #686c77;
    height: 40px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/images/arrow-down.png") 95% / 7% no-repeat #eee;
    background-color: rgb(238, 238, 238);
    margin-bottom: 10px;
    background-color: transparent;
}
#compare-filters .filter-left {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
#compare-filters .filter-left div {
    padding-top: 10px;
    padding-bottom: 10px;
}
#table-container {
    margin-top: 106px;
}
#compare-table {
    padding-bottom: 50px;
}
#compare-table h3 {
    color: #686c77;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 0px;
    margin-bottom: 0px;
}
#compare-table h3:first-of-type {
    border-top: 1px solid #e4e4e4;
}
#compare-placeholders .img-placeholder {
    max-width: 285px;
    height: 175px;
    text-align: center;
    padding: 0px;
    margin: 30px 0px;
}
#compare-placeholders {
    padding-top: 50px;
}
#compare-zakuc h2 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #982014;
    margin: 42px 0;
}
#compare-zakuc h3 {
    color: #000;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    height: 50px;
    padding: 0;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
#compare-filters .zakucan-brand {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
}
#slider-contentCompare h2, #slider-contentCompare1 h2, #slider-contentCompare2 h2 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #982014;
    margin: 42px 0;
}
#slider-contentCompare h3, #slider-contentCompare1 h3, #slider-contentCompare2 h3 {
    color: #000;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    height: 50px;
    padding: 0;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
/*----- O nama -----*/
#about-page .page-subtitle {
    color: #6f6660;
    border-bottom: 1px solid #6f6660;
    padding-top: 25px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
}
#about-page  .page-title {
    border-bottom: 1px solid #DDDDDD;
    padding: 0px 20px 10px 10px;
    margin-bottom: 20px !important;
    font-size: 30px;
    text-transform: uppercase;
}
#about-page .gallery ul li {
    list-style: none;
    margin-bottom: 25px;
}

.career-wrap {
    padding-bottom: 130px;
}

.career-wrap .page-subtitle{
    border-bottom: none !important;
}


.career-wrap ul li {
    font-size: 14px;
    margin-bottom: 3px;
}

    /*-----------Compare box------------*/
#success {
    width: 100%;
    height: 100vh;
}
.success-box {
    padding: 150px 100px;
    width: 600px;
    height: 500px;
    margin: 100px auto;
    background-color: #6f6660;
}
#success button {
    display: block;
    padding: 10px 50px;
    background-color: #fff;
    margin: 50px auto;
    color: #6f6660;
}
.success-box p {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}
#compare-box {
    width: 100%;
}
#compare-box .single-compare {
    max-height: 200px;
    width: 31.5%;
    text-align: center;
    padding: 5px 30px 0px;
    margin: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    margin-top: 50px;
}
#compare-box .single-compare img {
    max-width: 80px;
    margin: 0px auto 20px;
}
#compare-box .single-compare p {
    font-size: 14px;
    text-align: left;
    padding:10px 0px 10px;
    text-align: center;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
}
#compare-box .single-compare span {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 20px;
}
/*-------CUSTOM CHECKMARKS-----*/
/* Customize the label (the container) */
.label-holder {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.label-holder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */
.label-holder .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #5a534f;
}
/* On mouse-over, add a grey background color */
.label-holder:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.label-holder input:checked ~ .checkmark {
    background-color: #0e5fac;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.label-holder input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.label-holder .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reg-label {
    color: #3d3d3d;
}

.reg-label .checkmark {
    top: 3px !important;
}

.reg-label .checkmark:after {
    top:2px !important;

}

/*-----------KONTAKT-------------*/
#Kontakt .page-title {
    border-bottom: 1px solid #DDDDDD;
    padding: 0px 20px 10px 10px;
    margin-bottom: 20px !important;
    font-size: 30px;
    text-transform: uppercase;
}
#Kontakt .form-group {
    margin-bottom: 15px;
}
#Kontakt .page-subtitle {
    color: #6f6660;
    border-bottom: 1px solid #6f6660;
    padding-top: 25px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
}
/*------------PROFILE----------------*/
#profile-page {
    padding: 50px 0px;
}
#profile-page .profile-info h3 {
    letter-spacing: 1px;
    margin-bottom: 45px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    max-width: 80%;
    font-weight: 500;
    text-align: left;
}
#profile-page .profile-info h4{
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.profile-info p {
    text-align: left;
}
#profile-page .profile-info span {
    font-weight: 400;
}
#profile-page .profile-info .label-holder {
    margin-top: 50px;
}
#profile-page .profile-offer {
    text-align: center;
    margin-bottom: 15px;
}
#profile-page .profile-offer img {
    display: inline-block;
    margin-bottom: 15px;
}
#profile-page .profile-offer .offer-deal {
    padding: 10px 30px;
    border-top: 1px solid #ccc;
    font-size: 18px;
}
#profile-page .tabela-porudzbina {
    margin: 50px 0px;
}
#profile-page table .atributi-title  td {
    border: 1px solid #FFFFFF;
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    background-color: #C3C5C5 !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}
#profile-page table tr td {
    border: 1px solid #FFFFFF;
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    background-color: #f5f5f5;
    color: #000;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
#profile-page .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 200px;
}
#profile-page .text-wrapper h3 {
    text-align: left;
}
#profile-page .textarea {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding-top: 10px;
    box-sizing: border-box;
    height: 45px;
    font-size: 14px;
    color: #979797;
    width: 100%;
    padding-left: 20px;
}
#profile-page textarea {
    appearance: none;
    resize: none;
}
#profile-page textarea:focus {
    outline: 0;
}
.gallery-item img {
    width: 100%;
    height: auto;
}
/* The Modal (background) */
#about-page .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #0003;
}
/* Modal Content */
#about-page .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 600px;
    margin-top: 10%;
}
#about-page .modal-content .mySlides img {
    max-width: 100%;
}
/* The Close Button */
#about-page .close {
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 35px;
    font-weight: bold;
    opacity: 0.8;
    z-index: 1000;
}
#about-page .close:hover,
#about-page .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
/* Hide the slides by default */
#about-page .mySlides {
    display: none;
}
/* Next & previous buttons */
#about-page .prev,
#about-page .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
#about-page .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
#about-page .prev:hover,
#about-page .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
#about-page .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* Caption text */
#about-page .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
    display: none;
}
img.demo {
    opacity: 0.6;
}
#about-page .active,
#about-page .demo:hover {
    opacity: 1;
}
img.hover-shadow {
    transition: 0.3s;
}
#about-page .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*----------PRINCIPALI-------------*/
#principali {
    min-height: 600px;
}
#principali .page-subtitle {
    color: #6f6660;
    border-bottom: 1px solid #6f6660;
    padding-top: 25px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
}
#principali  .page-title {
    border-bottom: 1px solid #DDDDDD;
    padding: 0px 20px 10px 10px;
    margin-bottom: 20px !important;
    font-size: 30px;
    text-transform: uppercase;
}
#principali .principali-logo {
    text-align: center;
    display: none;
    margin: 15px 0px;
}
#principali .principali-logo img {
    max-width: 100%;
    /*cursor: pointer;*/
}
#principali .principali-preview {
    display: none;
}
#principali .principali-preview img {
    cursor: pointer;
    max-width: 300px;
}
#principali .principali-preview2 {
}
#principali .principali-preview2 img {
    cursor: pointer;
    max-width: 300px;
}
#principali .active-principal {
    display: inline-block;
}
/*--------CENOVNIK------------*/
#cenovnik {
    min-height: 600px;
}
#cenovnik table {
    margin-top: 50px;
    text-align: center;
}
#cenovnik table tr td {
    border: 1px solid #cbcbcb;
    padding: 10px 5px;
    vertical-align: middle;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    width: auto;
}
#cenovnik .atributi-title td {
    border: 1px solid #cbcbcb;
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    background-color: #fff!important;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color:#000;
    font-size: 18px;
    text-transform: uppercase;
}
/*------PAGINATION--------*/
.pagination {
    text-align: center;
}
.pagination a {
    display: inline-block;
    color: #fff !important;
    padding: 6px 12px;
    background-color: #5a534f;
    border: 1px solid #ddd;
}
.pagination a:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination a:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#principali .panel-group .panel-collapse .panel-body {
    width: 100%;
    text-align: left;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #ddd;
    background: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    nav .nav-links ul li {
        font-size: 14px;
        margin: 0px 5px;
    }
    nav .podrska {
        font-size: 14px;
    }
    #products-category .category-content {
        display: inline-block;
    }
    #products-category .category-name .more-articles {
        margin-bottom: 50px;
    }
    .categoryMenu {
        width: 150px;
    }
    .categoryMenu a {
        width: 150px;
    }
    .categorySubmenu {
        width: 150px;
    }
    .categorySubmenu.breadcrumbs1 {
        left: 167px;
    }
    .categorySubmenu.breadcrumbs2 {
        left: 320px;
    }
    .categorySubmenu.breadcrumbs3 {
        left: 454px;
    }
    .categorySubmenu.breadcrumbs4 {
        left: 15px;
        top: 140%;
    }
    .categoryMenu a {
        font-size: 14px;
    }
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
    #products-category .brand-products .single-brand-product img {
        height: auto;
        width: auto;
        max-width: 200px;
    }
    #products-category .category-brands {
        display: none;
    }
    #products-category .single-category {
        margin-bottom: 100px;
    }
    #products-category .category-content {
        display: inline-block;
    }
    #product-preview .simpleCart_shelfItem {
        padding-top: 0px;
    }
    #product-preview .product-icons {
        justify-content: space-around;
    }
    #product-preview .product-icons .single-icon {
        width: 25%;
        height: auto;
        margin: 5px;
    }
    #compare-box .single-compare span {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 14px;
    }
    #all-articles ul {
        border-bottom: none;
    }
    .categoryMenu {
        border: none;
        margin: 0px;
        width: 140px;
    }
    .categoryMenu a {
        width: 140px;
    }
    .categorySubmenu {
        width: 140px;
    }
    .categorySubmenu.breadcrumbs1 {
        left: 158px;
    }
    .categorySubmenu.breadcrumbs2 {
        left: 301px;
    }
    .categorySubmenu.breadcrumbs3 {
        left: 16px;
        top: 105px;
    }
    .categorySubmenu.breadcrubs4 {
        left: 15px;
        top: 150%;
    }
    .articles-filter-side {
        max-width: 140px;
        margin-top: 20px;
    }
    #compare-table #table-container {
        text-align: center;
        width: 100%;
    }
    #compare-placeholders .img-placeholder:first-of-type {
        display: none;
    }.check-out tr th {
         font-size: 14px;
         padding: 5px;
     }
    .check-out table tr td {
        padding: 5px;
        font-size: 12px;
    }
    .topnav.responsive {
        width: 200px!important;
    }
    #product-preview .product-description {
        padding-left: 0px;
    }
    #compare-box .single-compare {
        width: 100%;
        margin-left: 0px;
    }
    #products-category .category-bar {
        display: none;
    }
    #addToCart .item_price {
        font-size: 18px;
    }
    #addToCart .item_price_rsd {
        font-size: 18px;
    }
    #addToCart .item_price_euro {
        font-size: 18px;
    }
    .quantity {
        margin: 30px 0px 0px 0px;
    }
    #addToCart .item_price {
        height: 58px;
    }
    .success-box {
        padding: 20px 10px;
        width: 100%;
        height: 200px;
        margin: 100px auto;
        background-color: #6f6660;
        color: #6f6660;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    #products-category .brand-products .single-brand-product img {
        height: auto;
        width: auto;
        max-width: 150px;
    }
    #products-category .category-brands {
        display: none;
    }
    #products-category .single-category {
        margin-bottom: 100px;
    }
    #products-category .category-content {
        display: inline-block;
    }
    #product-preview .simpleCart_shelfItem {
        padding-top: 0px;
    }
    #product-preview .product-icons {
        justify-content: space-around;
    }
    #product-preview .product-icons .single-icon {
        width: 25%;
        height: auto;
        margin: 5px;
    }
    #compare-box .single-compare span {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 14px;
    }
    #all-articles ul {
        border-bottom: none;
    }
    .categoryMenu {
        width: 140px;
        border: none;
        margin: 0px;
    }
    .categoryMenu a {
        width: 140px;
    }
    .categorySubmenu {
        width: 140px;
    }
    .categorySubmenu.breadcrubs {
        left: 15px;
        top: 30px;
    }
    .categorySubmenu.breadcrumbs1 {
        left: 158px;
        top: 30px;
    }
    .categorySubmenu.breadcrumbs2 {
        left: 15px;
        top: 100%;
    }
    .categorySubmenu.breadcrumbs3 {
        left: 158px;
        top: 100%;
    }
    .categorySubmenu.breadcrubs4 {
        left: 15px;
        top: 150%;
    }
    .sortiraj-filter .categorySubmenu.breadcrumbs4 {

    }
    .articles-filter-side {
        max-width: 140px;
        margin-top: 20px;
    }
    header .first-nav .logo img {
        text-align: left;
        height: auto;
        width: 100%;
    }
    header .header-korpa {
        max-width: 200px;
    }
    #products-category .category-name .more-articles {
        text-align: left;
    }
    #product-tabs .nav-pills > li > a {
        border-radius: 0;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        color: #666666;
    }
    #compare-box .single-compare {
        width: 100%;
        margin-left: 0px;
    }
    #all-articles ul h4 {
        font-size: 14px;
    }
    #all-articles label {
        font-size: 13px;
    }
    #product-preview .product-description {
        padding-left: 0px;
    }
    #compare-table #table-container {
        text-align: center;
        width: 100%;
    }
    #compare-placeholders .img-placeholder:first-of-type {
        display: none;
    }
    .check-out tr th {
        font-size: 14px;
        padding: 5px;
    }
    .check-out table tr td {
        padding: 5px;
        font-size: 12px;
    }
    .topnav.responsive {
        width: 200px!important;
    }

    #login-wrap {width: 250px;}
    #products-category .category-bar {
        display: none;
    }
    #addToCart .item_price {
        font-size: 14px;
    }
    #addToCart .item_price_rsd {
        font-size: 14px;
    }
    #addToCart .item_price_euro {
        font-size: 14px;
    }
    .quantity {
        margin:20px 0px 0px 0px;
    }
    .success-box {
        padding: 15px 10px;
        width: 100%;
        height: 200px;
        margin: 50px auto;
        background-color: #6f6660;
        color: #6f6660;
    }
    .success-box p {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .topnav a {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: absolute;
        width: 300px;
        height: auto;
        z-index: 1000;
        right: 0;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
    }

    nav #myTopnav a.lang {
        opacity: 1;
    }
}
.priceBackground{
    font-size: 14px;
    background: #ff0000;
    color: white;
    padding-left: 5px ;
    padding-right: 5px;
}

.priceBackground-list{
    padding-left: 2px !important;
    padding-right: 2px !important;
    min-width: 60px !important;
}

.article-image-list  {
    padding-left: 10px !important;
    padding-right: 0 !important;
}

.article-image-list img {
    width: 100% !important;
    height: auto !important;
}

.article-name {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*List and grid*/

.article-wrap {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #cbcbcb;
    /*width: 186px;*/
    /*height: 340px;*/
}

.article-wrap-list {
    border: none !important;
    margin-bottom: 0 !important;
    display: block;
    padding: 10px 0 !important;
}

.article-wrap-list .row {
    position: relative;
    display: table;
}

.article-wrap-list .row > div {
    float: none;
    align-items: center;
    display: table-cell;
    vertical-align: middle;
}

.article-wrap-list p,  .article-wrap-list h4{
    margin: 0 !important;
    border:  none !important;
}

.rabat-list, .podrabat-list {
    font-size: 16px;
}

.article-discount {
    display: inline-block;
    padding-right: 5px;
    margin-left: -12px;
}

.article-name.col-md-2 h4 {
    border:none !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

.__hide {
    display: none !important;
}

.article-info.col-md-3 p {
    padding: 0 !important;
    margin-top: 20px !important;
}

.article-discount.col-md-2  {
    display: block !important;
}

.article-discount.col-md-2 strike {
    padding: 0 !important;
    margin-top: 20px !important;
    display: inline-block !important;
}

.article-price.col-md-2 span {
    margin: 20px 0 0;
    display: inline-block !important;
}

.article-price {
    display: inline-block;
}

.quantity-wrap-list .entry {
    width: 20px !important;
    height: 20px !important;
}

.quantity-wrap-list #addToCart{
    margin-top: 0 !important;
}

.quantity-wrap-list .quantity{
    margin: 0 auto !important;
    float: none ;
    padding: 10px 0 20px;
}

.quantity.quantity-list{
    margin: 10px auto 0 !important;
    float: left !important;
    padding: 0 !important;
}

.btn-dodaj-grid {
    min-width: auto;
    width: 100% !important;
    padding: 0 10px 0 60px;
    margin-top: 0;
    text-align: left;
    position: relative;
    transition: 0 !important;
    font-size: 12px;
}

.btn-dodaj-grid:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top:10px;
    left: 26px;
    background-image: url("/images/korpa.svg");
    background-repeat: no-repeat;
    background-size:100% 100%;

}

.btn-dodaj-grid-login {
    min-width: auto;
    width: 100% !important;
    margin-top: 0;
    text-align: center;
    position: relative;
    transition: 0 !important;
    font-size: 12px;
}

.btn-dodaj-grid-login:before {
    display: none !important;
}

.btn-dodaj-grid-login a {
    width: 100%;
    display: block;
    color: #fff !important;
}

.btn-dodaj-grid-login a:hover {
    color: #000 !important;
}

.btn-dodaj-grid.btn-dodaj-call:before {
    background-image: url("/images/telephone-handle-silhouette.svg") !important;
}

.btn-dodaj-list.btn-dodaj-call:before {
    background-image: url("/images/telephone-handle-silhouette.svg") !important;
}

.btn-dodaj-grid-call:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top:10px;
    left: 10px;
    /*background-image: url("/images/korpa.svg");*/
    background-repeat: no-repeat;
    background-size:100% 100%;

}

.btn-dodaj-grid.btn-dodaj-soon:before {
    background-image: url("/images/uskoro.svg") !important;
}

.btn-dodaj-list.btn-dodaj-soon:before {
    background-image: url("/images/uskoro.svg") !important;
}

.btn-dodaj-grid.btn-dodaj-order:before {
    background-image: url("/images/to_order.svg") !important;
}

.btn-dodaj-list.btn-dodaj-order:before {
    background-image: url("/images/to_order.svg") !important;
}

.btn-dodaj-grid-soon:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top:10px;
    left: 10px;
    /*background-image: url("/images/korpa.svg");*/
    background-repeat: no-repeat;
    background-size:100% 100%;

}

.btn-dodaj-list {
    width: auto !important;
    min-width: 100px;
    transition: 0 !important;
    margin-top: 0;
    text-align: left;
    font-size: 12px;
    position: relative;
}

.btn-dodaj-list:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top:10px;
    left: 5px;
    background-image: url("/images/korpa.svg");
    background-repeat: no-repeat;
    background-size:100% 100%;

}

.list-article-wrap {
    height:auto !important;
    margin: 0 !important;
    padding: 10px 0 !important;
}

.list-grid-wrap {
    text-align: right;
    padding: 0 15px;
}

@media only screen and (max-width: 1279px) {

    .legend-wrap {
        margin-right: 0 !important;
    }
    .list-grid-wrap {
        margin-top: 20px;
    }
    .__list {
       display: none;
    }
    .__grid {
        display: none;
    }
}

.head-list {
    background: #665e59 !important;
    display: none;
    color: #fff;
    padding: 10px 0;
}

.articles-box {
    margin-top: 6px;
    padding: 0 15px !important;
}

.list-grey:nth-child(odd){
    background: #ececec;
}

.__list {
    margin-right: 5px;
}

.__list img {
    width: 24px;
    cursor: pointer;
    opacity: 0.7;
    margin-top: -12px;
}

.__list img:hover {
    opacity: 1 !important;
}

.__grid img {
    width: 24px;
    cursor: pointer;
    margin-top: -12px;
}

.__grid img:hover {
    opacity: 1 !important;
}

/*Profile */

.profile-table thead tr td{
    background: #6f6660 !important;
    color: #fff !important;
}

.profile-table td {
    border: 1px solid grey !important;
}

.status {
    position: absolute;
    top: 0;
    left: 12px;
    right: initial !important;
    width: auto;
}

.status_voucher {
    position: absolute;
    top: 0;
    left: 133px;
    float: right;
    right: initial !important;
    width: auto;
}
.status_voucher img {
    width: 28px !important;
    height: auto !important;
    transform: scale(1,1) !important;
    /*margin-left: 20px;*/
}

.status-position {
    right: 86px !important;
}

.status img {
    width: 22px !important;
    height: auto !important;
    transform: scale(1,1) !important;
    /*margin-left: 20px;*/
}

.status-summer img {
    width: 48px !important;
}

.status-new {
    left: 3px;
}

.status-new img {
    width: 22px !important;
    /*margin-left: 5px;*/
}

.status-new-list img {
    margin-left: 0 !important;
    width: 22px !important;
}

/*status-new-list-double img{*/
    /*width: 25px !important;*/
    /*position: absolute;*/
    /*margin-left: -25px !important;*/
    /*top: 20px;*/
/*}*/

.status-empty {
    width: 1px;
    display: block;
}

.status-single {
    position: absolute;
    top: 0;
    right:10px;
    z-index: 99 !important;
}

.status-single img {
    width: 40px !important;
    height: 50px !important;
}

.status-single-summer img {
    width: 50px !important;
    margin-right: 50px;
}

.article-wrap-list .status {
    position: relative;
    top: auto;
    right: auto;
}

.article-wrap-list .status_voucher {
    position: relative;
    top: auto;
    right: auto;
}

.no-border {
    border: none !important;
}

/*Info List */


.info-list li span {
    display: block;
    padding-left: 25px;
    position: relative;
}

.info-list li span:before {
    content: "";
    position:absolute;
    background: #da0000;
    width: 7px;
    height: 7px;
    top:7px;
    left: 0;

}

.info-list-set li span {
    display: block;
    padding-left: 25px;
    position: relative;
}

.info-list-set li span:before {
    content: "";
    position:absolute;
    background: #da0000;
    width: 7px;
    height: 7px;
    top:50px;
    left: 0;

}

/*Search*/

.error-search {
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}

.error-search h2 {
    font-size: 20px;
    padding: 20px;
    text-transform: uppercase;
    text-align: left;
}

.error-search img {
    width: 360px;
    display: inline-block;
}

.articles-box {
    opacity: 0;
    -webkit-animation: showBox 0.5s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation: showBox 0.5s;
    animation-fill-mode: forwards;
}

@keyframes showBox {
    0% {opacity: 0;}
    90% {opacity: 0;}
    100% {opacity: 1;}
}


/*Video wrap */

.video-wrap {
    max-width: 560px;
    width: 100%;
    margin-top: 20px;
}



/*PDF WRAP*/



.pdf-wrap {
    padding: 30px 40px 120px;
}


.pdf-head {
    margin-top: 40px;
    padding-bottom: 5px;
    border-bottom: 2px solid black;
}

.pdf-head:after {
    content: "";
    display: table;
    clear: both;
}

.pdf-head .pdf-head-left {
    display: inline-block;
}

.pdf-head .pdf-head-right {
    float: right;
    text-align: right;
}



.pdf-head .logo {
    margin-bottom: 40px;
}

.pdf-wrap .pdf-head h3 {
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}

.pdf-wrap .pdf-head h4 {
    font-size: 9pt;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 5px;
}



.pdf-body {
    min-height: 780px;
    
}

.pdf-body h2 {
    font-size: 12pt;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}

.pdf-wrap .pdf-body h3 {
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 65%;
    margin: 0;
}

.pdf-wrap .pdf-body h4 {
    font-size: 9pt;
    line-height: 1;
}

.pdf-wrap .pdf-body h4.__underline {
    text-decoration: underline;
}

.pdf-wrap .pdf-body h4 span {
    text-align: right;
    float: right;
    display: inline-block;
    line-height: inherit;
}

.pdf-wrap .note-wrap {
    margin: 10px 0;
}

.pdf-wrap .note-wrap h5 {
    font-size: 8pt;
    font-style: italic;
    text-align: right;
    text-transform: none;
}

.pdf-wrap .pdf-body .note-wrap .note {
    min-height: 54px;
    border: 1px solid black;
}

.pdf-body_profile {
    /*min-height: 780px;*/
}

.pdf-body_profile h2 {
    font-size: 15pt;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}

.pdf-wrap .pdf-body_profile h3 {
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 65%;
    margin: 0;
}

.pdf-wrap .pdf-body_profile h4 {
    font-size: 9pt;
    line-height: 1;
}

.pdf-wrap .pdf-body_profile h4.__underline {
    text-decoration: underline;
}

.pdf-wrap .pdf-body_profile h4 span {
    text-align: right;
    float: right;
    display: inline-block;
    line-height: inherit;
}

.pdf-wrap .pdf-body_profile .note-wrap {
    margin: 10px 0;
}

.pdf-wrap .pdf-body_profile .note-wrap h5 {
    font-size: 7pt;
    font-style: italic;
    text-align: right;
    text-transform: none;
}

.pdf-wrap .pdf-body_profile .note-wrap .note {
    min-height: 54px;
    border: 1px solid black;
}

.pdf-table-wrap {

}

.pdf-table-wrap .pdf-table{
    border: 1px solid black;
    text-align: center;
    font-size: 8pt;
}

.pdf-table-wrap .pdf-table th{
    background-color: #cccccc;
    border: 1px solid black;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    font-size: 9pt;
}

.pdf-table-wrap .pdf-table tr {
    border: 1px solid black;
}

.pdf-table-wrap .pdf-table td {
    border: 1px solid black;
    font-size: 9pt;
    padding: 3px;
    text-align: center;
}

.pdf-table.pdf-table-total {
    width: 280px;
    float: right;
}

.pdf-table.pdf-table-total-offer {
    width: 650px;
    float: right;
}

.pdf-footer {
    display: block;
}

.pdf-footer h3 {
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
}

.pdf-footer h4 {
    font-size: 9pt;
    display: inline-block;
    border-top: 1px solid #000;
    width: 300px;
    padding-top: 10px;
    text-transform: none;
    text-align: center;
}

.pdf-footer h4.go-right {
    float: right;
}

.pdf-print {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(47, 52, 61, 0.95) !important;
    padding: 20px 0 !important;
    text-align: center;
}

.pdf-print a{
    color: #fff;
    font-size: 14pt;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 6px;
    transition: 0.2s;
    cursor: pointer;
}

.pdf-print a:hover {
    background: #2b303b;
    transition: 0.2s;
}

.pdf-print-order-confirmation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(47, 52, 61, 0.95) !important;
    padding: 20px 0 !important;
    text-align: center;
}

.pdf-print-order-confirmation a{
    color: #fff;
    font-size: 14pt;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 6px;
    transition: 0.2s;
    cursor: pointer;
}

.pdf-print-order-confirmation a:hover {
    background: #2b303b;
    transition: 0.2s;
}

@media print
{
    .pdf-wrap {
        padding: 0 !important;
    }

    .pdf-print {
        display: none;
    }

    .pdf-table th
    {
        background-color: #cccccc !important;
        -webkit-print-color-adjust: exact;
    }
    
    .__30 {
        width: 30px !important;
    }

    .__40 {
         width: 40px !important;
     }
    
    .__60 {
        width: 60px !important;
    }
    
    .__100 {
        width: 100px !important;
    }
    
    .__130 {
        width: 130px !important;
    }

    .__180 {
        width: 180px !important;
    }
}

/*#insertImage {*/
   /*opacity: 0;*/
   /*height: 40px;*/
    /*width: auto;*/
/*}*/


.pdf-logo {
    width: auto;
    height: 35px;
    position: relative;
}

.pdf-logo img {
    height: 100%;
    width: auto;
}

/*Legend wrap */

.legend-wrap {
    text-align: right;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.legend-wrap h4 {
    display: inline-block;
    margin: 0;
    margin-left: 20px;
    font-size: 22px;
}

.legend-wrap h4 img{
    display: inline-block;
    height: 24px;
}


/*Order PDF */

.pdf-wrap-edit {
    padding: 30px 40px 40px !important;
}

.filter-checkbox-pdf {
   padding-left: 16px;
}


.filter-checkbox-pdf label {
    padding-left: 30px;
    font-weight: 500;
    font-size: 22px;
    
}

.filter-checkbox-pdf .single-filter {
    display: inline-block;
    margin-right: 30px;
    
}

.filter-checkbox-pdf .checkmark {
    top: 5px;
    left: 0;
}

.pdf-wrap .pdf-head h3 {
    margin-bottom: 70px;
}


.pdf-header{
    margin-bottom: 30px !important;
}

.pdf-head .logo  {
    margin-bottom: 10px !important;
}

.pdf-head .logo h3 {
    font-size: 11px !important;
    font-weight: 500 !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#uploadFile {
    opacity: 0;
    cursor: pointer;
    position: relative;
    z-index: 3;
}


#imagePreview {
    width: 165px;
    height: 60px;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    position: relative;
}

#imagePreview img {
    width: 100%;
    height: 100%;
   
}


.addPercent {
    margin-bottom: 10px;
}

.addPercent input {
    float: right !important;
    width: 200px !important;
    padding: 2px;
}

.new-price {
    /*display: none;*/
    margin-bottom: 10px
}

.new-price input {
     float: right !important;
     width: 200px !important;
    padding: 2px;
 }



.work-total-final {
    display: none;
}

#finalTotal, #workTotalFinal, #totalPrice, #totalPdv, #percentValue {
    text-align: right;
    border: none !important;
    outline: none !important;
}



.__200 {
    width: 100px;
}
/*.single-icon img:hover {*/
    /*!*filter:invert(6%) sepia(46%) saturate(7479%) hue-rotate(252deg) brightness(109%) contrast(97%);*!*/
    /*filter: invert(10%) sepia(47%) saturate(2956%) hue-rotate(227deg) brightness(40%) contrast(119%);*/
/*}*/

/*Slider position icon */


.slider-position1 {
    position: absolute;
    top: 0;
    left: 0;
}

.slider-position2 {
   display: block;
  
}

.slider-position3 {
    display: inline-block;

}

.slider-position4 {
    float: right;
    margin-right: 118px;
}

.slider-position-holder {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    z-index: 99;
}


/*NEW style */

#form-modal {
    text-align: right;
    margin-top: 2px;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: -0.07px;
}


#form-modal:hover {
    text-decoration: underline;
}

.modal-form-wrap {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: none;
}

.modal-form-back {
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 100;
}

.modal-form-content {
    max-width: 500px;
    height: auto;
    width: 96%;
    margin: 100px auto;
    border-radius: 8px;
    background-color: #fff;
    padding: 25px;
    position: relative;
    z-index: 101;
    text-align: center;
    padding-top: 45px;
}

.modal-form-content input {
    width: 100%;
    height: 40px;
    padding: 2px 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.modal-form-content input:focus {
    outline: none !important;
    border-color: black !important;
    border-width: 1px;
}

.modal-form-content button {
    width: 120px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    background-color: #2ECD71;
    color: #fff;
    border: none !important;
}

.modal-form-content button:hover {
    background-color: #279a4d;
}

.modal-form-content button i {
    margin-left: 5px;
}


.close-form-modal {
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.close-form-modal:hover {
    color: #da0000;
}


.article-wrap #btn-dodaj {
    width: 94% !important;
    position: absolute;
    left: 50%;
    bottom: 10px;
    padding-left: 8px;
    transform: translateX(-50%);
}

.list-article-wrap #btn-dodaj{
    width: 94% !important;
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    padding-left: 8px !important;
    transform: translateX(0) !important;
}

.btn-dodaj-grid:before {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    /* top: 10px; */
    /* left: 8px; */
    background-image: url(/images/korpa.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    left: -8px;
    top: 4px;
}

.btn-dodaj-grid {
    min-width: auto;
    width: 100% !important;
    padding: 0;
    margin-top: 0;
    text-align: center;
    position: relative;
    transition: 0 !important;
    font-size: 12px;
}

.article-wrap {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #cbcbcb;
    width: 186px;
    height: 345px;
}

.article-info {
    height: 38px;
}

.article-wrap-list {
    width: 100% !important;
    height: initial !important;
}


.article-wrap-list #btn-dodaj {
    font-size: 10px !important;
    text-align: center !important;
    width: 130px !important;

    position: relative;
    left: 0;
}


.article-wrap-list #btn-dodaj:before {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    /* top: 10px; */
    /* left: 8px; */
    background-image: url(/images/korpa.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    left: -5px;
    top: 5px;
}




.login-text {
    font-size: 15px !important;
}

.login-single-button {
    display: block;
    width: 100%;
    color: #fff;
}


.login-single-button:hover {
    background-color: transparent !important;
    color: #000 !important;
}

/*START*/


/*Header */


@media only screen and (max-width: 767px) {
    .main-logo {
        position: absolute;
        top: 8px !important;
        width: 130px !important;
        z-index: 77;
    }

    .main-logo img {
        width: 100% !important;
        height: auto !important;
    }

    #header .forms{
        padding: 0 !important;
    }

    #profile-page {
        padding: 0;
    }

    .profile-table tr td {
        padding: 5px !important;
    }
}

@media only screen and (max-width: 359px) {
    .main-logo {
        width: 100px !important;

    }
}


/*slika za glavni slider mobile 580 x 400*/

/*Menu*/

nav {
    line-height: 1 !important;
}

.menu-wrap {

}

.dropdown-menu-wrap {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    float: left;
}

#reference ul {
    margin-left: 20px;
}

.price-list-table {
    padding: 0 200px;
}

.container-cart .check-out table tr td {
    padding: 5px !important;
}


.container-cart .check-out tr th {
    padding: 5px !important;
}

.article-type-wrap {
    text-align: right;
    position: absolute;
    right: 0;
}

.article-type-wrap h5 {
    margin-bottom: 15px;
}


@media only screen and (max-width: 1279px) {
    #products-category {
        min-height: 100px;
    }

    #products-category .category-bar img {
        width: 100%;
    }
}


@media only screen and (max-width: 1199px) {

    .container-cart {

    }

    .table-responsive table {
        width: 986px;
    }

    .container-cart .quantity-wrap input{
        margin-left: -3px !important;
    }

    .container-cart .check-out tr th {
       font-size: 16px;
    }

    .table-button {
        margin-bottom: 20px;
    }


}

@media only screen and (max-width: 1023px) {
    .dropdown-menu-wrap {
        width: 130px;
    }

    .gallery-item img {
        margin-bottom: 20px;
    }


    #about-page .page-subtitle {
        padding-top: 15px;
    }

    #about-page .page-subtitle:first-child {
        padding-top: 0;
    }

    #reference {
        margin-bottom: 20px;
    }

    #reference ul {
        padding-top: 10px;
        padding-left: 0;
    }


    .price-list-table {
        padding: 0 20px;
    }

    .price-list-table table {
        margin-top: 20px !important;
    }

    .price-list-table a {
        font-size: 14px !important;
    }



}

.articles-box .article-wrap{
    position: relative;
}

.articles-box .status {
    right: 0px;
}

.articles-box .status_voucher {
    right: 0px;
}

@media only screen and (max-width: 991px) {
    .articles-box .article-wrap{
        width: 220px;
        position: relative;
    }

    .status {
        right: 0px;
    }

    .status_voucher {
        right: 0px;
    }
}

.main-menu-wrap {
    display: inline-block;
    width: auto;
    height: 50px;
}

.main-menu-wrap a {
    line-height: 50px !important;
    height: 50px;
}

.mobile-head {
    display: none;
}

.menu-info {
    float: right;
    height: 50px;
    line-height: 50px;
}

/*Menu burger*/

.menu-burger {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    float: left;
    cursor: pointer;
    position: absolute;
    display: none;
    z-index: 99;
    margin-left: -20px;
}

.menu-burger div {
    width: 28px;
    border-radius: 5px;
    cursor: pointer;
    height: 4px;
    background-color: #fff;
    margin: 5px;
}

@media only screen and (max-width: 767px) {
    .main-menu-wrap {
        display: block;
        width: 80%;
        height: 100vh;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -100%;
        background-color: #6f6660;
        -webkit-box-shadow: 6px 10px 30px -11px rgba(0,0,0,0.5);
        -moz-box-shadow: 6px 10px 30px -11px rgba(0,0,0,0.5);
        box-shadow: 6px 10px 30px -11px rgba(0,0,0,0.5);
        /*background-color: linear-gradient(to bottom, #6f6660 10%, #5a534f 100%);*/
    }

    .main-menu-wrap a {
        line-height: 50px !important;
        height: 50px;
        display: block !important;
        width: 100%;
        margin: 0 !important;
        padding: 0 20px !important;
        font-size: 20px !important;
        border-bottom: 1px solid #978686;
    }

    .mobile-head {
        display: block;
        height: 50px;
        background-color: #f3f3f3;
    }

    .mobile-logo img{
        width: 120px;
        margin-top: -10px;
    }

    .close-mobile-menu {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .close-mobile-menu i {
        font-size: 28px;
        color: #978686;
        margin-top: -8px;
    }

    .phone-info {
        display: none !important;
    }

    .menu-burger {
        display: inline-block !important;

    }

     /*Table cart*/

    .container-cart {
        margin-bottom: 20px;
    }

    .container-cart  .check-out {
        padding: 0 !important;
    }
    .table-button {
        padding: 0 !important;
    }

    .table-button a {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }

    .blackFriday .closeActionPopUp {
        font-size: 11px !important;
        right: 5px !important;
    }

    .container-cart .quantity-wrap input{
        margin-left: -3px !important;
    }


    .article-type-wrap {
        text-align: left;
        position: relative;
        right: initial;
        margin-top: 20px;
    }

    .article-type-wrap h5 {
        margin-bottom: 15px;
    }

    .pad-mob0 {
        padding: 0 !important;
    }
}


.menu-active {
    left: 0 !important;
    transition: 0.5s;
}


/*Category menu  mobile*/

.sub-dropdown-menu {
    min-width: 180px !important;
}

.close-dropdown-category {
    display: none;
}

.category-head-mobile {
    display: none;
}


.close-mobile-category-menu {
    position: absolute;
    top: 10px;
    right: 5px;
}

.close-mobile-category-menu i {
    font-size: 28px;
    color: #978686;
    margin-top: -8px;
}

.active-main-category {
   display: block !important;
}


.bread-crumbs-wrap {
    margin-top: 20px;
}

.bread-crumbs-wrap > a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300 !important;
    font-size: 11px;
}

.bread-crumbs-wrap > span {
    font-family: 'Oswald', sans-serif;
    font-weight: 600 !important;
    font-size: 11px;
}

.pad-0 {
    padding: 0 !important;
}

@media only screen and (max-width: 1279px) {

    body {
        overflow-x: hidden;
    }

    nav .dropdown-menu {
        border-bottom: none !important;
    }
    .multi-level {
        position: fixed !important;
        z-index: 999 !important;
        top: 0 !important;
        left: -100% !important;
        max-width: 600px !important;
        width: 100% !important;
        height: 100vh !important;
        background-color: #6f6660 !important;
        overflow: auto;
        padding-bottom: 40px !important;
        transition: 0.5s !important;
        -webkit-box-shadow: 6px 10px 30px -11px rgba(0,0,0,0.5);
        -moz-box-shadow: 6px 10px 30px -11px rgba(0,0,0,0.5);
        box-shadow: 6px 10px 30px -11px rgba(0,0,0,0.5);
        display: block !important;
    }

    .active-main-category {
        left: 0 !important;
        transition: 0.5s !important;
    }

    .category-head-mobile {
        display: block;
        background-color: #f3f3f3 !important;
        padding: 15px !important;
    }

    .category-head-mobile h3 {
        margin: 0 !important;
    }

    .dropdown-menu-item {
        padding:0 !important;
        height: auto !important;
        line-height: 1 !important;
        position: relative !important;
        border-bottom: 1px solid #b7b7b7 !important;
    }

    .dropdown-menu-item > a{
        padding: 15px !important;
        display: block !important;
        width: 100% !important;
        font-size: 18px !important;
        background-color: #635a55 !important;
        background-image: none !important;
        height: auto !important;
        line-height: 1 !important;
    }

    .close-dropdown-category {
        display: block;
        height: 50px;
        width: 40px;
        background-color: #49413e;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
    }

    .close-dropdown-category i {
        font-size: 22px;
        color: #fff;
        margin-top: 15px;
        transition: 0.3s !important;
    }

    .arrow-up i {
        transform: rotate(180deg) !important;
        transition: 0.3s !important;
    }

    .sub-dropdown-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        float: none !important;
    }

    .sub-dropdown-menu li {
        padding-left: 20px !important;
        background-color: #7f766e !important;
    }

    .sub-dropdown-menu li a {
        background-color: #7f766e !important;
        background-image: none !important;
        font-size: 16px !important;
    }




}

/*Mobile Slide */


.mobile-slider {
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .mobile-slider {
        display: block !important;
    }

    .list-simular-product {
        display: none !important;
    }


}

.mobile-slide-item {
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.slick-prev {
    position: absolute;
    top: -92px;
    right: 70px;
    z-index: 99;
    cursor: pointer;
    height: 36px;
    width: 36px;
    background: #6d645e;
    border-radius: 100%;
}

.slick-next {
    position: absolute;
    top: -92px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    height: 36px;
    width: 36px;
    background: #6d645e;
    border-radius: 100%;
}

.slick-prev img {
    width: 12px;
    margin-top: 9px;
    margin-left: 10px;
}

.slick-next img {
    width: 12px;
    margin-top: 9px;
    margin-left: 13px;
}


/*Articles page */


.filter-mobile {
    display: none;
}

.filter-head {
    display: none;
}

.nav-mob-specification {
    display: none;
}



.slider-mob {
    display: none;
}

.mob-title-category {
    display: none;
}

@media only screen and (max-width: 767px) {

    .header-login-links {
        z-index: 88;
    }

    .login-text {
        height: 50px !important;
        margin-bottom: 20px !important;
        max-width: 40% !important;
        margin-left: 10% !important;
    }


    #form-modal {
        text-align: center;
    }

    .none-mob {
        display: none;
    }

    .mob-title-category {
        display: block;
    }

    .mob-title-category span {
        font-weight: 400;
    }


    .mob-title-category .kratki-opis {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        font-weight: 300;
    }

    .slider-mob {
        display: block;
    }

    .slider-main {
        display: none;
    }

    #login-wrap {
        width: 90% !important;
    }

    #login-wrap .reg-label {
        padding-right: 30px;
        font-size: 18px !important;
    }


    #all-articles {
        padding-top: 20px;
    }

    .articles-filter-side {
        background-color: #fff !important;
    }

    .filter-mobile {
        font-size: 18px;
        display: block;
        background-color: #ECECEC;
        width: 140px;
        padding: 5px 15px;
        margin-bottom: 20px;
    }

    .filter-mobile i {
        font-size: 16px;
        margin-left: 3px;
    }

    .filter-head {
        display: block;
        padding: 10px 20px;
        font-size: 20px;
        background-color: #fff;
        text-align: center;
    }

    .filter-close {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 22px;
        color: #6f6660;
    }

    .filter-holder {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        overflow: auto;
        z-index: 999;
        background-color: #ececec;
        -webkit-box-shadow: 6px 10px 30px -11px rgba(0,0,0,0.5);
        -moz-box-shadow: 6px 10px 30px -11px rgba(0,0,0,0.5);
        box-shadow: 6px 10px 30px -11px rgba(0,0,0,0.5);
    }

    .active-filter-mobile {
        left: 0;
        transition: 0.5s;
    }

    .list-grid-wrap {
        display: block;
        text-align: left;
        padding: 0;
    }

    .legend-wrap {
        text-align: center;
        display: block;
        float: none;
        margin-left: 15px;
    }

    .legend-wrap h4{
        margin-left: 0;
        margin-right: 15px;
        font-size: 21px;
    }

    .articles-box {
        float: none !important;
    }

    .articles-box .article-wrap{
        width: 220px;
        position: relative;
    }

    .article-wrap .status {
        right: 0px;

    }

    .article-wrap .status_voucher {
        right: 0px;

    }

    /*home page */

    .category-name {
        text-align: center;
    }

    .more-articles {
        text-align: center !important;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    #products-category .category-name img {.quantity
        margin-top: -10px !important;
    }

    /*Category article */

    #all-articles ul {
        width: 100% !important;
    }

    .categoryMenu {
        position: relative;
    }

    .categoryMenu .filter-brands {
        margin-left: 0 !important;
        top: 40px !important;
    }

    .categoryMenu > li {
        display: block;
        float: none;
        position: relative;
        width: 100% !important;
        margin-bottom: 10px;
        padding: 5px 0;
    }

    .categoryMenu a {
        width: 100%;
    }

    .categorySubmenu.breadcrubs {
        left: 0 !important;
        top: 40px !important;
    }

    .categorySubmenu.breadcrumbs1 {
        left: 0 !important;
        top: 40px !important;
    }

    .categorySubmenu.breadcrumbs2 {
        left: 0 !important;
        top: 40px !important;
    }

    /*Pagination */

    .pagination {
        text-align: center;
        margin-bottom: 40px !important;
    }

    .pagination li {
        display: inline-block;
        margin: 0 3px;
    }

    .pagination-mobile {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 3px;
        font-size: 16px;
    }

    .pagination-mobile a {
        width: 100%;
    }

    .filterPreview {
        float: none !important;
    }

    /*Single product */

    .product-gallery {

    }

    .slider-position1 {
        display: block !important;
        position: relative !important;
        text-align: left;
        top:5px;
        left: -27px;
    }

    .slider-position-holder {
        display: block !important;
        top: initial !important;
        left: -12px;
        position: relative !important;
        z-index: 1 !important;

    }

    .slider-position2 {
        display: inline-block !important;
        width: 32%;
    }

    .slider-position2 img {
        width: 130px;
    }

    .slider-position3 {
        display: inline-block !important;
        width: 32%;
    }

    .slider-position3 img {
        width: 130px;
    }

    .slider-position4 {
        display: inline-block !important;
        margin-right: 0 !important;
        float: none !important;
        width: 32%;
    }

    .slider-position4 img {
        width: 130px;
    }

    #carousel-product {
        margin-top: 10px;
    }

    #carousel-product .carousel-inner {
        width: 100% !important;
    }

    .carousel-indicators {
        width: 100% !important;
        text-align: center !important;
        margin-top: 20px !important;
        left: 0 !important;
        margin-left: 0 !important;

    }

    .carousel-indicators li{
        margin: 5px !important;
        display: inline-block !important;
    }

    #product-preview .product-gallery {
        margin: 0 !important;
    }

    #addToCart {
        margin-top: 20px !important;

    }

    .quantity {
        text-align: center !important;
        width: 100% !important;
        margin: 20px 0px !important;
        float: none !important;
        display: inline-block;

    }

    #addToCart .item_add {
        float: none !important;
        margin: 0 auto !important;
        display: block !important;
    }

    #product-preview .product-description .cms-list {
        padding-top: 30px !important;
    }

    .product-description .info-list li span{
        font-size: 14px !important;
    }

    .product-description .readmore-js-expanded {

    }

    #product-tabs {
        margin-top: 0 !important;
    }

    .nav-pills li a {
        font-size: 14px !important;
        padding: 10px 13px !important;
    }

    #product-tabs table tr td {
        font-size: 13px;
    }

    #compare-box {
        width: 100%;
        margin: 20px auto !important;
    }

    #product-tabs table {
        margin-top: 10px !important;
    }

    .container-cart .quantity-wrap input{
        margin-left: -2px !important;
    }


    #product-tabs .col-md-10 {
       padding: 0 !important;
    }

    .povezani-proizvodi {
        padding: 0 !important;
        margin-top: 20px;
    }


    #products-category .brand-products .single-brand-product {
        height: auto !important;
        margin: 15px 0px !important;
    }

    /*Specification */

    .tab-pane {
        opacity: 1 !important;
        display: block;
        width: 100% !important;
    }

    .nav-specification {
        display: none;
        margin-top: -20px;
    }

    .nav-mob-specification {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #6f6660;
        margin-top: 10px;
        color: #fff !important;
        padding-left: 30px;
        font-size: 18px;
        position: relative;
    }


    .nav-mob-specification .fa-plus {
        position: absolute;
        right: 10px;
        top: 12px;
    }

    .nav-mob-specification .fa-minus {
        position: absolute;
        right: 10px;
        top: 12px;
        display: none;
    }

    .open-spec .fa-plus {
        display: none;
    }

    .open-spec .fa-minus {
        display: inline-block;
    }





    /*footer*/

    footer {
        margin-top: 20px !important;
    }
}


@media only screen and (max-width: 359px) {
    .nav-pills li a {
        font-size: 13px !important;
        padding: 10px 10px !important;
    }

    .legend-wrap {
        text-align: center;
        display: block;
        float: none;
        margin-left: 8px;
    }

    .legend-wrap h4{
        margin-left: 0;
        margin-right: 8px;
        font-size: 20px;
    }
}


#all-articles {
    min-height: 526px;
}

.clear {
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}

.ribbon-percent {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 48px;
    overflow: hidden;
    text-align: right;
}

.ribbon-percent em{
    display: inline-block;
    position: absolute;
    top: -6px;
    right: -32px;
    text-align: center;
    width: 86px;
    padding: 16px 0 2px 0;
    background-color: #d71b1d;
    color: #fff;
    transform: rotate(45deg);
    font-size: 12px;
    font-style: normal !important;
    /*font-weight: bold;*/
}

.ribbon-percent em:after {
    position: absolute;
    width: 100px;
    height: 30px;
    text-align: center;
    color: #fff;
}

.ribbon-percent em:hover {

}
.article-wrap-list .ribbon-percent{
    display: none;
}

.single-percent {
    text-align: right;
    padding-top: 6px;
}

.single-percent span {
    display: inline-block;
    background-color: red;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 0;
    width: 104px;
    text-transform: uppercase;
    text-align: center;
}

.empty-filed {
    max-width: 1110px;
    margin: 0 auto;
    padding: 130px 0;
    text-align: center;
}

.empty-filed h2 {
    /*text-align: left;*/
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.empty-filed img {
    max-width: 300px;
}

.footer-links {

}

.footer-links li {
    display: block;
    margin-bottom: 5px;
}

.footer-links li a {
    color: #c4c4c4;
    font-size: 15px;
}

.footer-links li a:hover {
    color: #fff;
}

.footer-logo {
    display: block;
    max-width: 200px;
    padding-top: 60px;
}

.footer-logo img {
    width: 100%;
}

@media only screen and (max-width: 1279px) {
    .video-wrap {
        margin-top: 20px;
    }


}


@media only screen and (max-width: 767px) {
    .footer-logo {
        padding-top: 0;
        margin-bottom: 20px;
    }
    .single-percent {
        padding-top: 0;
        margin-top: -3px;
    }
    .footer-title{
        margin-top: 20px !important;
    }

    #compare-box .single-compare {
        margin-top: 20px;
    }

}
/* Price lock hidden price */
 .price-lock {
     background-color: #eeeeee;
     color: #252525;
     padding: 12px 14px;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     font-size: 14px;
     font-weight: 500;
     border-left: 5px solid #2a4cb2;
     box-shadow: 0 6px 14px rgba(2, 2, 2, 0.12);
     gap: 10px;
     width: 100%;
     box-sizing: border-box;
     max-width: 100%;
     white-space: normal;
 }

.price-lock i {
    color: #2a4cb2;
    font-size: 18px;
    flex-shrink: 0;
}

.price-lock span {
    display: inline-block;
    word-break: break-word;
}

.price-lock strong {
    color: #000;
}


