/*Header*/
.header.fixed .header-top{
    background: #ffffff;
}
.header .logo {
    display: block;
    padding: 0 0 0px;
    text-align: center;
}

.header .logo > a img{
    height: 100px;
    margin-top: -25px
}
.header-top{
    background: transparent;
    padding: 5px 30px 0;
    height: 30px;
    line-height: 20px;
}
.header-top .quick-links{
    padding-left: 0px;
    position: relative;
    margin-left: 0px;
}
.header-top .quick-links:before{
    content: url("../../images/core/header_pin.png");
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.header-top .user .item-login i{
    display: none;
}

.header-top p, .header-top span, .header-top a{
    color: #000000;
    text-transform: uppercase;
    line-height: 20px;
}

.mini-cart.mini-cart-simple a{
    height: 20px;
    display: block;
}

.mini-cart.mini-cart-simple{
    height: auto;
}

.mini-cart.mini-cart-simple .icon:before{
    content: url(../../images/core/korpa_6.png);
    height: 20px;
    width: 19px;
    display: block;
}

.header-cart-toggle .footer-wrapper .btn{
    min-width: 100px;
}
.mini-cart.mini-cart-simple .icon-wrapper{
    line-height: 30px;
    margin-left: 5px;
}

.mini-cart.mini-cart-simple .header-carthor-total{
    margin-left: 2px;
    line-height: 25px;
}
.menu-lang-wrapper{
    float: right;
    position: relative;
    margin-right: 15px;
}
.menu-lang-wrapper:hover{
    text-decoration: underline;
    background: unset;
}
.menu-lang-wrapper .lang-dropdown .dropdown-button{
    margin-bottom: 5px;
}

.menu-lang-wrapper .lang-dropdown .dropdown-button:before{
    content: url("../../images/core/region.svg");
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 0px;
    left: -23px;
}
.menu-lang-wrapper .lang-dropdown .dropdown-button:after{
    content: url("../../images/core/arrow_up.svg");
    width: 4px;
    height: 2px;
    display: block;
    position: absolute;
    top: 22px;
    right: -11px;
    transform: rotate(180deg);
}

.menu-lang-wrapper:hover .lang-dropdown .dropdown-button:after{
    top: -3px;
    right: -8px;
    transform: unset;
}

.menu-lang-wrapper .lang-dropdown .dropdown-button .caret{
    display: none;
}

.header-favorite.header-favorite-simple i{
    font-size: 20px;
}

.header-favorite.header-favorite-simple .favorite-header-total{
    vertical-align: sub;
}
.header-favorite.header-favorite-simple:hover i,
.header-favorite.header-favorite-simple:hover .favorite-header-total,
.mini-cart.mini-cart-simple a:hover{
    color: #FFB400;
}
.mini-cart.mini-cart-simple i{
    font-size: 22px;
}

.mini-cart.mini-cart-simple .icon-wrapper:hover .icon:before{
    content: url(../../images/core/korpa_orange.png);
}

.header-cart-item .items-wrapper .item .content{
    margin-top: 15px;
    width: calc(100% - 78px);
}

.quick-link-item{
    text-align: left;
}
.quick-link-item span{
    padding: 0 15px;
}

.menu_dropdown-slider img{
    display: none;
}
/*Header cart*/
.header-cart-item .items-wrapper .item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    padding: 5px 0 5px 5px;
    position: relative;
    background: transparent;
    height: 80px;
}

.header-cart-item .product-item-remove{
    display: none;
}
.header-cart-item .items-wrapper .item img {
    width: auto;
    float: left;
    margin-left: 10px;
    height: 70px;
}
.header-cart-toggle .btn-success{
    color: #ffffff;
}

.header-cart-item .items-wrapper .item .content .price {
    font-size: 14px;
    font-weight: 600;
}
.header-cart-item .footer-wrapper .total-price {
    color: #FFB400;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    float: right;
    line-height: 32px;
}
.header-cart-item .heading-wrapper i {
    top: 4px;
}
.header-cart-toggle .heading-wrapper{
    padding-bottom: 10px;
}
.header-cart-toggle .subtitle{
    display: none;
}
.header-cart-item .items-wrapper .item a {
    color: #000000;
}
/*
.header-cart-item .items-wrapper .item a i{
    display: none;
}
*/
.header-cart-item .header-cart-toggle{
    max-height: 400px;
    width: 270px;
}

/*Header cart end*/

/*Main menu*/
.autocomplete-button.autocomplete-button-simple .title{
    display: none;
}
.autocomplete-button.autocomplete-button-simple{
    color: #373737;
}
.autocomplete-button.autocomplete-button-simple i{
    display: none;
}
.autocomplete-button.autocomplete-button-simple{
    background: url("../../images/core/lupa.svg") center no-repeat;
    height: 50px;
    width: 23px;
    padding: 0;
    -webkit-background-size: 21px;
    background-size: 21px;
}
.autocomplete-close{
    font-weight: 100;
}
.autocomplete-close:hover {
    color: #FFB400;
    background: transparent;
}
.nav-main{
    display: inline-block;
    float: none;
    margin-bottom: -8px;
}
.main-4level.main-4level-fullwidth-dropdown > .nav > .container{
    text-align: center;
}

