/*
Theme Name: GrandCarRental Child
Theme URI: http://themes.themegoods2.com/grandcarrental/demo
Description: Premium Car Rental Travel Theme
Version: 1.0
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: grandcarrental
Template: grandcarrental
*/

#page_content_wrapper .inner .sidebar_wrapper, .page_content_wrapper .inner .sidebar_wrapper, 
#page_caption .single_car_header_content .single_car_header_price 
{
	float: left !important;
}
body.single-car #page_content_wrapper .inner .sidebar_content 
{
    margin-left: 15px;
}

#page_caption .single_car_header_button 
#single_car_gallery_open, #page_caption .single_car_header_button 
#single_car_video_review_open 
{
    
	float: right !important;
}

@media only screen and (max-width: 767px){
.tp-bgimg {
    height: 126% !important;
}}

/*Amelia Choose time dropdown*/
.am-duration {
	box-shadow: 0px 1px 4px #212121;background: #4d4d4d;
}
/*Amelia Choose time dropdown - booking step 2.0*/
.am-advsc__duration.el-input__inner {
box-shadow: 0px 1px 4px #212121;
background: #4d4d4d;
color: #fff;
border-color: rgb(255, 149, 9);
}

.am-advsc__duration .el-icon .el-select__caret .el-input__icon .is-reverse{
  color: #fff;
}

/*Woocommerce Checkout- Gift card off*/
.ywgc_have_code {
  display: none;
}
/*Woocommerce Shop - Ordering and result off*/
.woocommerce-ordering, .woocommerce-result-count {
  display: none;
}

/*Yith Gift Card - preview mobil off*/

@media only screen and (max-width: 768px) {
  .ywgc-main-form-preview-container {
    display: none;
  }
}