.section-item-price-discount{
    font-size: 14px;
    color: #000000;
}

.stickers-wrapper{
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    z-index: -100000;
    opacity: 0;
    pointer-events: none;
}
.sticker-item{
    margin: 0 3px;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}


@media (min-width: 767px) {
    .section-filter-block-prod-options::-webkit-scrollbar {
        width: 1em;
        height: 10px;
    }
    .section-filter-block-prod-options::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }
    .section-filter-block-prod-options::-webkit-scrollbar-thumb {
        background-color: #8a8989;
        outline: 1px solid #708090;
    }
}
.loyalty {
    background-color: #c6e9ca;
}
.filter-color-picker{
    position: relative;
    width: 20px;
    height: 20px;

}
.filter-color-picker div{
    border: 1px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#section-sort a.active{
    text-decoration: underline;
}
.section-container h1 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin-left: 5px;
}
.forfastvie {
    width:40px;
    height:40px;
    background:url(images/lupa_ico.png) center center no-repeat;
    display:none;
    cursor:pointer;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    padding: 5px 10px;
    left: 10px;
}
.section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}
.section-container .slick-prev, 
.section-container .slick-next {
    top: 35%;
    filter: invert();
    z-index: 1;
}
.section-container .slick-next {
    right: 3%;
}
.section-container .slick-prev {
    left: 3%;
}
.section-container > .row {
    width: 100%;
    justify-content: inherit;
    margin: 0 auto;

}
.section-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
    width: 360px;
    text-align: center;
}
.section-item-img:hover .forfastvie {
    display:block;
}
.section-item-img {
    /*max-width: 350px;*/
    width: 100%;
    /*max-height: 526px;*/
    height: 100%;
    margin: 0 0 24px;
    position: relative;
    overflow: hidden;
}
.section-item-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-item-img > .t-productItem__wish {
    position: absolute;
    top: 15px;
    right: 13px;
}
.section-item-img > img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.section-item-img.second-photo:hover > img:not(.hover) {
    opacity: 0;
}
.section-item-img.second-photo:hover > img.hover {
    opacity: 1;
}
.section-item-name {
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: start;
    justify-content: space-between;
    font-size: 12px;
    color: #151515;
    font-size: 12px;
    font-weight: 500;
    text-align: start;
    text-transform: uppercase;
    line-height: 20.40px;
    letter-spacing: 0.36px;
}
.section-item-price-cont {
    margin-top: 2px;
}

.section-item-price {
    padding: 0;
    color: #151515;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}

.section-item-btn-hover{
    text-transform: uppercase;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
    white-space: nowrap;
    position: absolute;
    top: 120%;
    left: 50%;
    width: 90%;
    max-width: 260px;
    transform: translate(-50%, -50%);
    outline: none;
    padding: 15px 0px;
    text-align: center;
    transition: top 0.4s ease-out;

    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
}
/* .href_to_page:hover .section-item-btn-hover{
    top: 90%;
} */
.section-item-btn-hover:hover{
    box-shadow: 0px 0px 2px white;
}

.section-item-price.old span {
    text-decoration: line-through;
    font-weight: 200;
    margin-right: 10px;
    color: #8D8D8D;
}
.section-item-price.old sub {
    bottom: 0;
    background-color: #D3D3D3;
    padding: 1px 4px 1px 0;
}
.section-item-price.new {
    background-color: transparent;
    margin-right: 10px;
}

.forfastvie:hover {
    background:url(images/lupecia.png) center center no-repeat;
}
.href_to_page {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}
.href_to_page:hover .section-item-name{
    transition: color 0.2s;
    text-decoration: underline;
}
.href_to_page:hover .section-item-price{
    transition: color 0.2s;
}
.t-productItem__wish:hover::before{
    background-color: transparent !important;
    transition: all 0.2s;
}
.section-loading {
    position: relative;
    width: 100%;
    visibility: hidden;
    /* margin-top: 40px; */
}
.section-filter-block-prod-wrap {
    display: flex;
    flex-direction: column;
    /* max-width: calc(100vw - 763px); */
    max-width: unset !important;
    width: 100%;
    margin: 0 0px 30px 5px;
    text-align: left;
}
.section-filter-block-prod-wrap > a {
    margin-top: 20px;
}
.section-filter-block-prod-collapse-btn,
.section-sort-collapse-btn {
    position: relative;
    align-self: baseline;
    padding-right: 27px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333;
    text-decoration: none !important;
}
.section-filter-block-prod-collapse-btn:after,
.section-sort-collapse-btn:after {
    position: absolute;
    left: 100%;
    top: 3px;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    transform: rotate(45deg);
    transition: transform .5s, top .5s;
}
.section-filter-block-prod-collapse-btn:not(.collapsed):after,
.section-sort-collapse-btn:not(.collapsed):after {
    top: 6px;
    transform: rotate(225deg);
}
#section-filter-block-prod > div,
#section-sort > div {
    margin-top: 20px;
}
#section-filter-block-prod .section-filter-block-prod-options {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
#section-filter-block-prod .section-filter-block-prod-options > label {
    margin: 0 5px;
    padding: 0 20px;
    cursor: pointer;
}
#section-filter-block-prod .section-filter-block-prod-options > label:first-child {
    margin-left: 0;
    padding-left: 0;
}
#section-filter-block-prod .section-filter-block-prod-options > label > input {
    display: none;
}
#section-filter-block-prod .section-filter-block-prod-options > label > span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    text-shadow: 0px 0px 0px transparent;
    transition: text-shadow .2s, border-bottom .2s;
}
#section-filter-block-prod .section-filter-block-prod-options > label > input:checked ~ span:not(.filter-color-span) {
    text-shadow: 0px 0px 1px #000;
    border-bottom: 2px solid #000;
}
#section-filter-block-prod .section-filter-block-prod-options > label > input:checked ~ .filter-color-span > .filter-color-picker {
    border: 1px solid rgba(0, 0, 0, 0.9);
}
#section-filter-block-prod .section-filter-block-prod-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
#section-filter-block-prod .section-filter-block-prod-bottom .in-stock {
    position: relative;
    display: flex;
    align-items: center;
}
#section-filter-block-prod .section-filter-block-prod-bottom .in-stock > span:not(.checkmark) {
    padding-right: 15px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