.nav-main > li > a:before{
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    left: 20px;
    bottom: 15px;
    background-color: #010101;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

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

.nav-main-wrapper{
    background: #ffffff;
    font-family: 'Quicksand', sans-serif;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.nav-main > li > a{
    color: #000000;
    text-transform: uppercase;
    padding: 15px 20px;
}

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

.products-list-simple .product-price{
    color: #000000;
    text-align: center;
    font-size: 18px;
}

.products-list-simple .product-prev-price{
    text-align: center;
}

.autocomplete-results .product-title{
    color: #000000;
    text-align: center;
    height: 35px;
    margin-top: 20px;
}

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

.autocomplete-results .product-item .category-wrapper{
    height: 27px;
}
.autocomplete-results .product-code{
    float: none;
    color: #969696;
    text-transform: uppercase;
    line-height: 11px;
    font-size: 11px;
    text-align: center;
}

.autocomplete-results .img-wrapper,
.article-autosuggest .item .content{
    border: 0;
}

.products-list-simple .product-category{
    display: none;
}

.article-autosuggest .item{
    margin: 0 auto;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.nav-main-dropdown-inner{
    text-align: left;
    padding: 30px 10px 10px 10px;
}
.nav-main-dropdown li > a:hover {
    color: #FFB400;
}
.nav-main-dropdown{
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}
.nav-main-dropdown h5 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.nav-main-dropdown li > a, .nav-main-dropdown .nav-main > li > a {
    font-size: 14px;
    display: inline-block;
    color: #000000;
}
.slider-wrapper.slider-menu .text-wrapper .title{
    font-size: 14px;
    text-align: left;
    padding-top: 10px;
    font-weight: 400;
}
.heading-wrapper-inline{
    border-bottom: 0px solid transparent;
}
.nav-main-dropdown .slider-arrow i {
    background: transparent;
    border-radius: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    color: #373737;
}

.smallimages-slider .slick-dots li{
    display: none;
}
.nav-main-submenu-wrapper{
    background: #ffffff;
}
.level4 .nav-main-submenu > li > a{
    color: #000000;
}
.level4 .nav-main-submenu > li > a:hover{
    color: #FFB400;
}

.level4 .nav-main-submenu{
    text-align: left;
}

.level4 .nav-main-submenu .nav-main-dropdown-wrapper{
    top: -1px !important;
}
/*Main menu End*/

/*Collections*/
.nav-main-dropdown-wrapper{
    box-shadow: 0 0 0px 0 rgba(0,0,0,0.2);
    margin-top: 1px;
    background: rgba(255,255,255,0.96);
    top: 50px !important;
    padding-top: 15px;
}
.nav-main-dropdown-inner{
    background: transparent;
    padding:0 10px 10px;
}
.nav-main-dropdown li{
    width: 100%;
    max-width:100%;
}
.nav-main-dropdown li > a, .nav-main-dropdown .nav-main > li > a{
    font-family: 'Quicksand', sans-serif;
}
/*Autocomplate*/

.autocomplete-button{
    background: #ffffff;
    color: #000000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 20px 3px 20px 0px;
    right:10px;
}

.autocomplete-button:after{
    display: none;
}
.autocomplete-button .title{
    float: left;
    padding-right: 40px;
    font-size: 14px;
    text-transform: none;
    color: #969696;
}
.autocomplete-button .icon.icon-search{
    color: #c7c6c6;
    position: relative;
}
.autocomplete-button .icon.icon-search:before{
    content: '';
    height: 15px;
    width: 15px;
    background: url(../../images/core/zoom.svg);
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
}

.autocomplete-wrapper:before{
    border-bottom:0px solid transparent;
}

/*Headline slider*/
.handlines-sldier .item{
    color: #000000;
}

.handlines-sldier .slider-arrow i{
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.handlines-sldier{
    height: auto;
    padding: 5px 0;
}

.handlines-sldier .slider-arrows .slider-prev{
    margin-left: 0;
}

.handlines-sldier .slider-arrows .slider-next{
    margin-right: 0;
}
/*Main slider*/
.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%;
}

.main-slider .slider-arrow i {
font-size: 50px;
color: #ffffff;
transition: all 0.15s;
}
.slider .slick-dots {
bottom: -40px;
}
.slider .slick-dots li{
width: 8px;
height: 8px;
}
.slider .slick-dots li button{
width: 8px;
height: 8px;
}
.slider .slick-dots li button:before{
width: 8px;
height: 8px;
background: #a5a5a5;
}
.slider .slick-dots li.slick-active button:before{
width: 8px;
height: 8px;
-webkit-box-shadow: inset 0 0 0 5px #000000;
-moz-box-shadow: inset 0 0 0 5px #000000;
box-shadow: inset 0 0 0 5px #000000;
}

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

.slider.main-slider .item .content{
top: 85%;
}

/*Main slider end*/
/*Homr tabs*/
.lists-tabs ul.items-wrapper{
    text-align: center;
}
.lists-tabs ul.items-wrapper .item {
    border-bottom: 0px solid transparent;
    margin-bottom: 0px;
}
.lists-tabs ul.items-wrapper .item{
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    position: relative;
}
.lists-tabs ul.items-wrapper .item:after{
    content: '';
    height: 19px;
    width: 1px;
    background: #000000;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translate(-50%,-50%);
}
.lists-tabs ul.items-wrapper .item:last-child:after{
    display: none;
}
.lists-tabs ul.items-wrapper .item.active {
    border-bottom: 0px solid transparent;
}
.lists-tabs ul.items-wrapper .item:hover a,
.lists-tabs ul.items-wrapper .item.active a{
    color: #FFB400;
}
.lists-tabs ul.items-wrapper {
    border-bottom: 0px solid transparent;
    margin-bottom: 0px;
}

.lists-tabs{
    padding: 0 10px;
}
/*Home tabs End*/
/*Tags*/
.limited-filters .filter-group .show-all-filters:hover {
    color: #373737;
}
.selected-filters.tags{
    background: #ffffff;
}
.selected-filters.tags:before{
    display: none;
}

.tags .items-wrapper .item{
    color: #373737;
    background: transparent;
}
.tags .items-wrapper .item .text {
    font-size: 12px;
    padding-right: 5px;
}
.tags .items-wrapper .item .close{
    color: #373737;
    border-radius: 0;
    text-shadow: none;
    opacity: 1;
    font-size: 10px;
}
.tags .items-wrapper .item .close:hover {
    background: transparent;
    opacity: 0.5;
}
.tags .products-found-wrapper .products-found{
    color: #000000;
}

/*Product*/
.list-types-wrapper .item-list{
    display: none !important;
}

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

.product-listing-intro .list-types-wrapper .item{
    color: #FFB400;
}
.product-listing-intro .list-types-wrapper .item.active i,
.product-listing-intro .list-types-wrapper .item:hover i {
    color: #FFB400;
    background: #000000;
}
.product-listing-intro .form-group label,
.product-listing-intro .form-group span{
    color: #000000;
}
.product-listing-intro .form-group .styled-select select{
    color: #939393;
}
.product-listing-intro .styled-select{
    height: 30px;
    padding-right: 15px;
}
.product-listing-intro .form-group .styled-select select{
    line-height: 30px;
}
.product-listing-intro .intro-filters .auto-search{
    display: none;
}
.product-compare{
    display: none;
}
.product .item .caption-discount.style1 {
    border-radius: 50%;
    font-size: 18px;
    font-weight: 400;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
/*
.products-listing .product-item .action-btn-wrapper .product-compare{
    display: none;
}
.products-listing .product-item .action-btn-wrapper{
    text-align: left;
}
.products-listing .product-item .action-btn-wrapper .quick-view{
    float: none;
}*/
.product .item .text-wrapper .title {
    text-align: center;
    height: 35px;
    margin-top: 20px;
}
.product .item .text-wrapper .prices-wrapper{
    text-align: center;
    height: auto;
}

.caption-product-list img{
    max-height: 70px;
}

.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a{
    display: block !important;
}
.filter-group .items-wrapper .item.form-group-checklabel label:hover {
    color: #000000;
}

.filter-group .items-wrapper.list-inline > li{
    width: 100%;
}
.filter-group .title {
    color: #373737;
    font-weight: 400;
    font-size: 14px;
}
.filter-group .btn-search{
    background: #373737;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
}
.filters-choice.active{
    background-color: #000000;
    border-color: #000000;
}

.filters-choice:hover{
    border-color: #000000;
}
.filter-group .btn-search:hover,
.filter-group .btn-search:focus,
.filter-group .btn-search:active,
.filter-group .btn-search:focus:active{
    background: #373737;
    opacity: 0.5;
}
.filter-group-color.filter-group .items-wrapper > li{
    width: 100%;
}
.product-listing .product-item:not(.list-view):hover {
    border: 1px solid transparent;
}
.product-listing-filters .reset-tag-wrapper{
    display: none;
}
.product-listing-filters .filter-group .filter-category-menu > ul li a,
.product-listing .product-item .img-wrapper .caption-icons i{
    color: #000000;
}

.similar-products-slider .product-item:hover .action-btn-wrapper .quick-view,
.last-viewed-slider .product-item:hover .action-btn-wrapper .quick-view{
    display: none;
}


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

.product-listing-filters .filter-group .filter-category-menu > ul li.active a{
    color: #000000;
}
.product-listing-filters{
    border-right: 0px solid transparent;
}
.product-listing .product-item.gridalt-view .img-wrapper{
    padding: 0;
}

.product .item .options-wrapper .product-sizes{
    margin-top: 10px;
}
.product .item .options-wrapper .product-sizes .btn.buyButtonOnLists{
    background: #373737;
    border-radius: 0;
    text-transform: uppercase;
    padding: 2px 5px;
}

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

.product .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper .item{
    margin: 0 2px 5px 0px;
}
.sidebar-product-compare{
    display: none;
}
.sidebar-product-compare .sidebar-icon{
    background: #373737;
}
.sidebar-product-compare .sidebar-icon > span{
    background: #373737;
}
.sidebar-product-compare .sidebar-header {
    background: #373737;
}
.sidebar-product-compare .sidebar-header a {
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
}
.product-slider > .slider-navigation-absolute{
    width: 100%;
    top: 50%;
    left: 0;
    pointer-events: none;
}

.product-slider .slider-init{
    margin-bottom: 0;

}
.slider.product-main .slider-navigation-absolute{
    width: calc(100% - 33px);
    left: 16px;
}

/*Product slider*/

.slider-level2{
    display: none;
}
.product .item .caption-discount{
    background: #FFB400;
    font-size: 18px;
    font-weight: 400;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.product-item .action-btn-wrapper{
    display: block;
    pointer-events: all;
}
.product .item .caption-icons{
    width: 100%;
    bottom: -30px;
    right: 0;
}
.product .item .caption-icons .icon{
    color: #373737;
}
.product .item .caption-icons .favorite{
    float: right;
}
.product .item .caption-icons .quick-view{
    float: left;
}

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

.quick-view .icon.icon-eye:before{
    display: none;
}
.product .item .caption-icons .quick-view .icon {
    background: url(../../images/core/search.svg);
    width: 15px;
    height: 15px;
}

.product .item .caption-icons .quick-view .icon:before{
    display: none;
}
.product .item .text-wrapper {
    pointer-events: all;
    /*height: auto;*/
    height:180px;
    text-align: center;
}

.profile-content .order-table .btn {
    margin-top: 15px;
}

.profile .product .item .caption-icons{
    display: block;
}

.profile-orders .order-lnk-wrapper .item{
    color: #000000;
    font-weight: 500;
}
.profile .product .item .text-wrapper .prices-wrapper .current-price,
.profile .product .item .text-wrapper .prices-wrapper .prev-price{
    width: auto;
}
.product-item .action-btn-wrapper a{
    color: #373737;
}
.product-slider > .slider-navigation-absolute{
    width: 100%;
}
.product .item .text-wrapper .category-wrapper a{
    display: none;
}

.product .item .text-wrapper .category-wrapper .code{
    display: block;
    float: none;
    text-align: center;
}
.product .item .text-wrapper .title a{
    font-size: 15px;
    color: #000000;
}
.product .item .text-wrapper .prices-wrapper .current-price{
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
    float: none;
}
.product .item .text-wrapper .prices-wrapper .current-price.price-with-discount {
    color: #DC0000;
}
.product .item .text-wrapper .prices-wrapper .prev-price {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}.product-item .action-btn-wrapper{
     display: none;
 }
.product .item .text-wrapper .prices-wrapper .loyalty-price {
    color: #878787;
}

#product_sizeguide_shoes_modal_slider .modal-header h4.modal-title {
    text-align: center;
    color: #444044;
}

#product_sizeguide_shoes_modal_slider .modal-header{
    padding: 30px;
}

.product .rate-wrapper,
.product-detail-rate .rate-wrapper{
    display: none;
}
.product-item .img-wrapper{
    margin-bottom: 10px;
}

.product .item .options-wrapper .product-sizes.quantity-active .btn.buyButtonOnLists{
    margin: auto;
    display: inline-block;
}

.product .item.grid-view .img-wrapper{
    border: 1px solid transparent;
}

.new-call-modal{
    display: none;
}
/*Look slider product_list_slider-slider*/
.product_list_slider-slider .heading-wrapper{
    text-align: center;
    margin-bottom: 40px;
}
.product_list_slider-slider{
    margin-bottom: 40px;
    margin-top: 60px;
}
.product_list_slider-slider .item .title{
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding: 10px 0;
}
.product_list_slider-slider .item:hover .title{
    color: #FFB400;
}
.product_list_slider-slider .item .text-wrapper{
    text-align: center;
}
.generic-slider.product_list_slider-slider .item .button-wrapper{
    display: none;
}
.generic-slider.product_list_slider-slider .item:hover .img-wrapper img{
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product_list_slider-slider .subtitle{
    display: none;
}
/*Look slider product_list_slider-slider End*/

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

.generic-slider.shop_look_home-slider .img-wrapper{
    display: inline-block;
    width: 100%;
}
.generic-slider.shop_look_home-slider .img-wrapper img{
    margin: auto;
}
.generic-slider.shop_look_home-slider .text-wrapper{
    display: inline-block;
    position: absolute;
    top: 50%;
    font-size: 50px;
    padding-left: 20px;
    font-family: 'Quicksand', sans-serif;
}

.generic-slider.shop_look_home-slider .text-wrapper .description{
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}
.generic-slider.shop_look_home-slider .button-wrapper{
    display: none;
}

.generic-slider .btn-slider{
    background: #FFB400;
    color: #000000;
    border: 1px solid #FFB400;
    font-size: 14px;
    width: 150px;
}
.generic-slider .btn-slider:hover{
    border: 1px solid #000000;
    background: #000000;
    color: #FFB400;
}

.generic-slider.shop_look_home-slider .heading-wrapper{
    text-align: center;
    margin-bottom: 40px;
}
/*Generic slider End*/
/*Footer*/
.company_info_footer .title h5,
.social-icon .title h5{
    text-transform: uppercase;
}

.social-icon .item a{
    filter: grayscale(1);
}

.social-icon .item a:hover{
    filter: grayscale(0);
    opacity: 1;
}
.footer-wrapper{
    background: #010101;
}
.social_and_logo {
    text-align: center;
}
.social_and_logo img{
    margin: auto;
}

.footer .nav.items-wrapper .item a:hover ,
.footer .nav.items-wrapper .item a:focus {
    color: #FFB400;
    background: transparent;
}

.footer .heading-wrapper .title {
    font-family: 'Quicksand', sans-serif;
}
.footer-wrapper a {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
}

.footer .heading-wrapper .title .h5 span{
    text-transform: uppercase;
}

.disclaimer{
    text-align: center;
}

/*Newsletter*/
.newsletter.fullwidth-center {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
    background: #ffffff;
    background-position: center 100%;
    border-top:1px solid #e6e6e6;
    margin-top:0;
}

.newsletter.fullwidth-center .heading-wrapper .title h5{
    font-weight: 300;
}
.newsletter.fullwidth-center .form-group{
    margin-bottom: 0;
    position: initial;
}
.newsletter.fullwidth-center .form-group input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #969696;
    text-transform: uppercase;
}
.newsletter.fullwidth-center .form-group input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:     #969696;
    text-transform: uppercase;
}
.newsletter.fullwidth-center .form-group input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:     #969696;
    text-transform: uppercase;
}
.newsletter.fullwidth-center .form-group input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:     #969696;
    text-transform: uppercase;
}

.newsletter.fullwidth-center .btn-wrapper .btn{
    background: #FFB400;
    font-size: 14px;
    color: #000000;
    margin-left: 30px;
    height:40px;
    border: 1px solid #FFB400;
}
.newsletter.fullwidth-center .btn-wrapper .btn:hover{
    color: #FFB400;
    background: #000000;
    border-color: #000000;
}
.newsletter.fullwidth-center .validation-error,
.newsletter.fullwidth-center .form-control.validation-error{
    border:0 !important;
    border-bottom: 1px solid #ED544A !important;
    margin-bottom: 0;
}

.newsletter .validation-errors-list{
    position: initial;
    float: right;
    margin-top: 0;
}

.newsletter.fullwidth-center .alert {
    z-index: 100;
}

.newsletter.fullwidth-center .alert.alert-danger{
    left: 48%;
    bottom: 14px;
    margin-left: -14px;
}
/*Payment-card*/
.payment-card{
    background: transparent;
    box-shadow: none;
}

/*Payment-card end*/

/*Copyright*/
.copyright {
    padding: 10px 0 0;
    display: table;
    width: auto;
    border-top: 0px solid #3f404e;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
}
.footer-wrapper .copyright{
    width: 100%;
    text-align: center;
}
.footer-wrapper .copyright a{
    font-size: 15px;
    color: #FFB400;
    font-family: 'Quicksand', sans-serif;
}
/*Copyright end */

/*Grid intro slider*/
.grid-slider.intro-slider .item{
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 50px;
}
.grid-slider.intro-slider .item .img-wrapper{
    display: none;
}
.grid-slider.intro-slider .item:last-child:after,
.grid-slider.intro-slider .item:before{
    display: none;
}

.grid-slider.intro-slider .text-wrapper .title {
    color: #ffffff;
    line-height: 25px;
    font-size: 22px;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
}

.heading-wrapper .title{
    text-transform: none;
}
.grid-slider.intro-slider .text-wrapper .description,
.grid-slider.intro-slider .text-wrapper .description a{
    font-size:16px;
}

.grid-slider.intro-slider .text-wrapper .description a{
    color: #FFB400;
}

.grid-slider.intro-slider .row{
    border-bottom: 1px solid #252525;
}
/*Grid intro slider End*/
/*Instagram*/
.slider.instagram-slider{
    margin-bottom:0px;
    margin-top:83px;
}
.slider.instagram-slider .heading-wrapper .title,
.slider.instagram-feed-slider .heading-wrapper .title span{
    color: #000000;
    font-size: 40px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.slider.instagram-feed-slider .heading-wrapper .title span{
    font-size: 40px;
    font-weight: 100;
}
.slider.instagram-slider .heading-wrapper h2{
    color: #ffffff;
    font-size:97px;
    text-transform: none;
}
.slider.instagram-slider .heading-wrapper h2:before,
.slider.instagram-feed-slider .heading-wrapper .title span:before{
    display: none;
}

.slider.instagram-feed-slider .slick-slide{
    padding: 0;
}

.slider.instagram-feed-slider .slick-slide .img-wrapper a img{
    max-height: 318px;
    height: 318px;
}

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

    background: #000000;
    padding: 0;
}
.slider.instagram-slider .item img{
    opacity: 0.7;

}
.slider.instagram-slider .item:hover img{
    opacity: 1;
}

.instagram-feed-slider{
    margin-top: 30px;
}
.slider.instagram-slider .heading-wrapper {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    position: static;
    pointer-events: all;
}

.slider.instagram-slider .heading-wrapper h2 {
    color: #000000;
    text-transform: none;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 50px;
    font-size: 40px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 100;
}

.slider.instagram-slider .item .img-wrapper{
    height: 100%;
}

.slider.instagram-slider .item .img-wrapper a{
    display: block;
    height: 100%;
}

