.modal_block_body::-webkit-scrollbar-track {
    background-color: transparent !important;
}
.modal_block_body::-webkit-scrollbar {
    width: 14px !important;
    height: 8px !important;
    background-color: #14386 !important;
}
.modal_block_body::-webkit-scrollbar-thumb {
    background-color: #9d9da5 !important;
    border-radius: 100px !important;
}
.actions-header__btn.diller {
    position: relative;
}
.actions-header__btn.diller .badge_diller {
    position: absolute;
    top: -10px;
    right: 0px;
    color: #111;
    font-size: 12px;
    background-color: #fff;
    padding: 3px;
    border-radius: 7px;
    border: 1px solid #f2790f;
}


@media (max-width: 991px) {
    .modal_block_body::-webkit-scrollbar {
        width: 8px !important;
    }
}

.divtablecell.summ-price .__cart-price > span {
    color: #F2790F;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}
.__cart-cont .divtablerowmain {
    position: relative;
}
.subcatalog {
    min-height: auto;
    position: absolute;
    top: -1px;
    left: calc(100% - 18px);
    border-left: 21px solid transparent;
}
.subcatalog_sub {
    min-height: auto;
    padding: 10px 8px 20px 8px;
    position: absolute;
    top: -1px;
    left: calc(100% - 18px);
    border-left: 21px solid transparent;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    left: calc(100% - 18px);
    border-left: 21px solid transparent;
}
.catalog__subcatalog {
    -webkit-box-shadow: 0px 0px 7px #361201;
            box-shadow: 0px 0px 7px #361201;
    height: 100%;
    width: 100%;
}

.actions-header__cart {
    position: relative;
    margin-right: 10px;
}
.actions-header .actions-header__cart.msMiniCart .full {
    display: none;
}
.actions-header .actions-header__cart.msMiniCart .empty {
    display: block;
}
.actions-header .actions-header__cart.msMiniCart.full .full {
    display: block;
}
.actions-header .actions-header__cart.msMiniCart.full .empty {
    display: none;
}
.actions-header__cart.full .ms2_total_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -10px;
    right: -9px;
    background-color: #f2790f;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
/* edited 23.06.2023 */
.actions-header__favorite {position: relative;}
.actions-header__favorite .load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -10px;
    right: -9px;
    background-color: #f2790f;
    font-size: 14px;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.item-cart__name {
    max-width: 430px;
}
.popup__close {
    width: 20px;
    height: 20px;
}
.wrapper-user__title {
    margin-bottom: 20px;
}
.wrapper-user__btn {
    color: #000000;
}
a.wrapper-user__btn._tabs-item {
    margin-bottom: 1rem;
}
.popup_phone_mobilephone {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}
.btn_send_phone_order {
    display: none;
    position: absolute;
    right: 5px;
    top: 34px;
    font-size: 13px;
    padding: 0 10px;
    height: 38px;
    border-radius: 20px;
}
.btn_send_phone_order._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#office-auth-login p.error {
    font-size: 14px;
    color: #f04a4a;
    font-weight: 300;
}
.timer {
    font-size: 14px;
    display: none;
}
.timer > span {
    font-weight: 600;
}
.divtablecell.summ-price > span:last-child{ 
    display: none;
}
.__totals {
    padding-bottom: 0;
}
.cart-total-title {
    padding: 0.3em 0 1em;
}
.cart-total-title-details a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.cart-total-title-details a svg {
    width: 17px;
    height: 17px
}
.cart-total-title-details a svg path {
    fill: #bdbdcb;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cart-total-title-details span {
    color: #000000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#delivery_city:hover {
    cursor: pointer;
}
#delivery_city:hover span {
    color: #f2790f;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#delivery_city:hover a svg path {
    fill: #f2790f;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#delivery_payment:hover {
    cursor: pointer;
}
#delivery_payment:hover span {
    color: #f2790f;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#delivery_payment:hover a svg path {
    fill: #f2790f;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal_block_order {
    display: none;
}
.modal_block_order.fixing_order {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
}
.fixing_order_body {
    overflow: hidden;
}
.fixing_order:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.2);
    z-index: 100;
}
.modal_block_body {
    position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-width: 90vw;
	width: calc(100% - 20px);
	overflow-y: auto;
	z-index: 120;
	background-color: #fff;
	padding: 40px;
	height: calc(100vh - 180px);
	border-radius: 25px;
}
.modal_block_body .title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.close_modal {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.close_modal svg {
    width: 20px;
}
.close_modal svg path {
    fill: #9d9da5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.close_modal:hover svg path {
    fill: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal_block_body::-webkit-scrollbar {
    width: 0;
}
.modal_block_order .__delivery-items {
    margin-bottom: 15px;
    padding: 0;
    background-color: #f1f1f5;
    border-radius: 5px;
    overflow: hidden;
    border: 3px solid #f1f1f5;
}
.modal_block_order .__delivery-items > label > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

div.eshoplogistic-widget-cart .eshoplogistic-theme-container,
div.eshoplogistic-widget-cart .eshoplogistic-theme-filter-button {
    max-width: unset;
}
div.eshoplogistic-widget-cart .eshoplogistic-theme-services-list {
    max-height: 14rem;
}

.cart .modal_block_order .custom-checkbox img {
    width: 40px;
    margin-right: 5px;
}
.cart .modal_block_order .custom-checkbox > label > span {
    padding: 5px;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
    border-radius: 5px;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.cart .modal_block_order .custom-checkbox > label > span > span {
    border-bottom: none;
    padding-bottom: 0;
    height: auto;
    width: auto;
}
.modal_block_order .__delivery-item {
    width: 50%;
}
.cart .modal_block_order .custom-checkbox input:checked ~ span img {
    background: none;
}
.cart .modal_block_order .custom-checkbox input:checked ~ span {
    background-color: #fff;
}
.cart .modal_block_order .custom-checkbox span:hover img {
    background: none;
}
#payments .modal_block_body {
    max-width: 420px;
	width: 100%;
}
#payments .__payout-items {
    
}
#payments .custom-checkbox {
    width: 100%;
}
#payments .custom-checkbox > label > span {
    border: 1px solid #d3d4dd;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
    height: 52px;
}
.cart #payments .modal_block_order .custom-checkbox img {
    padding: 0;
}
#payments .modal_block_body .title {
    margin-bottom: 40px;
}
.cart #payments .custom-checkbox input:checked ~ span {
    border: 1px solid #f2790f;
}
.cart #payments .custom-checkbox:hover span {
    color: #f2790f;
}
#payments .modal_block_body {
    height: auto;
}

