

/* Start:/local/components/altermax/catalog.basket/templates/eltix/style.css?176347160019074*/
.basket-mobile-only {
    display: none;
}

.delete_item_mobile {
    display: none;
    border: none;
    background: transparent;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .products_wr {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .search_header_block_c td {
        margin-bottom: 5px!important;
    }

    .for_order_functions {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .order_functions_icons {
        padding: 10px 0;
    }

    .m_cart_tbl,
    .m_cart_tbl tbody,
    .m_cart_tbl tr,
    .m_cart_tbl td {
        display: block;
        width: 100%;
    }

    .m_cart_tbl tr.shapka_table {
        display: none;
    }

    .m_cart_tbl tr.product-item-container {
        position: relative;
        border: 1px solid #e6ebff;
        border-radius: 14px;
        padding: 14px 12px 16px;
        margin-bottom: 12px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(16, 35, 71, 0.12);
        overflow: hidden;
    }

    .m_cart_tbl tr.product-item-container td {
        display: block !important;
        padding: 6px 0;
        text-align: center;
        position: relative;
        z-index: 1;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .m_cart_tbl tr.product-item-container td[data-label]::before {
        content: attr(data-label);
        display: block;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: rgba(16, 35, 71, 0.45);
        margin-bottom: 2px;
    }

    .m_cart_tbl tr.product-item-container td.m_number_in_bsk {
        display: none !important;
    }

    .m_cart_tbl .m_number_in_bsk {
        display: none !important;
    }

    .m_cart_tbl .m_money {
        text-align: center;
    }

    .m_cart_tbl .m_money span {
        font-size: 15px;
        font-weight: 600;
        color: #0f2448;
    }

    .product-item-container td:nth-child(2) {
        text-align: center;
    }

    .product-item-container td:nth-child(2) .m_ref_w {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #0f2448;
        text-decoration: none;
        margin-top: 4px;
    }

    .product-item-container td:nth-child(2) .m_ref_w:hover {
        color: #1f5bff;
    }

    .count_input_wrap {
        width: 100%;
        justify-content: center;
        gap: 6px;
        padding: 6px 0 4px;
        border: none !important;
        background: transparent;
    }

    .count_input_wrap * {
        border: none !important;
    }

    .count_input_wrap input {
        width: 70px !important;
        text-align: center;
        font-size: 15px;
        padding: 6px 4px;
        border: none;
        background: transparent;
        color: #0f2448;
        font-weight: 600;
    }

    .basket-remove-cell {
        display: flex;
        justify-content: center;
        padding-top: 2px;
    }

    .product-item-container .delete_item {
        display: none;
    }

    .delete_item_mobile {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 10px;
        border: 1px solid rgba(15, 30, 55, 0.1);
        background: linear-gradient(180deg, #fafdff 0%, #ebf2ff 100%);
        box-shadow: 0 10px 18px rgba(12, 32, 75, 0.12);
        cursor: pointer;
        position: relative;
    }

    .delete_item_mobile::before,
    .delete_item_mobile::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 2px;
        background: #1b3d8d;
        border-radius: 2px;
    }

    .delete_item_mobile::before {
        transform: rotate(45deg);
    }

    .delete_item_mobile::after {
        transform: rotate(-45deg);
    }

    .oform_buts.basket_result {
        border: 1px solid #e6e6e6;
        border-radius: 14px;
        padding: 14px;
        background-color: #fff;
        box-shadow: 0 6px 18px rgba(15, 30, 55, 0.08);
    }

    .oform_buts.basket_result td:first-child,
    .oform_buts.basket_result td:nth-child(2),
    .oform_buts.basket_result td:nth-child(3),
    .oform_buts.basket_result td:last-child {
        display: none;
    }

    .oform_buts.basket_result td.summ_cart_text,
    .oform_buts.basket_result td.cart_sum {
        display: block;
        text-align: center;
        padding: 8px 0;
    }

    .oform_buts.basket_result td.summ_cart_text {
        font-size: 14px;
        font-weight: 600;
        color: rgba(16, 35, 71, 0.7);
        margin-bottom: 4px;
    }

    .oform_buts.basket_result td.cart_sum {
        font-size: 20px;
        font-weight: 700;
        color: #0f2448;
    }

    #cart_form {
        display: flex;
        flex-direction: column;
    }

    #cart_form > a {
        order: 1;
    }

    .go_to_catalog_ref,
    .oform_but_ref {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        clear: both !important;
        text-align: center !important;
        margin: 10px 0 !important;
        padding: 14px 16px !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        transition: all 0.3s ease;
        height: auto !important;
        line-height: normal !important;
        position: static !important;
        top: auto !important;
        background-image: none !important;
        background-position: initial !important;
        background-repeat: initial !important;
    }

    .go_to_catalog_ref {
        background: #f5f7ff !important;
        color: #0f2448 !important;
        border: 1px solid rgba(15, 36, 72, 0.15) !important;
    }

    .go_to_catalog_ref:hover,
    .go_to_catalog_ref:active {
        background: #ebf2ff !important;
        border-color: rgba(15, 36, 72, 0.25) !important;
    }

    .oform_but_ref,
    .oform_but_ref.of_ord_cart {
        background: linear-gradient(135deg, #1f5bff 0%, #0f3dcc 100%) !important;
        color: #fff !important;
        border: none !important;
        box-shadow: 0 4px 12px rgba(31, 91, 255, 0.3) !important;
        float: none !important;
    }

    .oform_but_ref:hover,
    .oform_but_ref:active,
    .oform_but_ref.of_ord_cart:hover,
    .oform_but_ref.of_ord_cart:active {
        background: linear-gradient(135deg, #0f3dcc 0%, #0a2da8 100%) !important;
        box-shadow: 0 6px 16px rgba(31, 91, 255, 0.4) !important;
        transform: translateY(-1px);
    }

    .rel_steps {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 16px 14px 18px;
        border: 1px solid #e6ebff;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 12px 24px rgba(15, 30, 55, 0.12);
        box-sizing: border-box;
        width: 100%;
    }

    .rel_steps .shag_c {
        width: 100%;
        padding: 12px 12px 14px;
        border-radius: 12px;
        border: 1px dashed rgba(30, 55, 110, 0.25);
        background: linear-gradient(145deg, rgba(245, 248, 255, 0.95), rgba(233, 240, 255, 0.9));
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .rel_steps .shag_c:not(:last-child) {
        margin-bottom: 0;
        box-sizing: border-box;
    }

    .order_functions_icons.clear_make {
        order: 2;
    }

    .rel_steps .tbl_cell_title {
        font-size: 17px;
        font-weight: 700;
        color: #0e1c39;
        margin-bottom: 4px;
    }

    .rel_steps .shag_i {
        font-size: 14px;
        line-height: 1.4;
        color: #24365a;
    }

    .rel_steps {
        counter-reset: steps;
    }

    .rel_steps .shag_c {
        counter-increment: steps;
    }

    .rel_steps .shag_c::before {
        content: counter(steps);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        margin-bottom: 6px;
        border-radius: 50%;
        background: #1e3d8f;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        align-self: flex-start;
    }

    .rel_steps .arrow_steps_o {
        display: none;
    }
}

 .catalog_buy {
    border-color: black !important;
    border: 1px solid #444;
 }
 /* .basket_result {
    display: flex;
    justify-content: flex-end;
 } */
 .basket_result .basket_result_container {
    display: flex;
    flex-direction: column;
    width: 56%;
 }
 .basket_result_container .line_result {
    display: flex;
    justify-content: space-between;
    margin-bottom:10px;
 }

 .basket_result_container .line_result .text-right {
    flex-basis: 50%;
 }
 .cart_navigation a.continue-btn {
	background: #f9f9f9;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 3px;
	text-transform: uppercase;
	/* font-size: 16px;
    font-weight: 600; */
    padding: 10px 30px;
}

.cart_navigation .checkout-btn,
.cart_navigation a.checkout-btn {
	float: right;
	background: #e83f33;
	/* font-size: 16px;
	font-weight: 600; */
	padding: 10px 30px;
	border-radius: 3px;
	text-transform: uppercase;
}

.remove-this-str {
    display: none;
}
.catalog_buy {
    display: block;
    border-radius: 10rem;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 40px;
}
.catalog_buy:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: -2;
}
.catalog_buy:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
    border-radius: 4px;
    z-index: -1;
}
.catalog_buy:focus {
    color: black !important;
}
.catalog_buy:hover {
    color: #fff;
}

.catalog_buy:hover span {
    color:white!important;
}
.catalog_buy:hover i {
    color:white!important;
}

.catalog_buy:hover:before {
    width: 100%;
}
.catalog_buy {
    border-radius: 4px!important;
    background: none!important;
    border-color: black!important;
    color:black;
}
.product-item-container .catalog_buy i, .product-item-container .catalog_buy span {
    color:black!important;
}

#in_basket_cust {
-webkit-box-shadow: 0px 19px 12px 0px rgba(34, 60, 80, 0.18);
-moz-box-shadow: 0px 19px 12px 0px rgba(34, 60, 80, 0.18);
box-shadow: 0px 19px 12px 0px rgba(34, 60, 80, 0.18);
}

.products_show .sort_name{
    margin-left: 10px;
}

.product-item-amount-description-container {
    margin-top:20px;
}

.product-item-price-container {
    margin-bottom: 10px;
}

.products_show .dropdown {
    display: flex;
    align-items: center;
}

.products_show {
    display: flex;
    justify-content: space-between;
}
.view_box {
    display: flex;
    align-items: center;
}
#download_pdf i {
    font-size:20px;
}
#download_pdf {
    display: flex;
    justify-content: center;
    margin-top:9px;
}
.dblock {
    display:flex;
}
.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
/* .product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
} */

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

