/*
* Theme Name: Car Rental Child Theme
* Description: Child theme for the WOW. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
* Theme URI: http://themeforest.net/user/XpeedStudio
* Author: XpeedStudio
* Author URI: http://themeforest.net/user/XpeedStudio/portfolio
* Version: 1.3
* Tags: One page wordpress theme, landing page wordpress theme, drag & drop wordpress theme,  one-column, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* Template: carrental
*/
@import url("../carrental/style.css");


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
   width: auto;
}

body.woocommerce-cart td.product-name p.itemTitle{
   font-size: 25px;
   font-weight: bold;
   display: inline-block;
   color: #ffbf00;
}

.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce ul.products li {
	width: 16.6666%;
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.woocommerce ul.products li {
		width: 25%;
	}
}

@media (max-width: 640px) {
	.woocommerce ul.products li {
		width: 50%;
	}
}

@media (max-width: 380px) {
	.woocommerce ul.products li {
		width: 100%;
	}
}
