.catalog {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.catalog__section {
    width: 100%;
    /*overflow-x: hidden;
    overflow-y: visible;*/
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.catalog__section>[id^=bx_incl_area] {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog__section > p:has(>.errortext) {
    width: 100%;
    margin-top: 1rem;
}

.catalog__section-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    order: 1;
}

.catalog__section-wrapper.card-fullscreen {
    padding: 1.5rem 1.5rem 0;
    background: var(--white-100);
    z-index: 1000;
}

.catalog__section-wrapper.card-fullscreen .btn.catalog__filter-toggler {
    display: none;
}

.catalog__section-wrapper.card-fullscreen .catalog__section {
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    flex-wrap: nowrap;
}

.catalog__section-wrapper.card-fullscreen .blank-zakaza__pagination--top .pagination {
    float: right;
}

.catalog__section-wrapper.card-fullscreen .blank-zakaza__pagination--top + .blank-zakaza__scroll-wrapper {
    margin-top: 1rem;
}

.catalog__section-wrapper.card-fullscreen .flex-md-grow-1 {
    flex-grow: 0!important;
}

.catalog__section-wrapper.card-fullscreen .blank-zakaza__scroll-wrapper {
    flex: 0 1 auto;
    margin-top: 0;
    overflow: auto;
}

.catalog__section-wrapper.card-fullscreen .blank-zakaza__wrapper {
    height: 100% !important;
    border: 1px solid var(--table-border-color);
}

.catalog__section-wrapper.card-fullscreen .bootstrap-touchspin .btn:hover {
    color: var(--primary-hover);
    background-color: var(--white-100);
    border-color: var(--primary);
}

/* search */
.catalog__search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 60%;
    width: 60%;
}

@media (min-width: 1200px) {
	.catalog__search {
		margin-left: -312px;
	}

    .catalog__search--without-negative-margin {
        margin-left: 0;
    }
}

.catalog__search form {
    width: 100%;
}

.catalog__search i {
    cursor: pointer;
}
/* /search */

.btn.catalog__filter-toggler {
    display: none;
    margin-left: 1rem;
    width: min-content;
    line-height: 1.125%;
    white-space: nowrap;
}
.catalog__filter-toggler-text{
	display: inline-block;
	font-variant: small-caps;
	position: relative;
	top: 5px;
	margin-left: 10px;
	margin-left: 5px;
  	font-weight: normal;
  	font-size: 16px;
  	text-transform: none;
}

/* catalog__footer */
.catalog__footer.card-position-sticky {
    margin-top: 0;
    padding: 1rem;
    background: var(--white-100);
    border-bottom-left-radius: var(--border-radius-lg);
    border-bottom-right-radius: var(--border-radius-lg);
}

.catalog__footer-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog__actions .dropdown-menu span {
    color: var(--primary);
    cursor: pointer;
}

.catalog__actions .dropdown-menu span:hover {
    color: var(--primary-hover);
}

.catalog__basket {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog__basket-wrapper {
    margin-right: 1.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog__basket-quantity {
    text-align: left;
}

.catalog__basket-quantity-title:after {
    content: ": ";
}

.catalog__basket-quantity-value {
    font-weight: bold;
}

.catalog__basket-price {
    text-align: left;
}

.catalog__basket-price-title:after {
    content: ": ";
}

.catalog__basket-price-value {
    font-weight: bold;
}
/* /catalog__footer */

/* stikers products */
.badge.green,
.badge.danger {
    background-color: rgba(212, 135, 152, 0.32);
    color: #D93557;
  }
  
.badge.orange,
.badge.success {
    background-color: #DEF1CB;
    color: #598D24;
}
  
.badge.blue,
.badge.primary {
    background-color: rgba(var(--primary-rgb), 0.32);
    color: #3652B1  ;
}
/* /stikers products */


@media (min-width: 1200px) {
    .catalog .catalog__filter {
        position: sticky;
        top: 0;
        width: 18rem;
        flex-shrink: 0;
        margin-top: 3.5rem;
        margin-right: 1.5rem;
        order: 1;
        background: var(--white-100)!important;
        border-radius: var(--border-radius-lg);
        box-shadow: var(--box-shadow);
        z-index: 97;
    }
}

@media (min-width: 1200px) {
    .catalog__section-wrapper.card-fullscreen .dropdown-menu.show {
        left: -100% !important;
    }
}

@media (max-width: 1200px) {
    .btn.catalog__filter-toggler {
        display: block;
    }

    .catalog .catalog__filter {
        display: flex;
    }

    .personal-manager-wrapper {
        display: none!important;
    }
}

@media (max-width: 1200px) {
    .catalog__search {
        width: 66.222%;
    }
}

@media (max-width: 1024px) {
    
}

@media (max-width: 768px) {
    .catalog__search {
        flex-grow: 1;
		width: 100%;
	}
}

@media (max-width: 576px) {
    .catalog__footer-wrapper {
        gap: .5rem;
    }

    .catalog__basket-wrapper {
        display: none;
    }

    .catalog__actions,
    .catalog__basket,
    .catalog__footer .btn-actions, 
    .catalog__footer .catalog__basket-link {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    @supports (-webkit-touch-callout: none) and (not(translate: none)) {
        .catalog__footer-wrapper > *+* {
            margin-left: .5rem;
        }
    }
}