/** Shopify CDN: Minification failed

Line 162:0 Unexpected "}"

**/

input[type="date"]
{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
  height:37px;
}
input[type=date]:focus, input[type=date]:focus {
    box-shadow: none;
    border-color: unset;
}
.fl-main-product li.item select{
  height:37px;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 25px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background:
    linear-gradient(0deg ,rgb(255 255 255/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%,
    linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}
.loader::before,
.loader::after {
   content: "";
   grid-area: 1/1;
   border-radius: 50%;
   background: inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}
.loader::after {
   opacity: 0.83;
   transform: rotate(60deg);
}
@keyframes l23 {
  100% {transform: rotate(1turn)}
}
    
.button:after, .button:hover:after {
      box-shadow: none;
}

/* abd css */
#birthCard {
    max-width: 600px;
    width: 100%;
    background: #fff;
    box-shadow: -12px 10px 22px 3px #00000029;
    -webkit-box-shadow: -12px 10px 22px 3px rgba(0,0,0,.16);
    -moz-box-shadow: -12px 10px 22px 3px rgba(0,0,0,.16);
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.6)  ;
}
.met-inner-mobile-bar img, .inner-mobile-bar img {
    width: 20px;
    height: 20px;
}
.met_map_show .met-close_map, .large_map_show .close_map {
    padding: 5px;
}
.close_map, .met-close_map, .large_map {
    cursor: pointer;
}


