
/*#searchResult{*/
/*    border-top: none !important;*/
/*    max-height: 420px;*/
/*    overflow: auto;*/
/*    min-width: 350px;*/
/*    max-width: 700px;*/
/*    margin: auto;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 420px;*/
/*    top: 142px !important;*/
/*    -webkit-overflow-scrolling:touch;*/
/*}*/
#topSearch2 {
    display: none;
    position: relative;
    width: 100%;
    min-width: 240px;
    transition: width 0.6s ease;
    /*z-index: 9999 !important;*/
}

#subHeader3 .stretchSearchLine {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 9999 !important;
    /*max-width: 720px;*/
    width: calc( 100% - 20px);
    padding: 0 !important;
}

#topSearch2 .searchContainer {
    line-height: 44px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#speech-icon {
    display: none;
    position: absolute;
    top: 2px;
    left: 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    animation: blink 1500ms infinite;
}

#speech-icon img {
    width: 100%;
    height: auto;
    display: block;
}

#topSearchLine .clearfix:before,
#topSearchLine .clearfix:after {
    content: " ";
    display: table;
}
#topSearchLine .clearfix:after {
    clear: both;
}

#topSearchLine .container {
    position: relative;
    overflow: hidden;
}
#topSearchLine .container:hover {
    background-color: rgba(255, 252, 71, 0.29);
}
#topSearchLine .container::after{
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    border-bottom: 1px solid #bbb;
    content: "";
}

#topSearchLine .element {
    float: left;
    margin-right: 0px;
    margin-left: 10px;
    width: 70px;
}

#topSearchLine .element.image {
    display: none;
}

#topSearchLine .stretch-element {
    position: absolute;
    /*height: 100px;*/
    overflow: hidden;
}

#topSearchLine .table-cell {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    height: 100px;
}

#topSearchLine .searchResultBlock{
    position: relative;
    overflow: hidden;
    padding-top: 5px;
}
#topSearchLine .searchResultItemImg{
    width: 70px;
    float: left ;
    padding: 5px;
    text-align: center ;
}
#topSearchLine .searchResultItemImg img{
    max-width: 70px;
    max-height: 70px;
}
#topSearchLine .searchResultItemName.allSearch:hover .searchResultItemA{
    text-decoration: underline;
}
#topSearchLine .searchResultItemA{
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    font-size: 14px;
    display: block;
    padding-bottom: 3px;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 5px;
    color: #000000;
}
#topSearchLine .searchResultItemA .sheme{
    font-weight: bold;
    padding: 5px;
    background-color: #d8fd57;
    border-radius: 3px;
    margin-bottom: 5px;
    font-size: 12px;
    width: 150px;
    line-height: 10px;
    height: 10px;
    text-align: center;
    display: block;
    color: black;
}
#topSearchLine .searchResultItemA .sheme.top {
    width: 50px;
    display: inline;
    margin-right: 10px;
}
#topSearchLine .searchResultItemPrice span{
    font-weight: bold;
    padding: 5px;
    background-color: #fdfb5e;
    border-radius: 3px;
    font-size: 13px;
    width: 100px;
    line-height: 10px;
    height: 10px;
    text-align: center;
    display: block;
    color: black;
}
#topSearch2 .searchContainerInner{
    height: 44px;
    background-color: #fff;
    border-radius: 10px;
}

#topSearch2 .searchContainer{
    border-collapse: collapse;
    table-layout: fixed;
    line-height: 44px;
    display: table;
    height: 44px;
    width: 100%;
}
#topSearch2 .searchColumn{
    /*vertical-align: middle;*/
    display: flex;
}

#topSearch2 .searchColumn:last-child{
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
}

#topSearch2 #searchQuery{
    /*background: url(/local/components/creo/search.line/templates/multisearch2024/images/searchH2_blue.png) 14px 50% no-repeat transparent;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 120px;
    height: 44px;
    width: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
}


/*#topSearch2 .iconSearchGlassBleu {*/
/*    display: block;*/
/*    position: relative;*/
/*    z-index: 9999;*/
/*    padding: 10px 11px 12px 10px;*/
/*    !*top: 11px;*!*/
/*    !*left: 11px;*!*/
/*}*/

/*@media all and (max-width: 600px) {*/
/*    #topSearch2 .iconSearchGlassBleu {*/
/*       display: none !important;*/
/*    }*/
/*}*/

/*@media all and (min-width: 601px) and (max-width: 1200px) {*/
/*    #topSearch2 #searchQuery {*/
/*        background: url(/local/components/creo/search.line/templates/multisearch2024/images/searchH2_blue.png) 37px 50% no-repeat transparent;*/
/*        -webkit-box-sizing: border-box;*/
/*        -moz-box-sizing: border-box;*/
/*        box-sizing: border-box;*/
/*        background-size: 21px 21px;*/
/*        padding-left: 42px;*/
/*        padding-right: 125px;*/
/*        height: 44px;*/
/*        width: 100%;*/
/*        border: 0;*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 0;*/
/*    }*/
/*}*/