@media (any-hover: hover) {
  .item:hover .item__info_show {
    display: none;
  }
  .item:hover .item__table {
    display: none;
  }
  .item:hover .item__info_hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    visibility: visible;
  }
  .item__article {
    text-align: center;
  }
  .item__is {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1230px) {
    .divtablerow.d-flex {
        display: none!important;
    }
    .__cart-cont .divtable {
        width: auto!important;
    }
    /* .__cart-cont .divtablerowmain {
        padding-top: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #cbcbcb;
        height: 185px;
        align-items: start;
        overflow: hidden;
    } */
    .page__title {
        margin: 0 0 18px 0;
    }
    /* .divtablecell.name {
        max-width: 100%;
    }
    .divtablecell.count {
        position: absolute;
        bottom: 5px;
    }
    .data-item-cart__quantity {
        width: 105px;
        margin: 0;
        height: 35px;
    }
    .divtablecell.price {
        position: absolute;
        left: 217px;
        top: 10px;
    }
    .divtablecell.summ-price {
        position: absolute;
        right: 0;
        top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    } */
    .divtablecell.name span {
        margin-top: 24px;
    }
    .data-item-cart__btn {
        visibility: visible;
    }
    .__cart-cont .col-md-9 {
        width: calc(100% - 320px)!important;
    }
    .__cart-widget {
        padding: 1em;
        max-width: 290px;
        width: 100%;
        height: 100%;
    }
    .divtablecell.summ-price > span:last-child{ 
        display: block;
    }
}
@media (max-width: 991px) {
    .first-user__form .group_btn {
        width: 100%;
    }
    .wrapper-user__blocks {
        display: block;
    }
    .wrapper-user {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .wrapper-user__nav {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0;
    }
    .__cart-cont .col-md-9 {
        width: 100%!important;
    }
    .cart__container .page__title {
        margin-top: 50px;
    }
    
    .__cart-widget {
    	position: static;
    	margin-left: auto;
    }
    
    #msCart .__cart-widget {
    	width: 100%;
    	max-width: unset;
    }
}
@media (max-width: 767px) {
    #msCart {gap:0}
    #msOrder .__cart-widget {
        height: auto;
    }
    .__cart-widget {
        margin: 0 auto 20px;
    }
    .__order-steps#msOrder .__cart-widget {
        margin-top: 30px;
        max-width: unset;
    }
}
@media (max-width: 520px) {
    .popup_phone_mobilephone [name="mobilephone"]._active {
        padding-right: 130px;
    }
    .first-user {
        padding: 20px;
    }
    /* .divtablecell.name span {
        margin-top: 110px;
        margin-left: 20px;
    } */
    .divtablecell.summ-price {
        left: 237px;
        top: 60px;
        right: auto;
    }
    .divtablecell.price .__cart-price > span {
        font-size: 16px;
    }
    .divtablecell.summ-price .__cart-price > span {
        font-size: 16px;
    }
/*     .divtablecell.name img {
    height: auto;
    max-width: 200px;
    margin: 0;
} */
    .divtablecell.price {
        left: 105px;
    }
    .divtablecell.summ-price {
        left: 125px;
    }
    
}
@media (max-width: 420px) {
  .item__cart,
  .item__more,
  .item__favorite {
    border: none;
  }
}


