@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --primary_red: #c82828;
  /* --heading_color:#052F41;
  --primary_text_color: #282828; */
  --black : #000000;
  --white_color : #FFFFFF;
  --font-poppins : Poppins;
  --orange_color: #e09900;
  --secondry_bg_color : #F2F9FC;
}
.slide-content h1 {
/*     background: white; */
    background: #de303b6e;
    padding: 0 20px 0 10px;
    width: fit-content;
}
@media (min-width:1500px) {
  .container  {
    max-width: 1500px;
  }

  .woocommerce-cart .site-main , .woocommerce-checkout .site-main {
    max-width: 1500px;
    margin: 0 auto;
  }

}

/* Poppins fonts */

.poppins {
  font-family: "Poppins", sans-serif;
}

/* Global settings */

  /* font  family settings */
.poppins{
  font-family: var(--font-poppins);
}
/* font size settings */
.font-64{
  font-size: 64px;
}
/* font_color_settings */
.heading_color{
  color: var(--heading_color);
}

/* font weights */
.w-700{
  font-weight: 700;
}
.w-600{
  font-weight: 600;
}
.w-400{
  font-weight: 600;
}
/* font color */
.white_color{
  color: var(--white_color);
}
.black{
 color: var(--black); 
}

/* button animation */

.primary_btn_up {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 2px;
    transition: top 0.3s;
    border: 1px solid transparent;
    margin-top: 30px;
    padding: 12px 30px;
    background-color: var(--primary_red);
    color: var(--white_color);
    text-decoration: none;
    font-weight: 600;
    transition: top 0.3s;
}
.primary_btn_up:hover {
  color:var(--primary_red);
  background-color: var(--white_color);
  cursor: pointer;
  border-color: var(--primary_red);
}
.label-up {
  display: block;
  margin: 0px 30px;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}

.primary_btn_up:hover .label-up {
  top:-100%;
}

/* global settings */

.underline span{
  font-family: var(--font_lora);
  position: relative;
}
.underline span::After {
  content: "";
  position: absolute;
  height: 13px;
  width: 0%;
  left: 0;
  bottom: 0px;
  BACKGROUND: var(--primary_blue);
  transition: all .3s ease-in-out;
  z-index: -1;
}
.underline.visible span::after{
  width: 100%;
}
h1 , .h1{
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--font-poppins);
}
h2 , .h2{
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--font-poppins);
}
h3 , .h3{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--font-poppins);
}
h4 , .h4{
  font-size: 30px;
  font-weight: 400;
  font-family: var(--font-poppins);

}
h5 , .h5{
  font-size: 24px;
}
h6 , .h6{
  font-size: 20px;
  line-height: 1;
  font-family: var(--font-poppins);
}
p , li , .paragraph , .p{
  font-size: 18px;
  font-family: var(--font-poppins);
  font-weight: 400;
  line-height: 27.9px;
}
@media (max-width:767px) {
  .font-64{
    font-size: 45px;
  }
  h1 , .h1{
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-poppins);
  }
  h2 , .h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-poppins);
  }
  h3 , .h3{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--font-poppins);
  }
  h4 , .h4{
    font-size: 26px;
    font-weight: 400;
    font-family: var(--font-poppins);
  
  }
  h5 , .h5{
    font-size: 22px;
  }
  h6 , .h6{
    font-size: 18px;
    line-height: 1;
    font-family: var(--font-poppins);
  }
  p , li , .paragraph , .p{
    font-size: 16px;
    font-family: var(--font-poppins);
    font-weight: 400;
    line-height: 27.9px;
  }
}
strong{
  font-weight: 700;
}
body{
  overflow-x: hidden;
}
body , *{
  padding: 0 ;
  box-sizing: border-box;
  font-family: var(--font-poppins);
}

.border_bottom_grey{
  border-bottom: 1px solid #D9D9D9 ;
}
/* Global colors variables end  */

h1,h2,h3,h4,h5,h6,a,p,ul,li,span {
  padding: 0;
  margin: 0;
}
h1,h2,h3,h4,h5,h6{
  font-family: var(--font-poppins);
}

a{
  text-decoration: none;
}
.primary_btn {
  padding: 20px 60px;
  display: flex;
  gap: 15px;
  border: 1px solid transparent;
  color: var(--white_color);
  align-items: center;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  width: fit-content;
  text-transform: uppercase;
  background-color: var(--primary_red);
  letter-spacing: 2px;
  line-height: 1.3;
}