@media(min-width:769px){
  .birth_poster_canvas_inner {
    /* height: 421px;
    overflow: auto; */
}
  .pdy-bottom{
      margin-bottom: 70px;
}
  .mg_bottom{
  margin-bottom:85px;
}
}
.innerWrapper{
    padding: 4rem;
}
#personalInfo{
    text-align: center;

}   
.firstName {
    font-family: 'grandistaregular';
    font-size: 5rem;
  color:var(--selectedColor);
}
.lastName{
    font-family: 'alex_brushregular';
    font-size: 2.5rem;
}
.borderHorrizental{
    background: url('https://cdn.shopify.com/s/files/1/0868/1884/9058/files/v_arrow.png?v=1713114664');
    height: 10px;
    width: 100%;
    background-size: contain;
      display: block !important;
}
.verticalHorrizental {
    background: url('https://cdn.shopify.com/s/files/1/0868/1884/9058/files/hv_arrow.png?v=1713020229');
    width: 10px;
    background-repeat: repeat-y;
      display: block !important;
}
#birthDateTime{
    display: flex;
    gap: 10px;
}
#birth_heightWeight{
    display: flex; 
    /* gap: 10px; */
}
.birthMDY{
    width: 50%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.birthMonth {
    font-family: 'butlerregular';
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
}
#birthDY {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.birthDate{
    font-family: grandistaregular;
    font-size: 6rem;
    line-height: 6rem;
    color: var(--selectedColor);
    position: relative;
    top: 10px;
}
.birth_weight_value {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 170px;
}
}
.birthYear{
    font-family: 'alex_brushregular';
    font-size: 3rem;
    writing-mode: vertical-lr; /* Rotates text vertically */
    transform: rotate(180deg); /* Optional: Rotate 180 degrees for correct orientation */
    text-align: center; /* Optional: Centers the text */
    white-space: nowrap; /* Prevents wrapping of text */
}
.birthTS{
    width:50%;
    padding:15px;
    font-family: 'butlerregular';
}
.birthTime {
    font-family: 'butlerregular';
    font-size: 5rem;
    text-align: center;
    color:var(--selectedColor);
}
.birthTimeIcon{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.birthTimeIcon svg{
    max-width: 100px;
    width:100%;
}
.birth_height{
    width:56%;
    padding:15px;
}
.birth_height_value {
    text-align: center;
      height: 75px;
}
.birthHeightIcon svg{
    max-width: 100%;
    width:100%;
}
.b_height_val{
    font-family: 'grandistaregular';
    font-size: 3rem;
}
.b_height_unit{
    font-family: 'alex_brushregular';
    font-size: 4.5rem;
}
.birth_weight{
    width:50%;
    padding:36px;
}
.birth_weightIcon{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.birthHeightIcon {
    text-align: center;
}
.birth_weightIcon svg{
    max-width: 100px;
    width:100%;
}
.b_weight_val{
    font-family: 'butlerregular';
    font-size: 6rem;
}
.b_weight_unit{
    font-family: grandistaregular;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex-direction: column-reverse;
}
.b_weight_unit_symbol {
    font-size: 4rem;
    font-family: grandistaregular;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    min-height: 100px;
    position: relative;
    left: 7px;
  color:var(--selectedColor);
}
.b_weight_val_decimal {
    font-size: 3rem;
    font-family: 'alex_brushregular';
}
.birthHeightIcon img {
    max-width: 100%;
  width:100%;
}
/* abd css ends */

















.birth_sidebar_section {
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
#persoliseHeader_left h1 a{
     font-family: "Lora", serif;
    font-weight: 500;
    color: #616b62;
    font-size: 22px;
    letter-spacing: 0;
    text-decoration: none;
}
#persoliseHeader_left .logo_birth {
    padding: 15px 20px 15px 20px;
    /* border-bottom: 1px solid #3c3b341b; */
}

.birth_main .birth_theme {
    
    border-bottom: 1px solid #3c3b3424;
}

.birth_main .birth_theme .birth_tab {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
  padding: 15px 17px;
  cursor:pointer;
  background:#616b62;
}
.birth_main .birth_theme .birth_tab.active{
  background:#fff;
}
.birth_main .birth_theme .birth_tab.active h4{
  color:#616b62;
}
.birth_main .birth_theme .birth_tab img {
    transform: rotate(-90deg);
  transition:all 0.3s;
}
.birth_main .birth_theme .birth_tab.active img{
  transform: rotate(0);
} 
.birth_details{  
  display:none;
   padding: 0 22px 0px;
}
.birth_main .birth_theme .birth_tab .icon_arrow img {
    display: flex;
}

.birth_main .birth_theme .birth_tab h4 {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: "Lora", serif;
      
}

.birth_main .birth_theme .birth_details .detail-heading {
    padding-top: 30px;
} 
.birth_main .birth_theme .birth_details .detail-heading h4 {
    color: #343434;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    font-style: normal;
  margin-bottom: 2px;
      
}

/* Image Css */
.birth_main .birth_theme .animal_image_main {
    display: flex;
    align-items: center;
      flex-wrap: wrap;
    gap: 10px;
    padding: 15px 0 0;
}
.birth_main .birth_theme .animal_image_main .image-list label {
    display: flex;
    width: 36px;
    height: 36px;
} 

.birth_main .birth_theme .animal_image_main .image-list img {
    width: 100%;
    display: flex;
    height: 100%;
  padding: 3px;
}

.birth_main .birth_theme .animal_image_main .image-list input[type='radio'] {
    position: absolute;
    width: 0;
    height: 0;
    outline: none;
}

.birth_main .birth_theme .birth_tab.active + .birth_details .animal_image_main .image-list input[type='radio']:checked + label {
    box-shadow: 0 0 0 3px #616b62;
    border-radius: 2px;
}

.birth_main .birth_theme .birth_tab.active + .birth_details .animal_image_main .image-list input[type='radio']:hover + label {
    border-radius: 2px;
    box-shadow: 0 0 0 3px #616b62;
}

/* Color Css */
.birth_main .birth_theme .color_main {
    display: none;
    align-items: center;
    gap: 14px;
    padding-top: 20px; 
}
.birth_main .birth_theme .color_main.active{
  display:flex;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.birth_main .birth_theme .color_main .color-list {
    width: 46px;
    height: 46px;
  border: 2px solid #fff;
  cursor:pointer;
}

.birth_main .birth_theme .color_main  input[type='radio'] {
    position: absolute;
    width: 0;
    height: 0;
    outline: none;
}

 
.birth_main .birth_theme .color_main  input[type='radio']:checked + label {
    box-shadow: 0 0 0 3px #616b62;
    border-radius: 2px;
}

.birth_main .birth_theme .color_main  input[type='radio']:hover + label {
    border-radius: 2px;
    box-shadow: 0 0 0 3px #616b62;
}

/* Form Css */ 

.birth_main .birth_theme .birth_details .form_input {
    padding-bottom: 20px;
}

.birth_main .birth_theme .birth_details .form_input .heading_label h4 {
    color: #343434;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    font-family: "Lora", serif;
    padding-bottom: 12px;
   
}

.birth_main .birth_theme .birth_details .form_input .input_field {
    width: 100%;
}

.birth_main .birth_theme .birth_details .form_input .input_field input {
    width: 100%;
    padding: 10.5px 15px;
    border-radius: 10px;
    border: 1px solid #eceff1;
    outline: none;
    color: #364267;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    transition: all 0.2s;
}

.birth_main .birth_theme .birth_details .form_input .input_field input:hover {
    border: 1px solid #00000020;
}

.birth_main .birth_theme .birth_details .form_input.birth-time input {
    width: 39%;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field:nth-child(4) {
    padding-bottom: 0;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field span {
    color: #364267;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
}

/* Switch Css */
.birth_main .birth_theme .birth_details .form_input.height-weight .input_field .switch {
    position: relative;
    display: inline-block;
    width: 74px;
    height: 22px;
    text-align: center;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 2px;
    transition: 0.4s;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field input:checked+.icon::before {
    transform: rotate(45deg);
    padding-top: 5px;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field input+.icon::before {
    padding-top: 5px;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field .slider.w-color:before {
    background-color: #a37eba;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field .slider.w-color {
    background-color: #7b8b9b;
    transition: 0.4s;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field .slider.icon:before {
    background-color: #fff;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field input:checked+.slider {
    background-color: #cca385;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field input:checked+.slider:before {
    transform: translateX(20px);
}

/* Rounded sliders */
.birth_main .birth_theme .birth_details .form_input.height-weight .input_field .slider.round {
    border-radius: 34px;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field .slider.round:before {
    border-radius: 50%;
}

.birth_main .birth_theme .birth_details .form_input.height-weight .input_field .disabled-toggle {
    opacity: 0.5;
    cursor: default;
}


/* menu */
.fl_menu_header li {
    list-style: none;
}
.fl_menu_header a {
    text-decoration: none;
    color: #616b62;
    font-size: 15px;
      display: flex;
    align-items: center;
      column-gap: 5px;
  font-weight: 700;
}
.personalist_right {
    display: flex;
    align-items: center;
}
.fl_menu_header {
    margin-right: 30px;
}
.fl_menu_header ul {
    display: flex;
    column-gap: 15px;
}
span.menu-icon {
    display: flex;
}
.menu-icon img {
    max-width: 14px;
    width: 100%;
}

/* Format Size Css */
.birth_main .birth_theme .format_card_main {
    display: flex;
    gap: 10px;
    padding-top: 16px;
  flex-wrap:wrap;
}
.birth_details .heading_label {
    margin-top: 0px;
}
.birth_main .birth_theme .format_card_main .card-list {
    width: 30%;
}

.birth_main .birth_theme .format_card_main .card-list .card img {
    max-width: 60%;
    display: flex;
    margin: 0 auto;
  padding: 10px;
}

.birth_main .birth_theme .format_card_main .card-list h4 {
    color: #364267;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
        padding: 0px 5px 5px 5px;
  letter-spacing: -0.5px;
   
}

.birth_main .birth_theme .format_card_main .card-list input[type='radio'] {
    position: absolute;
    width: 0;
    height: 0;
    outline: none;
}

 .img_clr {
    display: flex!important;
    height: 40px;
    margin: 6px auto;
    align-items: center;
   justify-content: center;
}
.cd_price{
      color: #616b62;
    font-family: Lora, sans-serif;
    padding-bottom: 7px;
  font-size: 14px;
    font-weight: 600;
  justify-content: center;
    display: flex;
}
.img_clr div{
  display: block !important;
  width: 40px;
  height: 40px;
 
} 
.img_clr div {
    background: #e9e0df;
}
.f-desc.ng-binding {
    margin-top: 10px;
  font-size: 13px;
}
.f-desc.ng-binding i {
    font-style: normal;
    letter-spacing: -0.5px;
}
.size_guide_text {
    margin-bottom: 0px !important;
}
.birth_main .birth_theme .format_card_main .card-list label {
    border: 1px solid #E5E5E5;
    min-height: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}
label.Size_0 .img_clr div{
    height: 28px;
    width: 22px;
    border-radius: 5px;
}

label.Size_1 .img_clr div{
    height: 34px;
    width: 26px;
    border-radius: 5px;
}

label.Size_2 .img_clr div{
    height: 40px;
    width: 30px;
    border-radius: 5px;
}

label.img_clr_size-digital-file .img_clr div{
    height: 36px;
    width: 26px;
    border-radius: 5px;
  position: relative;
}
label.img_clr_size-digital-file .img_clr div:after {
    position: absolute;
    content: 'PDF';
    font-size: 11px;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    font-weight: 600;
}
.birth_main .birth_theme .format_card_main .card-list input[type=radio]:checked+label {
  background:#FFF8F2;
    border: 1px solid #cca385; 
} 
.birth_main .birth_theme .card_description {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 25px;
}

.birth_main .birth_theme .card_description .description p {
    color: #364267;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-style: italic;
}

.birth_main .birth_theme .format_card_main .card-list .bg-color {
    background: black;
    width: 30%;
    height: 38px;
    border-radius: 4px;
    position: relative;
    left: 37%;
    top: 20px;
}

.birth_main .birth_theme .format_card_main .card-list .content_size {
    text-align: center;
    padding-top: 28px;
}

.birth_main .birth_theme .format_card_main .card-list .content_size .height_width span {
    color: #3C3B34;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.birth_main .birth_theme .format_card_main .card-list .content_size .size_price p {
    color: #8f665d;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    padding-top: 7px;
}

.birth_main .birth_theme .format_card_main .card-list.size_card {
    width: 32%;
}

.birth_main .birth_theme .format_card_main .size_card input[type='radio']:before {
    width: 113px;
    height: 140px;
}


/* usman style */
.birth_main.birth_main_form {
    max-height: 100vh;
    overflow: auto;
}
/* body.birth-poster header,
body.birth-poster .announcement-bar-section,
body.where-we-met header,
body.where-we-met .announcement-bar-section,
body.where-we-met footer{
  display:none;
} */
.new_birth_poster_main {
    display: grid;
    grid-template-columns: 400px 1fr;
  height:100vh;
}
.birth_poster_canvas{
  background:#f5f5f5;
  position:relative;
}




.new_form_button {
   z-index: 1;
    letter-spacing: 0;
    border: transparent;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    line-height: 1.2;
    background: #616b62;
    color: #fff;
    font-family: "Lora", serif;
    height: 40px;
    margin-left: 10px;
}
.personalise_atc{
  z-index: 1;
    letter-spacing: 0;
    border: transparent;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    padding: 0px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    line-height: 1.2;
    background: #616b62;
    color: #fff;
    font-family: "Lora", serif;
    height: 40px;
   display: flex;
    align-items: center;
    column-gap: 6px;
      justify-content: center;
   
}
button.new_form_button[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}
.new_form_button:hover{
  background: #e3d4cd;
  color:#343434;
  
}




div#meet-frame {
    max-width: 600px;
    width: 100%;
    background: var(--bgClr);
    box-shadow: -12px 10px 22px 3px #00000029;
    -webkit-box-shadow: -12px 10px 22px 3px rgba(0,0,0,.16);
    -moz-box-shadow: -12px 10px 22px 3px rgba(0, 0, 0, .16);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.innerWrapper{
    padding: 1rem 4rem 4rem 4rem;
}
#personalInfo{
    text-align: center;
    margin-top: 0;
}   
.headline {
    font-family: 'alex_brushregular';
    font-size: 44px;
  color:var(--txtClr);
}
.fullName {
    font-family: butlerregular;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
  color:var(--txtClr);
}
.frameInfoStyle{
    font-family: butlerregular;
    font-size: 12px;
    letter-spacing: 1px;
  color:var(--txtClr);
}
.date{
    margin-top: 17px;
}

.new_map_colors_main {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;padding-left: 4px;
}
.new_map_colors_main input{
  position:absolute;
  width:0;
  height:0;
}


.new_map_colors_main input:checked + label{
      box-shadow: 0 0 0 3px #cca385;
}
.new_map_colors_main label{ 
    width: 38px;
    height: 38px;
    display: inline-block; 
    margin-top: 10px;
    position: relative; 
    box-shadow: 0 0 0 3px transparent; 
    cursor:pointer;
}
.new_map_colors_main label span{
  width: 15px;
    height: 15px;
    display: inline-block; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.new_map_shapes_main{
  display: flex;
    flex-wrap: wrap;
    gap: 10px;padding-left: 4px;
}
.new_map_shapes_main input{
  height:0;
  width:0;
  position:absolute;
}
.new_map_shapes_main input:checked + label{
      box-shadow: 0 0 0 3px #cca385;
}
.new_map_shapes_main label{ 
    width: 55px;
    height: 55px;
    display: flex;
    margin-top: 10px;
    position: relative;
    box-shadow: 0 0 0 3px transparent;
    cursor: pointer;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.new_map_shapes_main.markers label{
  padding:0;
  height: 40px;
    width: 40px;
}
.new_map_shapes_main.markers label svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1300px) {
img#candleicon{
  display:none;
}

  

  .innerWrapper {
    padding: 0 4rem;
}
}
@media only screen and (min-width: 1000px) {
.footer_css .rte p{
  max-width: 400px;
}
}


@media(max-width:1180px){
  div#personalise_heading {
    display: none;
}
  #persoliseHeader_right {
    justify-content: flex-end !important;
}
  .hide_mb{
    display: none;
  }
}
 @media only screen and (max-width: 1100px) and (min-width: 769px){
   .new_birth_poster_main {
    grid-template-columns: 300px 1fr;
}
  .firstName {
    font-size: 3rem;
} 
   .lastName {
    font-size: 1.5rem;
}
   .birthMonth {
    font-size: 1rem;
}
.birthDate {
    font-size: 4rem;
    line-height: 4rem;
}   
   .birthYear {
    font-size: 2rem;
}
   .birthTime {
    font-size: 3rem;
}
   .birthTimeIcon svg {
    max-width: 70px;
}
   .b_height_val {
    font-size: 2rem;
}
   .b_height_unit {
    font-size: 2.5rem;
}
   .birthHeightIcon img {
    max-width: 100px;
}
   .birth_weightIcon svg {
    max-width: 70px;
}
   .b_weight_val {
    font-size: 6rem;
}
   .b_weight_val_decimal {
    font-size: 2rem;
}
   .b_weight_unit_symbol {
    font-size: 3rem;
}
   .innerWrapper {
    padding: 0 2rem;
}
   #birthCard {
    max-width: 400px;
}
 }
 .mb_button{
   display: none;
 }
 .mobile_bar {
    display: none;
}
 @media only screen and (min-width: 769px){
   .map-preview{
     display: none;
   }
 }
 @media only screen and (max-width: 769px){
   .map-preview p {
    writing-mode: tb-rl;
    width: 18px;
}
   .mb_button {
    margin-bottom: 270px !important;
}
   .large_map_show #birthCard {
    max-width: 100%;
    height: 100%;
      top: 0;
     left: 0;
             transform: unset;
}
   .large_map_show .large_map {
    display: none;
}
   .map-preview {
    background-color: #f5f5f5;
    border-left: 1px solid #eceff1;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #eceff1;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: 700;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 2;
    padding: 15px 10px;
    cursor: pointer;
    display: block;
    width: 40px;
}
   .mobile_bar {
    display: block;
}
   .inner-mobile-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 10px;
}
   
   #persoliseHeader_left .logo_birth {
    text-align: center;
}
  #persoliseHeader {
    grid-template-columns: 1fr !important;
}
   div#persoliseHeader_right {
    display: none;
}
   .mb_button{
   display: block;
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 40px;
 }
   button.personalise_atc.mb_btn {
    width: 100%;
    border-radius: 3px;
     /* background: #cca385; */
    font-size: 14px;
}
   .birth_poster_canvas {
    background: transparent;
    height: 0;
}
  .new_birth_poster_main {
    grid-template-columns: 1fr;
} 
   .birth_sidebar_section {
    max-width: 100%;
}
   .text_map p {
    font-weight: 700;
}
   #birthCard {
    max-width: 300px;
    position: fixed;
     z-index:2;
}
   .innerWrapper {
    padding: 0 1rem;
}
   .firstName {
    font-size: 1.5rem;
}
   .lastName {
    font-size: 1rem;
}
   .birthMonth {
    font-size: 1rem;
}
   .birthTimeIcon svg {
    max-width:35px;
}
   .birthTime {
    font-size: 1.5rem;
}
   .birthYear {
    font-size: 1rem;
}
   .birthDate {
    font-size: 2rem;
    line-height: 2rem;
}
   .b_height_val {
    font-size: 1.5rem;
}
   .b_height_unit {
    font-size: 1.5rem;
}
   .birthHeightIcon img {
    max-width: 75px;
}
   .birth_weightIcon svg {
    max-width: 50px;
}
   .b_weight_val {
    font-size: 1.5rem;
}
   .b_weight_unit_symbol {
    font-size: 1.5rem;
         min-height: 55px;
}
   .b_weight_val_decimal {
    font-size: 1rem;
}
   .new_birth_poster_main{
         height: 100%;
   } 
   .innerWrapper {
    padding: 1rem;
}
 }