/* ========= 20.07.2023 ====== */
@media (min-width: 768px) {
    div.eshoplogistic-widget-cart .eshoplogistic-theme-services-list,
    div.eshoplogistic-widget-cart .eshoplogistic-theme-filter-button-group {
    	grid-template-columns: repeat(auto-fill, 49%);
    }
}
div.eshoplogistic-widget-cart .eshoplogistic-theme-services-list,
div.eshoplogistic-widget-cart .eshoplogistic-theme-filter-button-group {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, 1fr);
	row-gap: 1rem;
	-webkit-column-gap: 2%;
	   -moz-column-gap: 2%;
	        column-gap: 2%;
}
div.eshoplogistic-widget-cart .eshoplogistic-theme-filter-button-group {
    margin-bottom: 1rem;
}

@media (max-width: 479px) {
    .cart .modal_block_order .custom-checkbox > label > span {
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    	text-align: center;
    	gap: 5px;
    }
    .cart .custom-checkbox span {
    	height: auto;
    }
}

.courier-street {
	border: 1px solid #d1d5db;
	width: 100%;
	padding: 15px;
}
.courier-street::-webkit-input-placeholder {
	font-size: .875rem;
	line-height: 1.25rem;
	color: #ccc;
}
.courier-street::-moz-placeholder {
	font-size: .875rem;
	line-height: 1.25rem;
	color: #ccc;
}
.courier-street:-ms-input-placeholder {
	font-size: .875rem;
	line-height: 1.25rem;
	color: #ccc;
}
.courier-street::-ms-input-placeholder {
	font-size: .875rem;
	line-height: 1.25rem;
	color: #ccc;
}
.courier-street::placeholder {
	font-size: .875rem;
	line-height: 1.25rem;
	color: #ccc;
}

.__cart-widget span.value {
	text-align: right;
}

#delivery_street {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

@media (max-width: 575px) { 
    .delivery_cart {
        position: relative;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	-webkit-box-align: start;
    	    -ms-flex-align: start;
    	        align-items: flex-start;
    }
    .delivery_cart .dcy_value {
        top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
    }
    .double-street {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}
    .dcy_value {
    	position: absolute;
    	right: 20px;
    	top: 20px;
    }
}
@media (max-width: 480px) { 
    .modal_block_body {
        padding: 40px 20px;
    }
    .custom-checkbox.__delivery-item label > span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .eshoplogistic-widget-cart label.eshoplogistic-theme-label {
    	font-size: 14px;
    	line-height: 16px;
    }
    .eshoplogistic-widget-cart div.eshoplogistic-theme-yandex-map {
	    height: 23rem;
    }
    .eshoplogistic-widget-cart .eshoplogistic-theme-services-list {
	    overflow-x: hidden;
    }
}

