/*Item*/
.product-item {
    margin-bottom: 110px;
    height: 410px;
    position: relative;
}

.product-item-title .article {
    font-size: 12px;
    margin-bottom: 5px;
    color: #9e9e9e;
    /* font-weight: bold; */
    /* color: #e20613; */
}

@media (max-width: 991px) {
    .product-item {
        margin-bottom: 30px;
        height: auto;
        /*padding-bottom: 35px;*/
    }
}

/*Image*/
.product-item-image-wrapper {
    display: block;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-item-image-wrapper .product-item-image-original {
    display: block;
    padding-top: 66.5%;
    border: 1px solid #f2f2f2;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-item-image-wrapper .product-item-image-original.no-photo-container {
    background-size: contain !important;
}

.product-item-image-wrapper .product-item-image-original:hover {
    /* background-size: 110%;*/
    /* opacity:.9;
     -webkit-transition: all 300ms ease;
         -moz-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
           -o-transition: all 300ms ease;
              transition: all 300ms ease;*/

}

@media (min-width: 992px) {
    .product-item.full-width-item .product-item-image-wrapper .product-item-image-original {
        height: 219px;
    }
}

@media (max-width: 991px) {
    .product-item-image-wrapper {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .product-item-image-wrapper .product-item-image-original {
        /*height: 94px;*/
    }

    .product-item {
        /*height: 268px;*/
        padding-bottom: 33px;
    }

    .product-item-info-container.product-item-not-avalible-container {
        margin-top: 32px;
    }


}


/*Title*/
.product-item-title {
    overflow: hidden;
    margin-bottom: 20px;
    height: 60px;
}

.product-item-title a {
    color: #2B2B2B;
    font-size: 16px;
    line-height: 18px;
}

.product-item-title a:hover {
    border-bottom: 1px solid #888888;
}

@media (min-width: 992px) {
    .product-item.full-width-item .product-item-title {
        height: 37px;
        text-overflow: ellipsis;
        margin-bottom: 23px;
    }
}

@media (max-width: 767px) {
    .product-item-title {
        margin-bottom: 10px;
        height: 55px;
    }

    .product-item-title a {
        font-size: 12px;
        line-height: 16px;
        display: block;
    }
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 10;
}

.product-item-label-ring {
    border-radius: 50%;
    font-weight: bold;
    box-sizing: border-box;
}

.product-item-label-ring {
    width: 35px;
    height: 35px;
    line-height: 36px;
    font-size: 14px;
}

.product-item-label-text span, .bx-red .product-item-label-ring {
    background-color: #e20613;
    color: #fff;
    text-align: center;
}

.product-item-label-left {
    left: -5px;
    bottom: -5px;
}

.product-item-label-top {
    top: 20px;
    left: -5px;
}

/*Price*/
.product-item-info-container.product-item-price-container {
    float: left;
    width: calc((100% - 40px) * 2 / 3 + 20px);
    margin-right: 20px;
    width: calc((100% - 40px) * 2 / 3 + 35px);
    margin-right: 4px;
    margin-bottom: 15px;
    transition: 0.3s;
    position: relative;
}

span.product-item-price-current {
    /*color: #E20613;*/
    font-size: 20px;
    font-size: 18px;
    font-family: GothamProBold;
}

span.product-item-price-old {
    color: #888888;
    width: 100%;
    display: block;
    text-decoration: line-through;
    line-height: 100%;
    font-size: 12px;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
}

#catalog-section-list-type span.product-item-price-old {
    bottom: calc(50% + 10px);
}

@media (min-width: 992px) {
    .product-item.full-width-item .product-item-info-container.product-item-price-container {
        width: calc(100% - 380px);
    }
}

@media (max-width: 767px) {
    .product-item-info-container.product-item-price-container {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    span.product-item-price-old,
    span.product-item-price-current {
        /*	width:49%;*/
    }

    span.product-item-price-old {
        text-align: right;
        font-size: 12px;
        float: right;
        line-height: 14px;
        overflow: hidden;
        width: auto;
        position: relative;
    }

    span.product-item-price-current {
        float: left;
        font-size: 14px;
        font-family: GothamProBold;
        line-height: 100%;
    }
}

/* Not avalible */
.product-item-info-container.product-item-not-avalible-container {
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    color: #BABABA;
    font-family: GothamProBold;
}

.product-item-info-container.product-item-buttons-container .bx-catalog-subscribe-button {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .product-item-info-container.product-item-buttons-container {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0;
    }
}


/*Info*/
.product-item-info-wrapp {
    display: table;
    width: 100%;
}

@media (min-width: 767px) {
    .product-item.full-width-item .product-item-info-container {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .product-item.full-width-item .product-item-info-container.product-item-buttons-container {
        width: 265px;
    }

    .product-item.full-width-item .product-item-info-container.product-item-quantity-container {
        width: 95px;
    }

}

/*Amount*/
.product-item-info-container.product-item-quantity-container {
    width: calc((100% - 40px) / 3);
    float: right;
}

.product-item-amount {
    width: 100%;
    text-align: center;

}

.product-item-amount-field-container {
    display: table;
    width: 100%;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    height: 23px;
    width: 22px;
    display: table-cell;
    vertical-align: middle;
    background-color: #E0E0E0;
    color: #9E9E9E;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background 300ms ease, opacity 300ms ease;
}

.product-item-amount-field-btn-plus svg,
.product-item-amount-field-btn-minus svg {
    fill: #9E9E9E;
    transition: 300ms ease;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #E20613;
}

.product-item-amount-field-btn-plus:hover svg,
.product-item-amount-field-btn-minus:hover svg {
    fill: #fff;
    transition: 300ms ease;
}


.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    cursor: default;
    background: #e0e0e0;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field {
    width: 100%;;
    color: #9E9E9E;
    color: #303030;
    display: table-cell;
    line-height: 22px;
    vertical-align: middle;
    height: 23px;
    padding: 0;
    text-align: center;
    background: #F2F2F2 !important;
    border: none;
    border-radius: 0;
}

.bx-retina .product-item-amount-field {
    border-width: .5px;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.product-item-amount-description-container {
    /*color: #a5a5a5;
    font-size: 12px;
    white-space: nowrap;*/
}

.product-item-big-card .product-item-amount-field-container {
    text-align: left;
}

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    font-weight: bold;
    color: #a5a5a5;
    font-size: 12px;
    margin: 5px 0;
}

@media (min-width: 992px) {
    .product-item.full-width-item .product-item-info-container .product-item-amount {
        float: left;
        width: 75px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .product-item-info-container.product-item-quantity-container {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
        width: 30px;
        height: 23px;
    }

    .product-item-amount-field {
        /* width: calc(100% - 60px);*/
    }
}


/*Buttons*/
.product-item-button-container .bordered-btn {
    border-width: 2px;
    font-family: GothamPro;
    padding: 12px 5px 13px;
    border-radius: 0;
    font-size: 16px;
    text-transform: none;
}

@media (min-width: 992px) {
    .product-item.full-width-item .product-item-button-container {
        width: 265px;
        float: right;
    }
}

@media (max-width: 767px) {
    .product-item-button-container .bordered-btn {
        /*margin-bottom: 35px;*/
        padding: 7px 10px 8px;
        background: #E20613;
        color: #fff !important;
        border-color: #E20613;
        font-family: GothamProBold;
    }
}


/* LIST */
/* heading */
.heading.product-list-item {
    color: #888888;
    margin-bottom: 10px;
}

.heading.product-list-item .product-item-image-wrapper {
    height: auto;
}

.heading.product-list-item .product-item-title {
    /*padding-top: 0;*/
}


.product-list-item {
    margin-bottom: 15px;
    display: table;
    width: 100%;
    vertical-align: middle;
}

.greyBg .product-list-item {
    background: #F0F0F0;
    display: table;
    width: 100%;

}

.product-list-item .product-item-image-wrapper {
    width: 101px;
    height: 47px;
    padding-right: 30px;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
}

.product-list-item .product-item-image-wrapper-cart {
    width: 250px;
    height: 116px;
    padding-right: 30px;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
}

.product-list-item .product-item-image-wrapper .product-item-image-original {
    height: 100%;
    background-size: contain;
}

.product-list-item .product-item-title {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 8px;
}

.product-list-item .product-line-item-info-right-container {
    display: none;
}

.product-list-item .product-item-buttons-container {
    display: table-cell;
    vertical-align: middle;
    width: 220px;
    background: #fff;
    padding-left: 28px;
}

.product-list-item .product-item-buttons-container-cart {
    display: table-cell;
    vertical-align: middle;
    width: 220px;
    padding-left: 28px;
}

.product-list-item .product-item-quantity-container {
    display: table-cell;
    vertical-align: middle;
    width: 135px;
    padding-right: 48px;
}

.product-list-item .product-item-amount {
    width: 100%;
    float: none;
}

.product-list-item span.product-item-price-current {
    color: #303030;
    font-size: 16px;
    font-family: GothamProBold;
}

.product-list-item .product-item-price-container {
    float: none;
    width: 100px;
    margin-right: 0;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}

.product-list-item .product-item-info-container.product-item-quantity-container {
    float: none;
}

.product-list-item .product-item-amount-field-btn-plus,
.product-list-item .product-item-amount-field-btn-minus {
    background-color: #C9C9C9;
}

.product-list-item .product-item-amount-field-btn-plus svg,
.product-list-item .product-item-amount-field-btn-minus svg {

}

.product-list-item [lebel-type="NOVINKA"],
.product-list-item [lebel-type="BUY_HIT"] {
    text-indent: 0;
    background: none;
    width: auto;
    display: inline;
    height: auto;
    margin-bottom: 0;
    color: #e20613;
    font-size: 16px;
}

.product-list-item .product-item-info-container.product-item-not-avalible-container {
    display: table-cell;
    vertical-align: middle;
    width: 235px;
    text-align: left;
}

.greyBg .product-list-item .product-item-amount-field {
    background: #E8E8E8 !important;
}

@media (max-width: 991px) {
    .product-list-item [lebel-type="NOVINKA"],
    .product-list-item [lebel-type="BUY_HIT"],
    .product-item-title a {
        font-size: 14px;
    }

    .product-list-item .product-item-buttons-container {
        width: 190px;
    }

    .product-list-item .product-item-image-wrapper {
        width: 90px;
        padding-right: 20px;
    }

    .product-list-item .product-item-quantity-container {
        width: 117px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .product-list-item .product-item-buttons-container {
        width: 150px;
        padding-left: 25px;
    }

    .product-list-item .product-item-price-container {
        width: 80px;
    }

    .product-list-item .product-item-quantity-container {
        width: 113px;
        padding-right: 25px;
    }

    .product-list-item .product-item-title {
        padding-right: 25px;
    }

    .product-list-item .product-item-image-wrapper {
        padding-right: 25px;
    }

    .product-list-item .product-item-amount {
        margin-bottom: 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .product-list-item .product-item-title {
        padding: 0;
    }

    #catalog-section-list-type {
        margin-right: -15px;
        margin-left: -15px;
    }

    .product-list-item,
    .greyBg .product-list-item {
        padding-left: 15px;
        padding-right: 15px;
        padding: 24px 15px;
        display: block;
        margin-bottom: 0;
    }

    .product-list-item .product-item-buttons-container {
        width: 100%;
        padding: 0;
        display: block;
        margin-top: 16px;
    }

    .product-list-item .product-item-quantity-container {
        display: block;
    }

    .product-list-item .product-item-image-wrapper {
        padding-right: 10px;
        width: 65px;
        min-height: 40px;
    }

    .product-list-item .product-item-quantity-container,
    .product-list-item .product-item-info-container.product-item-quantity-container {
        display: block;
        float: right;
        padding-right: 0;
    }

    .product-list-item .product-item-price-container {
        width: auto;
        float: left;
        line-height: 40px;
        display: block;
    }

    .product-list-item .product-line-item-info-right-container {
        display: block;
        margin-top: 15px;
    }

    .product-list-item span.product-item-price-current {
        color: #E20613;
        font-size: 16px;
        line-height: 23px;
        min-width: 80px;
    }

    .product-list-item span.product-item-price-old {
        width: auto;
        margin-left: 20px;
        line-height: 23px;
    }

    .product-item-button-container .bordered-btn {
        font-size: 14px;
    }

    .product-item-info-container.product-item-buttons-container .bx-catalog-subscribe-button {
        font-size: 12px;
        padding: 3px 7px 2px;
        min-height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.product-item__store-amount.store-amount-popup {
    -webkit-border-radius: 8px;
    -mox-border-radius: 8px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    padding: 16px 16px 0;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 100%;
    max-width: 404px;
    z-index: 20;
    top: 30px;
    left: 0;
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.store-amount-popup svg.triangle {
    position: absolute;
    top: -17px;
    left: 15%;
    margin-left: -17px;
}

.store-amount-popup .item-amount {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.store-amount-popup .item-amount a {
    color: #000000;
}

.store-amount-popup .item-amount a:hover {
    color: #BA000B;
}

.store-amount-popup .item-amount span {
    margin-left: 16px;
    padding-left: 20px;
    position: relative;
    display: block;
    min-width: 96px;
    width: 96px;
    white-space: nowrap;
}

.store-amount-popup .item-amount span.green {
    color: #489424;
}

.store-amount-popup .item-amount span.yellow {
    color: #FEBA0B;
}

.store-amount-popup .item-amount span:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 3px;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.store-amount-popup .item-amount span.yellow:before {
    background: #FEBA0B;
}

.store-amount-popup .item-amount span.green:before {
    background: #489424;
}

@media (max-width: 1199px) {
    .store-amount-popup {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .store-amount-popup {
        font-size: 14px;
        left: 0;
    }
}

.product-item__quantity span {
    font-weight: bold;
    color: #219653;
}

.product-item__delivery span, .product-item__self-pickup span {
    font-weight: bold;
}

.product-item__self-pickup {
    margin-bottom: 15px;
}

.product-item__quantity {
    position: relative;
    cursor: pointer;
}

.product-item__quantity.not-available {
    color: #e20613;
    font-weight: bold;
}

.product-item__store-amount::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 15%;
    top: -30px;
    left: 1px;
}

.product-item__quantity:hover .product-item__store-amount {
    display: block;
}

div.owl-carousel>div.store-amount-popup {
    display: none;
    top: unset;
    bottom: -90px;
    width: 265px;
    height: max-content;
    z-index: 999;
}

div.owl-carousel {
    z-index: unset;
}