#topSearch2 #goSearch {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-size: 44px 44px;
    top: 0;
    right: 0;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #2E9CFF;
    cursor: pointer;
    height: 44px;
    border: none;
    width: 44px;
    padding: 0;
    border-radius: 9px;
    transition: background-color 0.3s ease;
}
#topSearch2 #goSearch:hover {
    background-color: #2575ba;
}

#topSearch2 .goSearch_text {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}


@media all and (max-width: 600px) {
    #topSearch2 .goSearch_text {
        display: none;
    }
}


/*#btnGoSearch {*/
/*    display: block;*/
/*    cursor: pointer;*/
/*    width: 80px;*/
/*    height: 44px;*/
/*    background-color: #2E9CFF;*/
/*    border: none;*/
/*    border-radius: 10px;*/
/*    padding: 0;*/
/*}*/

/*@media all and (max-width: 600px){*/
/*    #btnGoSearch {*/
/*        display: none;*/
/*    }*/
/*}*/

#subHeader2.color_black #topSearch2 #searchQuery,
#subHeader2.color_theme #topSearch2 #searchQuery,
#subHeader6.color_black #topSearch2 #searchQuery,
#subHeader6.color_theme #topSearch2 #searchQuery,
#subHeader7.color_black #topSearch2 #searchQuery,
#subHeader7.color_theme #topSearch2 #searchQuery,
#subHeader9.color_black #topSearch2 #searchQuery,
#subHeader9.color_theme #topSearch2 #searchQuery{
    background: url(images/searchH2W.png) 14px 50% no-repeat transparent;
    color: rgba(255, 255, 255, 0.7);
}

#subHeader5.color_black #topSearch2 #searchQuery,
#subHeader5.color_theme #topSearch2 #searchQuery{
    background: url(images/searchH5W.png) 14px 50% no-repeat transparent;
    color: rgba(255, 255, 255, 0.7);
}

#subHeader2.color_black #goSearch,
#subHeader2.color_theme #goSearch{
    background: url(images/searchIcoH2W.png) 0 0 no-repeat transparent;
}

#subHeader5.color_black #goSearch,
#subHeader5.color_theme #goSearch,
#subHeader6.color_black #goSearch,
#subHeader6.color_theme #goSearch,
#subHeader7.color_black #goSearch,
#subHeader7.color_theme #goSearch,
#subHeader9.color_black #goSearch,
#subHeader9.color_theme #goSearch{
    background: url(images/searchIcoH5W.png) 0 0 no-repeat transparent;
}

#topSearch2 #goSearch:hover{
    /*background-position: 0px -50px;*/
}

#topSearch2 #goSearch:active{
    background-position: 0px -100px;
}

#searchResult .results{
    overflow-y: auto;
    overflow-x: hidden;
}
#searchResult{
    border-top: 1px solid #f3f3f3;
    background-color: #ffffff;
    position: absolute;
    display: none;
    height: auto;
    z-index: 999;
    width: calc( 100% - 20px );
    top: 50px !important;
    left: 0;
    transform: translateY(0px);
    min-width: 350px;
    /*max-width: 700px;*/
    overflow-y: auto;
    padding: 10px;
    /*padding-top: 60px;*/
    border-radius: 10px;
    box-shadow: 0px 0px 10px #aaa;
}
#topSearchForm .searchContainerInner.shdw {
    box-shadow: 0px 0px 10px #aaa;
}
#topSearchForm {
    z-index: 10;
    position: relative;
}
#searchResult.visible{
    display: block;
}
#searchResult .productList{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    padding: 0 24px;
}

#searchResult .item{
    width: 16.666666%;
}

#searchResult .product{

    border: 0; /* clear */

    border-right: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea;

}
#searchResult .last {
    padding-left: 10px;
}
#searchResult .title {
    font-weight: bold;
    padding: 5px 0;
    color:#5a5a5a;

}
#searchResult .title.prods{
    margin-left: 5px;
}