.slider.instagram-slider .item img{
    opacity: 0.7;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.shop_look_home-slider{
    margin: 20px 0 0;
}
.slider_block-slider{
    margin: 20px 0 0;
}

.two-img-half-width-slider{
    position: relative;
    margin-top: 80px;
    margin-bottom: 45px;
}

.two-img-half-width-slider .item .content {
    display: block;
    /*position: absolute;*/
    top: 0;
    height: 100%;
    width: 100%;
    padding-right: 10px;
}

.two-img-half-width-slider .item .content .text-wrapper {
    display: none;
}

.two-img-half-width-slider .item .content #video-item {
    height: 100%;
    background: #000000;
}


.product-slider > .slider-init > .slick-list{
    padding-bottom: 120px;
    margin-bottom: -120px;
}

.product-generic-tabs .product-slider > .slider-init > .slick-list{
    padding-bottom: 120px;
    margin-bottom: -180px;
}

.generic-slider .button-wrapper{
    display: none;
}
/*Footer end*/
/*Paginacija*/
.pagination{
    margin-top: 40px;
    margin-bottom: 0px;
}
.pagination>li>a, .pagination>li>span{
    color: #000000;
    font-size: 22px;
    border: 1px solid transparent;
    position: relative;
    font-weight: 400;
}
.pagination>li>span:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #000000;
}

.pagination > li.active > a, .pagination > li.active > a:hover {
    background: transparent;
    color: #FFB400;
    border: 1px solid transparent;
}

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

.pagination > li.active > a:hover,
.pagination > li.active > a,
.pagination > li > a:hover {
    background: transparent;
}

li.number:hover {
    position: relative;
}
li.number:hover:before{
    position: absolute;
    height: 1px;
    width:calc(100% - 20px);
    transform:translateX(-50%);
    content:"";
    left: calc(50% + 1px);
    background: #373737;
    bottom: 0;
}

