<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 3481

    PRODUCT LIST SLIDER                             - slider/product_list_slider
    MAIN PRODUCCT SLIDER                            - product/images/main_slider
    THUMBS OF A PRODUCT                             - product/images/thumbs
    THUMBS VERTICAL OF A PRODUCT                    - product/images/thumbs_vertical
    PRODUCT QUANTITY INFO                           - product/product_detail/quantity_circle
    PRODUCT DETAIL RELATED                          - product/product_detail/product_related
    PRODUCT DETAIL RELATED COLORS                   - product/product_detail/product_related_colors i product/product_detail/product_size_colors
    LISTING INTRO SEARCH                            - product/intro
    SIMILAR PRODUCTS BY COLOR                       - product/product_list/similar_products_by_color
    SIMILAR PRODUCTS BY COLOR LIST-V2               - product/product_list/similar_products_by_color
    360VIEW                                         - product/images/view360
    SUPPLIES PRODUCT DETAIL                         - products/supplies i products/supplies_indicator_stock_range

*/

/* Product detail */
.product-details .product-image-wrapper{
    height: auto;
    border: 1px solid #d9d9d9;
    position: relative;
    margin: auto;
    max-width: 600px;
}

.modal .product-details .product-image-wrapper {
    width: 100%;
    max-width: 100%;
}

.product-details .product-image-wrapper &gt; img{
    position: relative;
    background: #ffffff;
}

.product-details .caption-icons{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #4a4b5c;
    font-size: 15px;
    cursor: pointer;
    z-index:99;
    pointer-events: all;
}

.product-details .caption-360-new{
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 99;
    pointer-events: all;
}

