@charset "UTF-8";



#searchParam + span[role="status"],
.form.search > .input-group > span[role="status"]{
    display: none;
}


#elastic-suggester {
    position: absolute;
    width: 50%;
    z-index: 9999;
    top: 100%;
    left: 10%;
    right: 0;
    margin-left: auto;
    margin-right: auto;

    /*background: white;
    box-shadow: 0 5px 8px 2px gray;*/
}

#elastic-suggester .amountAddSuggest, #elastic-suggester .amountSubSuggest {
    cursor: pointer;
    width: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    border-radius: 2px;
    margin-right: 3px;
    text-align: center;
    user-select: none;
}

@media screen and (min-width: 768px) {
    #elastic-suggester {
        width: 95.2vw;
        left: 0;
        transform: translate3d(-1vw, 0, 0);
    }
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
    #elastic-suggester {
        width: 93vw;
        transform: translate3d(-26vw, 0, 0);
        left: 0;
    }
}

@media screen and (min-width: 1441px) {
    #elastic-suggester {
        width: 65%;
        left: 0;
    }
}

#elastic-suggester.open {
    background: white;
    box-shadow: 0 5px 8px 2px gray;
}

#elastic-suggester > ul {
    width: 100% !important;
    padding: 10px 20px;
    left: 0 !important;
    list-style: none;
}

#elastic-suggester li[data-type] {
    padding: 1px 5px;
}

#elastic-suggester li.ui-autocomplete-category {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

#elastic-suggester li a {
    cursor: default;
    display: flex;
    text-decoration: none;
    align-items: center;
}

#elastic-suggester li[data-type="manufacturer"] a,
#elastic-suggester li[data-type="brand"] a,
#elastic-suggester li[data-type="category"] a,
#elastic-suggester li[data-type="cms"] a{
    display: inline;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    cursor: pointer;
}

#elastic-suggester li.ith-selected {
    background: #ec6105 url("../bg/svg/grad_orange.svg");
    background: -moz-linear-gradient(#ff8604, #ec6105);
    background: -ms-linear-gradient(#ff8604, #ec6105);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8604), to(#ec6105));
    background: -webkit-linear-gradient(#ff8604, #ec6105);
    background: -o-linear-gradient(#ff8604, #ec6105);
    background: linear-gradient(#ff8604, #ec6105);
    color: white;
}

#elastic-suggester li.ith-selected * {
    color: white;
}

#elastic-suggester li[data-type] .icon-holder {
    width: 50px;
    margin-right: 10px;
    display: flex;
}
#elastic-suggester, #elastic-suggester * {
    box-sizing: border-box;
}

body > .container form.search .ui-helper-hidden-accessible {
    display: none;
}

body > .container #elastic-suggester > ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

body > .container #elastic-suggester > ul > li {
    padding-left: 10px;
    padding-right: 10px;
}

#elastic-suggester mark {
    padding: 0 1px 0 1px !important;
    margin: 0 !important;
    background: #CCEBF5;
    color: black !important;
}
#elastic-suggester li.ith-selected mark {
    background: transparent;
}

.ith_oxelastic_cms_results h2 { border-bottom: 1px solid #eee; padding-bottom: 20px; }
.ith_oxelastic_cms_results ul { list-style: none; }
.ith_oxelastic_cms_results a { display: block; }
.ith_oxelastic_cms_results .ith_oxelastic_cms_results_title { font-weight: bolder; }

@media screen and (max-width: 991px) {
    body > .container #elastic-suggester {
        width: 100%;
        left: 0;
    }
}
.suggester-left{
    padding: 20px;
    background-color: #EEEEEE;
}
.suggester-left ul{
    width: 100% !important;
    left: 0 !important;
    list-style: none;
    padding-left: 0;
}
.suggester-right{
    padding: 20px;
    background-color: #FFFFFF;
}
#elastic-suggester .title{
    font-size: 18px;
}
#elastic-suggester ul.ui-autocomplete{
    display: none !important;
}
#elastic-suggester-products .list-item{
    border-bottom: 1px solid #E0E1E2 ;
    height: 120px;
}
#elastic-suggester-products li[data-type] .icon-holder {
    width: 100px;
    margin-right: 10px;
    display: inline-flex;
}
#elastic-suggester-products .product-title{
    font-weight: 600;
    display: block;
    vertical-align: top;
}
#elastic-suggester-products .product-basic-price{
    display: block;
}
.suggester-header-box{
    border-bottom: 1px solid #E0E1E2 ;
}
.suggester-right .close{
    color: #1B66B3;
    font-size: 14px;
    opacity:1;
}
.suggester-footer-products{
    position: absolute;
    bottom: 0;
    padding: 10px 10px 10px 0;
    right: 0;
    width: 100vw;
}
#elastic-suggester-products  li[data-type] img {
    max-width: 100px;
    max-height: 100px;
    margin: auto;
}
#elastic-suggester-products  .product-info {
    display: block;
}

#elastic-suggester li[data-type="product"] a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    height: 100%;
}
#elastic-suggester-products{
    width: 100% !important;
    left: 0 !important;
    list-style: none;
    padding-left: 0;
}
#elastic-suggester-actions{
    width: 100% !important;
    left: 0 !important;
    list-style: none;
    padding-left: 0;
}
#elastic-suggester-actions .list-item{
    border-bottom: 1px solid #E0E1E2 ;
    height: 120px;
}
#elastic-suggester-actions .elastic-actions-left .dropdown-toggle {
    min-width: 122px;
    max-width: 122px;
}
#elastic-suggester-actions .elastic-actions-left .dropdown-toggle::after {
    right: 0.75em;
    bottom: 40%;
    position: absolute;
}
#elastic-suggester-actions .elastic-actions-left span[data-type] {
    cursor: pointer;
}
#elastic-suggester-actions .elastic-actions-left input.wAm {
    min-width: 64px;
    max-width: 64px;
}
#elastic-suggester-actions .elastic-actions-left div.amountAdd,
#elastic-suggester-actions .elastic-actions-left div.amountSub {
    width: 5px;
    height: 30px;
}
#elastic-suggester-actions .elastic-actions-left div.amountInput,
#elastic-suggester-actions .elastic-actions-left div.amountInput input.pAm {
    height: 30px;
}
#elastic-suggester-actions .elastic-actions-right h3 {
    font-size: calc(1.5rem - 7.5%);
}
.flex-basis-auto {
    flex-basis: auto !important;
}
.flex-basis-33 {
    flex-basis: 33% !important;
}

.added.buttonToBasket {
    width: 42px;
    background-color:#00a700;
    border-color: #00a700;
    padding: 0;
}

.added.btn-primary.buttonToBasket:hover,
.added.buttonToBasket.btn-primary:not(:disabled):not(.disabled):active,
.added.btn-primary.buttonToBasket:focus {
    background-color:#00a700;
    border-color: #00a700;
}

.added.buttonToBasket.btn-primary:not(:disabled):not(.disabled):active:focus,
.added.btn-primary.buttonToBasket:focus {
    box-shadow: 0 0 0 0.2rem rgb(0, 167, 0, .5);
}

.added.buttonToBasket svg {
    width: 42px;
    height: 42px;
    fill: #ffffff;
    background-color:#00a700;
    padding: 10px 7px;
}
