/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Woocommerce Checkout Custom Styles */

.woocommerce form input {height:50px !important;}

.woocommerce form .woocommerce-billing-fields h3,
.woocommerce form .woocommerce-additional-fields, 
.woocommerce form  h3#order_review_heading,
.woocommerce form table.shop_table.woocommerce-checkout-review-order-table
{display:none !important;}

.woocommerce form #billing_reenter_email_field span.email-error {
    position: absolute;
    color: red;
    right: 20px;
    bottom: 5px;
}
.woocommerce form #billing_reenter_email_field span.woocommerce-input-wrapper {
    position: relative;
}
.woocommerce form .woocommerce-checkout-review-order {
    border: 0 !important;
    width: 45% !important;
	padding-right: 0 !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49% !important;
    overflow: visible;
}

.woocommerce form #customer_details {
    margin: 0 !important;
}
.woocommerce form .woocommerce-checkout-review-order .form-row.place-order {
    padding: 0 !important;
}
.woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment fieldset#wc-stripe-upe-form {
    padding: 15px !important;
}
.woocommerce form .woocommerce-billing-fields .form-row {
    margin: 0 0 10px !important;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
    max-width: 100% !important;
}
.woocommerce form button[type=submit] {
		    padding: 20px 10px !important;
    font-size: 16px !important;
    line-height: 17px !important;
}


.woocommerce form .int-phone.valid-msg, .woocommerce form .int-phone.error-msg {
    width: auto !important;
    right: 20px !important;
    top: 20% !important;
}
.woocommerce form #billing_phone_field .iti.iti--allow-dropdown {
    width: 100% !important;
}
.woocommerce form input[type=radio] {
    margin-right: 6px !important;
    height: auto !important;
}

@media (max-width: 921px) {
.woocommerce form .woocommerce-checkout-review-order {
    width: 100% !important;
    padding: 15px 0 0 0 !important;
}
}

@media (max-width: 500px) {
.woocommerce form #billing_reenter_email_field span.email-error {
    position: relative;
    right: auto;
    bottom: auto;
    padding-top: 10px;
    float: left;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
}
.woocommerce form .int-phone.valid-msg, .woocommerce form .int-phone.error-msg {
    right: 7px !important;
    top: 6% !important;
    font-size: 10px;
}
.contact-form-7-custom
  form.wpcf7-form
  span.wpcf7-form-control-wrap[data-name="your-first-name"],
.contact-form-7-custom
  form.wpcf7-form
  span.wpcf7-form-control-wrap[data-name="your-last-name"] {
  	width: 100% !important;
		margin-left:0 !important;
		margin-right:0 !important;
}	
}

/* Order Summary Page */