@media (max-height:480px){


 
   .firstName {
    font-size: 1.5rem;
}
   .lastName {
    font-size: 1rem;
}
   .birthMonth {
    font-size: 1rem;
}
   .birthTimeIcon svg {
    max-width: 35px;
}
   .birthTime {
    font-size: 1.5rem;
}
   .birthYear {
    font-size: 1rem;
}
   .birthDate {
    font-size: 3rem;
    line-height: 3rem;
}
   .b_height_val {
    font-size: 1.5rem;
}
   .b_height_unit {
    font-size: 1.5rem;
}
   .birthHeightIcon img {
    max-width: 75px;
}
   .birth_weightIcon svg {
    max-width: 50px;
}
   .b_weight_val {
    font-size: 1.5rem;
}
   .b_weight_unit_symbol {
    font-size: 1.5rem;
         min-height: 55px;
}
   .b_weight_val_decimal {
    font-size: 1rem;
}
  #birthCard {
    max-width: 300px;
  } 
  .innerWrapper {
    padding: 1rem;
}
}


div#birthCard::before {
    position: absolute;
    right: 100%;
    bottom: 0;
    height: 100%;
    background-size: contain;
    background-position: right bottom;
    background-image: url(https://cdn.shopify.com/s/files/1/0868/1884/9058/files/shadow_e994cf95-d82d-4d35-b72f-f2e1507a7ee9.png?v=1714389092);
    content: "";
      background-repeat: no-repeat;
}
@media(min-width:769px){
  div#birthCard::before {
    padding-left: 25%;

}
}

