﻿
#search_results > div.results_button
 {
    background-color: var(--specialColor);
    padding: 5px;
    max-width: 300px;
    margin: auto;
    height: 35px;
    margin-bottom:10px;
    border-radius:0px;
}
    #search_results > div.results_button > a
     {
        text-decoration: none;
        margin-top: 5px;
        color: #fff;
    }

    #search_results > a > div.item
     {
        margin: 10px 0;
        height: 120px;
        border-bottom: solid 2px #ccc;
    }
div.item-img img {
    height:100px;
}
#search_results > a > div.item > div.item-img
 {
    width: 20%;
    float: right;
}
#search_results > a > div.item > div.item-data
 {
    width: 75%;
    float: right;
    height: 100%;
}
    
    div.item-data > div.item-name {
        height: 75%;
        text-align: right;
        width: 100%;
        white-space: normal;
    }
    div.item-data > div.item-name > span {
        font-size: 24px;
/*        white-space:normal;
        flex:unset;
        line-break:strict;
*/        line-height:26px;
    }
div.item-data > div.item-price {
    height: 20%;
    font-size: 18px;
    font-weight:bold;
}
#search_results > a >  div.item > div.item-pay {
    width: 100px;
    float: right;
    border: solid 1px blue;
    height: 100%;
    display:none;
}
div.button-add-cart-xs {
    width: 30%;
    text-align: center;
    border: solid 2px #000;
    float: right;
}

    div.button-add-cart-xs > input{
        width:100%;
        text-align:center;
    }
    button.button-add-cart-xs {
        float: none;
        width: 30%;
        background-color: #000;
        border: 0px;
        color: #fff;
        font-size: 16px;
        height: 32px;
        position: relative;
        top: -22px;
        z-index: 10;
    }

    button.button-add-cart-xs:hover {
        background-color: #666;
    }

    button.button-add-cart-xs i.fa {
        color: #fff;
        font-size: 16px;
    }