/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Techy Trion 
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/

.request_popup {
    position: fixed;
    top: 20%;
    left: 35%;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999!important;
}

.popup_inner {
    background: #fff!important;
    padding: 32px;
    max-width: 650px;
    width: 90%;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* z-index: 9999999999999999999!important; */
}

.close_popup {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
    font-size: 24px;
}
.product_title_hidden {
    display: none;
}
.automotive-spec-container {
    margin: 40px 0;
}

.automotive-title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
}

.automotive-spec-table {
    width: 100%;
    border-collapse: collapse;
}

.automotive-spec-table thead th {
     text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #444;
    font-weight: 400;
    letter-spacing: 1px;
}

.automotive-spec-table tbody tr td {
    padding: 18px 0;
    border-bottom: 1px solid #333;
    font-size: 16px;
}
.automotive-spec-section h2.automotive-title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}
.automotive-spec-section table.automotive-spec-table {
    color: #fff;
    text-align: center;
}
.request_popup label {
    width: 100%!important;
}


