.reset{
    list-style: none;
}

.flex{
    display: flex;
}

.relative{
    position: relative;
}

.align-c{
    display: flex;
    align-items: center;
}

.f-wrap{
    flex-wrap: wrap;
}

.check-sort{
    display: inline-block;
    margin-right: 10px;
    line-height: 15px;
    white-space: nowrap;
}

#sort-tabs{
    margin: 10px 0 20px;
}

.sort-elems{
    margin: 0;
}

.check-sort.current{
    font-weight: 600;
}

.check-sort::after{
    content: '';
    display: inline-block;
    color: #333;
    font-size: 1.2em;
}

.check-sort.sort-up::after{
    content: '\2197';
}

.check-sort.sort-down::after{
    content: '\2198';
}

.promoAction .c-busket-item__actions .c-busket-item__price{
    text-decoration: line-through;
    color: darkgray;
    font-size: 18px;
}

.promoAction .c-busket-item__actions .c-busket-item__promoPrice{
    font-size: 2.4rem;
}

.activPromo #total-price-promo{
    font-size: 2.4rem;
    padding-left: 10px;
}

.activPromo #basket-price{
    text-decoration: line-through;
    color: darkgray;
    font-size: 18px;
}

@media only screen and (max-width: 786px) {
    .sort-elems{
        align-items: flex-start;
        flex-direction: column;
    }
}


/* 16.11.2021 */

.b-restore{
    display: none;
}

.basket-before-removal > .c-busket-item__main > *:not(.b-restore){
    opacity: 0.3;
    pointer-events: none;
    user-select: none;
}

.basket-before-removal .b-delete{
    display: none;
}

.basket-before-removal .b-restore{
    display: inline-block;
}

.icon-font::before{
    font-size: 1.6em;
}


.btn-basket{
    position: relative;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    background-color: #0041ff;
}

.btn-basket:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
    color: inherit;
    background-repeat: no-repeat;
}

.btn-basket.add:before, .btn-basket:before{
    background-image: url('../images/useful/svg/theme/basket-add.svg');
}

.btn-basket.added:before{
    background-image: url('../images/useful/svg/theme/basket-added.svg');
}

.form-control.erorr{
    border-color: #f00;
}

.c-header-product__block{
    height: 100%;
}

.c-header-product__right{
    flex: 1;
}

.c-header-product__wrap{
    height: inherit;
}

.c-header-product{
    width: 100%;
    max-width: 768px;
}

.c-header-product__left{
    padding-right: 0;
    height: 100%;
}

.dropdown__menu{
    position: absolute;
    left: 100%;
    top: -60px;
    background-color: transparent;
    min-width: 375px;
    height: calc(100% + 60px);
    transition: all .3s ease-in-out;
}

.dropdown__menu:not(:hover){
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.dropdown__menu .level__2{
    height: 100%;
    overflow-y: auto;
}

.c-header-product__item{
    padding-right: 20px;
}

.c-header-product__item:hover + .dropdown__menu{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.c-header-product__title{
    padding-left: 2rem;
}

input{
    /*border: 1px solid transparent !important;*/
}

input.error {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: red !important;
}

.err, .err label{
    color: #d90b0b;
    border-bottom-color: #d90b0b;
}

span.error {
    display: inline-block;
    font-size: 0.9em;
    color: red;
}

span.error:not(.common){
    position: absolute;
    bottom: 0;
    right: 0;
}

span.input-error{
    color: red;
    font-size: 0.9em;
}
.c-header-menu__item.active {
  border-bottom: 2px solid #0041ff;
}
.c-header-menu__item.active > a{
  color: #0041ff;
}

#updateProduct.loading{
	color:#AAAAAA;
}
#updateProduct.loading:after{
	content:url('../images/ajax-loader2.gif');
}