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

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


.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: 10px;
    right: 10px;
    z-index: 15;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #dd1c37;
    font-size: 16px;
    border-radius: 50%;
    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{
    -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 .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 .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.old-price-on-listing,
.product .item .text-wrapper .prices-wrapper .prev-price.min-last-price{
    text-decoration: line-through;
}

.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;
}

.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;
    text-align: center;
}

.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;
}

.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;
}


/* product-slider */
.lists-tabs .tab-content > .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 .slider-init {
    margin-bottom: 20px;
}

.product-slider > .slider-init > .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;
}


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

.product-slider > .slider-navigation-absolute > * {
    pointer-events: all;
    cursor: pointer;
}

/* 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 > .slider-init > .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 {
    z-index: 98;
}

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

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

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

.product-listing .category-description .title{
    display: none;
}

.product-listing .category-description .text-wrapper {
    height: auto;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
}

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

.product-item .img-wrapper .caption-icons .quick-view .icon:before{
    content: url("../../images/dexyco_v2021/detaljnije.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
}

.product-item .img-wrapper .caption-icons .favorite .icon:before{
    content: url("../../images/dexyco_v2021/omiljeno_proizvod.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
}

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

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

.action-lowerprice:before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    background: url(../../images/dexyco_v2021/snizenje.svg);
    width: 20px;
    height: 20px;
    display: block;
}

.product-slider .slick-slide{
    padding: 0 10px;
}

.product-image-wrapper .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;
    pointer-events: all;
}

.product-image-wrapper .caption-discount .icon-plus {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    bottom: -5px;
}

.product-image-wrapper .caption-discount .icon-plus:before {
    content: '';
    background: url("../../../../_static/images/dexyco_v2021/plus.svg");
    width: 10px;
    height: 10px;
    display: block;
}

.product-image-wrapper .caption-discount .text-discount{
    display: block;
}

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

.product-model{
    font-size: 14px;
    color: #808080;
    margin-bottom: 30px;
}

/*Discount*/
.product .item .caption-discount.sum-discount .icon-plus{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    top: 20px;
}
.product .item .caption-discount.sum-discount .icon-plus:before{
    content: '';
    background: url("../../images/dexyco_v2021/plus.svg");
    width: 10px;
    height: 10px;
    display: block;
}
.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;
}

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

.product .item .characteristic-wrapper{
    display: none;
}
.product-item .text-wrapper .collection-attributs{
    display: none;
}
.summary-table-step .additonal-text-headline{
    display: none;
}
/*Discount End*/

.product-detail-buy .product-quantity .product-quantity-helper-pre, .product-detail-buy .product-quantity .product-quantity-helper-post{
    display: none !important;
}
.product-detail-buy .product-quantity .product-quantity-input.active-up{
    top: 0;
}

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

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

.split-order-tabs .slider-arrow i {
    position: relative;
    top: 10px;
    font-size: unset;
    background: unset;
    border: unset;
    width: unset;
    height: unset;
    border-radius: unset;
    transform: unset;
}

.split-order-tabs .slider-prev i:before {
    content:  url("../../images/core/arrow_l.png");
}

.split-order-tabs .slider-next i:before {
    content:  url("../../images/core/arrow_r.png");
}

.order-status-info {
    margin-bottom: 30px;
}

.view-order-status-form-wrapper .ordered-products {
    margin: 30px 0;
}

.split-order-tabs .info-wrapper .icon {
    content:  url("../../images/core/split-order-info.svg");
}

