body.srch {
    height: calc(100vh + 22px);
    overflow: hidden;
}
/*header*/
.header-top {
    background: #000000;
    color: #ffffff;
    min-height: 30px;
    font-size: 12px;
    position: relative;
    z-index: 1030;
}
.header-top .quick-links {
    float: none;
}

.header-top .nav.nav-simple > li img {
    vertical-align: baseline;
}

.htmlVideoSlide .img-wrapper.hidden {
    display: block !important;
    opacity: 0;
    z-index: 0;
    position: relative;
}

.htmlVideoSlide video{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100% !important;
    min-height: 100% !important;
    z-index: 1;
}

/*header fixed*/
.header-wrapper{
    padding: 0;
    border-bottom:1px solid #e5e5e5;
}
.header-wrapper > .container{
    position: static;
}
.header.fixed .header-wrapper{
    position: fixed;
    width: 100%;
    background: #ffffff;
}

.header-top > .container {
    height: 30px;
    text-align: center;
}
.header-top .nav.nav-simple > li{
    text-transform: uppercase;
}

.header-top .nav.nav-simple > li:after{
    display: none;
}

.header-top .nav.nav-simple > li span {
    font-size: 12px;
}

.header-fix-holder:not(.scroll-to-fixed-pos) {
    display: block !important;
}

.main-4level .header-fix-holder {
    display: none !important;
}

.header .logo {
    display: inline-block;
    text-align: center;
    /*padding: 15px 0 0px 0;*/
    padding: 20px 0 20px 0;
    margin: 0;
}

.header .logo img{
    height: 40px;
    width: 205px;
}

/*Main navigation*/
.block.main-4level{
    display: inline-block;
}
.nav-main-wrapper{
    background: #ffffff;
}
.header-wrapper .nav-main-wrapper{
    width: auto;
    display: inline-block;
    position: static;
    padding-left: 70px;
}


.nav-main > li > a {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: relative;
    line-height: 30px;
}

.nav-main > li > a:before{
    position: absolute;
    bottom:-1px;
    left:50%;
    height:2px;
    width: calc(100% - 40px);
    background: transparent;
    content: '';
    transition: all 0.3s;
    transform: translateX(-50%);
}
.nav-main > li > a:hover, .nav-main > li.active > a {
    background: #ffffff;
}
.nav-main > li > a:hover:before,
.nav-main > li.active > a:before{

    background: #000000;
}

.header-wrapper .nav-main-wrapper > .container{
    width: auto;
    display: inline-block;
    margin: 0;
    margin-bottom: -5px;
    padding: 0;
    position: static;
}

.user{
    position: absolute;
    right: 61px;
    top: 0;
}

.cc-alb .user{
    right: 0;
}
.header-wrapper .user .nav.nav-simple .item{
    display: inline-block;
}

.user .nav.nav-simple > li a {
    /*padding: 7px 5px 5px 5px;*/
    padding: 0;
}

.user .nav.nav-simple > li a:hover{
    text-decoration:underline;
}

.nav-main-dropdown-wrapper.loaded{
    top:auto !important;
    margin-top:1px;
    width: auto;
}

.nav-main-dropdown-wrapper{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

.nav-main-dropdown h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.nav-main-dropdown li{
    max-width:100%;
}

.brand .nav-main-dropdown li{
    max-width:147px;
    max-height: 28px;
    overflow-y: hidden;
}

.nav-main-dropdown li > a:hover {
    color: #404040;
}

.nav-main-dropdown-wrapper .heading-wrapper-inline {
    border-bottom: 0px solid #d9d9d9;
}

.nav-main-dropdown h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.icon.fa-user{
    display: none;
}

/*User dropdown*/
.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,1);
    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: 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: 0;
    width: 100%;
}
.login-dropdown li a span{
    color: #ffffff;
}
.login-dropdown .item-username i{
    display: none;
}
/*Dropdown login End*/

/*User dropdown End*/

/* autocomplete button */
.autocomplete-button{
    position: relative;
    float: right;
    color: #000000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    top: 1px;
    left: 50px;
    padding: 12px 13px;
}
.autocomplete-button.autocomplete-button-simple{
    padding: 10px 5px;
    left: initial;
    right: 0;
    position: absolute;
    top: 0;
}

.fa.fa-search:before{
    background-image: url(../../images/nbshop5_time/core/sprites.png);
    background-position: -64px -214px;
    height: 16px;
    width: 16px;
    content: '';
    display: block;
    background-repeat: no-repeat;

}

.autocomplete-button .title {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    float: left;
    padding-right: 10px;
    color: #b6b6b6;
}

.autocomplete-button:after{
    display: none;
}

.autocomplete-close{
    color: #000000;
    padding: 17px 28px 12px;
}

.autocomplete-close:hover {
    color: #404040;
    background: #ffffff;
}
/*Header user*/

.header-wrapper .user{
    /*float: right;*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*right: 110px;*/
    /*top: 40px;*/
}

.header-top.fixed-style {
    position: relative;
}

