.xol-taxonomy-resellers
{
    padding: 0px 10px;
    margin-top: 20px;
}

.xol-taxonomy-resellers a.wcfm_store_logo_icon img
{
    border: 1px solid black;
    height: inherit;
}

.xolResellersContainer 
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 10px 0px;
}

.xolResellersContainer .wcfm_store_logo_icon
{
    height: 110px;
}

.xolResellersInformationContainer
{
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.xolResellersStoreInformationContainer
{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0px 5px;
}

.xolResellersTitle
{
    text-transform: uppercase;    
    font-size: 25px;
    line-height: 30px;
}

.xolResellersAddress
{
    font-size: 15px;
    line-height: 30px;
}

.xolResellersGoToStoreContainer
{
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    min-width: 144px;
}

.xolResellersGoToStore
{
    border: 1px solid black;
    padding: 20px 20px;
    color: black;
    font-size: 18px;
    line-height: 18px;
    flex: 0;
    text-align: center;
}

.xolResellersGoToStore:hover,
.xolResellersGoToStore:focus,
.xolResellersGoToStore:active
{
    text-decoration: none;
    background-color: rgb(221,153,51);
    border: 1px solid rgb(221,153,51);
    color: white;
    outline: none;    
}

@media only screen and (max-width : 768px)
{
    .xolResellersContainer .wcfm_store_logo_icon
    {
        height: 110px;
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 480px) 
{
    .xolResellersInformationContainer
    {
        flex: 1;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin: 0px 10px;
    }

    .xolResellersStoreInformationContainer
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        padding: 0px 5px;
    }

    .xolResellersAddress
    {
        font-size: 12px;
        line-height: 15px;
    }

    .xolResellersGoToStore
    {
        margin-top: 20px;
        padding: 10px 10px;
    }
}