/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300&display=swap');


 :root{
     
     --white-color:#ffffff;
     --black-color:#000000;
     --red-color:#B3515A;
     --body-0:#F9F6F5;
     --body-10:#EBE7E5;
     --body-20:#D5CBC7;
     --body-30:#574142;
     --grey-0:#F3F3F3;
     --grey-10:#E8E8E8;
     --grey-20:#B1B1B1;
     --grey-30:#646464;
     --grey-40:#383838;
 }
 
 body{
     font-family: 'Montserrat', sans-serif;
 }
 
 .st_float_right {
     float: right;
 }
 
 ul{
     margin:0;
     padding: 0;
 }
 
 p{
     margin:0;
 }
 td {
     position: relative;
 }
  .st_padding{
     padding-top:10%;
 } 
 
 .st_margin-bottom{
    margin-bottom:30px;
 }
 
 .st_margin-top{
     margin-top:30px;
  }
 
 
 .st_row {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 }
 
 .st_col_6{
     width: 50%;
 }
 
 .st_col_2{
     width:14%;
 }
 
 .st_col_4{
     width:30%;
 }
 
 .st_col_3{
     width:25%;
 }
 
 .st_col_9{
     width:70%;
 }
 
 .sf_customer_box .st_form_control {
     display: block;
     width: 90%;
     padding:12px;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: var(--grey-30);
     background-color: #fff !important;
     background-repeat: no-repeat;
     border-radius: 12px;
     border: 1px solid var(--grey-40);
     height: auto !important;
 }
 
 .st_form_control_dark {
     display: block;
     width: 90%;
     padding:12px;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: var(--red-color);
     background-color: var(--body-10) !important;
     background-repeat: no-repeat;
     border-radius: 12px;
     border: 1px solid var(--body-10);
 
 }
 
 .st-login-form{
    width: 500px;
    max-width: 500px !important;
    text-align: center;
    background: #E8E1D8;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }
 .st-login-form h2{
    margin: 0 0 2rem 0;
 }
 .st-login-form input[type="text"], .st-login-form input[type="password"]{
 border-radius: 12px;
 padding: 10px;
 border: 1px solid var(--grey-40);
 width: 100%;
 }
 .st-login-form .td_align{
text-align: center;
 }
 .st-login-form table td {
    border: none;
 }
 .st-login-form  .st_progress_label span{
    font-size: 1rem; margin-left: 12px;
 }
 .st-login-form .st_btn {
    min-width: 150px;
}
 .st-login-form table tbody>tr:nth-child(odd)>td, .st-login-form table tbody tr:hover>td,  .st-login-form table tbody>tr:nth-child(even)>td{
    background: transparent;
    padding: 10px 15px;
 }
 .st_form_control_darker {
     display: block;
     width: 90%;
     padding:12px;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: var(--red-color);
     background-color: var(--body-10) !important;
     background-repeat: no-repeat;
     border-radius: 12px;
     border: 1px solid var(--body-10);
 
 }
 
 .st_form_label{
     color: var(--red-color);    
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     line-height: 32px; /* 133.333% */
 }
 
 
 .st_section-padding{
     padding:100px 0px;
     max-width: 100% !important;
 }
 
 .st_page_heading{
     color: var(--body-30);
   
     font-size: 32px;
     font-style: normal;
     font-weight: 600;
     line-height: 40px;
 }
 
 .st_menu{
 background-color: var(--body-0);
 text-align: center;
 position: relative;
 margin-left: 0px !important;
 padding: 0px 15px;
 }
 
 
 
 .st_menu li p{
 color: var(--grey-30);
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 27px;
 margin-top: 0px;
 }
 
 .st_menu li{
     border-bottom: 1px solid var(--body-20);
     list-style-type: none;
    
 }
 .st_menu li a{
 
 font-size: 24px;
 font-style: normal;
 font-weight: 600;
 line-height: 32px; 
 color:var(--red-color) !important;
 text-decoration: none;
 cursor: pointer;
 }
 
 .st_profile_img{
 position: absolute;
 top:-36%;
 left:17%;
 content:"";
 margin-top: 80px;
  width: 140px;
 }
 
 .st_heading{
 color: var(--body-30);
 font-size: 20px;
 font-style: normal;
 font-weight: 600;
 line-height: 40px;
 margin-bottom:0;
 }
 
 
 .st_btn{
 border-radius: 8px;
 background: var(--red-color);
 border:0;
 padding:12px 32px;
 color: var(--body-0);
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 21px; /* 116.667% */
 }
 
 
 .st_progress_container {
     width: 100%;
     background: var(--body-20);
     border: 1px solid var(--body-20);
     border-radius: 20px;
     margin-bottom:10px;
 }
 
 .st_progress_bar {
     width: 0;
     height: 12px;
     background: var(--body-30);
     border-radius: 10px;
 }
 
 .st_progress_label{
 color: var(--red-color);
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 27px; 
 
 }
 
 .st_product_box{
 background-color: var(--body-10);
 padding:18px 16px;
 text-align: center;
 width: 90%;
 color: var(--body-30);
 cursor: pointer;
 }
 
 .st_product_box:hover{
     background-color: var(--red-color);
     color:var(--body-0);
 }
 .st_product_box_text{
    
 text-align: center;
 
 font-size: 20px;
 font-style: normal;
 font-weight: 600;
 line-height: 30px; /* 150% */
 margin: 0 !important;
}
 
 
 .st_select {
     appearance: none; /* Disable default arrow */
    
     background-image: url('img/dropdown.svg'); /* Use a custom arrow image */
     background-repeat: no-repeat;
     background-position: right center;
     padding-right: 25px; /* Add space for custom arrow */
 }
 
 
 table {
     border-collapse: collapse;
     width: 100%;
 }
 
 .st_table_border {
     border-collapse: collapse;
     width: 100%;
     border:1px solid var(--body-20);
     background-color: var(--body-0);
 }
 
 th, td {
     border:none;
     padding: 8px;
     text-align: left;
 
 }
 
 th{
 color: var(--red-color); 
 font-size: 18px;
 font-style: normal;
 font-weight: 600;
 line-height: 30px; /* 150% */
 min-width: 100px;
 }
 
 .st_table_heading{
     color: var(--red-color);
 font-size: 20px;
 font-style: normal;
 font-weight: 600;
 line-height: 30px; /* 150% */
 }
 
 .st_table_label{
     color: var(--red-color);
 font-size: 18px;
 font-style: normal;
 font-weight: 700;
 line-height: 36px; /* 128.571% */
 }
 
 /*Dev css*/
 .st_product_box.active{
     background-color: var(--red-color);
     color:var(--body-0);
 }
 .st-form-field-error {
     font-size: 15px;
     color: #dc3545;
     font-weight: bold;
     margin-right: 10px;
 }
 .st-alert-success {
     color: #155724;
     background-color: #d4edda;
     border-color: #c3e6cb;
 }
 .st-alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
 .st-alert {
     position: relative;
     padding: 0.75rem 1.25rem;
     margin-bottom: 1rem;
     border: 1px solid transparent;
     border-radius: 0.25rem;
 }
 li.sf_user_sec:last-child {
     border-bottom: none;
 }li.sf_user_sec {
     padding: 20px 0px;
 }li.sf_author_title_Sec {
     padding-top: 50px;
     padding-bottom: 0px;
 }
 .st-calculation-total-wrappper .st_form_control_dark {
    width: calc(100% - 45px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
input.st-calculation-sufix.st_form_control_dark {
    width: 20%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 10px;
    background: none !important;
    border: none;
}
.st-back-to-previous-step {
    margin-right: 20px;
}
button {
    cursor: pointer;
}
.sf_user_sec a.st-active-tab {
    color: #9c0d1a !important;
    font-weight: 800 !important;
    text-decoration: underline;
}
label.st_form_control_dark {
    width: 100%;
    height: 47px;
}
th.st_section_heading {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #636668;
    
}
.st_section_heading_row th{
    padding-bottom: 20px;
}
.st_section_heading_row{

    border-bottom: 1px solid #ccc;
    height: 56px;
}
.st_sep_column{
    vertical-align: top;
    width: 50%;
}
.st_instruction_heading{
    color: #0663E4;
    font-size: 15px;
    font-weight: 600;
.st_section_heading_row {
    border-bottom: 1px solid #ccc;
    height: 56px;
}
}
.st-order-form .st_table_heading {
    font-size: 15px;
}
label.assembly_quantity_sum_display_label,
label.other_component_quantity_sum_display_label,
label.logistics_quantity_sum_display_label,
label.optional_component_quantity_sum_display_label,
label.component_calculation_tax_sum_label,
label.component_calculation_total_sum_label {
    width: 80% !important;
}
input.st-calculation-sufix {
    width: 70px !important;
}
  .confirmation-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    z-index: 1;
  }
  .confirmation-box button {
    margin-right: 10px;
    margin-top: 20px;
  }
  
 #add-product-overlay .button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
  }
 @media screen and (max-width: 1075px) {
 
 .st-edit-profile {
     padding: 0px 15px;
 }
 
 }
 @media screen and (max-width: 980px) {
     ul.st_menu {
         display: flex;
         flex-wrap: wrap;
         background: #EBE7E5;
         padding: 0px;
         border-bottom: 0.4px solid #57414263;
         }.st_menu li{
              border-bottom: 0.4px solid #57414263;
         }.st-edit-profile {
             padding: 0px 15px;
         }.st_col_3, .st_col_9 {
             width: 100%;
         }li.sf_author_title_Sec {
         flex: 100%;
         margin-top: -25px;
         background: var(--body-0);
         margin-bottom: 0px !important;
     
     }.st_profile_img {
         left: 5px;
     }li.sf_user_sec {
         border-bottom: none;
         padding: 1em;
         background: #EBE7E5;
         margin-bottom: 0px !important;
         border-right: 0.4px solid #57414263;
         padding: 1em;
         }.st_menu li a {
         font-size: 20px;
         }.st_padding {
         padding: 0px;
     }.st_section-padding {
         padding-top: 50px;
     }ul.st_menu li:nth-child(3) {
         border-left: 0.4px solid #57414263;
     }li.sf_author_title_Sec {
     padding: 20px;
     margin-top: 0px;
 }
         }
     @media screen and (max-width: 580px){
     /* li.sf_author_title_Sec {
             text-align: right;
     } */
     .st-login-form {
        width: auto;
        padding: 30px 15px;
        max-width: 100%;
     }
     ul.st_menu {
     justify-content: center;
     align-items: center;
 }li.sf_user_sec {
     flex-grow: 1;
 }img.st_profile_img {
     left: unset;
    top: -90px;
 }li.sf_author_title_Sec {
     padding-bottom: 0px;
     padding-top: 60px;
 }
         
     }
     @media screen and (max-width: 400px){
        li.sf_user_sec {
        padding: 5px;
    }li.sf_user_sec a {
        font-size: 16px;
    }.st_form_label {
        font-size: 16px;
    }
    }