/* Change sizes on cart */
.popup-sizes-wrapper .sizes-wrapper .item{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    border: 1px solid #d9d9d9;
    text-align: center;
    cursor: pointer;
    margin-bottom: 3px;
    padding: 0 2px;
}
.popup-sizes-wrapper {
    position: absolute;
    height: auto;
    max-width: 300px;
    width: 300px;
    background: #ffffff;
    padding: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    display: none;
    min-height: 110px;
    z-index: 1;
}
.popup-sizes-wrapper.active{
    display: block;
}
.popup-sizes-wrapper .sizes-wrapper .item{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    border: 1px solid #d9d9d9 !important;
    text-align: center;
    cursor: pointer;
    margin-bottom: 3px;
}
.popup-sizes-wrapper .sizes-wrapper {
    max-height: 100px;
    overflow: auto;
}
.popup-sizes-wrapper .sizes-wrapper .item.disabled{
    color: #d9d9d9;
    background: #fff;
    border-color: #d9d9d9;
}
.popup-sizes-wrapper .sizes-wrapper .item:not(.disabled):hover{
    border: 1px solid #000000;
}
.change-cart-size{
    cursor: pointer;
    display: block;
    text-decoration: underline;
}
.change-cart-size:hover{
    text-decoration: underline;
}
.popup-sizes-wrapper .sizes-filters{
    margin-bottom: 5px;
}
.popup-sizes-wrapper .filters-choice{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #c1c1c1;
    cursor: pointer;
    pointer-events: all;
}
.popup-sizes-wrapper .filters-choice{
    display: inline-block;
    padding: 0 5px;
    border: none;
    cursor: pointer;
    color: #000000;
    position: relative;
    font-size: 13px;
}
.popup-sizes-wrapper .filters-choice:first-child{
    padding-left: 0;
}
.popup-sizes-wrapper .filters-choice:before{
    content: '';
    position: absolute;
    right: -2px;
    top: 3px;
    height: 13px;
    width: 1px;
    background: #000000;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.popup-sizes-wrapper .filters-choice:last-child:before{
    display: none;
}
.popup-sizes-wrapper .filters-choice.active{
    pointer-events: all;
    background-color: transparent;
    color: #000000;
}
.popup-sizes-wrapper .sizes-wrapper .item.size-item.active-size{
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.popup-sizes-wrapper .filters-choice.active{
    color: #000;
}
.popup-sizes-wrapper .sizes-wrapper .item{
    border: 1px solid #d9d9d9;
}

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


/* Change sizes on cart */
.popup-sizes-wrapper .sizes-wrapper .item{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    border: 1px solid #d9d9d9;
    text-align: center;
    cursor: pointer;
    margin-bottom: 3px;
    padding: 0 2px;
}
.popup-sizes-wrapper {
    position: absolute;
    height: auto;
    max-width: 300px;
    width: 300px;
    background: #ffffff;
    padding: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    display: none;
    min-height: 110px;
    z-index: 1;
}
.popup-sizes-wrapper.active{
    display: block;
}
.popup-sizes-wrapper .sizes-wrapper .item{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    border: 1px solid #d9d9d9 !important;
    text-align: center;
    cursor: pointer;
    margin-bottom: 3px;
}
.popup-sizes-wrapper .sizes-wrapper {
    max-height: 100px;
    overflow: auto;
}
.popup-sizes-wrapper .sizes-wrapper .item.disabled{
    color: #d9d9d9;
    background: #fff;
    border-color: #d9d9d9;
}
.popup-sizes-wrapper .sizes-wrapper .item:not(.disabled):hover{
    border: 1px solid #000000;
}
.change-cart-size{
    cursor: pointer;
    display: block;
    text-decoration: underline;
}
.change-cart-size:hover{
    text-decoration: underline;
}
.popup-sizes-wrapper .sizes-filters{
    margin-bottom: 5px;
}
.popup-sizes-wrapper .filters-choice{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #c1c1c1;
    cursor: pointer;
    pointer-events: all;
}
.popup-sizes-wrapper .filters-choice{
    display: inline-block;
    padding: 0 5px;
    border: none;
    cursor: pointer;
    color: #000000;
    position: relative;
    font-size: 13px;
}
.popup-sizes-wrapper .filters-choice:first-child{
    padding-left: 0;
}
.popup-sizes-wrapper .filters-choice:before{
    content: '';
    position: absolute;
    right: -2px;
    top: 3px;
    height: 13px;
    width: 1px;
    background: #000000;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.popup-sizes-wrapper .filters-choice:last-child:before{
    display: none;
}
.popup-sizes-wrapper .filters-choice.active{
    pointer-events: all;
    background-color: transparent;
    color: #000000;
}
.popup-sizes-wrapper .sizes-wrapper .item.size-item.active-size{
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.popup-sizes-wrapper .filters-choice.active{
    color: #000;
}
.popup-sizes-wrapper .sizes-wrapper .item{
    border: 1px solid #d9d9d9;
}

.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 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%);
}
.inline-price-wrapper {
    height: 75px;
}
.product-item.item .info-wrapper .prices-wrapper.inline-price,
.product-item.item .text-wrapper .prices-wrapper.inline-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    height: unset;
}
.product-item.item .info-wrapper .prices-wrapper.inline-price .prev-price-third,
.product-item.item .text-wrapper .prices-wrapper.inline-price .prev-price-third {
    width: calc(100% - 10px);
}
.prices-wrapper.inline-price .prev-price:not(.prev-price-third) {
    padding-left: 10px;
}
.prices-wrapper.inline-price .prev-price:not(.prev-price-third):before{
    content: '/';
    position: absolute;
    left: 0px;
}
.product .product-list-stickers {
    min-height: 26px;
}
.inline-price-wrapper .discount-wrapper {
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 3px;
    font-size: 13px;
    position: relative;
}
.caption-product-list a.item.text-view {
    font-size: 13px;
    line-height: 16px;
    padding: 7px 10px;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    width: fit-content;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border: 1px solid #000;
}