/* .product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
} */

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	/* color: #000; */
	vertical-align: middle;
	text-align: center;
	/* font-weight: bold; */
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.flexbox--row {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
	display: flex;
}
 .item-foto {
    flex-basis:5%;
    position: relative;
    z-index: 1;
    margin-right: 5px;
}
.item-foto__picture {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
}
.item_description {
    flex-basis: 20%;
}

.item-foto__picture .thumb {
    position: static;
}
.item-foto__picture img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
 .item-info {
    padding: 0 20px;
    flex-basis: 20%;
}
.item-info .item-title {
    margin-bottom: 9px;
}
.item-info .catalog-info {
    margin-left: 5px;
}
.item-info .product-item-quantity {
    color:red;
}

.table-view .item-info .item-title {
    padding-top: 2px;
    margin-bottom: -3px;
}
.sa_block {
    position: relative;
}
.wrapp_stockers>div:not(.js-info-block) {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-right: 22px;
}
.item-actions {
    justify-content: space-between;
    flex-basis: 55%;
}
.item-buttons .counter_block_inner {
margin-right: 10px;
}

.item-actions .item-price {
    flex-basis: 50%;
    flex-shrink: 0;
    align-self: center;
    -ms-align-self: center;
    padding-right: 15px;
}
.item-actions .item-buttons {
    flex-basis: 60%;
    display: flex;
    justify-content: flex-end;
}

 .price_matrix_block .price_wrapper_block {
    display: block;
    position: relative;
	white-space: nowrap;
}

 .price_matrix_block .price_wrapper_block:before {
    border-top: 1px dotted #d6d6d6;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
}

