#notfound {
  position: relative;
  min-height: 450px;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

#block-404__button {
    padding: 5px 45px;
    text-transform: uppercase;
}

.menu-wrap-language .lang{
    width: 40px;
    height: auto;
}

.success-div{
    display: flex;
    align-items: center;
    gap: 12px;
}

.karticaInfo{
    padding: 25px 35px;
    border: 1px solid #ededed;
    margin-top: 20px;
    background: #c3005203;
    border-radius: 20px;
}

.karticaInfo input{
    border: 1px solid;
    height: 35px;
}

@media only screen and (max-width: 991px) {
    header .content-line.navbar-fixed-top{
        padding-top: 30px;
    }

    .headerScroll{
        margin-top: 0 !important;
        padding: 0;
        overflow: hidden;
    }

    .headerScroll > div{
        text-align: center;
        background: #bc3f4a;
        height: 40px;
        float: unset!important;
    }

    .headerScroll > div > ul{
        height: 40px;
        display: flex;
        align-items: center;
    }

    .headerScroll > div > ul > li{
        animation: ticker 15s infinite linear;
        -webkit-animation: ticker 15s infinite linear;
        color: #ffffff;
        font-weight: 800;
    }
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h2 {
    font-size: 16px;
  }

}

.validation_errors .span_error {
    color: #d50000;
    text-align: right;
    text-transform: none;
}

a.logout-button, .btn-black:visited, .btn-black {
    color: white!important
}

header .top ul.main .account {
    width: auto
}

.pagination {
  display: inline-block;
  margin-top: 10px; 
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}
.pagination span {
  color: #666;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  background-color: #eee;
}

.pagination a.active, .pagination span.active {
  background-color: #333;
  color: white;
  border: 1px solid #222;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.sort-active {
    font-family: 'EncodeSans-Bold',sans-serif!important;
}

.menu-content .border{
    border: transparent!important;
}

.menu .menu-content .item.border{
    border-bottom: 1px solid #2b2b2b!important;
}

.menu-wrap-language {
    display: none;
    position: absolute;
    top: 20px;
    width: 84px;
    background-color: white;
    float: right;
    right: 10px;
    left: auto;
    font-size: 0.8125rem;
    border: 1px solid #CECECE;
    z-index: 999;
    padding: 5px;
}
.menu-wrap-language.visible {
    display: flex;
    justify-content: space-around;
    gap: 6px;
}
.menu-wrap-language a {
    display: block;
}

.desk .langMne{
    width: 36px;
    height: auto;
}
.desk .langEn{
    width: 30px;
    padding-top: 2px;
}

.mobile_lang{
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.mobile_lang .langEn{
    width: 42px;
    height: auto;
}

.mobile_lang .langMne{
    width: 46px;
}


.mobile_lang .menu-wrap-language {
   
    top: 20px;
    width: 100px;
    background-color: white;
    float: right;
    left: 0px;
    right: initial!important;
    font-size: 1rem;
    border: 1px solid #CECECE;
    z-index: 999;
    padding: 5px;
}

footer .placanje{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

footer .placanje img{
    height: 44px;
    width: auto;
}

.mobH .lng{
    padding-top: 13px;
    padding-left: 8px;
    width: 34px;
}

.mobH .lng.mne{
    width: 36px;
}

li.btn-cart a{
    padding: 5px 0 5px 7px;
}

li.btn-wishlist a{
    padding: 7px 2px 0 0;
}

header .content-line .right-items ul li .fa-user{
    font-size: 1.5rem;
}

.viberBadge{
    position: fixed;
    right: 15px;
    bottom: 20px;
}

.viberBadge img{
    height: 55px;
    width: auto;
}

.modalMain.act{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #edededad;
    z-index: 999;
    display: flex;
    padding-left: 150px;
    align-items: center;
}

.modalMain.act img{
    width: auto;
    height: 100%;
    max-height: 300px;
}

.modalMain.act .position-relative .closePop{
    position: absolute;
    right: 0;
    background: #fff;
    padding: 5px 10px;
    font-weight: 800;
    cursor: pointer;
    top: 0;
    z-index: 999;
}

@media only screen and (max-width: 500px) {

    .modalMain.act{
        padding-left: 0;
        justify-content: center;
    }

    .modalMain.act .position-relative{
        max-width: 90%;
        width: 100%;
    }


    .viberBadge{
        right: 13px;
    }

    .viberBadge img{
        height: 50px;
    }

    .content-contact-us .p-left-30{
        padding-left: 5px;
    }

    header .content-line .left-items-mobile .fa-burger{
        margin-left: -5px;
    }

    footer .placanje img{
        height: 40px;
    }

    header .content-line .right-items ul li .fa-shopping-bag-full{
        font-size: 1.7rem;
    }

    li.btn-cart a .nb-items{
        margin-left: -24px;
    }
}

.brRed  {
    border: 1px solid #c30052 !important;
    padding: 2px 8px !important;
    color: #c30052;
    margin-top: -3px;
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.brRed img{
    width: 14px;
    height: auto;
}

.brRed a{
    color: white !important;
}
li.brRed {
    background: #c30052 !important;
}

@-webkit-keyframes ticker {
    0% { transform:translateX(15); }
    100% { transform:translateX(-150%); }
}
@keyframes ticker {
    0% { transform:translateX(100%) }
    100% { transform:translateX(-200%) }
}

.collection-box-container a.product-link .product-name, .product-box-container a.product-link .product-name{
    height: 35px;
}

.breadcrumb li.home{
    height: 18px;
    width: 18px;
}

.breadcrumb li.home img{
    height: 20px;
    width: auto;
}

.deskL{
    width: 33px;
    height: auto;
}

.langEn.deskL{
    width: 28px;
}