.product-price-row3 a.callnow-link {
    width: 100%;
    cursor: pointer;
    font-size: 1em;
    text-align: center;
    border: 1px solid #595959;
    padding: 10px;
    color: #595959;
    text-decoration: none;
    display: block;
    border-radius: 4px;
}

.button-primary.callnow-button {
    margin-top: 40px;
    float: right;
    clear: none;
    padding: 1.2em 1em !important;
}
@media (max-width: 870px){
    .button-primary.callnow-button{
        width: 100%;
    }
}
.callnow-buttons{
    width: 100%;
    clear: both;
    text-transform: uppercase;
    padding: 0 10px;
    margin-top: 10px;
}

.callnow-buttons .callnow-contact-button{
    border: 1px solid #CFDCE1;
    width: 48%;
    float: left;
}
.callnow-contact-button{
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    font-size: 0.75em;
    color: #77858B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.callnow-button-left{
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 4%;
}

.callnow-button-right{
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.callnow-dropdown{
    clear: both;
    display: none;
    font-weight: 500;
}
.callnow-dropdown ul{
    margin: 0 !important;
    background-color: #fff;
}
.callnow-dropdown li {
    padding: 0;
    padding-top: 12px;
    border-bottom: 1px solid #C5D4D9;
    cursor: pointer;
    list-style: none !important;
}
.callnow-dropdown li:last-child {
    border-bottom: none;
}
.callnow-dropdown li div{
    /*font-size: 14px;*/
}
.callnow-dropdown li:first-child {
    border-top: 2px solid #d0d0d0;
}

.callnow-dropdown li .city{
    font-size: 11px;
    color: #8E9298;
}
.callnow-dropdown li .address{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.callnow-dropdown .location-details{
}
.callnow-dropdown .phone_number{
    padding: 10px 0;
}
.callnow-dropdown li a{
    align-items: center;
    text-decoration:none !important;
}
.callnow-closest {
    display: flex;
    align-items:center;
    justify-content: center;
    padding: 10px;
    background: #e54c43;
    color: #fff;
    font-weight: 700;
}
.callnow-icon{
    padding-left: 20px;
    padding-right: 12px;
    float: left;
}
.callnow-marker-icon svg{
    width: 26px;
    height: 26px;
    fill: #C8D1D3;
}
.callnow-button-icon{
    display: table;
}
.callnow-button-icon svg{
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 0.3em;
}
.callnow-email-icon{
    fill: #8FA2A9;
}
.callnow-phone-icon{
    fill: #BA5459;
}
.callnow-call{
    display: table-cell;
    vertical-align: middle;  
}
.callnow-location-details{
    float: left;
}

li.callnow-all-locations{
    padding: 10px; 
    background: #A1B4BA;
    text-align: center;
}

li.callnow-all-locations a{
    color: #fff;
}

@media only screen and (max-width: 870px){
    .product-view.details .span.four.product-price div.callnow-location-details,
    .product-view.details .span.four.product-price div.callnow-icon.callnow-marker-icon,
    .product-view.details .span.four.product-price div.callnow-buttons{
        clear: none !important;
        /*float: left;*/
    }

    .product-view.details .span.four.product-price div.callnow-button-icon,
    .product-view.details .span.four.product-price div.callnow-call{
        clear: none !important;
        float: none;
    }

    .span.four.product-price .product-price-row3 .callnow-all-locations a{
        float: none;
        text-align: center;
    }
}

.product-view.details .span.four.product-price .callnow-icon.callnow-marker-icon{
    padding-left: 0;
}
.product-view.details .span.four.product-price .callnow-buttons{
    padding: 0;
}

.span.four.product-price .product-price-row3 .callnow-buttons a{
    clear: none;
    margin-bottom: 0px;
}

.span.four.product-price .product-price-row3 .callnow-all-locations a{
    color: #fff;
}