
.search_popup_side ul
{
      list-style-type: none !important;
}
#result .product_card {
    display: flex;
    width: 100%;
}

#result .product_card > .__i {
    padding: 0 4px;
}

#result .product_card .__m, #result .product_card > .__i {
    display: flex;
    height: auto;
    width: 100%;
}

#result .product_card .__m > .__i {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#result .product_card .__h > .__i {
    width: 100%;
    height: 100%;
    position: relative;
}

#result .product_card .__h .meta {
    display: none;
    font-family: Roboto Condensed,sans-serif;
    font-size: 10px;
}

#result .product_card .__h .meta > .__i:after {
    clear: both;
    display: table;
}

#result .product_card .__h .meta .m1 {
    float: left;
    width: 50%;
}

#result .product_card .__h .meta .m2 {
    float: right;
    width: 50%;
    text-align: right;
}

#result .product_card .__f {
    margin-top: 0px !important;
}

#result .product_card  {
    margin-bottom: 10px !important;
}
#result .product_card .overlays {
    pointer-events: none;
    position: absolute;
    width: 32px;
    top: 0;
    right: 0;
    z-index: 100;
}

@media (max-width:1023px) {
    #result .product_card .overlays {
        right: 0;
    }
}

#result .product_card .overlays .o1, #result .product_card .overlays .o2 {
    background: #ff2810;
    color: #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    width: 32px;
    height: 32px;
    font-size: 9.6px;
    line-height: 32px;
}

#result .product_card .name {
    text-align: center;
}

#result .product_card .name h2 {
    font-size: 14px;
    font-family: Roboto Condensed,sans-serif;
    margin: 0 0 .3em;
    line-height: 1;
}

#result .product_card .name a {
    display: block;
    color: #1d2123;
}

#result .product_card .name a:hover {
    color: #ff2810;
}

#result .product_card .prop_icons > .__i {
    display: flex;
    flex-flow: row nowrap;
}

#result .product_card .prop_icons > .__i .prop_icon {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(20% - 4px);
    margin: 2px;
}

#result .product_card .prop_icons > .__i .prop_icon img {
    display: block;
    width: 100%;
    height: auto;
}

#result .product_card .figure {
    text-align: center;
    font-size: 0;
    margin-bottom: 12px;
}

@media (max-width:1023px) {
    #result .product_card .figure {
        margin-bottom: 6px;
    }
}

#result .product_card .figure img {
    max-width: 100%;
    width: 130px;
}

#result .product_card .stars {
    display: none;
    text-align: center;
}

#result .product_card .stars .rating_meta {
    display: none;
}

#result .product_card .price {
    text-align: center;
}

#result .product_card .price .__d, #result .product_card .price .discount, #result .product_card .price .old_price_pre {
    display: none;
}

#result .product_card .price .new_price {
    display: block;
    font-weight: 700;
    color: #ff2810;
    font-size: 14px;
}

#result .product_card .price .new_price .label {
    font-weight: 400;
    color: #929292;
    display: none;
}

#result .product_card .price .new_price .m_dec {
    font-size: 12px;
    vertical-align: 8px;
}

#result .product_card .price .old_price_post {
    display: block;
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    margin-left: 6px;
}

#result .product_card .price .old_price_post .label {
    display: none;
    }

#result .product_card .action {
    text-align: center;
}

#result .product_card .action > .__i:after {
    clear: both;
    content: "";
    display: table;
}

#result .product_card .action .qty {
    display: none;
    width: 32px;
    height: 32px;
    float: left;
}

#result .product_card .action .qty input {
    padding: 4px 2px 0;
    width: 32px;
    height: 32px;
    border: 1px solid #8799a3;
    font-size: 12px;
    font-family: Roboto Condensed,sans-serif;
    border-radius: 4px;
    text-align: center;
}

#result .product_card .action .button {
    width: 50%;
    display: inline-block;
    position: relative;
    background: #8799a3;
    height: 26px;
    border-radius: 4px;
    text-align: center !important;
}

#result .product_card .action .button:hover {
    background: #ff2810;
}

#result .product_card .action .button button {
    color: #fff;
    font-weight: 700;
    border: 0;
    background: transparent;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
}