#searchResult a {
    color: #000;
    text-decoration: none;
    display: block;
}
.left_results, .products {
    position: relative;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.product_item {
    display: table-row !important;
    position: relative;
}
.product_item img {
    max-height: 50px;
    max-width: 70px;
    margin: 0 auto;
}
.product_item img,
.product_item span{
    display: table-cell !important;
    vertical-align: top;
    padding: 5px;
    font-size: 13px;
    line-height: 1.25;
    cursor:pointer;
}
.product_item>span>p.name {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 5px 0;
}
.product_item .price{
    color:red;
    display: block;
    margin: 5px 0;
}
.product_item .price .old_price{
    text-decoration: line-through;
    color:#929292;
    display: inline !important;
}
.suggest_item, .suggest_item span, .category_item span>b{
    color: #303030;
    font-weight: bold;
    font-size: 12px;
}
.last .suggest_item, .last .suggest_item span{
    font-weight: normal;
    font-size: 15px;
}
.suggest_item span>b, .category_item span {
    color:#929292;
    font-weight: bold;
    font-size: 12px;
}
#searchResult .all,
#searchResult .all_fixed,
#searchResult .all_none {
    font-weight: bold;
    padding: 7px;
    color:#5a5a5a;
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    position: relative;
    margin-top: 5px;
    text-decoration: underline;
    text-align: center;
}
.empty_text {
    padding: 7px;
    color: #303030;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.left_results:after {
    content: " ";
    display:block;
    position: absolute;
    right: 0;
    top: 5%;
    height:90%;
    width:1px;
    background: #d2d2d2;
}

.suggests, .categories {
    position: relative;
    padding: 0 0 5px 0;
}
.suggests:after {
    content: " ";
    display:block;
    position: absolute;
    bottom: 0;
    left: 5%;
    width:90%;
    height:1px;
    background: #d2d2d2;
}

/*#searchResult .all:before {*/
/*    content: " ";*/
/*    display:block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 5%;*/
/*    width:90%;*/
/*    height:1px;*/
/*    background: #d2d2d2;*/
/*}*/
#searchResult .all_none:before {
    content: " ";
    display:block;
    position: absolute;
    top: 0;
    left: 5%;
    width:90%;
    height:1px;
    background: #d2d2d2;
}
.suggest_item:hover, .category_item:hover, .product_item:hover, .all_results:hover {
    background: #f1f1f1;
}
.suggest_item, .category_item{
    padding: 0 5px;
}
.suggest_item, .category_item, .product_item, .all_results {
    cursor: pointer;
}
a.product_item:after {
    content: " ";
    display: block;
    width: 90%;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    left: 5%;
    bottom: 0;
}
.all_fixed {
    display: none;
}
.searchColumn {
    position:relative;
}
.searchColumn .clear_input{
    display: none;
    position: absolute;
    right: 50px;
    cursor: pointer;
    color: #d2d2d2;
    top: 4px;
    padding: 0 5px;
    height: 36px;
}

.clear_input img {
    width: 30px;
    transform: rotate(45deg);
}

@media all and (min-width: 1200px) {
    /*.close_searchLine {*/
    /*    display: none !important;*/
    /*}*/
    #searchQuery {
        /*padding-left: 42px !important;*/
    }
}
.close_searchLine {
    position: relative;
    font-size: 22px;
    color: #CED6DF;
    display: none;
    padding: 0 10px;
    width: 17px;
    z-index: 99999;
    cursor: pointer;
}
.close_searchLine_open {
    display: block;
}
#topSearch2 #searchQuery::placeholder {
    color: #CED6DF;
}
#topSearch2 #searchQuery:focus::placeholder {
    color: transparent;
}
#topSearch2 #search_mic {
    display: none;
}




@media all and (max-width: 600px) {
    /*#topSearch2 #goSearch{*/
    /*    background: url(/local/templates/touch_demo/components/bitrix/menu/topMenu2/images/searchH22.png) 0 0 no-repeat transparent;*/
    /*    background-size: 44px 44px;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    right: 0;*/
    /*    cursor: pointer;*/
    /*    height: 45px;*/
    /*    border: none;*/
    /*    width: 44px;*/
    /*}*/

    #topSearch2 .searchColumn:last-child{
        width: 44px;
    }

    #topSearch2 .searchContainer {
        line-height: 44px;
    }
    #topSearch2 #search_mic {
        display: block;
        position: absolute;
        width: 44px;
        height: 44px;
        padding: 0;
        top: 1px;
        right: 44px;
        border: none;
        background-color: transparent;
    }
    #topSearch2 #search_mic img {
        width: 20px;
        height: 30px;
    }
    #clear_input {
        display: none;
        position: absolute;
        right: 85px;
        cursor: pointer;
        color: #d2d2d2;
        top: 4px;
    }
    #topSearch2 #goSearch:hover {
        background-position: 0 0;
        scale: 1.1;
    }
    #topSearch2 #stretchSearchQuery {
        padding-left: 30px !important;
    }
    #searchResult {
        line-height: 26px;
    }
}

@media(max-width: 450px){

    #searchResult{
        min-width: 250px;
    }

    .left_results:after {
        display: none;
    }
    .categories:after {
        content: " ";
        display:block;
        position: absolute;
        bottom: 0;
        left: 5%;
        width:90%;
        height:1px;
        background: #d2d2d2;
    }
    .left_results, .products {
        display: block;
        width: 100%;
    }
    .products {
        padding: 5px;
    }
    .all_fixed {
        display: block;
    }
    .all {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    #subHeader3 #topToolsLeft ul {
        gap: 10px !important;
    }
}