.price_matrix_block .price_wrapper_block>div {
    padding: 0 0 0 9px;
    margin: 0;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.price_matrix_block .price_wrapper_block>div {
    padding: 0 0 0 9px;
    margin: 0;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-view__item {
    padding: 19px;
    transition:visibility 0s linear 2s, display 2s linear;

}
.small-block{
    display: flex;
}

.bordered {
    border: 1px solid #ececec;
    border-color: #ececec;
    margin-bottom:20px;
}

.products_show {
    padding: 15px 19px 7px;
    border: 1px solid #ececec;
    border-color: #ececec;
    background-color: #f8f8f8;
    border-bottom-width: 0;
}


@media (min-width: 992px) {
    .box-shadow:hover {
        border-color: #fff;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        background-color: #fff;
        z-index: 1;
        transition: box-shadow 300ms ease-in-out 0s;
    }
    .box-shadow_result {
        border-color: #fff;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        background-color: #fff;
        z-index: 1;
        transition: box-shadow 300ms ease-in-out 0s;
    }
}

@media (max-width: 1300px) {

    .item-actions .item-buttons .small-block {
        flex-direction: column;

    }
}  

@media (max-width: 940px) {

    .flexbox--row  {
        flex-direction: column;
        margin-top:15px;
    }
    .item_description {
        margin-top:15px;
    }
    .item-foto {
        order: -1;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .item-actions .item-price {
        flex-basis: 100%;
        width: 100%;
    }
    .item-buttons {
        margin-top:10px;
    }
    .item-foto__picture {
        width: 50%;
        height: auto;
    }
}  

/* Catalog Styles */

.view_box {
	opacity: 0;
	pointer-events: none;
}
.product-item-info-container .button-green, #in_basket_cust { 
	white-space: nowrap; 
	padding: 10px 16px!important;
	height: 40px;
 }

.product-line-item-info-right-container {
	display: flex;
	flex-direction: row;
}
.qty .quantity-block {
	margin-right:5px;
}
.bx-section-desc {
	display:flex;
	align-items: center;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.bx-section-desc img, .bx-section-desc .bx-section-desc-post {
 margin-right: 15px;
}
.bx-section-desc h2 {
	margin-bottom: 0px;
	white-space: nowrap;
}
.bx-section-desc .bx-section-desc-post {
	margin-left: 15px;
}

.bx-section-desc:before {
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -2px;
    content: "";
    background: #e83f33;
    width: 130px;
}

.jq-sortertable_order .txt-trns-normal:after {
display: inline-block;
content: "\f160";
font: normal normal normal 14px / 1 FontAwesome;
font-size: 0.8em;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-left: 4px;
}

.jq-sortertable_order .up:after {
	content: "\f161";
}

.jq-sortertable_order .active {
	text-decoration: none;
}

.underline {
	text-decoration: underline
}
.count_container {
	display: flex;
	align-items: center;
}
 .count_container input {
    text-align: center;
}
.input-sm {
	height: 40px!important;
}
.product-item .input-sm {
	height: 33px!important;
}
.cart_summary img {
    max-width: 74px!important;
}
.cart_summary th {
    text-align: center;
}
/* End */


/* Start:/local/components/altermax/search.title/templates/eltix_basket/style.css?17634715885137*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	/* font-weight:normal; */
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	/* color:black; */
	/* font-weight:normal; */
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	vertical-align: top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}


table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	/* font-size:11px;
	font-weight:normal; */
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/components/altermax/search.title/templates/eltix_basket/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

.checkbox.multi_search_lbl {
    margin-top: 0px !important; 
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	top: 4px !important;   
}

.checkbox.multi_search_lbl input[type="checkbox"] {
    position: relative;
    margin-top: 9px;
    margin-left: 0px;
    margin: 0px 0 0;
}

.but_search {
    border: 2px solid transparent !important;
    border-color: white !important;
}

@media screen and (max-width: 768px) {
    #title-search {
        width: 100%;
        box-sizing: border-box;
    }

    #title-search .search {
        min-width: 0;
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
        border-radius: 12px;
        background: #1071af;
    }

    #title-search .search * {
        box-sizing: border-box;
    }

    #title-search form,
    #title-search .simple_search,
    #title-search .multi_search {
        width: 100%;
        float: none;
    }

    #title-search .simple_search,
    #title-search .multi_search {
        padding: 0;
    }

    #title-search .search_word,
    #title-search .short_search_word {
        width: 100%;
        padding: 0 16px;
        margin-bottom: 10px;
        height: 44px;
		max-width: 100%;
        box-sizing: border-box;
    }

    #title-search .sample_s {
        display: block;
        width: 100%;
        padding: 0 2px;
        margin-bottom: 12px;
        color: rgba(255, 255, 255, 0.85);
        font-size: 13px;
        text-align: left;
    }

    #title-search .but_search {
        width: 100%;
        position: static;
        height: 44px;
        margin-top: 6px;
        background: #374e77;
        color: #fff;
        border: none;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        letter-spacing: 0.3px;
        padding: 0 18px;
    }

    #title-search .but_search::before {
        content: '';
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.53 20.47l-4.8-4.8a8 8 0 10-1.06 1.06l4.8 4.8a.75.75 0 101.06-1.06zM4.5 10.25a5.75 5.75 0 1111.5 0 5.75 5.75 0 01-11.5 0z' fill='%23ffffff'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    #title-search .multi_content {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    #title-search .multi_input {
        width: 100%;
    }

    #title-search .multi_search_lbl {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #fff;
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 480px) {
    #title-search .search {
        padding: 10px;
    }

    #title-search .search_word,
    #title-search .short_search_word {
        padding: 0 12px;
        height: 40px;
    }

    #title-search .but_search {
        height: 40px;
        font-size: 15px;
    }

    #title-search .sample_s {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

/* End */
/* /local/components/altermax/catalog.basket/templates/eltix/style.css?176347160019074 */
/* /local/components/altermax/search.title/templates/eltix_basket/style.css?17634715885137 */