.header-wrapper .user .nav.nav-simple .item.item-fast-login{
    position: absolute;
    right: 100px;
    top: 40px;
}
/*heading wrapper*/
.heading-wrapper .title {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.header-wrapper .left-wrapper{
    float: left;
    display: block;
    width: calc(100% - 110px);
    position: relative;
}
.header-wrapper .right-wrapper{
    float: right;
    display: block;
}

.autocomplete-button.autocomplete-button-simple,
.header-wrapper .right-wrapper {
    margin-top: 20px;
}

/* Cart at a header */
.header-cart {
    position: relative;
    min-width: 43px;
    height: 30px;
    float: right;
    /*   position: absolute;
      right: 0;
      top: 30px;*/
}
.header-cart-item .header-cart-toggle{
    padding: 5px 0 0;
    top: 35px;
}/*
.mini-cart {
    min-height: 40px;
    background: transparent;
    right: 0;
    top: 3px;
    z-index: 900;
    position: absolute;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    box-shadow: none;
}
.mini-cart .icon-wrapper {
    color: transparent;
    min-height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    border-radius: 0;
    display: inline-block;
}

.mini-cart .header-carthor-total {
    margin: 0;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    vertical-align: top;
    padding: 0 16px 0 0;
    float: right;
}

.mini-cart:after{
    display: none;
}
*/
/*.icon-cart-f:before {
    content: url(../../images/nbshop5_time/core/cart.png);
}*/
.icon-profile:before{
    background-image: url(../../images/nbshop5_time/core/sprites.png);
    background-position: -61px -8px;
    height: 23px;
    width: 23px;
    content: '';
    /*display: block;*/
    background-repeat: no-repeat;
    display: none;

}
.mini-cart .icon-wrapper .icon.fa.fa-shopping-cart:before {
    background-image: url(../../images/nbshop5_time/core/sprites.png);
    background-position: -163px -9px;
    height: 23px;
    width: 23px;
    content: '';
    display: block;
    background-repeat: no-repeat;
    margin-top: 4px;

}
.header-favorite .icon-wrapper .icon.fa.fa-heart-o:before {
    background-image: url(../../images/nbshop5_time/core/sprites.png);
    background-position: -163px -57px;
    height: 23px;
    width: 23px;
    content: '';
    display: block;
    background-repeat: no-repeat;
    margin-top: 4px;

}

.header-cart-item .heading-wrapper .title {
    color: #000000;
    font-size: 12px;
    padding-bottom: 10px;
}
.header-cart-item .items-wrapper .item a {
    color: #000000;
}
.header-cart-item .items-wrapper .item .content .price {
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.header-cart-item .footer-wrapper .total-price {
    color: #000000;
}
.header-cart-item .footer-wrapper a {
    color: #ffffff;
}
.header-cart-item .footer-wrapper .subtitle{
    display: none;
}

/* Favorite header */
.header-favorite.header-favorite-simple .icon-wrapper,
.header-favorite.header-favorite-simple .favorite-header-total{
    vertical-align: text-bottom;
    line-height: 41px;
}

.header-favorite.header-favorite-simple .icon-wrapper i{
    font-size: 20px;
    font-weight: 700;
}

/*headding*/
.heading-wrapper{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
/*main slider*/
.slider.main-slider {
    position: relative;
    margin-bottom: 50px;
}

.slider.main-slider .item .text-wrapper .title {
    font-size: 58px;
    line-height: 60px;
}

.slider.main-slider .item .content .btn-wrapper {
    display: none;
}

.slider.main-slider .item .content {
    top: inherit;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 50px;
    left: 50%;
    display: block;
}
.slider.main-slider .item .content .text-wrapper{
    display: none;
}
.slider.main-slider .item.slick-current .content {
    top: inherit;
}

.slider.main-slider .item .btn-wrapper .btn-slider {
    background: #000000;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    width: 196px;
    height:50px;
    text-align: center;
    line-height: 38px;
}
.slider.main-slider .item .btn-wrapper .btn-slider:hover {
    background: #ffffff;
    color: #000000;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,1);
}

.slider.main-slider .item .text-wrapper .description {
    font-size: 20px;
    text-transform: uppercase;
}

.slider.main-slider .item .text-wrapper {
    font-size: 58px;
    line-height:58px;
}


.slider.main-slider .item img{
    margin: 0 auto;
}

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

.slider .slick-dots li{
    width: 5px;
    height: 5px;
}
.slider .slick-dots li button{
    width: 5px;
    height: 5px;
    line-height: 5px;
}
.slider .slick-dots li button:before{
    line-height: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #000000;
}
.slider .slick-dots li.slick-active button:before{
    width: 5px;
    height: 5px;
    -webkit-box-shadow: inset 0 0 0 4px #000000;
    -moz-box-shadow: inset 0 0 0 4px #000000;
    box-shadow: inset 0 0 0 4px #000000;
}


.slider.main-slider .item{
    padding: 0 10px;
}

/*List tabs*/
.lists-tabs ul.items-wrapper {
    text-align: center;
}

/*Product slider*/

.product-availability-by-store-wrapper .availability-text,
.product-availability-by-store-wrapper .delivery-wrapper .number-of-pieces {
    display: none;
}

.product-slider > .slider-init > .slick-list {
    padding-bottom: initial;
    margin-bottom: initial;
    z-index: 1;
    pointer-events: none;
}
.product-slider > .slider-navigation-absolute {
    top: calc(50% - 0px);
    width: calc(100% + 10px);
    left: -5px;
}
.product-slider .item{
    padding-top:1px;
    margin-right: 2px;
    border: 1px solid transparent;
}

.product-slider .item .social-share{
    pointer-events: all;
    margin-right: 0;
    opacity: 0;
    display: none;
}
.product-slider .item:hover .social-share{
    margin-right: 0;
    opacity: 1;
}
.product-slider .item .social-share .item{
    border:0 solid transparent;
    padding: 0 0 5px;
}
.social-share .item a:hover {
    color: #000000;
    opacity: 0.7;
}

.product-slider .item .social-share:hover  .item{
    border:0 solid transparent;
}

.product-slider .item:hover{
    border: 1px solid #d9d9d9;
}

.product .item:hover{
    box-shadow: inset 0 0 0 1px #dbdbdb;
}
.product .item .img-wrapper{
    /*border: none;*/
    border: 0px solid transparent;
    padding: 0;
    overflow: initial;
}
.product .item.grid-view .img-wrapper{
    border: none;
    padding: 0;
    margin-bottom: 35px;
}

.product-listing .product-item.gridalt-view .img-wrapper {
    margin-bottom: 10px;
}

.product .item .btn-wrapper{
    display: none;
}
.product .item .img-overlay{
    display: none;
}

.product .item .options-wrapper {
    display: none;
}

.product .item .caption-product-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product .item .caption-product-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product .item .caption-product-list > * {
    order: 2;
}

.product .item .caption-product-list > .wrapper-loyalty-caption {
    order: 1;
    margin: 0;
    padding: 0;
}

.product .item .caption-product-list a {
    min-width: 60px;
}

/*Product info*/
.product-details .product-details-info{
    border-bottom: 0 solid;
}

.product .item .text-wrapper .brand {
    position: absolute;
    left: 0;
    top: -24px;
    display: block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.product .item.wrapper-gridalt-view .text-wrapper .brand {
    position: relative;
}

.product .item .caption-brand {
    display: none;
}

.product .item.wrapper-gridalt-view .text-wrapper .brand{
    top: 0;
}

.product .item.wrapper-gridalt-view .text-wrapper .title {
    margin-top: 15px;
}

.product .item .text-wrapper .category-wrapper{
    display: none;
}

.product .item .text-wrapper .title {
    margin-top: 30px;
    height: 36px;
}


.product .item .text-wrapper .title a{
    color: #000000;
    font-size: 13px;
}

.product .item .text-wrapper .prices-wrapper{
    height: 60px;
    width: fit-content;
}
.product .item .text-wrapper .prices-wrapper .current-price {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.product .item .text-wrapper .prices-wrapper .current-price span.value{
    font-size: 13px;
}

.product .item .text-wrapper .prices-wrapper .current-price span{
    font-size: 10px;
}

.product .item .text-wrapper .prices-wrapper .prev-price{
    font-size: 14px;
}

.product .item .text-wrapper .prices-wrapper .prev-price span{
    font-size: 10px;
}

.product .item:hover .favorite{
    opacity: 1;
}
.product-details .product-slider .favorite {
    opacity: 0;
}
.product .item .caption-icons{
    color: #000000;
}
.product .item .caption-favorite {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 15;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
}

.product .item .caption-discount{
    background: #f13941;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    font-size: 15px;
    width: 45px;
    height: 23px;
    line-height: 25px;
}

.product .item .caption-icons .icon{
    color: #000000;
}
.product .item .caption-icons .quick-view{
    display: none;
}
/* General slider propetis */

.slider .slider-arrows .slider-prev i:before,
.slider-arrows .slider-prev i:before,
.product-images .slider-prev i:before{
    content: url(../../images/nbshop5_time/core/arrow_left.png);
}

.slider .slider-arrows .slider-next i:before,
.slider-arrows .slider-next i:before,
.product-images .slider-next i:before{
    content: url(../../images/nbshop5_time/core/arrow_right.png);
}

/*Slider + slider-product*/
.home_product-slider-wrapper .slider-content{
    position: static;
    padding-right: 20px;
}

.generic-slider .btn-slider{
    background: #000000;
}
.home_product-slider .btn-slider{
    display: none;
}

.products-list-simple .product-item-image img{
    border: none;
}

/*Grid slider*/
.grid-slider.style-grid-slider .text-wrapper {
    display: block;
}


.grid-slider .text-wrapper .title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.grid-slider.style-grid-slider .text-wrapper .title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    height: 36px;
}

.grid-slider .item .img-wrapper{
    text-align: center;
    margin-bottom: 0;
}

.grid-slider .item .img-wrapper img{
    margin: auto;
}


.article-grid-listing-2.article .item .content,
.article-autosuggest .item .content {
    bottom: 0;
    height: auto;
}

.grid-slider .content {
    position: relative;
    /* bottom: 70px; */
    /* height: 60px; */
    /* background: #fff; */
    width: calc(100% - 60px);
    left: 30px;
    padding: 20px;
}

.grid-slider .btn-wrapper{
    display: none;
    text-align: center;
    margin-top: 20px;
}

.grid-slider .btn-wrapper .btn-slider{
    background: #ffffff;
    color: #000000;
    border: 1px solid #dedede;
    padding: 13px 25px;
    border-radius: 0;
}

.grid-slider .btn-wrapper .btn-slider:hover{
    background: #000000;
    color: #ffffff;
}

.grid-slider.style-grid-3-slider .content{
    height: auto;
    bottom: 30px;
}

/*Brends slider*/
.brands-slider-wrapper{
    border-top:1px solid #e3e3e3;
    background: #ffffff;
}
.brands-slider-wrapper .brands {
    margin-bottom: 20px;
}

.brands.brands-slider .slider-init {
    margin-top: 25px;
    margin-bottom: 30px;
}


.social-share .item-pinterest,
.social-share .item-google{
    display: none;
}
.social-share .nav.items-wrapper{
    width:150px;
}

.social-share .item{
    font-size: 20px;
}

.products-detail-wrapper .social-share {
    text-align: center;
    margin-top: 20px;
}

.products-detail-wrapper .social-share .item{
    opacity: 1;
    padding: 10px 8px;
}

.social-share i.icon-connection,
.products-detail-wrapper .social-share .show-all{
    display: none;
}

.social-icon{
    text-align: right;
}
/*.social-icon .heading-wrapper{
    display: none;
}*/

.social-icon .item{
    padding:5px 5px;
    margin-right:10px;
}

.social-icon .item:last-of-type{
    margin-right:0;
}

.social-icon .item img{
    width: 22px;
}
.social-icon .description{
    display: none;
}
/* Footer */

.footer .logo{
    padding-right: 30px;
    position: relative;
    top: 90px;
    margin-top: 0;
}

.footer-wrapper {
    background: #ffffff;
    position: relative;
    padding-bottom: 10px;
    z-index: 1;
    color: #000000;
}

.footer-wrapper a {
    color:#000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.footer .heading-wrapper .title{
    color: #000000;
}
/*Footer Loyalty*/

.footer-newsletter-social > .container > .row > .item:not(:last-child){
    -webkit-box-shadow: inset 1px 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 1px 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,0.5);
}
.grid-slider.footer_loyalty-slider{
    margin-bottom: 0;
}
.grid-slider.footer_loyalty-slider .content{
    position: static;
    background: transparent;
    width: auto;
    color: #ffffff;
    height: auto;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    text-align: left;
    vertical-align: text-bottom;
    padding-left: 10px;
}
.grid-slider.footer_loyalty-slider .content .text-wrapper{
    text-align: left;
}
.grid-slider.footer_loyalty-slider .content .title{
    font-size: 13px;
    margin-bottom: 10px;
}
.grid-slider.footer_loyalty-slider .content a{
    color: #ffffff;
}
.grid-slider.footer_loyalty-slider .item{
    text-align: center;
}
.grid-slider.footer_loyalty-slider .img-wrapper{
    display: inline-block;
    max-width: 60px;
}
.grid-slider.footer_loyalty-slider .item:hover .img-wrapper:after {
    display: none;
}


/*Footer Loyalty End*/
/*Footer nav*/
.footer-nav .heading-wrapper .title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.footer .nav.items-wrapper .item a {
    color: #525151;
    padding: 0;
}
.footer .nav.items-wrapper .item a:hover {
    color: #000000;
    background: transparent;
}
/*Company info*/

.company-info{
    border-left:1px solid #000000;
    padding-left: 50px;
}


.company-info .heading-wrapper .title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.company-info .item span.title {
    display: none;
}

.company-info .item.item-site-bank-name,
.company-info .item.item-site-business-code,
.company-info .item.item-site-pib,
.company-info .item.item-site-company-identification-number,
.company-info .item.item-site-working-hours{
    display: none;
}

.footer .company-info .item.item-site-working-hours{
    display: block;
    color: #525151;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.footer .company-info .item.item-site-working-hours span.title {
    display: block;
}

.footer .company-info .item.item-site-working-hours span.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: block;
}
/* Footer disclaimer */
.disclaimer {
    color: #9b9b9b;
    padding: 10px 10px 0 0;
    border-top: 0px solid #ffffff;
    line-height: 1;
    font-size: 12px;

}

.footer-bottom > .container{
    border-bottom:1px solid #e3e3e3;
}

.footer-bottom > .container > .row > [class^="col-"]{
    padding-right: 0;
    padding-left: 0;
}

.copyright{
    border-top: 0 solid #3f404e;
    font-size: 12px;
    text-transform: uppercase;
    margin: auto;
    color: #9c9b9b;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.footer-wrapper .footer-bottom a{
    color: #9c9b9b;
    font-size: 12px;
}

.payment-card {
    padding: 0;
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.payment-card .items-wrapper{
    text-align: right;
}

/*Home tabs*/
.lists-tabs .heading-wrapper h2{
    font-size:28px;
}
.lists-tabs ul.items-wrapper .item{
    text-transform: uppercase;
    margin-left:20px;
    position: relative;
}
.lists-tabs ul.items-wrapper .item:first-of-type{
    margin-left: 0;
}
.lists-tabs ul.items-wrapper .item:before{
    content: '/';
    position: absolute;
    right: -15px;
}

.lists-tabs ul.items-wrapper .item:last-of-type:before{
    display: none;
}

.lists-tabs .item.active{
    text-decoration: underline;
}


.lists-tabs ul.items-wrapper .item{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

/*Article grid listing*/
.article-grid-listing-2.article-list-grid .heading-wrapper .title{
    text-align: center;
}
.article-grid-listing-2.article-list-grid .item ,
.article-autosuggest .item {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.article-grid-listing-2.article-list-grid .item:hover,
.article-autosuggest .item:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.article-grid-listing-2.article .item:hover .img-wrapper ,
.article-autosuggest .item:hover .img-wrapper {
    position: relative;
}
.article-grid-listing-2.article .item:hover .img-wrapper:after,
.article-autosuggest .item:hover .img-wrapper:after{
    background: rgba(0,0,0,0.35);
}
.article-grid-listing-2.article .item .img-wrapper:after ,
.article-autosuggest .item .img-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0);
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;

}

.article-grid-listing-2.article .item .text-wrapper .the-date,
.article .item .text-wrapper .the-date{
    background: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: none;
}
/*.article-grid-listing-2.article .item .content,*/
/*.article-autosuggest .item .content{*/
/*    position: relative;*/
/*    width: calc(100% - 60px);*/
/*    left: 30px;*/
/*    bottom: 30px;*/
/*    padding: 30px;*/
/*}*/

.article-grid-listing-2.article .item .text-wrapper .category,
.article-autosuggest .item .text-wrapper .category,
.article.similar-article-slider .item .text-wrapper .category {
    display: none;
    font-size: 13px;
    font-style: normal;
    text-align: center;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.article-grid-listing-2.article .items-wrapper .item .text-wrapper .title,
.article-autosuggest .items-wrapper .item .text-wrapper .title,
.article.similar-article-slider .item .title{
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: 65px;
    overflow: hidden;
}


.article-grid-listing-2.article .items-wrapper .item .text-wrapper .description,
.article-autosuggest .items-wrapper .item .text-wrapper .description,
.article.similar-article-slider .item .description{
    color: #818181;
    height: 72px;
    min-height: 72px;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
}
.article-grid-listing-2.article.similar-article-slider .slick-slide{
    padding: 0 20px;
}

.article-grid-listing-2.article .item .btn-wrapper .favorite{
    display: none;
}
.article-grid-listing-2.article .item .btn-wrapper,
.article .item .btn-wrapper {
    display: none;
    text-align: center;
}


.article-grid-listing-2.article .item .btn-wrapper a:hover{
    color: #ffffff;
    background: #000000;
}
.article-grid-listing-2.article-list-grid .item .btn-wrapper a, .item .btn-wrapper a{
    float: none;
    display: inline-block;
}
.article-grid-listing-2.article .item .btn-wrapper a i, .article .item .btn-wrapper a i{
    display: none;
}

/*article submenu*/
.article .category-submenu{
    margin-bottom: 20px;
}
.article .category-submenu .item{
    position: relative;
    padding: 5px 10px;
}

.article .category-submenu .item:after{
    content: '';
    height:5px;
    width:5px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: -5px;

}
.article .category-submenu .item:last-of-type:after{
    display: none;
}
.article .category-submenu .item .content{
    position: static;
    width: 100%;
    left: auto;
    bottom: auto;
    padding: 0;
}
.article .category-submenu .item .content{
    min-height: 0;
    border-top: 0 solid rgba(0,0,0,0.1);
}
.article .category-submenu .item .img-wrapper{
    display: none;
}

.article .category-submenu .item .text-wrapper .title{
    font-size: 13px;
    text-transform: uppercase;
}
.article .category-submenu .item.active .text-wrapper .title{
    text-decoration: underline;
}

.article-detail .article {
    margin-bottom: 10px;
}

/*paginacija*/
.pagination{
    padding-top: 50px;
}
.pagination > li > a{
    color: #000000;
    border: 0px solid #ddd;
    padding: 4px 5px;
    min-height: 33px;
    line-height: 26px;
    min-width: 33px;

}
.pagination > li.active > a{
    background: #000000;
    color: #ffffff;
    border: 0px solid;
}
.pagination > li.active > a:hover{
    background: #000000;
    color: #ffffff;
}
.pagination > li.active > a:hover{
    background: #ffffff;
    color: #000000;
    border: 0px solid;
}
.pagination>li>a:hover{
    background: #ffffff;
    color: #000000;
}
.pagination>li>a:after{
    position:absolute;
    content:'';
    width:100%;
    height:3px;
    background:#000;
    bottom:0;
    left: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;
    opacity:0;
}
.pagination>li>a:hover:after{
    opacity: 1;
}
.pagination .icon-caret-dbl-right:before {
    content: url(../../images/nbshop5_time/core/arrows_right.png);
}
.pagination .icon-caret-dbl-left:before {
    content: url(../../images/nbshop5_time/core/arrows_left.png);
}
.pagination .icon-caret-left:before {
    content: url(../../images/nbshop5_time/core/p_arrow_left.png);
}
.pagination .icon-caret-right:before {
    content: url(../../images/nbshop5_time/core/p_arrow_right.png);
}

/*Blog details*/ /* prebaci na 5 */

.article-headding{
    text-align: center;
}
.article-headding .category{
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.article-headding .category:before,
.article-headding .category:after{
    content: '';
    position: absolute;
    height:5px;
    width: 5px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #000000;
    top:50%;
    transform: translateY(-50%);
}
.article-headding .category:before{
    left:-10px;
}
.article-headding .category:after{
    right:-10px;
}
.article-detail .article-wrapper .title h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 35px;
}

.article-headding .the-date{
    display: inline-block;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
/**/


.article.similar-article-slider .item .btn-wrapper a.btn{
    color: #000000;
    float: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border:none;
}
.article.similar-article-slider .item .btn-wrapper a.btn:hover{
    background: #ffffff;
    text-decoration: underline;
}

.article-detail .article-wrapper .text-wrapper {
    margin: 0 0 20px;
    font-size: 16px;
    color: #818181;
}

/*Product listing*/
/*intro*/
.product-listing-intro{
    border-bottom: 0px solid #d9d9d9;
}
.product-listing-intro .headding-wrapper {
    display: inline-block;
    margin-top: 5px;
}
.product-listing-intro h1{
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.product-listing-intro .styled-select {
    float: left;
    max-width: 180px;
}
.product-listing-intro .pagination-wrapper{
    display: none;
}
.product-listing-intro .form-group:first-child{
    display: none;
}
.product-listing-intro .intro-filters{
    width: 85%;
}
.product-listing-intro .list-types-wrapper .item{
    color: #000000;
    font-size: 33px;
}

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

.product-listing-intro .list-types-wrapper .item.active i,
.product-listing-intro .list-types-wrapper .item:hover i {
    color: #ffffff;
    background: transparent;
}
.product-listing-intro .form-group{
    float: none;
    display: inline-block;
}
.product-listing-intro .form-group label,
.product-listing-intro .form-group span{
    padding: 0 10px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.product-listing-intro .form-group .styled-select select {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.product-listing .list-types-wrapper .item-grid i:before{
    content: url(../../images/nbshop5_time/core/grid_2_inactive.png);
}
.product-listing .list-types-wrapper .item-grid.active i:before{
    content: url(../../images/nbshop5_time/core/grid_2_active.png);
}

.product-listing .list-types-wrapper .item-gridalt i:before{
    content: url(../../images/nbshop5_time/core/grid_6_inactive_s.png);
}

.product-listing .list-types-wrapper .item-gridalt.active i:before{
    content: url(../../images/nbshop5_time/core/grid_6_s.png);
}

/*tags*/
.selected-filters.tags{
    background: #ffffff;
}
.selected-filters.tags:before{
    background: #ffffff;
}

.tags .items-wrapper .item{
    color: #8a8a8a;
    background: #ffffff;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tags .items-wrapper .item .text{
    font-size: 12px;
}

.tags .items-wrapper .item .close{
    color: #000000;
    font-size: 7px;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tags .items-wrapper .item .close:before{
    line-height: 20px;
}

.tags .items-wrapper .item .close:hover{
    background: #626375;
}

.tags .products-found-wrapper .remove-all-tags{
    background: #ffffff;
    color: #000000;
    margin-left: 0;
    font-size: 10px;
    padding: 6px 8px 6px 7px;
}

.tags .products-found-wrapper .remove-all-tags:hover{
    background: #8a8a8a;
    color: #ffffff;
}

.tags .products-found-wrapper .products-found{
    color: #a8a8a8;
    display: inline-block;
    margin-right: 10px;
}

/* Products list  */
.product .item .text-wrapper {
    pointer-events: all;
    height: 125px;
    clear: both;
    margin-top: 30px;
}
.product .item:hover {
    box-shadow: inset 0 0 0 0px #dbdbdb;
}
.product-listing .text-wrapper .options-wrapper{
    display: none;
}
.product .item .text-wrapper .prices-wrapper .prev-price {
    font-size: 13px;
}
.product .item .text-wrapper .prices-wrapper .current-price.price-with-discount{
    color: #f13941;
}
.products-listing .social-share .nav.items-wrapper{
    width: 160px;
    padding-left: 4px;
}

/*filters*/
.product-listing-filters {
    border-right: 0 solid #ffffff;
}
.filter-group .items-wrapper{
    border-bottom: 0 solid #ffffff;
    max-height: 150px;
}
.filter-group .title {
    color: #000000;
}
.filter-group .headline-wrapper{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.filter-group .btn-search {
    background: #000000;
    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: #404040;
}
.form-group-checklabel label {
    color: #1c1c1c;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.filter-group .items-wrapper .item.form-group-checklabel label:hover {
    color: #000000;
}
.filter-category-menu .active a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.nicescroll-rails > div{
    width: 3px !important;
    background-color: rgb(0, 0, 0) !important;
}

.filter-group-colections{
    display: none;
}
.filter-group .items-wrapper > li.active > a{
    color: #000000;
}
/*Compare*/
.product-compare{
    display: none;
}

.sidebar-product-compare{
    display: none;
}
.sidebar-product-compare .sidebar-icon {
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 0;
    padding: 7px;
}

.sidebar-product-compare .sidebar-icon > span {
    position: absolute;
    background: #000;
    width: 20px;
    height: 20px;
    right: -5px;
    top: -10px;
    border-radius: 0;
    border: 1px solid #ffffff;
}
.sidebar-product-compare #product-compare-sidebar-content {
    top: -10px;
}
.sidebar-product-compare .sidebar-header {
    background: #000000;
}

.product-listing .product-item:hover .img-wrapper .caption-favorite .product-compare i {
    color: #000;
}
.product-listing .product-item .img-wrapper .caption-icons i{
    color: #000000;
}
.product-listing .product-item.item .social-share{
    margin-right: 0;
    opacity: 0;
    display: none;
}
.product-listing .product-item.item:hover .social-share{
    opacity: 1;
}

/*Product detail*/
.products-detail-wrapper .heading-wrapper .brand{
    font-size: 24px;
}
.social-share:hover .items-wrapper .item a:hover {
    color: #404040;
}

.product-attributes li:hover{
    color: #000000;
    border-color: #000000;
}

.product-attributes li.active{
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}

.product-attributes li.disabled,
.product-attributes li.disabled:hover{
    position:relative;
    color: #a6a6a6;
    background: #ffffff;
    border-color: #d6d5d5;
}

.shop-button-qnt:before{
    display: none;
}
.shop-button-qnt{
    min-width:286px;
}
.product-details h1 {
    font-size: 24px;
    line-height: 1;
    color: #000000;
    margin: 0;
}
.products-detail-wrapper .heading-wrapper .title {
    text-transform: inherit;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.product-details .product-details-info .category,
.product-details .product-details-info .category a {
    display: none;
}
.product-details .product-details-info .code{
    font-size: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-bottom: 0;
}
.product-details .product-details-info .code span {
    color: #a8a8a8;
    font-size: 12px;
    padding-bottom: 0;
}
.product-details .product-details-info .description{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.product-details .caption-discount {
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    background: #f13941;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    font-size: 18px;
    width: 61px;
}
.product-details-price{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.product-details-price .prev-price {
    color: #000000;
    font-size: 14px;
    text-decoration: line-through;
}
.product-details-price .prev-price .currency{
    font-size: 10px;
}
.product-details-price .current-price {
    color: #000000;
    font-size: 16px;
    line-height: 16px;
}
.product-details-price .current-price.has-discount {
    color: #f13941;
}
.product-details-price .current-price .currency{
    font-size:12px;
}
.product-details-price .price-saved {
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
}
.product-details-price .action-lowerprice {
    text-decoration: underline;
    font-size: 12px;
    color: #a8a8a8;
    position: static;
}

.product-detail-wrapper .action-available.binded-to-tab{
    display: inline-block;
}
.cc-alb .product-detail-wrapper .action-available.binded-to-tab{
    display: none;
}
.action-available.binded-to-tab {
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.action-available.binded-to-tab:hover{
    color: #ffffff;
    border: 1px solid #000000;
    background: #000000;
}

.product-attributes-wrapper label{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
}
.product-details-related{
    border-top: 0 solid #d9d9d9;
}
.product-details-related .items{
    width: 70%;
}
.product-details-related .heading-wrapper .title{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    display: none;
}

.product-detail-buy {
    margin-bottom: 0;
}

.product-quantity-arrows{
    display: none;
}
.product-detail-buy .heading-wrapper .title{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000000;
}
.product-quantity {
    position: relative;
    width: 65px;
    height: 45px;
    border: 1px solid #d9d9d9;
}
.shop-button-qnt{
    height:45px;
    padding-right: 0;
    padding-left: 0;
}
.product-details label {
    font-weight: normal;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.product-images .caption-favorite .favorite{
    display: none;
}
.products-detail-wrapper .favorite{
    display: inline-block;
    margin-top: 20px;
}
.products-detail-wrapper .favorite .text{
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    padding-left: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.products-detail-wrapper .favorite .icon{
    float: left;
    margin-top: 4px;
}
.products-detail-wrapper .product-image-wrapper .favorite{
    display: none;
}
.slider.product-main img{
    max-height: 500px;
    margin: auto;
}

.icon.icon-heart:before {
    background-image: url(../../images/nbshop5_time/core/sprites.png);
    background-position: -163px -63px;
    height: 19px;
    width: 19px;
    content: '';
    display: block;
    background-repeat: no-repeat;
}
.social-share.detail-social-share .share-text{
    display: block;
}
.icon-connection:before {
    background-image: url(../../images/nbshop5_time/core/sprites.png);
    background-position: -100px -128px;
    height: 30px;
    width: 30px;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: 300px;
}

.icon-email2:before,
.icon-viber:before,
.icon-chat:before,
.social-share .icon-facebook:before,
.icon-twitter-url-f:before{
    background-image: url(../../images/nbshop5_time/core/sprites.png);
    height: 28px;
    width: 30px;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: 300px;
}


.icon-email2:before {
    background-position: 0px -75px;

}
/*viber*/
.icon-viber:before {
    background-position: -200px -128px;
}
/*watsapp*/
.icon-chat:before {
    background-position: -150px -128px;
}
/*twitter*/
.icon-twitter-url-f:before {
    background-position: -100px -128px;
}

/*facebook*/
.social-share .icon-facebook:before {
    background-position: -250px -121px;
    height: 38px;
    width: 30px;
    content: '';
    display: block;

}
.product-details-related-colors .heading-wrapper .title{
    color: #000000;
}
.product-supplies{
    display: none;
}
/*Tabs product details*/
.product-specification-tabs ,
.product-generic-tabs {
    margin-bottom: 50px;
}
.product-specification-tabs .nav.nav-tabs a,
.product-generic-tabs .nav.nav-tabs a{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.product-specification-tabs.lists-tabs ul.items-wrapper,
.product-generic-tabs.lists-tabs ul.items-wrapper{
    text-align: left;
    margin-bottom: -1px;
}
.product-specification-tabs.lists-tabs ul.items-wrapper .item.active,
.product-generic-tabs.lists-tabs ul.items-wrapper .item.active{
    border:1px solid #d9d9d9;
    border-bottom: 1px solid #ffffff;
}
.product-specification-tabs.lists-tabs .item.active,
.product-generic-tabs.lists-tabs .item.active{
    text-decoration: none;
}
.product-specification-tabs.lists-tabs ul.items-wrapper .item,
.product-generic-tabs.lists-tabs ul.items-wrapper .item{
    padding: 10px;
    margin-left: 0;
}
.product-specification-tabs.lists-tabs ul.items-wrapper .item.comment-reply,
.product-generic-tabs.lists-tabs ul.items-wrapper .item.comment-reply{
    padding-left: 30px;
}
.product-specification-tabs.lists-tabs .comment-content ul.items-wrapper .item,
.product-generic-tabs.lists-tabs .comment-content ul.items-wrapper .item{
    display: block;
}

.product-specification-tabs.lists-tabs ul.items-wrapper .item:before ,
.product-generic-tabs.lists-tabs ul.items-wrapper .item:before {
    display: none;
}
.product-specification-tabs.lists-tabs .tab-content ,
.product-generic-tabs.lists-tabs .tab-content {
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    padding: 20px;
    font-size: 14px;
}
.product-specification-tabs.lists-tabs .tab-content .comments .heading-wrapper,
.product-generic-tabs.lists-tabs .tab-content .comments .heading-wrapper{
    display: none;
}
.panel-size {
    display: none;
}
.panel .display-comments-wrapper{
    display: none;
}
.panel .comments-wrapper .heading-wrapper-inline{
    display: none;
}
.panel .comments .heading-wrapper{
    display: none;
}
.panel .comments .comments-input-wrapper{
    padding-top: 0;
}
.nav-tabs > li{
    margin-bottom:-1px;
}
.nav-tabs > li > a {
    font-size: 15px;
    padding: 15px 35px;
    border-radius: 0;
    border: 0px solid #ddd;
    border-right: 0 solid #ffffff;
    border-bottom: 0 solid #ffffff;
    color: #000000;
    margin-right: 0;
}

.nav-tabs > li.active:after {
    display: none;
}

.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:last-of-type > a {
    border-right: 0px solid #ddd;
}
.tab-content {
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    padding: 20px;
    font-size: 14px;
}
.panel-body .panel-icon {
    margin-top: 5px;
    margin-right: 5px;
}
/*Vertical tabs*/
.product-vertical-panel .panel-inner{
    padding-left:0;
}
.panel-group .panel .panel .panel-title .panel-toggle,
.panel-title .panel-toggle.collapsed {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.product-vertical-panel .panel-group .panel-top > .panel-heading.opened .panel-toggle {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.product-vertical-panel .panel-group .panel-top > .panel-heading .panel-toggle {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.product-vertical-panel .panel-group .panel-top > .panel-heading.opened {
    background: transparent;
}
/* toggle banner */
.toggle-banner {
    top: 37vh;
    z-index:999;
}
.toggle-banner .toggle-button {
    height: auto;
    width: 60px;
    background: #f9f9f9;
    color: #ffffff;
    font-weight: normal;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    border-left: 2px solid #000000;
}
.toggle-banner .toggle-button i:before{
    /*background-image: url(../../images/nbshop5_time/core/icon.svg);
    content: '';
    background-size: cover;
    background-repeat: no-repeat;*/
    height: 40px;
    width: 40px;
    display: block;
    content: "\f095";
    background: #000000;
    border-radius: 50%;
    font-size: 30px;
    line-height: 40px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.toggle-banner .toggle-button.expand{
    opacity: 0;
    width:210px;
}

.toggle-banner .toggle-button span{
    padding-left: 10px;
    display: none;
}


.toggle-banner .sidebar-info{
    float: none;
    border: 0;
    width: 210px;
    padding-bottom: 10px;
    background: #f9f9f9;
}

.sidebar-fixed .sidebar-info {
    position: static;
}

.toggle-banner > .item {
    border: 0 solid #000000;
    margin-right: 0;
    overflow: hidden;
    width: auto;
    height: auto;
    color: #000000;
    background: #f9f9f9;
}

.toggle-banner .sidebar-info .item{
    min-height: 0;
    background: #000000;
}

.toggle-banner .sidebar-info .headline-wrapper,
.toggle-banner .sidebar-info .item{
    padding: 0;
    background: transparent;
    border-bottom: 0px solid #dedede;
}

.toggle-banner .sidebar-info .item .title{
    font-size: 14px;
    padding: 10px 0;
}


.toggle-banner .sidebar-info .headline-wrapper .title{
    font-size: 13px;
    padding-top: 20px;
    color: #000000;
    padding-bottom: 20px;
    border-left:2px solid #000000;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    cursor: pointer;
}
.sidebar-info .item .text-wrapper {
    padding-left: 20px;
}

.toggle-banner .items-wrapper .item .text-wrapper .description{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000000;
}

.toggle-banner .sidebar-info .img-wrapper{
    display: none;
}

.slider.product-images-thumbs .slider-init {
    padding: 0;
}
.product-images-thumbs.slider .slick-slide {
    position: relative;
    padding: 0;
    border:1px solid transparent;
}
.product-images-thumbs.slider .slick-current{
    border:1px solid #d5d5d5;
}
.product-details .product-image-wrapper{
    border: 0 solid #ffffff;
}

.product-details .caption-brand {
    bottom: 0;
}

.product_detail-slider.grid-slider{
    padding: 10px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
    width:70%;
}

.product_detail-slider.grid-slider .col-lg-2{
    width: 33.33333333%;
}
.product_detail-slider.grid-slider .item .text-wrapper {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
}
.product_detail-slider.grid-slider .content{
    position: static;
    bottom: 0;
    height: auto;
    background: transparent;
    width: 100%;
    left: 0;
    padding: 0;
}

.product_detail-slider.grid-slider .text-wrapper .title {
    text-transform: none;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    color: #a2a2a2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.product_detail-slider.grid-slider .item:hover .img-wrapper:after {
    display: none;
}

.most-sale-product .slick-track,
.last-viewed-slider .slick-track {
    margin: 0 auto;
}

/*social share*/
.social-share {
    font-size: 18px;
    display: inline-block;
    float: right;
    margin-right: 60px;
}
.social-share > i{
    float: right;
}
.product-details .social-share{
    float: none;
    display: block;
    margin-right:0;

}
.product-details .social-share > i{
    float: left;
}

.form-control.jq-ry-container{
    border:0 solid transparent;
}
.table>tbody>tr:hover>td,
.table>tbody>tr:hover>th {
    background-color: rgba(241, 241,241,0.5);
}

/*FAQ*/
.accordian.article {
    margin-top: 20px;
    padding-left: 50px;
    border-left: 1px solid #dfdfdf;
}
.accordian .heading-wrapper.heading-wrapper-bordered{
    text-align: left;
    padding-left: 50px;
}

/*panel accordian*/
.panel-wrapper .panel{
    border-top: 1px solid #e2e2e2;
    padding: 10px 0;
    box-shadow: none;
}
.panel-wrapper .panel:last-of-type{
    border-bottom: 1px solid #e2e2e2;
}
.panel-wrapper .panel-top > .panel-heading {
    background: transparent;

}
.panel .title .panel-toggle {
    color: #000000;
    padding: 10px 15px 10px 0;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
}
.collapse.in > .panel-body {
    border-bottom: 0px solid #000000;
}
.panel-wrapper .panel .panel:last-child {
    border-bottom: none;
    border-top: none;
}
.panel-inner{
    font-size: 14px;
}
.panel > .collapsing, .panel > .collapse {
    background: #ffffff;
    border-bottom: 0px solid #000000;
}

/*Sidebar menu article*/
.sidebar-menu .heading-wrapper {
    border-bottom: 0px solid #e2e2e2;
}
.sidebar-menu .nav li.active > a {
    border: none;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    margin-left: -2px;
}
.sidebar-menu{
    background: transparent;
}

.sidebar-menu a {
    color: #000000;
}
.sidebar-menu .nav li.opened > a {
    font-weight: normal;
    margin-left: -2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.sidebar-menu .nav > li.opened:after,
.sidebar-menu .nav > li.active:after{
    display: none;
}

/*profile*/
.profile .profile-into .item .img-wrapper .icon{
    color: #000000;
}

.profile .profile-into .item .img-wrapper .item-counter{
    background: #000000;
}

.profile .heading-wrapper .title h3{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;

}
.profile .tab-content{
    border:0px solid #ffffff;
}
.nav-vertical > li > a:hover,
.nav-vertical > li > a:focus {
    background: transparent;
    color: #404040;
}
.nav-vertical > li.active > a {
    background: #ffffff;
    color: #000000;
    border-bottom-color: #000000;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.profile-sidebar .heading-wrapper .title h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.nav-vertical > li > a{
    color: #525151;
}
.profile .product .item .img-overlay{
    display: block;
}
.profile .profile-favorite-products .product .item .btn-wrapper ,
.profile .profile-wish-list .product .item .btn-wrapper {
    display: block;
}
.profile .profile-favorite-products .product .item .btn-wrapper .remove-item,
.profile .profile-wish-list .product .item .btn-wrapper .remove-item{
    cursor: pointer;
}

.profile .social-share{
    margin-right:0;
    float: left;
    display: none;
}
.profile .social-share > i {
    float: none;
}
.profile .social-share .nav.items-wrapper{
    float: right;
    width: auto;
}
.profile  .social-share .item{
    margin: 0 -1px 0 0;
}
/*contact*/
.contact-page:not(.background-image-active) h1 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.contact-page .heading-wrapper .title {
    text-transform: none;
}

.contact-page .company-info {
    border-left: 0px solid #000000;
    padding-left: 0;
}
.contact-page .left-info {
    border-right: 1px solid #e2e2e2;
}
.contact-page .btn-success{
    max-width: 165px;
    height: 40px;
    width: 100%;
}
.contact-page .company-info .item{
    border-bottom:1px solid #e2e2e2;
}

.contact-page .company-info .item span.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.contact-page .company-info  .item.item-site-bank-name,
.contact-page .company-info  .item.item-site-working-hours,
.contact-page .company-info  .item.item-site-business-code,
.contact-page .company-info  .item.item-site-pib,
.contact-page .company-info  .item.item-site-company-identification-number{
    display: none;
}
.contact-page .company-info .item a{
    color: #525151;
}
.contact-page .right-info .heading-wrapper .subtitle,
.contact-page .left-info .heading-wrapper .subtitle{
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.company-info .item {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.company-info .item.item-site-phone{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.contact-page .right-info {
    padding-left: 60px;
}

/*contact - merchant info*/

.merchant-information-wrapper {
    margin-top: 40px;
}

.merchant-information {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.merchant-information .item {
    display: flex;
    justify-content: space-between;
}

.merchant-information .item .title {
    width: 40%;
    font-weight: 600;
}

.merchant-information .item .description {
    width: 60%;
}

/*cart*/

.cart .heading-wrapper{
    text-align: center;
    text-transform: uppercase;
}

.cart .table > thead > tr > th {
    font-size: 13px;
    text-transform: uppercase;
}

.cart .table>tbody>tr>td {
    border-bottom: 1px solid #e5e7e9;
    font-size: 13px;
}
.cart .table > tbody > tr:last-of-type > td {
    border-bottom: 0px solid #e5e7e9;
}

.cart-table .product-item-category {
    font-size: 11px;
    color: #a4a4a4;
}
.cart-table .product-item-category a{
    color: #a4a4a4;
}

.cart-table .styled-select {
    background: url(../../images/nbshop5_time/core/triangle-bottom.png) no-repeat 90% #fff;
}

.cart-table .product-item-image img {
    box-shadow: 0 0 0 0 #ddd;
}
.product-item-code {
    color: #a0a0a0;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.cart-table .product-item-title {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
.cart-table .product-item-size{
    font-size: 12px;
}
.cart-table .product-item-prices {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.cart .product-item-remove{
    color: transparent;
    background-color: transparent;
    border: 1px solid #d9d9d9;
    background-image: url(../../images/nbshop5_time/core/close_cart.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    height: 20px;
}
.cart-table .product-item-remove:hover,
.cart-table .product-item-remove:focus {
    background-color: transparent;
    color: transparent;
    border: 1px solid #000000;
}
.cart .cart-total{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.form-group-checklabel .label-as-headline {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.cart-step h3 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.cart .form-group-checklabel .label-as-headline{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
#cart_onepage_message{
    max-width: 640px;
    margin: auto ;
}
.cart .center-cart .cart-description{
    text-align: center;
}

.cart-specification-tabs .nav-tabs .item.active{
    border-bottom-color: #dddddd;
    text-decoration: none;
}
.cart-specification-tabs .nav-tabs .item.active a{
    color: #ffffff;
    background: #000000;
    text-decoration: none;
    border: 1px solid #ddd;
    border-bottom-color: #dddddd;
}
.cart-specification-tabs .nav-tabs .item a{
    border: 1px solid #ddd;
    border-bottom-color: #dddddd;
}
.cart-specification-tabs .nav-tabs .item.active a:hover{
    color: #000000;
    background: #ffffff;
}

/* Cart summary */
.cart-table-summary{
    margin-bottom: 20px;
}

.cart-table-summary > tfoot > tr > td{
    padding: 4px 0;
    border-bottom: 1px solid #ececec;
}

.cart-table-summary > tfoot > tr:last-child td{
    border-bottom: 0;
}

.cart-table-summary .product-item-prices{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.cart-table-summary .product-item-prices.cart-total {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color:#000000;
}

#order_address_content .cart-step .col-xs-12.col-sm-6.pull-right{
    float: left !important;
}

.cart-privacy-policy a {
    color: #000000;
    text-decoration: underline;
}

.cart-privacy-policy a:hover {
    color: #000000;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover{
    background-color: #404040;
}


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

.product-item-engraving.text-left{
    color: #000000;
}

/* letter atributes*/
.background.background-alt.attributes-letter {
    margin-bottom: 0;
    background: #ffffff;
}
.attribute-letters-list .title{
    text-align: center;
}
.attribute-letters-list .title {
    text-align: left;
    color: #000000;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.letters-inline span.item {
    color: #525151;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.letters-inline span.item:hover {
    color: #000000;
}

.attribute-letters-list .title {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}
.letters-inline span.item.active {
    color: #000000;
    text-decoration: underline;
}
.instagram_slider-slider{
    margin-top:8px;
}
.slider.instagram_slider-slider .text-wrapper{
    text-align: center;
    display: none;
}
.instagram_slider-slider .description{
    display: none;
}
.slider.instagram_slider-slider .heading-wrapper{
    text-align: center;
}

.slider.instagram_slider-slider .item .img-wrapper img{
    margin:auto;
}
.slider.instagram_slider-slider .slider-arrows{
    top: calc(50% + 19px);
}
.slider.instagram_slider-slider .slider-arrows .slider-prev,
.slider.instagram_slider-slider .slider-arrows .slider-next{
    background: rgba(0,0,0,0.5);
    padding: 2px;
}

.slider.instagram_slider-slider .slider-arrows .icon-angle-fat-left:before{
    content: url(../../images/nbshop5_time/core/arrow_left_w.png);
}

.slider.instagram_slider-slider .slider-arrows .icon-angle-fat-right:before{
    content: url(../../images/nbshop5_time/core/arrow_right_w.png);
}
.instagram_slider-slider .heading-wrapper .title {
    text-transform: uppercase;
    color: #000000;
    font-size: 1.6rem;
}
.instagram_slider-slider .item .img-wrapper {
    max-height: 300px;
}
/*comments*/
.comment-content .items-wrapper .item > div {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000000;
}

.comment-content .items-wrapper .item.comment-reply{
    padding-left: 30px;
}

.comment-content .heading-wrapper .title h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.comment-content .items-wrapper .item .user-comment p {
    font-size: 14px;
}
.comment-content .items-wrapper .item .time{
    color: #525151;
    font-size: 14px;
}
.comments .rate-wrapper .back-stars,
.comment-content .rate-wrapper .back-stars{
    color: #bbbbbb;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group > svg {
    fill: #bbbbbb;
}
.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;
}
.comments .comments-input-wrapper .btn-display-comments{
    display: none;
}
.comments-share-wrapper{
    position: relative;
}

.form-comment .validation-errors-list{
    position: absolute;
    right: 0;
    bottom: 0;
}

.comments-share-wrapper .social-share{
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 99;
}
.comments-share-wrapper .detail-social-share.social-share .share-text{
    display: none;
}
.comments-share-wrapper .social-share .item{
    opacity: 1;
}

.comments-share-wrapper .comments-input-wrapper .col-md-6.item.captcha-select-wrapper{
    width: 100%;
}
.comments-share-wrapper .comments-input-wrapper .col-md-6.item.captcha-select-wrapper .form-group.anti-spam.orm-group-error{
    width: 50%;
}

.comments .heading-wrapper{
    padding: 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.comments .heading-wrapper h3{
    margin-top: 10px;
    margin-bottom: 10px;
}

.comments .comments-input-wrapper{
    padding-top: 30px;
}

.comments-content-wrapper .comment-content .item .img-wrapper{
    display: none;
}
.comment-content .items-wrapper .item .user{
    position: static;
}

.sidebar-social.social-icon .item{
    border-bottom: 1px solid #e3e3e3;
}
.sidebar-social.social-icon .item img{
    filter: invert(100%);
    display: inline-block;
}
.sidebar-social.social-icon .description {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    width: 65px;
    text-align: left;
    padding-left: 10px;
    margin: 0;
}

.sidebar.similar-articles .heading-wrapper{
    margin-top:50px;
}

.sidebar.similar-articles .item{
    padding: 20px 0px 0px 10px;
    border-top: 1px solid #e3e3e3;
}
.sidebar.similar-articles .item .title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding-top: 30px ;
}
.sidebar.similar-articles .item .content{
    width:auto;
    left: auto;
    bottom:auto;
    padding: 0;
    min-height: 0;
}
.sidebar.similar-articles .item .img-wrapper{
    padding-left: 0;
    padding-right: 0;
}
/* product detail related */

.product-details-related .items > li {
    position: relative;
}

.product-details-related .items > .item:hover:before{
    content: '';
    position: absolute;
    bottom:0;
    left: 10px;
    right: 10px;
    height: 3px;
    background: #000000;
}

/*radnje*/
.store-map-wrapper .heading-wrapper.heading-wrapper-bordered{
    text-align: left;
    margin-top: 20px;
}

.store-popup .store-item-action {
    color: #000000;
    text-transform: uppercase;
    line-height: 15px;
    margin-top: 10px;
    margin-right: 7px;
    font-weight: 500;
}

.store-popup .title .icon{
    width: 11px;
    margin-right: 5px;
}

.store-popup .content{
    padding-left: 20px;
}

.store-popup .store-item-action:hover{
    text-decoration: underline;
}
.storelocator-panel {
    position: relative;
    /*margin-top: 40px;*/
    min-height: 665px;
    max-height: 665px;
    width:  570px;
    padding: 0;
    /*margin-bottom: 20px;*/
    margin: 0;
    display: inline-block;
}

.storelocator-filter {
    padding: 0;
    margin-bottom: 10px;
    background: #ffffff;
    box-shadow: 0 0 0 rgba(0,0,0,0.4);
}
.storelocator-filter .stores-location-search{
    position: relative;
}
.storelocator-filter .map.icon-search {
    position: absolute;
    top: 39px;
    right: 20px;
}

.storelocator-panel .store-item {
    background: #ffffff;
    color: #4a4b5c;
    margin-bottom: 5px;
    padding: 15px;
    box-shadow: 0 0 0 rgba(0,0,0,0.25);
    border:1px solid #D1D1D1;
    cursor: pointer;
}
.storelocator-panel .store-item:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0);
    background: #f7f7f7;
}
.store-item .store-item-wrapper .item.title{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.store-item .store-item-wrapper .item {
    font-size: 14px;
    color: #000000;
}

.storelocator-panel h1{
    border-bottom: none;
    margin: 20px 0;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.storelocator-filter .icon.icon-search{
    top: 38px;
    right: 15px;
}

#stores-map{
    width: calc(100% - 575px);
    display: inline-block;
    position: relative;
    min-height: 665px;
}

.store-map-wrapper{
    height: 100% !important;
}

.stores-map {
    position:static;
}

.store-item .store-item-wrapper .item.cityName{
    display: none;
}

.gm-style .gm-style-iw{
    font-size: 11px;
    border-radius: 0;
    padding: 0;
}

.gm-style .gm-style-iw-t::after{
    display: none;
}

.error_page_content-slider .content{
    position: static;
    bottom: auto;
    height: auto;
    background: transparent;
    width: initial;
    left: auto;
    padding: initial;
}
.error-page .heading-wrapper {
    text-align: left;
}
.grid-slider.error_page_content-slider{
    margin: auto;
    margin-bottom: 20px;
}

/* Categories list */
.categories-list {
    margin-bottom:20px;
}

.categories-list .heading-wrapper {
    font-size: 18px;
    color: #000000;
}

.categories-list .headline {
    font-size:1.4rem;
    color:#000000;
}

.categories-list ul li a {
    color: #000000;
}
/*Carrear*/
/*Company info*/
/*

.page .company-info{
    border-left:0px solid #000000;
    padding-left: 0;
}

.page .right-info .heading-wrapper .subtitle{
    padding-top: 20px;
}
.page .company-info .item a {
    padding: 0;
    color: #000000;
    display: inline-block;
}
*/
.page .company-info {
    border-left: 0px solid #000000;
    padding-left: 0;
}
.page .right-info .heading-wrapper .subtitle{
    color: #818181;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.page .company-info .item{
    border-bottom:1px solid #e2e2e2;
}

.page .company-info .item span.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.page .company-info  .item.item-site-bank-name,
.page .company-info  .item.item-site-working-hours,
.page .company-info  .item.item-site-business-code,
.page .company-info  .item.item-site-pib,
.page .company-info  .item.item-site-company-identification-number{
    display: none;
}
.page .company-info .item a{
    color: #525151;
}

.registration-sidebar .text-wrapper{
    width: auto;
    border: 5px solid #ddd;
    color: #000000;
    background: #ffffff;
    margin: 0px auto 0;

}

.remove-item-lnk{
    cursor: pointer;
}
.user .item.item-fast-login input {
    width: 160px;
    height: 30px;
    font-size: 13px;
}

/*Location search*/
.location-search-box img{
    max-width:200px;
}
/*Location search End*/

/*Suggest results*/
.autocomplete-results .heading-append {
    padding-top: 10px;
    bottom: auto;
    position: relative;
    right: auto;
    top: -38px;
    display: block !important;
    left: -10px;
    text-align: right;
}
.products-list-simple .product-price{
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.autocomplete-results .product-title {
    font-size: 15px;
    min-height: 51px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.autocomplete-results .img-wrapper {
    border: 0px solid #d9d9d9;
}
/*Suggest results End*/

/*Promotion*/
.promotion-wrapper .panel-group .panel-top > .panel-heading.opened .panel-toggle {
    color: #000000;
}
.promotion-wrapper .collapse.in > .panel-body {
    border-bottom: 1px solid #000000;
}
.map-link {
    color: #000000;
}
.map-link .panel-icon{
    margin-top: 6px;
    margin-right: 5px;
}

/*Promotion End*/

/*Bootbox confirm*/
.bootbox-confirm .modal-footer .btn{
    width: calc(50% - 20px);
}

/*Bootbox confirm End*/


/*Login modal*/
.btn.btn-facebook {
    font-size: 12px;
}
.login_form .modal-footer{
    text-align: center;
}
/*Login modal End*/

/*Profile*/
.cart-table .item-article a.title {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.cart-table .item-article a.category {
    font-size: 15px;
    color: #000000;
}
.profile-orders .modal table thead th {
    font-weight: normal;
    color: #000000;
}
/*Profile End*/

/*Store on Map*/
.store-item-listbox {
    padding-bottom: 10px;
}

.storelocator-panel .store-item{
    color: #000000;
}

.store-item-title{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.store-item-work i{
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.store-item-info-box .store-item-info-title{
    margin-left: -5px;
}
.store-item-info-box i {
    margin-right: 2px;
}
.store-item-info-box .store-item-address{
    padding: 0 5px;
}
.store-item-info-box {
    padding-bottom: 10px;
}
.store-item-info-box.store-item-description{
    padding-bottom: 0;
}
/*Store on Map End*/
/*Carrear*/
.career-disabilities{
    display: none !important;
}
/*Carrear End*/

/*Store detail*/
.store-background {
    color: #ffffff;
    background: #000000;
    text-align: center;
    padding: 20px 0;
    z-index: -2;
}
.heading-wrapper .title {
    text-transform: uppercase;
    color: #ffffff;
}
.store-background h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}
.store-contact .items-wrapper .title .icon {
    color: #000000;
}
.store-contact .product-infobox-contact-icon{
    margin-top: 5px;
    margin-right: 5px;
}
.timeitem.active {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
.background.background-alt {
    background: #ffffff;
}
/*Store detail End*/

/*tst*/
.location-search-box{
    display: none;
}
.location-search-box.img-wrapper{
    display: block;
}

.heading-wrapper-underlineddbl h1:after,
.heading-wrapper-underlineddbl h2:after,
.heading-wrapper-underlineddbl h3:after,
.heading-wrapper-underlineddbl h4:after,
.heading-wrapper-underlineddbl h5:after,
.heading-wrapper-underlineddbl h6:after {
    display: none;
}
/*tst End*/

/*Search suggest*/
.search-sugest .product-category{
    display: none;
}
.autocomplete-results .product-code{
    display: none;
}
.search-sugest .product-price{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
/*Search suggest End*/

.bootbox .modal-footer .btn{
    width: calc(50% - 5px);
}
.couponbox-caption{
    background: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.header-wrapper .nav-main-wrapper{
    position: static !important;
}
.nav-main-wrapper.scroll-to-fixed-fixed{
    -webkit-transform: none;
    animation: none;
    -webkit-animation: none;
}
.tt-input {
    color: #000000;
}
.twitter-typeahead .tt-dropdown-menu{
    background: #ffffff;

}

.btn-ghost{
    border: 0px solid #000000;

    text-transform: none;
    padding: 0;
}
.btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active, .btn-ghost:active:focus {
    background: transparent;
    border: 0px solid #000000;
    color: #000000;
    text-decoration: underline;
}
.store-contact .items-wrapper .item {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #575757;
    margin-left: 30px;
}
.store-contact .items-wrapper .item a{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.error-page{
    text-align: center;
}
.error-page .heading-wrapper .title{
    text-align: center;
}

/*Error*/
.grid-slider.error_page_content-slider .item .img-wrapper {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
}
.grid-slider.error_page_content-slider .item .img-wrapper img {
    max-width: 100%;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.grid-slider.error_page_content-slider .item .img-wrapper:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.grid-slider.error_page_content-slider .item .img-wrapper img{
    opacity: 1;
    -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:hover img{
    opacity: 0.7;
}
/*Error End*/
/*Location search page*/
.location-search .inputs-wrapper button{
    background: #000000;
}
.productstate-product .product-attributes {

}
#size_s_NSZ,
.productstate-product .product-attrs-reset,
.productstate-product .filter-size{
    display: none;
}
.promotion-wrapper .panel-title .panel-toggle.collapsed {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.promotion-wrapper .panel-group .panel-top > .panel-heading {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.promotion-wrapper .panel .icon {
    line-height: 2rem;
    margin-right: 10px;
    color: #000000;
}
/*Location search page End*/
/*Newsletter */
.footer-newsletter-social{
    background: #000000;
}
.footer-newsletter-social .newsletter,
.footer-newsletter-social .social-icon{
    text-align: center;
}
.footer-newsletter-social .newsletter .form-group input{
    margin-bottom: 0;
    background: #ffffff;
    color: #000000;
    width: 285px;
}

.footer-newsletter-social .newsletter .btn-wrapper .btn {
    background: #ffffff;
    /* color: transparent; */
    height: 34px;
    margin-left: -2px;
    width: 50px;
    position: relative;
    display: inline-block;
}
.footer-newsletter-social .newsletter .btn-wrapper .btn{
    top: -1px;
}
.uc-home .footer-newsletter-social .newsletter .btn-wrapper .btn{
    top: 0;
}
/*.confirm-loader.active span.loading{*/
/*    display: none;*/
/*}*/

.footer-newsletter-social .newsletter .btn-wrapper .btn:before {
    content: url(../../images/nbshop5_time/core/nl_icon.png);
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translate(-50%);
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
}
.footer-newsletter-social .newsletter .btn-wrapper .btn:hover:before{
    left: 70%;
}
/*Newsletter end*/
/*Loyalty price*/
.wrapper-loyalty-caption{
    margin-bottom: 10px;
    position: relative;
}
/*.wrapper-loyalty-caption{*/
/*    background: url("../../images/nbshop5_time/core/klub_cena.png");*/
/*    background-repeat: no-repeat;*/
/*    background-position: top left;*/
/*}*/
.wrapper-loyalty-caption .text,
.wrapper-loyalty-caption .textt{
    font-size: 11px;
    line-height: 19px;
    width: fit-content;
    padding: 0 10px;
    background: #ffffff;
    color: #000000;
    font-weight: 600;
}
.quiz-product-finder-questions .question.quiz-result .wrapper-loyalty-caption .loyaty-price span:first-child,
.quiz-product-finder-confirm .wrapper-loyalty-caption .loyaty-price span:first-child,
.wrapper-loyalty-caption .loyaty-price span:first-child{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 2px;
}

.quiz-product-finder-questions .question.quiz-result  .wrapper-loyalty-caption .loyaty-price span:nth-child(2),
.quiz-product-finder-confirm  .wrapper-loyalty-caption .loyaty-price span:nth-child(2),
.wrapper-loyalty-caption .loyaty-price span:nth-child(2){
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
    padding: 0 0 2px;
}

.quiz-product-finder-questions .question.quiz-result .item .wrapper-loyalty-caption .item.loyaty-price,
.quiz-product-finder-confirm .item .wrapper-loyalty-caption .item.loyaty-price,
.product-details .caption-product-list .item.loyaty-price,
.product .item .caption-product-list .item.loyaty-price{
    display: inline-block;
    box-shadow: none;
    border: 0px solid transparent;
    background: #f13941;
    padding: 1px 10px 0;
}
.product-details .caption-product-list .item.loyaty-price{
    margin-top: -2px;
}
/*Loyalty price End*/
.favorite.active i:before {
    color: #000000;
    content: "\f004";
}
.member-status .item-wrapper .description {
    font-size: 15px;
    padding: 10px 0 0;
    height: 55px;
    overflow: hidden;
}
.loyalty-profile-tabs.lists-tabs ul.items-wrapper .item{
    border: 1px solid #dddddd;
    background: #ffffff;
}
.loyalty-profile-tabs.lists-tabs ul.items-wrapper .item.active{
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}
.loyalty-profile-tabs.lists-tabs ul.items-wrapper .item.active a{
    color: #ffffff;
    text-decoration: none;
}
.dl-horizontal dt {
    width: 240px;
}
.registration-sidebar a{
    font-weight: bold;
}
.page-info{
    margin: 40px 0;
}

.store-map-wrapper.active .stores-list{
    opacity: 1;
    pointer-events: all;
}
.show-store-list{
    display: none;
}
.storelocator-panel .store-item:hover {
    box-shadow: inset 4px 0px 0px #000000;
    color: #000000;
}

.product-details-related-colors .heading-wrapper .title{
    display: none;
}
.nav-main-dropdown .slider-navigation-absolute .slider-next{
    color: #ffffff;
}
.uc-home .lists-tabs{
    margin-bottom: 20px;
}

.loyalty-profile-badges .item .points .text{
    padding-left: 5px;
    text-transform: none;
}

.cart-order-options .loyalty-profile-badges .items-wrapper{
    display: flex;
}
.cart-order-options .loyalty-profile-badges .item {
    padding: 20px 5px;
    font-size: 12px;
}
.cart-order-options .loyalty-profile-badges .item .text-wrapper .points{
    margin-top: 0px;
}

/* Activation modal */
.header-top .modal-popup{
    float: left;
    line-height: 30px;
}

.modal.modal-public-user-activation .title{
    font-size: 24px;
    color: #000000;
    margin-bottom: 40px;
}

.modal.modal-public-user-activation .description{
    font-size: 14px;
    padding-bottom: 20px;
}

.modal.modal-public-user-activation .form-group label{
    font-size: 14px;
}

.modal.modal-public-user-activation .form-inputs .row{
    padding-top: 0;
}

.modal.modal-public-user-activation .public-user-wrapper{
    margin-top: 35px;
}

.modal.modal-public-user-activation .public-user-wrapper .description{
    margin-bottom: 20px;
}

.modal.modal-public-user-activation .public-user-wrapper .btn-success{
    padding: 8px 30px;
}

.modal.modal-public-user-activation .public-user-wrapper.public-user-enter-password .btn-success{
    display: block;
    margin-top: 20px;
}
.reset-activation-button{
    padding: 0 10px;
    background: #000000;
    line-height: 30px;
    color: #ffffff;
    border: 1px solid #000000;
}
.reset-activation-button:hover{
    background: #ffffff;
    color: #000000;
}
.headline-profile-wrapper h1{
    display: none;
}

.footer-newsletter-social .newsletter .validation-errors-list{
    bottom: -5px;
}

.cookie-agree{
    background: #000000;
}

.nicescroll-rails{
    display: none !important;
}

/*.autocomplete-results{*/
/*    height: calc(100vh - 120px) !important;*/
/*}*/

/*.autocomplete-wrapper{*/
/*    height: calc(100vh + 22px) !important;*/
/*}*/

.article-autosuggest .item .content{
    width: calc(100% - 40px);
    left: 20px;
    bottom: 30px;
    padding: 10px;
}

.article-autosuggest .item .text-wrapper .title{
    font-size: 14px;
}

.profile-favorite-products .product-sizes.quantity-active{
    display: none;
}

.profile-section .dl-horizontal dt{
    width: 210px;
}

.limited-filters .filter-group .show-all-filters:hover{
    color: #000000;
}

.text-freedelivery{
    display: none;
}

.validation-errors-list{
    top: auto;
    bottom: 0;
}

/*.page-fullwidth img{
    height: 100% !important;
}*/

.category-description{
    display: none;
}

.products-listing.product-listing-items > .row{
    display: block;
    flex-wrap: nowrap;
}

.list-placeholder .loader-wrapper{
    display: none;
}

.cokie-info-wrapper-top .text-wrapper{
    text-align: center;
}

.cokie-info-wrapper .title{
    text-align: left;
}

.cokie-info-wrapper .description{
    text-align: left;
}

.cookie-disagree {
    display: block;
    float: right;
    margin-right: 10px;
}

.work-img{
    text-align: center;
    position: fixed;
    left: 50vw;
    top: 30vh;
    transform: translate(-50%, -50%);
    width: calc(100vw - 20px);
}
.work-img img{
    margin: auto;
}
.article .category-submenu{
    display: none;
}
.product .item .text-wrapper .prices-wrapper .loyalty-price,
.product-details-price .product-price-loyalty{
    display: none;
}
.product-details-price .current-price.has-loyalty{
    color: #000000;
}

.loyalty-footer-grid .text-wrapper{
    color: #ffffff;
}

/* Headlines Slider */
.handlines-sldier-wrapper{
    background: #ffffff;
    max-height: 45px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.handlines-sldier{
    height: auto;
    max-height: 45px;
}

.handlines-sldier .item{
    color: #000000;
    padding: 11px 0;
    max-height: 45px;
}

.handlines-sldier .title{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.handlines-sldier .item .description{
    display: inline-block;
    font-weight: 700;
    color: #6b6b6b;
    line-height: 20px;
    margin-left: 5px;
    font-size: 13px;
}


.handlines-sldier .item .btn-small{
    display: inline-block!important;
    font-size: 12px;
    color: #6b6b6b;
    text-decoration: underline;
    text-transform: none;
    padding: 0;
    line-height: 20px;
    margin-left: 5px;
    font-weight: 700;
    height: auto;
}

.handlines-sldier .item .btn-small:hover{
    color: #000000;
    text-decoration: underline;
}

.handlines-sldier .slider-navigation-absolute{
    display: none;
}

.loyalty-footer-grid .text-wrapper a{
    color: #ffffff;
}

.items-generic .product-slider .heading-wrapper.heading-wrapper-bordered h2{
    display: none;
}
.game-iframe-wrapper iframe{
    border: 0;
    min-height: 300px;
}

/*
.items-generic .description table tr td{
    border-bottom: 1px solid #e5e7e9;
    font-size: 1.143rem;
    padding: 8px;
}

.items-generic .description table>tbody>tr:nth-child(2n+1) {
    background: rgba(0,0,0,0.03);
}*/


.landing-page-custom-wrapper .autocomplete-button.autocomplete-button-simple{
    display: none;
}

.landing-page-custom-wrapper .header .logo{
    padding: 20px 0 20px 0;
    margin: 0;
}

.landing-page-custom-wrapper .horizontal-image .mobile-img{
    display: none;
}

.landing-page-custom-wrapper .horizontal-image img{
    margin: 0 auto;
}

.landing-page-custom-wrapper .horizontal-image .text-wrapper{
    display: none;
}

.landing-page-custom-wrapper .text_grid12{
    width: 800px;
    text-align: center;
    float: none;
    margin: 50px auto;
}

.landing-page-custom-wrapper .text_grid12 .description{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}

.landing-page-custom-wrapper .text_grid12 .btn-success{
    padding: 10px 30px;
    font-size: 17px;
}

.landing-page-custom-body-wrapper .fb_reset{
    display: none !important;
}
/*Not required Fields*/
label[for='reg_page_gender']:before,label[for='reg_gender']:before,
label[for='reg_page_yearbirth']:before,label[for='reg_yearbirth']:before,
label[for='reg_page_monthbirth']:before,label[for='reg_monthbirth']:before,
label[for='reg_page_daybirth']:before,label[for='reg_daybirth']:before {
    content: '*';
    float: right;
    font-size: 18px;
}
.form-footer-notice {
    margin-top: 10px;
}
/*Not required Fields End*/

.carrier-wrapper .styled-select .validation-errors-list{
    bottom: 17px;
}
.carrier-wrapper .styled-select .validation-errors-list{
    bottom: 17px;
}

.my-choice-newsletter-wrapper .title{
    display: none;
}

.my-choice-newsletter-wrapper{
    margin-top: 10px;
}

.cokie-info-wrapper .title{
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: 'Roboto';
}

.cookie-info-slider {
    padding: 100px 0;
}

.cokie-info-wrapper{
    max-width: 1380px;
}

.cokie-info-wrapper .description{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 45px;
}

.cokie-info-wrapper .description a{
    color: #255fa7;
}

.cookie-agree{
    padding: 5px 100px;
    border: 1px solid #5d9c5e;
    background: #d0ecd0;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.cookie-info-slider {
    box-shadow: none;
}

.cokie-info-wrapper .item.settings-button a,
.cookie-agree-settings{
    float: right;
    width: 300px;
    height: 45px;
    border: 1px solid #000000;
    background: #ffffff;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 30px;
    line-height: 42px;
}

.cookie-agree-settings{
    float: left;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 10px;
}


.cokie-info-wrapper .item.read-more{
    display: none;
}

.cookie-agree-intro{
    background: #d0ecd0;
    border: 1px solid #5d9c5e;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 92px;
    margin: 10px 0 20px;
}

.form-gdpr{
    border-top: 1px solid #ededed;
}

.form-gdpr .item{
    position: relative;
    padding: 30px 10px;
}

.form-gdpr .item .title span{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.form-gdpr .item .description p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.form-gdpr .item .title{
    margin-bottom: 15px;
}

.form-gdpr .item .form-group{
    position: absolute;
    top: 29px;
    right: 0;
    width: 122px;
}

.intro-settings p,
.intro p{
    font-size: 16px;
    line-height: 24px;
}

.uc-cookie_settings h1{
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.cookie-disabled{
    overflow: hidden;
    height: 100%;
    z-index: -1;
}

.uc-cookie.cookie-disabled{
    overflow: visible;
}
.cookie-disabled #modal-cookie-info{
    z-index: 100000000;
}

.cookie-disabled #modal-cookie-info:before{
    content: "";
    background: rgba(0,0,0,0);
    background-color: #ebebeb;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: .5;
    pointer-events: all !important;
}

.uc-cookie_settings .cookie-info-slider{
    display: none !important;
}

.settings-button{
    display: inline-block;
    float: right;
}
.text_grid12 .btn-wrapper{
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.aword-slider.grid-slider .item .img-wrapper img{
    margin: 10px 0px 0;
    display: inline-block;
}

.aword-slider.grid-slider .item:hover .img-wrapper:after{
    display: none;
}

/* Landing */
.yt_video_bg-grid12{
    margin-bottom: 40px;
}

.yt_video_bg-grid12 .volume-icons-wrapper{
    background: #ffffff;
    right: 50px;
    bottom: 50px;
}

.yt_video_bg-grid12.muted .volume-icons-wrapper i.fa-volume-off,
.yt_video_bg-grid12.unmuted .volume-icons-wrapper i.fa-volume-up{
    color: #000000;
}

.yt_video_bg-grid12 .item-content .title{
    display: none;
}

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

.text_grid12.no-title{
    margin-bottom: 50px;
}

.text_grid12.no-title .heading-wrapper{
    display: none;
}

.text_grid12.no-title .description{
    margin-bottom: 35px;
}

.text_grid12.no-title .description p {
   font-size: 16px;
}

.text_grid12.no-title .btn-wrapper{
    margin-bottom: 0;
}

.text_grid12.no-title .btn-wrapper .btn-success{
    padding: 0 20px;
    line-height: 41px;
    height: 41px;
    min-width: 160px;
    font-size: 16px;
}

.text_grid12.no-title .btn-wrapper .btn-success p{
    margin-bottom: 0;
}

.horizontal-image-wrapper{
    margin-bottom: 40px;
}

.horizontal-image .text-wrapper{
    display: none;
}

.container-subitem_grid{
    margin-bottom: 50px;
}

.container-subitem_grid .heading-wrapper h2{
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
}

.container-subitem_grid .grid-4-wrapper .item .img-wrapper,
.container-subitem_grid .grid-3-wrapper .item .img-wrapper{
    margin-bottom: 15px;
}

.container-subitem_grid .grid-4-wrapper .item .text-wrapper .title,
.container-subitem_grid .grid-3-wrapper .item .text-wrapper .title{
    font-size: 25px;
    text-align: center;
}

.items-generic .product-slider.landing-page-new {
    padding-top: 0;
    margin-top: 0;
}

.items-generic .product-slider.landing-page-new .heading-wrapper.heading-wrapper-bordered h2{
    display: block;
    font-size: 24px;
    line-height: 22px;
}

.items-generic .product-slider .heading-wrapper.heading-wrapper-bordered{
    margin: 10px 0 30px;
}

.landing-page-new .show-list-link-wrapper{
    display: none;
}

.banner-wrapper{
    margin-bottom: 70px;
}

.container-subitem_grid .volume-icons-wrapper{
    background-color: #ffffff;
    bottom: 70px;
}

.container-subitem_grid .volume-icons-wrapper i{
    color: #000000;
}

.container-subitem_grid .grid-4-wrapper .item.item-has-video .img-wrapper,
.container-subitem_grid .grid-3-wrapper .item.item-has-video .img-wrapper{
    margin-bottom: 10px;
}

/*  PRODUCT FINDER */

/* header */

.header-quiz .return-to-website-btn {
    border-radius: 0;
}

.header-quiz .hamburger-menu .mobile-menu-wrapper ul li.item-login .login-dropdown .nav.nav-simple .item i {
    bottom: 0;
}

.header-quiz {
    background: #ffffff;
}

.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out .return-to-quiz-list-btn:hover,
.header-quiz .nav.nav-simple > li.item-login .item-logout a,
.quiz-modal-loyalty .modal-content .register-btn.btn:hover,
.quiz-modal-loyalty .modal-content .register-btn.btn:active,
.quiz-modal-loyalty .modal-content .register-btn.btn:focus,
.login_form_with_token_without_pass .register-btn.btn:active:focus,
.login_form_with_token_without_pass .register-btn.btn:hover,
.login_form_with_token_without_pass .register-btn.btn:active,
.login_form_with_token_without_pass .register-btn.btn:focus,
.login_form_with_token_without_pass .register-btn.btn:active:focus,
.login_form_send_token_without_pass .register-btn.btn:active:focus,
.login_form_send_token_without_pass .register-btn.btn:hover,
.login_form_send_token_without_pass .register-btn.btn:active,
.login_form_send_token_without_pass .register-btn.btn:focus,
.login_form_send_token_without_pass .register-btn.btn:active:focus,
.header-quiz .return-to-quiz-list-btn:hover,
.header-quiz .return-to-quiz-list-btn:active,
.header-quiz .return-to-quiz-list-btn:focus,
.header-quiz .return-to-quiz-list-btn:active:focus,
.quiz-product-finder-confirm .return-to-quiz-list-btn:hover,
.quiz-product-finder-confirm .return-to-quiz-list-btn:active,
.quiz-product-finder-confirm .return-to-quiz-list-btn:focus,
.quiz-product-finder-confirm .return-to-quiz-list-btn:active:focus,
.quiz-product-finder-questions .buttons .btn-wrapper.products-question.change-buttons .btn,
.quiz-product-finder-questions .btn-wrapper .btn,
.quiz-product-finder-questions.zero-question-active .buttons .btn,
.quiz-modal-loyalty .modal-content .input-wrapper .btn,
.login_form_with_token_without_pass .input-wrapper .btn,
.login_form_send_token_without_pass .input-wrapper .btn,
.header-quiz .nav.nav-simple > li a.login-btn,
.quiz-listing-v3 .item .btn-wrapper a {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    color: #ffffff;
    font-weight: 400;
}

.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out .return-to-quiz-list-btn:hover span,
.header-quiz .nav.nav-simple > li a.login-btn span {
    color: #ffffff;
    font-weight: 400;
}


.header-quiz .hamburger-menu .mobile-menu-wrapper .return-to-quiz-list-btn:hover span,
.header-quiz .hamburger-menu .mobile-menu-wrapper .return-to-quiz-list-btn:active span,
.header-quiz .hamburger-menu .mobile-menu-wrapper .return-to-quiz-list-btn:focus span,
.header-quiz .hamburger-menu .mobile-menu-wrapper .return-to-quiz-list-btn:active:focus span,
.header-quiz .nav.nav-simple > li.item-login .item-logout a:hover span,
.header-quiz .nav.nav-simple > li.item-login .item-logout a:focus span,
.header-quiz .nav.nav-simple > li.item-login .item-logout a:active span,
.header-quiz .nav.nav-simple > li.item-login .item-logout a:focus span,
.header-quiz .return-to-quiz-list-btn span,
.quiz-product-finder-confirm .return-to-quiz-list-btn span,
.header-quiz .nav.nav-simple > li a.login-btn:hover span,
.header-quiz .nav.nav-simple > li a.login-btn:active span,
.header-quiz .nav.nav-simple > li a.login-btn:focus span,
.header-quiz .nav.nav-simple > li a.login-btn:active:focus span {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
}

.login-dropdown .nav-simple li.item a {
    display: flex;
}

.quiz-product-finder-confirm .return-to-quiz-list-btn,
.header-quiz .return-to-quiz-list-btn,
.header-quiz .nav.nav-simple > li.item-login .item-logout:hover a,
.header-quiz .nav.nav-simple > li.item-login .item-logout:focus a:focus,
.header-quiz .nav.nav-simple > li.item-login .item-logout:active a:active,
.header-quiz .nav.nav-simple > li.item-login .item-logout:active:focus a,
.quiz-product-finder-questions .btn-wrapper .btn:hover,
.quiz-product-finder-questions .btn-wrapper .btn:focus,
.quiz-product-finder-questions .btn-wrapper .btn:active,
.quiz-product-finder-questions .btn-wrapper .btn:active:focus,
.quiz-product-finder-questions.zero-question-active .buttons .btn:hover,
.quiz-product-finder-questions.zero-question-active .buttons .btn:focus,
.quiz-product-finder-questions.zero-question-active .buttons .btn:active,
.quiz-product-finder-questions.zero-question-active .buttons .btn:active:focus,
.quiz-modal-loyalty .modal-content .input-wrapper .btn:hover,
.quiz-modal-loyalty .modal-content .input-wrapper .btn:focus,
.quiz-modal-loyalty .modal-content .input-wrapper .btn:active,
.quiz-modal-loyalty .modal-content .input-wrapper .btn:active:focus,
.login_form_with_token_without_pass .input-wrapper .btn:hover,
.login_form_with_token_without_pass .input-wrapper .btn:focus,
.login_form_with_token_without_pass .input-wrapper .btn:active,
.login_form_with_token_without_pass .input-wrapper .btn:active:focus,
.login_form_send_token_without_pass .input-wrapper .btn:hover,
.login_form_send_token_without_pass .input-wrapper .btn:focus,
.login_form_send_token_without_pass .input-wrapper .btn:active,
.login_form_send_token_without_pass .input-wrapper .btn:active:focus,
.header-quiz .nav.nav-simple > li a.login-btn:hover,
.header-quiz .nav.nav-simple > li a.login-btn:active,
.header-quiz .nav.nav-simple > li a.login-btn:focus,
.header-quiz .nav.nav-simple > li a.login-btn:active:focus,
.quiz-modal-loyalty .modal-content .register-btn.btn,
.login_form_with_token_without_pass .register-btn.btn,
.login_form_send_token_without_pass .register-btn.btn,
.quiz-listing-v3 .item .btn-wrapper a:hover,
.quiz-listing-v3 .item .btn-wrapper a:active,
.quiz-listing-v3 .item .btn-wrapper a:focus,
.quiz-listing-v3 .item .btn-wrapper a:active:focus {
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
}

.header-quiz .user {
    position: relative;
    right: 0;
    top: 0;
}

.header-quiz .hamburger-menu .nav.nav-simple > li.item-login.loged-in.log-out .login-dropdown {
    left: 0;
    top: 0;
}

.header-quiz {
    box-shadow: none;
    border-bottom: 1px solid #d1d1d1;
}

.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out .login-dropdown.active {
    left: unset;
    right: 60%;
    transform: translateX(40%);
    top: unset;
    background: unset;
}

.header-quiz .return-to-quiz-list-btn {
    min-width: 195px;
}


.header-quiz .return-to-quiz-list-btn i.icon:before {
    content: url("../../images/core/rounded_image.svg");
    position: relative;
    bottom: -3px;
}

.quiz-product-finder-navigation .slider-navigation-absolute .slick-arrow.slick-next {
    background-image: url("../../images/core/quiz_right_arrow.svg");
}

.quiz-product-finder-navigation .slider-navigation-absolute .slick-arrow.slick-prev {
    background-image: url("../../images/core/quiz_left_arrow.svg");
}

.modal-header .close {
    right: 15px;
}

.quiz-modal-loyalty .close,
.header-quiz .hamburger-menu .mobile-menu-wrapper .close {
    background: url('../../images/core/quiz_close.svg');
}

.header-quiz > div.right-items-wrapper > div.hamburger-menu nav ul li.item-login.loged-in.log-out div.username > i.icon:before,
.header-quiz .login-btn:hover .fa-user:before,
.header-quiz .login-btn:active .fa-user:before,
.header-quiz .login-btn:focus .fa-user:before,
.header-quiz .login-btn:active:focus .fa-user:before {
    content: url('../../images/core/profile_icon_hover.svg');
}


.header-quiz .item-login.loged-in.log-out i,
.header-quiz .nav.nav-simple > li a.login-btn i {
    display: block;
}

.header-quiz .nav.nav-simple > li a.login-btn i:hover:before,
.header-quiz .nav.nav-simple > li a.login-btn i:focus:before,
.header-quiz .nav.nav-simple > li a.login-btn i:active:before,
.header-quiz .nav.nav-simple > li a.login-btn i:active:focus:before {
    content: url("../../images/core/profile_icon_hover.svg");
}

.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out .login-dropdown .item-logout:hover a i.icon:before {
    content: url("../../images/core/logout_icon_hover.svg");
    display: inline-block;
    width: 15px;
}

.header-quiz > .right-items-wrapper nav ul li.item-login.loged-in.log-out div.username {
    gap: 0;
}

.header-quiz > .right-items-wrapper nav ul li.item-login.loged-in.log-out div.username span {
    margin-left: 10px;
    margin-right: 5px;
}

.header-quiz .nav.nav-simple > li a.login-btn.desktop,
.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out {
    margin-left: 20px;
}


.header-quiz .login-dropdown .nav-simple li.item:hover {
    background: none;
}

.header-quiz .login-dropdown .nav-simple li.item.return-to-website:hover {
    text-decoration: none;
    border: 1px solid #000000;
}

.header-quiz .login-dropdown .nav-simple li.item.return-to-website:hover a {
    text-decoration: none;
}

.header-quiz .login-dropdown .nav-simple li.item.return-to-website a:hover {
    box-shadow: none;
    border: 1px solid transparent;
}


.header-quiz > .right-items-wrapper nav ul li.item-login .login-dropdown .nav.nav-simple .item i
.header-quiz > .right-items-wrapper nav ul li.item-login .login-dropdown .nav.nav-simple .item.item-logout i {
    bottom: 0px;
}

.header-quiz .hamburger-menu .mobile-menu-wrapper .quiz-product-finder-navigation ul li.nav-item,
.quiz-product-finder-navigation ul li.nav-item {
    opacity: 0.5;
}

.header-quiz .hamburger-menu .mobile-menu-wrapper .quiz-product-finder-navigation ul li.nav-item.nav-current,
.quiz-product-finder-navigation ul li.nav-item.nav-current {
    opacity: 1;
}

.quiz-product-finder-navigation ul li.nav-item .nav-title,
.quiz-product-finder-navigation ul li.nav-item.nav-current .nav-title {
    color: #000000;
    font-weight: 400;
    height: 29px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.quiz-product-finder-navigation ul li.nav-item .nav-number,
.quiz-product-finder-navigation ul li.nav-item.nav-current .nav-number {
    background: #000000;
    font-weight: 400;
}

.quiz-product-finder-navigation .slider-navigation-absolute .slick-arrow {
    background-color: #ffffff;
}

.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out .return-to-website-btn:hover,
.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out .return-to-website-btn:focus,
.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out .return-to-website-btn:active,
.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out .return-to-website-btn:active:focus {
    background: #F2F2F2;
    border: none;
    color: #000000;
}


/*.header-quiz > .right-items-wrapper nav ul li.item-login .login-dropdown .nav.nav-simple .item a,*/
/*.header-quiz > .right-items-wrapper nav ul li.item-login .login-dropdown .nav.nav-simple .item:hover a {*/
/*    border: 1px solid tra;*/
/*}*/

.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out .return-to-quiz-list-btn:hover ,
.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out .return-to-quiz-list-btn:focus ,
.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out .return-to-quiz-list-btn:active ,
.header-quiz .nav.nav-simple > li.item-login.loged-in.log-out .return-to-quiz-list-btn:active:focus {
    text-decoration: none;
}

.header-quiz .hamburger-menu .mobile-menu-wrapper .nav .login-dropdown {
    position: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform:none;
    -o-transform: none;
     transform: none;
    background-color: unset;
     width: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    pointer-events: all;
    opacity: 1;
}

.header-quiz .hamburger-menu .mobile-menu-wrapper .quiz-product-finder-navigation ul li.nav-item .nav-title {
    height: unset;
    text-align: left;
}

.header-quiz > .right-items-wrapper nav ul li.item-login.loged-in.log-out div.username {
    color: #000000;
}

/* footer */

.footer-quiz {
    background: #ffffff;
}

.footer-quiz .copyright .copy-site-name,
.footer-quiz .copyright .copy-site-name:hover {
    color: #000000;
    text-transform: none;
}

/* Quiz Listing */

.quiz-questions-wrapper {
    background: #ffffff;
}

.quiz-listing-v3 .item {
    border-radius: 0;
}

.quiz-listing-v3 .item:hover {
    border: 1px solid #BBBBBB;
}

.quiz-listing-v3 .item .title a {
    color: #000000;
}

.quiz-product-finder-questions .question .question-answers-wrapper .item .icheck-item {
    width: 20px;
    height: 20px;
}

/* Modal Loyalty */

.quiz-modal-loyalty .modal-content {
    border-radius: 0;
    height: 360px;
}

.quiz-modal-loyalty .modal-content .text-label.heading,
.login_form_with_token_without_pass .text-label.heading,
.login_form_send_token_without_pass .text-label.heading {
    color: #000000;
    margin-bottom: 10px;
}

.quiz-modal-loyalty .modal-content .text-label.description,
.login_form_with_token_without_pass .text-label.description,
.login_form_send_token_without_pass .text-label.description {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.quiz-modal-loyalty .modal-content .input-wrapper .input-wrapper input,
.login_form_with_token_without_pass .input-wrapper .input-wrapper input,
.login_form_send_token_without_pass .input-wrapper .input-wrapper input {
    border-radius: 0;
}

.quiz-modal-loyalty .modal-content .input-wrapper input,
.login_form_with_token_without_pass .input-wrapper input,
.login_form_send_token_without_pass .input-wrapper input {
    border-radius: 0;
}

.quiz-modal-loyalty .modal-content .input-wrapper input::placeholder,
.login_form_with_token_without_pass .input-wrapper input::placeholder,
.login_form_send_token_without_pass .input-wrapper input::placeholder {
    color: #c7c7c7;
    font-size: 12px;
}

.login_form_with_token_without_pass .input-wrapper input[type=number]::-webkit-outer-spin-button,
.login_form_with_token_without_pass .input-wrapper input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login_form_with_token_without_pass .input-wrapper input[type=number] {
    -moz-appearance: textfield;
    width: 100%;
}

/* Questions */

.quiz-product-finder-questions .question .heading-wrapper {
    line-height: 32px;
}

.quiz-product-finder-questions .question .text-wrapper .title,
.quiz-product-finder-questions .question .heading-wrapper .title {
    color: #000000;
}

.quiz-product-finder-questions .ui-slider .ui-slider-range {
    background: #000000;
}


.quiz-product-finder-questions .ui-slider .ui-slider-handle {
    border: 7px solid #000000;
}

.quiz-product-finder-questions .filter-group.filter-price-range-wrapper #quiz-slider-range {
    border: 2px solid #ececec;
}

.quiz-product-finder-questions .question .question-answers-wrapper .item:hover label {
    border-radius: 0;
}

.quiz-product-finder-questions .question.question-type-attributes .question-answers-wrapper .item .img-wrapper {
    background: rgba(0,0,0,0.05);
}

/* Quiz result question */

.quiz-product-finder-navigation ul li.nav-item.type-resault span.nav-number:before {
    content: url("../../images/core/vasi_proizvodi.svg");
    width: 15px;
    height: 15px;
    bottom: 8px;
    left: 8px;
    position: absolute;
}

.quiz-product-finder-questions .question .heading-wrapper .description{
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.quiz-product-finder-questions .question.quiz-result .text-wrapper {
    height: 140px;
}

.quiz-product-finder-questions .question.quiz-result .text-wrapper .title {
    text-transform: uppercase;
}

.quiz-product-finder-navigation ul li.nav-item.type-resault span.nav-number {
    display: block;
    position: relative;
}

.quiz-product-finder-navigation ul li.nav-item.type-resault {
    padding-top: 0;
}

.quiz-product-finder-questions .product .item .text-wrapper .brand {
    font-size: 15px;
    position: relative;
    top: unset;
    left: unset;
}

.quiz-product-finder-questions .question.quiz-result .text-wrapper .title {
    margin-top: 5px;
}

.quiz-product-finder-questions .question .question-answers-wrapper .item span {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px;
}


.question-type-checkbox label span,
.question-type-attributes label span,
.question-type-category label span {
    padding: 15px;
}

.quiz-product-finder-questions ul.answers-filters {
    list-style: none;
    margin: 20px auto 40px;
    display: block;
    width: max-content;
    padding: 20px 9%;
    background: #F9F9F9;
    text-align: center;
}

.quiz-product-finder-questions ul.answers-filters li {
    font-size: 18px;
    padding: 5px 0;
    margin: 0 10px;
}

.quiz-product-finder-questions ul.answers-filters li.active {
    color: #000000;
    border-bottom: 2px solid #000000;
}

/*.quiz-product-finder-questions .question.quiz-result .question-answers-wrapper .item.regular-checkbox {*/
/*    position: absolute !important;*/
/*    display: block !important;*/
/*    outline: none !important;*/
/*    opacity: 0 !important;*/
/*    z-index: -99 !important;*/
/*    clip: rect(0px, 0px, 0px, 0px) !important;*/
/*}*/

.quiz-product-finder-questions .question.quiz-result .question-answers-wrapper .item .item-data label {
    display: inline;
}

/* Uspesno popunjen upitnik */

.quiz-product-finder-confirm {
    min-height: calc(100vh - 250px);
}

.quiz-product-finder-confirm .question .text-wrapper,
.quiz-product-finder-confirm .question .heading-wrapper,
.quiz-product-finder-confirm .question .heading-wrapper .title {
    color: #000000;
    font-family: 'roboto_condensedbold';
}

.quiz-product-finder-confirm .question.quiz-result .text-wrapper {
    padding-top: 0;
    height: auto;
}

.quiz-product-finder-confirm .product .item .text-wrapper .brand {
    margin-left: 10px;
}

.quiz-product-finder-confirm .question .question-answers-wrapper .item:hover label {
    border-radius: 0;
}

.uc-quiz_listing .fb_reset {
    display: none;
}

.quiz-product-finder-questions.result-question-active .buttons .btn-wrapper.quiz-result-question .btn.see-more {
    background: #ffffff;
    color: #000000;
}

.quiz-product-finder-questions.result-question-active .buttons .btn-wrapper.quiz-result-question .btn.see-more:hover,
.quiz-product-finder-questions.result-question-active .buttons .btn-wrapper.quiz-result-question .btn.see-more:active,
.quiz-product-finder-questions.result-question-active .buttons .btn-wrapper.quiz-result-question .btn.see-more:focus,
.quiz-product-finder-questions.result-question-active .buttons .btn-wrapper.quiz-result-question .btn.see-more:active:focus {
    background: #000000;
    color: #ffffff;
}

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

#form-IutePay .btn-success{
    font-size: 1.143rem;
    padding: 15px 72px;
}

/* language slider */

.cc-alb .menu-lang-wrapper{
    display: none;
}

.menu-lang-wrapper{
    display: block;
    position: absolute;
    top: 0;
    right: 11px;
}
.menu-lang-wrapper:hover{
    background: unset;
}

.menu-lang-wrapper .lang-dropdown .dropdown-button .caret{
    display: none;
}
.menu-lang-wrapper .lang-dropdown .dropdown-button{
    margin-left: 30px;
}
.menu-lang-wrapper .lang-dropdown .dropdown-button:before{
    content: '';
    background: url(../../images/core/region-white-new.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.menu-lang-wrapper .lang-dropdown .dropdown-button:after{
    content: '';
    width: 15px;
    height: 1px;
    display: block;
    background: #ffffff;
    position: absolute;
    left: 30px;
    top: 21px;
}

.menu-lang-wrapper .dropdown-menu{
    border-radius: 0;
    top: 28px;
    left: 5px;
    min-width: 60px;
    padding: 10px 0;
    margin: 0;
}

.menu-lang-wrapper .dropdown-menu .item a{
    display: flex;
    justify-content: center;
    padding: 5px 0;
    /*padding-left: 25px;*/
    align-items: center;
}

.menu-lang-wrapper .dropdown-menu .item.mk a:before{
    content: '';
    background: url(../../images/core/flagmk.png) no-repeat;
    width: 23px;
    height: 23px;
    position: relative;
    left: -3px;
    top:-1px;
}
.menu-lang-wrapper .dropdown-menu .item.al a:before{
    content: '';
    background: url(../../images/core/flagal.png) no-repeat;
    width: 23px;
    height: 23px;
    position: relative;
    left: -5px;
    top: -1px;
}
.menu-lang-wrapper .dropdown-menu .item.en a:before{
    content: '';
    background: url(../../images/core/flagen.png) no-repeat;
    width: 23px;
    height: 23px;
    position: relative;
    left: -5px;
    top: -1px;
}
.loader-wrapper-comments{
    display: none;
}

.profile-gender{
    display: block;
}

.block.lists-tabs .tab-content .tab-pane{
    overflow: hidden;
}
.block.lists-tabs .tab-content .tab-pane .product-slider{
    padding-left: 10px;
    padding-right: 10px;
}

.block.lists-tabs .tab-content .tab-pane .product-slider .slick-list{
    overflow: unset;
}

.footer-wrapper .footer-newsletter-social .block.newsletter {
    display: flex;
    flex-direction: column;
}

.comments-input-wrapper .form-group-btn{
    display: inline-block;
}

/* Product Personalization */

.btn-personalization {
    padding: 10px 20px;
}

#product_personalization_options .tab-content {
    border: none;
    min-height: 220px;
}

.personalization-modal .nav-tabs .nav-link {
    border: none !important;
    background: #ffffff !important;
}

.personalization-modal .nav-tabs .nav-link.active {
    border-bottom: 2px solid #000000 !important;
}

.personalization-modal .choose-message .items-wrapper, .personalization-modal .choose-symbol .items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 130px;
    margin-bottom: 30px;
    overflow-y: auto;
}

.personalization-modal .right-side-wrapper .btns-wrapper .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.personalization-product-images .img-wrapper .map .area .preview-content img {
    max-width: 100px;
}

.personalization-product-images .img-wrapper .map .area {
    top: 50%;
    left: 50%;
}

.personalization-modal.modal .close .icon-close:before {
    content: none;
}

.personalization-modal.modal .close {
    font-size: 30px;
    color: #000000;
    margin-top: 10px;
}

.personalization-modal .choose-symbol .items-wrapper .item {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#symbol_3 .choose-symbol .items-wrapper .item .img-wrapper {
    max-width: 50px;
}

.personalization-modal .choose-message .items-wrapper .item.active,
.personalization-modal .choose-symbol .items-wrapper .item.active {
    border-color: #000000;
}

.personalization-modal .choose-fontsize .items-wrapper .item.active,
.personalization-modal .choose-font .items-wrapper .item.active {
    border: 1px solid #000000;
}


.personalization-modal .right-side-wrapper .btns-wrapper .btn.white-btn,
.personalization-modal .right-side-wrapper .btns-wrapper .btn.black-btn:hover,
.personalization-modal .right-side-wrapper .btns-wrapper .btn.black-btn:active,
.personalization-modal .right-side-wrapper .btns-wrapper .btn.black-btn:focus,
.personalization-modal .right-side-wrapper .btns-wrapper .btn.black-btn:active:focus {
    border: 1px solid #000000;
    color: #000000;
    background: #ffffff;
}

.personalization-modal .right-side-wrapper .btns-wrapper .btn.black-btn,
.personalization-modal .right-side-wrapper .btns-wrapper .btn.white-btn:hover,
.personalization-modal .right-side-wrapper .btns-wrapper .btn.white-btn:active,
.personalization-modal .right-side-wrapper .btns-wrapper .btn.white-btn:focus,
.personalization-modal .right-side-wrapper .btns-wrapper .btn.white-btn:active:focus {
    border: 1px solid #000000;
    color: #ffffff;
    background: #000000;
}

.personalization-modal .right-side-wrapper .share-btn-wrapper {
    display: none;
}
.form-group-checklabel .validation-errors-list {
    top: auto;
    bottom: -15px;
}
.newsletter-form .confirm-loader.active span.loading{
    display: none;
}
.btn-info.confirm-loader.active,
.btn-info.confirm-loader:focus,
.btn-info.confirm-loader:active{
    background: #000000;
}
.cookie-settings-wrapper .cookie-agree-settings:hover,
.cookie-settings-wrapper .cookie-agree-intro:hover{
    border: 1px solid #404040;
}
.product .item.grid-view .img-wrapper .img-hover{
    padding: 0;
}
.block.lists-tabs .tab-content .tab-pane .loyalty-profile-badges .items-wrapper{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
#order_total_confirm_content .cart-privacy-policy .validation-errors-list{
    bottom: -10px;
}
.info-until-free-delivery-wrpper .title .text-wrapper{
    color: #000000;
}
.registration_form .nb-user-agree-checkbox-wrapper .reg-check-werapper:not(:last-child) {
    margin-bottom: 10px;
}
.product-detail-wrapper .product-availability-by-store-wrapper {
    width: 100%;
}
#order_ticket_content .cart-ticket-wrapper {
    padding-top: 0;
}
#order_ticket_content .lists-tabs .tab-content {
    padding-top: 30px;
}
#order_ticket_content  .cart-description {
    margin-top: 0;
}