/*
Theme Name: Antek-Child
Theme URI: https://parkofideas.com/antek/
Text Domain: antek-child
Description: Construction And Heavy Equipment Rentals Wordpress Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: antek
Author: ideapark
Author URI: https://ideapark.com/antek-documentation/
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.c-vehicle-book__book:not(:first-child) {
    margin-top: 20px;
}

.c-vehicle-details__gallery-img, .single-catalog .owl-carousel .owl-item img {
	object-fit: contain !important;
	background: #ededed;
}


.c-vehicle__thumb-inner--with-gradient:after, .c-vehicle-vert__thumb-inner--with-gradient:after {
  content: '';
  position: absolute;
  inset: 0;
	height: 100%;
  background: transparent;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.c-vehicle__thumb-inner--with-gradient:hover:after, .c-vehicle-vert__thumb-inner--with-gradient:after {
  opacity: 1;
}



/* .c-vehicle__thumb-buttons{
	color: #4084c5;
}
 */
.c-vehicle__thumb-buttons .c-vehicle__download, .c-vehicle-vert__thumb-buttons a {
	padding: 5px 20px;
    color: #fff;
    background: #4084c5;
}




.c-catalog__list .c-button {
	font-size: 13px !important;
}

.c-catalog__list .c-button--default {
	background-color: #f35500;
}

.woocommerce-Price-currencySymbol {
	margin-right: 3px;
}

.c-sidebar-wrap #ideapark_price_filter_widget-2, .c-sidebar-wrap #ideapark_text_detail_filter_widget-3 {
	display: none;
}

