

/* Start:/local/templates/maxi_mobile/components/bitrix/system.pagenavigation/lazyPagination/style.css?17097076972982*/
.bx-pagination {
	margin: 10px 0;
}
#paginationLazy {
	margin-bottom: 30px;
	margin-top: 30px;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/maxi_mobile/components/bitrix/catalog.section/vse_tovary_new/style.css?172802489713158*/
.product-list-table-col2 .detail-info-bottom-btn.deletebutst a {
    background: white;
    border: 3px solid red;
    padding: 5px 24px;

}

.product-list-table-col2 .promo-product-counters .deletebutst span {
    color: red;

}

.change-store-status, .product-list-table-hide {
    display: block !important;
}

.product-list-items {
    margin-top: 15px;
}

.detail-info-bottom-btn .block_not_can_by {
    color: #828282;
    font-weight: bolder;
    padding: 10px;
}


.product-list-container {
    margin-bottom: 40px;
    margin-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

.product-list-search {
    border: 2px solid #5B5B5B;
    box-sizing: border-box;
    border-radius: 3px;
    max-width: 340px;
    margin: 0 10px 15px 10px;
    display: flex;
    align-items: center;
    height: 46px;
}

.product-list-search-text {
    font-size: 21px;
    line-height: 24px;
    color: #5B5B5B;
    border: unset;
    width: 90%;
    margin-left: 15px;
}

.product-list-table-row {
    /*border-bottom: 2px solid #C4C4C4;*/
}

.product-list-table-last:after,
.product-list-table-last:before {
    border-bottom: 0;
}

.product-list-table {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 20px;
}

.product-list-table-container .product-list-table-row:first-child div {
    padding: 35px 15px 13px 15px;
}

.product-list-table-container .product-list-table-row:last-child .product-list-table-col2,
.product-list-table-container .product-list-table-row:last-child .product-list-table-col1 {
    padding: 13px 13px 20px 13px;
}

.product-list-table-container .product-list-table-row:last-child .product-list-table-col1:after,
.product-list-table-container .product-list-table-row:last-child .product-list-table-col2:before {
    border-bottom: 0;
}

.product-list-table-col1 {
    background: #F0AF01;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 13px 0 13px 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.product-list-table-col1 span {
    margin-left: 16px;
}

.product-list-table-col1:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid white;
    width: 98%;
    transform: translateX(-49%);
    bottom: 0px;
    left: 50%;
}

.product-list-table-col2 {
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #5B5B5B;
    padding: 13px 15px;
}

.product-list-table-col2:before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #C4C4C4;
    width: 98.2%;
    transform: translateX(-51%);
    bottom: 0px;
    left: 50%;
}

.product-list-table-col2 input.promo-product-count-minus,
.product-list-table-col2 input.promo-product-count-plus {
    width: 29px;
    height: 40px;
}