.pagination .icon-caret-left:before {
    content: url(../../images/core/arrow_left.svg);
    height: 28px;
    width: 10px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.pagination .icon-caret-dbl-left:before{
    content: url(../../images/core/arrow_left2.svg);
    height: 28px;
    width: 23px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.pagination .icon-caret-right:before{
    content: url(../../images/core/arrow_right.svg);
    height: 28px;
    width: 10px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.pagination .icon-caret-dbl-right:before{
    content: url(../../images/core/arrow_right2.svg);
    height: 28px;
    width: 23px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.pagination .icon-*:hover{
    opacity: 0.5;
}

.pagination > li.first,
.pagination > li.last,
.pagination > li.next,
.pagination > li.prev{
    vertical-align: top;
}

.pagination > li > a:hover {
    background: transparent;
    color: #000000;
}
/*Paginacija End*/

/*Product detail*/
.product-detail-wrapper{
    padding-left: 50px;
}
.products-detail-wrapper .heading-wrapper .title {
    text-transform: inherit;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    text-align: left;
}

.product-details h1 {
    margin-top: 10px;
    font-size: 21px;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
}

.product-vertical-panel .panel-heading{
    padding: 15px 0;
}

.product-vertical-panel .panel+.panel {
    margin-top: 0;
}

.product-vertical-panel .panel-top{
    border-bottom: 1px solid #dedede;
}
.product-details .product-details-info .code {
    color: #a0a0a0;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
    padding-bottom: 15px;
}
.product-details .product-details-info .category,
.product-details .product-details-info .category a {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
}
.product-details-related-colors{
    position: relative;
}

.iframe-wrapper .product-information-wrapper .product-attributes-wrapper .product-help-link{
    display: none;
}
.product-attributes-wrapper .product-help-link{
    left: 76px;
    bottom: 59px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    z-index: 999;
}
.product-details-related-colors .popover {
    display: none !important;
}
.product-details-price .current-price {
    color: #000000;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
.product-details-price .price-saved {
    color: #000000;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}
.product-details-price .prev-price{
    color: #524d42;
}
.product-details .product-image-wrapper{
    border: 0px solid #d9d9d9;
}

.product-images-gallery-v2 .youtube-video .mainSliderVideo, .product-images-gallery-v2 .item-video-mp4 video {
    background: #ffffff;
}

.product-details-price .action-lowerprice{
    color: #000000;
    text-transform: uppercase;
}
.products-detail-wrapper .social-share{
    margin-top: 30px;
}
.product-details-price .action-lowerprice:hover{
    color: #000000;
}
.product-details .quick-view{
    display: none;
}/*
.product-details .action-btn-wrapper{
    text-align: right;
}
.product-details .item .action-btn-wrapper .favorite{
    float: none;
    display: inline-block;
}*/
.product-details .caption-discount{
    font-size: 16px;
    background: #FFB400;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    top: 10px;
    right: 30px;
    letter-spacing: -1px;
    font-weight: 300;
}
.product-attributes-wrapper .product-help-link i{
    display: none;
}
.product-attributes li{
    float: left;
    cursor: pointer;
    padding: 5px;
    border: 1px solid transparent;
    margin-right: 4px;
    margin-bottom: 5px;
    min-width: 34px;
    text-align: center;
    /*-webkit-border-radius:50%;*/
    /*-moz-border-radius:50%;*/
    /*border-radius:50%;*/
}

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

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

.product-attributes li.disabled,
.product-attributes li.disabled:hover{
    position:relative;
    color: #d9d9d9;
    border-color: transparent;
}

.sizes-wrapper .heading-append .product-help-link{
    display: none;
}
.map-link{
    display: none;
}

.collapsing .item.item-read-more,
.collapse .item.item-read-more{
    display: none;
}

.collapsing .item, .collapse .item{
    padding-left: 10px;
    margin-top: 10px
}

.product-attributes li.disabled.active,
.product-attributes li.disabled.active:hover{
    color: #fff;
    background: #969696;
    border-color: transparent;
}

.shop-button-qnt{
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.shop-button-qnt:hover{
    background-color: #FFB400;
}

.shop-button-qnt:before{
    display: none;
}
.product-quantity{
    height: 40px;
}
.product-quantity-arrows i{
    height: 40px;
    line-height: 40px;
}
.product-details .product-images .product-favorite.favorite {
    display: none;
}
.product-details .favorite {
    font-family: 'Quicksand', sans-serif;
}
.product-attributes-wrapper label,
.products-detail-wrapper .heading-wrapper .title,
.product-detail-buy .title{
    font-family: 'Quicksand', sans-serif;
}
.product-details-related{
    margin-bottom: 50px !important;
}
.product-details-related .items > li{
    margin: 4px 0px 0px 0;
    max-height: 50px;
}

.product-details-related{
    margin-bottom: 30px;
}
.popover-title {
    padding: 5px 5px;
    font-size: 12px;
    line-height: .95;
    background: #000000;
    color: #ffffff;
}

.modal .product-images-thumbs-vertical .slick-list{
    min-height:330px;
}
.product-images-thumbs-vertical .slick-slide{
    margin: 0;
    padding: 0;
}
.product-images-thumbs-vertical .item.slick-slide.slick-active .img-wrapper{
    position: relative;
}
.product-images-thumbs-vertical .item.slick-slide.slick-active .img-wrapper:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFB400;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.product-images-thumbs-vertical .item.slick-slide.slick-active:hover .img-wrapper:before,
.product-images-thumbs-vertical .item.slick-current.slick-active .img-wrapper:before {
    opacity: 0;
}

.product-details-related-colors .items-wrapper .item{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right:5px;
    cursor: pointer;
}

.panel-group{
    margin-top: 15px;
}

.panel-heading{
    padding: 10px 0;
}

.product-buy{
    margin-top: 20px;
    margin-bottom: 20px;
}
.slider.product-main img {
    padding-right: 1px;
    max-height: 700px;
    margin:auto;
}

.slider.product-main img:hover {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;

}

.main-iameg .slider.product-main img{
    max-height: 1000px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.similar-products-slider .item .text-wrapper{
    height: 130px;
}

.similar-products-slider .heading-wrapper.heading-wrapper-bordered{
    margin-top: 30px;
}

.social-share.detail-social-share .share-text{
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

#product_slider_last_viewed_products{
    margin-top: 80px;
    margin-bottom: 50px;
}
.products-detail-wrapper .social-share .item{
    padding: 0 5px;
}

.product-images-gallery-v2 .product-item-overlay {
    pointer-events: none;
}

.product-images-gallery .row.slider-init > .item {
    cursor: pointer;
}

.product-images-gallery .row.slider-init > .item:not(.item-video-mp4):before {
    content: url("../../images/core/gallery_plus.svg");
    filter: saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(53deg) brightness(104%) contrast(102%) drop-shadow(0 0 3px black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    pointer-events: none;
}

/*video button*/

.action-video span{
    display: none;
}

.action-video{
    color: #727380;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 60px 10px 0 0;
}
.action-video.binded-to-tab{
    display: none;
}
.action-video i{
    float: none;
}
.action-video .icon-video:before {
    content: url(../../images/core/video.png);
}
.product-details .products-detail-wrapper.iframe-wrapper .item > img {
    cursor: auto;
}
/*Cideo button end*/
/* Product details tabs*/
.product-specification-tabs.lists-tabs{
    margin-top: 40px;
}
.lists-tabs ul.items-wrapper .item {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
}
.lists-tabs ul.items-wrapper .item:hover a {
    color: #FFB400;
    text-decoration: none;
}
.lists-tabs ul.items-wrapper .item a {
    color: #000000;
    line-height: 20px;
    padding: 0 10px;
    text-transform: none;
}
.lists-tabs .display-comments-wrapper{
    display: none;
}
.form-control.jq-ry-container{
    border-color: transparent;
}

.lists-tabs .comment-content ul.items-wrapper .item{
    width:100%;
}
.lists-tabs .comment-content ul.items-wrapper .item.comment-reply{
    background: rgba(0,0,0,0.03);
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group > svg {
    fill: #000000;
}
.lists-tabs ul.items-wrapper .item.item-product-check{
    display: none;
}
/* Product details tabs End*/
.productstate-product .location-search-box.img-wrapper img{
    max-width: 100%;
}
/* Page accordian */
.accordian.article .panel{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordian.article .panel .title .panel-toggle{
    color: #373737;
    font-weight: 600;
    line-height: 25px;
    padding: 15px 50px 15px 15px;
    font-size: 16px;
}

.panel > .collapsing, .panel > .collapse {
    background: #ffffff;
    border-bottom: 1px solid #dcdadb;
}
.accordian.article .panel > .collapsing, .panel > .collapse,
.accordian.article .panel .content .panel{
    border-bottom: 1px solid transparent;
}
.accordian.article .panel-wrapper > .panel{
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
}
.accordian.article .panel .panel-toggle > .icon{
    border-radius: 50%;
    border: 1px solid #dedede;
    line-height: 30px;
    width: 32px;
    text-align: center;
    top: 20px;
}
.accordian.article .panel-inner p{
    margin: 15px;
    padding-right: 50px;
}
.panel .title .panel-toggle.collapsed:hover,
.panel .title .panel-toggle{
    opacity: 0.8;
}
.panel .title .panel-toggle.collapsed{
    opacity: 1;
}


.article-autosuggest .item .text-wrapper .title a{
    text-transform: none;
}

.article.article-list-colections .first-item .item .content .title a,
.article.article-list-colections .second-item .item .content .title a{
    text-shadow: 1px 2px 3px #373737;

}
/*Product Detail End*/

/*Quick view*/
.modal .product-details{
    padding-top: 0;
}

.modal .product-details .heading-wrapper .brand{
    display: none;
}

.brand .smallimages-slider-img-wrapper, .slides .smallimages-slider-img-wrapper{
    opacity: 0.75;
}

.brand .smallimages-slider-img-wrapper:hover, .slides .smallimages-slider-img-wrapper:hover{
    opacity: 1;
}
.modal .product-details-info .heading-wrapper .title{
    text-align: left;
}

.modal .product-details-related .heading-wrapper .title{
    text-align: left;
}
.modal-quick-view .product-details .caption-icons .favorite {
    display: none;
}
.modal .products-detail-wrapper .btn-wrapper{
    display: block;
}

.modal .products-detail-wrapper .btn-wrapper a{
    line-height: 28px;
    background: #FFB400;
    border: 0px solid #d9d9d9;
    color: #000000;
}
.modal .products-detail-wrapper .btn-wrapper a:hover{
    color: #ffffff;
}

.grid-slider.product-quickview-grid-slider .item .title{
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    text-transform: none;
}
.grid-slider.product-quickview-grid-slider .btn-wrapper .btn-slider{
    display: none;
}
.modal .social-share{
    display: none;
}
/*Quick view End*/

/*Toggle sidebar*/
.toggle-banner .sidebar-info .headline-wrapper .title{
    display: none;
}
.toggle-banner .sidebar-info{
    position: static;
    text-align: left;
    width: 188px;
    padding-left: 0;
}
.toggle-banner > .item{
    border: 0px solid #FFB400;
    border-top: 2px solid #FFB400;
}
.toggle-banner .sidebar-info .item .title {
    font-size: 16px;
}

.toggle-banner .item:last-child:before{
    position:absolute;
    bottom
    :0;
    left:50%;
    transform: translateX(-50%);
    height:2px;
    width:100px;
    background: #FFB400;
    content:'';
}
.toggle-banner .sidebar-info .headline-wrapper,
.toggle-banner .sidebar-info .item{
    padding: 10px 0 0;
}
.toggle-button.expand{
    right: 180px;
}
.toggle-button{
    right: 0;
    transition: all 0.5s;
}
.toggle-banner .toggle-button{
    width: 65px;
    height: 2px;
    background: #FFB400;
    padding: 0;
}
.toggle-banner .toggle-button:after {
    top: 0;
    position: absolute;
    right: 15px;
    z-index: 1000;
}
.toggle-banner .toggle-button span,
.toggle-banner .toggle-button i{
    display: none;
}
.sidebar-info .headline-wrapper,
.sidebar-info .headline-wrapper .title{
    color: #000000;
    font-family: 'Quicksand', sans-serif;
}
.sidebar-info .headline-wrapper, .sidebar-info .item{
    padding: 15px 10px;
}
/*Toggle sidebar End*/

/*Blog list*/
.article-list-grid .heading-wrapper .title{
    text-transform: uppercase;
    text-align: center;
}
.article-list-grid .item{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 30px auto;
}
.article-list-grid .item:hover, .article-autosuggest .item:hover{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.article-list-with-custom-grid .heading-wrapper{
    text-align: center;
}

.article .category-submenu{
    position: relative;
    margin-bottom:40px;
}
.article .category-submenu .item:after{
    display: none;
}

.article-detail-slider.product .item .bottom-btn-wrapper{
    display: none;
}
.category-submenu:before{
    position: absolute;
    content: url(../../images/core/heading_fashion.png);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.article .category-submenu .item .text-wrapper .title{
    font-size: 16px;
    color: #000000;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.article .category-submenu .item:hover .text-wrapper .title{
    color: #FFB400;
}
.article-list-with-custom-grid .item{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.article-list-with-custom-grid .item:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.article-list-with-custom-grid .item .text-wrapper .category{
    color: #000000;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.article-list-with-custom-grid .item:hover .text-wrapper .category{
    color: #FFB400;
}
.article-list-with-custom-grid .item .btn-wrapper a{
    float: none;
    text-transform: uppercase;
    position: relative;
}

.article-list-with-custom-grid .item .btn-wrapper a:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #000000;
    bottom:0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.article-list-with-custom-grid .item:hover .btn-wrapper a:before{
    background: transparent;
}

.article-list-with-custom-grid .item .btn-wrapper a i.icon-angle-fat-right{
    display: none;
}
.article .custom-preview .item .content{
    right: 80px;
    padding: 50px 30px 30px;
    border-top: 0px solid rgba(0,0,0,0.1);
}
.social-share .item a:hover{
    color: #FFB400;
}

.slider-navigation-absolute{
    color: #000000;
}

.article.article-slider .slick-track{
    margin: 0 auto;
}

.item.item-viber{
    display: none;
}
/*Blog list End*/
/*Article details End*/

.article{
    margin-bottom:0;
}
/*Slicni clanci*/

.article .item .text-wrapper .title{
    height: 55px;
}

.article .item .text-wrapper .title a:hover{
    color: #FFB400;
}

.article-autosuggest .item .text-wrapper .title{
    height: 80px;
    font-size: 15px;
}

.article .item .text-wrapper .description, .article-autosuggest .item .text-wrapper .description{
    font-family: 'Quicksand', sans-serif;
}
.article .item .text-wrapper .the-date{
    display: none;
}
.article .item .content, .article-autosuggest .item .content{
    text-align: center;
    padding: 20px 20px 15px 20px;
}
.article .item .btn-wrapper .favorite{
    display: none;
}
.article .item .btn-wrapper a.btn{
    float: none;
    text-align: center;
    width: 100%;
}
.article .item .text-wrapper .category,
.article-autosuggest .item .text-wrapper .category{
    color: #000000;
    font-style: normal;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.article-autosuggest .item .text-wrapper .category{
    font-size: 14px;
    color: #bdbdbd;
}
.article .item:hover .text-wrapper .category,
.article-autosuggest .item:hover .text-wrapper .category{
    color: #FFB400;
}
.article-list-grid .heading-wrapper .title{
    text-align: center;
}
.article-list-grid .item .btn-wrapper a {
    float: none;
    text-transform: uppercase;
    color: #000000;
    position: relative;
}

.article-list-grid .item .btn-wrapper a:hover{
    text-decoration: underline;
}
.article-list-grid .item .btn-wrapper a:before{
    content: '';
    background: #000000;
    height:1px;
    width: 100%;
    position: absolute;
    bottom:-5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.article-list-grid .item:hover .btn-wrapper a:before{
    width: 0;
}
.article-list-grid .item .btn-wrapper a i{
    display: none;
}
.article .item .btn-wrapper a.btn{
    color: #373737;
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    text-align: center;
}

.article-grid-listing-8 .heading-wrapper.heading-wrapper-bordered{
    margin-bottom: 40px;
    margin-top: 40px;
}
.article .item .btn-wrapper a.btn:hover{
    color: #000000;
}
.article .item .btn-wrapper a.btn i{
    display: none;
}
/*Slicni clanci End*/

/*Article details*/
.article-heading {
    margin-top: 20px;
}
.article-detail .article-wrapper .title h1 {
    font-family: 'Quicksand', sans-serif;
}


.article-detail .article-wrapper .heading-wrapper{
    text-align: center;
    z-index: 0;
    margin-bottom: 30px;
}

.article-detail .article-wrapper .article-detail-slider .heading-wrapper{
    margin: 10px 0 10px 0;
}

.comments .rate-wrapper{
    width: 100%;
}

.comments{
    padding: 10px 0;
}

.comments .panel-body{
    padding: 15px 0;
}

.comment-content .rate-wrapper i.fa, .comment-content .rate-wrapper i.icons{
    margin-right: 0;
}

.comment-content .heading-wrapper .title h4{
    border-bottom: 0;
}
.comments .rate-wrapper .front-stars, .comment-content .rate-wrapper .front-stars{
    color: #000000;
}

.form-group-rating .form-control{
    padding: 0;
    height: 20px;
}

.comments .comments-input-wrapper .comments-count{
    vertical-align: text-bottom;
    line-height: 19px;
    font-size: 11px;
}

.article-detail .article-wrapper .text-wrapper{
    text-align: center;
}
.comments{
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    margin-left: 0;
}

.product-details .comments{
    border-top: 0px solid #e1e1e1;
    border-bottom: 0px solid #e1e1e1;
}

.product-details{
    padding-bottom: 0;
}
/*Article details End*/

/*Comments*/
.comment-content .items-wrapper .item .user{
    font-weight:bold;
    font-size: 16px;
}
.comment-content .items-wrapper .item .user-comment p {
    text-align: left;
    padding: 10px 0;
}
.comment-content .items-wrapper .item > div {
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    color: #000000;
    line-height: 18px;
    width: 100%;
}
.comment-content .items-wrapper .item .time {
    color: #000000;
    line-height: 10px;
    height: 20px;
    margin-bottom: 20px;
}
.comments .comments-input-wrapper .btn-display-comments {
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #000000;
    padding: 5px 20px;
    color: #000000;
    text-transform: none;
}
.comments .comments-input-wrapper .btn-display-comments .icon-chat{
    display: none;
}
.comments .btn-wrapper {
    display: block;
    margin-bottom: 20px;
}
.comments.comments-two .comments-input-wrapper .form-group-email,
.comments.comments-two .comments-input-wrapper .form-group-name {
    width: 100%;
    max-width: 100%;
}

.comments.comments-two .heading-wrapper .title h3{
    margin-bottom: 40px;
    text-align: center;
}

.product-information-wrapper .comment-content .items-wrapper .item .img-wrapper{
    width: 30%;
}

.product-information-wrapper .comment-content .items-wrapper .item .text-wrapper{
    width: 70%;
}

.article-detail .comment-content .items-wrapper .item .img-wrapper{
    width: 20%;
}

.article-detail .comment-content .items-wrapper .item .text-wrapper{
    width: 80%;
}

.comments.comments-two{
    padding: 0;
    border: none;
    width: 50%;
    margin: 0 auto;
}

.comments-content-wrapper{
    width: 50%;
    margin: 0 auto;
}

.comment-content{
    padding: 0;
}

.comment-content .text-wrapper{
    padding-left: 15px;
}

/*Comments End*/
/*contact*/

.left-info .heading-wrapper,
.right-info .heading-wrapper{
    text-align: left;
    font-weight: 400;
}

.left-info .heading-wrapper .subtitle,
.right-info .heading-wrapper .subtitle{
    padding: 10px 0;
}

.left-info .heading-wrapper:before,
.right-info .heading-wrapper:before{
    display: none;
}

.user-manual .heading-wrapper{
    margin-bottom: 0px;
}
.contact-page:not(.background-image-active){
    margin-bottom: 40px;
}

.contact-page:not(.background-image-active) h1{
    font-weight: 200;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}
.page.contact-page-5 .company-info{
    margin-bottom: 0px;
}
#map-canvas {
    min-height: 30vh;
}
.page.contact-page-5 .company-info .item {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 10px;
}
.page.contact-page-5 .company-info .img-wrapper img{
    margin-top: 0;
}
.page.contact-page-5 .company-info .item-site-email .img-wrapper img{
    margin-top: 4px;
}
/*contact end*/
/*Registration, Login*/
#registration_modal .modal-footer{
    text-align: center;
}

#registration_modal .modal-body .form-inputs .recaptcha.captchacode-input-wrapper{
    margin-top: 20px;
}


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

.text-wrapper p a{
    color: #FFB400;
}

.login-page .btn-facebook {
    background: #3b5998;
    color: #ffffff;
    margin-left: 5px;
    text-decoration: none;
    padding: 6px 12px;
    text-transform: uppercase;
    line-height: 20px;
    border-color: #3b5998;
}

.login-page .btn-facebook:hover,
.login-page .btn-facebook:active,
.login-page .btn-facebook:focus,
.login-page .btn-facebook:focus:active {
    color: #3b5998;
    background: #ffffff;
}

.login-page .btn-google {
    background: #d34836;
    color: #ffffff;
    margin-left: 5px;
    text-decoration: none;
    padding: 6px 12px;
    text-transform: uppercase;
    line-height: 20px;
    border-color: #d34836;
}

.login-page .btn-google:hover,
.login-page .btn-google:active,
.login-page .btn-google:focus,
.login-page .btn-google:focus:active {
    color: #FFB400;
    background: #ffffff;
}

.login-page .btn.btn-success.pull-left{
    min-width: 100px;
    padding: 3px 12px;
}
/*Poll quizz*/
.poll-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: #FFB400;
}

.pool-ended{
    background: #000000;
    padding: 2px 5px;
    color: #ffffff;
}
/*
.action-details-wrapper .heading-wrapper.heading-wrapper-bordered{
    margin: 30px 0 35px 0;
}
*/
.actions .item .title{
    font-size: 24px;
}

.page h1{
    text-align: center;
}

.page .text-wrapper{
    margin-top: 60px;
}

.login-page .text-wrapper,
.lost-password-page .text-wrapper{
    margin-top: 0;
}

.page .left-info .heading-wrapper h2, .page .right-info .heading-wrapper h2{
    font-weight: 500;
}

.page .left-info .heading-wrapper{
    margin-bottom: 20px;
}
.company-info .item span.title{
    font-weight: 500;
}

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

.store-popup h1{
    margin: 0;
}

.store-popup .description .item{
    padding: 5px;
}
.store-popup{
    max-width: 500px;
}

.store-popup .store-item-action{
    margin-top: 0;
    color: #000000;
}

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

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

.store-background h1{
    color: #000000;
}

.store-background{
    color: #000000;
    background: #ffffff;
}

.sidebar .store-contact.store-timetable{
    padding-top: 0;
}

.sidebar .store-contact{
    padding: 10px 10px 10px 20px;
}

.store-details .img-wrapper{
    margin: 0 10px;
}

.store-contact .items-wrapper .title .icon{
    color: #000000;
}

.store-contact .items-wrapper .item.active{
    color: #000000;
}

.store-contact .items-wrapper .item{
    color: #000000;
}

.storelocator-panel .store-item:hover{
    box-shadow: inset 4px 0px 0px #FFB400;
    cursor: pointer;
}

.store-directions {
    padding: 10px;
}

.rendered-directions td{
    padding: 0 5px;
}

.store-popup .store-item-action:hover{
    color: #8E8E8E;
}

.background.background-alt{
    background: #ffffff;
}

/*Error*/
.categories-list .heading-wrapper {
    font-size: 18px;
    color: #FFB400;
}
.categories-list ul li a {
    color: #000000;
}

.error-search-list {
    display: none;
}
/*Error End*/

/*Cart*/
.cart-step h2 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
}
.cart-step{
    margin-top: 10px;
}
.cart-onepage .heading-underlined {
    border-bottom: 1px solid #d9d9d9;
}
.cart-table .product-item-code{
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 300;
}
.cart-table .product-item-size{
    font-size: 17px;
    color: #373737;
}
.cart-table .product-item-remove:hover, .cart-table .product-item-remove:focus {
    background-color: #000000;
    color: #fff;
}
.cart-table.table > tbody > tr > td.total-price,
.table.cart-table>tbody>tr.cart-total>td{
    font-weight: 400;
    color: #000000;
}
.cart .form-group-checklabel .label-as-headline{
    font-size: 16px;
}

.cart-onepage input::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
.cart-onepage input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.cart-onepage input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}
.cart-onepage input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}

.cart-onepage textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
.cart-onepage textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.cart-onepage textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}
.cart-onepage textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}
.captchacode{
    display: inline-block;
}
.cart-step h3 {
    font-size: 16px;
    font-weight: 400;
}
.cart-table-summary .table > tfoot > tr > td{
    font-size: 16px;
    font-weight: 400;
}
.cart-table-summary .product-item-prices{
    font-size: 17px;
}
.cart-table-summary .product-item-prices.cart-total{
    font-weight: 400;
    color: #FFB400;
}
.cart-privacy-policy a{
    color: #FFB400;
}
.cart-address .col-xs-12.col-sm-6.pull-right{
    float: left !important;
}
.cart-step.final-step .table-responsive{
    margin-bottom: 20px;
}
.cart-step.final-step .heading-underlined{
    margin-bottom: 20px;
}
.cart .confirm-bank .table-responsive{
    margin-bottom: 30px;
}

.cart-onepage .nav-tabs > li.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #FFB400;
}
.cart-onepage .nav-tabs > li > a{
    border-bottom: 1px solid #ddd;
    color: #000000;
}

.table > thead > tr > th{
    color: #FFB400;
}

.carrier-wrapper .heading-wrapper,
.cart-payment-wrapper .heading-wrapper{
    font-weight: 400;
}

.cart-step .heading-append{
    color: #000000;
}

#onepage-product-price-value{
    font-weight: 600;
}
/*CArt End*/

.alt-background{
    background: transparent;
}

/*Profile*/
.profile .profile-into .item .img-wrapper .icon:hover{
    box-shadow: 0 0 0 8px #FFB400;
}
.profile .profile-into .item .img-wrapper .item-counter{
    background: #000000;
}

.profile .profile-into .item .title{
    font-size: 16px;
    font-weight: 700;
}

.profile .profile-into .item .title:hover{
    color: #FFB400;
}
.profile .profile-into .item .img-wrapper .icon{
    color: #000000;
}

.profile .heading-wrapper .description,
.profile-sidebar .heading-wrapper .title h2{
    font-weight: 400;
}

.profile .product-sizes{
    display: none;
}
.nav-vertical > li > a {
    color: #000000;
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
}
.nav-vertical > li > a:hover, .nav-vertical > li > a:focus {
    background: transparent;
    color: #FFB400;
}
.nav-vertical > li.active > a {
    background: #ffffff;
    color: #FFB400;
    border-bottom-color: #FFB400;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.profile .heading-wrapper .title h3 {
    margin-top: 4px;
    margin-bottom: 10px;
    border-bottom: 0;
    text-transform: none;
    color: #000000;
    font-size: 19px;
    line-height: 40px;
    font-weight: 400;
}

.profile-favorite-products .product .item .text-wrapper{
    height: 100px;
}
.profile .profile-section h2{
    font-weight: 400;
    font-size: 19px;
}
.dl-horizontal {
    font-size: 13px;
}
.table > thead > tr > th{
    color: #000000;
    font-weight: 400;
}
.profile-orders .table>tbody>tr>td {
    font-size: 13px;
    color: #000000;
}
.profile-orders .cart-table .item-article a.title {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    text-align: left;
    color: #FFB400;
}
.favorite.active i:before {
    color: #FFB400;
    content: "\f004";
}

/*Profile End*/

.attribute-letters-list .title{
    color: #FFB400;
}

.attribute-letters-list .content{
    overflow-y: auto;
    height: 150px;
    overflow-x: auto;
}

.attribute-letters-list .item-wrapper .link:hover{
    text-decoration: none;
    color: #FFB400;
}

.attribute-letters-list .heading-wrapper h1{
    text-align: center;
}

    /*Cookie*/
.cokie-info-wrapper .img-wrapper{
    display: none;
}

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

.cookie-agree{
    background: #FFB400;
}

.cookie-agree, .cookie-agree-gdpr{
    background: #FFB400;
    float: right;
}

.cookie-agree:hover{
    background: #FFB400;
}

.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: 4px 6px;
}

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

.cokie-info-wrapper-top{
    margin-top: 10px;
}
.loader-icon:after{
    background-color: #FFB400;
}

#invoice_modal_order .close{
    border: none;
}

#invoice_modal_order .close:hover {
    background: transparent;
    color: #000000;
}

/*Lokali po gradovima*/
.promotion-wrapper{
    margin-top: 40px;
}

.promotion-wrapper .heading-underlined{
    border-bottom: 0;
}

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

.panel-wrapper{
    margin-top: 50px;
}

.panel .title.city-title .panel-toggle{
    background: transparent;
    color: #FFB400;
}
.promo-location .panel > .collapsing .panel-toggle,
.promo-location  .panel > .collapse .panel-toggle{
    padding: 0 15px;
}

.panel .title.city-title .panel-toggle.collapsed > .icon{
    font-size: 12px;
}
.promo-location .promo-store-of-city .heading-wrapper:before{
    display: none;
}

.promo-location .panel .panel-group{
    margin: 0px 0 10px;
}
.promo-store-of-city .heading-wrapper .title{
    text-align: left;
}
.promotion-wrapper .panel-wrapper > .panel{
    border-bottom: 1px solid #dedede;
    border-radius: 0;
    background: transparent;
}

.panel .title .panel-toggle.collapsed:hover, .panel .title .panel-toggle{
    color: #FFB400;
}

.promo-location .promo-store-text{
    padding-top: 5px;
    color: #000000;
}

.promotion-wrapper .item-promo-country{
    padding: 10px 15px;
    border: 1px solid #000000;
}

.promotion-wrapper .panel .panel-group .promo-store-of-city{
    border-bottom: 0;
}

.promotion-wrapper .panel > .collapsing, .promotion-wrapper .panel > .collapse{
    border-bottom: 0;
}

.promo-location .promo-store-text span.store-name{
    text-transform: capitalize;
}

.productstate-right{
    width: 100%;
}

.location-search-box{
    display: none;
}

.cooperation-page .item.item-email{
    font-size: 14px;
}

.page .company-info .item a{
    color: #000000;
}

/* Korekcije */
.nav-main-dropdown-wrapper{
    border-bottom: 1px solid #e3e3e3;
    background: rgba(255,255,255,0.98);
}

.autocomplete-input{
    font-size: 18px;
}

.grid-slider.intro-slider .text-wrapper .title{
    font-weight: 400;
}

.footer .heading-wrapper .title h5 {
    font-size: 15px;
}

.footer .nav.items-wrapper .item a{
    font-weight: 400;
}

.header-favorite.header-favorite-simple i{
    color: #000000;
}

.header-favorite.header-favorite-simple .icon-wrapper:hover i{
    color: #FFB400;
}


.header-top .quick-links:before{
    display: none;
}

.autocomplete-button.autocomplete-button-simple{
    background: url("../../images/core/search.svg") no-repeat center center;
    width: 23px;
    height: 49px;
    margin-right: -10px;
}

.mini-cart.mini-cart-simple .icon:before{
    content: url("../../images/core/shopping-cart-black-avangardia.svg");
}

.mini-cart.mini-cart-simple .icon-wrapper:hover .icon:before{
    content: url("../../images/core/shopping-cart-avangardia.svg");
}

.mini-cart.mini-cart-simple .header-carthor-total{
    line-height: 27px;
}

.modal-footer .registration-btn-wrapper .title{
    text-transform: none;
}

.modal .validation-errors-list{
    bottom: -4px;
}

.modal-footer .registration-btn-wrapper .btn{
    margin-top: 10px;
    background: #ffffff;
    border: 1px solid #FFB400;
    color: #FFB400;
}

.page .left-info .heading-wrapper, .page .right-info .heading-wrapper {
    margin-bottom: 0px;
}


.modal-footer .registration-btn-wrapper .btn:hover{
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

.modal-footer .registration-btn-wrapper{
    margin-top: 15px;
}

.page .heading-wrapper .description{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.input-group .btn{
    border: 1px solid #ccc;
}

.page .heading-wrapper{
    margin-bottom: 40px;
}

.cv-handler .input-group .form-control,
.img-handler .input-group .form-control{
    border-right-width: 1px;
}

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

.product .item .options-wrapper .product-sizes .btn.buyButtonOnLists{
    padding: 2px 15px;
}

.filter-group .btn-search{
    background: #FFB400;
    color: #000000;
}

.filter-group .btn-search:hover,
.filter-group .btn-search:focus,
.filter-group .btn-search:active,
.filter-group .btn-search:focus:active{
    background: #000000;
    opacity: 1;
    color: #FFB400;
}

.product .item .caption-icons .quick-view .icon{
    background: url(../../images/core/search.svg) 0 0px no-repeat;
    width: 18px;
    height: 18px;
}

.product .item .caption-icons .quick-view{
    height: 22px;
    line-height: 29px;
}

.product .item .caption-icons{
    bottom: -15px;
}

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

.modal-quick-view .modal-header{
    border-bottom: none;
}

.product-details .product-details-info .code{
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}

.header-cart-toggle .heading-wrapper{
    border-bottom: 1px solid #000;
}

.panel-body .panel-group .panel{
    box-shadow: none;
}

.product-vertical-panel .panel-body{
    padding: 15px 0;
}

.header-cart-item .items-wrapper .item a.product-item-remove{
    display: none;
}

.grid-slider.error_page_content-slider .item .text-wrapper .title{
    font-size: 20px;
    margin: 20px 10px 10px;
    text-transform: uppercase;
}

.bordered-items-setting .item:hover{
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}

.panel .title.city-title .panel-toggle{
    padding: 13px 15px;
}

.btn-success{
    background-color: #FFB400;
    color: #000000;
}

.btn-success:hover{
    background-color: #000000;
    color: #FFB400;
}

.header-top .nav.nav-simple > li a:hover{
    text-decoration: underline;
    color: #000000;
}

.header-top a:hover span {
    color: #000000;
}

.header-favorite.header-favorite-simple:hover i,
.header-favorite.header-favorite-simple:hover .favorite-header-total,
.mini-cart.mini-cart-simple a:hover{
    color: #000000;
}

.btn{
    font-weight: 700;
}

.modal-footer .btn{
    line-height: 35px;
    height: 35px;
}

.form-control{
    height: 35px;
}

a{
    transition: none;
    -webkit-transition: none;
}

a:hover{
    text-decoration: none;
    color: #000000;
}

.header-favorite.header-favorite-simple:hover i,
.header-favorite.header-favorite-simple:hover .favorite-header-total,
.mini-cart.mini-cart-simple a:hover,
.header-favorite.header-favorite-simple a:hover{
   text-decoration: none;
}

.forgotten-password small{
    font-size: 13px;
}

.newsletter.fullwidth-center .btn-wrapper .btn{
    background: #FFB400;
    color: #000000;
    border: 1px solid #FFB400;
}

.footer .nav.items-wrapper .item a:hover, .footer .nav.items-wrapper .item a:focus{
    background: #000000;
    color: #FFB400;
}

.nav-main-dropdown li > a, .nav-main-dropdown .nav-main > li > a{
    font-weight: 400;
}


.nav-main > li.has-bg{
    top: 20px;
    position: absolute;
    left: 12%;
}

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

.grid-slider.intro-slider .text-wrapper a:hover{
    color: #ffffff;
    text-decoration: none;
}

.grid-slider.intro-slider .text-wrapper .description a{
    color: #FFB400;
    font-weight: 400;
}

.footer-wrapper a{
    font-weight: 700;
}

.grid-slider.intro-slider .text-wrapper a:hover .title{
    color: #FFB400;
}

.grid-slider.intro-slider .text-wrapper .title{
    font-weight: 500;
}

.nav-main > li > a:hover, .nav-main > li.active > a{
    color: #FFB400;
    text-decoration: none;
}

.cart-step h3 {
    font-weight: 500;
    color: #000000;
    font-size: 18px;
}

.cart .form-group-checklabel .label-as-headline{
    font-weight: 500;
    color: #000000;
    font-size: 18px;
}

.cart-table .product-item-code{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.cart-table .product-item-size{
    font-size: 15px;
}

.cart-table.table > tbody > tr > td.total-price, .table.cart-table>tbody>tr.cart-total>td{
    font-weight: 500;
    color: #FFB400;
}

.cart-table .product-item-category{
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.cart-table .product-item-title{
    font-size: 18px;
    line-height: 20px;
    margin: 5px 0;
    padding-left: 5px;
}

.cart-table .product-item-prices{
    font-weight: 400;
}

.fake-radio-button{
    margin: 2px 12px 0 -20px;
}

.validation-errors-list{
    bottom: -4px;
}

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

.styled-select{
    height: 35px;
}

.input-group .btn{
    height: 35px;
    line-height: 35px;
}

.product .item .options-wrapper.product-sizes-v2 .product-sizes .btn.buyButtonOnLists{
    background: #000000;
    font-size: 13px;
    font-weight: 700;
    color: #FFB400;
}

.product .item .options-wrapper.product-sizes-v2 .product-sizes .btn.buyButtonOnLists:hover{
    background: #FFB400;
    color: #000000;
}

.modal .modal-quick-view .products-detail-wrapper .btn-wrapper a{
    background: #ffffff;
    border: 1px solid #FFB400;
    color: #FFB400;
}

.modal .modal-quick-view .products-detail-wrapper .btn-wrapper a:hover{
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

.product-listing-intro .list-types-wrapper .item.active i, .product-listing-intro .list-types-wrapper .item:hover i{
    color: #ffffff;
    background: #FFB400;
}

.shop-button-qnt{
    box-shadow: none;
    font-weight: 700;
}

.header-cart-item .items-wrapper .item .content {
    width: calc(100% - 65px);
    margin-top: 5px;
}

.panel > .collapsing, .panel > .collapse{
    border-bottom: none;
}

.panel .icon:not(.fa-star){
    line-height: 20px;
}

.comments .btn-info{
    color: #ffffff;
}

.dropdown-menu{
    box-shadow: none;
    right: -15px;
    left: unset;
    min-width: unset;
    width: 60px;
    border-radius: 0;
    border: 1px solid #F2F2F2;
    border-top: 1px solid #FFBA15;
}
.menu-lang-wrapper .lang-dropdown .dropdown-menu .item:before{
    content: '';
    width: 40px;
    height: 1px;
    display: block;
    position: relative;
    bottom: -26px;
    left: 9px;
    background: #F2F2F2;
}
.menu-lang-wrapper .lang-dropdown .dropdown-menu .item:last-of-type:before{
    content: unset;
}

.article-grid-listing-8.article div:not(.category-submenu) .item .text-wrapper .title a, .article-grid-listing-8.article-autosuggest .item .text-wrapper .title a{
    overflow: initial;
    text-align: center;
}

.article-grid-listing-8.article div:not(.category-submenu) .item .text-wrapper .title a:hover,
.article-grid-listing-8.article-autosuggest .item .text-wrapper .title a:hover{
    text-decoration: none;
    color: #FFB400;
}

.article-grid-listing-8.article .item .text-wrapper .description{
    text-align: center;
}

.article .item:hover .text-wrapper .category, .article-autosuggest .item:hover .text-wrapper .category{
    color: #000000;
}

.article-grid-listing-8.article .item .text-wrapper .category, .article-grid-listing-8.article-autosuggest .item .text-wrapper .category{
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #000000;
}

.article-autosuggest .item .text-wrapper .category{
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #000000;
}

.article .item .btn-wrapper{
    text-align: center;
}

.product-details .caption-discount{
    font-size: 20px;
}

.cart-table .product-item-title{
    padding: 0;
}

.cart-table .product-item-remove{
    font-size: 12px;
}

.delivery-option-text button{
    float: left;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

.delivery-option-text button:hover{
    color: #ffffff;
    background: #FFB400;
    border-color: #FFB400;
}

.delivery-option-text button:hover, .delivery-option-text button:focus, .delivery-option-text button:active:focus{
    color: #ffffff;
    background: #FFB400;
    border-color: #FFB400;
}

#invoice_modal_order .close{
    float: right;
    background: transparent;
    color: #000000
}

.cart .btn-large:hover{
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}

.attribute-letters-list .title{
    color: #FFB400;
}

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

.attribute-letters-list .heading-wrapper h1{
    font-size: 40px;
    color: #000000;
    margin: 0 0 40px 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 200;
}

.attribute-letters-list .heading-wrapper h1:before{
    content: "";
    width: 40px;
    height: 1px;
    background: #FFB400;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* FAQ */
.accordian.article{
    margin-top: 0;
}

.accordian.article .panel{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0;
}

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

.accordian.article .panel .title .panel-toggle.collapsed{
    color: #000000;
    padding: 20px 50px 20px 15px;
    font-size: 18px;
    background: #ffffff;
    line-height: 27px;
}

.accordian.article .panel .title .panel-toggle{
    color: #FFB400;
    line-height: 27px;
    padding: 20px 50px 20px 15px;
    font-size: 18px;
    background: #ffffff;
    font-weight: 500;
}

.accordian.article .panel .title .panel-toggle.collapsed{
    color: #000000;
    background: #ffffff;
}
.accordian.article .panel .title .panel-toggle.collapsed:hover{
    color: #FFB400;
}
.panel > .collapsing, .panel > .collapse {
    background: #ffffff;
    border-bottom: 0 solid #e3e3e3;
}

.accordian.article .panel-wrapper > .panel{
    box-shadow: none;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
}
.accordian.article .panel .panel-toggle > .icon{
    border-radius: 3px;
    width: 32px;
    text-align: center;
    color: #FFB400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.accordian.article .panel-inner p{
    padding: 15px;
    padding-right: 50px;
    font-size: 15px;
    color: #000000;
    background: #ffffff;
    margin: 0;
}
.panel .title .panel-toggle.collapsed:hover,
.panel .title .panel-toggle{
    opacity: 1;
    color: #FFB400;
    text-decoration: none;
}
.panel .title .panel-toggle.collapsed{
    opacity: 1;
}
.accordian.article .panel .panel-toggle.collapsed > .icon{
    color: #000000;
}
.pannel-wrapper .panel .collapse.in > .content{
    border-bottom: 1px solid #e3e3e3;
}
.collapse.in > .content{
    position: relative;
}

.panel{
    box-shadow: none;
}

.accordian.article .panel .panel-toggle > .icon{
    border: none;
}

.store-item .store-item-wrapper .item.phone .icon:before{
    content: url("../../images/core/phone_gold.png");
    position: relative;
    top: 3px;
}

.store-popup .title .icon.icon-phone{
    content: url("../../images/core/phone_gold.png");
    position: relative;
    top: 3px;
}

.store-popup .item.item-email .icon{
    content: url("../../images/core/mail_gold.png");
    position: relative;
    top: 3px;
}

.store-popup .title .icon.icon-clock{
    content: url("../../images/core/work_hours_gold.png");
    position: relative;
    top: 3px;
}

.store-contact .items-wrapper .title .icon.fa-phone{
    content: url("../../images/core/phone_gold.png");
    position: relative;
    top: 3px;
}

.store-contact .items-wrapper .title .icon.fa-map-marker{
    content: url("../../images/core/pin_gold.png");
    position: relative;
    top: 3px;
}

.store-contact .items-wrapper .title .icon.fa-clock-o{
    content: url("../../images/core/work_hours_gold.png");
    position: relative;
    top: 3px;
}

.store-popup .nb-store-shortDescription{
    display: none;
}

.store-popup h1{
    margin: 0 0 20px;
    text-align: center;
}

.store-popup .content{
    margin-bottom: 20px;
}

.store-popup .store-item-action{
    text-align: center;
    display: block;
}

.header-favorite.header-favorite-simple .favorite-header-total{
    vertical-align: top;
    line-height: 20px;
}

.mini-cart.mini-cart-simple{
    margin: 0;
}

.mini-cart.mini-cart-simple .header-carthor-total{
    line-height: 20px;
    vertical-align: top;
}

.modal.modal-email .input-btn-wrapper .btn{
    padding: 0;
}

.modal.modal-email .title {
    color: #000000;
}

.article-list-grid.article-list-with-custom-repeating .item .btn-wrapper a:before{
    display: none;
}

.product-details .caption-brand{
    left: 30px;
}

.nav-main-dropdown .slider{
    margin-right: 50px;
}

.slider.instagram-slider.instagram-feed-api .item .img-wrapper a p.description{
    display: none;
}

.slider > .heading-wrapper:before,
.page .heading-wrapper:before,
.page-background .heading-wrapper:before,
.store-popup .heading-wrapper:before,
.error-page .heading-wrapper:before,
.comments-two .heading-wrapper:before,
.promo-location .heading-wrapper:before,
.article-list-alternately .heading-wrapper:before,
.article-list-colections .heading-wrapper:before,
.heading-wrapper.heading-wrapper-bordered:before,
.article-grid-listing-8 .heading-wrapper.heading-wrapper-bordered .title:before,
.slider.instagram-feed-api .heading-wrapper.heading-wrapper-bordered .title:before{
    background: #FFB400;
}

.shop-wall-wrapper{
    display: none;
}

.autocomplete h4{
    font-weight: 500;
}

.product-vertical-panel .comments.comments-two{
    width: 100%;
}

#order_cart_content .cart-table .btn{
    background: #FFB400;
    border: 1px solid #FFB400;
    color: #000000;
    min-width: 30px;
}

#order_cart_content .cart-table .btn:hover{
    background: #ffffff;
    border: 1px solid #000000;
    color: #FFB400;
}

.comments .btn-info{
    color: #000000;
}

.comments .btn-info:hover{
    color: #FFB400;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus, .btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus{
    color: #FFB400;
    background: #000000;
}

.tags .products-found-wrapper .remove-all-tags{
    display: none;
}

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

.pan-description .comments.comments-two .heading-wrapper .title h3,
.pan-description .comments-two .heading-wrapper:before, .promo-location .heading-wrapper:before{
    display: none;
}

.comments .btn-info{
    font-weight: 700;
}

.page-fullwidth h2{
    font-size: 18px;
    max-width: 1200px;
    margin: auto;
}

.page-fullwidth p,
.page .text-wrapper{
    max-width: 1200px;
    margin: 30px auto;
}

.page-fullwidth ul{
    width: 1200px;
    margin: auto;
}

.page-fullwidth .content-editor ul{
    list-style-type: desc;
}

.registration-page-form-inputs .gender-input-wrapper{
    padding: 15px 10px;
}

#registration_page{
    margin-top: 20px;
}

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

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

.block.productstate-product h2{
    font-size: 16px;
    font-weight: 500;
}

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

.store-content .panel-heading{
    padding: 0;
}

.store-content .panel-inner img{
    display: none;
}

.store-content .panel-inner .col-xs-12.col-sm-4{
    float: left;
    width: 100%;
}

.sizes-filters .filters-choice:first-of-type{
    display: none;
}

.slider.product-main .slider-init > .slick-list > .slick-track .item.video:after{
    content: url("../../../_static/images/core/avangardia_play.svg");
    width: 150px;
    height: 150px;
}

.product-gallery-wrapper .product-images-thumbs-vertical .item .img-wrapper.video:after{
    content: url("../../../_static/images/core/avangardia_play.svg");
    width: 50px;
    height: 50px;
}

/* Shop By Look */

.shop-by-look-grid-list-wrapper {
    margin-top: 30px;
    margin-bottom: 60px;
}

.shop-by-look-grid-list-wrapper .category-heading,
.shop-by-look-grid-list-wrapper .category-heading h1 {
    text-align: center;
    margin: 0;
}

.shop-by-look-grid-list-wrapper .category-submenu,
.shop-by-look-grid-list {
    margin-top: 0;
    margin-bottom: -20px;
}

.shop-by-look-grid-list-wrapper .category-submenu {
    text-align: center;
    margin: 40px 0 30px;
}


.shop-by-look-grid-list .item .content {
    padding: 15px;
}

.shop-by-look-grid-list .item .btn-wrapper .favorite {
    display: block;
}

.shop-by-look-grid-list-wrapper .category-submenu .item.lined-hover {
    background: #ffffff;
    border: 1px solid #D9D9D9;
    text-transform: uppercase;
    padding: 3px 0;
    height: 30px;
    width: 160px;
    margin-right: 20px;
    display: inline-block;
    text-align: center;
}

.shop-by-look-grid-list-wrapper .category-submenu .item.lined-hover a {
    color: #000000;
}

.shop-by-look-grid-list-wrapper .category-submenu .item.lined-hover:hover,
.shop-by-look-grid-list-wrapper .category-submenu .item.lined-hover.active {
    background: #000000;
    border-radius: 0;
}

.shop-by-look-grid-list-wrapper .category-submenu .item.lined-hover:hover a,
.shop-by-look-grid-list-wrapper .category-submenu .item.lined-hover.active a {
    color: #ffffff;
}

.shop-by-look-grid-list .tags .item:before {
    background: #FFB400;
}

.shop-by-look-grid-list .item .btn-wrapper a:before {
    content: none;
}

.shop-by-look-grid-list .prices-wrapper .current-price, .shop-by-look-grid-list .prices-wrapper .prev-price,
.shop-by-look-grid-list .item .btn-wrapper a, .shop-by-look-grid-list .item:hover .content .btn-wrapper a {
    color: #000000;
}

.shop-by-look-grid-list .item .content .btn-wrapper a,
.shop-by-look-grid-list .item .content .text-wrapper .title,
.shop-by-look-grid-list .tags .item,
.shop-by-look-grid-list .item .content .text-wrapper .description,
.shop-by-look-grid-list .post-date,
.shop-by-look-grid-list .item .text-wrapper .category {
    font-weight: 500;
}

.shop-by-look-grid-list .item .content .text-wrapper .description {
    color: #757575
}

.shop-by-look-grid-list .item .btn-wrapper a i {
    display: inline-block;
}

.shop-by-look-grid-list .post-date {
    display: none;
}

.shop-by-look-grid-list.article .row > div > .item {
    margin-top: 15px;
}

.shop-by-look-grid-list .item .text-wrapper .category {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    color: #9F9F9F;
    margin-bottom: 10px;
}

.shop-by-look-grid-list .item .btn-wrapper .icon-angle-fat-right {
    content: url("../../images/core/favorite-sbl.svg");
}

.shop-by-look-grid-list .tags .item {
    margin: 0 25px 0 0;
}

.product.shopbylook-slider .item .text-wrapper,
.product.shopbylook-slider .item .text-wrapper *,
.product.shopbylook-slider .item .text-wrapper .category-wrapper span.code {
    text-align: left;
}

.shopbylook-gallery .item {
    margin-bottom: 65px;
}

.shopbylook-products-wrapper,
.shopbylook-gallery .item:last-child {
    margin-bottom: 95px;
}

.shopbylook-products-wrapper .product .item .options-wrapper {
    opacity: 1;
}

.product.shopbylook-slider .item .text-wrapper .category-wrapper {
    display: block;
}

.product.shopbylook-slider .item .text-wrapper .category-wrapper .code,
.product.shopbylook-slider .item .text-wrapper .category-wrapper a {
    display: block;
    float: none;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 5px;
}

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

.shopbylook-slider .slider-init > .item {
    border-top: none;
    border-bottom: 1px solid #E3E3E3;
}

.shopbylook-slider .slider-init > .item:last-child {
    border-bottom: none;
}

.product.shopbylook-slider .item .text-wrapper {
    padding: 0;
    border: none;
}

.product.shopbylook-slider .item .options-wrapper .sizes-selector-wrapper {
    margin: 10px 0;
}


.product.shopbylook-slider .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper {
    opacity: 1;
    position: relative;
    border: none;
    top: unset;
}

.product.shopbylook-slider .item .options-wrapper .sizes-selector-wrapper .sizes-selector .size-icon,
.product.shopbylook-slider .item .caption-brand {
    display: none;
}

.product.shopbylook-slider .item .options-wrapper .sizes-selector-wrapper .sizes-selector {
    display: block;
    border: none;
    padding: 0;
    margin-bottom: 5px;
    background: none;
    line-height: 24px;
    width: fit-content;
}


.product .item .options-wrapper .sizes-selector-wrapper .sizes-selector span.size-text {
    position: relative;
    font-size: 13px;
    color: #000000;
    left: 0;
    top: auto;
}

.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 {
    display: block;
}

.product.shopbylook-slider .product-filters-choice.active {
    background: #000000;
    border: 1px solid #000000;
}


.product.shopbylook-slider .item .options-wrapper .product-sizes .btn.buyButtonOnLists {
    position: relative;
    border: none;
    height: 40px;
    max-width: 230px;
    font-size: 14px;
    min-width: unset;
}

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

.product.shopbylook-slider .item .options-wrapper .product-sizes .btn.buyButtonOnLists:hover span {
    color: #ffffff;
    background: none;
    border: none;
}

.product.shopbylook-slider .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item {
    width: auto;
    height: 32px;
    border: 1px solid #F6F6F6;
    background: #F6F6F6;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
    padding: 0 5px;
}

.product.shopbylook-slider .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item:hover {
    border: 1px solid #000000;
    color: #000000;
}

.product.shopbylook-slider .item .text-wrapper .title {
    margin: 0;
}

.product.shopbylook-slider .item .text-wrapper .title a {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin: 10px 0;
}

.product.shopbylook-slider .item .text-wrapper .brand a {
    font-size: 15px;
    color: #000000;
    text-transform: none;
}

.product.shopbylook-slider .item .text-wrapper .prices-wrapper .current-price.price-with-discount,
.product.shopbylook-slider .item .text-wrapper .prices-wrapper .current-price {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    margin: 5px 0;
}

.product.shopbylook-slider .item .text-wrapper .prices-wrapper .price-saved {
    display: none;
}

.product.shopbylook-slider .item .text-wrapper .prices-wrapper .price-saved,
.product.shopbylook-slider .item .text-wrapper .prices-wrapper .prev-price {
    color: #000000;
    font-size: 17px;
    line-height: 16px;
}

.product.shopbylook-slider .favorite {
    font-size: 15px;
    margin-top: 10px;
}

.product.shopbylook-slider .item .caption-product-list,
.product.shopbylook-slider .item .caption-discount,
.product.shopbylook-slider .img-wrapper .favorite {
    display: none;
}

.product.shopbylook-slider .item .img-wrapper {
    border: none;
    margin-bottom: 20px;
}

.shopbylook-slider .shopbylook-imgwrapper .btn {
    height: 25px;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid #FFB400;
    color: #FFB400;
    text-transform: uppercase;
    font-weight: 400;
    min-width: 90px;
    line-height: 23px;
    margin-top: 0;
}

.product.shopbylook-slider .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item.active,
.shopbylook-slider .shopbylook-imgwrapper .btn:hover {
    border: 1px solid #000000;
    color: #000000;
    box-shadow: none;
}

.shopbylook-slider .shopbylook-imgwrapper  {
    width: fit-content;
}

.shopbylook-slider .shopbylook-imgwrapper img {
    max-width: 230px;
}

.shopbylook-infowrapper .showPageOnModal span {
    cursor: pointer;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    list-style-type: none
}

.slick-dots li {
    padding: 0 5px
}

.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: width .4s ease-in-out,border .4s ease-in-out,border-radius .4s ease-in-out;
    border: none;
    background: #E2E2E2;
    padding: 0;
}

.slick-dots li.slick-active button {
    width: 10px;
}

.slick-dots {
    position: absolute;
    width: 100%;
    bottom: -45px;
}

.shopbylook-gallery .slick-dots {
    bottom: 20px;
}

.slick-dots li {
    padding: 0 10px;
}

.slick-dots li.slick-active button {
    background: #000000;
}

.shopbylook-slider .img-wrapper {
    max-width: 300px;
}

.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper,
.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper .product-attributes-wrapper{
    margin-bottom: 0;
}

.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper .item {
    background: none;
    border: 1px solid transparent;
    color: #000000;
    opacity: 1;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    border-radius: 50%;
}


.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper .item.active,
.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper .item:hover {
    background: none;
    border: 1px solid #D9D9D9;
    color: #000000;
}

.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 .product-sizes .btn.buyButtonOnLists {
    min-width: 230px;
    text-align: center;
    line-height: 15px;
    background: #FFB400;
    color: #000000;
}
.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 .product-sizes .btn.buyButtonOnLists:hover,
.product.shopbylook-slider .item .options-wrapper.product-sizes-v2 .product-sizes .btn.buyButtonOnLists:hover span {
    color: #FFB400;
}

.two-img-half-width-slider .row {
    margin-left: 0;
    margin-right: 0;
}

/* apps */

.mobile_apps-slider .container {
    width: 100%;
}

.heading-wrapper.heading-wrapper-bordered h2 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.datepicker.dropdown-menu{
    right: unset;
    width: auto;
}

.profile-loyalty-purchases .panel-wrapper .panel-toggle{
    background: rgba(0,0,0,0.03);
    border-bottom: 1px solid #e5e7e9;
}
.profile-loyalty-purchases .content-wrapper .accordion-title-wrapper{
    margin-bottom: 0;
    border-bottom: 1px solid #FFB400;
}

.profile-loyalty-benefits .content-wrapper .table > thead{
    border-bottom: 1px solid #FFB400;
}

/* Profile Loyalty */

.profile-loyalty-purchases .lists-tabs ul.items-wrapper {
    display: flex;
    border-bottom: 1px solid #FFB400;
    margin-bottom: 30px;
}

.profile-loyalty-purchases .tabs-wrapper-with-line{
    position: relative;
}

.profile-loyalty-purchases .tabs-wrapper-with-line:before{
    content: '';
    position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
    height: 1px;
    background-color: #FFB400;
}

.profile-loyalty-purchases .lists-tabs ul.items-wrapper .item {
    border: 1px solid transparent;
    margin-bottom: -2px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.profile-loyalty-purchases .lists-tabs ul.items-wrapper .item{
    margin-bottom: -1px;
}

.profile-loyalty-purchases .lists-tabs ul.items-wrapper .item.active {
    border: 1px solid #FFB400;
    border-bottom: 1px solid #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.profile-loyalty-purchases .lists-tabs ul.items-wrapper .item a {
    color: #626366;
    line-height: 33px;
    padding: 0 20px;
}

.profile-loyalty-purchases .lists-tabs ul.items-wrapper .item:hover a {
    color: #FFB400;
}

.profile-loyalty-purchases .lists-tabs ul.items-wrapper .item:after {
    content: none;
}

.profile-loyalty-purchases .content-wrapper .text-wrapper .title h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

.product-details-price .prev-price.product-oldprice.product-prev-price-third,
.product .item .text-wrapper .prices-wrapper .prev-price.prev-price-third,
.products-list-simple .product-prev-price.prev-price-third{
    display: none;
}

.detail-product-info-lists{
    display: block;
    padding: 0;
    margin-top: 0;
}

.detail-product-info-lists .item{
    padding: 20px 20px 10px;
    margin-top: 20px;
    display: block;
    background: #f7f7f7;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
}

#order_ticket_content .loyalty-card-image .img-responsive{
    max-width: 330px;
}


/* CRM loyalty*/

.inactive-voucher-list-grid .links-wrapper .link.active,
.register-voucher-form .links-wrapper .link.active,
.check-voucher-form .links-wrapper .link.active,
.active-tickets-list-grid .links-wrapper .link.active,
.loyalty-offers-list-grid .links-wrapper .link.active,
.tickets-list-grid .links-wrapper .link.active,
.returned-purchases-list-grid .links-wrapper .link.active,
.purchases-list-grid .links-wrapper .link.active,
.active-voucher-list-grid .links-wrapper .link.active {
    border-bottom-color: #000000;

}

.inactive-voucher-list-grid .links-wrapper .link:hover,
.register-voucher-form .links-wrapper .link:hover,
.check-voucher-form .links-wrapper .link:hover,
.active-tickets-list-grid .links-wrapper .link:hover,
.loyalty-offers-list-grid .links-wrapper .link:hover,
.tickets-list-grid .links-wrapper .link:hover,
.active-voucher-list-grid .links-wrapper .link:hover{
    border-bottom-color: #000000;
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;
}



.profile-menu-v2 .nav-vertical > li.active {
    border-bottom: 1px solid #000000;
}
.profile-menu-v2 .nav-vertical > li.active > a {
    border: unset;
    font-weight: 500;
}
.nav-vertical > li.active > a{
    color: #000000;
}

.nav-vertical > li > a:hover, .nav-vertical > li > a:focus {
    background: transparent;
    color: #000000;
    font-weight: 500;

}

.profile-menu-v2 .nav-vertical > li > ul > li.active,
.profile-menu-v2 .nav-vertical > li > ul > li:hover ,
.profile-menu-v2 .nav-vertical > li > ul > li:focus {
    background-color: transparent;
    font-weight: 500;
}

.nav-vertical > li > ul > li.active > a {
    color: #000000;
    font-weight: 500;
}
.profile-menu-v2 .nav-vertical > li:before{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    background: #000000;
    display: block;
    opacity: 0;

}
.profile-menu-v2 .nav-vertical > li:hover:before{
    opacity: 1;
    -webkit-transition : all 500ms ease-out;
    -moz-transition : all 500ms ease-out;
    -o-transition : all 500ms ease-out;
    transition : all 500ms ease-out;

}

/*Landing page*/

.loyalty-landing-page .grid-6-wrapper .heading-wrapper ,
.loyalty-landing-page .text_grid12 .heading-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.text-grid-bckg {
    background-color: #FFB400;
    padding: 30px;
    text-align: center;
    margin-bottom: 60px;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-bottom: 60px;
}
.loyalty-landing-page .horizontal-image-wrapper{
    margin-bottom: 60px;
}
.loyalty-landing-page .grid-6-wrapper .item {
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    gap: 25px;
    margin-bottom: 25px;
}
.loyalty-landing-page .grid-6-wrapper .item .content {
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loyalty-landing-page .grid-6-wrapper .item .img-wrapper {
    max-width: 50px;
    flex-shrink: 0;
}

.loyalty-landing-page .grid-6-wrapper .item .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.loyalty-landing-page .grid-6-wrapper .item .description {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.loyalty-btn-block{
    margin-bottom: 60px;
}
.loyalty-landing-page .ckeditor-acordian.acordian-items-wrapper .item {
    border-bottom: 1px solid #eaeaea;
}

.loyalty-landing-page .ckeditor-acordian.acordian-items-wrapper .item .title {
    font-size: 18px;
    font-weight: 400;
}

.loyalty-landing-page .ckeditor-acordian.acordian-items-wrapper .item.active .content {
    padding: 0 0 20px 0;
}

.loyalty-landing-page .ckeditor-acordian.acordian-items-wrapper .item.active .title {
    color: #000000;
}

.loyalty-landing-page .ckeditor-acordian.acordian-items-wrapper .item.active {
    background-color: #F9F9F9;
    border-bottom-color: #000000;
}

.loyalty-landing-page .acordian-items-wrapper {
    margin: 10px 0 50px;
}

.loyalty-landing-page .ckeditor-acordian.acordian-items-wrapper .item .title:before {
    border: unset;
}
.uc-crm_loyalty_welcome_page .block.page-background {
    display: none;
}

/*VIP*/
.loyalty-ticket-form .tab-link-wrapper .btn.active,
.loyalty-ticket-form .tab-link-wrapper .btn:active:focus,
.loyalty-ticket-form .tab-link-wrapper .btn:active,
.loyalty-ticket-form .tab-link-wrapper .btn:focus,
.loyalty-ticket-form .tab-link-wrapper .btn:hover {
    border-bottom: 1px solid #000000;
}
.create-loyalty-wrapper .link-wrapper .link{
    font-weight: 500;
    position: relative;
}
.create-loyalty-wrapper .link-wrapper .link:before{
    content: '';
    height: 1px;
    width: 100%;
    background: #000000;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
}
.create-loyalty-wrapper .link-wrapper .link:hover:before{
    width: 0;
    -webkit-transition : all 500ms ease-out;
    -moz-transition : all 500ms ease-out;
    -o-transition : all 500ms ease-out;
    transition : all 500ms ease-out;
}
.loyalty-mobile-bottom-menu .nav-simple .item img {
    max-width: initial;
}
.loyalty-mobile-bottom-menu .item-loyalty-barcode{
    background-color: #FFB400;
}

.connect-loyalty-card .email-wrapper .form-group{
    max-width: 500px;
}
.profile .recommended-product-wrapper .heading-wrapper.heading-wrapper-bordered h2{
    color: #000000;
}

.loyalty-card-status .progress-wrapper .level:before {
    background: #FFB400;
}

/* Sredjivanje oko ikonice na prijavi i registraciji*/
.password-eye-wrapper {
    display: flex;
}

.password-eye-wrapper > span:not(.label-dots) {
    margin-left: auto;
}

.password-eye-wrapper span .icon.fa.fa-eye {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    top: 25px;
    right: 11px;
    color: #c4c4c4;
}

.password-eye-wrapper span .icon.fa.fa-eye:hover {
    color: #000000;
}

.password-eye-wrapper .icon.fa.fa-eye.active {
    color: #000000;
}

.password-eye-wrapper .icon.fa.fa-eye.active::after {
    content: "";
    display: block;
    background-color: #000000;
    height: 127%;
    width: 1px;
    position: absolute;
    transform: rotate(45deg);
    top: -1px;
    left: 6px;
}
/* VAUCERI */
/* Landing vauceri */

.wrapper-style-voucher-landing .items-generic{
    margin: 0 15px;
}
.voucher-two-column{
    padding: 0;
}
.voucher-two-column .voucher-nav-images > label,
.voucher-two-column .voucher-nav-prices > label,
.voucher-two-column .quantity-wrapper > label{
    font-weight: 400;
}

.voucher-two-column .btn-wrapper .btn{
    font-size: 14px;
    font-weight: 600;
    background: #FDB41B;
    border-radius: 0;
    width: 230px;
}
.voucher-two-column .btn-wrapper.disabled .btn{
    width: auto;
}
.voucher-two-column .btn-wrapper .icon-cart{
    bottom: -2px;
}
.voucher-two-column .voucher-detail-wrapper .title{
    font-size: 21px;
    text-transform: uppercase;
}
.voucher-two-column .voucher-detail-wrapper .description{
    font-size: 14px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
}
.voucher-two-column .voucher-detail-wrapper .description ul{
    padding-left: 0;
}
.voucher-two-column .voucher-nav-images .items-wrapper{
    display: none;
}
.voucher-two-column .voucher-item .left-column .img-wrapper{
    margin-bottom: 0;
}
.voucher-two-column .voucher-detail-wrapper .voucher-prices-wrapper{
    display: flex;
    gap: 10px;
}
.voucher-two-column .voucher-nav-prices .voucher-prices-wrapper .price-content .voucher-name{
    display: none;
}
.voucher-two-column .voucher-nav-prices .voucher-prices-wrapper .voucher-price{
    width: 120px;
    padding: 13px 0;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    margin: 0;
}
.voucher-two-column .voucher-nav-prices .voucher-prices-wrapper .price-content{
    padding: 0;
}

.voucher-two-column .voucher-nav-prices .voucher-prices-wrapper .price-content.active .voucher-price,
.voucher-two-column .voucher-nav-prices .voucher-prices-wrapper .price-content:hover .voucher-price,
.voucher-two-column .voucher-nav-prices .voucher-prices-wrapper .price-content:active .voucher-price,
.voucher-two-column .voucher-nav-prices .voucher-prices-wrapper .price-content:focus .voucher-price{
    color: #ffffff;
    background: #000000;
}
.voucher-two-column .add-to-cart-options{
    border: none;
    padding-top: 10px;
    gap: 10px;
}
.voucher-two-column .quantity-wrapper{
    margin-right: 0;
}
.voucher-two-column .quantity-wrapper .quantity-item{
    width: 20px;
}
.voucher-two-column .voucher-nav-images .images-wrapper .img-wrapper.active{
    border: 2px solid #FDB41B;
    height: auto;
}
.voucher-two-column .quantity-wrapper .quantity-controller{
    font-size: 18px;
    border-radius: 0;
}
.voucher-two-column .left-column{
    padding: 0;
}
.voucher-two-column .main-content .price-wrapper .price{
    font-weight: 700;
}
.wrapper-style-voucher-landing .container-subitem_grid .container{
    padding: 0;
}
.wrapper-style-voucher-landing .container-subitem_grid .grid-4-wrapper .heading-wrapper{
    display: none;
}

.voucher-two-column .content,
.wrapper-style-voucher-landing .container-subitem_grid,
.wrapper-style-voucher-landing .horizontal-image-wrapper,
.wrapper-style-voucher-landing .voucher-content,
.wrapper-style-voucher-landing .product-slider-landing{
    padding-bottom: 60px;
}
.wrapper-style-voucher-landing .product-slider-landing .heading-wrapper .read-more{
    display: none;
}

.wrapper-style-voucher-landing .heading-wrapper h2{
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 60px;
    font-size: 40px;
    text-transform: unset;
    font-weight: 400;
}
.wrapper-style-voucher-landing .heading-wrapper h2:before{
    content: "";
    width: 40px;
    height: 1px;
    background: #FFB400;
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translateX(-50%);
}
.wrapper-style-voucher-landing .product-slider-landing .heading-wrapper h2:before{
    bottom: 36px;
}
.wrapper-style-voucher-landing .container-subitem_grid.without-container .grid-3-wrapper .item  .img-wrapper{
    display: flex;
    justify-content: center;
}

/* vaucer modal u korpi */
.cart #product_voucher_modal .voucher-item-wrapper .voucher-second-email-flag-wrapper input,
.cart #product_voucher_modal .voucher-item-wrapper .voucher-multi-email-flag-wrapper input{
    margin: 0;
}
.cart #product_voucher_modal .voucher-item-wrapper .voucher-second-email-flag-wrapper input,
.cart #product_voucher_modal .voucher-item-wrapper .voucher-multi-email-flag-wrapper input{
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #d9d9d9;
}
.cart #product_voucher_modal .voucher-item-wrapper .voucher-second-email-flag-wrapper input:focus,
.cart #product_voucher_modal .voucher-item-wrapper .voucher-multi-email-flag-wrapper input:focus{
    outline: unset;
}
.cart #product_voucher_modal .voucher-item-wrapper .voucher-second-email-flag-wrapper input:checked,
.cart #product_voucher_modal .voucher-item-wrapper .voucher-multi-email-flag-wrapper input:checked{
    background: #FFB400 url('../../images/core/check_box.png') center no-repeat;
    position: relative;
    border: 1px solid #FFB400;
}
.cart-products-slider-wrapper{
    display: none;
}
#voucher-items-wrapper .voucher-item-wrapper .multi-email-wrapper .multipleInput-container{
    padding: 0;
}

.cart .cart-step-order-tickets .form-group .btn{
    height: auto;
}
.cart .cart-step-order-tickets .cart-onepage-order-ticket-form-wrapper{
    max-width: 650px;
}

#product_voucher_modal .modal-header .title {
    margin: 10px 15px;
}

