.bx-soa-pp-desc-container {
    display: none
}
input[type=checkbox].bx-soa-pp-company-checkbox {
    display: none;
}
.bx-soa-pp-company {
    z-index: 1;
}
/*.bx-soa-item-tr {
    display: inline-block!important;
}*/
.bx-soa-item-content {
    
}
.bx-soa-item-imgcontainer {
    border: none !important;
    border-radius: 0 !important;
}
.bx-step-completed .bx-soa-item-img-block {
    width: 52px!important;
    padding-bottom: 0px!important;
    padding-right: 0px!important;

}
/*.bx-soa-item-table {
    margin-bottom: 10px;
    min-width: 100%;
    width: fit-content !important;
    max-height: 65px !important;
    display: flex !important;
}*/
.fast_buy {
    width: 100%;
    height: 48px;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    border: 2px solid #781ecd;
    box-sizing: border-box;
    background: #fff;
    color: #781ecd !important;
}
.btn_count_flex {
    margin: 10px 0 12px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: nowrap;
}
.btn_count_flex .add_fav {}
.btn_count_flex .popup_count_input {}
.btn_count_flex .add_to_cart, .btn_count_flex .add_available {
    margin: unset;
    height: 48px;
}
.btn_count_flex .popup_count_minus, .btn_count_flex .popup_count_plus {

}
.basket_left .add_fav{
    position:relative;
    top:0;
    right:0;
    margin-left:20px;
    cursor:pointer;
}
.form_fogot_pass {
    padding: 0 20px 0 0;
}
.form_fogot_pass .input__field {
    width: 100%;
    margin: 0 0 10px 0;
}
.form_fogot_pass .email-confirm {}
.form_fogot_pass .feedback-form__button {
    width: 100%;
}
.forgot_message_top {}
.header_basket {
    padding: 8px 0 0 0;
}
.header_basket_link {
    position: relative;
    padding: 8px 0 0 31px;
}
.header_basket a{
	font-size:17px;
	line-height:18px;
}
.add_fav.in_fav {
    background: url(/local/templates/kitfort/img/in_fav.svg) no-repeat;
    background-size: 100%;
}
.add_fav{
	position: absolute;
    top: 0px;
    right: 5px;
    display: block;
    width: 27px;
    height: 24px;
    background: url(/local/templates/kitfort/img/favorite.svg) no-repeat;
    background-size: 100%;
	z-index: 9;
}
.item__link_basket {
    padding: 7px 15px 6px 13px;
    font-size: 17px;
    margin-right: 34px;
}
.item--extra-small .item__link {
    margin: -10px 34px 10px 0;
    padding: 4px 15px 4px 13px;
    font-size: 17px;
}
.item__link_basket::after {
    content: '';
    width: 32px;
    height: 100%;
    background: white url(/local/templates/kitfort/img/basket.svg) center center no-repeat;
    position: absolute;
    top: 0px;
    right: -34px;
    display: inline-block;
    border: 2px solid #781ecd;
    box-sizing: border-box;
    background-size: 18px;
}
.item__link_basket:hover:after {
    opacity: 0.7;
}
.item__link_basket.in_cart:after {
    background: white url(/local/templates/kitfort/img/icons/incart.svg) center center no-repeat;
    background-size: 18px;
}
.js-popup-basket, .js-popup-sub {
    width: 1120px!important;
    margin-left: -560px!important;
    padding: 30px 45px!important;
}
.popup .popup_top {
    margin: 30px 0px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popup .button_continue {
    color: #781ecd!important;
    border: 1px solid #781ecd;
    font-size: 15px;
    background: transparent;
}
.popup .button_to_basket {
    border: 1px solid #781ecd;
    font-size: 15px;
    margin: 0 0 0 8px;
}
.popup_middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0px 10px;
}
.popup_element {
    display: flex;
    width: 45%;
    align-items: center;
}
.popup_element img {
    max-width: 85px;
    /*height: fit-content;*/
}
.popup_element_text {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 20px;
    align-items: center;
}
.popup_element_name {
    width: 100%;
    font-size: 22px;
    color: #000;
}
.popup_count {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    width: 100px;
    height: 40px;
    justify-content: space-between;
    padding: 0 9px;
}
.popup_count_minus {
    font-size: 35px;
    cursor: pointer;
}
.popup_count_plus {
    font-size: 28px;
    padding: 6px 0 0 0;
    cursor: pointer;
}
.popup_price {
    font-size: 30px;
    color: #000;
    margin: 0 0 0 40px;
    line-height: 0.8;
}
.popup_count_input {
    border: 0;
    width: 30px;
    text-align: center;
    color: #000;
    margin: 3px 0 0 0;
}