@media only screen and (max-width: 1920px) and (min-width: 1680px){
  #birthCard {
    transform: translate(-50%, -50%) scale(.64);
  }
 }
@media only screen and (max-width: 1680px) and (min-width: 1360px){
  #birthCard {
    transform: translate(-50%, -50%) scale(.64);
  }
 }


 @media only screen and (max-width: 1375px) and (min-width: 1280px){
  #birthCard {
    transform: translate(-50%, -50%) scale(.6);
  }
 }
  @media only screen and (max-width: 1280px) and (min-width: 900px){
  #birthCard {
    transform: translate(-50%, -50%) scale(.6);
  }
 }
.lastName {
    margin-bottom: 12px;
}








/* Size popup start */
.size_guide_text {
   display: inline-block;
}

.size_guide_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
      text-decoration: underline;
         margin-top: 5px;
    color: #666;
}

.popus_main_section {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background-color: rgba(0,0,0,.7);
    transition: opacity .3s linear, visibility .3s linear;
    padding: 40px 10px;
    opacity: 0;
    visibility: hidden;
      z-index: 2;
}

.popus_main_section.active {
    opacity: 1;
    visibility: visible;
}

.popus_main_section .page__width {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.popus_main_section .popup_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    padding: 40px;
    border-radius: 3px;
    position: relative;
    z-index: 999;
}

