/* - FIX - */

.career-form-wrapper {
    margin: 0 auto;
    max-width: 780px;
}

/*Header*/
.header{
    background: transparent;
    width: 100%;
    min-height: 90px;

}
.header.md-header .nav-main-wrapper,
.header.md-header .header-top.fixed-style{
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.header.md-header.fixed .nav-main-wrapper,
.header.md-header.fixed .header-top.fixed-style{
    background: rgba(255,255,255, 0.7);
}
.header .logo{
    display: none;
}

.header-top .quick-links{
    float: right;
}
.tp-home .header{
    position: fixed;
}

.header-top{
    background: rgba(255,255,255, 0.7);
}
.header-top p, .header-top span, .header-top a{
    font-size: 11px;
    text-transform: none;
    font-weight: 400;
    color: #353535;
}

.header-cart-item .items-wrapper .item .content{
    width: calc(100% - 95px);
    float: right;
    padding-right: 25px;
}

.header-cart-item .header-cart-toggle{
    right: -46px;
}

.header-cart-item .items-wrapper .item .content .title{
    margin-top: 20px;
}

.header-cart-item .items-wrapper .item .content .price{
    color:#353535;
    font-weight: 400;
}

.header-cart-item .items-wrapper .item img{
    width: 95px;
}

.header-cart-item .footer-wrapper .total-price{
    color: #353535;
    font-weight: 700;
}
.header-cart-item .items-wrapper .item a.product-item-remove{
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
}
.header-cart-item .footer-wrapper .btn{
    line-height: 26px;
    background: #ED1C31;
}
.header-cart-item .items-wrapper .item{
    height: 110px;
}
.header-cart-item .items-wrapper .item .product-item-remove{
    display: none;
}

.header-cart-item .items-wrapper .item .content .product-qty{
    display: block;
    text-align: right;
}

.header-cart-item .items-wrapper .item .content .product-size span,
.header-cart-item .items-wrapper .item .content .product-qty span,
.header-cart-item .items-wrapper .item .content .product-size,
.header-cart-item .items-wrapper .item .content .product-qty{
    font-size: 12px;
}

.header-cart-toggle .heading-wrapper .title span{
    font-size: 15px;
    line-height: 37px;
}

.header-top .nav.nav-simple > li a:hover{
    text-decoration: none;
}
.header-top .nav.nav-simple > li a:before{
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #353535;
    -webkit-transition: width 0.6s;
    -moz-transition: width 0.6s;
    -ms-transition: width 0.6s;
    -o-transition: width 0.6s;
    transition: width 0.6s;
}
.header-top .nav.nav-simple > li a:hover:before{
    width: 100%;
}
.header-top .nav.nav-simple > li a i{
    display: none;
}

.header-cart .mini-cart.mini-cart-circle-top-right .icon-wrapper i:before{
    content: url("../../images/core/korpa_2.png");
    width: 100%;
    height: 100%;
}

.header-cart .mini-cart.mini-cart-circle-top-right .icon-wrapper .description{
    bottom: 0px;
    font-size: 11px;
    transform: none;
    float: right;
    left: 28px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
}

.header-cart .mini-cart.mini-cart-circle-top-right .header-carthor-total{
    background: #ED1C31;
    top: 3px;
    right: -6px;
    height: 12px;
    width: 12px;
    line-height: 13px;
    font-size: 9px;
}

.header-top p, .header-top span, .header-top a{
    line-height: 45px;
}
.header-top.fixed-style{
    top: 0;
    position: fixed;
}

.header-top .nav.nav-simple > li{
    padding: 0 10px;
}

.header-cart{
    margin-right: 48px;
}

.user .item.item-fast-login .btn-wrapper .btn{
    height: 31px;
}

.lang-dropdown-slider img{
    vertical-align: text-bottom;
    margin-right: 5px;
}

.menu-lang-wrapper:hover {
    background: transparent;
}

.menu-lang-wrapper:hover .dropdown-menu .item a img{
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}

.dropdown-menu{
    background: rgba(255,255,255, 0.7);
    border-radius: 0;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background-color: transparent;
}

.dropdown-menu>li>a{
    padding: 3px 10px;
}

.dropdown-menu::before,
.dropdown-menu::after{
    content: "";
    position: absolute;
    top: -20px;
    left: 11%;
    border: 10px solid transparent;
    border-bottom-color: #FFFFFF;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown-menu::after {
    border-bottom-color: rgba(0,0,0,0.15);
}
/*Header end*/
/*Header landing*/

.header.header-landing{
    box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.15);
    position: fixed;
    background: #ffffff;
}

.header.header-landing .logo{
    display: block;
    text-align: center;
    margin-top: 25px;
}

.header.header-landing .autocomplete-button{
    position: fixed;
    float: right;
    top: 48px;
    right: 250px;
}

.logo-landing{
    background: rgba(255,255,255, 0.7);
    width: 100%;
}
/*Header landing end*/
/*Autocomplete*/
.tp-home .autocomplete-wrapper{
    margin-top: 20px;
}
.srch .header{
    pointer-events: none;
}

.main-4level-with-search-input .autocomplete-wrapper{
    width: 200px;
    right: 13%;
    background: transparent;
    left: auto;
}

.main-4level-with-search-input .autocomplete-input{
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}
.autocomplete-button-simple i{
    color: #353535;
    font-size: 18px;
}

.autocomplete-input{
    height: 40px;
}
.autocomplete-button-simple .title{
    display: none;
}

.autocomplete-button.autocomplete-button-simple{
    padding: 0;
    top: 25px;
}

.autocomplete-wrapper{
    border-top: 0;
}