.product-details .product-details-info {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.product-details .product-details-info .category,
.product-details .product-details-info .category a{
    color: #a0a0a0;
    font-size: 1rem;
}

.product-details .product-details-info .code{
    color: #a0a0a0;
    font-size: 0.9rem;
    font-weight: 300;
    padding-bottom: 15px;
}

.product-details .product-details-info .code .code{
    padding-bottom: 0;
}

.product-details .product .item .btn-wrapper a.quick-view {
    display: none;
}

.product-details .caption-discount{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 20;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #ca0b0a;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

.product-details .caption-brand{
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    pointer-events: all;
}

.product-details .caption-brand img{
    max-height: 50px;
}

.product-details .caption-product-list{
    position: absolute;
    top: 0;
    z-index: 15;
    padding: 7px;
    pointer-events: all;
}

.product-details-price{
    padding-top: 5px;
    margin-bottom: 25px;
    position: relative;
}

.product-details-price .current-price{
    color: #3973b5;
    font-size: 2rem;
    line-height: 36px;
    margin-bottom: 0;
}

.product-details-price .current-price.has-loyalty{
    font-size: 27px;
    color: #4a4b5c;
}

.product-details-price .price-saved{
    color: #4a4b5c;
    font-size: 1.143rem;
    margin-bottom: 10px;
}

.product-details-price .prev-price{
    color: #a0a0a0;
    font-size: 1.143rem;
    text-decoration: line-through;
}

.product-details-price .prev-price-third{
    font-size: 1.357rem;
    font-weight: 300;
}

.product-details-price .action-lowerprice,
.product-details-price .action-lowerprice-combinatios{
    margin-top: 0;
    font-size: 12px;
    color: #939393;
    position: absolute;
    top: 0;
    right: 0;
}

.product-attributes-wrapper{
    margin-bottom: 20px;
    float: left;
    min-width: 190px;
}

.product-attributes-wrapper .product-help-link{
    margin-top: 0;
    margin-left: 20px;
    font-size:14px;
    color: #939393;
    display: inline-block;
    cursor: pointer;
}

.product-attributes-wrapper .product-help-link i{
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
}

.product-attributes li{
    float: left;
    cursor: pointer;
    padding: 8px 6px;
    border: 1px solid #d9d9d9;
    margin-right: 4px;
    margin-bottom: 5px;
    min-width: 39px;
    text-align: center;
}

.product-attributes li:hover{
    color: #3973b5;
    border-color: #bfd6ed;
}

.product-attributes li.active{
    color: #fff;
    background: #3973b5;
    border-color: #3973b5;
}

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


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

.product-detail-wrapper .action-available.binded-to-tab {
    display: none;
}

.product-detail-wrapper .login-wrapper {
    margin-bottom: 20px;
}

.shop-button{
    height: 50px;
}

a.shop-button{
    line-height: 30px;
}

.product-details .nav-tabs{
    padding-left: 0;
}

.product-details .table &gt; tbody &gt; tr &gt; td,
.product-details .table &gt; thead &gt; tr &gt; th{
    font-size: 1rem;
}

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

.products-detail-wrapper .heading-wrapper .title {
    text-transform: inherit;
    font-weight: 400;
    font-size: 13px;
}

.caption-actions{
    width: 100%;
}

.caption-actions &gt; a{
    display: inline-block;
}

.product-image-wrapper:hover .caption-bottomright .caption-icon {
    opacity:1;
}

.product-image-wrapper:hover .favorite{
    opacity: 1;
}

.product-details .favorite{
    opacity: 1;
}

.product-item-code{
    color: #a0a0a0;
    font-size: 1.143rem;
    font-weight: 300;
    padding-bottom: 15px;
}

.product-item .remove-item{
    font-size: 12px;
    padding: 4px;
    border: 1px solid #000000;
    color: #000000;
    opacity: .7;
    cursor: pointer;
}

.product-item .remove-item:hover{
    opacity: 1;
    color: #000000;
}

.product .price-discount span.text,
.product-item .prices-wrapper .price-discount{
    display: none;
}

.product .item .text-wrapper .prices-wrapper .prev-price.min-last-price{
    text-decoration: line-through;
}
/*.lc-gr .product .item .text-wrapper .prices-wrapper .prev-price*/

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

/* product lists */
.product-item.active {
    z-index: 1;
}

.product-item .action-btn-wrapper{
    pointer-events: all;
    font-size: 15px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
    text-align: center;
}

.product-item .action-btn-wrapper .product-compare ,
.product-item .action-btn-wrapper .favorite ,
.product-item .action-btn-wrapper .quick-view{
    opacity: 0;
}

.product-item:hover .action-btn-wrapper .product-compare,
.product-item:hover .action-btn-wrapper .favorite,
.product-item:hover .action-btn-wrapper .quick-view{
    opacity: 1;
}

.product-item .action-btn-wrapper a{
    color: #4a4b5c;
}

.product-item .action-btn-wrapper .favorite{
    float: right;
}

.product-item .action-btn-wrapper .favorite span.text {
    display: none;
}

.product-item .action-btn-wrapper .favorite.active{
    opacity: 1;
}

.product-item .action-btn-wrapper .product-compare{
    display: inline-block;
}

.product-item .action-btn-wrapper .quick-view{
    float: left;
}

.product-item .img-wrapper .img-hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.product-item .img-wrapper:hover .img-hover{
    opacity: 1;
}

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

.product .product-item .img-wrapper img {
    width: 100%;
    display: block;
}

.products-listing.product-listing-items &gt; .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

.products-listing.product-listing-items &gt; .row:after,
.products-listing.product-listing-items &gt; .row:before {
    content: normal;
    display: none;
}

.product .item .img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0,0,0,.33);
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

.product .item .caption-product-list{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 15;
}

.product .item .caption-product-list a {
    display: inline-block;
    width: 50px;
}

.product .item .caption-product-list img,
.product .item .caption-product-list .featured-list {
    display: inline-block;
    width: auto;
}

.product .item .caption-product-list .item.loyaty-price{
    display: inline-block;
    background: #3973b5;
    color: #ffffff;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
}

.product .item .caption-discount{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 15;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #ca0b0a;
    border-radius: 50%;
    font-size: 0.8em;
    text-align: center;
    color: #ffffff;
}

.product .item .caption-brand{
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 15;
    max-width: 50px;
}

.product .item .caption-brand img {
    width: 100%;
}

.product .item .caption-icons{
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 15;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
}

.product .item .caption-icons .icon{
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
    font-size: 19px;
}

.product .item .caption-icons a.active .icon,
.product .item:hover .caption-icons .icon,
.product .item .caption-icons .favorite.active .icon,
.product .item:hover .caption-icons .icon {
    opacity: 1;
}

.product .item .img-wrapper {
    pointer-events: all;
    position: relative;
}

.product .item .img-wrapper img.fade {
    opacity: 1;
}

.product-item .img-wrapper .img-hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.product-item .img-wrapper:hover .img-hover{
    opacity: 1;
}

.productitem-store-wrapper{
    display: none;
}

.atributte-images-wrapper-out{
    display: none;
}

.product .item .text-wrapper {
    position: relative;
    pointer-events: all;
    height: 155px;
}

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

.product .item .text-wrapper .category-wrapper {
    margin-bottom: 3px;
    display: block;
    line-height: 11px;
}

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

.product .item .text-wrapper .category-wrapper a,
.product .item .text-wrapper .category-wrapper span {
    color: #969696;
    text-transform: uppercase;
    line-height: 11px;
    font-size: 11px;
}

.product .item .text-wrapper .category-wrapper span {
    float: right;
}

.product .item .text-wrapper .title {
    margin-bottom: 10px;
    height: 32px;
    overflow: hidden;
}

.product .item .text-wrapper .title a {
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #4a4b5c;
}

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

.product .item .text-wrapper .product-quantity-wrapper {
    /*display: none;*/
    float: right;
    white-space: nowrap;
    color: #969696;
    font-size: 11px;
    line-height: 28px;
}

.product .item .text-wrapper .product-quantity-wrapper span {
    font-size: 16px;
    font-weight: 700;
    color: #4a4b5c;
    text-transform: lowercase;
}

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

.product .item .text-wrapper .prices-wrapper .current-price{
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}

.product .item .text-wrapper .prices-wrapper .current-price .price-prefix-from-the{
    text-transform: uppercase;
    font-size: 13px;
}

.product .item .text-wrapper .prices-wrapper .current-price.price-with-discount{
    color: #4472b4;
}


.product .item .text-wrapper .prices-wrapper .product-convert-price{
    float: left;
    position: relative;
    margin-left: 15px;
    line-height: 17px;
}
.product .item .text-wrapper .prices-wrapper .product-convert-price:before{
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    width: 1px;
    height: 100%;
    background: #000000;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}

.product .item .text-wrapper .prices-wrapper .prev-price{
    font-size: 14px;
    line-height: 16px;
    color: #868692;
    text-decoration: line-through;
}
.product .item .text-wrapper .prices-wrapper .prev-price.price-with-prefix-wrapper{
    text-decoration: none;
}
.product .item .text-wrapper .prices-wrapper .prev-price.price-with-prefix-wrapper .price-with-prefix{
    text-decoration: line-through;
}

.product .item .text-wrapper .prices-wrapper .prev-price.prev-price-third{
    font-weight: 300;
}

.product .item .text-wrapper .prices-wrapper .loyalty-price {
    color: #4472b4;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

.product .item .text-wrapper .prices-wrapper .loyalty-price span.price-title {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    color: #4a4b5c;
    line-height: 8px;
    margin-top: 8px;
}

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

.profile .product .item .text-wrapper .prices-wrapper .prev-price{
    text-decoration: line-through;
}

.prices-wrapper .price-discount{
    display: none;
}

.product .item .options-wrapper {
    opacity: 0;
    border-top: 1px solid #ffffff;
    z-index: 20;
    background: #ffffff;
    width: 100%;
    pointer-events: none;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product .item:hover .options-wrapper {
    opacity: 1;
    pointer-events: all;
}

.product .item .options-wrapper .product-sizes {
    min-height: 34px;
    position: relative;
}

.product .item .options-wrapper .product-sizes .btn.buyButtonOnLists  ,
.product .item .options-wrapper .product-sizes .btn.buyButtonOnLists-soonSale  {
    text-transform: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 0px;
    min-width: 109px;
    background-color: #89c03c;
}

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

.product .item .options-wrapper .thumbs-wrapper .slider-arrow i {
    font-size: 1.5rem;
}

.product .item .options-wrapper .product-sizes .btn-sizes {
    margin-bottom: 5px;
    font-weight: 300;
    color: #4a4b5c;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
}

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

.product .item .options-wrapper .product-sizes .btn-sizes.active {
    background-color: #f8f3f3;
}

.product .item .options-wrapper .product-sizes .btn.btn-confirm {
    display: block;
    margin: 10px 0 0;
    width: 100%;
    font-weight: 300;
    color: #ffffff;
    background-color: #3265A0;
    border: 1px solid #d9d9d9;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.product .item .options-wrapper .product-sizes .btn.btn-confirm:hover {
    background-color: #2c5a8e;
}

.product .item .btn-wrapper {
    color: #ffffff;
    max-width: 100%;
    z-index: 20;
    opacity: 0;
    display: block;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.product .item:hover .btn-wrapper {
    opacity: 1;
}

.product .item .btn-wrapper a {
    color: #ffffff;
    display: table;
    width: auto;
    margin :5px auto;
    font-size: 1rem;
    min-width: 130px;
}

.product-list-onerow-simple .product .item .btn-wrapper {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.product-list-onerow-simple .product .item .btn-wrapper a {
    line-height: 32px;
    padding: 0 10px;
    text-transform: none;
}

.product .item .btn-wrapper i {
    vertical-align: middle;
    margin-left: 5px;
}

.product .item .bottom-btn-wrapper {
    display: none;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product .item:hover .bottom-btn-wrapper {
    opacity: 1;
}

.caption-attribute{
    background: #3973b5;
    bottom: 19px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    font-style: italic;
    height: 24px;
    line-height: 22px;
    position: absolute;
    right: -30px;
    text-align: center;
    width: 130px;
    z-index: 10;
    overflow: hidden;
    padding-left: 5px;
}

.caption-attribute.glow{
    background: #ffa800;
}

.product-attrs-reset{
margin-top: 2px;
text-transform: uppercase;
}

.product-attrs-reset i{
margin-left: 5px;
}

/* Products list in one row */
.product-item.list-view {
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
    background: #ffffff;
    outline: 1px solid #d9d9d9;
}

.product-item.list-view:hover {
    background: #f7f7f7;
    outline: 1px solid #ffffff;
}

.product-item.list-view .row {
    margin: 0;
}

.product-item.list-view .product-item-category-grid{
    display: none;
}

.product-item.list-view .product-item-prices{
    position: absolute;
    bottom: 60px;
    left: 340px;
}

.product-item.list-view .prev-price{
    float: none;
}

.product-item.list-view .current-price{
    float: none;
    color: #3973b5;
    font-size: 36px;
    line-height: 24px;
    margin-bottom: 10px;
}

.product-item.list-view .shop-button{
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding-right: 45px;
    line-height: 40px;
    background: #3973b5;
}

.product-item.list-view .btn-icon-right:before{
    font-size: 80%;
    width: 5px;
}

.product-item.list-view .product-brand,
.product-item.list-view .product-item-code{
    display: block;
}

.product-item.list-view .product-image-wrapper:hover .caption-main-wrapper {
    opacity:0;
}

.product-item.list-view:hover .product-image-wrapper .caption-main-wrapper {
    opacity: 1;
}

.product-listing .product-item.list-view .text-wrapper {
    position: absolute;
    top: 0;
    left: calc(50% + 10px);
    bottom: 0;
    height: 100%;
    float: left;
    padding: 0 20px;
    width: 50%;
}

.product-listing .product-item.list-view .text-wrapper .options-wrapper {
    opacity: 1;
    margin: 0;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    background: transparent;
    box-shadow: 0 0 0 0;
}

.product-listing .product-item.list-view .text-wrapper .options-wrapper .thumbs-slider {
    margin: 0 10px;
}

.product-listing .product-item.list-view .text-wrapper .options-wrapper .thumbs-slider .heading-wrapper{
    position: static;
}

.product-listing .product-item.list-view .text-wrapper .options-wrapper .thumbs-slider .heading-wrapper .title{
    font-size: 14px;
    line-height: 14px;
}

.product-listing .product-item.list-view .text-wrapper .title{
    font-size: 1.714rem;
    line-height: 24px;
    font-weight: 300;
    height: auto;
    max-width: 300px;
    margin-top: 10px;
}

.product-listing .product-item.list-view .text-wrapper .category-wrapper span{
    float: none;
}

.product-listing .product-item.list-view .item-data {
    padding-left: 0;
    min-height: 224px;
}

.product-listing .product-item.list-view .item-gallery {
    display: block;
    padding-top: 10px;
    min-height: 224px;
}

.product-listing .product-item.list-view .item-gallery .slide-item {
    padding-bottom: 10px;
}

.product-listing .product-item.list-view .img-wrapper{
    margin-bottom: 0;
    border: 1px solid #d9d9d9;
    float: left;
    width: 50%;
}

.product-listing .product-item.list-view .img-wrapper &gt; img{
    width: auto;
}

/* Products list in one row */
.product-listing .product-item.wrapper-list-one-item:not(.list-view),
.product-listing .product-item.wrapper-list-one-item:not(.list-view):hover {
    border-bottom: 1px solid #eeeeee;
}

.product-listing .product-item.wrapper-list-one-item:hover {
    background-color: #fafafa;
}

.product-listing .product-item.wrapper-list-one-item .info-wrapper .title,
.product-listing .product-item.wrapper-list-one-item .info-wrapper .title a{
    color: #3973b5;
}

.product-listing .product-item.wrapper-list-one-item .product-description{
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 0 0;
}

.product-listing .product-item.wrapper-list-one-item .category-wrapper{
    text-align: right;
}

.product-listing .product-item.wrapper-list-one-item .category-wrapper .category{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.product-listing .product-item.wrapper-list-one-item .category-wrapper .code{
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
}

/* Product list imte slider */
.product-listing .product-item.product-baner-item:not(.have-template) .item-data {
    padding: 0;
}

.product-listing .product-item.product-baner-item div {
    height: 100%;
}

.product-listing .product-item.product-baner-item .slider-arrows,
.product-listing .product-item.product-baner-item .slider-arrows * {
    height: auto;
}

.product-listing .product-item.product-baner-item img.img-responsive {
    position: absolute;
    top: 50%;
    left: 10px;
    width: calc(100% - 20px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-listing .product-item.product-baner-item.have-template img.img-responsive {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product-listing .product-item.product-baner-item .baner-btn-wrapper {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    height: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Products list in one row version 2 */
.product-listing .product-item.wrapper-list-view-v2 {
    border: none !important;
}

.product-listing .product-item.wrapper-list-view-v2:nth-child(2n) {
    background: #f4f4f4;
}

.product-listing .product-item.wrapper-list-view-v2:hover {
    background: #f0f6f8;
}

.product .wrapper-list-view-v2 .flexed-wrapper {
    display: flex;
}

.product .wrapper-list-view-v2 .img-wrapper {
    width: 105px;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 20px ;
}

.product .wrapper-list-view-v2 .info-wrapper .brand a {
    font-size: 12px;
    line-height: 12px;
}

.product .wrapper-list-view-v2 .info-wrapper .title {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
}

.product .wrapper-list-view-v2 .info-wrapper .category-wrapper a {
    font-size: 12px;
    line-height: 12px;
    margin: 10px 0 5px;
    display: block;
}

.product .wrapper-list-view-v2 .info-wrapper .category-wrapper .code {
    display: block;
    font-size: 14px;
    color: #373737;
}

.product .wrapper-list-view-v2 .product-description {
    font-size: 12px;
    line-height: 18px;
    height: 108px;
    overflow: hidden;
}

.product .wrapper-list-view-v2 .prices-wrapper .discount-wrapper {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.product .wrapper-list-view-v2 .prices-wrapper .current-price {
    font-size: 18px;
    line-height: 20px;
}

.product .wrapper-list-view-v2 .prices-wrapper .current-price.price-with-discount {
    color: #4472b4;
}

.product .wrapper-list-view-v2 .prices-wrapper .prev-price {
    font-size: 14px;
    line-height: 16px;
    color: #868692;
    text-decoration: line-through;
}

.product .wrapper-list-view-v2 .prices-wrapper .heading-wrapper {
    margin-top: 5px;
}

.product .wrapper-list-view-v2 .quantity-wrapper .product-list-quantity-wrapper {
    display: block;
    width: 100px;
}

.product .wrapper-list-view-v2 .quantity-wrapper .product-list-quantity-wrapper .product-list-quantity {
    width: 37px;
    border-left: 1px solid #e8e8e8;
}

.product .wrapper-list-view-v2 .quantity-wrapper .product-list-quantity-wrapper .product-list-quantity-arrows {
    float: left;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.product .wrapper-list-view-v2 .quantity-wrapper .buyButtonOnLists {
    min-width: 100px;
    margin-top: 10px;
}

.product .wrapper-list-view-v2 .heading-wrapper .title {
    font-size: 12px;
    text-transform: none;
    margin-bottom: 5px;
}

/* Products list in one row version 3 */
.product-listing .product-item:not(.list-view).wrapper-list-view-v3.item {
    padding: 15px 0;
    border: solid #d9d9d9;
    border-width: 1px 0 0;
}

.product-listing .product-item:not(.list-view).wrapper-list-view-v3.item.active {
    z-index: 100;
    background-color: #f9f9f9;
}

.product-listing .product-item:not(.list-view).wrapper-list-view-v3:hover {
    border-width: 1px 0 0;
    background-color: #f9f9f9;
    z-index: 1;
}

.product .wrapper-list-view-v3.item .img-wrapper {
    display: inline-block;
    width: 125px;
    vertical-align: top;
}

.product .wrapper-list-view-v3.item .img-wrapper img {
    max-width: 65px;
}

.product .wrapper-list-view-v3.item .info-wrapper {
    display: inline-block;
    width: 210px;
}

.product .wrapper-list-view-v3.item .info-wrapper .title {
    padding-bottom: 5px;
}

.product .wrapper-list-view-v3.item .info-wrapper .title a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.product .wrapper-list-view-v3.item .info-wrapper .descriptione {
    margin: 8px 8px 8px 0;
}

.product .wrapper-list-view-v3.item .info-wrapper .descriptione p {
    font-size: 12px;
    line-height: 14px;
}

.product .wrapper-list-view-v3.item .attr-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}

.product .wrapper-list-view-v3.item .item-data &gt; .row {
    display: flex;
}

.product .wrapper-list-view-v3.item .price-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product .wrapper-list-view-v3.item .price-info-wrapper .prices-wrapper {
    display: inline-block;
}

.product .wrapper-list-view-v3.item .price-info-wrapper .quantity-wrapper {
    display: inline-block;
    float: right;
}

.product .wrapper-list-view-v3.item .price-info-wrapper .price-info {
    width: 100%;
    font-size: 10px;
    text-align: right;
    line-height: 10px;
    margin: -25px 0 0;
}

.product .wrapper-list-view-v3.item .options-wrapper.product-sizes-v3 {
    opacity: 1;
    margin: 0;
    width: auto;
    float: none;
}

/* Products list gridalt-view */
.product-listing .product-item.gridalt-view .img-wrapper {
    padding: 0 5px;
    position: relative;
}

.product-listing .product-item.gridalt-view .text-wrapper {
    padding-top: 5px;
}

.product-listing .product-item.gridalt-view .category-wrapper,
.product-listing .product-item.gridalt-view .category-wrapper a {
    font-size: .8rem;
}

/* Products list grid-view */
.product .item.grid-view .img-wrapper {
    border: 1px solid #d9d9d9;
    position: relative;
    margin-bottom: 5px;
    max-height: 100%;
    padding: 0 25px;
}

.product .item.grid-view .img-wrapper .img-hover {
    padding: 0 25px;
}

.product .item.grid-view .img-wrapper .img-hover {
    padding: 0 25px;
}

/* Products list simple */
.products-list-simple{
    margin-bottom: 20px;
}

.products-list-simple h4{
    border-bottom: 1px solid #d9d9d9;
    margin-top: 5px;
    line-height: 33px;
    font-weight: 300;
}

.products-list-simple .product-item{
    margin-bottom: 10px;
}

.products-list-simple .product-item-image{
    text-align: center;
}

.products-list-simple .product-item-image img{
    max-width: 100%;
    border: 1px solid #d9d9d9;
}

.products-list-simple .product-category{
    margin: 5px 0;
    font-size: 1rem;
}

.products-list-simple .product-stars{
    margin-top: 10px;
}

.products-list-simple .product-code{
    margin-top:5px;
    padding-bottom: 0;
    font-size:0.9rem;
}

.products-list-simple .product-price{
    color: #4a4b5c;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 5px;
    line-height: 1;
    margin-bottom: 0;
    padding-right: 10px;
}

.products-list-simple .product-prev-price{
    margin-top: 0;
    font-size: 0.9rem;
    padding-right: 10px;
}

.products-list-simple .product-prev-price-third{
    font-size: inherit;
}

.products-list-simple .product-prices {
    min-height:51px;
}

/* product list in one col v2 */
.characteristic-wrapper {
    display: none;
}

/* product list in one col */
.product-list-one-col .wrapper-item .item-data &gt; .row,
.product-list-one-col .wrapper-item .item-data &gt; .container .row {
    text-align: center;
}

.product-list-one-col .wrapper-item .item-data .text-wrapper {
    max-width: 400px;
    text-align: left;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    margin: 100px auto 10px;
    padding: 20px;
    height: auto;
}

.product-list-one-col .wrapper-item .product-item .text-wrapper .product-description {
    display: block;
}

.product-list-one-col .wrapper-item .product-item .text-wrapper .prices-wrapper {
    margin: 20px 0 10px;
}

.product-list-one-col .wrapper-item .item-data .img-wrapper {
    display: inline-block;
    margin: 50px auto;
}

.product.product-list-one-col .item .text-wrapper .options-wrapper {
    opacity: 1;
    margin: 0 0 10px;
    max-width: 200px;
}

/* Product filter */
.product-listing-filters{
    padding-top:0;
    border-right: 1px solid #d9d9d9;
}

.product-listing-filters h2{
    font-weight: 700;
    margin: 0;
    border: 0;
    line-height: 0.85;
    padding: 10px 0;
}

.product-listing-filters .reset-tag-wrapper {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 5px 0;
    font-size: 14px;
    cursor: pointer;
}

.product-listing-filters .reset-tag-wrapper .icon{
    line-height: 24px;
    font-size: 10px;
    margin-left: 5px;
    height: 24px;
    vertical-align: middle;
}

.product-listing-filters .filter-group .filter-category-menu &gt; ul {
    margin: 10px 0;
    max-height: 100%;
    border-bottom: none;
}

.product-listing-filters .ui-slider {
    position: relative;
    text-align: left;
}

.product-listing-filters .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    height: 2px;
    background: #000000;
    top: -1px;
}

.product-listing-filters .ui-widget-content {
    border: 1px solid #b8b8b8;
}


.product-listing-filters .ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: 700;
}

.product-listing-filters .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    background: #000000;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.product-listing-filters .filter-group.show-all-category  .items-wrapper &gt; li{
    display: block;
}

.product-listing-filters .filter-group.show-all-category .filter-category-menu &gt; ul ul {
    margin-left: 15px;
}

/* Product infobox */
.product-infobox-contact .thumb {
    position: absolute;
    top: 0;
    left: 0;
}
/* Prices wrapper version 2 product detail */
.product-attributes.item-price-v2 li {
    width: 100%;
    text-align: left;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}

.product-attributes.item-price-v2 li .current-price {
    border-radius: 4px;
    border-top-left-radius: 0;
    width: calc(100% - 140px);
    padding: 0 10px;
    background: #dddddd;
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
    color: #ffffff;
}

.product-attributes.item-price-v2 li .price-content .price-type {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    float: left;
    text-transform: uppercase;
    border: 1px solid #dddddd;
    padding: 0 10px;
    color: #999999;
    line-height: 22px;
    font-size: 16px;
    border-width: 1px 1px 0;
}

.product-attributes.item-price-v2 li .buyButtonOnLists ,
.product-attributes.item-price-v2 li .buyButtonOnLists-soonSale {
    bottom: 0;
    line-height: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    min-width: 135px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 5px;
}


.product-attributes.item-price-v2 li .first-price .current-price {
    background: #3973b5;
}

.product-attributes.item-price-v2 li .first-price .price-content .price-type {
    border: 1px solid #3973b5;
    color: #3973b5;
}


/* Prices wrapper version 2 */
.product .item.item-price-v2 .text-wrapper &gt; .prices-wrapper,
.product .item.item-price-v2 .options-wrapper .product-sizes &gt; .btn.buyButtonOnLists,
.product .item.item-price-v2 .options-wrapper .product-sizes &gt; .btn.buyButtonOnLists-soonSale,
.product .item.item-price-v2 .options-wrapper .sizes-selector-wrapper .sizes-selector {
    display: none;
}

.product .item.item-price-v2 .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    border: none;
}

.product .item.item-price-v2 .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .btn.buyButtonOnLists ,
.product .item.item-price-v2 .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .btn.buyButtonOnLists-soonSale {
    min-width: 30px;
    top: auto;
    bottom: 0;
    line-height: 22px;
}

.product .item.item-price-v2 .options-wrapper {
    opacity: 1;
}

.product .item.item-price-v2 .text-wrapper .prices-wrapper {
    height: auto;
}

.product .item.item-price-v2 .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper:after {
    content: none
}

.product .item.item-price-v2 .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    background: #266b89;
    border-radius: 3px;
    opacity: 1;
    color: #fff;
    font-size: 20px;
}

.product .item .prices-wrapper.prices-wrapper-v2 .price-item {
    position: relative;
    margin-bottom: 20px;
}

.product .item .prices-wrapper.prices-wrapper-v2 .price-item .price-content {
    width: calc(100% - 35px);
    height: 52px;
    display: block;
    overflow: hidden;
}

.product .item .prices-wrapper.prices-wrapper-v2 .price-item .price-content .price-type {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #dddddd;
    line-height: 18px;
    padding: 0 10px;
    color: #dddddd;
}

.product .item .prices-wrapper.prices-wrapper-v2 .price-item.first-price .price-content .price-type {
    border: 1px solid #4472b4;
    color: #4472b4;
}

.product .item .prices-wrapper.prices-wrapper-v2 .price-item .price-content .prev-price {
    float: right;
    line-height: 20px;
    font-size: 12px;
}

.product .item .prices-wrapper.prices-wrapper-v2 .price-item .price-content .current-price {
    width: 100%;
    line-height: 30px;
    padding: 0 10px;
    background: #dddddd;
    font-weight: 400;
    font-size: 21px;
}

.product .item .prices-wrapper.prices-wrapper-v2 .price-item.first-price .price-content .current-price {
    background: #4472b4;
    color: #ffffff;
}

.product .item .prices-wrapper.prices-wrapper-v2 .price-item .price-content .current-price.price-with-discount {
    color: #ffffff;
}

.product .item .prices-wrapper.prices-wrapper-v2 .price-item .price-content .current-price &gt; span {
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
}

.product .item .prices-wrapper.prices-wrapper-v2 .price-item .price-content .current-price &gt; span &gt; span {
    display: block;
    font-size: 9px;
    line-height: 11px;
}

.product .item .prices-wrapper.prices-wrapper-v2 .buyButtonOnLists ,
.product .item .prices-wrapper.prices-wrapper-v2 .buyButtonOnLists-soonSale {
    min-width: 30px;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    align-self: flex-end;
    flex-shrink: 0;
    margin-left: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    letter-spacing: -10px;
    color: rgba(255,255,255,0);
    overflow: hidden;
}

.product .item .prices-wrapper.prices-wrapper-v2 .price-item:hover .buyButtonOnLists,
.product .item .prices-wrapper.prices-wrapper-v2 .price-item:hover .buyButtonOnLists-soonSale,
.product .item .prices-wrapper.prices-wrapper-v2 .price-item .buyButtonOnLists.btn-activated,
.product .item .prices-wrapper.prices-wrapper-v2 .price-item .buyButtonOnLists-soonSale.btn-activated,
.product .item .prices-wrapper.prices-wrapper-v2 .price-item .buyButtonOnLists-soonSale.cart-increased ,
.product .item .prices-wrapper.prices-wrapper-v2 .price-item .buyButtonOnLists.cart-increased {
    letter-spacing: 0;
    color: rgba(255,255,255,1);
}

.product .item .prices-wrapper.prices-wrapper-v2 .buyButtonOnLists-soonSale:before ,
.product .item .prices-wrapper.prices-wrapper-v2 .buyButtonOnLists:before {
    font-family: 'FontAwesome';
    content: "\f07a";
    margin: 0 3px;
    letter-spacing: 0;
    color: #Ffffff;
}

.product .item .prices-wrapper.prices-wrapper-v2 .buyButtonOnLists-soonSale .btn-title ,
.product .item .prices-wrapper.prices-wrapper-v2 .buyButtonOnLists .btn-title {
    display: none;
}

.product .item .prices-wrapper.prices-wrapper-v2 .buyButtonOnLists-soonSale .icon ,
.product .item .prices-wrapper.prices-wrapper-v2 .buyButtonOnLists .icon {
    line-height: 30px;
}

/* Price info for multifactor */
.prices-wrapper .price-info,
.price-wrapper .price-info,
.price-info-wrapper .price-info{
    display: none;
}

.product-listing-intro .list-types-wrapper .item.item-gridthree,
.product-listing-intro .list-types-wrapper .item.item-list-v3,
.product-listing-intro .list-types-wrapper .item.item-list-v2 {
    display: none;
}

/* Intensity attribute */
.product .intensity-wrapper .item {
    width: 7px;
    height: 7px;
    display: inline-block;
    border: 1px solid #656565;
    float: left;
    margin: 2px 2px 2px 0;
}

.product .intensity-wrapper .item.active {
    background: #656565;
}

.product .intensity-wrapper .item-value {
    float: left;
    font-size: 12px;
    line-height: 12px;
    margin: 0 7px 0 5px;
}

/* Available colors */
.product .available-colors-wrapper {
    margin-top: 20px;
}

.product .available-colors-wrapper .available-colors-label {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
}

.product .available-colors-wrapper .available-colors-items-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.product .available-colors-wrapper .available-colors-items-wrapper .item {
    border: 1px solid rgba(0,0,0,.2);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 3px 0 3px 8px;
    float: left;
}

/* Product list with two and three in row */
.product-listing-intro .list-types-wrapper .item.item-list-three-item {
    display: none;
}
.product-listing-intro .list-types-wrapper .item.item-list-three-item .icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.product .wrapper-list-three-item .img-wrapper,
.product .wrapper-list-two-item.item .img-wrapper {
    width: 50%;
}

.product .wrapper-list-three-item .text-wrapper,
.product .wrapper-list-two-item.item .text-wrapper {
    width: 50%;
    padding: 0 10px;
}

.product .item:not(.wrapper-list-two-item, .wrapper-list-three-item) .text-wrapper .btn-wrapper {
    display: none;
}
.product .wrapper-list-three-item.item .text-wrapper .btn-wrapper a{
    display: none;
}
.product .wrapper-list-three-item.item .text-wrapper .btn-wrapper{
    text-align: center;
    display: block;
    padding: 0 4px;
}
.product .wrapper-list-three-item.item .text-wrapper .btn-wrapper a.product-link{
    display: block;
    border: 1px solid #E9E9E9;
    line-height: 30px;
    font-size: 12px;
}

.product .wrapper-list-three-item .text-wrapper .options-wrapper,
.product .wrapper-list-two-item.item .text-wrapper .options-wrapper {
    margin: 0;
    opacity: 1;
}

.product .wrapper-list-three-item .text-wrapper .btn-wrapper,
.product .wrapper-list-two-item.item .text-wrapper .btn-wrapper {
    opacity: 1;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: inline-block;
    margin-top: 10px;
}

.product .wrapper-list-three-item.item .text-wrapper .btn-wrapper a,
.product .wrapper-list-two-item.item .text-wrapper .btn-wrapper a {
    color: #000000;
}

.product .wrapper-list-three-item.item .text-wrapper .category-wrapper,
.product .wrapper-list-three-item.item .text-wrapper .prices-wrapper,
.product .wrapper-list-three-item.item .text-wrapper .title a{
    text-align: left;
}
.product .wrapper-list-three-item.item .text-wrapper .rate-wrapper{
    left: 10px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

/* Product list colors */
.product .product-colors &gt; .row {
    display: flex;
    flex-wrap: wrap;
}

.product.product-colors .item .text-wrapper {
    height: auto;
}

.wrapper-list-three-item .item-data,
.wrapper-list-two-item .item-data {
    display: flex;
    flex-wrap: wrap;
}

/* product-slider */
.lists-tabs .tab-content &gt; .tab-pane .show-list-link-wrapper {
    display: none;
}

.product-slider {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.product-slider .heading-wrapper .subtitle {
    margin-top: -15px;
}

.product-slider .show-list-link-wrapper {
    text-align: center;
    margin: -15px 0 25px;
}

.product-slider .slider-init {
    margin-bottom: 20px;
}

.product-slider &gt; .slider-init &gt; .slick-list {
    padding-bottom: 100px;
    margin-bottom: -100px;
    z-index: 1;
    /*pointer-events: none;*/
}

.product-slider.similar-products-slider .item .caption-icons .quick-view{
    display: none;
}

/* For IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-slider &gt; .slider-init &gt; .slick-list {
        margin-bottom: -115px;
    }
}

/* For Edge*/
@supports (-ms-ime-align:auto) {
    .product-slider &gt; .slider-init &gt; .slick-list {
        margin-bottom: -115px;
    }
}

.product-slider &gt; .slider-navigation-absolute {
    top: calc(50% - 150px);
    width: calc(100% + 10px);
    left: -5px;
    pointer-events: none;
}

.product-slider &gt; .slider-navigation-absolute &gt; * {
    pointer-events: all;
}

/* Product slider quantity button */
.product-list-quantity-wrapper{
    border: 1px solid #e8e8e8;
    width: 50px;
    height: 32px;
    display: inline-block;
    background: #ffffff;
}

.product-list-quantity-wrapper .product-list-quantity{
    float: left;
    width: 33px;
    height: 30px;
    border-right: 1px solid #e8e8e8;
}

.product-list-quantity-wrapper .product-list-quantity input {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
    font-size: 12px;
    text-align: center;
}

.product-list-quantity-wrapper .product-list-quantity-arrows{
    float: right;
    width: 15px;
    height: 15px;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
    -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-quantity-wrapper .product-list-quantity-arrows:hover {
    background: #f0f0f0;
}

.product-list-quantity-wrapper .product-list-quantity-arrows:focus {
    background: #cccccc;
}

/* article detail product slider*/
.article-detail-slider.product-slider {
    padding: 0;
}

.article-detail-slider.product-slider &gt; .slider-init &gt; .slick-list {
    padding-bottom: 0;
    margin-bottom: 0;
}

.article-detail-slider.product .item .text-wrapper {
    padding-bottom: 0;
    height: 130px;
}

/* Products list  */
.product-listing {
    margin-bottom: 20px;
}

.product-listing .product-item {
    position:relative;
}

.product-listing .product-item.sub-products {
    display: none;
}

.product-listing .product-item:not(.list-view) {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid transparent;
    padding: 10px;
}
.product-item .product-description {
    display: none;
}
.product-listing .product-item:not(.list-view) .text-wrapper .product-description {
    display: none;
}

.product-listing .product-item:not(.list-view):hover {
    border: 1px solid #d9d9d9;
    z-index: 100;
}

.product-listing .text-wrapper {
    height: 120px;
}

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

/* product size selector */
.product .item .options-wrapper .sizes-selector-wrapper{
    display: inline-block;
    position: relative;
    width: 100%;
    background: #ffffff;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-selector{
    display: block;
    padding: 6px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #d9d9d9;
    width: calc(100% - 110px);
    height: 32px;
    position: relative;
    background: url('../../images/core/triangle-bottom.png') no-repeat 95% ;
    cursor: pointer;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-selector span.size-text {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 14px;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-selector:after{
    position: absolute;
    content: "\e60a";
    content: none;
    font-family: 'NBIcon', sans-serif;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%)rotate(90deg);
    -moz-transform: translateY(-50%)rotate(90deg);
    -ms-transform: translateY(-50%)rotate(90deg);
    -o-transform: translateY(-50%)rotate(90deg);
    transform: translateY(-50%)rotate(90deg);
    -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 .item .options-wrapper .product-sizes.quantity-active {
    text-align: center;
}

.product .item .options-wrapper .product-sizes.quantity-active .btn.buyButtonOnLists{
    position: static;
    display: inline-block;
    vertical-align: top;
}

.product .item .options-wrapper .sizes-selector-wrapper.active .sizes-selector:after{
    -webkit-transform: translateY(-50%)rotate(-90deg);
    -moz-transform: translateY(-50%)rotate(-90deg);
    -ms-transform: translateY(-50%)rotate(-90deg);
    -o-transform: translateY(-50%)rotate(-90deg);
    transform: translateY(-50%)rotate(-90deg);
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper{
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    opacity: 0;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product .item .options-wrapper .sizes-selector-wrapper.active .sizes-btn-wrapper{
    height: inherit;
    opacity: 1;
    pointer-events: all;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item {
    width: 25%;
    border-radius: 0px;
    float: left;
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
    border-width: 0 1px 1px 0;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item {
    width: 25%;
    border-radius: 0px;
    float: left;
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
    border-width: 0 1px 1px 0;
}

.product .item .options-wrapper:not(.product-sizes-v2,.product-sizes-v3) .sizes-selector-wrapper .sizes-btn-wrapper .item:nth-child(4n) {
    border-right: 0;
}

/* product size version 2 */
.product .item .options-wrapper.product-sizes-v2 {
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.75);
    border: none;
}

.product .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper {
    background: transparent;
}

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

.product .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper {
    position: static;
    border: none;
    text-align: center;
    display: table;
    opacity: 1;
    background: transparent;
}

.product .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper .item {
    width: auto;
    padding: 0 3px;
    min-width: 32px;
    border-width: 1px !important;
    margin: 0 -1px -1px 0;
    float: none;
    display: inline-block;
}

.product .item .options-wrapper.product-sizes-v2 .product-sizes .btn.buyButtonOnLists ,
.product .item .options-wrapper.product-sizes-v2 .product-sizes .btn.buyButtonOnLists-soonSale {
    position: static;
    margin: auto;
    display: block;
}

.product .item .options-wrapper.product-sizes-v2 .sizes-selector-wrapper .sizes-btn-wrapper {
    border: none;
}

.product .item .options-wrapper.product-sizes-v2 .product-sizes .sizes-selector-wrapper .sizes-btn-wrapper:after {
    content: none;
}

/* product size version 3 */
.product .item .options-wrapper.product-sizes-v3,
.product .item .text-wrapper &gt; .options-wrapper.product-sizes-v3 {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    background: transparent;
    border: none;
    display: inline-block;
    width: auto;
    opacity: 1;
}

.product .item .options-wrapper.product-sizes-v3 .product-sizes .btn.buyButtonOnLists ,
.product .item .options-wrapper.product-sizes-v3 .product-sizes .btn.buyButtonOnLists-soonSale {
    position: static;
    pointer-events: none;
}

.product .item .options-wrapper.product-sizes-v3 .sizes-selector-wrapper {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform:  translate(-50%,-100%);
    -moz-transform:  translate(-50%,-100%);
    -ms-transform:  translate(-50%,-100%);
    -o-transform:  translate(-50%,-100%);
    transform:  translate(-50%,-100%);
    width: 210px;
    padding: 10px;
    cursor: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product .item.active .options-wrapper.product-sizes-v3 .sizes-selector-wrapper {
    opacity: 1;
    pointer-events: all;
}

.product .item .options-wrapper.product-sizes-v3 .sizes-selector-wrapper:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    left: calc(50% - 10px);
    border-bottom-width: 0;
    bottom: -9px;
}

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

.product .item .options-wrapper.product-sizes-v3 .sizes-selector-wrapper .sizes-btn-wrapper {
    position: static;
    opacity: 1;
    border: none;
}

.product .item .options-wrapper.product-sizes-v3 .sizes-selector-wrapper .sizes-btn-wrapper .item {
    width: calc(20% - 10px);
    border: 1px solid transparent;
    margin: 4px;
    line-height: 28px;
    height: 28px;
    position: relative;
}

.product .item .options-wrapper.product-sizes-v3 .sizes-selector-wrapper .sizes-btn-wrapper .item:hover {
    border: 1px solid #cccccc;
}

.product .item .options-wrapper.product-sizes-v3 .sizes-selector-wrapper .sizes-btn-wrapper .item:not(:nth-child(5n)):after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 1px;
    height: calc(100% + 10px);
    background: #cccccc;
}

.product .item .options-wrapper.product-sizes-v3 .sizes-selector-wrapper .input-quantity-wraper {
    position: relative;
}

.product .item .options-wrapper.product-sizes-v3 .sizes-selector-wrapper .input-quantity-wraper .form-group {
    margin: 10px 0 0;
}

.product .item .options-wrapper.product-sizes-v3 .sizes-selector-wrapper .input-quantity-wraper .add-to-cart-button {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 34px;
    line-height: 22px;
}

.product .item .options-wrapper.product-sizes-v3 .product-sizes {
    width: auto;
    display: inline-block;
    cursor: pointer;
    z-index: 10;
}

.options-wrapper.product-sizes-v3 .product-list-quantity-wrapper {
    display: none;
}

.product-sizes .item.disabled{
    color: #4a4b5c;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 2px 8px;
    background: #d9d9d9;
    font-size: 12px;
}

.product-sizes .item{
    margin-bottom: 2px;
    color: #4a4b5c;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 12px;
}

.profile-favorite-products .product .item .text-wrapper{
    height: 245px;
}

.profile-favorite-products .product .item .text-wrapper .title{
    height: auto;
}

/* Options wrapper */
.product .color-wrapper .item {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px;
}

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

.product .color-wrapper .item.active {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    border: 1px solid #000000;
}

/* List view of a item */
.product-listing .product-item .img-wrapper .caption-icons i {
    color: #ffffff;
    font-size: 20px;
}

.favorite.active i:before {
    color: #2c5a8e;
}

.product-listing .product-item .img-wrapper .caption-icons span{
    display: none;
}

.product-listing .loader-wrapper{
    top: 40px;
    left: -10px;
}

/* Product thumb slider */
.thumbs-slider {
    position: relative;
}
.thumbs-slider .heading-wrapper {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
}

.thumbs-slider .heading-wrapper .title {
    font-size: 12px;
    text-align: center;
    text-transform: inherit;
    line-height: 12px;
    height: 12px;
    margin: 0;
}

.thumbs-slider .slider-navigation-absolute .slider-next {
    margin-right: -15px;
}

.thumbs-slider .slider-navigation-absolute .slider-prev {
    margin-left: -15px;
}

.thumbs-slider .slider-navigation-absolute .slider-arrow i {
    font-size: 15px;
}

/*Overlay main*/
.product-item-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 10;
    text-align: left;
}

.products-detail-wrapper .product-image-wrapper .product-item-overlay{
    pointer-events: none;
}

/* Details od a product */ /* ni jedan blok nema ovu klasu*/
.product-horizontal-divider{
    border-bottom: 1px solid #d9d9d9;
    position: absolute;
    width: 100%;
    opacity: 0;
}

.product-horizontal-divider.loaded{
    opacity: 1;
}

.product-details{
    position: relative;
    top: 0;
    padding-top: 45px;
    padding-bottom: 45px;
}
.product-details-info .brand-img{
    display: none;
}
.product-details.move-bottom{
    top: 1000px;
}

.product-details h1{
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1;
    color: #4a4b5c;
}

.product-details label{
    font-weight: 400;
    font-size: 0.9rem;
}

.action-video{
    margin-bottom: 10px;
    color: #727380;
    margin-right: 10px;
    cursor: pointer;
    display: block;
}

.action-video i{
    float: left;
    margin-right: 5px;
    line-height: 1.2;
    font-size: 20px;
}

.action-video.binded-to-tab {
    display: none;
}

.loyalty-user-link{
    font-size: 12px;
    color: #939393;
}
.modal .product-details-price .action-lowerprice{
    display: none;
}

.product-details-price .product-price-loyalty {
    font-size: 30px;
    line-height: 30px;
    color: #4472b4;
}

.product-details-price .product-price-loyalty span.price-title{
    display: block;
    color: #4a4b5c;
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
    text-transform: uppercase;
}

.product-images .product-images-zoom-open{
    display: none;
}

.zoomWindow{
    cursor: -webkit-zoom-in !important;
}/*ne postoji klasa*/

.product-quantity-wrapper {
    display: inline-block;
    float: left;
}

.btn-wrapper {
    display: inline-block;
}

/* Product tabs */
.product-tab .tab-content {
    border: 0 solid #ffffff;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
}

/* Product vertical tabs */
.product-vertical-panel .panel .icon {
    line-height: inherit;
}

/* listing intro */
.product-listing-intro{
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0 10px;
}

.product-listing-intro .title{
    font-size: 20px;
    line-height: 33px;
    height: 33px;
    margin-bottom: 0;
}

/*products listing list description*/
.products-listing .list-description .title,
.products-listing .list-description h1{
    font-size: 16px;
    margin: 10px 0;
}

/* Product detail modal */
.product-attributes-wrapper label span {
    font-size: 15px;
    margin-left: 2px;
}

/* search sugest */
.search-sugest .product-prices {
    height: 70px;
}
/*Ne koristi se*/
.sugest-show-all{
    display: none;
}
/* Slider for no  b2b user */
.no_b2b_user-slider.grid-slider {
    margin-bottom: 0;
}

.no_b2b_user-slider.grid-slider .text-wrapper .title {
    margin: 0;
}

.no_b2b_user-slider.grid-slider .btn-wrapper {
    text-align: left;
    margin: 0 0 20px;
}

/* Comment rate */
.comments .rate-wrapper {
    position: relative;
    line-height: 22px;
    height: 22px;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: block;
}

.comment-content .rate-wrapper {
    position: relative;
    line-height: 18px;
    height: 18px;
    left: 0;
    width: 75px;
    overflow: hidden;
    display: block;
}

.comments .rate-wrapper i.fa,
.comments .rate-wrapper i.icons{
    font-size: 20px;
    width: 20px;
    text-align: center;
}

.comment-content .rate-wrapper i.fa,
.comment-content .rate-wrapper i.icons {
    font-size: 10px;
    width: 15px;
    text-align: center;
}

.comments .rate-wrapper .back-stars,
.comment-content .rate-wrapper .back-stars {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    color: #bbbbbb;
}

.comments .rate-wrapper .front-stars,
.comment-content .rate-wrapper .front-stars {
    color: #3973b5;
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    pointer-events: none;
}
.comments .rate-wrapper .new-rate-action{
    display: none;
}
/*Product comapre details*/
.products-detail-wrapper .product-compare{
    margin-top: 10px;
}
.products-detail-wrapper .product-compare i{
    margin-right: 5px;
}

/* Product compare */
.container-fluid .slider-wrapper.product-slider-wrapper {
    padding: 0 20px;
}

/* Product slider Shop by look*/
.shopbylook-products-wrapper {
    position: sticky;
    top: 40px;
    left: 0;
}

/* Product list slider */
.product-list-slider-wrapper .item img.mobile-img {
    display: none;
}

/*main producct slider*/
.no-gallery .slider.product-main .slider-init &gt; .slick-list &gt; .slick-track,
.no-gallery .slider.product-main .slider-init &gt; .slick-list &gt; .slick-track .item {
    display: block;
    width: 100% !important;
}

/* Thumbs of a product */
.slider.product-images-thumbs{
    position: relative;
    margin-top: 4px;
    margin-bottom: 20px;
    opacity: 1;
}

.slider.product-images-thumbs.loaded{
    opacity: 1;
}

.slider.product-images-thumbs .item{
    cursor: pointer;
    border: 1px solid #ffffff;
}

.slider.product-images-thumbs .slider-prev,
.slider.product-images-thumbs .slider-next{
    top: 0;
    width: 25px;
    padding: 5px 0;
    height: 100%;
    font-size: 0.5rem;
    display: none;
    color: #ffffff;
}

.slider.product-images-thumbs .slider-prev{
    float: left;
}

.slider.product-images-thumbs .slider-next{
    float: right;
    text-align: right;
}

.slider.product-images-thumbs .slider-prev:hover,
.slider.product-images-thumbs .slider-next:hover{
    color: #ffffff;
}

.slider.product-images-thumbs .slider-prev:before,
.slider.product-images-thumbs .slider-next:before{
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 6.5px);
    font-size: 14px;
}

.slider.product-images-thumbs .slider-arrow i {
    font-size: 20px;
    cursor: pointer;
}

.slider.product-images-thumbs.show-controls .slider-wrapper{
    padding: 0 25px;
}

.slider.product-images-thumbs.show-controls .slider-prev,
.slider.product-images-thumbs.show-controls .slider-next{
    display: block;
    top: 0;
}

.slider.product-images-thumbs.show-controls .slider-navigation-absolute{
    left: 0;
}

.slider.product-images-thumbs .slider-init{
    padding:0;
}

.vertical-product-images .slider.product-images-thumbs .slider-init {
    padding: 0;
}

.slider.product-images-thumbs .slider-navigation-absolute,
.slider.product-images-thumbs .slick-list {
    z-index: 10;
}

.product-gallery-wrapper .product-images-thumbs .item .img-wrapper.video {
    position: relative;
}

.product-gallery-wrapper .product-images-thumbs .item .img-wrapper.video:after{
    content: "\f16a";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 40px;
    color: #f71500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.5;
    pointer-events: none;
}

.product-gallery-wrapper .product-images-thumbs .item:hover .img-wrapper.video:after {
    opacity: 1;
}

/* Thumbs vertical of a product */
.product-gallery-wrapper .product-images-thumbs-vertical .item{
    cursor: pointer;
}
.product-gallery-wrapper .product-images-thumbs-vertical .item.slick-current.slick-active{
    opacity: 0.7;
}

.product-gallery-wrapper .product-images-thumbs-vertical .item .img-wrapper.video {
    position: relative;
}

.product-gallery-wrapper .product-images-thumbs-vertical .item .img-wrapper.video:after {
    content: "\f16a";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 40px;
    color: #f71500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.5;
    pointer-events: none;
}

.product-gallery-wrapper .product-images-thumbs-vertical .item:hover .img-wrapper.video:after {
    opacity: 1;
}

/* Product detail quantity */
.product-quantity{
    position: relative;
    width: 35px;
    height: 40px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    float: left;
    overflow: hidden;
}

.product-quantity .product-quantity-input {
    font-size: 18px;
    padding: 12px 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
}

.product-quantity .product-quantity-input.animated{
    opacity: 0;
}

.product-quantity .product-quantity-input.active-up{
    top: -100%;
}

.product-quantity .product-quantity-input.active-down{
    top: 100%;
}

.product-quantity .product-quantity-helper-pre,
.product-quantity .product-quantity-helper-post{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 12px 5px;
    font-size: 18px;
    text-align: center;
    opacity: 0;
}

.product-quantity .product-quantity-helper-pre{
    bottom: -100%;
}

.product-quantity .product-quantity-helper-post{
    bottom: 100%;
}

.product-quantity .product-quantity-helper-pre.active,
.product-quantity .product-quantity-helper-post.active{
    display: block;
    opacity: 1;
}

.product-quantity .product-quantity-helper-pre.active{
    bottom: 0;
}

.product-quantity.product-quantity-helper-post.active{
    bottom: 0;
}

/* product quantity info */
.product-quantity-info {
    line-height: 19px;
    font-size: 15px;
    margin-bottom: 10px;
    /*display: none;*/
}

.product-quantity-info span{
    font-weight: 700;
}

/* product detail related */
.product-details-related {
    margin-bottom: 20px;
    border-top: 1px solid #d9d9d9;
    padding-top: 5px;
}

.product-details-related .items {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.product-details-related .items &gt; li {
    padding: 0;
    margin: 4px 5px 4px 0;
    display: inline-block;
}

.product-details-related .items &gt; li &gt; a {
    display: block;
}

.product-details-related .items &gt; li &gt; a &gt; img {
    max-width: 60px;
}

.product-details-related .popover-content {
    padding: 0;
}

.product-details-related .popover-content &gt; img {
    max-width: 100px;
}

.product-details-related .popover {
    max-width: 102px;
}

/* product detail related colors */
.product-details-related-colors {
    display: block;
}

.product-details-related-colors .items-wrapper a {
    display: inline-block;
    margin: 5px 0 0;
}

.product-details-related-colors .items-wrapper .item{
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: inset 0 0 0 5px #ffffff;
    -moz-box-shadow: inset 0 0 0 5px #ffffff;
    box-shadow: inset 0 0 0 5px #ffffff;
    -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-details-related-colors .items-wrapper .item.lighter{
    -webkit-box-shadow: inset 0 0 0 5px #dddddd;
    -moz-box-shadow: inset 0 0 0 5px #dddddd;
    box-shadow: inset 0 0 0 5px #dddddd;
}

.product-details-related-colors .items-wrapper .item:hover,
.product-details-related-colors .items-wrapper .item.active{
    border: 1px solid #000000;
}

/* Listing intro search */
.product-listing-intro .product-intro-input-search{
    /*display: inline-block;*/
    display: none;
    vertical-align: middle;
    float: right;
    margin-right: 20px;
}

.product-list-onerow-simple .product-listing-intro .product-intro-input-search {
    display: inline-block;
}

.product-listing-intro .product-intro-input-search #intro_search {
    padding: 0 5px;
    line-height: 30px;
    height: 34px;
    display: inline-block;
    vertical-align: top;
}

.product-listing-intro .product-intro-input-search .btn-wrapper {
    display: inline-block;
    vertical-align: top;
}

.product-listing-intro .product-intro-input-search .btn-wrapper .btn-search {
    margin: 0;
    padding: 7px 12px;
}

/* Product list rate stars */
.product .rate-wrapper{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product .rate-wrapper .back-stars{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.product .rate-wrapper .front-stars,
.product-detail-rate .rate-wrapper .front-stars {
    width: 75%;
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    overflow: hidden;
    color: #3973b5;
    white-space: nowrap;
}

.product .item:hover .rate-wrapper {
    pointer-events: none;
}

/* Product detail counter */
.product-infobox {
    padding: 0;
    position: absolute;
    top: 30px;
    right: 0;
}

.product-infobox .countdown-timer-wrapper .countdown-label {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    padding: 0 15px;
}

.product-infobox .countdown-timer-wrapper .countdown-timer {
    margin: 0 10px;
    text-align: center;
}

.product-infobox .countdown-timer-wrapper .countdown-timer .item-countdown {
    display: inline-block;
}

.product-infobox .countdown-timer-wrapper .countdown-timer .item-countdown span {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #B3B3B3;
    border-radius: 50%;
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 5px 5px 20px;
    background: #ffffff;
}

.product-infobox .countdown-timer-wrapper .countdown-timer .item-countdown.item-hours span:after,
.product-infobox .countdown-timer-wrapper .countdown-timer .item-countdown.item-minutes span:after {
    content: ':';
    position: absolute;
    top: -1px;
    right: -8px;
}

.product-infobox .countdown-timer-wrapper .countdown-timer .item-countdown span em{
    position: absolute;
    top: 42px;
    left: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Similar products by color */
.similar-products-by-color  {
    display: flex;
    flex-wrap: wrap;
    height: 0;
    padding-bottom: 20%;
    pointer-events: all;
    width: 208px;
    margin: 10px auto;
    max-width: 100%;
}

.similar-products-by-color .show-more-colors {
    width: 20%;
    height: 0;
    flex-shrink: 0;
    line-height: 40px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    position: relative;
    padding-bottom: calc(20% - 2px);
    cursor: pointer;
}

.similar-products-by-color .show-more-colors span {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, calc(-50% + 1px));
    -moz-transform: translate(0%, calc(-50% + 1px));
    -ms-transform: translate(0%, calc(-50% + 1px));
    -o-transform: translate(0%, calc(-50% + 1px));
    transform: translate(0%, calc(-50% + 1px));
    border: 1px solid #cccccc;
    width: 36px;
}

.similar-products-by-color .items-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    z-index: 1;
    justify-content: space-between;
    background: #Ffffff;
}

.similar-products-by-color .items-wrapper.less-items {
    justify-content: center;
}

.similar-products-by-color .items-wrapper .item{
    max-width: 25%;
    width: 36px;
    margin: 0 calc(12.5% - 18px) 3px;
}

/* Similar products by color list-v2 */
.list-view-v2 .similar-products-by-color {
    margin: 0;
    padding-bottom: 50%;
    position: relative;
}

.list-view-v2 .similar-products-by-color .items-wrapper {
    width: 100%;
    justify-content: left;
    pointer-events: none;
}

.list-view-v2 .similar-products-by-color .items-wrapper .item {
    margin: 0;
    height: auto;
    width: 25%;
    pointer-events: all;
}

.list-view-v2 .similar-products-by-color .show-more-colors {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
}

.list-view-v2 .similar-products-by-color .show-more-colors span {
    -webkit-transform: translate(0%, calc(-50% - 5px));
    -moz-transform: translate(0%, calc(-50% - 5px));
    -ms-transform: translate(0%, calc(-50% - 5px));
    -o-transform: translate(0%, calc(-50% - 5px));
    transform: translate(0%, calc(-50% - 5px));
    width: 100%;
}

/* Similar product by color slider */
.similar-products-by-color-slider {
    margin: -69px 0 0;
    opacity: 0;
}

.product-slider .similar-products-by-color-slider {
    margin: -54px 0 0;
}

.product .item:hover .similar-products-by-color-slider {
    opacity: 1;
    margin: -15px 0 5px;
}

.product .item.have-similar-product-slider {
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    -ms-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}

.product .item.have-similar-product-slider:hover {
    margin-bottom: -50px;
}

/*Supplies product detail*/
.product-supplies{
    font-size: 14px;
    color: #949494;
    margin-bottom: 20px;
}

.quantity-segment{
    display: inline-block;
}

.quantity-segment span{
    display: inline-block;
    float: left;
    width: 30px;
    height: 12px;
    margin: 0;
    padding: 0;
    border-top: #eaeaea 1px solid;
    border-bottom: #eaeaea 1px solid;
    border-left: #eaeaea 1px solid;
}
.quantity-segment span:nth-child(1){
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;

    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #f03435 , #e88449); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f03435, #e88449); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f03435, #e88449); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f03435 , #e88449); /* Standard syntax */
}
.quantity-segment span:nth-child(2){
    background: orange; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #e88449 , #c7ca5b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #e88449, #c7ca5b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #e88449, #c7ca5b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #e88449 , #c7ca5b); /* Standard syntax */
}
.quantity-segment span:nth-child(3){
    background: yellow; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #c7ca5b , #c2d86a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #c7ca5b, #c2d86a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #c7ca5b, #c2d86a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #c7ca5b , #c2d86a); /* Standard syntax */
}
.quantity-segment span:last-child{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-right: #eaeaea 1px solid;
    background: green; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #c2d86a , #b6d458); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #c2d86a, #b6d458); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #c2d86a, #b6d458); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #c2d86a , #b6d458); /* Standard syntax */
}

/* Product allow to buy */
.product-allowed-buy-wrapper{
    display: none;
}

.product-listing .product-allowed-buy-wrapper{
    display: none;
}

/* prikazivanje indikatora za zalihe po velicinama */
.text-freedelivery{
    display: block;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding:0 10px;
    color: #000000;
}
.text-freedelivery span{
    position: relative;
}
.text-freedelivery span:before{
    content: '+';
    position: absolute;
    left: -10px;
    font-size: 14px;
}

.year-info-wrapper{
    display: none;
}

.filters-choice{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #c1c1c1;
    cursor: pointer;
}

.products-detail-wrapper-v2 .filters-choice{
    display: inline-block;
    padding: 0 5px;
    border: none;
    cursor: pointer;
    color: #4a4b4c;
    position: relative;
    font-size: 13px;
}

.products-detail-wrapper-v2 .filters-choice:first-child{
    padding-left: 0;
}

.products-detail-wrapper-v2 .filters-choice:before{
    content: '';
    position: absolute;
    right: -2px;
    top: 3px;
    height: 13px;
    width: 1px;
    background: #3973b5;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.products-detail-wrapper-v2 .filters-choice:last-child:before{
    display: none;
}

.filters-choice.active{
    background-color: #3973b5;
    color: #ffffff;
    border-color: #3973b5;
}

.products-detail-wrapper-v2 .filters-choice.active{
    background-color: transparent;
    color: #3973b5;
}
.products-detail-wrapper-v2 .product-detail-buy{
    float: left;
    margin-bottom: 20px;
}
.products-detail-wrapper-v2 .product-detail-buy .title{
    display: none;
}

/*Shop by look*/
.shopbylook-products-wrapper .product .item .options-wrapper{
    display: inline-block;
}

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

.product-list-slider-button-wrapper{
    display: none;
}

/*Vracen css*/
.modal-quick-view .product-attributes-wrapper {
    margin-bottom: 0;
}

.modal-quick-view .product-details .favorite {
    margin-bottom: 20px;
    display: none;
}
/*Skloniti CSS sa caption-discount-a kako bi se prikazala slika*/
.product .item .caption-discount.custom-brand-img,
.product-details .caption-discount.custom-brand-img{
    width: auto;
    height: auto;
    background: transparent;
    background-image: none;
}
/*TOP10*/
.top-ten-list{

}
.top-ten-list.product .item .caption-icons{
    bottom: 40px;
}
.top-numeric-value{
    position: absolute;
    bottom: -10px;
    right: 0;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    background: #ca0b0a;
    line-height: 50px;
    width: 50px;
    text-align: center;
    z-index: 20;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.55);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.55);
}
/*TOP10 End*/

.type-view-onerow-v3{

}
.type-view-onerow-v3.product .product-item.item{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}
.type-view-onerow-v3.product .product-item.item:hover{
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #eaeaea;
}
/*Slika*/
.type-view-onerow-v3.product .product-item.item .img-wrapper{
    border-bottom: 0 !important;
}

.type-view-onerow-v3.product .product-item.item .caption-brand{
    bottom: -25px;
}
/*TExt deo*/
.type-view-onerow-v3 .product-item .product-text-wrapper .title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    color: #000000;
}
.type-view-onerow-v3 .product-item .product-text-wrapper .product-code-wrapper{
    margin-bottom: 30px;
}
.type-view-onerow-v3 .product-item .product-text-wrapper .category-wrapper .category,
.type-view-onerow-v3 .product-item .product-text-wrapper .product-code-wrapper .text{
   font-size: 15px;
    text-transform: uppercase;
    color: #808080;
}

.type-view-onerow-v3 .product-item .product-text-wrapper table th{
    font-size: 16px;
}
.type-view-onerow-v3 .product-item .product-text-wrapper table td{
    font-size: 12px;
}
.type-view-onerow-v3 .product-item .product-text-wrapper table td.left-text{
    color: #000000;
}
.type-view-onerow-v3 .product-item .product-text-wrapper table td.right-text{
    text-align: right;
    color: #808080;
}
.type-view-onerow-v3 .product-item .product-text-wrapper .product-attrbite-table{
    margin-bottom: 20px;
}

.type-view-onerow-v3 .product-item .product-see-more i{
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    height: 26px;
    width: 26px;
    line-height: 24px;
    text-align: center;
    background: #f3f3f3;
    margin-right: 5px;
    color: #0078bd;
    font-size: 16px;
    vertical-align: top;
}

.list-product-items-wrapper .text-wrapper{
    display: none;
}

.type-view-onerow-v3 .product-item .list-product-info-wrapper .fav-compare-wrapper .favorite,
.type-view-onerow-v3 .product-item .list-product-info-wrapper .fav-compare-wrapper .product-compare a{
    font-size: 12px;
    color: #000000;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .fav-compare-wrapper i{
    margin-right: 20px;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .product-availability-wrapper{
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 12px;
    background: #f8f8f8;
    color: #808080;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .product-availability-wrapper .text-title{
    color: #000000;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .product-availability-wrapper .icon-available{
    height: 20px;
    width: 20px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    text-align: center;
    position: relative;
    vertical-align: middle;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .product-availability-wrapper .icon-available i{
    height: 7px;
    width: 7px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .product-availability-wrapper .icon-available i.red{
    background: #ef3737;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .product-availability-wrapper .icon-available i.green{
    background: #89c03c;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .prices-wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #808080;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .prices-wrapper .prev-price{
    text-decoration: line-through;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .prices-wrapper .current-price{
    font-size: 24px;
    color: #0078bd;
    margin: 5px 0;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .prices-wrapper .price-discount,
.type-view-onerow-v3 .product-item .list-product-info-wrapper .prices-wrapper .price-discount span.text{
    display: inline-block;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .buttons-wrapper .btn.btn-primary,
.type-view-onerow-v3 .product-item .list-product-info-wrapper .buttons-wrapper .buyButtonOnLists ,
.type-view-onerow-v3 .product-item .list-product-info-wrapper .buttons-wrapper .buyButtonOnLists-soonSale {
    text-transform: none;
    font-size: 13px;
    border-radius: 5px;
    padding: 1px 55px;
    display: block;
    white-space: break-spaces;
    margin-bottom: 10px;
    height: 38px;
    overflow: hidden;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .buttons-wrapper .btn.not-available{
    background: #ef3737;
}
.type-view-onerow-v3 .product-item .list-product-info-wrapper .buttons-wrapper .btn.show-alternative{
    vertical-align: baseline;
    padding: 8px 55px;
    font-size: 14px;
}
.type-view-onerow-v3.product .product-item:hover .options-wrapper {
    display: block;
}
.type-view-onerow-v3.product .product-item .options-wrapper.product-sizes-v3,
.type-view-onerow-v3.product .product-item .options-wrapper.product-sizes-v3 .product-sizes,
.type-view-onerow-v3.product .product-item .options-wrapper.product-sizes-v3 .product-sizes .btn.buyButtonOnLists,
.type-view-onerow-v3.product .product-item .options-wrapper.product-sizes-v3 .product-sizes .btn.buyButtonOnLists-soonSale{
    width: 100%;
}
.type-view-onerow-v3.product .product-item .options-wrapper.product-sizes-v3 .product-sizes .btn.buyButtonOnLists &gt; span,
.type-view-onerow-v3.product .product-item .options-wrapper.product-sizes-v3 .product-sizes .btn.buyButtonOnLists-soonSale &gt; span{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}
.type-view-onerow-v3.product .product-item .options-wrapper.product-sizes-v3 .sizes-inner-wrapper {
    display: inline-block;
    height: auto;
    max-height: 150px;
    overflow: auto;
    width: 100%;
}
.type-view-onerow-v3.product .product-item .options-wrapper.product-sizes-v3 .sizes-selector-wrapper{
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    width: 100%;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper:after{
    background: transparent;
    height: 0;
}

.product-item:hover .product-description-hover,
.product-description-hover,
.product-item .product-description-hover{
    display: none;
}

.caption-list-name{
    display: none;
}

.items-wrapper .remove-all-tags .remove-all-tags-text{
    display: none;
}

/*Discount*/
.product .item .caption-discount.sum-discount .icon-plus{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.product .item .caption-discount.style1{
    width: 60px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    font-size: 14px;
}
.product .item .caption-discount.sum-discount.style1 .icon-plus{
    top: 24px;
}
.product .item .caption-discount.sum-discount.style1 .text-discount{
    background: #000000;
    display: block;
    border-radius: 10px;
}


.product .item .caption-discount.style2,
.product-details .caption-discount.style2{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
}
.product-details .caption-discount.style2{
    width: 46px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
}

.product .item .caption-discount.style3{
    width: 60px;
    height: 36px;
    border-radius: 0;
}
.product .item .caption-discount.style4{
    top: -5px;
    right: -27px;
    width: 80px;
    border-radius: 0;
    height: 40px;
    line-height: 44px;
    -ms-transform: rotate(20deg);
    transform: rotate(
            45deg
    );
}
.product .item .caption-discount.sum-discount.style4 .icon-plus{
    top: 35px;
}

.product .item .caption-discount.sum-discount.style4  .text-discount{
    background: #000000;
    display: block;
    margin-top: -4px;
    height: 30px;
    line-height: 30px;
    width: 200%;
    left: -50%;
    position: absolute;
    z-index: -1;
}

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

.product .item .caption-discount.style5,
.product-details .caption-discount.style5{
    right: 0;
    width: 60px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    font-size: 20px;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
}
.product-details .caption-discount.style5{
    width: 70px;
}

/*Discount End*/

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

.product .item .prices-wrapper .current-price span.up-to{
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 400;
}

.toggle-banner .toggle-button {
    height: auto;
    width: 100px;
    background: #3683cd;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 10px 20px 10px 10px;
    text-align: center;
    cursor: pointer;
}

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

.toggle-banner .toggle-button i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.toggle-banner .toggle-button.expand i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle-banner {
    position: fixed;
    top: 400px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 308px;
    z-index: 1000;
}

.toggle-banner .sidebar-info{
    float: none;
    border: 0;
}
.toggle-banner .icon-question{
    display: none;
}


.toggle-banner .item.closed {
    width: auto;
    height: auto;
    opacity: 0;
    pointer-events: none;
}

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

.block-rate-wrapper{
    display: none;
}
.product-item .text-wrapper .collection-attributs{
    display: none;
}

.price-reducted,
.products-detail-wrapper-v2 .product-details-price .prev-price.price-reducted,
.product-details-price .prev-price.price-reducted{
    text-decoration: line-through;
}


/* product price description */
.product-list-price-description {
    display: inline-block;
}

.slick-slide .product-list-price-description {
    position: absolute;
    top: 140px;
    left: 0;
}

.product-list-price-description .item {
    display: inline-block;
    line-height: 22px;
    height: 22px;
    vertical-align: middle;
    font-size: 10px;
    letter-spacing: -1px;
}

.product-list-price-description .item .value {
    display: inline-block;
    min-width: 15px;
    height: 22px;
    text-align: center;
}

.product-list-price-description .item.item-iskoriscenje .value {
    background: #000000;
    position: relative;
    color: #ffffff;
    margin-right: 5px;
}

.product-list-price-description .item.item-iskoriscenje .value:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 6px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: 0;
    right: -6px;
}

.product-list-price-description .item.item-prianjanje .value {
    background: #000000;
    position: relative;
    color: #ffffff;
    margin-right: 5px;
}

.product-list-price-description .item.item-prianjanje .value:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 6px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: 0;
    right: -6px;
}
.product .item .text-wrapper .price-info{
    display: none;
}

.product .product-item .discount-add-text,
.product-item-overlay .discount-add-text{
    display: none;
}

.text-span-wrapper{
    display: none;
}

.current-price-title {
    display: none;
}

/* Product banners */
.product-listing .product-item.product-banner_v1 {
    margin: 0;
}

.product-listing .product-item.product-banner_v1 .item-data {
    padding: 0 10px;
}

.product-listing .product-item.product-banner_v1 div {
    height: 100%;
}

.product-listing .product-item.product-banner_v1 img.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-listing .product-item.product-banner_v1.have-template img.img-responsive {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product-listing .product-item.product-banner_v1 .banner-btn-wrapper {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    height: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
</pre></body></html>