/**
 * Custom Frontend Styles
 * 
 * Add your custom CSS styles here
 * 
 * @package Almulhim_Drivco
 */

/* ============================================
   Custom Vehicle Styles
   ============================================ */

/* ============================================
   Add your custom styles below
   ============================================ */


.car-details-sidebar .contact-info .price-and-model .price .order-now-btn {
   color: #fff;
   font-family: var(--font-montserrat);
   font-size: 14px;
   font-weight: 600;
   border-radius: 5px;
   background: var(--primary-color1);
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 7px;
   padding: 10px 20px;
   text-align: center;
   width: 100%;
   cursor: pointer;
}

.car-details-sidebar .contact-info .price-and-model .price .order-now-btn:hover {
   background: #1C3262;
   text-decoration: none;
}

.car-details-sidebar .contact-info .price-and-model .price .available-upon-request {
   margin-bottom: 10px;
   font-weight: 500;
   text-align: center;
}