.autocomplete{
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.main-4level-with-search-input .autocomplete-close:before{
    color: #353535;
    font-weight: 100;
    font-size: 22px;
    content: url("../../images/core/close_black.png");;
}

.main-4level-with-search-input .autocomplete-close{
    top: 18px;
    padding: 9px 10px;
}

.tp-home .autocomplete{
    width: 100%;
    float: right;
    top: 0;
    border-top: 0;
}

.autocomplete{
    width: 100%;
    float: right;
    top: 10px;
}

.autocomplete-results{
    margin-top: 0;
    -webkit-box-shadow: -5px 5px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -5px 5px 4px 0px rgba(0,0,0,0.1);
    box-shadow: -5px 5px 4px 0px rgba(0,0,0,0.1);
    min-width: 500px;
    float: inherit;
    padding: 0;
    max-height: 490px;
    margin-right: 12px;
}

.tp-home .autocomplete-results{
    -webkit-box-shadow: -5px 5px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -5px 5px 4px 0px rgba(0,0,0,0.1);
    box-shadow: -5px 5px 4px 0px rgba(0,0,0,0.1);
    margin-top: 0px;
    min-width: 500px;
    float: inherit;
    padding: 0;
    max-height: 490px;
    margin-right: 13px;
}
.main-4level-with-search-input .autocomplete-button{
    width: auto;
    right: 10px;
}

.autocomplete h4{
    font-weight: 700;
    font-size: 13px;
    margin-top: 0;
    padding: 10px 10px;
    background: #EFEFEF;
}

.search-sugest .category-wrapper a{
    display: none;
}
.autocomplete-results .img-wrapper{
    border: 1px solid #999999;
    margin: 0 0 10px;
}

 .autocomplete-results .product-title{
    text-align: left;
     font-size: 13px;
     text-transform: uppercase;
     margin-top: 15px;
}

.autocomplete-results .product-prices{
    margin-top: 20px;
}

.autocomplete-results .product-prices .text-right{
    font-weight: 600;
}

.catalog-autosuggest .product-code{
    text-align: center;
    margin: auto;
    float: none;
}

.search-sugest .items-wrapper{
    padding: 0 10px;
}
.autocomplete-results .product-code{
    display: block;
    float: left;
    padding: 5px 0;
    font-size: 13px;
}

.search-sugest .title{
    text-align: left;
}
.autocomplete-close:hover{
    background: #000000;
}

.autocomplete-input{
    font-size: 20px;
    width: calc(100% - 25px);
}

.autocomplete-results .product-title{
    color: #353535;
    height: 15px;
}
/*Autocomplete end*/
/*Nav main*/
.nav-main > li > a{
    color: #353535;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0px 13px 20px;
}

.nav-main > li.outlet > a,
.nav-main > li.red > a,
.nav-main-dropdown li.outlet a,
.nav-main-dropdown li.red a{
    color: #ED1C24;
}

.nav-main-wrapper{
    background: rgba(255,255,255, 0.7);
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.nav-main > li > a:hover,
.level4 .nav-main-submenu > li > a:hover{
    background: transparent;
    color: #ED1C31;
}

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

.nav-main-submenu-wrapper{
    background: #ffffff;
    opacity: 0.9;
}

.level4 .nav-main-submenu > li > a{
    color: #353535;
}

.nav-main > li > .highlight-bg{
    height: 100%;
    width: 100%;
    top: -25px;
    object-fit: cover;
    object-position: top;
    z-index: 1;
    pointer-events: none;
    position: relative;
}
.nav-main > li.has-bg{
    margin: 0px 25px 0;
}

.nav-main > li.has-bg > a{
    margin-top: 30px;
}

.nav-main-wrapper > .container{
    text-align: center;
    position: static;
}

.nav-main-wrapper .nav-main{
    display: inline-block;
    float: none;
}

.nav-main-wrapper .nav-main > li{
    float: none;
    vertical-align: bottom;
}

.nav-main > li > a > i{
    font-size: 15px;
    font-weight: 600;
    bottom: 1px;
}

.level4 .nav-main-submenu > li > a > h5{
    text-transform: uppercase;
}

.heading-wrapper-inline h1, .heading-wrapper-inline h2, .heading-wrapper-inline h3, .heading-wrapper-inline h4{
    text-transform: uppercase;
}

.nav-main-dropdown-wrapper{
    top: 70px !important;
    background: transparent;
    box-shadow: none;
}

.nav-main-dropdown-item .heading-wrapper{
    text-transform: uppercase;
    font-size: 14px;
    color: #353535;
    text-align: left;
}

.nav-main-dropdown li > a,
.nav-main-dropdown .nav-main > li > a{
    text-align: left;
    font-size: 18px;
    color: #353535;
}

.nav-main-dropdown li > a:hover{
    color: #ED1C24;
}
.nav-main-dropdown li{
    text-align: left;
}
.nav-main-dropdown h5{
    font-weight: 600;
}
.nav-main-dropdown .slider-next i{
    margin-right: 0;
}
.nav-main-dropdown .slider-prev i {
    margin-left: 0;
}
.nav-main-dropdown-inner{
    padding: 40px 30px;
    background: rgba(255,255,255, 0.9);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.nav-main-dropdown .slider-arrow i{
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nav-main-dropdown .slider .slider-navigation-absolute{
    padding: 0;
    top: 50%;
    height: auto;
}
.level4 .nav-main-submenu-wrapper{
    top: 65px !important;
}

.level4 .nav-main-submenu{
    text-align: left;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    margin: 0 0;
    padding: 10px 0;
}

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

.level4 .nav-main-dropdown h5{
    font-size: 15px;
    color: #353535;
    text-transform: none;
}
/*Nav main end*/
/*Main slider*/
/*
.slider.main-slider:hover .slider-arrows .slider-next,
.slider.main-slider:hover .slider-arrows .slider-prev{
    opacity: 1;
}

.slider.main-slider:hover .slider-arrows{
    opacity: 0;
}*/

.slider.main-slider{
    margin-bottom: 80px;
    overflow: inherit;
    margin-left: 0;
    margin-right: 0;
}

.main-slider .slick-list{
    margin: 0 -10px;
}

.main-slider .img-wrapper img{
    width: 100%;
}

.slider.main-slider:hover .slider-arrows{

}
.slider.main-slider .slick-slide img{
    object-fit: cover;
    height: 100vh;
    min-width: 100%;
}
.slider.main-slider .slider-init{
    margin-bottom: 50px;
}

.slider.main-slider .slick-dots{
    bottom: 40px;
}
.slider .slick-dots li button{
    width: 13px;
    height: 13px;
}

.slider .slick-dots li.slick-active button:before{
    box-shadow: inset 0 0 0 4px #ED1C24;
    width: 13px;
    height: 13px;
    background: #ED1C24;
}

.slider.main-slider .slider-arrow.slider-prev i:before{
    content: url("../../images/core/leva_strelica.png");
    width: 100%;
    height: 100%;
}

.slider.main-slider .slider-arrow.slider-next i:before{
    content: url("../../images/core/desno.png");
    width: 100%;
    height: 100%;
}

.slider.main-slider .item .content{
    display: block;
    top: 87%;
}
.slider.main-slider .item.slick-current .content{
    top: 87%;
}

.slider.main-slider .item .text-wrapper .title{
    display: none;
}

.slider.main-slider .item .btn-wrapper{
    display: none;
}
/*Main slider end*/
/*Slider with items*/
.generic_slider_with_items-slider .item .content > .text-wrapper{
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    bottom: 160px;
}

.generic_slider_with_items-slider .button-wrapper{
    display: none;
    top: 50%;
    left: 50%;
    position: absolute;
}
.generic_slider_with_items-slider{
    margin-bottom: 0;
}

.generic_slider_with_items-slider .title{
    font-size: 80px;
    color: #ffffff;
    font-weight: 700;
}

.generic_slider_with_items-slider .item{
    position: relative;
    margin-bottom: 25px;
}

.generic_slider_with_items-slider .item .items-wrapper{
    width: 100%;
    position: relative;
    top: -75px;
    text-align: center;
}

.generic_slider_with_items-slider .item-slide-item .text-wrapper,
.generic_slider_with_items-slider .title{
    color: #ffffff;
    text-shadow: 1px 2px 3px #373737;
}

.generic_slider_with_items-slider .item-slide-item .item-link .text-wrapper .title-item:hover{
    color: #c1c1c1;
}
.generic_slider_with_items-slider .item-slide-item .item-link .text-wrapper .title-item{
    position: relative;
    padding: 0 20px;
    line-height: 60px;
}
.generic_slider_with_items-slider .item-slide-item:not(:last-child) .item-link .text-wrapper .title-item:before{
    content: '';
    position: absolute;
    top: 50%;
    height: 45px;
    width: 5px;
    background-color: #fff;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.generic_slider_with_items-slider .item-slide-item .item-link .text-wrapper .title-item:last-of-type{
    border-right: 0;
}

.generic_slider_with_items-slider .item-slide-item a{
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
}

.generic_slider_with_items-slider .item-slide-item a:hover{
    color: #C9C9C9;
}
.generic_slider_with_items-slider .item-slide-item{
    display: inline-block;
}

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

/*Slider with items end*/
/*Category slider*/
.grid-slider .btn-wrapper{
    margin-top: 85px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.grid-slider .btn-wrapper .btn-slider{
    background: #353535;
    max-width: 100%;
    padding: 15px 20px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.grid-slider .btn-wrapper:hover{
    background: #5D5D5D;
}
.grid-slider .btn-wrapper .btn{
    line-height: 12px;
}

.grid-slider.categories-grid-slider .text-wrapper .title{
    font-size: 48px;
    font-weight: 400;
}

.grid-slider.categories-grid-slider .text-wrapper{
    width: 100%;
    top: 40%;
}

.grid-slider.categories-grid-slider .item:first-of-type{
    padding-left: 0;
}

.grid-slider.categories-grid-slider .item:last-of-type{
    padding-right: 0;
}
/*Categories slider end*/
/*Instagram slider*/
.instagram-slider{
    margin-bottom: 0;
}

.slider.instagram-slider .item .button-wrapper,
.slider.instagram-slider .item .text-wrapper .subtitle{
    display: none;
}

.slider.instagram-slider .heading-wrapper{
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}

.slider.instagram-slider .item .main-img:before{
    content: url("../../images/core/hover-insta.png");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.slider.instagram-slider .item .main-img:hover:before{
    opacity: 1;
}

.slider.instagram-slider .item .main-img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider.instagram-slider .item .main-img:hover{
    -webkit-filter: grayscale(60%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(60%); /* FF 35+ */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slider.instagram-slider .heading-wrapper h2{
    width: 16%;
    margin: 0 auto;
    background: #ffffff;
    font-weight: 700;
}

.categories-grid-slider{
    margin-bottom: 70px;
}
/*Instagram slider end*/
/*Registration page*/
.page{
    min-height: calc(100vh - 400px);
}
.registration-page .login-style .form-group input#reg_page_password{
    margin-bottom: 0;
}

.registration-sidebar .text-wrapper{
    background: transparent;
    margin: 0 auto;
    color: #353535;
    border: 0;
    padding: 0;
}

.page .right-info,
.page .left-info{
    border-left: 0px solid #808080;
    border-right: 0px solid #808080;
}

.career-page .right-info .company-info .item i,.career-page .right-info .company-info .item span.content{
    vertical-align: super;
}

.page .heading-wrapper .description{
    text-align: left;
    color: #353535;
    font-weight: 400;
}

.career-page.page .heading-wrapper .description{
    text-align: center;
}

.career-page .right-info .company-info .item i, .career-page .right-info .company-info .item span.content{
    color: #353535;
}

.page .heading-wrapper{
    margin-bottom: 0;
}

.page .company-info .item{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    font-weight: 400;
}
.company-info .img-wrapper img{
    margin-right: 5px;
    margin-top: 1px;
}
.page .right-info{
    padding-left: 0;
}

.page{
    padding: 20px 40px;
}

.page h1 span{
    padding: 0 20px;
    letter-spacing: 0;
    color: #575757;
}

.page.career-page h1:before,
.page.career-page h1:after,
.page.cooperation-page h1:before,
.page.cooperation-page h1:after{
    top: 10%;
}

.page-normal .heading-wrapper .title:before{
    display: none;
}

.page-normal h1{
    text-align: left;
}

.page-normal h1 span{
    padding: 0;
}
/*Registration page end*/
/*Page normal*/
.page.page-fullwidth h1{
    text-align: left;
    font-size: 30px;
    margin: 20px 0 0px;
}

.page.page-fullwidth h1 span{
    padding: 0;
}


/*Product list*/
.product-listing-intro .form-group:first-child .icheck-item{
    margin: 10px 0;
}
.product-listing-intro .list-types-wrapper{
    display: none;
}

.product-listing-intro .headding-wrapper .title h1 span{
    padding: 0;
    letter-spacing: 0;
}

.product-listing-intro h1{
    font-weight: 600;
    font-size: 20px;
}

.product-listing-intro .title{
    height: auto;
}

.handlines-sldier .item{
    color: #353535;
}

.handlines-sldier .slider-init{
    margin: 0 auto;
    width: calc(50% - 300px);
}
.handlines-sldier{
    background: #F2F2F2;
    margin-bottom: 0;
    height: 45px;
    margin-top: 20px;
}

.handlines-sldier .title{
    padding: 14px;
}
.handlines-sldier .slider-navigation-absolute{
    width: calc(50% - 300px);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.handlines-sldier .slider-arrow i{
    color: #7F8082;
    font-size: 18px;
    font-weight: 500;
}

.nav-main-wrapper.scroll-to-fixed-fixed{
    box-shadow: 0 4px 5px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 4px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 4px 5px 0px rgba(0,0,0,0.15);
}

.breadcrumbs li a{
    font-size: 13px;
    color: #797D80;
    font-weight: 700;
}

.breadcrumbs li{
    font-size: 13px;
}

.breadcrumbs .active{
    color: #353535;
    font-weight: 700;
}

.breadcrumbs{
    margin-top: 25px;
}

.breadcrumbs.background-image-active{
    margin-top: 25px;
}

.breadcrumbs.background-image-active a{
    color: #575757;
}
.breadcrumbs.breadcrumbs_category{
    background: rgb(245, 245, 245);
}

.product-listing-intro .heading-wrapper .title h1 span{
    padding: 0 0;
}

.product-listing-intro .form-group label, .product-listing-intro .form-group span{
    font-size: 13px;
    font-weight: 600;
    color: #5D5D5D;
}

.selected-filters.tags{
    background: transparent;
    margin-bottom: 0;
    padding: 10px 10px 0;
}

.tags .products-found-wrapper .remove-all-tags{
    font-size: 8px;
    opacity: 0.5;
}

.selected-filters.tags:before{
    display: none;
}

.product-listing-intro .styled-select{
    max-width: 220px;
    width: 220px;
}

.product-listing-intro .styled-select.small-select{
    max-width: 50px;
    width: 50px;
}

.filter-group-items.list-unstyled li a{
    font-size: 16px;
    color: #797D80;
    font-weight: 600;
}
.filter-group-items.list-unstyled li a:hover{
    color: #ED1C24;
}
.filter-group .title{
    color: #353535;
}

.reset-text{
    color: #353535;
    font-weight: 700;
}

.form-group-checklabel label{
    font-size: 13px;
    color: #797D80;
}

.nicescroll-rails{
    display: none;
}

.nicescroll-rails > div{
    display: none;
}

.filter-group .items-wrapper .item.form-group-checklabel label:hover{
    color: #ED1C24;
}

.product-listing-filters .reset-tag-wrapper{
    border-bottom: 2px solid #CCCCCC;
    border-top: 2px solid #CCCCCC;
}

.product-listing-filters .reset-tag-wrapper .icon{
    float: right;
    margin-right: 10px;
}

.product-listing-filters .filter-group .filter-category-menu > ul {
    margin: 10px 0 10px 10px;
}

.product-listing-filters .filter-group .filter-category-menu ul li.active > a {
    color: #ED1C24;
}

.product-listing-intro{
    border-bottom: 1px solid #CCCCCC;
}

.product-listing-filters{
    border-right: 0px;
}

.filter-group .items-wrapper{
    border-bottom: 2px solid #CCCCCC;
}

.filter-group .btn-search{
    background: #5D5D5D;
    font-size: 15px;
}

.filter-group .btn-search:hover, .filter-group .btn-search:focus, .filter-group .btn-search:active, .filter-group .btn-search:focus:active{
    background: #353535;
}

.slider-init-level2{
    display: none;
}

.product .item .text-wrapper .prices-wrapper,
.search-sugest .product-prices,
.product .item .text-wrapper .prices-wrapper .current-price,
.products-list-simple .product-price{
    text-align: center;
    width: 100%;
}

.product .item .caption-icons{
    display: none;
}
.icon-plus:before{
    content: url("../../images/core/lp-top.png");
}

.icon-minus:before{
    content: url("../../images/core/lp-bottom.png");
}
/*Product list end*/

/*Pageinacija*/

.pagination{
    margin-top: 50px;
}
.pagination > li > a {
    padding: 5px 10px 0;
    min-height: 36px;
    line-height: 26px;
    min-width: 36px;
}
.pagination > li.first > a, .pagination > li.last > a, .pagination > li.next > a, .pagination > li.prev > a
.pagination > li.active > a, .pagination > li.active > a:hover{
    background: #353535;
}

.pagination > li.first > a, .pagination > li.last > a, .pagination > li.next > a, .pagination > li.prev > a{
    background: transparent;
}

.pagination>li>a, .pagination>li>span{
    color: #353535;
    border: 2px solid #B3B3B3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pagination>.active>a, .pagination>.active>span,
.pagination>.active>a:hover, .pagination>.active>span:hover,
.pagination>.active>a:focus, .pagination>.active>span:focus{
    border: 2px solid transparent;
}

.pagination > li:first-child > a, .pagination > li:last-child > a{
    border: 2px solid transparent;
    padding: 5px 10px 0px;
}
.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus {
    background: #353535;
    color: #ffffff;
}
.pagination > li:first-child > a:hover, .pagination > li:last-child > a:hover{
    border: 2px solid transparent;
    filter: invert(90%);
}

.pagination > li.prev > a{
    margin-right: 15px;
}

.pagination > li.next > a{
    margin-left: 10px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
    background: transparent;
    border-color: #353535;
}

.pagination .icon-caret-left:before{
    content: url("../../images/core/arrow-dbl-left.png");
    font-family: normal;
}

.pagination .icon-caret-right:before{
    content: url("../../images/core/arrow-dbl-right.png");
    font-family: normal;
}

.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a{
    display: block;
    padding: 15px 0;
}

.panel-heading{
    padding: 0;
}
/*Pagination end*/
/*Product details*/
.product-details{
    padding-top: 15px;
    padding-bottom: 0;
}
.product .item .caption-discount,
.product-details .caption-discount{
    background: url("../../images/core/sticker_2.png");
    width: 41px;
    height: 32px;
    border-radius: 0;
    font-size: 13px;
    line-height: 38px;
}

/*.product-details .favorite,*/
/*.admin-edit{*/
/*    display: none;*/
/*}*/
.product .item.grid-view .img-wrapper,
.products-list-simple .product-item-image img{
    border: 1px solid transparent;
}

.product .item.grid-view .img-wrapper,
.product .item.grid-view .img-wrapper .img-hover{
    padding: 0;
}
.product .item .img-overlay{
    background: transparent;
}

.product-price-saved{
    color: #636466;
}

.product-listing .product-item:not(.list-view):hover,
.product-listing .product-item:not(.list-view){
    border: 1px solid #F2F2F2;
    margin: 10px 8px;
    max-width: 270px;
    padding: 10px 0;
}
.product-listing-items{
    margin-left: 20px;
}

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

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

.product .item:hover .img-overlay {
    opacity: 0;
    display: none;
}

.product .item .text-wrapper .title a{
    font-size: 15px;
    color: #636466;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
}

.product .item .text-wrapper .title{
    padding: 10px 0;
    height: 45px;
}

.product .item .text-wrapper{
    padding: 0 5px;
    height: 180px;
}

.product .item .text-wrapper .prices-wrapper .current-price.price-with-discount,
.products-list-simple .product-price{
    color: #353535;
    padding: 0 0 5px;
    text-align: center;
}

.product .item .shopbylook-infowrapper .text-wrapper .prices-wrapper .current-price.price-with-discount{
    text-align: left;
}

.productstate-product .location-search-box.img-wrapper img{
    max-width: 100%;
}

.productstate-product .product-help-link{
    display: none;
}

.panel > .collapsing .panel-toggle, .panel > .collapse .panel-toggle{
    padding: 0 0px;
}

.panel-group.stores-wrapper{
    max-height: 300px;
    overflow-y: scroll;
}

.panel-group .panel+.panel{
    margin-top: 0;
}

.background{
    padding: 20px 0 40px;
}
.productstate-left{
    display: none;
}

.productstate-right .product-details-info{
    display: none;
}

.productstate-right .product-details-price{
    display: none;
}

.productstate-right .product-help-link{
    display: none;
}

.block.productstate-product{
    padding-top: 0;
}

.productstate-right{
    width: 100%;
}
/*
.product-vertical-panel td{
    width: 31%;
    float: left;
}
*/
.product-details label.filter-size{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    color: #7a7a7a;
    font-size: 12px;
    padding-bottom: 5px;
    letter-spacing: 0;
    width: 100%;
    line-height: normal;
}

.product-attrs-reset{
    font-size: 12px;
}

.store-content .panel-inner{
    font-size: 13px;
    color: #7a7a7a;
}

.productstate-product .panel .icon{
    line-height: 15px;
    margin: 0 5px 0 0;
    color: #7a7a7a;
}

.productstate-product .post-item-morelink{
    display: none;
}

.panel-body{
    padding: 5px;
}
.map-link{
    color: #ED1C24;
    display: none;
}

.panel > .collapsing .panel-toggle, .panel > .collapse .panel-toggle{
    line-height: 17px;
    padding: 5px 0 0;
    font-size: 14px;
    height: 40px;
}


.block.productstate-product{
    padding-top: 0;
}

.productstate-product .products-detail-wrapper{
    display: none;
}
.product .item .text-wrapper .prices-wrapper .current-price,
.products-list-simple .product-price{
    font-size: 18px;
    font-weight: 400;
    color: #353535;
    text-align: center;
}

.product .item .text-wrapper .prices-wrapper .prev-price,
.products-list-simple .product-prev-price{
    font-size: 15px;
    color: #636466;
}

.similar-products-slider .item .text-wrapper,
.last-viewed-slider .item .text-wrapper,
.outfit-slider .item .text-wrapper{
    height: 185px;
}

.similar-products-slider .heading-wrapper.heading-wrapper-bordered,
.last-viewed-slider .heading-wrapper.heading-wrapper-bordered{
    padding-top: 50px;
    margin-bottom: 5px;
}

.outfit-slider .heading-wrapper.heading-wrapper-bordered h2{
    margin-bottom: 50px;
}

.similar-products-slider .heading-wrapper.heading-wrapper-bordered:before,
.last-viewed-slider .heading-wrapper.heading-wrapper-bordered:before,
.outfit-slider .heading-wrapper.heading-wrapper-bordered:before{
    width: 35%;
    bottom: 24%;
    height: 2px;
}

.outfit-slider .slider .slick-slide{
    padding: 0;
    margin: 0 10px;
}
.panel-title{
    text-transform: uppercase;
    font-size: 12px;
}

.last-viewed-slider .heading-wrapper.heading-wrapper-bordered .title h2 span,
.outfit-slider .heading-wrapper.heading-wrapper-bordered .title h2 span{
    background: #ffffff;
    padding: 30px;
    position: relative;
    z-index: 9;
}

.similar-products-slider .heading-wrapper.heading-wrapper-bordered .title h2 span{
    background: #F7F7F8;
    padding: 30px;
    position: relative;
    z-index: 999;
}

.product-listing .product-item:not(.list-view):hover{
    box-shadow: 0px 3px 5px 0px rgba(160,160,160,0.2);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(160,160,160,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(160,160,160,0.2);
}

.last-viewed-slider .heading-wrapper.heading-wrapper-bordered .title h2:before{
    min-width: 550px;
}
.similar-products-slider .heading-wrapper.heading-wrapper-bordered .title h2:before{
    min-width: 320px;
}

.similar-products-slider .heading-wrapper.heading-wrapper-bordered .title h2:before,
.last-viewed-slider .heading-wrapper.heading-wrapper-bordered .title h2:before,
.outfit-slider .heading-wrapper.heading-wrapper-bordered .title h2:before{
    content: '';
    position: absolute;
    top: calc(50% - -21px);
    height: 1px;
    background: #808080;
    z-index: 9;
    width: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.outfit-slider .heading-wrapper.heading-wrapper-bordered .title h2:before{
    top: calc(50% - 2px);
}
.slider-level2{
    display: none;
}

.product .item .options-wrapper.product-sizes-v2{
    padding: 0 0 20px;
    box-shadow: 0px 3px 5px 0px rgba(160,160,160,0.2);
    background: #ffffff;
    width: calc(100% + 10px);
    margin-left: -5px;
}

.product .item .options-wrapper.product-sizes-v2 .product-sizes .btn.buyButtonOnLists{
    background: #353535;
    text-transform: uppercase;
}

.product .item .options-wrapper .product-sizes{
    top: 10px;
}
.product .item .options-wrapper .product-sizes .btn.buyButtonOnLists{
    padding: 6px 10px 6px;
    min-width: 178px;
    border-radius: 0;
}

.product .item .options-wrapper .product-sizes .btn-sizes:nth-child(4n){
    border-right: 1px solid;
}

.product .item .options-wrapper.product-sizes-v2 .product-sizes .btn.buyButtonOnLists span{
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 0px;
}

.product .item .options-wrapper.product-sizes-v2 .product-sizes .btn.buyButtonOnLists:before{
    content: url("../../images/core/korpa-listing.png");
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.product .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper{
    padding: 0 10px;
}

.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper{
    padding: 0;
}
.product .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper .item,
.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item{
    width: 15px;
    height: 30px;
    margin: 0 3px 5px 0;
    line-height: 32px;
    border-color: #7F7F7F;
}

.product .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper .item:hover,
.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item:hover{
    border-color: #353535;
}

.product .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper .item.active{
    background: #353535;
    color: #ffffff;
}

.product .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper .item.disabled,
.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item.disabled{
    display: none;
}

.tags .items-wrapper .item{
    border-radius: 0;
    border: 1px solid #CCCCCC;
    background: #ffffff;
    color: #999999;
}

.items-wrapper .item .icon.icon-close{
    font-size: 7px;
    padding: 0 5px;
}

.tags .items-wrapper .item .text{
    font-size: 13px;
    height: 22px;
    line-height: 23px;
    float: left;
}

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

.tags .items-wrapper .item .close{
    color: #5D5D5D;
    opacity: 1;
}
.tags .items-wrapper .item:hover .close,
.tags .items-wrapper .item:hover .icon-close{
    color: #ED1C24;
}
.tags .items-wrapper{
    padding-left: 18px;
}
/*Product list end*/
/*Product detail*/
.product-details-info .brand{
    display: none;
}

.product-detail-wrapper{
    padding-left: 50px;
}
.product-details h1{
    font-size: 22px;
    color: #636466;
    text-transform: uppercase;
    text-align: left;
}

.product-details h1 span{
    padding: 0;
    font-weight: 600;
}

.product-details .product-details-info .code{
    color: #636466;
    font-size: 13px;
    padding-bottom: 5px;
    margin-top: -5px;
}

.product-details .product-details-info .category, .product-details .product-details-info .category a{
    color: #636466;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.product-details .product-details-info .description{
    display: none;
}

.product-details .product-details-info{
    border-bottom: 0;
}

/*.product-details-price .action-lowerprice{*/
/*    display: none;*/
/*}*/

.product-details-price .prev-price{
    color: #797D80;
    font-size: 15px;
}

.product-details-price .current-price{
    color: #353535;
    font-size: 22px;
}

.product-details-price .price-saved{
    color: #636466;
    font-size: 15px;
}

.product-details label{
    font-size: 14px;
    color: #353535;
}

.product-attributes li{
    border: 1px solid #7F7F7F;
    min-width: 37px;
    padding: 10px 11px 4px;
}

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

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

.detail-social-share .item-facebook a i:before{
    content: url("../../images/core/facebook_circle_2.png");
}

.detail-social-share .item-twitter a i:before{
    content: url("../../images/core/twetter_circle_2.png");
}

.detail-social-share .item-whatsapp a i:before{
    content: url("../../images/core/whatsapp_circle_2.png");
}
.detail-social-share .item-email a i:before{
    content: url("../../images/core/pinterest_circle_2.png");
}
.item-pinterest a i:before{
    display: none;
}

.detail-social-share .item-viber{
    display: none;
}

.social-share.detail-social-share .share-text{
    display: block;
    font-size: 12px;
    color: #353535;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 700;
}

.product-item .product-description{
    display: none;
}
.shop-button-qnt{
    background-color: #353535;
    min-width: 160px;
    height: 34px;
    padding-right: 15px;
    padding-left: 45px;
    line-height: initial;
}

.shop-button-qnt:hover, .shop-button-qnt:focus, .shop-button-qnt:active, .shop-button-qnt:active:focus{
    background-color: #5D5D5D;
}


.shop-button-qnt:before{
    left: -15px;
    right: auto;
}

.product-quantity-arrows{
    width: 35px;
}

.product-quantity-arrows i{
    height: 35px;
    line-height: 35px;
}

.product-quantity{
    width: 46px;
    height: 35px;
    color: #636466;
}

.products-detail-wrapper .heading-wrapper .title{
    font-size: 14px;
    color: #353535;
}

.products-detail-wrapper .product-compare{
    display: none;
}

.product-details .product-image-wrapper{
    border: 0;
}

.product-images-thumbs-vertical.show-arrows .slider-navigation-absolute .slider-prev i:before{
    content: url("../../images/core/top.png");
    width: 100%;
    height: 100%;
}

.product-images-thumbs-vertical.show-arrows .slider-navigation-absolute .slider-next i:before{
    content: url("../../images/core/bottom.png");
    width: 100%;
    height: 100%;
}

.product-images-thumbs-vertical.show-arrows .slider-navigation-absolute i{
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
}

.slider.product-main .slider-navigation-absolute{
    display: none;
}

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

.lists-tabs ul.items-wrapper{
    border-bottom: 0;
    text-align: center;
}

.lists-tabs ul.items-wrapper .item:hover a{
    color: #636466;
}

.product-details .table>tbody>tr>td, .product-details .table>thead>tr>th{
    font-size: 12px;
    color: #5D5D5D;
}

.product-details .table>thead>tr>th{
    text-transform: uppercase;
}

.lists-tabs .tab-content{
    color: #5D5D5D;
    font-size: 12px;
}

.lists-tabs .tab-content > .tab-pane.active, .product-tab .tab-content > .tab-pane.active{
    margin-top: 45px;
}

.products-detail-wrapper{
    margin-bottom: 55px;
}

.similar-products-slider .heading-wrapper.heading-wrapper-bordered .title h2,
.last-viewed-slider .heading-wrapper.heading-wrapper-bordered .title h2,
.outfit-slider .heading-wrapper.heading-wrapper-bordered .title h2{
    font-size: 24px;
}


.lists-tabs ul.items-wrapper .item a{
    color: #353535;
    font-size: 17px;
    font-weight: 600;
    line-height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
}

.lists-tabs ul.items-wrapper .item.active{
    border: 1px solid #A3A3A3;
    border-bottom: 1px solid #ffffff;
}

.lists-tabs ul.items-wrapper{
    margin-bottom: 45px;
}
.product-details .lists-tabs ul.items-wrapper:before{
    content:'';
    width:100%;
    height:1px;
    background: #A3A3A3;
    bottom:-2px;
    left:0;
    position:absolute;
    z-index: -1;
}
.lists-tabs ul.items-wrapper .item{
    margin-right: -5px;
    border-bottom: 1px solid #A3A3A3;
}

.table>tbody>tr:nth-child(2n+1){
    background: #FAFAFA;
    color: #353535;
}

.table > thead{
    margin-bottom: 15px;
}

.table>tbody>tr:hover>td, .table>tbody>tr:hover>th{
    background-color: transparent;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td{
    padding: 4px;
}

.table>tbody>tr>td{
    border-bottom: none;
}

.table > thead > tr > th{
    color: #4D4D4D;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 2px solid #f4f4f4;
}

.product-details .table>tbody>tr>td, .product-details .table>thead>tr>th{
    color: #4D4D4D;
    font-size: 12px;
    padding: 10px 0;
}

.product-vertical-panel .form-comment{
    margin-bottom: 0;
}

.product-vertical-panel .panel .comments-content-wrapper{
    box-shadow: 0 0px 0px #E6E6E6;
}

.similar-product{
    padding-bottom: 40px;
}

.similar-products-slider .items-wrapper .item,
.last-viewed-slider .items-wrapper .item,
.outfit-slider .items-wrapper .item{
    border: 1px solid #F2F2F2;
    margin: 10px 8px;
    max-width: 330px;
    background: #ffffff;
    padding: 0;
}

.similar-products-slider .items-wrapper .item:hover,
.last-viewed-slider .items-wrapper .item:hover,
.outfit-slider .items-wrapper .item:hover{
    box-shadow: 0px 3px 5px 0px rgba(160,160,160,0.2);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(160,160,160,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(160,160,160,0.2);
}

.product-attributes-wrapper .product-help-link,
.product.shopbylook-slider .product-help-link{
    background: #636466;
    padding: 6px;
    color: #ffffff;
    font-size: 9px;
    text-transform: uppercase;
    width: 75px;
    line-height: 13px;
    text-align: center;
    margin-left: 0;
}

.product-attributes-wrapper,
.product.shopbylook-slider{
    min-width: auto;
}

.product-attributes-wrapper .product-help-link i,
.product.shopbylook-slider .product-help-link i{
    display: none;
}
.similar-product{
    background: #F7F7F8;
}

.similar-products-slider,
.last-viewed-slider,
.outfit-slider {
    margin-bottom: 50px;
}

.last-viewed-slider .slider-arrows .slider-prev i,
.similar-products-slider .slider-arrows .slider-prev i,
.outfit-slider .slider-arrows .slider-prev i{
    content: url("../../images/core/product-detail-arrow-left.png");
}

.last-viewed-slider .slider-arrows .slider-next i,
.similar-products-slider .slider-arrows .slider-next i,
.outfit-slider .slider-arrows .slider-next i{
    content: url("../../images/core/product-detail-arrow-right.png");
}
/*Product detail end*/
/*Toogle banner*/
.toggle-banner .sidebar-info .item .text-wrapper .title{
    font-size: 15px;
    color: #353535;
    font-weight: 700;
}

.toggle-banner .sidebar-info .item .text-wrapper:first-child .title{
    font-weight: 500;
}

.toggle-banner .sidebar-info .headline-wrapper .title{
    font-size: 13px;
    text-align: center;
    color: #353535;
    font-weight: 700;
}

.sidebar-info{
    width: 220px;
    padding-bottom: 10px;
}

.toggle-banner{
    position: relative;
    top: 40px;
    right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    height: 308px;
    z-index: 1000;
}

.toggle-banner > .item {
    border: 3px solid transparent;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 220px;
    color: #353535;
    border-top: 30px solid transparent;
    background: #F2F2F2;
    border-bottom: 2px solid #ED1C24;
    float: right;
}
.toggle-banner .item.closed {
    opacity: 0;
    width: auto;
    height: 0;
}

.sidebar-info .item .text-wrapper{
    text-align: center;
    padding: 0 13px 10px;
}

.toggle-banner .toggle-button{
    height: 60px;
    width: 120px;
    background: url(../../images/core/help-img.png);
    color: transparent;
    position: absolute;
    top: -40px;
    z-index: 999999;
    right: 50px;
}

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

.product-detail-buy{
    margin-bottom: 5px;
    border-bottom: 0px solid #E6E6E6;
    padding-bottom: 20px;
}
.product-attributes li.disabled, .product-attributes li.disabled:hover{
    position: relative;
    color: #7F7F7F;
    background: rgba(213, 204, 204, 0.29);
    border-color: #7F7F7F;
    display: none;
}
/*Toggle banner end*/
/*Cart*/
.cart-step h2{
    font-size: 18px;
}

.cart-table-summary .product-item-prices.cart-total{
    color: #353535;
}

.cart-privacy-policy a{
    color: #ED1C24;
}

.nav-tabs > li.active:after{
    background: #ED1C24;
}

#order_ticket_content .cart-ticket-wrapper{
    padding-top: 0;
}

#ticket_modal .ticket-item .btn-wrapper button{
    padding: 10px 15px 6px;
}

.cart-table .product-item-title{
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}

.cart-table .product-item-title p{
    display:none;
}

.cart-table .product-item-code{
    padding-bottom: 10px;
}

.cart .toggle-banner{
    display: none;
}

.stores-wrapper .panel .title{
    font-size: 25px;
    padding-top: 15px;
}


/*Cart end*/
/*Error*/
.error-page{
    padding-top: 40px;
}

.alt-background,
.background.background-alt{
    background: transparent;
}

.error-search-list{
    display: none;
}

.error_page_content-slider{
    margin-bottom: 80px;
}
/*Error end*/
/*Brends*/

.letters-inline span.item:hover{
    color: #808080;
}

.letters-inline span.item,
.attribute-letters-list .title{
    color: #353535;
}
/*Brands end*/
/*Contact*/

.page h2 span{
    padding: 0;
}
.page .heading-wrapper .title{
     margin-bottom: 40px;
}

.page .contact-forma .form-group,
.page .contact-forma .form-group.textarea-group{
    max-width: 510px;
}

.company-info .item i, .company-info .item span.content{
    vertical-align: bottom;
}

.contact-page:not(.background-image-active) h1{
    text-align: center;
}

.background-image-active .form-group-checklabel label{
    color: #575757;
}
.contact-page-5 .heading-wrapper.heading-wrapper-bordered h1{
    font-size: 40px;
}

.contact-page-5 .heading-wrapper.heading-wrapper-bordered:before{
    top: 20%;
}

.contact-page-5 .left-info .heading-wrapper{
    display: none;
}

.heading-wrapper.heading-wrapper-bordered:before{
    display: none;
}

.contact-page-5 .description p{
    font-size: 16px;
}
.page.contact-page h1:before{
    top: 15%;
}

.page.contact-page h1:after{
    top: 15%;
}
#map-canvas, #stores-map{
    min-height: 65vh;
}

.store-map-full #map-canvas,
.store-map-full #stores-map{
    min-height: 55vh;
}
.page.contact-page-5 h1{
    position: relative;
}
.page.contact-page-5 h1:before{
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    height: 1px;
    background: #808080;
    z-index: -1;
    width: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 320px;
}

.store-popup .store-item-action{
    color: #ED1C24;
}

.gm-style .gm-style-iw-c{
    width: 500px;
}
/*Contact end*/
/*Lokali po gradovima*/
.promotion-wrapper{
    margin-top: 20px;
}

.promotion-wrapper-witouth-modal .panel .title .panel-toggle{
    padding: 10px 15px;
    border-bottom: 0px;
}

.promotion-wrapper-witouth-modal .heading-wrapper .title h1:before {
    content: '';
    position: absolute;
    top: 40%;
    height: 1px;
    background: #808080;
    z-index: -1;
    width: 95px;
    right: 57%;
}

.promotion-wrapper-witouth-modal .heading-wrapper .title h1:after {
    content: '';
    position: absolute;
    top: 40%;
    height: 1px;
    background: #808080;
    z-index: -1;
    width: 95px;
    left: 57%;
}

.promo-location-country-wrapper .item-promo-country:hover{
    border: 1px solid #353535;
}

.promo-location-country-wrapper .item-promo-country{
    border: 1px solid #B0B5B7;
    padding: 7px 18px;
    font-size: 16px;
    margin-right: 13px;
}

.promotion-wrapper-witouth-modal .heading-wrapper .title h1{
    margin: 0 0 30px 0;
    font-weight: 700;
    border-bottom: 0;
}

.promo-location-country-wrapper.lists-tabs{
    margin-bottom: 20px;
}

.promotion-wrapper .panel-wrapper > .panel{
    background: transparent;
}

.panel .title.city-title .panel-toggle.collapsed{
    color: #636466;
    font-size: 16px;
}

.panel .title.city-title .panel-toggle{
    background: transparent;
    color: #353535;
    padding: 10px 15px;
}

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

.panel .title.city-title .panel-toggle > .icon{
    color: #ED1C31;
    font-size: 10px;
    font-weight: 600;
}

.promo-store-of-city .heading-wrapper .title a .fa-map-marker:before{
    content: url("../../images/core/loacator.png");
}

.item-store-phone .icon-phone:before{
    content: url("../../images/core/telefon.png");
}

.item-store-time .icon-clock{
    content: url("../../images/core/radno-vreme.png");
}

.promo-location .promo-store-text{
    text-transform: capitalize;
    color: #636466;
    font-size: 15px;
}

.panel .item .dl-horizontal dd, .panel .item .dl-horizontal dt{
    font-size: 13px;
    color: #636466;
}

.promo-location .item.item-read-more{
    display: none;
}

.collapsing .item, .collapse .item{
    color: #636466;
}
/*Lokali po gradovima end*/
/*Shop by Look*/
.product.shopbylook-slider .item .text-wrapper .brand{
    display: none;
}

.product.shopbylook-slider .item .text-wrapper .category-wrapper .code{
    text-transform: none;
    padding-top: 6px;
    font-size: 13px;
}

.product.shopbylook-slider .item .options-wrapper.product-sizes-v2{
    box-shadow: none;
}

.product.shopbylook-slider .item .text-wrapper .category-wrapper .category{
    font-size: 13px;
}

.product.shopbylook-slider .item .text-wrapper .title a{
    font-size: 22px;
    line-height: 25px;
    text-align: left;
}

.product.shopbylook-slider .item .category-wrapper{
    display: none;
}
.product.shopbylook-slider .item .text-wrapper .prices-wrapper{
    text-align: left;
}

.product.shopbylook-slider .product-help-link{
    font-size: 9px;
    color: #ffffff;
    padding: 5px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 .product-sizes .btn.buyButtonOnLists:hover{
    opacity: 0.5;
}

.shopbylook-slider .slider-init > .item:first-child{
    border-top: 1px solid transparent;
    padding: 0;
}

.shopbylook-slider .slider-init > .item{
    border-top: 1px solid #E6E6E6;
    padding: 30px 0;
}

.shopbylook-slider .item .product-favorite{
    display: none;
}

.shopbylook-imgwrapper .btn,
.shopbylook-imgwrapper .btn:hover{
    padding: 0;
    border: 1px solid transparent;
    text-transform: none;
    background: transparent;
}
.shopbylook-imgwrapper .btn:hover{
    text-decoration: underline;
}
.shopbylook-gallery .img-wrapper h1.title{
    font-size: 15px;
    line-height: 14px;
    margin: 20px 0 5px 0;
    text-align: left;
    text-transform: uppercase;
}
.shopbylook-infowrapper .item .text-wrapper .category-wrapper a, .shopbylook-infowrapper .item .text-wrapper .category-wrapper span{
    color: #636466;
}

.shop-by-look .item .text-wrapper .prices-wrapper .current-price{
    text-align: left;
    font-size: 22px;
}

.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper .item,
.product.shopbylook-slider .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item{
    width: 37px;
    height: 37px;
    line-height: 37px;
}
.shopbylook-slider{
    margin-top: 40px;
}
.shopbylook-infowrapper .brand{
    display: none;
}

.shopbylook-infowrapper .text-wrapper .prices-wrapper .current-price.price-with-discount{
    font-size: 22px;
}
.shopbylook-slider .shopbylook-imgwrapper .btn{
    font-size: 13px;
    display: inline-block;
    color: #939393;
}

.shopbylook-slider .shopbylook-imgwrapper {
    padding-right: 50px;
    max-width: 40%;
}

.shopbylook-infowrapper .text-wrapper .prices-wrapper .current-price.price-with-discount, .shopbylook-infowrapper .product-price{
    width: 100%;
    text-align: left;
}

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

.shop-by-look{
    margin-bottom: 60px;
}

.shopbylook-slider .img-wrapper{
    max-width: 100%;
}

/*Shop by Look End*/
/*Article list*/
.items.list-alternately-items .post-item-listalternately .container > .row{
    display: flex;
    align-items: center;
}
.items.list-alternately-items .post-item-listalternately.odd-item .container > .row{
    flex-direction:row-reverse;
}
.post-item-listalternately.odd-item, .background.background-alt .post-item-listalternately.odd-item {
    background: transparent;
}

.list-alternately-items{
    border-bottom: 0;
}
.post-counter{
    display: none;
}
.post-item-listalternately.odd-item:before {
    display: none;
}

.article.article-grid-listing-7 .item .text-wrapper .category:before,
.article-autosuggest .item .text-wrapper .category:before{
    display: none;
}

.article-autosuggest .item .text-wrapper .category{
    margin-top: 10px;
}
.article.article-list-grid.article-grid-listing-7 .item{
    max-height: 240px;
}

.article-autosuggest .item .content{
    border: 0;
}

.article-autosuggest .content,
.catalog-autosuggest .content{
    width: 60%;
    display: inline-block;
    float: right;
}

.article-autosuggest .img-wrapper,
.catalog-autosuggest .img-wrapper{
    width: 40%;
    display: inline-block;
}
.post-item-listalternately .btn.btn-success{
    text-transform: capitalize;
    background: transparent;
    color: #ED1C31;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.post-item-listalternately .btn.btn-success:hover:before{
    width: 100%;
}
.post-item-listalternately .item-wrapper{
    max-width: 560px;
}
.post-item-listalternately:not(.odd-item) .item-wrapper{
    float: right;
}
.article-background-wrapper {
    min-height: 100%;
    color: #ffffff;
    background: transparent;
    text-align: center;
    padding: 20px 0;
    z-index: -2;
    position: relative;
    margin-top: 0;
    padding-top: 0;
}

.article-background-wrapper .heading-wrapper .title:before{
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    height: 1px;
    width: 30%;
    background: #808080;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.article-background-wrapper h1{
    color: #353535;
    text-align: center;
}
.article-background-wrapper .thumb, .article-background-wrapper .description{
    display: none;
}
.article .category-submenu .item:after{
    display: none;
}
.article .category-submenu .item .title{
    color: #353535;
}
.article .category-submenu .item:hover .title{
    color: #ED1C31;
}

.fixed-nav-wrapper{
    display: none;
}
.header-fix-holder{
    display: none;
}

.post-item-headline a{
    font-size: 20px;
    color: #353535;
    font-weight: 400;
}

.post-item-text{
    color: #969696;
    font-size: 14px;
    height: 35px;
    overflow: hidden;
}
.text-left{
    color: #969696;
    line-height: 16px;
    margin-top: 0px;
    font-size: 14px;
    padding-right: 20px;
}

.product-item-title.text-left{
    float: left;
}

.post-item-morelink{
    display: none;
}

.tp-article_listing .alt-background, .tp-article_listing .background.background-alt,
.tp-article_details .alt-background, .tp-article_details .background.background-alt{
    background: rgb(245, 245, 245);
}

.article-listing .heading-wrapper{
    display: none;
}

.post-item-listview{
    background: #ffffff;
    margin-bottom: 20px;
}

.post-item-listview .post-item-attribute{
    display: block;
    background: transparent;
    color: #353535;
    font-size: 14px;
    margin-bottom: 10px;
}

.post-text-wrapper{
    margin: 50px 10px 20px -120px;
    background: #ffffff;
    padding: 20px;
    height: 140px;
}
/*Article detail*/
.article-header{
    border-bottom: 0;
    padding: 25px 25px 0;
}

.article-header .category {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.article-detail .article-header .header-info .the-date{
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    color: #969696;
}

.article-header .header-info .favorite{
    display: none;
}

.article-detail .article-wrapper{
    padding: 10px 20px 10px 25px;
}
.article-detail .article-wrapper .heading-wrapper{
    margin: 0;
}
.article-detail .article-wrapper .title h1{
    font-weight: 400;
    font-size: 30px;
}

.article-heading .subtitle{
    display: none;
}

.article-heading h1 span{
    float: left;
    width: 100%;
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
}

.article-content .text-wrapper a{
    color: #ED1C31;
}

.article{
    margin-bottom: 0;
}

.comments{
    margin-bottom: 0;
}

.last-news-sidebar-sidebar h2{
    font-size: 14px;
    font-weight: 500;
}

.last-news-sidebar-sidebar{
    background: #ffffff;
    padding: 10px 0;
    margin-bottom: 20px;
}

.last-news-sidebar-sidebar .item{
    padding-left: 25px;
}

.last-news-sidebar-sidebar .text-wrapper{
    margin-top: 15px;
    margin-left: -45px;
    background: #ffffff;
    padding: 15px 10px;
    width: 50%;
    height: 65px;
}

.last-news-sidebar-sidebar .text-wrapper .the-date{
    display: none;
}

.last-news-sidebar-sidebar .img-wrapper{
    width: 50%;
}

.post-item-headline{
    font-size: 14px;
    font-weight: 500;
}

.article-detail-slider.product-slider{
    background: #ffffff;
    padding: 20px 0;
}

.article-detail-slider .item .text-wrapper .title a{
    font-size: 12px;
    color: #353535;
    letter-spacing: 0px;
}

.article-detail-slider .item .text-wrapper .prices-wrapper{
    text-align: center;
}

.article-detail-slider .item .options-wrapper.product-sizes-v2{
    display: none;
}

.last-news-sidebar-sidebar .heading-wrapper{
    text-align: center;
    padding: 0 25px;
}

.article-detail-slider .heading-wrapper.heading-wrapper-bordered h2{
    font-size: 14px;
    font-weight: 500;
    padding-top: 20px;
}

.article-detail-slider .item .text-wrapper .prices-wrapper .current-price{
    font-weight: bold;
    color: #505252;
    font-size: 13px;
}

.article-detail-slider .item .text-wrapper .prices-wrapper .prev-price{
    color: #a9a9a9;
    font-size: 0.857em;
}
.article-detail-slider .item .text-wrapper .title{
    height: 40px;
}
/*Article details end*/
/*Profile*/
.profile .user-data h1{
    font-style: italic;
    font-size: 1.286em;
    color: #505252;
    text-transform: none;
}

.profile .profile-into .item .img-wrapper .icon{
    width: 105px;
    height: 105px;
    border: 0px solid transparent;
    box-shadow: 0 0 0 1px #353535;
    color: #353535;
}

.profile .profile-into .item .img-wrapper .icon:hover{
    background: #9a9a9a;
    color: #353535;
    box-shadow: 0 0 0 8px rgba(154, 154, 154, 0.15);
}

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

.profile .heading-wrapper .title h3{
    color: #505252;
}

.profile .large-round-icon:hover{
    background: #9a9a9a;
    color: #353535;
    box-shadow: 0 0 0 8px rgba(154, 154, 154, 0.15);
}

.nav-vertical > li.active > a{
    color: #353535;
    border-bottom-color: #d9d9d9;
    background: #ffffff;
    font-size: 14px;
}

.nav-vertical > li > a{
    color: #353535;
    font-size: 14px;
}

.nav-vertical > li > a:hover, .nav-vertical > li > a:focus{
    border-bottom: 1px solid #d9d9d9;
    color: #353535;
}

.profile .btn-success{
    background-color: #353535;
    border: 1px solid #353535;
    line-height: initial;
    padding: 10px 15px 8px;
}

.profile .btn-success:hover{
    background-color: #5D5D5D;
    border: 1px solid #5D5D5D;
}
/*Profile end*/
/*Pool and Actions*/
.quiz-listing .btn-wrapper i,
.action-listing .btn-wrapper i{
    display: none;
}

.quiz .item .description,
.poll .item .description{
    margin: 20px 0;
}

.poll-listing .heading-underlined,
.post-details .heading-underlined,
.action-listing .heading-underlined{
    border-bottom: 0;
    text-align: center;
    margin-bottom: 40px;
}

.progress-bar{
    background-color: #353535;
}

.pool-ended{
    display: none;
}

.action-details-wrapper .title{
    text-align: center;
}

.action-details-wrapper .heading-wrapper.heading-wrapper-bordered{
    margin: 30px 0 35px 0;
}

.actions .item .title{
    font-size: 24px;
}
.actions-detail-product-slider .item .text-wrapper{
    margin-top: 40px;
}

.actions-detail-product-slider .item{
    border: 1px solid #F2F2F2;
    margin: 10px 8px;
    max-width: 330px;
    background: #ffffff;
}

.action-listing .heading-wrapper.heading-underlined .title:before{
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    height: 1px;
    width: 25%;
    background: #808080;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.actions-detail-product-slider .heading-wrapper.heading-wrapper-bordered:before{
    top: 44%;
}

.actions-detail-product-slider .heading-wrapper.heading-wrapper-bordered h2 span{
    padding: 0 40px;
    background: #ffffff;
    position: relative;
    font-size: 24px;
}

.quiz-details-info .heading-wrapper .title{
    margin-top: 15px;
}

.quiz-details-info .heading-wrapper .title h1 span{
    padding: 0;
}

.quiz-details-info .heading-wrapper .title h1{
    font-size: 20px;
}
.quiz-details{
    padding: 0 30px;
}

.quiz-details .btn-success.quiz-submit{
    padding: 11px 12px 8px;
}
/*Pool end*/
/*Najcesca pitanja*/
.panel .title .panel-toggle{
    color: #7a7a7a;
    padding: 15px;
    height: auto;
    border-bottom: 1px solid #dedede;
}

.quiz-details .progress-bar-success{
    background-color: #353535;
}
/*
.panel .title{
    font-size: 16px;
}*/

.accordian.article .panel .panel-toggle.collapsed > .icon,
.accordian.article .panel .panel-toggle > .icon{
    display: none;
}

.sidebar-menu .tabs-wrapper{
    padding: 0;
}

.slider_menu_items,
.box-heading {
    font-size: 24px;
    margin-top: 8px;
}

.sidebar-menu a{
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 14px;
}

.sidebar-menu li{
    padding: 5px 0;
}

.sidebar-menu .box-heading.slider_menu_items h3{
    margin-bottom: 5px;
}

.category-intro .intro-wrapper{
    padding: 50px 0 10px;
}

.category-intro .intro-wrapper .heading-wrapper:before{
    content: '';
    position: absolute;
    top: 44%;
    width: 40%;
    left: 50%;
    height: 1px;
    background: #808080;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}



.faq .panel-toggle{
    border-bottom: 1px solid transparent;
}

.faq .panel-toggle.collapsed{
    border-bottom: 1px solid #dedede;
}
/*Faq end*/
/*Katalozi*/
.article-gallery .item:before,
.article-gallery .item:after{
    display: none;
}

.article-gallery .item a .img-responsive,.article-gallery .item a .thumbnail>img,.article-gallery .item a .thumbnail a>img{
    margin: auto;
}

.lookbook{
    padding: 50px 10px;
}
/*Katalozi end*/
/*Landing page*/
.cat-menu .sidebar-menu{
    background: transparent;
}

.cat-menu .nav-main > li > a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #353535;
}

.cat-menu .sidebar-menu a{
    color: #353535;
}

.cat-menu .sidebar-menu a:hover,
.cat-menu .sidebar-menu a:active{
    color: #ED1C31;
}

.sidebar-menu{
    padding: 20px 0px 0 0;
    max-width: 375px;
}
.sidebar-menu a h3{
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.cat-menu .nav-main > li {
    display: contents;
}

.cat-menu .nav-main > li > .highlight-bg{
    display: none;
}

.cat-menu .nav-main-wrapper{
    background: transparent;
}

.item-tlocrt{
    margin-bottom: 55px;
}

.autocomplete-button{
    background: transparent;
}

.autocomplete-button i:before{
    content: url("../../images/core/search_3.png");
}

.search-sugest .product-prev-price{
    text-decoration: line-through;
}

.landing-page{
    padding: 150px 0 50px;
}

.map-description span[class^="map-item_"] span.title-content,
.map-description span[class^="map-item_"]{
    background: #373737;
    padding: 10px 10px 5px;
}

.slider-menu .content{
    display: none;
}
/*Sidebar menu*/
.main-menu-sidebar .tabs{
    height: 0;
    overflow: hidden;
}
.main-menu-sidebar .tabs.active{
    height: auto;
    min-height: auto;
}

.cat-menu .sidebar-menu ul .box-heading-child.lvl-three{
    text-transform: none;
    font-size:17px;
}

.image-map-area .item{
    margin: 40px 10px;
}

.image-map-area .mapImage, .product-image-wrapper .mapImage{
    width: 100%;
}
/*Ssidebar menu End*/
/*Landing end*/
/*Cookie*/
.cokie-info-wrapper .img-wrapper{
    display: none;
}

.cookie-info-slider{
    background: #efefef;
}

.cookie-agree,
.cookie-agree,
.cookie-agree-gdpr{
    background: #000000;
}

.cokie-info-wrapper .title{
    color: #000000;
}

.cokie-info-wrapper-top .read-more{
    display: inline-block;
}

.cokie-info-wrapper-top .read-more .btn-wrapper a{
    padding: 5px 10px;
}

.cokie-info-wrapper .description{
    margin-bottom: 20px;
}

.cokie-info-wrapper-top{
    margin-top: 10px;
}
.loader-icon:after{
    background-color: #ED1C24;
}
/*Cookie end*/

/*Footer*/
.footer-wrapper{
    background: #000000;
}

.disclaimer{
    text-align: center;
    border-top: 0;
    font-weight: 400;
}

.copyright{
    margin: 0 auto;
    border-top: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 25px;
}

.newsletter.fullwidth-center{
    background-color: #000000;
    padding-top: 35px;
    padding-bottom: 15px;
    z-index: 1;
}

.newsletter.fullwidth-center .alert.alert-danger{
    left: 50%;
    bottom: 0;
    margin-left: -11px;
    max-width: unset;
}
.newsletter.fullwidth-center .nl-wrapper-input{
    margin-bottom: 10px;
}

.newsletter.fullwidth-center .heading-wrapper .title{
    display: none;
}

.newsletter.fullwidth-center .form-group input{
    background: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.newsletter.fullwidth-center .btn-wrapper .btn{
    background: transparent;
    border: 1px solid transparent;
    color: #ffffff;
    margin-left: 5px;
    text-transform: none;
    font-size: 16px;
    line-height: normal;
    padding: 0px 0 15px;
}

.newsletter.fullwidth-center .btn-wrapper .btn:hover{
    background: transparent;
    border: 1px solid transparent;
    color: #ED1C24;
}
.newsletter.fullwidth-center{
    border-bottom: 2px solid #5D5D5D;
    border-top: 0;
}

.newsletter .btn-wrapper{
    vertical-align: bottom;
}
.newsletter.fullwidth-center .description{
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

.newsletter.fullwidth-center .description p{
    margin: 0 0 25px;
}

.company_info_footer .heading-wrapper .title h5:before,
.footer-nav.collapse-menu .heading-wrapper .title h5:before,
.social-icon .heading-wrapper .title h5:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 38px;
    background: #BFBFBF;
}

.footer .company-info p,
.footer-wrapper a{
    font-weight: 400;
    line-height: 18px;
    color: #ffffff;
}

.footer .nav.items-wrapper .item a:hover,
.footer .nav.items-wrapper .item a:focus,
.footer .nav.items-wrapper .item a:active{
    color: #ED1C24;
}

.social-icon .item{
    margin-right: 15px;
    margin-top: 15px;
}

.social-icon .item:first-of-type{
    margin-right: 3px;
}
.payment-card{
    padding: 50px 0 0;
    background: transparent;
}

.disclaimer .item p{
    font-size: 12px;
    font-weight: 400;
}


.scroll-to-top{
    background: transparent;
    height: 36px;
    width: 36px;
    line-height: 40px;
    right: 95px;
    -webkit-box-shadow: 0px 0px 0.5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 0.5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 0.5px 0px rgba(0,0,0,0.4);
}
.scroll-to-top i{
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#ffffff !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color:#ffffff;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color:#ffffff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color:#ffffff;
}


.newsletter.fullwidth-center .form-group ::-webkit-input-placeholder{
    color: #ffffff;
}

.store-background{
    background: #353535;
}

.store-map-full{
    margin-top: 0;
}

.popover-title{
    background: #353535;
}

.filter-group .icon{
    top: -2px;
}

.background-image-active.page .company-info .item a,
.background-image-active.page a,
.background-image-active h1,
.background-image-active h2,
.background-image-active h3,
.background-image-active h4{
    color: #c52720;
}

.contact-page-5 .left-info .description{
    color: #373737;
}

.limited-filters .filter-group.filter-group-colections{
    display: none;
}

.limited-filters .filter-group.filter-group-colection{
    display: none;
}

.limited-filters .filter-group .show-all-filters:hover{
    color: #c52720;
}
.store-popup .content.nb-insert-content td{
    width: 30%;
}

.sidebar-menu{
    padding: 81px 0px 0 0;
}
.cat-menu .sidebar-menu .box-heading h3{
    display: inline-block;
}

.cat-menu .sidebar-menu .box-heading.parent h3{
    display: block;
}


.cat-menu .sidebar-menu .box-heading i{
    padding-left: 10px;
}

.contact-page-5 .page-hellp{
    color: #373737;
}

.nav-main-dropdown li.level-wrapper > ul{
    display: none;
}

.nav-main-dropdown li.level-wrapper > ul.active{
    display: block;
    height: 50px;
}

.nav-main-dropdown li.level-wrapper a i{
    padding-left: 5px;
    vertical-align: middle;
}

.nav-main-dropdown li.level-wrapper .last-level a{
    margin-top: 0;
    padding-left: 0px;
}

.nav-main-dropdown li.level-wrapper a.active{
    display: block;
    height: 50px;
}

.store-content table{
    width: 250px;
}

.nav-main > li.has-bg > a span{
    font-size: 0;
}

.footer .company_info_footer .heading-wrapper .title .h5 h1{
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.footer .company_info_footer .heading-wrapper .title .h5 h1 span{
    background: transparent;
    padding: 0;
}

.footer .company_info_footer .heading-wrapper .title .h5 h1:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 38px;
    background: #BFBFBF;
}


.cart-step .btn-large{
    padding: 23px 30px 20px;
    font-size: 18px;
    line-height: 18px;
}

.nav-main > li.has-bg > a{
    margin-top: 0px;
}

.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 .product-sizes .btn.buyButtonOnLists{
    background: #353535;
}

.list-slider-slider{
    margin-top: 15px;
    margin-bottom: 0;
}
.list-slider-slider .content{
    display: none;
}

.list-slider-slider .item{
    padding-left: 30px;
}

/* - FIX - */

.page.login-page .btn-facebook {
    height: 34px;
    line-height: 34px;
    color: #FFFFFF;
}

.toggle-banner > .item > .sidebar-info {
    padding: 10px;
    height: auto;
    background-color: #f2f2f2;
    border: 0px solid #e3e3e3;
    border-top: 0;
    border-right: 0;
}

.toggle-banner .sidebar-info .headline-wrapper {
    display: none !important;
}

.toggle-button.expand{
    right: 50px;
}

.toggle-banner .sidebar-info {
    width: 215px;
}

.toggle-banner .toggle-button {
    border-top: 0px solid #DC0000;
}

.toggle-banner .toggle-button .img-wrapper {
    text-align: center;
    background-color: #FFFFFF;
}

.toggle-banner .toggle-button .img-wrapper img {
    display: inline-block;
    vertical-align: middle;
}

.table-responsive{
    overflow: inherit;
}

/*Cooperation Page*/
.cooperation-page.background-image-active p,
.cooperation-page.background-image-active a,
.cooperation-page.background-image-active label{
    color: #ffffff;
}
.cooperation-page.background-image-active h1 span,
.cooperation-page.background-image-active h2 span{
    background: transparent;
}
.cooperation-page.background-image-active h1 span{
    color: #ffffff;
}
.breadcrumbs.background-image-active a,
.breadcrumbs.background-image-active li{
    color: #ffffff;
}
.page-background .background-img:before {
    content:'';
    background: #000000;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    position:absolute;
    opacity: 0.2;
}
/*Cooperation Page End*/

.favorite.active{
    color: #000000;
}

.favorite.active i:before{
    color: #DC0000;
}

.profile .product .item .text-wrapper .prices-wrapper .current-price, .profile .product .item .text-wrapper .prices-wrapper .prev-price{
    width: 100%;
}

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


.product-image-wrapper .favorite{
    opacity: 0;
    display: none;
}

.header-cart-toggle .info-until-free-delivery-wrpper{
    padding-bottom: 10px;
    margin-top: -2px;
    padding-top: 0;
}

.header-cart-toggle .info-until-free-delivery-wrpper .heading-wrapper.heading-underlined{
    padding: 10px 0 0;
}

.header-cart-toggle .info-until-free-delivery-wrpper .title .button-wrapper{
    display: none;
}

.header-cart-toggle .info-until-free-delivery-wrpper .title .text-wrapper{
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    padding-left: 50px;
}

.header-cart-toggle .info-until-free-delivery-wrpper .heading-wrapper .title span{
    font-size: 13px;
    line-height: 13px;
}

.header-cart-item .info-until-free-delivery-wrpper .heading-wrapper .title{
    text-align: left;
}

.header-cart-item .info-until-free-delivery-wrpper .heading-wrapper i{
    top: 10px;
    left: 10px;
}

.header-cart-item .info-until-free-delivery-wrpper .icon-truck{
    font-size: 27px;
}

.header-cart-item .info-until-free-delivery-wrpper .title .text-wrapper .price{
    font-weight: 700;
}

.header-cart-toggle .info-until-free-delivery-wrpper.appear{
    opacity: 1;
}

.header-cart-item .items-wrapper .item{
    height: 130px;
}

.header-cart-item .items-wrapper .item .content .product-size,
.header-cart-item .items-wrapper .item .content .product-qty{
    text-align: right;
    display: block;
}

.landing-wrapper-grid{
    float: none;
    margin: 0 auto;
}

.product-tab-video{
    padding: 0 0 0 10px;
}

.product-tab-video iframe{
    width: 100%;
    border: none;
}

.action-video{
    display: none;
}

.menu-lang-wrapper{
    position: relative;
    float: right;
    padding: 0 10px;
}

.menu-lang-wrapper:hover .dropdown-menu .item a img{
    display: none;
}

.menu-lang-wrapper .title{
    display: flex;
    width: 100%;
}

.lang-dropdown-slider img{
    width: 17px;
}

.dropdown-menu{
    min-width: 40px;
    top: 70%;
    left: 10px;
}

.dropdown-menu::before, .dropdown-menu::after{
    display: none;
}

.dropdown-menu > li > a{
    padding: 6px 10px;
}

.dropdown-menu > li > a .country-name {
    line-height: 15px;
}

.dropdown-menu > li > a .country-name:hover{
    color: #ED1C24;
}

/* New Landing Page */

.items-generic .horizontal-image {
    margin-top: 20px;
    margin-bottom: 80px;
}

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

.items-generic .grid-slider-with-bg {
    min-height: 302px;
    /*margin-bottom: 45px;*/
    /*margin-top: 15px;*/
}


.items-generic .grid-slider-with-bg .heading-wrapper {
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 100%;
    margin: 0;
    background: rgba(0,0,0,0.65);
    max-width: 100%;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.items-generic .grid-slider-with-bg .item .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    text-align: center;
    background: #f01c24;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.items-generic .grid-slider-with-bg .item .title:hover {
    background: #ffffff;
    color: #000000;
}

.items-generic .grid-slider-with-bg .container > .btn-wrapper a {
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}

.items-generic .grid-slider-with-bg .item {
    padding: 0;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    width: 33.333%;
}

.items-generic .grid-slider-with-bg .container {
    max-width: 100%;
    position: static;
}

.items-generic .grid-slider-with-bg .bg-img {
    width: 100%;
    min-height: calc(100% - 1px);
    height: calc(100% - 1px);
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
}

.items-generic .grid-slider-with-bg .heading-wrapper h2 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    padding: 15px 0;
}

.items-generic .grid-slider-with-bg .heading-wrapper h2 span {
    background: none;
}

.items-generic .grid-slider-with-bg .container > .row {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.items-generic .grid-slider-with-bg .item .btn-wrapper {
    display: none;
}

.items-generic .two-portraits-with-two-landscapes-between .title,
.items-generic .container-subitem_grid .heading-wrapper .title {
    text-align: center;
    display: none;
}

.items-generic .container-subitem_grid .item .text-wrapper .title {
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
    display: none;
}

.items-generic .container-subitem_grid .grid-4-wrapper {
    margin: 30px 0;
}

.items-generic .two-portraits-with-two-landscapes-between .item .text-wrapper .title,
.items-generic .item-4-items .heading-wrapper.heading-wrapper-bordered {
    display: none;
}

.items-generic .item-4-items {
    margin-top: 30px;
}

.items-generic .two-portraits-with-two-landscapes-between .col-sm-4:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.items-generic .two-portraits-with-two-landscapes-between .grid-4-wrapper > .row {
    height: 55vh;
}

.items-generic .two-portraits-with-two-landscapes-between .grid-4-wrapper > .row .col-sm-4,
.items-generic .two-portraits-with-two-landscapes-between .grid-4-wrapper > .row .col-sm-4 *{
    height: auto;
}

.items-generic .two-portraits-with-two-landscapes-between .grid-4-wrapper > .row .col-sm-4 img {
    width: 100%;
}

.items-generic .grid-slider-with-bg,
.items-generic .horizontal-image-wrapper {
    margin-bottom: 60px;
}

.items-generic .horizontal-image {
    margin: 0 auto;
    padding: 0 10px;
}

/* video landing */

.mp4-video-bg-grid12 {
    max-height: 700px;
}

.mp4-video-bg-grid12.muted .volume-icons-wrapper {
    display: none;
}

.mp4-video-bg-grid12.muted .volume-icons-wrapper i.fa-volume-off:before,
.mp4-video-bg-grid12.unmuted .volume-icons-wrapper i.fa-volume-up:before {
    height: 50px;
}

.mp4-video-bg-grid12 .item-content:not(.top):after,
.mp4-video-bg-grid12 .item-content {
    width: 100%;
}

.mp4-video-bg-grid12 .item-content:not(.top):after {
    left: 0;
}

.mp4-video-bg-grid12,
.mp4-video-bg-grid12 .item-video {
    padding: 0 10px;
}

.item-has-video{
    position: relative;
}
.item-video.mp4-video{
    position: absolute;
    width: 100%;
    height: 100%;
    background:#000000
}

.product-listing .text-wrapper{
    height: auto;
}

.mp4-video-bg-grid12-wrapper{
    position: static;
}

.list-description .heading-wrapper .title h1 {
    text-align: left;
}