/*
Theme Name: RentIt Child
Template: rentit
Author: Victor Lerner leonn366@gmail.com
Description: Car Rental Template
Tags: custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,sticky-post,threaded-comments
Version: 1.7.8.1583912899
Updated: 2020-03-11 09:48:19

*/
/* contact page */
.contact-info .media .fab {
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
    margin-right: 15px;
    text-align: center;
    background-color: #d3d3d3;
    color: #ffffff;
}

/* car archive page */
.columns-4 .col-md-6{
	height: 410px;
}

.thumbnail .media img {
    height: 250px;
}

/* footer */
.page-section {
    padding-bottom: 20px;
}

/* contact form */
.wpcf7-form-control {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    color: #14181c;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wpcf7-textarea {
    height: 180px;
}

.wpcf7-submit {
    border-color: #de761d;
    color: #ffffff;
	border-width: 1px;
	background-color: #de761d;
    border-color: #de761d;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* cart page 
.woocommerce table.cart td:nth-of-type(5), .woocommerce table.cart th:nth-of-type(4) {
	display: none;
}*/

.woocommerce-page table.cart td.actions {
	display: none;
}

.cart-collaterals .block-title, .cart-collaterals .shop_table {
	display:none;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    position: initial;
}

.woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-message .button {
    float: none;
}

/* check out */
#customer_details, .woocommerce-order{
	padding-top: 40px;
}
