/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.top-row {
    width: 100%;
}
.vrc-locationslist-wrapper{
    display: block !important;
}
#vrcmapcanvas{
    height: 500px;
    border-radius: 15px !important;
}
.vrclocationbox{
    border-radius: 10px;
    margin: 0 15px 15px 0;
    box-shadow: rgba(0, 0, 0, .04) 0 1px 0, rgba(0, 0, 0, .05) 0 2px 7px, rgba(0, 0, 0, .06) 0 12px 22px;
}

.vrclocationbox h3 {
    margin-bottom:0 !important;
}

.vrcdivsearch-inner form{
    text-align: center;
}
.vrcdivsearch-inner form label{
    text-align: left;
}
.vrclocationsmapdiv a{
    padding: 0px;
    background: transparent;
    border: 0px;
}

.vrcloclistlocetat {
    color: var(--vrc-darkblue-color);
    font-weight: bold;
    font-size: .9em;
}
.vrcloclistloclink{
    margin-top: 10px;
    border: 1px solid #6a6a6a;
    border-radius: 10px;
    padding: 8px 10%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}
.vrcloclistloclink a{
    display: block;
    width: 100%;
    text-align: center;
}

.vrc-location-wrapper{
    margin-top: 20px;
}
.vrc-location-timebox{
    background: #fff;
    padding:20px 30px;
    border: 1px solid #c12729;
    border-radius: 20px;
}
.vrc-location-title{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.vrcvordpaybutton {
    /* background-color: rgb(0, 116, 212); */
    /*background-color: #f4f4f4;*/
}
.vbo-leave-deposit,.vrc-leave-deposit{
    padding-bottom: 0px;
}
.vrcvordpaybutton a {
    color: #FFF !important;
    background-color: #c12729;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    width: 100% !important;
    display: block;
}

#paypal-button-container {
    display: flex;
    justify-content: center;
}

.vrcdivsearch .vrcsfentrycont .vrcsfentryselect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center !important;
    background-size: 10px 12px !important;
 }

 .vrc-car-result-characteristics .vrccarcarat span{
    line-height: 13px;
 }

 .vrc-car-result-characteristics .vrccarcarat span>img{
    margin-right: 23px;
 }



 .vrcsearch-content,.vrc-searchmod-wrap-hybrid>form {
    justify-content: center;
}