/*-----------------------------------------------------------------------------------

	Theme Name: Wheelsberry Child
	Theme URI: https://themeforest.net/item/wheelsberry-car-rental-wordpress-theme-landing-page/17664341
	Description: Wheelsberry Child Theme
	Author: OlevMedia
	Author URI: http://www.olevmedia.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0.2
	Template: wheelsberry
	Text Domain: wheelsberry-child
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.cars-slider__item-option-label {
		display:block!important;
	}
	.cars-slider__item-option {
		margin:0px!important;
		line-height: 20px!important;
		padding-bottom: 20px;
		position:relative;
	}
	.om-container__inner {
		margin: 0 20px!important;
	}
	.cars-slider__item-option:before {
		position:absolute;
		left:0px!important;
	}
}

@media only screen and (max-width: 1137px) and (min-width: 976px) {
 .om_theme .owl-carousel .owl-item img {
	 max-width:550px;
 }
}

@media only screen and (max-width: 976px) and (min-width: 940px) {
 .om_theme .owl-carousel .owl-item img {
	 max-width:300px;
 }
}

@media only screen and (max-width: 940px) {
	.cars-slider .cars-slider__title {
		font-size:315%;
	}
	
	.cars-slider__item-inner,
	.cars-slider__item-description,
	.cars-slider__item-image,
	.cars-slider__item-options,
	.cars-slider__item-reserve-mobile {
    display:block;
	}

	.cars-slider__item-reserve,
	.cars-slider__item-description-sep {
		display:none;
	}

	.cars-slider__item-reserve-mobile {
		margin-top:40px;
	}
	
	.cars-slider__item-reserve-mobile .cars-slider__item-reserve-button {
		display:block;
		text-align:center;
	}

	.cars-slider__model {
		font-size:240%;
	}
	
	.cars-slider__model-inner {
		display:block;
	}

	.cars-slider__item-description {
		padding-bottom:0;
	}

	.cars-slider__item-image {
		margin:0;
	}
	
	.cars-slider__item-options:after {
		content:'.';
		clear:both;
		display:block;
		height:0;
		overflow:hidden;
	}
	
	.cars-slider__item-option {
		display:block;
		float:left;
		width:50%;
		margin:20px 0 0 0;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		box-sizing:border-box;
	}
	
	.cars-slider__item-option-label {
		display:none;
	}
	
	.cars-slider__item-option-value {
		color:inherit !important;
	}
	
	.cars-slider__item-option {
		padding-left:45px;
	}
	
	.cars-slider__item-option:before {
		left:-45px;
	}
	
	.cars-slider__item-option {
		line-height:35px;
	}
	
	.cars-slider__item-option:before {
		width:35px;
		height:35px;
		line-height:35px;
		font-size:20px;
		margin-right:-35px;
	}
	
	.cars-slider .owl-controls {
		position:static;
		height:auto;
	}
	
	.cars-slider .owl-nav {
		display:none;
	}
	
	.cars-slider .owl-dots {
		display:block !important;
	}

	.cars-slider__model-br {
		display: none;
	}
	.cars-slider .cars-slider__model {
		margin: 2px 0;
		max-width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	.cars-slider__item-category {
		display:none;
	}
}