.popup_main .cross_icon {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 6;
    cursor: pointer;
}

.popup_main .cross_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}

.popup_main .popup_heading h4 {
    color: #4f5f6f;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 35px;
}

.popup_main .size_guide_image {
    width: 100%;
}

.popup_main .size_guide_image img {
    width: 100%;
    display: flex;
}

.popup_main .close_button {
    padding-top: 30px;
    width: 90px;
    margin: 0 auto;
}

.popup_main .close_button span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 25px;
        background-color: #616b62;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
      font-family: Lato, sans-serif;
}

.popup_main .close_button span:hover {
        opacity: 0.8;
}

@media only screen and (max-width: 500px) {

    .popus_main_section {
        padding: 20px 10px;
    }

    .popus_main_section .popup_main {
        padding: 40px 20px;
    }
}
/* size popup end */
.format_card_main.option__Frame.Color {
    margin-bottom: 30px;
  padding-bottom: 30px;
}
.format_card_main.option__Frame.Color .card-list {
    width: 50px;
}
.format_card_main.option__Frame.Color label {
    min-height: 50px !important;
}
.format_card_main.option__Frame.Color .img_clr {
    margin: 0;
    height: 50px;
}
.format_card_main.option__Frame.Color .bg_vr_cl {
    width: 30px;
    height: 30px;
}

@media(max-width:769px){
  #birthCard{
           transform: translate(21%, 21%) scale(.53);
        right: 0;
        left: unset;
        top: unset;
        bottom: 0;
  }
  .birth_weight {
    padding: 14px;
}
  .birth_height {
    width: 50%;
}
  .birth_main.birth_main_form {
    max-height: 100%;
    overflow: unset;
}
}
/* @media only screen and (min-width: 700px) and (max-width: 1600px) {
.where-we-met .sidebar{
  height: 700px;
      position: relative;
    top: -20px;
}
} */