@media (max-width: 370px) {
    .modal_block_body {
    	padding: 40px 10px;
    }
    .modal_block_body {
        max-width: 98vw;
    }
}
/* ========= end 20.07.2023 ====== */
/* === Checkout === */
@media(max-width: 767px) {
    
    .divtablerowmain.d-flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    	width: 100%;
    	-webkit-box-pack: start;
    	    -ms-flex-pack: start;
    	        justify-content: flex-start;
    	-webkit-box-orient: horizontal;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: row;
    	        flex-direction: row;
    }
    .divtablecell.name img {
        height: auto;
    	max-width: 100px;
    	margin: 0;
    }
    .divtablecell.name {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    	max-width: 90%;
    	-webkit-box-ordinal-group: 0;
    	    -ms-flex-order: -1;
    	        order: -1;
    	-webkit-box-pack: start;
    	    -ms-flex-pack: start;
    	        justify-content: flex-start;
    }
    .divtablecell span:nth-child(2) {
        margin-top: 0;
	    text-align: left;
    }
    .divtablecell.count {
    	margin-right: 0;
    	width: 100px;
    	margin-bottom: 10px;
    }
    .data-item-cart__quantity {
    	margin: 0;
    	width: auto;
    }
    .divtablecell span:nth-child(2) {
    	font-size: 14px;
    }
    .data-item-cart__btn {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
}

#pickup_info select {
	box-shadow: 4px 4px 20px 4px rgb(34 60 80 / 20%);
	border-radius: 5px;
	background: #fff;
	border: 1px solid #cbcbcb;
	padding: 1em 1.5em 1em 1em;
	outline: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 1em;
}

.msorder-get_block {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}
.msorder-get_item select {
    box-shadow: 2px 2px 10px 2px rgb(34 60 80 / 20%);
	border-radius: 7px;
	background: #fff;
	border: 1px solid #cbcbcb;
		padding: 6px 20px 6px 8px;
	outline: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 2px center;
	background-size: 15px;
}
@media(max-width: 1230px){
    .msorder-get_block {
    	flex-wrap: wrap;
    	justify-content: center;
    }
    .msorder-get_item {
    	width: 100%;
    	max-width: 200px;
    }
    .msorder-get_item select {
    	width: 100%;
    }
    .sixth-user .body-sixth-user-item__right .body-sixth-user-item__product_block {
    	width: calc(80% - 20px);
    }
}
@media(max-width: 991px){
    .msorder-get_block {
    	justify-content: flex-start;
    }
    .sixth-user .body-sixth-user-item__right .body-sixth-user-item__product_block {
    	width: 100%;
    }
}
@media(max-width: 535px){
    .msorder-get_block {
    	justify-content: center;
    }
}

.mse2_number_inputs {
    display: flex;
    margin: 0 -8px;
}
.mse2_number_inputs label {
	padding: 8px 5px 5px;
    box-shadow: 2px 2px 10px 2px rgb(34 60 80 / 20%);
	border-radius: 7px;
	background: #fff;
	border: 1px solid #cbcbcb;
	outline: none;
	
	text-transform: lowercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}
input#mse2_ms\|price_0,
input#mse2_ms\|price_1 {
    width: 100%;
}
label[for="mse2_ms|price_0"] {margin-right: 5px;}

div.ui-slider-horizontal .ui-slider-handle {
    top: -0.45em;
}
div.ui-slider .ui-slider-handle {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	outline: none;
}

.filter-mobile.add-color svg path {
    fill: #e97e00;
}

.close-fliter_btn {
    display: none;
}
@media(max-width: 991px){
    .close-fliter_btn {
        display: flex;
    	align-items: center;
    	justify-content: center;
    	
    	position: absolute;
    	right: 5px;
    	top: 9px;
    	
    	width: 20px;
    	height: 20px;
    	
    	color: #FFF;
    	font-size: 28px;
    	cursor: pointer;
    }
}