@media (max-width:719px) {
    #result .product_card .action .qty, #result .product_card .action .qty input {
        width: 24px;
    }


    #result .product_card .action .button button {
        padding: 0 6px;
    }

    #result .product_card .action .button .__d {
        display: none;
    }
} 

#result .product_card .stock_label {
    color: #fff;
    padding: .1em .4em;
    border-radius: 2px;
}

#result .product_card .stock_label_ok {
    background: #090;
}

#result .product_card .stock_label_external, #result .product_card .stock_label_limited {
    background: #f90;
}

#result .product_card .stock_label_out {
    background: #ef2800;
}

#result .product_card .stock_info {
    font-size: 10px;
    text-align: center;
    margin-bottom: 12px;
}

@media (max-width:1023px) {
    #result .product_card .stock_info {
        margin-bottom: 6px;
    }
}

#result .product_card .variants {
    font-size: 12px;
    text-align: center;
    display: none;
}

#result .product_card .compare {
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    user-select: none;
}

@media (max-width:1023px) {
    #result .product_card .compare {
        display: none;
    }
}

#result {
    box-sizing: border-box;
    /* display: none; */
    position: absolute;
    top: 133px;
    width: 680px;
    background: #fff;
    z-index: 2000000000;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ddd;
    font-size: 13px;
}

#result *, #result :after, #result :before {
    box-sizing: inherit;
}

#result * {
    min-width: 0;
    min-height: 0;
}

#result strong {
    font-weight: 700;
}

#result a, #result button {
    color: inherit;
}

#result a {
    text-decoration: none;
}

#result a:hover {
    color: #ff2810;
}

#result button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}

#result ::-moz-focus-inner {
    padding: 0;
    border: 0;
}

#result :focus {
    outline: 0;
}

#result img {
    max-width: 100%;
    height: auto;
    border: 0;
}

#result ul {
    margin: 0;
    padding: 0;
}

#result.open {
    display: block;
}

@media (max-width:1259px) {
    #result.open {
        display: none;
    }
}

#result > .__i > .__c {
    display: flex;
    flex-flow: row nowrap;
}

#result > .__i > .__c > .__e {
    padding: 10px;
}

#result > .__i > .__c > .__e.__e1 {
    flex: 1 0 200px;
}

#result > .__i > .__c > .__e.__e2 {
    flex: 0 0 200px;
    background: #eee;
}

#result .result_side {
    width: 100%;
}

#result .result_side .title {
    font-weight: 700;
    font-family: Roboto Condensed,sans-serif;
    font-size: 16px;
    background-image: linear-gradient(#ff2810,#ff2810),linear-gradient(#fff,#fff);
    background-position: 0 100%,0 100%;
    background-repeat: no-repeat;
    background-size: 25% 1px,100% 1px;
    margin-bottom: 24px;
}

@media (max-width:1023px) {
    #result .result_side .title {
        margin-bottom: 12px;
    }
}

#result .result_side ul {
    list-style-type: none;
}

#result .result_results {
    width: 100%;
}

#result .result_results > .__i > .title {
    font-weight: 700;
    font-family: Roboto Condensed,sans-serif;
    color: #8799a3;
    font-size: 16px;
    background-image: linear-gradient(#ff2810,#ff2810),linear-gradient(#ddd,#ddd);
    background-position: 0 100%,0 100%;
    background-repeat: no-repeat;
    background-size: 25% 1px,100% 1px;
    margin-bottom: 24px;
}

@media (max-width:1023px) {
    #result .result_results > .__i > .title {
        margin-bottom: 12px;
    }
}

#result .result_results .list > .__i > .__c {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

#result .result_results .list > .__i > .__c > .__e {
    flex: 1 0 100px;
    display: flex;
    flex-flow: column nowrap;
}

#result .result_results .list > .__i > .__c > .__e > .__i {
    width: 100%;
    display: flex;
    flex: 1 0 auto;
}



#result
{
     margin: -10px !important;
     min-width: 568px !important;
     position: relative !important;
      
}

.__e {
    display: inline !important;
}



.search_popup_results img {
   max-width: 100px !important;
  max-height:100px !important;
}

}

 .search_popup_results {
    width: 100% !important;
    height: 100% !important;
}

