/*===================================================
=    woocommerce product addons custom styles       =
====================================================*/
.wcpa_form_outer label {
  display: block;
  color: #282828;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 7px;
}

.wcpa_radio label {
  font-weight: 400;
}

.where-services {
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.where-services .wcpa_image {
  position: relative;
  cursor: pointer;
  margin-right: 20px !important;
  margin-top: 15px !important;
  background: #fff;
  border: 1px solid #c7c7c7;
  width: 238px;
  height: 130px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .where-services .wcpa_image {
    margin-right: 15px !important;
  }
}

@media (max-width: 575.98px) {
  .where-services .wcpa_image {
    margin-right: 10px !important;
  }
}

.where-services .wcpa_image.selected {
  border-color: #0079c0;
}

.where-services .wcpa_image.selected:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  background: #fff;
  color: #0079c0;
  font-size: 20px;
  line-height: 1;
  border-radius: 50%;
  top: -10px;
  right: -9px;
  z-index: 2;
}

.where-services .wcpa_image img {
  max-height: 49px;
  margin: 20px auto 15px;
}

.where-services .wcpa_image input {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.where-services .wcpa_image input:checked+img {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.where-services .wcpa_image label {
  display: block;
  font-size: 15px;
  color: #282828;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .where-services .wcpa_image label {
    font-size: 12px;
  }
}

.wcpa_form_outer {
  margin-bottom: 0;
}

.wcpa_form_outer .wcpa_form_item {
  margin: 0 !important;
  margin-top: 20px !important;
}

@media (max-width: 767.98px) {
  .wcpa_form_outer .wcpa_form_item {
    width: 100% !important;
  }
}

.wcpa_form_outer .wcpa_form_item .wcpa_radio input[type=radio]:checked+label .wcpa_check::before {
  background: #2558ab;
  right: 2px;
  left: 2px;
}

.wcpa_form_outer .wcpa_form_item .color-inline .wcpa_color {
  position: relative;
}

.wcpa_form_outer .wcpa_form_item .wcpa_checkbox,
.wcpa_form_outer .wcpa_form_item .wcpa_radio {
  position: relative;
}

.wcpa_form_outer .wcpa_form_item .wcpa_color input[type=radio],
.wcpa_form_outer .wcpa_form_item .wcpa_color input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.wcpa_form_outer .wcpa_form_item input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.wcpa_form_outer .wcpa_form_item .wcpa_color label span.disp_squircle,
.wcpa_cart_type_color-group .wcpa_cart_color.disp_squircle {
  border-radius: 50%;
}

.wcpa_form_outer .wcpa_form_item select {
  min-height: 48px;
  border-color: #d2d2d2;
  border-radius: 7.5px;
  padding-right: 35px;
}

.wcpa_form_outer .wcpa_form_item select:focus {
  border-color: #b9b9b9;
}

.wcpa_form_outer .wcpa_form_item input[type=number] {
  min-height: 48px;
  border-color: #d2d2d2;
  border-radius: 7.5px;
  padding-right: 5px;
}

.wcpa_form_outer .wcpa_form_item input[type=number]:focus {
  border-color: #b9b9b9;
}

.wcpa_form_outer .wcpa_form_item .select_arrow {
  display: block;
  position: absolute;
  top: 13px;
  right: 24px;
  width: 0;
  height: 0;
  pointer-events: none;
  border: 0;
}

.wcpa_form_outer .wcpa_form_item .select_arrow::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  color: #464646;
}

.wcpa_type_number {
  position: relative;
}

.wcpa_type_number .input-group {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.wcpa_type_number input::-webkit-input-placeholder {
  opacity: 0 !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.wcpa_type_number label {
  position: absolute;
  top: 12px;
  left: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 14px !important;
  cursor: text;
  color: rgba(40, 40, 40, 0.75) !important;
  z-index: 99;
}

.wcpa_type_number.focused input::-webkit-input-placeholder {
  opacity: 1 !important;
}

.wcpa_type_number.focused label {
  top: -24px;
  font-size: 12px !important;
  margin: 0;
  left: 8px;
  color: #282828 !important;
  cursor: default;
}

.wcpa_form_outer .wcpa_form_item .wcpa_price {
  font-size: 12px;
  color: rgba(40, 40, 40, 0.75);
  line-height: 1 !important;
  margin-top: 7px;
}

.wcpa_form_outer .wcpa_form_item {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.wcpa_form_outer .wcpa_row {
  margin-left: -7px !important;
  margin-right: -7px !important;
}

.wcpa_form_outer .wcpa_form_item .wcpa_tooltip_icon {
  background: rgba(40, 40, 40, 0.75) !important;
}

.wcpa_form_outer .wcpa_form_item .wcpa_tooltip_icon>span {
  line-height: 1em !important;
  background: rgba(40, 40, 40, 0.75) !important;
}

.wcpa_form_outer .wcpa_form_item .wcpa_tooltip_icon:hover:before {
  border-color: rgba(40, 40, 40, 0.75) transparent !important;
}

.woocommerce-address-fields .form-row .control-label .optional {
  display: none;
}

/*=====  End of woocommerce product addons custom styles  ======*/