.product-labels-percent{
    display: inline-block;
    padding: 3px 12px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 14px;
	margin-top: 8px;
    margin-right: 8px;
    border: 1px solid white;
    color: white;
    background: #1DC25F;
    border-radius: 24px;
    background: #ff0000 !important;
    font-weight: bold;
}

.product-labels-wrapper + .product-labels-percent {
    display: none;
}

@media screen and (max-width: 991.98px) {
    .item-product-labels ul {
        flex-direction: row;
        margin-top: 0;
        margin-right: -4px;
        margin-bottom: -4px;
    }

    .item-product-label {
        padding: 4px 12px;
    }

    .product-labels-percent {
        padding: 4px 12px;
        font-size: 10px;
        line-height: 12px;
    }

    .item-card .item-product-labels-btn {
        display: none;
    }

    .item-product-labels ul li {
        margin-top: 0;
        margin-right: 4px;
        margin-bottom: 4px;
    }
}

.skidkaFilterWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

.skidkaFilter{
    display: flex;
    padding: 3px;
    border-radius: 20px;
    background-color: #e5e5e5;
    position: relative;
    width: 40px;
    height: 22px;
    cursor: pointer;
}

.skidkaFilter input{
    display: none;
    transition: all .3s;
}

.skidkaFilter::after{
    display: inline-flex;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: gray;
    transition: all .3s;
}

.skidkaFilter.checked::after{
    background-color: #ff9700;
    left: 20px;
}

/* @media screen and (max-width: 575.98px) {
    .product-labels-percent{
        margin-top: 2px;
    }
} */
.delivery-cost {
    margin-top:32px;
    font-size:14px;
}

.delivery-cost.rs-in-loading {
    opacity:0.5;
    position:relative;
}

.delivery-cost.rs-in-loading:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.delivery-cost__price {
    font-weight:bold;
}

.delivery-cost__lines {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.delivery-cost__lines li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delivery-cost__lines li::before {
     content: '';
     position: absolute;
     z-index: -1;
     height: 3px;
     left: 0;
     top: 50%;
     width: 100%;
     background: url(/modules/deliverycost/view/img/leader.svg) repeat-x 0% 0%;
}

.delivery-cost__lines li:not(:last-child) {
     margin-bottom: 8px;
}

@media screen and (max-width: 767.98px) {
    .delivery-cost__lines li:not(:last-child) {
        margin-bottom: 4px;
    }
}

.city-confirm {
    position: absolute;
    left: 0;
    right: 0;
    top: 138px;
    z-index: 7;
}

.rs-admin-top-panel .city-confirm {
    margin-top:62px;
}

.city-confirm__inner {
    padding: 16px 50px 16px 24px;
    border-radius: 8px;
    background: white;
    border: 1px solid var(--theme-primary);
    box-shadow:0 0 15px #999;
    display:inline-flex;
    position:relative;
}

.city-confirm__inner .btn {
    padding: 7px 16px;
}

@media screen and (max-width: 991.98px) {
    .city-confirm__inner {
        padding: 16px;
        padding-right:50px;
    }

    .city-confirm {
        top: 64px;
    }
}

@media screen and (max-width: 575.98px) {
    .city-confirm {
        top: 114px;
    }

    .city-confirm__inner {
        padding-right:16px;
    }
}

.city-confirm__inner .btn-close {
    position:absolute;
    right:10px;
    top:16px;
}

.city-confirm__quest {
    padding-right:25px;
}
/**
 * Polo-Art https://poloart.ru/
 */	
#debug-top-block {
	position: fixed!important;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-120%);
	transition: 0.15s;
	box-shadow: 0px 0px 12px 0px #00000040;
}

#debug-top-block:before {
    content: "";
    width: 40px;
    height: 30px;
    background: #ff3d00;
    top: 100%;
    left: calc(50% - 20px);
    position: absolute;
    display: block;
    z-index: 9998;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
    box-shadow: 2px 2px 8px 0px #0000005e;
}

#debug-top-block:after {
    content: "";
    width: 100%;
    height: 30px;
    background: url(/resource/img/adminstyle/flatadmin/settings.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    top: 100%;
    left: 0;
    position: absolute;
    display: block;
    z-index: 9999;
    cursor: pointer;
    filter: invert(1);
}
#debug-top-block:hover {
	transform: translateY(0);
}






