/** Shopify CDN: Minification failed

Line 65:53 Unexpected "{"

**/
.main_product_container {
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.custom_pdp_sku_code p {
  margin-bottom: 0px;
}

.custom_request_account_component {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
}

.custom_left_product_image_component {
  width: 40% !important;
}

.custom_right_product_details_component {
  width: 60% !important;
}

.custom_cart_sidebar li span {
  width: 50%;
}

.custom_mobile_price_content span.custom-text {
  white-space: normal;
  font-size: 14px;
  width: 150px;
  word-wrap: break-word;
  display: block;
  position: relative;
}

.custom_text_string_component {
  max-width: 200px;
}

.template-product .custom_available_sizes,
.template-product .custom_tailles_disponibles {
  max-height: 500px;
  overflow-y: scroll;
}

.template-product .custom_available_sizes table,
.template-product .custom_tailles_disponibles table {
  max-width: 700px;
  max-height: 500px;
  overflow-y: auto;  
  margin-bottom: 0px;
  margin-left: 0px !important;
  height: auto;
}

.template-product .custom_available_sizes tbody,
.template-product .custom_tailles_disponibles tbody, {
  max-height: 500px;
  overflow-y: scroll;
}

.template-product .custom_available_sizes td,
.template-product .custom_tailles_disponibles td {
  padding: 0px;
}

.template-product .custom_available_sizes td>div:nth-child(2),
.template-product .custom_tailles_disponibles td>div:nth-child(2) {
  display: none;
}

.template-product .custom_available_sizes p,
.template-product .custom_tailles_disponibles p {
  margin-bottom: 0px;
}

.custom_accordion_content tbody tr td p {
  margin-bottom: 0px !important;
}

#thank-you-message p {
  font-size: 18px;
  font-weight: bold;
  color: #24448c;
}

/* Hide the default checkbox */
.custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.custom-checkbox + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #24448c
}

/* Create a custom checkbox indicator */
.custom-checkbox + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 25px;
  height: 25px;
  border: 2px solid #24448c;
  background-color: #fff;
}

/* On checkbox checked, display the indicator */
.custom-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 9px;
  height: 18px;
  border: solid #24448c;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  
  .custom_left_product_image_component {
    width: 100% !important;
  }
  
  .custom_right_product_details_component {
    width: 100% !important;
  } 

  .custom_accordion_content table {
    width: 100% !important;
  }

  #content>.shopify-section-footer:last-child {
    margin-top: 80px;
  }
}

/* Custom Quote Price Form CSS code. */

.custom-form-container {
  max-width: 850px;
  margin: 0 auto;
}

.custom-form-container h1 {
  margin-top: 20px;
  font-family: inherit;
}

.custom_form_price_title {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 30px;
  z-index: initial;
}

.customer_main_price_field {
  /* margin-top: 20px; */
}

.customer_main_price_field .select-wrapper {
  z-index: initial;
}

.customer_main_price_field a {
  border: 1px solid;
  font-size: 12px;
}

.price_step_title_real {
  margin-top: 10px;
}

.custom_readonly_price_view_component {
  display: flex;
  max-height: 20px;
  padding: 0; 
  z-index: initial;
  font-weight: 600;
  font-family: inherit;
}

#price_step2 {
  /* position: relative !important; */
}

.bv_mainselect .bv_atual.up~.bv_ul_inner {
  z-index: 2;
}

#show_total_btn {
  z-index: 1;
  float: none;
  margin-top: 30px;
}

.custom_no_permission_code p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.custom-title-class-alert,
#swal2-html-container {
  color: #2444c8;
}

.custom-confirm-button-class-alert {
  background-color: #2444c8 !important;
}

.hide_first_product_main_component,
.hide_second_product_main_component {
  display: none;
}

.left_mini_step_items.has-select {
  min-width: calc(100% - 200px);
}

.right_mini_step_items {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 50px;
}

.right_mini_step_items>label {
  margin-top: 0;
  margin-bottom: 0;  
}

.product_showed_component h3 {
  margin-top: 30px;
}

.custom_blue_disable {
  /* color: white !important; */
}

.custom_mini_step_items .select-wrapper select {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;  
  border: 1px solid #24448c;
}

.custom_mini_step_items .select-wrapper>span {
  display: none !important;
}

.hide_title {
  display: none;
}

.customer_main_field_second {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {

  .custom_mini_step_items {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: flex-end;
  }

  .customer_main_field,
  .custom_main_product_select_container {
    display: flex;
    justify-content: space-between; 
    align-items: center;
  }

  .custom_name_field,
  .custom_email_field,
  .custom_product_select_component {
    width: 45%;
    
  }

  .custom_name_field input,
  .custom_email_field input {
    border: 1px solid;
  }
  
}