#section-filter-block-prod .section-filter-block-prod-bottom .in-stock > input[type="checkbox"] {
    display: none;
}
#section-filter-block-prod .section-filter-block-prod-bottom .in-stock > span.checkmark {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 17px;
    height: 17px;
    border: 1px solid #c5c5c5;
    transform: translateY(-50%);
}
#section-filter-block-prod .section-filter-block-prod-bottom .in-stock > input[type="checkbox"] ~ span.checkmark:after {
    position: absolute;
    top: -4px;
    left: 3px;
    content: '';
    width: 10px;
    height: 15px;
    transform: rotate(45deg);
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: border-right .2s, border-bottom .2s;
}
#section-filter-block-prod .section-filter-block-prod-bottom .in-stock > input[type="checkbox"]:checked ~ span.checkmark:after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
#section-filter-block-prod .section-filter-block-prod-bottom .section-filter-block-prod-apply {
    font-size: 14px;
    letter-spacing: 0.04em;
    border: none;
    border-bottom: 2px solid transparent;
    text-decoration: none !important;
    background: none;
    outline: none;
}
#section-filter-block-prod .section-filter-block-prod-bottom .section-filter-block-prod-apply:hover {
    border-bottom: 2px solid #000;
}
#section-filter-block-prod .section-filter-block-prod-bottom .section-filter-block-prod-apply.reset {
    margin-right: 10px;
}

/*.section-sort-collapse-btn {
    position: relative;
    padding-right: 27px;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333;
    text-decoration: none !important;
}
.section-sort-collapse-btn:after {
    position: absolute;
    left: 100%;
    top: 3px;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    transform: rotate(45deg);
    transition: transform .5s, top .5s;
}
.section-sort-collapse-btn:not(.collapsed):after {
    top: 6px;
    transform: rotate(225deg);
}*/

#section-sort .section-sort-options {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
}
#section-sort .section-sort-options > label {
    margin: 0 5px;
    padding: 0 25px;
    cursor: pointer;
}
.color-label{
    padding: 0 8px!important;
}
#section-sort .section-sort-options > label:first-child {
    margin-left: 0;
    padding-left: 0;
}
#section-sort .section-sort-options > label > input {
    display: none;
}
#section-sort .section-sort-options > label > span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    text-shadow: 0px 0px 0px transparent;
    transition: text-shadow .2s, border-bottom .2s;
}
#section-sort .section-sort-options > label > input:checked ~ span {
    text-shadow: 0px 0px 1px #000;
    border-bottom: 2px solid #000;
}
#section-sort .section-sort-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
#section-sort .section-sort-bottom .in-stock {
    position: relative;
    display: flex;
    align-items: center;
}
#section-sort .section-sort-bottom .in-stock > span:not(.checkmark) {
    padding-right: 15px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
#section-sort .section-sort-bottom .in-stock > input[type="checkbox"] {
    display: none;
}
#section-sort .section-sort-bottom .in-stock > span.checkmark {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 17px;
    height: 17px;
    border: 1px solid #c5c5c5;
    transform: translateY(-50%);
}
#section-sort .section-sort-bottom .in-stock > input[type="checkbox"] ~ span.checkmark:after {
    position: absolute;
    top: -4px;
    left: 3px;
    content: '';
    width: 10px;
    height: 15px;
    transform: rotate(45deg);
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: border-right .2s, border-bottom .2s;
}
#section-sort .section-sort-bottom .in-stock > input[type="checkbox"]:checked ~ span.checkmark:after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
#section-sort .section-sort-bottom .section-sort-apply {
    font-size: 14px;
    letter-spacing: 0.04em;
    border: none;
    border-bottom: 2px solid transparent;
    text-decoration: none !important;
    background: none;
    outline: none;
}
#section-sort .section-sort-bottom .section-sort-apply:hover {
    border-bottom: 2px solid #000;
}
#section-sort .section-sort-bottom .section-sort-apply.reset {
    margin-right: 10px;
}