.product-list-table-col2 .promo-product-count-score {
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.product-list-table-col2 .promo-product-counters span {
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #5B5B5B;
}

.product-list-table-col2 .promo-product-counters {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.product-list-table-col2 .detail-info-bottom-btn a {
    border-radius: 43px;
    padding: 8px 24px;
    background: #D12323;
    max-height: 32px;
}

.product-list-table-col2 .promo-product-counter span {
    display: none;
}

.product-list-table-col2 .promo-product-add-sale {
    align-items: unset;
    flex-direction: column;
}

.product-list-table-col2 .promo-product-add-sale-line {
    margin-left: 40px;
    position: unset;
}

.product-list-table-col2 .promo-product-add-sale {
    position: unset;
}

.product-list-table-btn button {
    padding: 12px 24px;

}

.product-list-search-button {
    background: #FFFFFF;
    border: unset;
}

.product-list-container .catalog-filters .catalog-sort .panel .actives {
    font-weight: bold;
}

/*
media
 */
@media screen and (min-width: 720px) and (max-width: 767px) {


    .catalog-filters {
        margin-left: 0 !important;
        margin-right: 0 !important;
        justify-content: space-between !important;
    }

    .catalog-filters .product-list-search {
        margin-left: 0;
    }

    .catalog-filters .catalog-sort {
        margin-right: 0
    }


    .product-list-table-col2 .detail-info-bottom-btn a {
        padding: 8px 19px;
    }

    .catalog-filter,
    .catalog-sort,
    .product-list-search {
        max-width: 340px;
    }

    .product-list-table-container .product-list-table-row:last-child .product-list-table-col1 {
        display: unset;
    }
}


@media screen and (min-width: 576px) and (max-width: 719px) {


    .catalog-filters {
        margin-left: 0 !important;
        margin-right: 0 !important;
        justify-content: space-between !important;
    }

    .catalog-filters .product-list-search {
        margin-left: 0;
    }

    .catalog-filters .catalog-sort {
        margin-right: 0
    }

    .product-list-table-btn button {
        padding: 8px 12px;
    }

    .product-list-table-col2 .detail-info-bottom-btn.deletebutst a {
        padding: 4px 15px;
    }

    .product-list-table-col2 .detail-info-bottom-btn a {
        padding: 8px 13px;
    }

    .product-list-table-container .product-list-table-row:last-child .product-list-table-col1 {
        display: unset;
    }

    .product-list-table-row .detail-info-bottom-counter {
        justify-content: space-around;
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-filter,
    .catalog-sort,
    .product-list-search {
        max-width: 260px;
    }

    .product-list-container .promo-product-add-sale-discount {
        font-weight: bold;
        font-size: 26px;
        line-height: 28px;
        color: #D12323;
    }

    .product-list-container .promo-product-add-sale-line {
        font-size: 15px;
        line-height: 17px;
        text-decoration-line: line-through;
        color: #5B5B5B;
    }

    .product-list-container .promo-product-count-minus {
        background: url(/local/templates/maxi_mobile/components/bitrix/catalog.section/vse_tovary_new/../images/768/Line_11.webp) no-repeat center;
        width: 32px;
        height: 40px;
        border: 1.30769px solid #C4C4C4;
        border-radius: 9.15385px 0px 0px 9.15385px;
    }

    .product-list-container .promo-product-count-score {
        font-weight: 500;
        font-size: 26px;
        line-height: 28px;
        background: #C4C4C4;
        border-radius: 5.23077px;
        margin: 0 6px;
        align-items: center;
        display: flex;
        justify-content: center;
        border: unset;
    }

    .product-list-container .promo-product-count-plus {
        background: url(/local/templates/maxi_mobile/components/bitrix/catalog.section/vse_tovary_new/../images/768/Line_11.webp) no-repeat center, url(/local/templates/maxi_mobile/components/bitrix/catalog.section/vse_tovary_new/../images/768/Line_10.webp) no-repeat center;
        width: 32px;
        height: 40px;
        border: 1.30769px solid #C4C4C4;
        border-radius: 9.15385px 0px 0px 9.15385px;
        transform: rotate(-180deg);
    }

    .product-list-table-col2 input.promo-product-count-plus {
        background: url(/local/templates/maxi_mobile/components/bitrix/catalog.section/vse_tovary_new/../images/320/Line_11_320.webp) no-repeat center, url(/local/templates/maxi_mobile/components/bitrix/catalog.section/vse_tovary_new/../images/320/Line_10_320.webp) no-repeat center;
        width: 25px;
        height: 35px;
        border: 1px solid #C4C4C4;
        border-radius: 7px 0px 0px 7px;
        transform: rotate(-180deg);
    }

    .product-list-table-col2 .promo-product-count-score {
        width: 35px;
        height: 35px;
        color: #5B5B5B;
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        background: #C4C4C4;
        border-radius: 4px;
        margin: 0 5px;
        align-items: center;
        display: flex;
        justify-content: center;
        border: unset;
    }

    .product-list-table-col2 input.promo-product-count-minus {
        background: url(/local/templates/maxi_mobile/components/bitrix/catalog.section/vse_tovary_new/../images/320/Line_11_320.webp) no-repeat center;
        width: 25px;
        height: 35px;
        border: 1px solid #C4C4C4;
        border-radius: 7px 0px 0px 7px;
    }

}

@media screen and (max-width: 575px) {

    .catalog-filters {
        margin-left: 0 !important;
        margin-right: 0 !important;
        justify-content: space-between !important;
    }

    .catalog-filters .product-list-search {
        margin-left: 0;
    }

    .catalog-filters .catalog-sort {
        margin-right: 0
    }


    .product-list-table-col1-underline:after {
        border-bottom: 1px solid #F0AF01;
    }

    .product-list-table-col1 {
        padding: 13px 10px 13px 7px;
    }

    .product-list-table-col2 {
        padding: 13px;
    }

    .product-list-table-container .product-list-table-row:first-child .product-list-table-col1 {
        padding: 13px 10px 13px 7px;
    }

    .product-list-table-container .product-list-table-row:first-child .product-list-table-col2 {
        padding: 13px;
    }

    .product-list-table-col1 span {
        margin-left: 0;
    }

    .product-list-table-container .product-list-table-row:last-child .product-list-table-col1 {
        display: none;
    }

    .product-list-table-col2 .promo-product-counters {
        padding: 0;
        margin-top: 0;
    }

    .product-list-table-col2 .detail-info-bottom-counter,
    .product-list-table-col2 .promo-product-counter,
    .product-list-table-col2 .promo-product-counter div {
        padding: 0;
    }

    .product-list-container {
        margin: 10px 0;
    }

    .product-list-search {
        max-width: 340px;
        margin: 0 10px 0 0;
        height: 40px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .product-list-search-text {
        font-weight: normal;
        font-size: 15px;
        line-height: 17px;
    }

    .product-list-table-row .promo-product-add-sale-discount {
        font-size: 26px;
        line-height: 28px;
    }

    .product-list-table-row .promo-product-add-sale-line {
        font-size: 15px;
        line-height: 17px;
    }

    .product-list-table-col2 input.promo-product-count-minus,
    .product-list-table-col2 input.promo-product-count-plus {
        width: 29px;
        height: 40px;
    }

    .product-list-table-col2 input.promo-product-count-score {
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }

    .product-list-table-col2 div.promo-product-counters span {
        font-weight: bold;
        font-size: 15px;
        line-height: 17px;
        color: #5B5B5B;
    }

    .product-list-table-col2 .promo-product-counters {
        margin-top: 0;
        align-items: center;
        justify-content: space-around;
    }

    .product-list-table-col2 .detail-info-bottom-btn button {
        max-height: 32px;
        padding: 0;
    }

    .product-list-table-col2 .promo-product-counter span {
        display: unset;
    }

    .product-list-table-col2 .promo-product-count {
        margin-top: 5px;
    }

    .product-list-table-col2 .detail-info-bottom-counter {
        justify-content: space-between;
        margin-bottom: 0;
        padding: 0 13px;
        width: 100%;
    }

    .product-list-table-btn,
    .product-list-table-col2 .detail-info-bottom-btn {
        padding: 13px 13px 0 13px;
    }

    .product-list-table-col2 .detail-info-bottom-btn {
        background: #D12323;
        border-radius: 43px;
        padding: 7px 24px;
        max-width: 320px;
        margin: 0 auto;
    }


    .product-list-table-col2 .deletebutst {
        background: white;
        border: red 3px solid;
        border-radius: 43px;
        padding: 1px 24px;
        max-width: 320px;
        margin: 0 auto;
    }

    .product-list-table-col2 .detail-info-bottom-btn.deletebutst a {
        border: unset;
    }

    .product-list-table:nth-child(-n+2) {
        display: block;
    }

    .product-list-table-hide {
        display: none;
    }

    .product-list-items div.catalog-button {
        margin: 25px 0;
    }

    .product-list-items div.catalog-button span {
        font-size: 15px;
        line-height: 17px;
    }

    .product-list-items #blockpagiitem {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

}

.product-list-items .promo-product-counter {
    width: 50%;
}

@media screen and (max-width: 576px) {
    .catalog-sort .catalog-sort-button {
        width: 50px !important;
        height: 50px !important;
    }

    .catalog-filters {

        margin-right: 5px !important;
    }

    .product-list-search {
        width: 100% !important;
        max-width: unset !important;
    }
}

@media screen and (max-width: 354px) {

    .catalog-filters {
        flex-wrap: nowrap !important;
    }
}
/* End */
/* /local/templates/maxi_mobile/components/bitrix/system.pagenavigation/lazyPagination/style.css?17097076972982 */
/* /local/templates/maxi_mobile/components/bitrix/catalog.section/vse_tovary_new/style.css?172802489713158 */