.basket_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.basket_left {
    width: 75%;
    max-width: 950px;
}
.basket-items-list-header {
    display: none;
}
.basket_left_top {
    background: #F3F2F4;
    width: 100%;
    padding: 12px 20px;
    display: flex;
    flex-wrap: wrap;
}
.basket_page .checkbox {
    position: relative;
}
.basket_page .checkbox input[type="checkbox"] {
    opacity: 0;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.basket_page .checkbox label::before {
    height: 20px;
    width: 20px;
    border: 2px solid #781ecd;
    left: 0px;
    top: 1px;
    box-sizing: border-box;
    position: absolute;
    content: "";
    display: inline-block;
}
.basket_page .choose_all {
    color: #000;
    margin: 0 0 0 18px;
    font-size: 14px;
}
.basket_left_top .delete_checked {
    font-size: 14px;
    margin: 0 0 0 25px;
    color: #666666;
    background: url(/local/templates/kitfort/img/icons/close2.svg) no-repeat;
    background-position: 0px 1px;
    padding: 0 0 0 28px;
}
.basket-items-list-table {
    display: block;
}
.basket_i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 10px 20px 20px;
    border-bottom: 1px solid #F3F2F4;
}
.fl_container_lft {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
}
.basket_i_img_link img {
    max-width: 100px;
    height: auto;
    margin: 0 15px;
}
.basket_info {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.basket_info_link {
    font-size: 17px;
    color: #000;
    margin: 5px 0 10px;
}
.fl_container_c_p {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-left: auto;
}
.basket_count {
    border: 2px solid #C4C4C4;
    width: 125px;
    display: flex;
    flex-wrap: nowrap;
    height: 40px;
    justify-content: space-around;
    align-items: center;
    order: -1;
}
.basket_price {
    margin: 0 5% 0 6%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-width: 160px;
}
.text_rule_top {
    line-height: 1;
    font-size: 12px;
    color: #781ECD;
    margin: 5px 0 2px 0;
    order: 1;
}
.cost_item_rule {
    color: #781ECD;
    font-size: 24px;
    order: 0;
}
.basket_price_old {
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    position: relative;
    display: inline-block;
    width: fit-content;
}
.basket_price_old::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 38%;
    left: 0;
    background-color: #C1272D;
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.logout_butt {
    font-size: 19px;
    line-height: 19px;
    padding: 11px 20px;
    background-color: #781ecd;
    background-color: var(--purple);
}
.basket_price_current {
    color: #000;
    font-size: 16px;
    order: 2;
}
.basket_right {
    width: 23%;
    max-width: 290px;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
	height: 290px;
}
.basket_right_top {
    background: #F3F2F4;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
}
.basket_right_title {
    font-size: 22px;
    color: #000;
    margin: 0 0 15px 0;
}
.basket_right_str {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
}
.basket_right_str_right.red {
    color: #EB5757;
}
.basket_right_total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 17px;
    color: #000;
    border-top: 1px solid #C4C4C4;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}
.basket_right_total_right {
    font-size: 22px;
}
.basket_submit {
    width: 100%;
    font-size: 17px;
    background: #781ecd;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    margin: 15px 0 15px;
}
.basket_note {
    font-size: 12px;
    line-height: 1.2;
}
.basket_count_minus {
    font-size: 34px;
    width: 32.5%;
    justify-content: center;
    display: flex;
    height: 100%;
    align-items: center;
    color: #000;
}
.basket_count_input {
    text-align: center;
    font-size: 22px;
    color: #000;
    width: 34.5%;
    display: flex;
    height: 100%;
    border: 2px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    box-sizing: border-box;
}
.basket_count_plus {
    color: #000;
    font-size: 28px;
    padding: 3px 0 0 0;
    width: 32.5%;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
    background: #781ecd!important;
    border-color: #781ecd!important;
}
.bx-soa-section .bx-soa-section-title-count:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 10px;
    color: #98979d;
    line-height: 15px;
    counter-increment: heading;
    content: counter(heading);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bx-soa-cart-total-button-container a, .pull-left.btn.btn-default.btn-md, .pull-right.btn.btn-default.btn-md, .pull-right.btn.btn-default.btn-lg.hidden-xs {
    border-radius: 0;
    background: #781ecd!important;
    border: 0;
}
.bx-soa-item-title a {
}
.bx-soa-item-title a:hover {
    text-decoration: none;
}
.main-header__login {
    position: relative;
    margin-right: 0;
    padding: 0 0 0 25px;
    margin: 0 0 0 20px;
}
a.main-header__link{
	margin-right: 15px;
}
.main-header__login:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: -4px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/kitfort/img/personal.svg) no-repeat;
    background-size: 100%;
}
.main-header__presents svg{
	display:none;
}
a.main-header__presents{
	padding-left:33px;
}
.main-header__presents:before {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    top: 8px;
    width: 27px;
    background-size: cover;
    height: 25px;
    background-image: url(/local/templates/kitfort/img/star.svg);
}
.main-header__nav-list li {
    margin-right: 8px;
}
a.main-header__login {
	margin-right:0;
}
.profile_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.profile_menu {
    margin: 0 0 20px 0;
}
.profile_menu .profile_menu_i.active {
    color: #000;
}
.profile_menu .profile_menu_i {
    margin: 0 35px 0 0;
}
.profile_form .input_item {
    margin: 0 0 25px 0;
}
.input_item {
    display: flex;
    flex-wrap: wrap;
    width: 32%;
    max-width: 400px;
    align-items: flex-end;
}
.input_item_label {
    font-size: 12px;
}
.input_text {
    width: 100%;
    border: 1px solid #C4C4C4;
    height: 64px;
    padding: 0 15px;
    color: #000;
}
.profile_form .button_profile_save {
    width: 100%;
    font-size: 17px;
    padding: 23px 0;
    margin: 20px 0 0 0;
}
.product-page .add_to_cart, .product-page .add_available {
    position: relative;
    padding: 10px 16px 13px 45px;
    font-size: 18px;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #781ecd;
    color: #781ecd !important;
    width: calc(50% - 0px);
}
.product-page .add_to_cart:before, .product-page .add_available:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 12px;
    background: url(/local/templates/kitfort/img/basket.svg) no-repeat;
    width: 26px;
    height: 29px;
    background-size: 100%;
}
.product-page .add_to_cart.in_cart:before {
    background: url(/local/templates/kitfort/img/icons/incart.svg) no-repeat;
}
.orders .orders_i.active {
    background: #F3F2F4;
}
@media screen and (max-width: 1280px) {
.basket_i {
    justify-content: space-between;
}
.fl_container_c_p {
    width: 48%;
    min-width: 345px;
}


}
@media screen and (max-width: 1199px) {
.in_cart + .popup_count {
}
.product-page .add_to_cart, .product-page .add_available {
    width: 100%;
    margin: 0 0 12px 0;
}
.btn_count_flex {
    flex-wrap: wrap;
}
.product-aside .popup_count {
    margin-left: unset;
}
.product-aside .add_fav {
    margin: 0 0 0 auto !important;
}


}
@media screen and (max-width: 1064px) {
.basket_info {
    width: 100%;
}
	.js-popup-basket, .js-popup-sub {
		width: 90% !important;
		margin-left: 5% !important;
		padding: 25px 30px !important;
		left: 0% !important;
	}
    .header_basket a.header_basket_link, .main-header__login {
        font-size: 0px!important;
    }
    .header_basket {
        padding: 0;
        margin: -6px 0 0 0;
    }
    .fl_container_lft {
        width: 44%;
    }

}
@media only screen and (max-width: 800px) {
    .fl_container_lft {
        width: 38%;
    }
}
@media only screen and (max-width: 767px) {

.basket_i {
    position: relative;
}
.fl_container_c_p {
    flex-wrap: nowrap;
    align-items: center;
}
.basket_left .add_fav {
    position: absolute;
    right: 40px;
    top: 10px;
}
.del_from_basket {
    position: absolute;
    top: 7px;
    right: 3px;
}
.product-page .add_to_cart, .product-page .add_available {
    font-size: 16px;
}
.product-aside .popup_count_minus, .product-aside .popup_count_plus {
    font-size: 20px;
}
.product-aside .popup_count_input {
    font-size: 20px;
}
a.main-header__login {
    display: none;
}
.container_mobile_btns a.main-header__login {
    display: block;
}
.container_mobile_btns {
    display: flex;
    align-items: center;
    font-size: 0;
    margin-right: 30px;
    margin-top: -12px;
}
    .container_mobile_btns a.main-header__login {
        width: 24px;
        height: 24px;
        padding: 0;
        margin: 0 10px;
        order: 2;
    }
.container_mobile_btns .main-header__login:before {
    left: 0px;
     top: unset; 
    width: 24px;
    height: 23px;
}
    .container_mobile_btns .header_basket_link {
        position: relative;
        padding: 0;
        margin: 0 10px;
        width: 24px;
        height: 27px;
        order: 3;
    }
.container-header.--showed .container_mobile_btns {
        margin-left: auto;
    }
.container-header.--showed .main-header__open-search {}
.container-header.--fixed.--showed .container_mobile_btns {
        margin-left: 0;
    }
.container-header.--fixed .container_mobile_btns {}
.container-header.--fixed .main-header__open-search {}
header.main-header--open .header_basket {
    display: none!important;
}
	.popup_element {
		width: 100%;
		align-items: center;
		margin: 0 auto 20px auto;
		max-width: 600px;
		text-align: center;
		justify-content: center;
	}
	.popup .button_to_basket {
		margin: 10px auto 0 !important;
	}
	.popup_count {
		margin-left: auto;
	}
	.popup_price {
		margin: 0 auto 0 15px;
	}
	.header_basket {
		display: none;
	}
	.popup .popup_buttons {
		display: block !important;
	}
	.fl_container_c_p {
		width: 100px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.basket_count {
		margin: 0;
		order: 2;
	}
	.basket_price {
		width: 50%;
		margin: 0 auto 0 0;
		text-align: left;

	} 
	header.main-header--open .header_basket {
		display: block;
		padding: 7px 0 0 0;
		z-index: 101;
		position: relative;
		top: 0;
		right: 43px;
	}
	header.main-header--open .main-header__bottom {
		flex-wrap: nowrap;
	}
	.orders .orders_basket {
		padding: 20px 20px 0px 20px;
	}
	.orders .orders_info {
		padding: 20px 20px 25px 20px;
	}
}
@media screen and (max-width: 900px) {
	.popup .popup_buttons {
		margin: 20px 0 0 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.orders .orders_i_top {
	}
    .container_perscab .profile_menu {
        display: none;
    }
    .container_perscab .orders {
    width: 100%;
    }
    .container_perscab .image_link img {
    max-width: 70px;
    max-height: 70px;
}
}
@media only screen and (max-width: 1023px) {
    .basket_left {
        width:100%;
    }
	.main-header--open .container_mobile_btns,.main-header--open .container_mobile_btns a.main-header__login{
		display:block;
		font-size:13px !important;
	}
	.basket_left {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.basket_right {
		width: 100%;
		max-width: unset;
	}
	.header_basket_link {
        position: relative;
        padding: 8px 0 10px 33px;
    }
    .orders .orders_i_number {
        margin: 0 0% 0 0;
        width: fit-content;
    }
    .orders .orders_i_date {
        width: fit-content;
        text-align: right;
        margin: 0 0 0 10px;
    }
	.orders .orders_i_count {
		margin: 0;
	}
	.orders .orders_i_status {
	}
}
@media only screen and (max-width: 600px) {
.fl_container_c_p {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    min-width: unset;
}
.fl_container_lft {
    width: 100%;
}
.basket_i {
    padding: 20px 10px;
}
.basket_left_top {
    padding: 12px 10px;
}
	.basket_info {
		width: unset;
	}
	.basket_count {
		width: 100px;
	}
	.profile_menu .profile_menu_i {
		display: block;
		margin: 0 0 5px 0;
	}
	.orders .orders_i_number {
		font-size: 17px;
	}
	.orders .orders_basket_i_links {
		width: 100%;
		text-align: center;
	}
	.orders .orders_basket_i_img {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.orders .orders_basket_i_name {
		width: 100%;
	}
	.orders .orders_basket_i_count {
		margin: 0 30px 0 0;
	}
	.orders .orders_basket_i_price {
		width: fit-content;
		margin-right: auto;
	}
	.orders .orders_info_user {
		justify-content: space-between;
	}
}
@media only screen and (max-width: 479px) {
    .item--extra-small .item__link {
        padding: 4px 6px 4px 6px;
        font-size: 16px;
    }
	.popup_element {
		flex-direction: column;
	}
	.input_item {
		width: 100%;
	}
	.orders .orders_i_top {
	}
	.orders .orders_i_number {
		margin: 0 0% 0 0;
	}
    .orders .orders_i_date {
        width: 100%;
        text-align: left;
        margin: 5px 0 0 20px;
    }
	.orders .orders_info_i {
		width: 100%;
	}
}
.checkbox input[type="checkbox"]:checked + label::after {
    
}
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    top: 5px;
    color: #fff;
}
.checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}
.checkbox input[type="checkbox"]:checked + label::before {
    background: #781ecd;
}
.checkbox label::before {
    height: 20px;
    width: 20px;
    border: 2px solid #781ecd;
    left: 0px;
    top: 1px;
    box-sizing: border-box;
    position: absolute;
    content: "";
    display: inline-block;
}
.to-basket{
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	color:#781ecd;
	margin-bottom:15px;
}
.to-basket:hover{
	opacity: 0.8;
	color:#781ecd;
}
.main-header__login {
    position: relative;
    margin-right: 0;
    padding: 0 0 0 23px;
    margin: 0 0 0 20px;
}
#modal_auth {
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 650px;
    left: 50% !important;
    margin-left: -325px;
}
#modal_auth .input__label {
    font-family: ALSSector, Helvetica, Arial, sans-serif;
    font-size: 17px;
}
#modal_auth .feedback-form__input {
    padding-right: 20px;
}
#modal_auth .align-center {
    padding-right: 20px;
}
#modal_auth .mgb15 {
    margin: 0 0 10px 0;
    display: inline-block;
}
#modal_auth .already_have {
    font-family: ALSSector, Helvetica, Arial, sans-serif;
    font-size: 19px;
    display: inline-block;
    margin: 10px 0;
}
#modal_auth .text_link_reg {
    font-family: ALSSector, Helvetica, Arial, sans-serif;
    font-size: 19px;
}
#yandex-id-container {
    font-family: ALSSector, Helvetica, Arial, sans-serif!important;
    font-size: 19px!important;
}
#yandex-id-container .yaPersonalButtonInfo {
    font-family: ALSSector, Helvetica, Arial, sans-serif!important;
    font-size: 19px!important;
}
#yandex-id-container .yaPersonalButtonText {
    font-family: ALSSector, Helvetica, Arial, sans-serif!important;
    font-size: 19px!important;
}
/*.yaPreloadingSuggestBlockContainer {
    height: 52px!important;
}
.yaPreloadingSuggestBlockContainer .yaPersonalButton {
    height: 52px!important;
}*/
#modal_auth .feedback-form__button {
    font-family: ALSSector, Helvetica, Arial, sans-serif;
    font-size: 19px;
    height: 52px;
}
.popup-window .bx-auth-title{
	font-size: 24px;
    line-height: 25px;
	font-weight: 400;
	margin-bottom: 20px;
	color:#000;
    font-family: ALSSector, Helvetica, Arial, sans-serif;
}
.popup-window-content{
	font-size:17px;
}
.align-center{
	text-align:center;
}
.popup-window-close-icon{
	opacity:1;
	right:10px;
	top:10px;
}
.popup-window-close-icon:after{
	color:#000;
	width: 40px;
    height: 40px;
	background: url('/local/templates/kitfort/img/icons/close2.svg') no-repeat;
    background-size: 20px;
    background-position: center;
}
.email-confirm{
	font-size:12px;
	margin-bottom:10px;
}
@media only screen and (max-width: 1390px) {
    .main-header__nav {
        width: 500px;
    }
    .main-header__social {
        margin-top: -20px;
    }
    .page_order .paym_i {
        width: 30%;
    }
}
@media only screen and (max-width: 1499px) {
    .main-header__phone p {
        font-size: 0;
    }
}
.product-aside .add_fav {
    position: absolute;
    top: unset;
    right: 0px;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 5px;
}
.product-aside .popup_count {
    height: 52px;
    padding: 0;
    border: 0;
    width: auto;
}
.product-aside .popup_count_input {
    width: 48px;
    height: 48px;
    font-size: 24px;
    color: #781ecd;
    margin: 0;
}
.product-aside .popup_count_plus {
    
}
.product-aside .popup_count_minus, .product-aside .popup_count_plus {
    cursor: pointer;
    width: 44px;
    height: 52px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #781ecd;
    position: relative;
    font-size: 24px;
    display: inline-flex;
    padding: 0;
    border: 2px solid #781ecd;
}
.product-aside .popup_count{
	display:none;
}
.in_cart + .popup_count {
    display: inline-block;
    width: calc(50% - 5px);
}


.del_from_basket {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(/local/templates/kitfort/img/icons/close2.svg) no-repeat;
    background-position: center;
    outline: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    margin: 0 0 0 10px;
}
.bx-sbb-empty-cart-image{
	text-align:center;
}
.one_click_buy {
    width: 100%;
    margin: 0 0 20px 0;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #modal_auth {
        padding: 20px;
        width: 88%;
        max-width: unset!important;
        left: 6%!important;
        margin-left: unset;
    }
    #popup-window-overlay-modal_auth {
        width: 100%!important;
    }
}