/*
 Theme Name:   Astra-Child
 Theme URI:    https://sixpl.com/
 Description:  Astra-Child Theme
 Author:       Piyush Singh Chhoker
 Author URI:   https://sixpl.com/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

/* =============footer============================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Inter', sans-serif;
}
*{
  padding: 0;
  margin: 0;
}
html{
  width: 100%;
    padding: 0;
  margin: 0;
    overflow-x: hidden;
}
body{
    width: 100%;
    padding: 0;
  margin: 0;
  overflow-x: hidden;
}


/* ========================class======================= */
.hfe-retina-image-container .hfe-retina-img{
      height: 60px;
    width: 215px;
    object-fit: contain;
}
.footer-cion-imge img,.elementor-element-af0e843,.elementor-element-3942f2a,.elementor-element-3277501{
  width: 32px !important;
  height: 32px;
}
.elementor-element-2f66f62{
  width: 75%;
}
.shadow {
    box-shadow: 0.00px 0.00px 50px 0px rgba(0, 0, 0, 0.06);
}
.form-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-form {
    width: 100%;
}
.inner-form-full {
    width: 100%;
}
.inner-form input, .inner-form-full input {
    border: .6px solid #0a568d;
    border-radius: 5px;
    color: #0a568d;
    font-weight: 500;
    font-family: 'Poppins';
}
.inner-form-btn input {
    background: #0a568d;
    border-radius: 10px;
    padding: 12px 22px;
}
.inner-form-full textarea {
    border: 1px solid #0a568d;
    border-radius: 5px;
    color: #0a568d;
    font-weight: 500;
    font-family: 'Poppins';
    height: 100px;
}

.woocommerce-product-details__short-description img{
	width:150px;
	object-fit:contain;
	margin-bottom:0 !important;
}

.well{
	    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
	    margin-top: 20px;
    border-style: dashed;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}





.option-tabs-full-section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}