/* - FIX - */

.modal .form-group-checklabel .validation-errors-list {
    top: 4px;
    left: 215px;
}

/* - Hide favorite and user block - */

.cc-glo .header .user,
.cc-glo .nav-main-useractions,
.cc-glo .product-favorite,
.cc-glo .header-favorite.header-favorite-simple,
.cc-glo .product .item .caption-icons .favorite,
.cc-glo .cart .cart-address .users-buttons,
.cc-glo #miniCartContent,
.cc-rus .header .user,
.cc-rus .nav-main-useractions,
.cc-rus .product-favorite,
.cc-rus .header-favorite.header-favorite-simple,
.cc-rus .product .item .caption-icons .favorite,
.cc-rus #miniCartContent,
.cc-rus .cart .cart-address .users-buttons {
    display: none !important;
}

.cc-glo .products-detail-wrapper .product-compare,
.cc-rus .products-detail-wrapper .product-compare {
    margin-left: 0 !important;
}

/* Header top */
.header-top {
    background: #ffffff;
    z-index: 99999;
}

.header-top p, .header-top span, .header-top a{
    color: #231F20;
}

.header-cart a{
    color: #ffffff;
}

.handlines-sldier{
    margin-bottom: 0;
    height: 30px;
}

.header-top .handlines-sldier .item{
    color: #231F20;
}