/* product loop section  */
.product_loop_wrapper {
    display: flex;
    align-items: center;
    padding: .75rem;
    border-radius: 10px;
    transition: all .25s linear;
    color: #272d4e;
    border: 1px solid transparent;
    background: white;
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
}
.intialize_product_loop {
    background: #f6f6f6;
    border-radius: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
}
.subheading {
    color: var(--primary_red);
}
.google_review_heading {
    margin-bottom: 40px;
}
.testimonials_heading{
  text-align: center;
}
img.post_thumbnail_image.wp-post-image {
    max-height: 190px;
    max-width: 190px;
    object-fit: cover;
    border-radius: 10px;
}
.Product_title h4 {
    color: #d12f2f;
    font-size: 17px;
    margin-bottom: 15px;
}
.product_content_loop * {
    color: #575757;
    font-size: 14px;
    line-height: 20px;
}
.product_content_loop {
    margin-bottom: 20px;
    margin-left: 16px;
}
.product_price {
    font-size: 14px;
    margin-top: 8px;
    color: #d12f2f;
    font-weight: 600;
    margin-bottom: 15px;
}
.product_price .sale_price span.woocommerce-Price-amount.amount {
    color: rgb(247, 148, 30);
}
.product_add_to_Cart_button_loop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #d12f2f;
    padding: 10px 20px;
    color: white;
}
.brands h2 {
    text-align: center;
}
.google_review_heading h2 {
    text-align: center;
}
.faq-section  .section-heading {
    text-align: center;
}
.single-product .woocommerce-product-gallery ol li img {
    max-height: 70px;
    max-width: 70px;
    padding: 5px;
    border: 1px solid var(--primary_red);
    border-radius: 5px;
}
.single-product .woocommerce-product-gallery ol {
    margin-top: 40px!important;
    display: flex;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}
.single-product .woocommerce-product-gallery ol li {
    width: fit-content !important;
}
.woocommerce-cart main#primary , .woocommerce-checkout main#primary {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.woocommerce-cart .wp-block-woocommerce-cart.alignwide , .woocommerce-checkout .wp-block-woocommerce-checkout {
    width: 100%;
}
.woocommerce-cart .wc-block-cart__submit-button {
    background: var(--primary_red);
    transition: all .3s linear;
}
.woocommerce-cart .wc-block-cart__submit-button:hover{
  color: white!important;
  opacity: .8;
}
.booking_car_form {
    padding: 80px 0;
    background: #f8f9fa;
}
.booking_form_heading {
    margin-bottom: 60px;
}
.booking_form_heading h2 {
    text-align: center;
}
.booking_form_shortcode form p {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -15px; */
    /* justify-content: space-between; */
}
.booking_form_shortcode form .wpcf7-form-control-wrap {
    width: calc(50% - 30px);
    display: inline-block;
    margin: 0 15px 15px;
}
.booking_form_shortcode form .form_field_group {
    width: 100%;
    border-radius: 5px !important;
    padding: 15px;
}
.booking_form_shortcode form {
    max-width: 900px;
    margin: 0 auto;
    
}
.booking_form_shortcode form .Submit_button {
    margin: 0 15px;
    background: var(--primary_red);
    color: white;
    margin-top: 40px;
}
span.wpcf7-form-control-wrap[data-name="select-807"] {
    width: 100%;
}
span.wpcf7-form-control-wrap[data-name="select-807"] select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M297.4 438.6C309.9 451.1 330.2 451.1 342.7 438.6L502.7 278.6C515.2 266.1 515.2 245.8 502.7 233.3C490.2 220.8 469.9 220.8 457.4 233.3L320 370.7L182.6 233.4C170.1 220.9 149.8 220.9 137.3 233.4C124.8 245.9 124.8 266.2 137.3 278.7L297.3 438.7z'/%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    appearance: none;
}

@media (max-width:992px) {
  
  button.navbar-toggler_pet {
      background: unset;
      border: unset;
	  padding: unset;
  }
  button.navbar-toggler_pet svg {
      height: 40px;
      width: 40px;
  }
  div#mainNavbar {
      display: block;
      position: fixed;
      height: 100%;
      width: 100%;
      max-width: 320px;
      left: -100%;
      top: 0;
      background: white;
      padding: 40px;
      padding-top: 80px;
      z-index: 99;
      transition: all .3s linear;
  }
  div#mainNavbar.active-side-menu {
      left: 0;
  }
  .close_menu_btn svg {
      height: 20px;
      width: 20px;
      position: absolute;
      right: 20px;
      top: 60px;
  }
  .container.footer-container {
    /* width: 100%; */
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer-col.menu-col {
      width: calc(50% - 10px);
      max-width: calc(50% - 10px);
      display: block;
      min-width: calc(50% - 19px);
  }
  .footer-col.logo-col:first-child {
      width: 100%;
      display: block;
      max-width: 100%;
      min-width: 100%;
  }
	.retail-search form p {
		display: flex;
		flex-direction: column;
	}
	.retail-search form p [type="email"] {
		width: 100%;
	}
	.retail-search {
		flex-direction: column;
	}
	.top-header {
		padding: 15px 0px;
	}
}

@media (max-width: 600px) {
  .booking_form_shortcode form .wpcf7-form-control-wrap {
      width: calc(100%);
  }
}