.battery-replacement-container{
    display: block;
    float: left;
}

.battery-replacement-search{
    width: 100%;
}

.right-side{
    width: 100%;
}

.battery-replacement-search > .results{
    margin-top: 20px;
}

.battery-search{
    display: flex;
    align-items: center;
}

.battery-search > .search-bf {
    height: 46px;
    width: calc(100% - 46px);
}

.battery-search > .search-btn{
    height: 46px;
    width: 46px;

    border: none;
    border-radius: 0;
    cursor: pointer;
}

.form-wrap .three-col p {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    float: left;
}

.form-wrap .three-col p:last-child{
    margin-right: 0;
}

.form-wrap .three-col p > span > input{
    width: 100%;
}

.product-container > .official-replacement, .product-container > .alternative-replacement{
    margin-bottom: 2em;
}

.product-image{
    text-align: center;
}

@media only screen and (min-width: 1024px){
    .battery-replacement-search{
        width: 66%;
        float: left;
    }

    .right-side{
        width: 32%;
        float: right;
    }

    .product-container{
        display: flex;
        width: 100%;
    }

    .product-container > .official-replacement, .product-container > .alternative-replacement{
        width: calc(50% - 20px);
        border-left: 1px solid #76C000;
        border-right: 1px solid #76C000;
        border-bottom: 1px solid #76C000;

        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }
    
    .product-container > .official-replacement{
        margin-right: 40px;
    }

    .product-container > div > .title{
        display: block;
        width: 100%;
        font-size: 1.6em;
        color: white;
        background-color: #76C000;
        padding: 5px;
        text-align: center;
        align-self: flex-start;
    }

    .product-container > div > .product-image{
        width: 100px;
        margin-left: 20px;
    }

    .product-container > div > .product-details{
        width: calc(100% - 120px);
        padding: 0 20px 20px 20px;
    }

    .product-container > div > .product-details > .product-name{
        font-size: 2em;
        line-height: 1.2em;
    }

    .product-container > .alternative-replacement{
    }
}