.header-top .nav.nav-simple > li.item-fast-login{
    display: none;
}
.header-top .nav.nav-simple > li {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.nav.nav-simple > li img{
    max-width: 25px;
    vertical-align: middle;
}

.header-top .quick-links .nav.nav-simple > li:first-of-type{
    padding-right: 0;
}

.header-top .nav.nav-simple > li.item-fast-login {
    position: fixed;
    right: 0;
    top: 30px;
}
.header{
    background: #ffffff;
}
.header .user {
    width: calc(100% - 130px);
}

.header .user > .nav {
    text-align: right;
}

.header-top .user .nav.nav-simple > li.item-username {
    max-width: 100%;
    max-width: 150px;
}

.header-top .user .nav.nav-simple > li.item-username a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.user .item.item-fast-login input {
    font-size: 11px;
    padding: 0 5px;
    width: 145px;
}

.header-cart {
    height: 30px;
    width: 70px;
    background: #e82128;
    text-align: center;
}

.mini-cart.mini-cart-simple {
    margin: auto;
    float: none;
}

.mini-cart.mini-cart-simple .icon-wrapper {
    font-size: 19px;
}

.header-cart .mini-cart.mini-cart-circle-top-right .icon-wrapper .description {
    display: none;
}
.mini-cart.mini-cart-simple .header-carthor-total {
    font-size: 12px;
    margin-left: 3px;
}

.header-favorite.header-favorite-simple {
    padding: 0 20px 0 10px;
}

.header-favorite.header-favorite-simple .icon-wrapper i {
    font-size: 15px;
    vertical-align: text-top;
}

.handlines-sldier .title {
    font-size: 13px;
    font-weight: 500;
}

.header-cart-item .heading-wrapper .title span {
    color: #000000;
}

.header-cart-item .footer-wrapper .btn {
    float: left;
    margin: 0 0 10px;
}

.header-cart-item .footer-wrapper .subtitle {
    display: none;
}

.header-cart-item .footer-wrapper .total-price{
    color: #000000;
    font-weight: 700;
}

.header-cart-item .heading-wrapper i{
    display: none;
}


/* Header contant */
.header .logo {
    padding: 21px 15px 10px;
    display: inline-block;
    background: #ffffff;
}

.grid-slider.intro-slider {
    margin: 31px auto;
    height: 38px;
}
/*.grid-slider.intro-slider .item:first-child .img-wrapper{*/
/*    vertical-align: super;*/
/*    top: -2px;*/
/*}*/
.grid-slider.intro-slider .item:before {
    background: #d2d2d2;
    height: 26px;
    width: 1px;
    left: 0;
    top: calc(50% - 13px);
}

.grid-slider.intro-slider .item:last-child:after {
    content: none;
}

.grid-slider.intro-slider .item .img-wrapper {
    vertical-align: text-bottom;
}

.grid-slider.intro-slider .item .img-wrapper img {
    height: auto;
    margin-right: 10px;
}

.grid-slider.intro-slider .item .content {
    display: inline-block;
}

.grid-slider.intro-slider .text-wrapper {
    text-align: left;
}

.grid-slider.intro-slider .text-wrapper .title,
.grid-slider.intro-slider .text-wrapper .description p ,
.grid-slider.intro-slider .text-wrapper .description a {
    line-height: 17px;
    font-weight: 600;
    color: #000000;
    text-transform: none;
    margin: 0;
}

.grid-slider.intro-slider .text-wrapper .description p {
    font-size: 12px;
    font-weight: 400;
}

/* Navigation */
.nav-main-wrapper {
    background: #ffffff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    z-index: 9999 !important;
}

.nav-main > li > a {
    color: #333333;
    padding: 11px 27px;
}

.nav-main > li.orange > a {
    color: #d01c24;
}

.nav-main > li > a > i.icon-caret-down {
    display: none;
}

.nav-main > li.has-bg.home-icon {
    margin: 0 15px 0 0;
}

.nav-main > li.has-bg.home-icon a {
    display: block;
    padding: 0;
    width: 32px;
    height: 44px;
}

.nav-main > li.has-bg.home-icon span {
    display: none;
}

.nav-main > li.has-bg.home-icon img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-main > li > a:hover,
.nav-main > li.active > a {
    background: transparent;
}

.nav-main > li > a:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    background: #333333;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-main > li > a:hover:after,
.nav-main > li.active > a:after {
    height: 3px;
}

.nav-main-submenu-wrapper {
    background: #ffffff;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
}

.level4 .nav-main-submenu {
    padding: 15px 0;
}

.level4 .nav-main-submenu-wrapper .container {
    padding: 0;
}

.nav-main-dropdown-wrapper {
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    border: 1px solid #eaeaea;
}

.level4 .nav-main-submenu .nav-main-dropdown-wrapper {
    left: 238px;
    border: none;
    background: transparent;
    min-height: 100%;
    z-index: 1;
}

.level4 .nav-main-submenu .nav-main-dropdown-wrapper .nav-main-dropdown {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
}

.level4 .nav-main-submenu .nav-main-dropdown-wrapper .nav-main-dropdown-item ul li.title {
    font-weight: 600;
    margin-top: 5px;
}

.nav-main-dropdown h5,
.nav-main-dropdown li > a {
    padding: 5px 0;
    line-height: 14px;
    font-size: 14px;
    border: none;
    color: #333333;
}
.level3 .nav-main-submenu > li > a:hover,
.level4 .nav-main-submenu > li > a:hover{
    color: #000000;
}
.level4 .nav-main-submenu > li > a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 3px;
    background-color: #cb1c24;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
.level4 .nav-main-submenu > li > a:hover:before,
.level4 .nav-main-submenu > li.active > a:before {
    opacity: 1;
    height: 100%;
}
.nav-main-dropdown h5 {
    font-weight: 700;
}
.nav-main-dropdown li > a:hover {
    color: #cb1c24;
    text-decoration: underline;
}
.nav-main-dropdown .slider-arrow i {
    background: transparent;
    margin: 0 !important;
    font-size: 25px;
    padding: 0;
}

.nav-main-submenu .nav-main-dropdown-inner {
    padding: 25px 20px;
}

.nav-main-dropdown-inner .heading-wrapper-inline {
    border: none;
}

.nav-main-dropdown-item {
    padding-left: 20px;
}

.nav-main-dropdown-item .heading-wrapper-inline {
    margin: 0;
    border: none;
}

.level4 .nav-main-submenu > li {
    height: auto;
    min-height: 32px;
}

.level4 .nav-main-submenu > li > a {
    color: #5f5f5f;
    font-size: 14px;
    padding: 0 15px 0 25px;
    border: 1px solid transparent;
    border-width: 1px 0;
    position: relative;
}

.level4 .nav-main-submenu > li.active > a,
.level4 .nav-main-submenu > li > a:hover {
    border: 1px solid #eaeaea;
    border-width: 1px 0;
    margin-right: -1px;
    z-index: 1;
}

.level4 .nav-main-submenu > li > a > i {
    display: none;
}

.level4 .nav-main-submenu > li > a > h5 {
    font-weight: 400;
    line-height: 20px;
    padding: 6px 0;
}


/* handlines sldier */
.handlines-sldier-wrapper {
    display: block;
    width: 100%;
    min-height: 30px;
}
.handlines-sldier-wrapper .handlines-sldier {
    background: #ed1b24;
    top: 0;
    left: 0;
    width: 100%;
    position: static;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header.fixed .handlines-sldier-wrapper .handlines-sldier {
    position: fixed;
    top: 75px;
}

.handlines-sldier-wrapper .handlines-sldier .item {
    line-height: 30px;
    font-size: 16px;
}
.handlines-sldier-wrapper .handlines-sldier .item .title{
    line-height: 30px;
    font-size: 16px;
}

    /* Autocomplete button */
.autocomplete-button.autocomplete-button-simple {
    color: #6b6b6b;
    padding: 11px 22px;
    background: #f6f6f6;
    width: 350px;
    text-align: left;
    font-size: 12px;
}

.autocomplete-button.autocomplete-button-simple i {
    position: absolute;
    top: -1px;
    right: 0;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #e82128;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.autocomplete-button.autocomplete-button-simple i:hover {
    background: #231f20;
}
.autocomplete-close{
    background-color: #e82128;
    padding: 15px 19px;
    color: #ffffff;
}
.autocomplete-close i:before{
    font-size: 30px;
}
.autocomplete-close:hover{
    background-color: #333333;
    color: #ffffff;
}

/*Search results*/
.autocomplete-input{
    font-size: 14px;
}
.autocomplete{
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}
.autocomplete-results .img-wrapper,
.products-list-simple .product-item-image img{
    border: 0;
}
.autocomplete-results .product-item .img-wrapper{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.6s;
}
.autocomplete-results .product-item:hover .img-wrapper{
    border-bottom: 1px solid #ED1C24;
}
.autocomplete-results .product-code{
    display: none;
}
.products-list-simple .product-category {
    margin: 0;
    font-size: 13px;
    color: #808080;
    text-transform: uppercase;
    line-height: 13px;
    text-align: center;
    height: 26px;
    overflow: hidden;
}
.autocomplete-results .product-title{
    color: #333333;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    height: 38px;
}
.products-list-simple .product-price {
    font-weight: 600;
    color: #000000;
    font-size: 17px;
    margin-top: 5px;
    line-height: 1;
    margin-bottom: 0;
    padding-right: 10px;
    text-align: center;
}
.products-list-simple .product-prev-price {
    margin-top: 0;
    padding-right: 10px;
    text-align: center;
    font-size: 13px;
    color: #808080;
    text-decoration: line-through;
}
.search-sugest .product-prices {
    height: 60px;
}
.article-autosuggest .item .content .text-wrapper .title a {
    font-size: 14px;
}
.article-autosuggest .item .text-wrapper .title {
    margin-top: 0;
}
.sugest-show-all{
    padding-top: 10px;
    bottom: auto;
    position: relative;
    right: auto;
    top: -38px;
    display: block !important;
    left: -10px;
    text-align: right;
}
.product .item .caption-brand{
    right: 5px;
    left: auto;
}
/*Search results End*/


/*Main slider*/
.mainSliderVideo {
    min-height: 200px;
}

.main-slider.slider .slider-arrows .slider-prev,
.main-slider.slider .slider-arrows .slider-next{
    height: 70px;
    width: 40px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    padding: 0;
    line-height: 75px;
    color: #ffffff;
}
.main-slider.slider .slider-arrows .slick-arrow i{
    color: #ffffff;
}
.slider .slider-arrows .slider-next i:before {
    content: "\f0da";
}
.slider .slider-arrows .slider-prev i:before {
    content: "\f0d9";
}
.slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 2px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slider .slick-dots li button {
    line-height: 0;
    display: block;
    width: 40px;
    height: 2px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slider .slick-dots li button:before {
    line-height: 17px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 2px;
    background:#808080;
    content: "";
    text-align: center;
    color: #000000;
    border-radius:0%;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition:all 0.15s;
}

.slider .slick-dots li.slick-active button:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 40px;
    height: 2px;
    background: #ffffff;
}
.main-slider-menu-wrapper{
    position: relative;
}
.quick-links.nav-slider_menu{
    position: absolute;
    bottom: 30px;
    left: 253px;
}
.quick-links.nav-slider_menu li.item a{
    padding: 10px 20px 10px 30px;
    color: #ffffff;
    font-size: 14px;
}
.quick-links.nav-slider_menu li:hover{
    background: #000000;
}
.quick-links.nav-slider_menu{
    padding: 20px 0;
    background: rgba(0,0,0,0.5);
    width: 240px;
}
.main-slider .slick-slide img{
    margin: auto;
}
/*Main slider End*/


/*Product slider*/
.top-arrows .slider-arrow i{
    color: #606060;
    font-size: 15px;
    line-height: 24px;
    vertical-align: super;

}
.top-arrows .slider-arrow:hover{
    opacity: 1;
    border: 1px solid #bebebe;
}
.top-arrows .slider-arrow{
    border: 1px solid transparent;
    line-height: 25px;
    border-radius: 0%;
    height: 25px;
    width: 25px;
    text-align: center;
    font-size: 12px;
    padding: 0;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.top-arrows .slider-arrow.slider-prev{
    margin-right: 10px;
    padding-right: 1px;
}
.top-arrows .slider-arrow.slider-next{
    padding-left: 1px;
}

.product-slider .heading-wrapper .title h2{
    font-size: 20px;
    color: #333333;
}
.product-slider .heading-wrapper{
    margin-bottom: 30px;
}
.heading-wrapper.heading-wrapper-bordered:before{
    bottom: -10px;
}
.top-arrows .slider-navigation-absolute{
    position: absolute;
    width: auto;
    left: auto;
    right: 0;
    top: 0px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}


.product .item .bottom-btn-wrapper{
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.product .item .bottom-btn-wrapper .quick-view{
    width: calc(100% - 10px);
    min-width: 160px;
    font-size: 14px;
    background: #231f20;
    color: #ffFFFF;
    border: 1px solid #231f20;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.product .item .bottom-btn-wrapper .quick-view:hover{
    background: #000000;
}

.product .item .caption-icons {
    width: 100%;
    right: 0;
    bottom: -13px;
    text-align: center;
    height: 22px;
}
.product .item .caption-icons:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 9px;
    width: 100px;
    height: 1px;
    background: #ffffff;
    z-index: -1;
    transform: translateX(-50%);
    opacity: 0;
}
.product .item:hover .caption-icons:after {
    opacity: 1;
}
.product .item .caption-icons .quick-view,
.product .item .caption-icons .favorite{
    display: inline-block;
    padding: 0 5px;
}

.product .item.grid-view .img-wrapper,
.product .item .img-wrapper{
    border-bottom: 1px solid transparent;
    margin-bottom: 15px;
}
.product .item.grid-view:hover .img-wrapper,
.product .item:hover .img-wrapper{
    border-bottom: 1px solid #c4c4c4;
}
.product .item .caption-icons .icon{
    color: #606060;
}
.product .item .caption-icons .icon:hover{
    color: #000000;
}
.product .item:hover .img-overlay{
    opacity: 0;
}
.product-item .img-wrapper .btn-wrapper{
    display: none;
}
.product .item .caption-icons .quick-view .icon:before {
    content: url(../../images/core/brzi_pregled.png);
}
.product .item .caption-icons .favorite .icon:before {
    content: url(../../images/core/fav.png);
}
.product .item .caption-icons .favorite.active .icon:before {
    content: url(../../images/core/omiljeno_hover.png);
}
.product .item .caption-icons .product-compare .icon:before {
    content: url(../../images/core/uporedi.png);
}
.product .item .caption-icons .favorite.active:after{
    content: '';
    position: absolute;
    width: 50px;
    top: calc(50% - 3px);
    transform: translate(-50%, 0%);
    height: 3px;
    background: #fff;
    z-index: -1;
}
.product .item .caption-icons .quick-view,
.product .item .caption-icons .favorite{
    display: none;
}
.product .item:hover .caption-icons .quick-view,
.product .item:hover .caption-icons .favorite{
    display: inline-block;
}
.product .item .caption-icons .favorite.active{
    display: inline-block;
}
.category-wrapper span.code{
    display: none;
}
.product .item .text-wrapper .category-wrapper{
    text-align: center;
    height: 30px;
    overflow: hidden;
}
.product .item .text-wrapper .category-wrapper a{
    color: #808080;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 13px;
}
.product .item .text-wrapper .title{
    height: 36px;
}
.product .item .text-wrapper .title a{
    color: #333333;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
}
.product .item .text-wrapper .prices-wrapper{
    text-align: center;
}
.product .item .text-wrapper .prices-wrapper .current-price,
.product .item .text-wrapper .prices-wrapper .current-price.price-with-discount {
    font-weight: 600;
    color: #000000;
    font-size: 17px;
}
.product .item .text-wrapper .prices-wrapper .prev-price{
    font-size: 13px;
    color: #808080;
}
.product .item .bottom-btn-wrapper .quick-view i:before{
    content: url(../../images/core/korpa_dugme.png);
    vertical-align: middle;
}
.product .item .options-wrapper {
    border: none !important;
    display: none;
}
.product .item .caption-discount{
    background: transparent url('../../images/core/discount.png');
    background-size: contain;
    border-radius: 0;
    line-height: 32px;
}
.popover-title {
    background: #000000;
    color: #ffffff;
}
.popover.bottom>.arrow:after {
    border-bottom-color: #000000;
}
/*Product slider End*/

/* Top category grid */
.topcategoryes-slider.grid-slider .item .text-wrapper {
    height: 50px;
    display: table;
    width: 100%;
    margin: 0 0 20px;
}

.topcategoryes-slider.grid-slider .item .text-wrapper a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.topcategoryes-slider.grid-slider .text-wrapper .title {
    font-size: 18px;
    margin: 0;
}
/* Top category grid End */

/*Categories slider*/
.categoryes-slider .heading-wrapper.heading-wrapper-bordered{
    margin-bottom: 40px;
}
.categoryes-slider.grid-slider .text-wrapper .title{
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #333333;
    font-weight: 500;
}
.categoryes-slider.grid-slider .text-wrapper .description{
    display: none;
}
/*Categories slider End*/


/*Footer*/
.footer-wrapper{
    padding-bottom: 0!important;
    background: #000000;
}
.newsletter .description{
    display: none;
}

.footer-wrapper a{
    color: #ffffff;
}
.footer .nav.items-wrapper .item a{
    position: relative;
    display: inline-block;
}
.footer .nav.items-wrapper .item a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #ffffff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.footer .nav.items-wrapper .item a:hover {
    color: #ffffff;
    background: transparent;
}
.footer .nav.items-wrapper .item a:hover:before{
    width: 100%;
}

footer .company-info .item.item-site-phone .title{
    display: none;
}
footer .company-info .item.item-site-address .title{
    display: none;
}
footer .company-info .item.item-site-email .title{
    display: none;
}
.footer-bottom{
    background: #000000;
}
.payment-card {
    background: #000000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 0 10px;
}
.payment-card .items-wrapper {
    display: inline-block;
    border-bottom: 1px solid #4a4a4a;
    padding: 10px 0 10px;
}
.disclaimer, .copyright {
    border-top: 0px solid #3f404e;
    text-align: center;
    color: #9c9c9c;
    display: block;
    font-size: 12px;
    line-height: 15px;
}
.footer .newsletter {
    margin-bottom: 20px;
    margin-top: 40px;
}
.newsletter .btn-wrapper .btn{
    color: #ffffff;
    text-transform: none;
    background: #d01c24;
    font-weight: 400;
}
.newsletter .form-group input{
    border: 1px solid #9d9d9d;
    color: #808080;
    background: #ffffff;
    font-size: 12px;
}
.footer .newsletter .validation-errors-list{
    top: 20px;
}
.footer .newsletter .newsletter-form .alert{
    position: static;
}
.copyright {
    padding-bottom: 20px;
}
.footer-body{
    background: url("../../images/core/footer_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
}
.footer {
    padding: 65px 0 25px;
}
.scroll-to-top{
    background: #231f20;
    border: 1px solid #ffffff;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    display: none;
}
.scroll-to-top .fa:before{
    content: "\f0d8";
}
.scroll-to-top:hover{
    opacity: 0.5;
}
.footer .logo {
    margin-top: 10px;
    margin-bottom: 20px;
}
.company-info .item i, .company-info .item span.content{
    display: inline-block;
}
.footer .company-info .content{
    width: calc(100% - 20px)
}
.company-info .item span.title{
    display: inline-block;
}
.page .company-info .item i{
    float: left;
    margin-top: 5px;
}
.footer .footer_catalog_download-slider .item{
    width: 100%;
}
.footer .footer_catalog_download-slider .item .content{
    color: #ffffff;
    text-transform: none;
    background: #d01c24;
    font-weight: 400;
    line-height: 22px;
    padding: 6px 25px;
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.footer-wrapper a:visited{
    color: #Ffffff;
}
.footer .footer_catalog_download-slider .item .content a{
    font-size: 12px;
}
.footer .nav.items-wrapper .item.item-site-padding-left,
.page .company-info .item.item-site-bank-name,
.page .company-info .item.item-site-business-code,
.page .company-info .item.item-site-pib,
.page .company-info .item.item-site-company-identification-number,
.page .company-info .item.item-site-working-hours,
.footer .nav.items-wrapper .item.item-site-padding-left{
    padding-left: 20px;
}
.social-icon .item{
    border: 1px solid #8D8B8B;
}
.social-icon .item:hover{
    border: 1px solid #ffffff;
    filter: brightness(0) invert(1);
}
.social-icon .item a:hover {
    opacity: 1;
    filter: brightness(0) invert(1);
}
.items-slider-with-thumbs .item .img-wrapper{
    padding: 0;
}
.items-slider-with-thumbs .main-items-slider .item .text-wrapper .title{
    text-align: center;
    font-weight: 600;
}
.items-slider-with-thumbs .main-items-slider .item .text-wrapper{
    font-weight: 500;
    line-height: 25px;
}
.items-slider-with-thumbs .main-items-slider .item .content{
    text-align: center;
    background: url('../../images/core/blok_primena_texture.jpg');
}
.items-slider-with-thumbs .btn-wrapper .btn{
    border: 1px solid #000000;
    color: #000000;
}
.items-slider-with-thumbs .slider-navigation-absolute .slider-arrow{
    height: 40px;
    width: 40px;
    background: #606060;
    color: #ffffff;
    text-align: center;
    padding: 0;
    line-height: 42px;
    margin-left: 20px;
    margin-right: 20px;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.items-slider-with-thumbs .slider-navigation-absolute .slider-arrow:hover{
    opacity: 1;
}
.items-slider-with-thumbs .slider-navigation-absolute .slider-arrow.slider-prev{
    padding-right: 3px;
}
.items-slider-with-thumbs .slider-navigation-absolute .slider-arrow.slider-next{
    padding-left: 3px;
}
.items-slider-with-thumbs .slider-arrow i{
    color: #ffffff;
}
.thumds-wrapper .item:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #808080;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thumds-wrapper .item.slick-current:before{
    opacity: 0;
}
.thumds-wrapper .item:hover:before{
    opacity: 0.2;
}
/*Footer End*/

/*Modals*/
.modal.modal-email .title{
    color: #231f20;
    font-size: 17px;
    text-align: center;
}
.modal.modal-email .description{
    font-size: 13px;
    padding: 50px 0 30px;
}

/*Modals End*/

/*wall roller*/
.wall-wrapper{
    position: relative;

}

.footer-wrapper .wall-track{
    min-width: 140px;
    width: 140px;
    background: url('../../images/core/zid_trag.png');
    height: 120px;
    text-align: right;
    position: absolute;
    top: -80px;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -ms-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
}

.footer-wrapper:hover .wall-track{
    width: 100%;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -ms-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
}
.footer-wrapper .wall-track .roller{
    width: 144px;
    background: url('../../images/core/valjak.png') no-repeat;
    height: 120px;
    display: inline-block;
}
/*wall roller End*/

/*Product listing*/
.breadcrumbs a{
    color: #231F20;
}
.product-listing {
    margin-bottom: 40px;/*Jarac*/
}
.product-listing-intro .form-group label, .product-listing-intro .form-group span{
    color: #231F20;
}

.product-listing-intro .list-types-wrapper .item.item-list{
    display: none;
}

.product-listing-intro .list-types-wrapper .item i{
    color: #666666;
    opacity: 0.5;
}
.product-listing-intro .list-types-wrapper .item.active i, .product-listing-intro .list-types-wrapper .item:hover i{
    color: #666666;
    background: #ffffff;
    opacity: 1;
}
.product-listing .product-item:not(.list-view):hover {
    border: 1px solid transparent;
    z-index: 100;
}
.product .item.grid-view .img-wrapper, .product .item .img-wrapper{
    border: 1px solid transparent;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}
.product .item .img-wrapper .caption-icons .product-compare{
    display: inline-block;
}

.product .item .img-wrapper{
    overflow: visible;
}

.product-listing .product-item .img-wrapper .caption-icons i{
    color: #000000;
}
    /*Filters*/
.product-listing-filters .filter-group .filter-category-menu > ul{
    font-size: 14px;
}
.product-listing-filters .filter-group .filter-category-menu > ul > li.active > a,
.product-listing-filters .filter-group .filter-category-menu > ul > li:hover > a{
    color: #ed1c24;
}
.product-listing-filters .filter-group .filter-category-menu > ul > li > a{
    color: #333333;
    font-weight: 500;
}
.filter-group .headline-wrapper{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
.filter-group .title {
    color: #333333;
    font-weight: 600;
}
.filters-wrapper .headline-wrapper .icon{
    display: none;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #BBBBBB;
    top: 0;
    font-size: 20px;
}
.filters-wrapper .headline-wrapper .icon.active{
    display: inline-block;
}
.filters-wrapper .headline-wrapper .icon.icon-close:before{
    content: "\f107";
}
.filters-wrapper .headline-wrapper .icon.icon-open:before{
    content: "\f106";
}
.product-listing-filters .reset-tag-wrapper{
    display: none;
}
.limited-filters .filter-group{
    border-bottom: 0px solid transparent;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.limited-filters .filter-group .show-all-filters {
    color: #ed1c24;
}
.limited-filters .filter-group .show-all-filters:hover {
    color: #000000;
}
.form-group-checklabel label{
    color: #4d4d4d;
    font-weight: 500;
}
.filter-group .items-wrapper{
    border-bottom: 0px solid #d9d9d9;
}
.filter-group .items-wrapper .item.form-group-checklabel label:hover {
    color: #ed1c24;
}
.filter-group .btn-search{
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.filter-group .btn-search:hover,
.filter-group .btn-search:focus,
.filter-group .btn-search:active,
.filter-group .btn-search:focus:active{
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}
.selected-filters.tags{
    background: transparent;
}
.selected-filters.tags:before{
    background: transparent;
}
.tags .items-wrapper .item .text {
    font-size: 12px;
    height: 23px;
    line-height: 23px;
}
.tags .items-wrapper .item{
    border-radius: 0;
    background: #ffffff;
    color: #231F20;
    border: 1px solid #e1e1e1;
}
.tags .items-wrapper .item:hover{
    border-bottom: 1px solid #ed1c24;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\00d7";
    line-height: 20px;
}
.tags .items-wrapper .item .close{
    color: #333333;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    opacity: 1;
    text-shadow: none;
    font-size: 20px;
}
.tags .items-wrapper .item .close:before {
    line-height: 20px;
    content: "\00d7";
}
.tags .items-wrapper .item .close:hover {
    background: transparent;
}
.tags .items-wrapper .item:not(.sel-filter) i.icon{
    line-height: 20px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    float: right;
    font-weight: 600;
}
.tags .products-found-wrapper .remove-all-tags {
    /*font-size: 20px;*/
    line-height: 22px;
    margin: 0 5px;
    opacity: 1;
    color: #231F20;
    font-size: 12px;
    font-weight: normal;
}
.tags .products-found-wrapper .products-found {
    color: #231F20;
    float: right;
    font-size: 12px;
}
.filters-wrapper .headline-wrapper .icon{
    color: #333333;
}
.filters-wrapper .headline-wrapper .icon.icon-open:before {
    content: "\f0d8";

}
.filters-wrapper .headline-wrapper .icon.icon-close:before{
    content: "\f0d7";
}
/*Filters End*/

/*Pagination*/
.pagination > li.active > a,
.pagination > li.active > a:hover {
    background: #000000;
    color: #ffffff;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
    background: #000000;
    color: #ffffff;
}
.pagination>li>a, .pagination>li>span{
    border: 1px solid transparent;
    color: #333333;
    font-size: 17px;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus{
    border-color: #e1e1e1;
    color: #333333;
    background-color: #ffFFFF;
}
.pagination > li.first > a,
.pagination > li.last > a,
.pagination > li.next > a,
.pagination > li.prev > a {
    background: #ffffff;
    color: #606060;
    padding: 4px 0;
}

/*Pagination End*/


/*Compare*/
.sidebar-product-compare{
    width: 130px;
    border-bottom: 2px solid #333333;
    background: transparent;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    display: none;
}

.sidebar-product-compare:hover{
    width: 214px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.6s;
}
.sidebar-product-compare #product-compare-sidebar-content{
    top: 42px;

}
.sidebar-product-compare .sidebar-icon{
    width: auto;
    padding: 0 10px;
    border-radius: 0;
    background: #ffffff;
    color: #333333;
    height: 40px;
    padding-top: 8px;
    padding-left: 25px;
    cursor: default;

}
.sidebar-product-compare .sidebar-icon > span{
    position: static;
    border-radius: 0;
    color: #333333;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.sidebar-product-compare .sidebar-icon > span.icon-text {
    display: inline-block;
    width: auto;
    font-size: 13px;
}
.sidebar-product-compare #product-compare-sidebar-content{
    right: -240px;
    width: 200px;
    box-shadow: none;
    border: 1px solid #333333;
}

.sidebar-product-compare .sidebar-header {
    background: #333333;
    text-align: center;
}
.sidebar-product-compare .sidebar-header a {
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
}
.sidebar-product-compare .sidebar-body .empty-list {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.favorite.active i:before {
    color: #ed1c24;
}
/*.sidebar-product-compare .sidebar-icon .icon:before,
.product-compare > a > .icon:before{
    content: url("../../images/core/compare.png");
}*/
.sidebar-product-compare #product-compare-sidebar-content .sidebar-footer a {
    border-radius: 0;
    padding: 6px 0;
    font-size: 13px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0;
}
.sidebar-product-compare #product-compare-sidebar-content .sidebar-footer a:hover{
    background: #000000;
    color: #ffffff;
}
/*Product compare*/
.product-compare-main .heading-wrapper.heading-wrapper-bordered{
    margin-bottom: 0;
}
.product-compare-main .heading-wrapper.heading-wrapper-bordered h1 {
    font-size: 29px;
    margin-bottom: 0;

}
.product-compare-main .heading-wrapper.heading-wrapper-bordered:before{
    display: none;
}
.product-compare-slider .compared-products-wrapper .headline{
    text-align: center;
}
.product-compare-slider .compared-products-wrapper .headline a{
    color: #333333;
}
.product-compare-main{
    min-height: 500px;
}

.sidebar-product-compare #product-compare-sidebar-content .sidebar-footer a i{
    display: none;
}
/*Product compare End*/
/*Compare End*/

/*Compare*/



.sidebar-product-compare .sidebar-body li.item{
    height: 60px;
    padding: 5px;
    border-bottom: 1px solid #eaeaea;
}
.sidebar-product-compare .sidebar-body li.item img {
    float: left;
    width: 55px;
    padding-right: 5px;
}
.sidebar-product-compare .sidebar-body li.item .content .price{
    color: #373737;
}

.sidebar-product-compare .sidebar-body{
    width: 200px;
}

.product-compare .remove-product{
    background: #d4d4d4 none repeat scroll 0% 0%;
    color: #ffffff;
    font-size: 16px;
    padding: 3px 8px 3px;
}
.product-compare .remove-product:hover{
    background: #333333 none repeat scroll 0% 0%;
}
.product-compare-main .headline{
    font-size: 15px;
    height: 40px;
    overflow: hidden;
}
.product-compare-main .headline span{
    font-size: 17px;
    color: #808080;
}
.product-compare .remove-product{
    background: transparent;
    color: #333333;
    border-radius: 0;
    border: 1px solid #A4A4A4;
    height: 26px;
    width: 26px;
    font-size: 20px;
    padding: 0 0 0 1px;
    line-height: 25px;
    text-align: center;
}
.product-compare .remove-product:hover{
    color: #ffFFFF;
}
.compared-products-wrapper .main-product-info{
    border: 0;
}
.compared-products-wrapper .main-product-info .category a{
    color: #333333;
}
.product-compare-main .headline{
    font-size: 14px;
}
.main-product-info{
    font-size: 13px;
}
.product-compare .main-product-info a:hover {
    color: #d3011d;
}
.sidebar-product-compare .sidebar-icon .icon{
    position: absolute;
    left: -20px;
    top: 4px;
}
.block.sidebar-product-compare > .sidebar-icon >.icon:before{
    content: url("../../images/core/metar_compare.png");
}
.sidebar-product-compare:before{
    content: '';
    position: absolute;
    height: 2px;
    width: 2px;
    background: #000000;
    right: 0px;
    bottom: -4px;
}
.sidebar-product-compare .sidebar-footer{
    margin-top: 10px;
}
/*Product listing End*/

/*Product details*/
.product-details h1{
    color: #231F20;
}
.product-details .caption-brand img {
    display: none;
}
.product-details .product-image-wrapper{
    border: 1px solid transparent;
}
.slider.product-main .slider-navigation-absolute{
    display: none;
}

.product-details .product-favorite .icon{
    line-height: 27px;
}
.product-image-wrapper .product-favorite.favorite.product-wishlist-add{
    display: none;
}

.product-details-info {
    display: flex;
    flex-direction: column;
}

.product-details-info .heading-wrapper {
    order: 0;
}

.product-details-info .description {
    order: 1;
}

.product-details-info .description ul {
    padding-left: 20px;
}

.product-details-info .description li {
    list-style: initial;
}

.product-details-info .category {
    order: 2;
}

.product-details-info .code {
    order: 3;
}

.product-details-info .brand-img{
    display: block;
    margin-bottom: 10px;

}
.product-details-info .brand-img img{
    max-width: 50px;
}
.product-details-info .brand{
    display: none;
}
.product-details .caption-discount{
    background: transparent url(../../images/core/discount.png);
    background-size: contain;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 38px;
}
.product-details .product-details-info .category, .product-details .product-details-info .category a {
    color: #808080;
    font-size: 14px;
    text-transform: uppercase;
}
.product-details .product-details-info .code {
    color: #808080;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 15px;
}
.product-details-price .current-price {
    color: #000000;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 600;
}

.product-details-price .price-saved {
    color: #808080;
    font-size: 15px;
    margin-bottom: 10px;
}
.catalog-price-info {
    margin-top: 10px;
    color: #000000;
    font-weight: 600;
}

.product-details .favorite:hover{
    color: #ED1C24;
}
.product-details .product .item .caption-icons .quick-view{
    display: none;
}
.product-details-related-colors{
    display: none;
}
.product-details .comments{
    background: transparent;
}
.product-details .comments .form-group-rating .form-control{
    background: transparent;
}
.product .item .img-wrapper .caption-icons .product-compare{
    display: none;
}
.product .item:hover .img-wrapper .caption-icons .product-compare{
    display: none;
}
.product-attributes li{

}
.product-attributes li.active {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}
.product-attributes li:hover {
    color: #000000;
    border-color: #000000;
}
.product-attributes li.active:hover{
    color: #e1e1e1;
}
.shop-button-qnt{
    height: 35px;
    padding-right: 40px;
    padding-left: 60px;
}
.shop-button-qnt:before{
    left: 0;
    right: auto;
    content: url(../../images/core/korpa_dugme.png);
    vertical-align: middle;
    line-height: 35px;
    height: 35px;
}

.lc-mk .shop-button-qnt:before{
    width: 30%;
}

.product-quantity{
    width: 35px;
    height: 35px;
}
.product-quantity-arrows{
    width: 35px;
}
.product-quantity-arrows i{
    height: 35px;
    line-height: 35px;
}
.products-detail-wrapper .product-compare {
    margin-top: 10px;
    display: none;
    margin-left: 30px;
}

.social-share.detail-social-share .share-text {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.products-detail-wrapper .social-share {
    display: none;
}

.product-details .f-product-wrapper {
    display: flex;
    align-items: center;
}

.fixed-add-to-cart-wrapper .f-product-wrapper .img-wrapper{
    max-width: 80px;
}

.product-details-price .prev-price {
    font-size: 1.5rem;
}

.fixed-add-to-cart-wrapper .content-wrapper,
.fixed-add-to-cart-wrapper .price-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-add-to-cart-wrapper.active {
    height: 13vh;
}

.fixed-add-to-cart-wrapper .container,
.fixed-add-to-cart-wrapper .container > .row,
.fixed-add-to-cart-wrapper .container > .row .col-xs-12,
.fixed-add-to-cart-wrapper .container > .row .col-xs-12 .price-wrapper,
.fixed-add-to-cart-wrapper .container > .row .col-xs-12 .content-wrapper,
.fixed-add-to-cart-wrapper .container > .row .col-xs-12 .f-product-wrapper{
    height: 100%;
}

.social-share .item,
.products-detail-wrapper .social-share .item{
    font-size: 24px;
    border: 1px solid #000000;
    opacity: 0.5;
    padding: 5px;
}
.social-share .item .icon,
.products-detail-wrapper .social-share .item .icon{
    width: 24px;
}
.social-share .item a:hover {
    color: #000000;
}
.social-share .item:hover,
.products-detail-wrapper .social-share .item:hover{
    opacity: 1;
}
.product-images-thumbs-vertical.show-arrows .slider-navigation-absolute .slider-prev i:before{
    content: "\f0d9";
}
.product-images-thumbs-vertical.show-arrows .slider-navigation-absolute .slider-next i:before{
    content: "\f0da";
}

.product-detail-wrapper .product-compare a{
    color: #333333;
}
.product-detail-wrapper .product-compare:hover a{
    color: #ED1C24;
}
.action-video.action-modal{
    display: none;
}
.action-video.binded-to-tab {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-left: 10px;
    margin-top: 10px;
}
.action-video.binded-to-tab:focus{
    color: #ED1C24;
}
.action-video .icon{
    display: block;
    float: none;
    text-align: center;
}
.action-video .icon:before{
    content: url("../../images/core/video_icon.png");
}
.product-information-wrapper .slider.product-images-thumbs .slider-arrow {
    border: 1px solid transparent;
    line-height: 25px;
    border-radius: 0%;
    height: 25px;
    width: 25px;
    text-align: center;
    font-size: 12px;
    padding: 0;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-information-wrapper .slider.product-images-thumbs .slider-arrow:hover {
    opacity: 1;
    border: 1px solid #bebebe;
}
.product-information-wrapper .slider.product-images-thumbs .slider-arrow i{
    color: #606060;
    font-size: 15px;
    line-height: 24px;
    vertical-align: super;

}
.product-information-wrapper .slider.product-images-thumbs .slider-arrow.slider-next i:before{
    content: "\f0da";
}
.product-information-wrapper .slider.product-images-thumbs .slider-arrow.slider-prev i:before{
    content: "\f0d9";
}
.product-details-price .action-lowerprice:hover{
    color: #333333;
}

.product-buy .btn.disabled {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #EB4034;
    opacity: 1;
    color: #ffffff;
    font-weight: bold;
    border-color: #EB4034;
}

.product-buy-bobble .product-buy-size-bobble .product-attributes li.active {
    color: #ffffff;
}

.attr-table-product-weight{
    display: none;
}
    /*Toggle Banner*/
.toggle-banner{
    top: 500px;
    z-index: 99;
}
.toggle-banner > .item{
    border: 1px solid #f9f9f9;
    color: #333333;
    border-top: 1px solid #f9f9f9;
    background: #f9f9f9;
    position: relative;
    top: 30px;
}
.toggle-banner .toggle-button{
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    background: transparent;
    padding: 10px 20px 0px 10px;
    border-bottom: 2px solid #333333;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    width: 120px;
}
.toggle-banner .toggle-button i{
    display: none;
}
.toggle-banner .toggle-button:before{
    content: url('../../images/core/pomoc.png');
    position: absolute;
    top: 0;
    left: -25px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.toggle-banner .toggle-button:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 2px;
    height: 4px;
    background: #333333;
}
.toggle-banner .toggle-button.expand{
    width: 200px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.toggle-banner .sidebar-info .headline-wrapper .title {
    font-size: 13px;
    padding: 10px;
    color: #333333;
    font-weight: 500;
}
.toggle-banner .sidebar-info .item .title {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.sidebar-info{
    width: 220px;
    text-align: center;
    padding: 0 15px;
}
.sidebar-info .item {
    padding: 15px 10px;
    color: #808080;
    margin-bottom: 2px;
    line-height: 1.2;
    background: #ffffff;
    border-bottom: 1px solid #dedede;
}
.sidebar-info .item a{
    color: #333333;
}
.sidebar-info .item a:hover{
    color: #ED1C24;
}

    /*Toggle Banner End*/
/*Tabs*/
.lists-tabs ul.items-wrapper {
    border-bottom: 0px solid #f4f4f4;
    margin-bottom: 30px;
}
.lists-tabs ul.items-wrapper .item.active {
    border-bottom: 0px solid #000000;
    background: #000000;
    position: relative;
}
.lists-tabs ul.items-wrapper .item{
    border-bottom: 0px solid #f4f4f4;
}
.lists-tabs ul.items-wrapper .item.active a{
    color: #ffffff;
}
.lists-tabs ul.items-wrapper .item.active > .trougao{
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000000;
}
.lists-tabs ul.items-wrapper .item a {
    color: #333333;
    line-height: 50px;
    padding: 0 10px;
}
.lists-tabs ul.items-wrapper .item:hover a {
    color: #000000;
}
.lists-tabs ul.items-wrapper .item.active:hover a {
    color: #e1e1e1;
}
.table > thead > tr > th {
    color: #333333;
    font-size: 17px;
    padding: 2px 8px;
}
.comments .rate-wrapper .front-stars,
.comment-content .rate-wrapper .front-stars{
    color: #000000;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group > svg {
    fill: #000000;
}
.comment-content{
    padding: 0;
}
.comment-content .heading-wrapper{
    padding: 20px 20px 0;
}
.product-specification-tabs .comment-content ul.items-wrapper,
.product-generic-tabs .comment-content ul.items-wrapper{
    padding: 10px 20px;
}
.comment-content .img-wrapper img{
    border-radius: 0;
    border: 1px solid #cdcdcd;
}
.product-specification-tabs ul.items-wrapper,
.product-generic-tabs ul.items-wrapper {
    text-align: center;
    background: #ffffff;
}
.product-specification-tabs.lists-tabs .tab-content,
.product-generic-tabs.lists-tabs .tab-content{
    max-width: 850px;
    padding: 10px 0 30px;
    min-height: 380px;
}
.product-specification-tabs,
.product-generic-tabs{
    background: #ffffff url("../../images/core/cover_zid.jpg");
}
.comment-content .heading-wrapper .title h4{
    border-bottom: 0 solid transparent;
}
.product-specification-tabs .comment-content ul.items-wrapper,
.product-generic-tabs .comment-content ul.items-wrapper {
    text-align: left;
    background: #ffffff;
}
.comment-content .items-wrapper .item .user-comment p {
    font-size: 14px;
}
.table>tbody>tr:hover>td,
.table>tbody>tr:hover>th {
    background-color: rgba(255,255,255,0.5);
}
#tab_product_video{
    text-align: center;
}
/*Tabs End*/

/*Similar products*/
.product-slider.product.similar-products-slider{
    margin-top: 30px;
}
.product-details .product .item .bottom-btn-wrapper{
    display: none;
}

/*Similar products End*/
/*Loader*/
.loader-wrapper .loader-icon, .autocomplete-loader .loader-icon {
    -webkit-animation: none;
    animation: none;
    background: url(../../images/core/loader_beorol.gif);
    border: none;
    background-repeat: no-repeat;
    border-radius: 0;
    height: 50px;
    width: 140px;
    background-position: 50%;
}
.loader-icon:after{
    display: none;
}
/*Loader End*/

/*Kontakt*/
.contact-page .intro .heading-wrapper:before {
    content: "";
    width: 65px;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.contact-page .heading-wrapper .title h1{
    text-align: center;
}

/*.contact-page .company-info.slider-static .item .content strong{
    font-weight: normal;
}*/
.career-page .company-info .item.item-site-email span.title ,
.contact-page-1 .company-info .item.item-site-email span.title,
.cooperation-page .company-info .item.item-site-email span.title{
    display: none;
}

.page .company-info .item.item-site-phone .title,
.page .company-info .item.item-site-address .title,
.page .company-info .item.item-email .title{
    display: none;
}
.page .company-info .item a {
    color: #333333;
}
.page .company-info .item a:hover {
    color: #ED1C24;
}
.contact-description-wrapper .ckeditor-row .col{
    padding-left: 0;
    padding-right: 0;
}
/*Kontakt End*/

/*Brendovi*/
.brands.brands-grid .item{
    /*opacity: 0.5;*/
    height: auto;
    padding: 15px;
    overflow: hidden;
}
.brands .item .img-wrapper img{
/*    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.6s;
    max-width: 100%;
    position: static;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.brands .item:hover .img-wrapper img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.attribute-letters-list .heading-wrapper{
    margin-bottom: 40px;
}
.attribute-letters-list .heading-wrapper .title{
    text-align: center;
}
.background.background-alt.attributes-letter{
    background-color: #ffffff;
}
.attribute-letters-list .title {
    color: #ED1C24;
}
.attribute-letters-list .letters-inline{
    border-top: 0 solid #d2d2d2;
    border-bottom: 0 solid #d2d2d2;
}
.attribute-letters-list .content {
    height: 100px;
}
.attribute-letters-list .content li > a{
    color: #333333;
}
.attribute-letters-list .content li > a:hover{
    color: #ED1C24;

}
.attribute-letters-list .item-wrapper .link:hover {
    text-decoration: none;
}
.letters-inline span.item{
    color: #333333;
}
.letters-inline span.item:hover {
    color: #ED1C24;
}
.bordered-items-setting .item:hover {
    box-shadow: 0 0 0px 1px rgba(237,28,36,1);
}
.uc-product_list .nicescroll-rails,
.uc-product_list.tp-page .nicescroll-rails{
    display: none !important;
}
.nicescroll-rails{
    width: 2px !important;
}
.nicescroll-rails > div{
    background-color: rgb(237, 28, 36) !important;
    width: 2px !important;
}

.brands.brands-grid .item .text-wrapper {
    width: 100%;
    padding: 15px 0 0;
    text-align: center;
    display: block;
}

/*Brendovi End*/
/*FAQ*/
.page .category-heading .heading-wrapper .title{
    text-align: center;
}
.page .category-heading .heading-wrapper:before {
    content: "";
    width: 65px;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.panel .title .panel-toggle{
    color: #333333;
}

.panel > .collapsing, .panel > .collapse {
    background: #ffffff;
    border-bottom: 1px solid #F2F2F2;
}

.panel .title .panel-toggle.collapsed:hover,
.panel .title .panel-toggle{
    color: #ED1C24;
}
.panel .title .panel-toggle.collapsed{
    color: #231F20;
}

.accordian.article .panel{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accordian.article .panel > .collapsing, .panel > .collapse,
.accordian.article .panel .content .panel{
    border-bottom: 1px solid transparent;
}
.accordian.article .panel .panel-toggle.collapsed > .icon{
    color: #231F20;
}
.accordian.article .panel .panel-toggle > .icon:before{
    margin-top: -2px;
    display: block;
    content: "\f0d8";
}
.accordian.article .panel-wrapper > .panel{
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
}
.accordian.article .panel .panel-toggle > .icon{

    line-height: 30px;
    width: 32px;
    text-align: center;
    top: 20px;
}
.accordian.article .panel .title .panel-toggle{
    font-weight: 600;
    padding: 10px 160px 10px 15px;
    line-height: 25px;
}
.accordian.article .panel-inner p{
    padding-right: 30px;
}
/*FAQ End*/

/*Blog*/
.article.article-grid-listing-7 div:not(.category-submenu) .item .content{
    border: 1px solid #e1e1e1;
    padding: 10px 60px 30px 60px;
}
.article.article-grid-listing-7 .item .text-wrapper .category:before,
.article-autosuggest .item .text-wrapper .category:before{
    display: none;
}
.article.article-grid-listing-7 .item .text-wrapper .category,
.article-autosuggest .item .text-wrapper .category{
    font-size: 13px;
    color: #606060;
}
.article.article-grid-listing-7 div:not(.category-submenu) .item .text-wrapper .title,
.article-autosuggest .item .text-wrapper .title{
    margin-top: 10px;
}
.article.article-grid-listing-7 .item .text-wrapper .title a,
.article-autosuggest .item .text-wrapper .title a{
    color: #333333;
    font-weight: 600;
    text-transform: none;
}
.article.article-grid-listing-7 .item:hover .text-wrapper .title a,
.article-autosuggest .item:hover .text-wrapper .title a{
    color: #ED1C24;
}
.article.article-grid-listing-7 .item .text-wrapper .description {
    height: 35px;
    margin-bottom: 20px;
    color: #231f20;
    font-weight: 500;
}
.article.article-grid-listing-7 .item .text-wrapper .the-date{
    background: #231f20;
    line-height: 35px;
    height: 35px;
    width: 95px;
    font-style: normal;
}

.the-date{
    display: none;
}

.article.article-grid-listing-7 .item:hover .btn-wrapper a,
.article.article-grid-listing-7 .item .btn-wrapper a:hover{
    color: #333333;
}
.article .category-submenu .item:after {
    content: '-';
    height: auto;
    width: auto;
    border-radius: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
}
.article.article-grid-listing-7 .item .btn-wrapper a {
    text-transform: uppercase;
    float: none;
    color: #808080;
    position: relative;
    font-size: 13px;
    padding-bottom: 3px;
    font-weight: 500;
}
.article.article-grid-listing-7 .item:hover .btn-wrapper a,
.article.article-grid-listing-7 .item .btn-wrapper a:hover {
    text-decoration: none;
}
.article.article-grid-listing-7 .item .btn-wrapper a:before{
    content: url('../../images/core/metar_lista.png');
    left: -30px;
    bottom: -10px;
    position: absolute;
    opacity: 0.5;
}
.article.article-grid-listing-7 .item .btn-wrapper a:after{
    content: '';
    position: absolute;
    left: -6px;
    bottom: -1px;
    height: 1px;
    width: 10px;
    background-color: #333333;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.6s;
}
.article.article-grid-listing-7 .item:hover .btn-wrapper a:after{
    width: calc(100% + 10px);
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.6s;
}
.article.article-grid-listing-7 .item:hover .btn-wrapper a:before{
    opacity: 0.8;
}
.article-grid-lsiting .category-heading .heading-wrapper{
    margin-top: 30px;
}
.article-grid-lsiting .category-heading .heading-wrapper .title h1{
    text-align: center;
}

/*Blog End*/

/*Detalj clanaka*/
.article-wrapper .article-heading{
    margin-bottom: 30px;
}
.breadcrumbs.background-image-active a{
    color: #333333;
}
.background-image-active {
    color: #333333;
}
.tp-article_details .breadcrumbs{
    padding: 0 10px;
}
.article-header{
    border-bottom: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    color: #808080;
    padding-bottom: 0;
    padding: 0;
    padding-top: 30px;
}
.article-header .header-info .favorite{
    display: none;
}
.article-detail .article-header .header-info .the-date{
    display: none;
}
.article-header .category {
    float: none;
}
.article-detail .heading-wrapper .title h1{
    text-align: left;
    font-size: 30px;
    text-transform: none;
    color: #000000;
}
.article-detail .article-wrapper .heading-wrapper {
    margin: 0 0 10px 0;
}
.article-detail .article-wrapper{
    padding-top: 0;
}

.article-detail .article-wrapper .text-wrapper ul{
    list-style-type: disc;
}

.article-sidebar{
    margin-top: 60px;
}

.article-sidebar .slider .slick-slide{
    padding: 0;
}

.article-sidebar .similar-article-slider .heading-wrapper .title h2{
    font-size: 17px;
    text-align: center;
    color: #333333;
}
.article-sidebar  .heading-wrapper.heading-wrapper-bordered:before{
    display: none;
}

.article-sidebar .article.article-grid-listing-7 div:not(.category-submenu) .item .text-wrapper .category{
    font-size: 13px;
    text-align: center;
}
.article-sidebar .article.article-grid-listing-7 div:not(.category-submenu) .item .text-wrapper .title{
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
}
.article-sidebar .article.article-grid-listing-7 div:not(.category-submenu) .item .text-wrapper .title a{
    text-align: center;
    font-size: 18px;
    color: #333333;
}
.article-sidebar .article.article-grid-listing-7 .item .text-wrapper .description{
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.article-sidebar .article.article-grid-listing-7 .item .btn-wrapper{
    text-align: center;
}
.article-sidebar .article.article-grid-listing-7 .item .btn-wrapper a{
    font-size: 14px;
    color: #333333;
}
.article-sidebar .article.article-grid-listing-7 .item .btn-wrapper a:hover{
    color: #d3011d;
}
.article-sidebar .slider .slick-dots li.slick-active button:before {
    background: #e1e1e1;
}
.article-detail-slider .heading-wrapper .title h2{
    font-size: 24px;
    text-transform: none;
}
.article-detail-slider .heading-wrapper .title{
    padding-bottom: 10px;
}
.article-detail-slider .text-buttons-wrapper .btn-product{
    min-width: 100px;
    padding: 0 10px;
}
.uc-article_listing .comments {
    background: #ffffff;
    padding: 10px 0;
    margin-bottom: 20px;
}
.social-share.detail-social-share .item {
    opacity: 0.5;
}
.social-share.detail-social-share .item:hover {
    opacity: 1;
}
/*Detalj clanaka End*/


/*Article list*/
.items.list-alternately-items .post-item-listalternately .container > .row{
    display: flex;
    align-items: center;
}
.items.list-alternately-items .post-item-listalternately.odd-item .container > .row{
    flex-direction:row-reverse;
}
.post-item-listalternately.odd-item, .background.background-alt .post-item-listalternately.odd-item {
    background: transparent;
}
.post-counter{
    display: none;
}
.post-item-listalternately.odd-item:before {
    display: none;
}
.post-item-listalternately .item-wrapper .title a{
    color: #373737;
    font-size: 33px;
    font-weight: 100;
}
.post-item-listalternately .btn.btn-success{
    text-transform: capitalize;
    background: transparent;
    color: #cb1c24;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.post-item-listalternately .btn.btn-success:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #373737;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-item-listalternately .btn.btn-success:hover:before{
    width: 100%;
}
.post-item-listalternately .item-wrapper{
    max-width: 560px;
}
.post-item-listalternately:not(.odd-item) .item-wrapper{
    float: right;
}
.article-background-wrapper {
    min-height: 100%;
    color: #ffffff;
    background: transparent;
    text-align: center;
    padding: 20px 0;
    z-index: -2;
    position: relative;
    margin-top: 0;
    padding-top: 0;
}
.article-background-wrapper h1{
    color: #000000;
    text-align: center;
}
.article-background-wrapper .thumb, .article-background-wrapper .description{
    display: none;
}
.article .category-submenu .item:after{
    display: none;
}
.article .category-submenu .item .title{
    color: #000000;
}
.article .category-submenu .item:hover .title{
    color: #cb1c24;
}
/*Article list End*/

/*Login page*/
.registration-sidebar .text-wrapper {
    width: 400px;
    border: 0px solid transparent;
    background: transparent;
    color: #373737;
    padding: 0 25px;
    max-width: 100%;
    margin: 0 0 50px;
}
.registration-sidebar .text-wrapper a{
    color: #333333;
    font-weight: 500;
}
.registration-sidebar .text-wrapper a:hover{
    color: #ED1C24;
}
.page.login-page .left-info ,
.page.lost-password-page .left-info ,
.page.registration-page .left-info {
    border-right: 0px solid #dddddd;
    padding-right: 0px;
}
.page .left-info{
    border-right: 0px solid #dddddd;
}

.page .right-info{
    border-left: 0px solid #dddddd;
}
.page.login-page .right-info ,
.page.lost-password-page .right-info ,
.page.registration-page .right-info {
    padding-left: 0px;
    border-left: 0px solid #dddddd;
    margin-left: -1px;
}

.form-group-checklabel > a {
    display: inline-block;
    line-height: 14px;
    margin-left: 5px;
    color: #ED1C24;
}
.lost_password_form small{
    font-weight: 500;
    color: #333333;
}
.lost_password_form small:hover{
    color: #ED1C24;
}
.cooperation-page,
.career-page{
    margin-bottom: 50px;
}

/*Profile*/
.profile .profile-into .item .img-wrapper .icon{
    color: #ED1C24;
}
.profile .profile-into .item .img-wrapper .item-counter{
    background: #000000;
}
.profile .heading-wrapper .title h3{
    color: #333333;
}
.nav-vertical > li > a{
    color: #333333;
}
.nav-vertical > li.active > a {
    background: #f5f5f5;
    color: #ED1C24;
    border-bottom-color: #ED1C24;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.nav-vertical > li > a:hover, .nav-vertical > li > a:focus {
    color: #ED1C24;
}
.cart-table .item-article a.title{
    color: #000000;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    font-weight: 500;
}
.profile-orders .modal table thead th {
    font-weight: 500;
    color: #000000;
}
.cart-table .item-img a img{
    box-shadow: none;
}
.profile-favorite-products .product-item .img-wrapper .btn-wrapper{
    display: block;
}
.profile-favorite-products .product-item .remove-item {
    line-height: 20px;
    width: 30px;
    padding: 5px 0 0 0;
}
.product .item .btn-wrapper i {
    vertical-align: middle;
    margin-left: 5px;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\00d7";
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
.profile-submenu > a{
    right: 0;
}
.profile-my-commercial .lists-tabs .tab-content {
    max-height: 580px;

}
/*Cart*/
.cart-onepage{
    margin-bottom: 30px;
}
.cart-step h2 {
    font-size: 23px;
    color: #000000;
}
.product-item-category a{
    font-size: 13px;
    color: #848484;
    text-transform: uppercase;
}
.cart-table .product-item-title a{
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
}
.cart-table .product-item-category {
    font-size: 15px;
    margin-bottom: 5px;
}
.product-item-code,
.product-item-size{
    color: #808080;
    font-size: 13px;
    font-weight: 300;
    margin-top: 5px;
}
.cart-table .product-item-image img{
    box-shadow: none;
}
.cart .form-group-checklabel .label-as-headline,
.cart-step h3{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.cart-selectors-wrapper {
    text-align: left;
    clear: both;
    display: block;
    width: 100%;
    min-height: 80px;
}
.cart-selectors-wrapper .new-adress-triger {
    width: calc(100% - 340px);
    display: inline-block;
}
.cart-selectors-wrapper .new-adress-triger .styled-select {
    width: calc(100% - 150px) !important;
    min-width: 260px;
}

.cart-selectors-wrapper .form-group label {
    font-size: 17px;
}

#cart_onepage_delivery_country_form {
    float: right;
}
.form-group img.captchacode{
    display: inline-block;
}
.fake-radio-button:hover{
    border-color: #ED1C24;
}
.cart-address .cart-description{
    color: #4d4d4d;
}
.cart-privacy-policy a {
    color: #ED1C24;
}
.nav-tabs > li.active:after{
    display: none;
}
.nav-tabs > li > a{
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    font-weight: 500;
}
.nav-tabs>li.active:not(:last-of-type)>a,
.nav-tabs>li.active:not(:last-of-type)>a:hover,
.nav-tabs>li.active:not(:last-of-type)>a:focus{
    border-right: 1px solid #dddddd;
}
.nav-tabs > li:first-of-type > a{
    border-left: 1px solid transparent;
}
.nav-tabs > li:last-of-type > a{
    border-right: 1px solid transparent;
}
.nav-tabs > li.active > a{
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid transparent;
    background: #ffffff;
    color: #ED1C24;
}
.nav-tabs>li>a:hover {
    border-color: transparent transparent #ddd;
    color: #ED1C24;
}
.modal-body .nav-tabs > li:last-of-type > a, .nav-tabs>li.active:last-of-type>a, .nav-tabs>li.active:last-of-type>a:hover, .nav-tabs>li.active:last-of-type>a:focus{
    border-bottom: 1px solid transparent;
}
.delivery-option-text button {
    float: right;
    background: transparent;
    color: #333333;
    border: 1px solid #333333;
}
.delivery-option-text button:hover,
.delivery-option-text button:focus,
.delivery-option-text button:active:focus {
    background: #333333;
    border: 1px solid #333333;
    color: #ffffff;
}
.cart-table-summary > tfoot > tr > td{
    font-size: 14px;
    color: #4d4d4d;
}
.cart-table-summary .product-item-prices {
    font-weight: 400;
    font-size: 19px;
}
.cart-table-summary .product-item-prices.cart-total {
    font-weight: 600;
    color: #000000;
}
.clear-cart-wrapper {
    margin: 10px 0;
    display: inline-block;
}

/*Store*/
.promo-location-country-wrapper{
    display: none;
}
.uc-store_listing{
    overflow-x: hidden;
}
.storelocator-panel .store-item {
    background: #ffffff;
    color: #333333;
    margin-bottom: 5px;
    padding: 15px;
    box-shadow: inset 0px 0px 0px #333333, 1px 1px 8px rgba(0,0,0,0.25);
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.6s;
}
.storelocator-panel .store-item:hover {
    box-shadow: inset 0px -4px 0px #333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.6s;
}
.store-item .store-item-wrapper .item.title{
    font-size: 14px;
    font-weight: 500;
}
.store-item:hover .store-item-wrapper .item.title{
    color: #ED1C24;
}
.store-popup{
    padding: 10px;
    max-width: 435px;
    text-align: center;
}
.store-popup .heading-wrapper .title H1{
    text-align: center;
}
.store-popup .description {
    text-align: left;
}
.store-popup .item-wrapper {
    text-align: left;
}
.store-popup .store-item-action {
    color: #ED1C24;
    margin-top: 20px;
    margin-right: 15px;
    display: inline-block;
}
.store-background {
    color: #333333;
    background: #ffffff;
    text-align: center;
    padding: 20px 0;
    z-index: -2;
}

.store-background h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333333;
}

.background.background-alt {
    background: #ffffff;
}
.store-contact .items-wrapper .title .icon{
    color: #333333;
}
.store-contact .items-wrapper .item {
    color: #333333;
    font-size: 14px;
}
.store-contact .items-wrapper .item a {
    color: #333333;
}
.store-contact .items-wrapper .item a:hover {
    color: #ED1C24;
}
.promotion-wrapper-witouth-modal .item-read-more{
    display: none;
}

/*Store End*/
/*Dropdown login*/
.login-dropdown{
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    top: 30px;
    background-color: rgba(0,0,0,0.8);
    width: 250px;
    z-index: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    opacity: 0;
}
.header-v2.fixed .login-dropdown,
.header-v2.fixed-now .login-dropdown{
    top: 40px;
}
.login-dropdown.active{
    pointer-events: all;
    opacity: 1;
}
.login-dropdown .nav-simple{
    padding: 10px 10px 0;
}
.login-dropdown .nav-simple li.item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid transparent;
}
.login-dropdown .nav-simple li.item:hover{
    background: #000000;
    border: 1px solid rgba(255,255,255,0.1);
}
.login-dropdown .nav-simple li.item a{
    color: #ffffff;
    padding: 10px 5px;
    width: 100%;
}
.login-dropdown li a span{
    color: #ffffff;
}
.login-dropdown .item-username i{
    display: none;
}
/*Dropdown login End*/
.country-wrapper {
    background: url(../../images/core/world.png) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

}
.country-wrapper  .item.item-country {
    min-height: 150px;
    padding-left: 10%;
}

.country-wrapper  .description {
    margin-top: 10px;
}
.country-wrapper  .description a{
    color: #333333;
}
.country-wrapper  .description a:hover{
    color: #ED1C24;
}

/*Error*/
.grid-slider.error_page_content-slider .item .img-wrapper img{
    margin: auto;
}
.grid-slider.error_page_content-slider .item .img-wrapper {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: auto;
    padding: initial;
}
.grid-slider.error_page_content-slider .item .img-wrapper:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.grid-slider.error_page_content-slider .item .img-wrapper a {
    display: block;
    position: static;
    top: auto;
    left: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 0;
    overflow: visible;
}
.grid-slider.error_page_content-slider .item .text-wrapper .title{
    color: #333333;
}
.grid-slider.error_page_content-slider .item:hover .text-wrapper .title{
    color: #ED1C24;
}
/*Error End*/
.uc-store_listing.tp-store {
    overflow-x: hidden;
}
.quiz-listing.quiz{
    margin-bottom: 40px;
}
.quiz-listing.quiz .heading-wrapper .title h1{
text-align: center;
}

.quiz-listing .btn-wrapper i{
    display: none;
}
.quiz .item .title,
.poll .item .title {
    display: inline-block;
    font-size: 25px;
    height: 24px;
    line-height: 24px;
}

.quiz .item .title a{
    color: #333333;
}
.action-listing.actions{
    margin-bottom: 40px;
}
.action-listing.actions .heading-wrapper .title h1{
text-align: center;
}
.action-listing.actions .item:last-child{
    margin-bottom: 20px;
}
.action-listing.actions .heading-wrapper{
    border-bottom: 0 solid;
}
.actions .item .title a{
    color: #333333;
}
.actions .item .title a:hover{
    color: #ED1C24;
}
.actions .item .btn-wrapper i{
    display: none;
}
.actions .item .btn-wrapper a{
    color: #333333;
}
.actions .item .btn-wrapper a:hover{
    color: #ED1C24;
}
.actions-details .title h1{
    text-align: center;
}
.action-details-wrapper .last-viewed-slider .product-item .bottom-btn-wrapper{
    display: none;
}
.quiz-details .progress-bar-success {
    background-color: #000000;
    color: #ffffff;
}
.progress-bar {
    color: #ffffff;
    text-align: center;
    background-color: #000000;
}

/*Landing Page Products*/
.subcategory-wrapper .heading-wrapper .title h1{
    text-align: center;
}
.subcategory-wrapper .item .text-wrapper .title {
    color: #231F20;
    font-weight: 500;
    height: 45px;
}
.subcategory-wrapper .item:hover .text-wrapper .title {
    color: #ED1C24;
}
.subcategory-wrapper .subategory-description{
    margin-bottom: 30px;
}
.subcategory-wrapper .subategory-description .text-wrapper{
    max-width: 980px;
    margin: auto;
    text-align: center;
}
/*Landing Page Products End*/

/*Lokacije po gradovima*/
h1.heading-underlined{
    border-bottom: 0 solid;
    text-align: center;
}
.promotion-wrapper{

}
.promotion-wrapper .panel-wrapper > .panel {
    background: transparent;
    margin-bottom: 5px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #d9d9d9;
}
.promotion-wrapper .panel .title{
    font-weight: 500;
}
.promotion-wrapper .panel .title.city-title{
    font-weight: 600;
}
.panel .title.city-title .panel-toggle.collapsed {
    background: transparent;
    color: #231F20;
}
.panel .title.city-title .panel-toggle{
    background: transparent;
    color: #ED1C24;
}
.promo-location .promo-store-text{
    color: #231F20;
}
.promo-location .collapsing .item, .collapse .item {
    padding-left: 65px;
    margin-bottom: 10px;
    font-size: 14px;
}
.promo-location .panel .item .dl-horizontal dd,
.promo-location .panel .item .dl-horizontal dt {
    line-height: 14px;
    font-size: 14px;
}
.promo-location .map-link {
    color: #231F20;
    text-align: center;
}
.promo-location .map-link img{
    max-width: 30px;
    margin: auto;
}
.panel .title.city-title .panel-toggle.collapsed > .icon{
    color: #231F20;
}
.panel .title.city-title .panel-toggle.collapsed > .icon:before{
    content: "\f0da";
    font: normal normal normal 20px/1 FontAwesome;
}
.panel .title.city-title .panel-toggle > .icon:before{
    content: "\f0d8";
    font: normal normal normal 20px/1 FontAwesome;
}
.panel .title.city-title .panel-toggle > .icon{
    color: #231F20;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.remove-item-lnk{
    cursor: pointer;
    font-weight: 600;
}

/*
.block.sidebar-product-compare .sidebar-product-compare .sidebar-icon{display:none}
.block.sidebar-product-compare .sidebar-product-compare{border:0}
.block.sidebar-product-compare .sidebar-product-compare:before{display:none}
*/

/*Landing category*/
.slider.landing-main-slider .item .content{
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.slider.landing-main-slider .item .text-wrapper .title{
    font-size: 48px;
    line-height: 50px;
    font-weight: 500;
}
.product-slider-landing,
.product-slider-landing > .slider-init{
    max-width: 1400px;
    margin: auto !important;
}
.items-generic .product-slider .heading-wrapper.heading-wrapper-bordered h2{
    line-height: 38px;
    margin-bottom: 8px;
}
.product-slider-landing.top-arrows .slider-navigation-absolute .slider-next,
.product-slider-landing.top-arrows .slider-navigation-absolute .slider-prev{
    padding: 0;
}
/*Landing category End*/

/*Page lang*/
.page.page-lang{
    background: url(../../images/core/world.png) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: -40px;
    padding-bottom: 50px;
}
.page.page-lang .heading-wrapper .title h1{
    text-align: center;
    margin-top: 20px;
}
.page.page-lang .country-wrapper.hidden{
    display: block !important;
}
.page.page-lang .country-wrapper{
    background: transparent;
}
.country-wrapper .country-flag img{
    max-width: 100%;
}
.storelocator-filter .feature-filter{
    display: none;
}

/*Category text only*/
.category-details-text .heading-wrapper .title{
    text-align: center;
}
.category.category-details-text .heading-wrapper{
    border-bottom: 0 solid #d9d9d9;
}
.category-details-text .ckeditor-row{
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
}
.category-details-text .ckeditor-row:first-of-type{
    border-top: 0 solid #eeeeee;

}
.category-details-text .ckeditor-row .ckeditor-row{
    border-top: 0px solid #eeeeee;
    padding-top: 0;
}

.category-details-text .ckeditor-row  .col.col-md-6:last-child{
    border-left: 1px solid #eee;
    padding-left: 40px;
}
.category-details-text .ckeditor-row .ckeditor-row .col.col-md-6:last-child{
    border-left: 0 solid #eee;
}
.category-details-text h3{
    cursor: pointer;
}
.category-details-text ul li:before{
    content: '\2714';
    font-weight: bold;
    margin-right: 10px;
    color: #EE3535;
}
.category-details-text ul{
    list-style-type: none;
    padding: 0;
}
.category-details-text h3:before {
    content: '+';
    margin-right: 10px;
    width: 12px;
    display: inline-block;
}
.category-details-text h3.active:before {
    content: '-';
}
.category-details-text .category-short-description{
    background: #EE3535;
    color: #Ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.category-details-text .category-short-content{
    max-width: 90%;
    margin: auto;
    background: #EE3535;
}
.category-details-text table,
.category-details-text .table>tbody>tr,
.category-details-text .table>tbody>tr>td {
    border: 1px solid #eeeeee;
    border-collapse: collapse;
}
.category-details-text .table>tbody>tr>td{
    text-align: center;
    background: #Ffffff;
    color: #000000;
}
.category-details-text .category-short-content h2{
    color: #Ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
}
.category-details-text .category-short-content .ckeditor-row .col.col-md-6:first-child{
    border-right: 1px solid #eee;
    margin-right: -1px;
}
.category-details-text .category-content{
    padding: 0;
}
.category-details-text .category-short-content .ckeditor-row{
    border-top: 0 solid #eeeeee;
}
/*Category text only*/

/*Radnje na mapi*/
.storelocator-panel{
    margin: 70px 0 20px 20px;
}
.store-map-wrapper.active .show-store-list{
    top: 82px;
}
.store-map-wrapper > .content{
    position: absolute;
    left: 30px;
    z-index: 9;
    top: 20px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 1px -3px 8px rgba(0,0,0,0.4);
    width: 430px;
}
.stores-location-search h4{
    font-size: 16px;
}
/*Radnje na mapi End*/
.cookie-agree {
    background: #d01c24;
    float: right;
    margin-top: 0;
    margin-right: 10px;
}
.cokie-info-wrapper .title {
    font-weight: 700;
    margin-bottom: 3px;
}
.cokie-info-wrapper .description {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 14px;
}
.cokie-info-wrapper .item.read-more > a,
.cokie-info-wrapper .item.read-more{
    float: left;
    font-size: 12px;
}
.cookie-info-slider{
    box-shadow: 0px 0px 1px 1px #d9d9d9;
    -moz-box-shadow: 0px 0px 1px 1px #d9d9d9;
    -webkit-box-shadow: 0px 0px 0px 1px #d9d9d9;
}
.cookie-agree{
    font-size: 12px;
}
.icheckbox_flat.checked.disabled, .iradio_flat.checked.disabled {
    background: #f0d6d6;
}
.login-dropdown .item-fast-login{
    display: none;
}
.header-cart-item .footer-wrapper {
    padding: 10px !important;
}
.bordered-block{
    border: 1px solid #878787;
}
.two-col > .col{
    margin-left: 10px;
    margin-right: 10px;
    width: 48%;
    padding: 10px;
}
.two-col > .col:last-child{
    background-color: #000000;
    color: #Ffffff;
}
.ckeditor-row.countries{
    margin-top: 20px;
    text-align: center;
}

.col-md-6.bordered-block {
    width: 47%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    min-height: 150px;
}
.short-desc-over-img.no-background .background-content > .container{
    background: transparent;
    color: #ffff;
}
.short-desc-over-img ol{
    text-align: left;
    padding: 0;
}
.bordered-block.black{
    background-color: #000000;
    color: #Ffffff;
}
.gallery-images-item:hover::after {
    opacity: 1;
}
.gallery-images-item::after {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    left: 50%;
    height: 50px;
    width: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    background: rgba(0,0,0,0.9);
    pointer-events: none;
    opacity: 0;

}

.gallery-images-item::before {
    content: url('../../images/core/search_white_2.png');
    position: absolute;
    top: calc(50% + 3px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    z-index: 99;
}
.gallery-images-item:hover::before {
    opacity: 1;
}
.background-content .slider-arrows{
    top: 50%;
}
.with-pslider .content{
    text-align: left;
}
.page-box-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-box-wrapper > img{
    flex-shrink: 0;
    align-self: flex-start;
}
.page-box-wrapper{
    border: 1px solid #878787;
    padding: 20px;
    margin-bottom: 20px;
}

.capacity{
    margin-top: 30px;
}
.capacity .col p strong{
    color: #ff0000;
    font-size: 45px;
}
.items-generic .content-wrapper .heading-wrapper{
    padding: 40px 0;
    text-align: center;
}
.items-generic .content-wrapper.content-wrapper-not-first .heading-wrapper{
    padding: 0px 0 40px;
}
.gallery-imagesgallery-images-before-headline{
    margin-bottom: 0;
}
.profile_addresses_form.login-style{
    padding: 0 10px;
}
.profile-my-commercial .lists-tabs .tab-content{
    overflow-y: auto;
}

/*ITEMS items-grid-3*/
.slider-static.items-grid-3{
    margin-bottom: 20px;
    margin-top: 20px;
}
.slider-static.items-grid-3 .item{
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.6s;
}
.slider-static.items-grid-3 .item .img-wrapper{
    position: relative;
}
.slider-static.items-grid-3 .item .img-wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.6s;
}
.slider-static.items-grid-3 .item:hover .img-wrapper:before{
    opacity: 1;
}
.slider-static.items-grid-3 .item .heading-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider-static.items-grid-3 .item .heading-wrapper,
.slider-static.items-grid-3 .item .heading-wrapper a{
    color: #Ffffff;
}
.slider-static.items-grid-3 .item .heading-wrapper .title{
    font-weight: bold;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.slider-static.items-grid-3 .item .heading-wrapper .subtitle{
    opacity: 0;
}
.slider-static.items-grid-3 .item:hover .heading-wrapper .subtitle{
    opacity: 1;
}
.item-4-items{
    padding: 0;
}
.slider-static.items-grid-3 .item:before{
    content: '';
    position:absolute;
    bottom: 10px;
    left: 10px;
    width: 0;
    transition: all 1s;
    height: 1px;
    background:#ffffff;
    z-index: 1;
}
.slider-static.items-grid-3 .item:hover:before{
    width:calc(100% - 20px);
}
.slider-static.items-grid-3 .item:after{
    content: '';
    position:absolute;
    top: 10px;
    right: 10px;
    width: 0;
    transition: all 1s;
    height: 1px;
    background:#ffffff;
    z-index: 1;
}
.slider-static.items-grid-3 .item:hover:after{
    width:calc(100% - 20px);
}
.slider-static.items-grid-3:before{
    content: '';
    position:absolute;
    top: 30px;
    left: 10px;
    width: 1px;
    transition: all 1s;
    height: 0;
    background:#ffffff;
    z-index: 1;
}
.slider-static.items-grid-3:hover:before{
    height: calc(100% - 60px);
}
.slider-static.items-grid-3:after{
    content: '';
    position:absolute;
    bottom: 30px;
    right:10px;
    width: 1px;
    transition: all 1s;
    height: 0;
    background:#ffffff;
    z-index: 1;
}
.slider-static.items-grid-3:hover:after{
    height: calc(100% - 60px);
}
/*ITEMS items-grid-3 End*/
.login-wrapper .no_b2b_user-slider{
    display: none;
}

.item-slider-grid2 .item .title{
    height: 44px;
    overflow: hidden;
}
.wrapper-style-sitemap_items .item .heading-wrapper.heading-wrapper-bordered:before {
    display: none;
}
.wrapper-style-sitemap_items .item .title{
    font-weight: 500;
}
.wrapper-style-sitemap_items .item:hover .title a{
    color: #ED1C24;
}

.wrapper-style-sitemap_items .item .img-wrapper{
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

.wrapper-style-sitemap_items .item .img-wrapper img{
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wrapper-style-sitemap_items .item:hover .img-wrapper img{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
/*PDF Catalog*/
.wowbook-container.wowbook-container-full{
    max-height: 1000px;
}

/*PDF Catalog End*/
.color-red,
.color-red a{
    color: #cb1c24 !important;
}

/* Jv chat*/
#jvlabelWrap,
._show_1e{
    z-index: 1029 !important;
}

.wrapper-style-akcije_page .item-wrapper-6{
    margin: 20px 0;
}

.fixed-mob-menu{
    position: fixed;
    z-index: 1;
    bottom: 20px;
    left: 20px;
}
.fixed-mob-menu li{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background: #ED1C24;
}
.fixed-mob-menu li.item-icon:before{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    font-size: 30px;
    color: #ffffff;
    z-index: 99;
    pointer-events: none;
}
.fixed-mob-menu li.item > a{
    display: block;
    width: 65px;
    height: 65px;
    background: #ED1C24;
    color: #ffffff;
    border-radius: 50%;
}
.fixed-mob-menu li.item > a span{
    display: none;
}
.fixed-mob-menu{
    display: none;
}

#order_ticket_content{
    display: none;
}

.banner-wrapper{
    z-index: 9;
}

.product .item .text-wrapper.text-wrapper-witouth-price{
    height: 130px;
}

/* Dropdown slider */
.header-top .quick-links{
    margin-left: 20px;
}
.menu-lang-wrapper{
    float: left;
}

.dropdown-menu{
    min-width: 70px;
    padding: 5px 5px 7px;
    background-color: #231f20;
    border: 1px solid #6f696a;
}

.menu-lang-wrapper:hover .dropdown-menu a img{
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    max-height: 13px;
}

.menu-lang-wrapper:hover .dropdown-menu a{
    display: block;
    line-height: normal;
    vertical-align: super;
    margin-bottom: 5px;
}

.menu-lang-wrapper:hover .dropdown-menu a:last-child{
    margin-bottom: 0;
}

.menu-lang-wrapper:hover .dropdown-menu a:hover .country-name{
    text-decoration: underline;
    color: #262626;
}
.menu-lang-wrapper:hover .dropdown-menu a .country-name{
    line-height: normal;
    color: #ffffff;
}
.menu-lang-wrapper .lang-dropdown .title img{
    max-height: 15px;
    margin-right: 5px;
}

.menu-lang-wrapper:hover .dropdown-menu a span{
    color: #262626;
}
/* Dropdown slider End */

/* Newsletter landing */
.newsletter.fullwidth-center-item .img-wrapper{
    margin-bottom: 100px;
}

.newsletter.fullwidth-center-item .img-wrapper img{
    margin: 0 auto;
}

.item-newsletter-wrapper .heading-wrapper .title{
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
    color: #231F20;
    font-weight: 600;
}

.item-newsletter-wrapper .heading-wrapper .short-description{
    text-align: center;
    margin-bottom: 30px;
}

.item-newsletter-wrapper .form-group{
    margin: 0 auto;
}

.item-newsletter-wrapper .newsletter-form{
    text-align: center;
    width: 55%;
    margin: 0 auto 100px;
    position: relative;
}

.item-newsletter-wrapper .btn-wrapper{
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.item-newsletter-wrapper .modal-check-newsletter{
    text-align: left;
    margin-top: 15px;
}

.item-newsletter-wrapper .btn-wrapper .btn{
    text-transform: uppercase;
    padding: 9px 50px;
    background: #e82128;
    font-size: 15px;
}

.item-newsletter-wrapper .form-group input{
    height: 40px;
}

.item-newsletter-wrapper .validation-errors-list{
    bottom: -7px;
}

.item-newsletter-wrapper .form-group-checklabel .validation-errors-list{
    top: auto;
    left: 0;
    bottom: -16px;
    width: 100%;
}

.item-newsletter-wrapper .alert{
    position: absolute;
    bottom: -30px;
    right: 0;
}

.item-newsletter-wrapper .alert.alert-success{
    position: relative;
    bottom: 0;
}


.action-video {
    display: none !important;
}


.lc-mk .header-top .nav.nav-simple > li.item-user-vip{
    display: none;
}

.product-listing-intro .styled-select{
    background: url(../../images/core/triangle-bottom.png) no-repeat calc(100% - 5px) #fff;
}

/*Welcome Page*/

.country-wrapper-welcome{
    width: 100%;
    height: 100vh;
}
.header-welcome,
.footer-welcome{
    height: 40px;
    background: #000000;
    width: 100%;
    position: fixed;
}
.header-welcome{
    top: 0;
}
.footer-welcome{
    bottom: 0;
}
.welcome-left-side,
.welcome-right-side{
    height: 100vh;
    position: relative;
    display: inline-block;
}
.welcome-left-side{
    width: 33%;
    padding-left: 100px;
}
.welcome-right-side{
    width: 67%;
    float: right;
    overflow: hidden;
    padding-top: 60px;
}

/*.logo-wrapper{
    height: 135px;
    width: 285px;
margin-bottom: 40px;
    background: #ff0000;
    padding: 10px;
}*/
.logo-wrapper{
    margin-bottom: 40px;
}

.logo-wrapper img{
    height: 150px;
}

.welcome-headline-wrapper{
    text-align: left;
    margin-bottom: 40px;
}
.welcome-headline-wrapper .description{
    font-size: 18px;
}

.welcome-countries-wrapper .items-wrapper .item{
    display: block;
    position: relative;
    margin: 5px auto;
}
.welcome-countries-wrapper .items-wrapper .item .img-wrapper img{
    max-height: 55px;
}
.welcome-countries-wrapper .items-wrapper .item .img-wrapper,
.welcome-countries-wrapper .items-wrapper .item .title{
    display: inline-block;
}
.welcome-countries-wrapper .items-wrapper .item .title{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    padding-left: 10px;
    font-weight: 500;
}

.welcome-social-wrapper .item{
    font-size: 15px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    text-align: center;
    padding: 1px;
    color: #000000;
}
.welcome-mail-wrapper,
.welcome-tel-wrapper{
    display: inline-block;
    padding-left: 100px;
}
.welcome-contact-wrapper a{
    color: #FFFFFF;
    text-transform: uppercase;
}
.text-global-wrapper{
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 100px;
}
.text-global-wrapper .text-wrapper{
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
}
.welcome-button{
    border: 1px solid #252525;
    padding: 10px 20px;
    display: inline-block;
    background: #252525;
    color: #ffffff;
}
.welcome-button:hover,
.welcome-button:focus{
    border: 1px solid #252525;
    background: #ffffff;
    color: #252525;
}
.welcome-contact-wrapper{
    position: absolute;
    top: 10px;
}
.welcome-social-wrapper{
    position: absolute;
    top: 10px;
    right: 30%;
}
.welcome-left-side .text-global-wrapper{

}
.welcome-right-side .text-global-wrapper{
    display: none;
}
/*Welcome Page End*/

/*NO CART*/
.bt-no-cart{

}
.bt-no-cart #miniCartContent,
.bt-no-cart #nb_addToCartButton,
.bt-no-cart #submit_order_one_page,
.bt-no-cart .product .item .bottom-btn-wrapper{
    display: none;
}



/*NO CART End*/

/* Discount minus */
.product .item .caption-discount .text-discount{
    padding-left: 5px;
    position: relative;
}

/*.product .item .caption-discount .text-discount:before{
    content: '';
    position: absolute;
    left: -1px;
    top: 50%;
    width: 4px;
    height: 1px;
    background: #ffffff;
}*/

.product-details .caption-discount .text-discount{
    padding-left: 5px;
    position: relative;
}

.product-buy-bobble.active .product-buy-size-bobble{
    z-index: 9999;
}
.article-content ul,
.article-detail .article-wrapper .text-wrapper ul,
#tab_product_description ul{
    list-style-type:disc;
}

/* modal after adding first product */

.modal-after-adding-first-product .buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 25px 0;
}

.modal-after-adding-first-product {
    text-align: center;
}

.modal-after-adding-first-product .text-label {
    margin-top: -20px;
}

.modal-after-adding-first-product .buttons-wrapper .btn-wrapper {
    width: 50%;
}

.modal-after-adding-first-product .buttons-wrapper .btn-wrapper .btn {
    width: 100%;
    line-height: 22px;
    background: #ffffff;
    border: 1px solid #000;
    color: #000000;
}

.modal-after-adding-first-product .buttons-wrapper .btn-wrapper .btn:hover {
    background: #000000;
    color: #ffffff;
}

.modal-after-adding-first-product .buttons-wrapper .btn-wrapper .btn.btn-continue-shopping {
    border: 1px solid #d9d9d9;
}

.modal-after-adding-first-product .buttons-wrapper .btn-wrapper .btn.btn-view-cart {
    border: 1px solid #000000;
}

/* Product Countdown */

.product-countdown-wrapper{
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    border-radius: 6px;
    opacity: 0;
}

.product-countdown-wrapper.initialized {
    opacity: 1;
}

.product-countdown-wrapper .headline{
    padding: 10px 0;
    color: #ffffff;
    font-size: 18px;
    background: #231f20;
    border-radius: 6px 6px 0 0;
    border: 1px solid #231f20;
}

.product-countdown-wrapper .counter{
    padding: 10px 35px;
    background: #f7f7f7;
    border-radius: 0 0 6px 6px;
    border: 1px solid #e2e2e2;
}
.product-countdown-wrapper .item-countdown{
    display: inline-flex;
    text-align: center;
    padding: 0;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 15px 0 15px;
    position: relative;
}


.product-countdown-wrapper .item-countdown:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 32px;
    height: 32px;
    background: #EE3535;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-countdown-wrapper .item-countdown span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 40px;
}

.product-countdown-wrapper .item-countdown em{
    display: block;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
}

.donation-wrapper {
    min-height: unset !important;
    padding-bottom: 0;
}

.donation-wrapper .horizontal-divider {
    height: 0;
}

.donation-products-wrapper .panel-default {
    padding: 30px;
}

.donation-wrapper .heading-wrapper .title {
    font-weight: 500;
}

.donation-products-wrapper .panel-default {
    border: 1px solid #d9d9d9;
    border-radius: 0;
}

.donation-image .img-responsive {
    margin-right: 0;
}

.product-wrapper-chosen .headline {
    font-weight: 600;
}

.gift-product-modal .gift-product .product-info .category,
.product-wrapper-chosen .product-info .category {
    margin-bottom: 5px;
}

.gift-product-modal .gift-product .product-info .name,
.product-wrapper-chosen .product-info .name {
    font-size: 17px;
    font-weight: 500;
}

.gift-product-modal .gift-product .product-info > *:not(.btn) {
    max-width: 75%;
}

.gift-product-modal .modal-title {
    color: #231f20;
    text-align: center;
}

.wrapper-style-mcSYI2EkYgwARrz {
    padding-bottom: 600px;
}

.donation-content .btn  {
    margin-top: 10px;
}

.gift-product-modal .gift-product .product-info .product-sizes .item.active {
    background: #231f20;
    border: #231f20;
}

.gift-product-modal .gift-product .product-info .product-sizes .size-text {
    display: inline-block;
    margin-bottom: 5px;
}

.donation-products-wrapper .quantity-wrapper {
    display: block;
}

.item-countdown-wrapper .headline .icon {
    content: url(../../images/core/clock-icon.svg);
}

.product-item-with-countdown .product-item .text-wrapper .title,
.product-item-with-countdown .product-item .text-wrapper .description {
    color: #000;
}

.product-item-with-countdown .prices-wrapper * {
    font-size: 16px;
    margin-bottom: 5px;
}

.product-item-with-countdown .prices-wrapper .current-price {
    font-weight: 500;
    display: inline-block;
    width: fit-content;
}

.product-item-with-countdown .prices-wrapper {
    margin-bottom: 15px;
}

.product-item-with-countdown .price-discount span.text,
.product-item-with-countdown .prices-wrapper .price-discount {
    display: inline-block;
    width: fit-content;
    order: 3;
}

.product-item-with-countdown .prices-wrapper .prev-price {
    color: #A0A0A0;
    display: inline-block;
    width: fit-content;
    text-decoration: line-through;
    order: 1;
}

.product-item-with-countdown .prices-wrapper {
    display: flex;
    flex-direction: column;
}

.product-item-with-countdown .prices-wrapper .current-price.price-with-discount {
    color: #000;
    font-weight: 500;
    order: 2;
    display: inline-block;
    width: fit-content;
}

.product-item-with-countdown .prices-wrapper .price-discount {
    color: #808080;
}

.text_grid12 .heading-wrapper .title {
    text-align: center;
}

.text_grid12 .title h1 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
}

.product-item-with-countdown .item-countdown:before {
    background: #EE3535;
    box-shadow: 0px 0px 0px 4px #E821284D;
}

.items-generic .heading-wrapper:before {
    content: "";
    width: 65px;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.items-generic .heading-wrapper .title {
    text-align: center;
}

.items-generic .heading-wrapper .title h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.items-generic > .row > *:not(.text_grid12, .image-text-grid, .grid-product-select) {
    margin-bottom: 60px;
}

.items-generic .image-text-grid.image-text-grid-left-with-customClass {
    margin-bottom: 60px;
}

.items-generic .text_grid12 {
    margin-bottom: 15px;
}

.container-subitem_grid .heading-wrapper {
    margin-bottom: 35px;
}

.donation-products-wrapper .donation-products-wrapper {
    padding: 0;
}

.grid-product-select .modal-footer {
    margin: 0;
    padding: 5px 30px 30px;
    text-align: left;
}

.grid-product-select .modal-footer > .col-xs-12  {
    padding: 0;
}

.grid-product-select .modal-body .item-wrapper {
    margin-top: 15px;
}

.item-countdown-wrapper .headline .title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.container-subitem_grid .grid-4-wrapper {
    margin: 0 -10px;
}

.grid-4-wrapper > .row{
    display: flex;
    align-items: center;
}

.product-item-with-countdown .bottom-btn-wrapper .btn,
.item-image-grid6-subitems .btn {
    font-size: 14px;
    color: #fff;
    background: #000;
    height: 35px;
    padding-right: 40px;
    padding-left: 70px;
    border-radius: 0;
    position: relative;
}

.product-item-with-countdown .bottom-btn-wrapper .btn {
    min-width: 230px;
    border-color: #000;
}

.product-item-with-countdown .bottom-btn-wrapper .btn:before,
.item-image-grid6-subitems .btn:before {
    left: 40px;
    top: 2px;
    right: auto;
    content: url(../../images/core/korpa_dugme.png);
    vertical-align: middle;
    line-height: 35px;
    height: 35px;
    position: absolute;

}

.item-image-grid6-subitems .img-wrapper {
    margin-right: 15px;
}

.item-image-grid6-subitems .btn,
.item-image-grid6-subitems .items-wrapper {
    margin-left: 15px;
}

.item-image-grid6-subitems .heading-wrapper {
    margin-bottom: 35px;
}

.item-slider-grid6 .heading-wrapper:before {
    width: unset;
    height: unset;
}

.product-item-with-countdown.image-first .product-item {
    flex-direction: row-reverse;
}

.items-generic .image-text-grid .text-wrapper {
    text-align: left;
    max-width: 80%;
    margin: auto;
}

.items-generic .image-text-grid .text-wrapper .title {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 35px;
}

.items-generic .image-text-grid .text-wrapper .short-description,
.items-generic .image-text-grid .text-wrapper .subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.items-generic .image-text-grid .text-wrapper .description {
    font-size: 16px;
}


.items-generic .image-text-grid .text-wrapper .description ul {
    list-style-type: disc;
    padding-left: 0;
    list-style-position: inside;
}

.items-generic .image-text-grid .text-wrapper .description ul li {
    font-size: 16px;
    line-height: 1.6;
}

.items-generic .image-text-grid {
    margin: 0 20px;
}

.items-generic .image-text-grid > .row {
    display: flex;
    align-items: center;
}

.items-generic .image-text-grid > .row > * {
    padding: 0;
}

.google-reviews .content-wrapper .btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #4B8BF5;
    padding: 10px 30px;
    text-transform: none;
}

.google-reviews .content-wrapper .btn:hover {
    opacity: 0.9;
}

.google-reviews .items-wrapper .heading-wrapper .title {
    color: #000;
    line-height: 16px;
    text-align: left;
}

.google-reviews .items-wrapper .heading-wrapper .value {
    color: #808080;
    line-height: 16px;
}

.items-generic .viber-newsletter .heading-wrapper:before,
.newsletter.fullwidth-center-item .heading-wrapper:before,
.items-generic .google-reviews .items-wrapper .heading-wrapper:before {
    height: 0;
    width: 0;
}

.google-reviews .content-wrapper {
    margin-top: 30px;
}

.google-reviews .heading-wrapper {
    margin-bottom: 35px;
}

.items-generic .newsletter.fullwidth-center-item .container {
    width: 100%;
    padding: 0;
}

.items-generic .viber-newsletter .title,
.items-generic .newsletter.fullwidth-center-item .title {
    text-align: left;
    font-size: 14px;
    color: #fff;
}

.items-generic .newsletter.fullwidth-center-item .title:before {
    content: url(../../images/core/newsletter-icon.svg);
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.items-generic .viber-newsletter .title:before {
    content: url(../../images/core/newsletter-viber-icon.svg);
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.items-generic .viber-newsletter .viber_form,
.items-generic .item-newsletter-wrapper .newsletter-form {
    width: 100%;
    margin: 0;
    position: relative;
}

.items-generic .item-newsletter-wrapper {
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translateY(-50%);
    width: 50%;
}

.newsletter.fullwidth-center-item .img-wrapper {
    margin-bottom: 0;
}

.item-newsletter-wrapper .btn-wrapper .btn {
    font-size: 12px;
    padding: 9px 25px;
    text-transform: none;
}

.newsletter.fullwidth-center-item input::placeholder {
    color: #808080;
}

.items-generic .newsletter .form-group-checklabel label a,
.items-generic .newsletter .form-group-checklabel label {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}

.items-generic .newsletter .form-group-checklabel {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.grid-product-select .modal-content .description-wrapper {
    font-size: 16px;
    margin-bottom: 25px;
    padding: 0 10px;
}

.product-detail-rate {
    display: block;
}

.product-rate-progress-bar .item {
    justify-content: end;
}

.product-rating-with-comments .comment-content {
    background: unset;
    margin-top: 50px;
}

.product-rating-with-comments .comment-content .heading-wrapper {
    text-align: left;
    padding: 0;
}

.product-rating-with-comments .comment-content .heading-wrapper:before {
    left: 0;
    transform: unset;
}

.product-rating-with-comments .comment-content .heading-wrapper .title {
    text-align: left;
}

.product-detail-rate .heading-wrapper-rate .title {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 500;
}

.products-detail-wrapper .product-detail-rate .heading-wrapper-rate .title {
    font-size: 15px;
    text-transform: none;
}

.products-detail-wrapper .product-detail-rate {
    margin-bottom: 10px;
}

.products-detail-wrapper .product-detail-rate .rate-number {
    font-size: 24px;
    min-width: 40px;
}

.products-detail-wrapper .product-detail-rate .new-rate-action {
    margin-left: 45px;
    margin-top: 0;
}

.products-detail-wrapper .product-detail-rate .heading-wrapper-rate {
    margin: 0;
}

.product-detail-rate .heading-wrapper-rate {
    position: relative;
    margin-bottom: 5px;
}

.product-details .products-detail-wrapper .product-detail-rate .rate-wrapper i {
    font-size: 15px;
}

.products-detail-wrapper .product-detail-rate .new-rate-action:before {
    margin-right: 10px;
}

.product-rating-with-comments .product-detail-rate .heading-wrapper-rate:before {
    content: "";
    width: 65px;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.product-detail-rate .rate-number {
    font-weight: 500;
    color: #000;
    min-width: 80px;
    margin-bottom: 0;
    position: relative;
    top: 20px;
}

.product-detail-rate .rate-wrapper .front-stars i,
.product-detail-rate .rate-wrapper .back-stars i {
    height: 16px;
    width: 16px;
    font-size: 18px;
}

.comment-content .rate-wrapper .back-stars i,
.comment-content .rate-wrapper .front-stars i {
    margin-right: 3px;
    font-size: 13px;
    height: 16px;
    width: 16px;
}


.rate-wrapper .front-stars i {
    color: #FFB400;
}

.rate-wrapper .back-stars i {
    color: #CCCCCC;
}

.product-rating-with-comments .comment-content .rate-wrapper {
    width: 100px;
    position: relative;
    top: 3px;
}

.product-rating-with-comments .comment-content .items-wrapper .item .like-dislike .icon {
    background: #E3E3E3;
    color: #000;
    border-radius: 0;
}

.product-detail-rate .rate-users-number,
.product-detail-rate .rate-action-old{
    display: none;
}

.product-rating-with-comments .new-rate-action .text-raiting,
.product-rating-with-comments .new-rate-action {
    pointer-events: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-transform: unset;
}

.product-detail-rate .new-rate-action {
    display: flex;
    margin-left: 85px;
    margin-top: 5px;
}

.product-detail-rate .new-rate-action:before {
    content: url(../../images/core/user-icon.svg);
    margin-right: 15px;
}

.product-detail-rate .new-rate-action .text-raiting {
    order: 2;
    margin-left: 5px;
}

.product-detail-rate .new-rate-action span {
    display: none;
}

.product-rating-with-comments .comment-content .heading-wrapper .title h4 {
    font-size: 18px;
    font-weight: 500;
}

.product-rating-with-comments .comment-content .user-comment {
    color: #666;
}

.product-rating-with-comments .comment-content .user {
    font-size: 18px;
    color: #111010;
    margin-right: 40px;
}

.product-rating-with-comments .comment-content  .time {
    font-size: 13px;
    color: #929292;
}

.product-rating-with-comments .comment-content .like-dislike span {
    font-size: 14px;
    color: #666666;
    margin: 0 5px;
}

.product-item-with-countdown .product-item .description img,
.product-item-with-countdown .product-item .brand,
.product-item-with-countdown .product-item .category-wrapper,
.product-item-with-countdown .product-item .atributte-images-wrapper-out,
.product-item-with-countdown .product-item .preorder-date-wrapper,
.product-item-with-countdown .product-item .block-rate-wrapper,
.product-item-with-countdown .product-item .fixed-delivery-date,
.product-item-with-countdown .product-item .text-buttons-wrapper,
.product-item-with-countdown .product-item .price-info,
.product-item-with-countdown .product-item .options-wrapper,
.product-item-with-countdown .product-item .product-list-quantity-wrapper {
    display: none;
}

.products-listing .block-rate-wrapper {
    display: none;
}

.products-listing .block-rate-wrapper .rate-wrapper {
    position: relative;
    top: unset;
    margin-bottom: 15px;
    font-size: 13px;
    opacity: 1;
}

.products-listing .block-rate-wrapper .rate-product-text,
.products-listing .block-rate-wrapper .rate-text {
    display: none;
}

.product .item .text-wrapper {
    height: 175px;
}

.page-landing .breadcrumbs .container {
    padding: 0;
    margin-top: 20px;
}

.page-landing .items-generic {
    margin-bottom: 35px;
}

.google-reviews.slider .slick-dots li button:before {
    color: #ECECEC;
    background: #ECECEC;
}

.google-reviews.slider .slick-dots {
    bottom: -40px;
}

.google-reviews.slider .slick-dots li.slick-active button:before {
    background: #808080;
}

.viber-newsletter .img-wrapper.mobile-img,
.newsletter.fullwidth-center-item .img-wrapper.mobile-img {
    display: none;
}

.items-generic .viber_form .alert-danger,
.items-generic .newsletter.fullwidth-center-item .alert-danger {
    bottom: -70px;
    left: 0;
    right: unset;
}

.grid-product-select .modal-body .title-wrapper {
    font-weight: 500;
}

.grid-product-select .modal-body select {
    font-size: 13px;
}

.grid-product-select .modal-header .close {
    top: 18px;
}

.modal .form-group-checklabel .validation-errors-list {
    right: 0;
    left: unset;
}
.product-item-with-countdown .quick-view .fa {
    display: none;
}

.product-item-with-countdown .bottom-btn-wrapper .btn:before {
    left: 50px;
}

.product-item-with-countdown .product-item .description ul {
    list-style-type: disc;
    padding-left: 0;
    list-style-position: inside;
}

.gift-product-modal .sizes-btn-wrapper.size-select-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.gift-product-modal .product-sizes .item {
    margin-bottom: 0;
}

.donation-products-wrapper .product-info .quantity-wrapper {
    font-size: 14px;
}