#section-sort > div {margin-top: 18px;}
/*#section-sort{float: right; margin-right: -160px; text-align: right;}*/
#section-sort ul{list-style: none;}
#section-sort ul li{margin-bottom: 5px;}
#section-sort ul li a{padding: 6px 24px 6px 8px;}
#section-sort ul li.active a{background: hsla(7, 56%, 88%, .5)}

@media screen and (max-width: 1500px) {
    .section-filter-block-prod-wrap {
        max-width: calc(100vw - 404px);
    }
}

@media screen and (max-width: 1341px) {
    .section-container .slick-prev, 
    .section-container .slick-next {
        top: 30%;
    }
    .forfastvie {
        left: 20px;
    }
}
@media screen and (max-width: 1100px) {
    .section-item-img {
        margin: 0 0 14px;
    }
    .section-item-name {
        font-size: 10px;
    }
    .section-container .slick-prev, 
    .section-container .slick-next {
        width: 30px !important;
        height: 30px !important;
    }
    .section-container .slick-next {
        right: 15px;
    }
    .section-container .slick-prev {
        left: 15px;
    }  
}

@media screen and (max-width: 991px) {
    .section-filter-block-prod-wrap {
        max-width: calc(100vw - 266px);
        margin: 0 10px 30px;
    }
    .section-filter-block-prod-collapse-btn,
    .section-sort-collapse-btn {
        font-size: 14px;
    }
    .section-filter-block-prod-collapse-btn:after,
    .section-sort-collapse-btn:after {
        top: 0;
    }
    .section-container .section-item {
        padding: 0 10px;
    }
    .section-item-img:hover .forfastvie {
        display: none;
    }
    .section-item-price-cont {
        justify-content: start;
        width: 100%;
    }
    .section-item-price {
        margin: 0;
    }
}

@media screen and (max-width: 910px) {
    .section-item-name,
    .section-item-price-cont {
        display: none;
    }
    .section-container .slick-prev, 
    .section-container .slick-next {
        top: 35%;
    }
    .section-container .slick-prev {
        left: 15px;
    }
}


@media screen and (max-width: 769px) {
    .section-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .section-item {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .section-filter-block-prod-wrap {
        max-width: calc(100% - 36px);
    }
    .section-item-btn-hover{
        font-size: 14px;
        width: 100%;
        font-weight: 500;
        line-height: 15px;
        text-transform: unset;
    }
    .section-item-name {
        font-size: 10px;
        line-height: 18px;
    }
    .section-item-price {
        font-size: 10px;
    }
}
@media screen and (max-width: 575px) {
    .section-container .slick-prev {
        display: none !important;
    }
    .section-container .slick-next {
        top: -43px;
    }
    .section-container .section-item {
        padding: 0 8px !important;
        margin-bottom: 27px;
    }
    .section-item-img {
        margin: 0;
    }
    .filter-color-picker {
        width: 15px;
        height: 15px;
    }
    .section-container h1 {
        font-size: 20px;
    }
    .section-filter-block-prod-wrap {
        margin: 0 5px 30px;
        padding: 0 5px;
    }
    .section-filter-block-prod-collapse-btn,
    .section-sort-collapse-btn {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
    }
    .section-filter-block-prod-collapse-btn:after,
    .section-sort-collapse-btn:after {
        top: 10px;
    }
    a.section-filter-block-prod-collapse-btn:not(.collapsed):after,
    a.section-sort-collapse-btn:not(.collapsed):after {
        top: 14px;
    }
    .section-filter-block-prod-wrap > a {
        margin-top: 0;
    }
    #section-filter-block-prod > div {
        margin-top: 20px;
    }
    #section-filter-block-prod .section-filter-block-prod-options > label {
        padding: 0 10px;
    }
    #section-filter-block-prod .section-filter-block-prod-options > label > span {
        font-size: 10px;
    }
    #section-filter-block-prod .section-filter-block-prod-bottom .in-stock > span:not(.checkmark) {
        font-size: 10px;
    }
    #section-filter-block-prod .section-filter-block-prod-bottom .section-filter-block-prod-apply {
        font-size: 10px;
    }
    .section-container .section-item {
        padding: 0 5px;
    }
    #section-sort{margin-right: 0;}
    .section-item {
        margin-bottom: 23px;
    }
}