.voucher-data-wrapper .validation-errors-list {
    max-width: 100%;
    left: 0;
}
.order-ticket-user-v2 .ticket-item{
    position: relative;
    max-width: 100%;
}
.order-ticket-user-v2 .ticket-item:before {
    background-color: #fff;
}
.order-tickets-v1 .group-type-payment-wrapper {
    border-color: #E5E5E5;
    border-radius: 0;
}
.order-ticket-user-v2 .card-action.btn,
.order-tickets-v1 .order-tickets-btn-wrapper .btn {
    background: #FFB400;
    color: #000000;
    border: 1px solid #FFB400;
}
.order-tickets-v1 .order-tickets-btn-wrapper .btn:hover, .order-tickets-v1 .order-tickets-btn-wrapper .btn:active, .order-tickets-v1 .order-tickets-btn-wrapper .btn:focus, .order-tickets-v1 .order-tickets-btn-wrapper .btn:active:focus,
.order-ticket-user-v2 .card-action.btn:hover, .order-ticket-user-v2 .card-action.btn:active, .order-ticket-user-v2 .card-action.btn:focus, .order-ticket-user-v2 .card-action.btn:active:focus {
    color: #FFB400;
    background-color: #000000;
    border: 1px solid #000000;
}
.order-ticket-user-v2 .card-action.btn:hover a, .order-ticket-user-v2 .card-action.btn:active a, .order-ticket-user-v2 .card-action.btn:focus a, .order-ticket-user-v2 .card-action.btn:active:focus a {
    color: #FFB400;
}
.order-tickets-v1 .group-type-payment-wrapper .selected-option,
.order-tickets-v1 .title-wrapper {
    font-weight: 700;
}
.grid-slider.product-info-slider {
    padding: 15px 15px 5px;
    display: block;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.grid-slider.product-info-slider .item .text-wrapper {
    text-align: left;
    margin: 0;
}

.grid-slider.product-info-slider .text-wrapper .title {
    margin-bottom: 0;
}

.grid-slider.product-info-slider .text-wrapper .description {
    font-size: 12px;
    line-height: 18px;
}
.loyalty-voucher-barcode-modal .voucher-info-wrapper img {
    content: url('../../images/core/user-v2.svg')
}
.active-voucher-list-grid .item .info-wrapper {
    min-height: 175px;
}

.product .item .caption-brand{
    max-width: 65px;
}