#formElementHolderlp_stickerStyle label span{
    padding: 0 10px;
    margin-right: -10px;
    border: 1px solid transparent;
}

.caption-product-list a.item.text-view span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

/*Stilovi za razlicite tipove listi*/

#formElementHolderlp_stickerStyle.green label span,
.caption-product-list a.item.text-view.green {
    border-color: #6B9F32;
    color: #6B9F32;
}

#formElementHolderlp_stickerStyle.light-green label span,
.caption-product-list a.item.text-view.light-green {
    border-color: #a4d9a0;
    color: #a4d9a0;
}

#formElementHolderlp_stickerStyle.blue label span,
.caption-product-list a.item.text-view.blue {
    border-color: #3E8BC8;
    color: #3E8BC8;
}

#formElementHolderlp_stickerStyle.light-blue label span,
.caption-product-list a.item.text-view.light-blue {
    border-color: #77b9ed;
    color: #77b9ed;
}

#formElementHolderlp_stickerStyle.dark-orange label span,
.caption-product-list a.item.text-view.dark-orange {
    border-color: #E9651F;
    color: #E9651F;
}

#formElementHolderlp_stickerStyle.light-orange label span,
.caption-product-list a.item.text-view.light-orange {
    border-color: #f4ccb0;
    color: #f4ccb0;
}

#formElementHolderlp_stickerStyle.orange label span,
.caption-product-list a.item.text-view.orange {
    border-color: #FFB000;
    color: #FFB000;
}

#formElementHolderlp_stickerStyle.purple label span,
.caption-product-list a.item.text-view.purple {
    border-color: #512B86;
    color: #512B86;
}

#formElementHolderlp_stickerStyle.white label span,
.caption-product-list a.item.text-view.white {
    border-color: #ffffff;
    color: #ffffff;
}

#formElementHolderlp_stickerStyle.black label span,
.caption-product-list a.item.text-view.black {
    border-color: #000000;
    color: #000000;
}

#formElementHolderlp_stickerStyle.red label span,
.caption-product-list a.item.text-view.red {
    border-color: #E23034;
    color: #E23034;
}

#formElementHolderlp_stickerStyle.dark-red label span,
.caption-product-list a.item.text-view.dark-red {
    border-color: #ad302a;
    color: #ad302a;
}
#formElementHolderlp_stickerStyle.smu label span,
.caption-product-list a.item.text-view.smu {
    border-color: #FFD881;
    color: #000;
    background: #FFD881;
}
.product-list-stickers .items-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-list-stickers .items-wrapper .item {
    font-size: 13px;
    margin-right: 15px;
}

.product-list-stickers .items-wrapper .item:last-child {
    margin-right: 0;
}

.product-list-stickers .items-wrapper .item:before{
    content: '/';
    position: absolute;
    right: -10px;
}

.product-list-stickers .items-wrapper .item:last-child:before{
    content: '';
}
.caption-product-list .item-image-name-sticker {
    display: flex;
    align-items: center;
}

.product-image-wrapper .caption-product-list a.item-image-name-sticker,
.product .item .caption-product-list a.item-image-name-sticker {
    width: auto;
    background: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    padding: 3px 5px;
    box-shadow: 2px 3px 4px #00000045;
    max-width: 110px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.product-image-wrapper .caption-product-list a.item-image-name-sticker img,
.product .item .caption-product-list a.item-image-name-sticker img {
    max-width: 15px;
    flex-shrink: 0;
}
.register-benefits-wrapper .subtitle {
    display: none;
}
.ncx-mob-cart-default-heading {
    display: none;
}
.confirm-cart-list-4-heading {
    display: none;
}
@media (max-width: 768px) {

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

    .product .item .text-wrapper .category-wrapper a,
    .product .item .text-wrapper .category-wrapper span{
        line-height: 12px;
        font-size: 12px;
    }

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

    .product .item .text-wrapper .title a{
        font-size: 15px;
        line-height: 20px;
    }

    .product .item .text-wrapper .prices-wrapper .current-price{
        font-size: 16px;
        line-height: 20px;
    }

    .product .item .text-wrapper .prices-wrapper .prev-price {
        line-height: 20px;
    }

    .product-shortname{
        display: none;
    }

    .product-listing{
        margin-top: 25px;
    }

    .admin-edit{
        display: none;
    }


}
@media screen and (max-width: 576px) {
    .product .item .text-wrapper .prices-wrapper.inline-price {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .prices-wrapper.inline-price .prev-price:not(.prev-price-third):before {
        content: unset;
    }
    .prices-wrapper.inline-price .prev-price:not(.prev-price-third) {
        padding-left: 0;
    }
    .inline-price-wrapper {
        height: 80px;
    }
}