.shoai6-order-summary-page {
    max-width: 1100px;
    margin: auto;
    padding: 100px 25px;
}
.shoai6-order-summary-page .order-summary-header {
    text-align: center;
	display: inline-block;
    margin-bottom: 20px;
}
.shoai6-order-summary-page .order-summary-header i.fas {
    color: #4BB543;
}
.shoai6-order-summary-page .order-summary-details {
    background-color: #FFFFFF !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    border: solid 2px transparent;
    border-radius: 25px;
    padding: 50px 0px;
	display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.shoai6-order-summary-page .order-summary-details h2 {
    margin: 0;
    padding: 0 35px;
    font-size: 25px;
}
.shoai6-order-summary-page .order-summary-details ul {
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.shoai6-order-summary-page .order-summary-details ul li {
    padding: 10px 35px;
	    border-top: solid 1px #eee;
}
.shoai6-order-summary-page .order-summary-details h2 i {
    margin-right: 5px;
}
.shoai6-order-summary-page .order-summary-details ul.summary-billing-details li {
    flex: 1 0 270px;
}
.shoai6-order-summary-page .order-summary-details ul.summary-bank-details li {
    flex: 1 0 350px;
}
.shoai6-order-summary-page .order-summary-details ul.summary-billing-details li:nth-last-child(-n+3) {
    border-bottom: solid 1px #eee;
}
.shoai6-order-summary-page .order-summary-details ul.summary-bank-details li:nth-last-child(-n+2) {
    border-bottom: solid 1px #eee;
}
        @media (max-width: 883px) {
			.shoai6-order-summary-page .order-summary-details ul.summary-billing-details li:nth-last-child(3){border-bottom: none;}
.shoai6-order-summary-page .order-summary-details ul.summary-billing-details li:nth-last-child(-n+2),
			.shoai6-order-summary-page .order-summary-details ul.summary-bank-details li:nth-last-child(-n+2) {
    border-bottom: solid 1px #eee;
}
        }
        @media (max-width: 610px) {
						.shoai6-order-summary-page .order-summary-details ul.summary-billing-details li:nth-last-child(2),
			.shoai6-order-summary-page .order-summary-details ul.summary-bank-details li:nth-last-child(2) {
    border-bottom: none;
}
			.shoai6-order-summary-page .order-summary-details ul.summary-billing-details li:nth-last-child(-n+1),
			.shoai6-order-summary-page .order-summary-details ul.summary-bank-details li:nth-last-child(-n+1) {
    border-bottom: solid 1px #eee !important;
}
        }
.shoai6-order-summary-page .order-summary-details ul li span, .shoai6-order-summary-page .order-summary-details ul li strong {
    display: block;
}
.shoai6-order-summary-page .order-summary-details ul li strong span {
    display: inline-block;
}
.shoai6-order-summary-page .order-summary-details p {
    margin: 0;
    padding: 0 35px;
}
.shoai6-order-summary-page .order-summary-details ul li.bank-account-holder strong, .shoai6-order-summary-page .order-summary-details ul li.bank-account-holder i {
    display: inline-block;
	margin-right: 5px;
}

/* Contact Form 7 Custom Styles */

.contact-form-7-custom input.wpcf7-form-control.wpcf7-submit,
.contact-form-7-custom
  span.wpcf7-form-control-wrap.your-phone
  .iti--allow-dropdown.iti--separate-dial-code {
  width: 100% !important;
}
.contact-form-7-custom form.wpcf7-form span.wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 13px;
}
.contact-form-7-custom form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  border: 0;
  background: #cd222a;
  color: #fff;
  padding: 18px;
  font-weight: bold;
}
.contact-form-7-custom .wpcf7-form-control-wrap textarea {
  height: 180px;
  border-color: #d1d5db;
}

.contact-form-7-custom
  form.wpcf7-form
  span.wpcf7-form-control-wrap
  input.wpcf7-form-control {
  height: 50px;
  border-color: #d1d5db;
}
.contact-form-7-custom
  form.wpcf7-form
  span.wpcf7-form-control-wrap[data-name="your-first-name"],
.contact-form-7-custom
  form.wpcf7-form
  span.wpcf7-form-control-wrap[data-name="your-last-name"] {
  width: calc(50% - 8px);
  z-index: 1;
  position: relative;
}
.contact-form-7-custom
  form.wpcf7-form
  span.wpcf7-form-control-wrap[data-name="your-first-name"] {
  margin-right: 15px;
}
.contact-form-7-custom form.wpcf7-form span.wpcf7-form-control-wrap {
  margin-bottom: 20px !important;
  float: left !important;
  width: 100%;
}
.contact-form-7-custom form.wpcf7-form br {
  display: none;
}

/* VIN Details  */

form#getvinForm {
    display: flex;
    height: 55px;
    margin-top: 30px;
     margin-bottom: 30px;
}
form#getvinForm input#getvinInput {
    height: 100%;
    border-radius: 5px 0px 0px 5px;
    border: none;
    outline: none;
}
form#getvinForm button#getvinButton {
    height: 100%;
    border-radius: 0px 5px 5px 0px;
}

#getvinResult span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
#getvinSkeleton,
#getvinResult {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#getvinSkeleton span {
  height: 40px;
  border-radius: 6px;
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
