/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.wcpa_clb_border.label_inside {
  height: 40px !important;
  min-width: 40px !important;
  line-height: 38px !important;
  background: #fff !important;
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color .label_inside:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 8px;
  width: 21px;
  height: 21px;
  border: none;
  border-radius: 100%;
  background-image: url(/wp-content/uploads/2025/06/radio-cricle.svg);
  background-repeat: no-repeat;
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color input:checked + label span.label_inside:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 14px;
  width: 21px;
  height: 21px;
  border: none;
  border-radius: 100%;
  background-image: url(/wp-content/uploads/2025/06/radio-select-cricle.svg);
  background-repeat: no-repeat;
  transform: unset;
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.label_inside {
  padding: 0px 5px 0px 30px;
  line-height: 28px;
}

.wcpa_form_outer .wcpa_form_item .wcpa_helptext {
  font-size: 0.9em;
}

.wcpa_price_summary ul li {
  margin: 0;
  border: 0;
  padding: 0;
}

.wcpa_price_summary ul li > span:first-child {
  display: none;
}

.wcpa_price_summary li .wcpa_price_outer {
  float: unset;
  text-align: unset;
  color: #e43f3c;
  font-size: 24px;
  font-weight: 700;
}

.wcpa_form_outer .wcpa_form_item {
  margin-bottom: 0;
}

.wcpa_price_summary {
  border-top: 1px dashed #ddd;
  font-size: 0.8em;
  padding: 7.5px 0;
}

#ywcdd_info_shipping_date {
  line-height: 22px;
  background: #fff0d69e;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 15px 0 20px;
}

span.ywcdd_shipping_message {
  font-size: 13px;
}

.fulfillment_timeline_date {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.fulfillment_timeline_date .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fulfillment_timeline_date .time .icon-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.fulfillment_timeline_date .time .icon-holder .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeaea;
  border-radius: 50%;
}

.fulfillment_timeline_date .time .icon-holder .icon svg {
  width: 60%;
  height: auto;
}

.fulfillment_timeline_date .time:first-child .icon-holder,
.fulfillment_timeline_date .time:last-child .icon-holder,
.fulfillment_timeline_date .time:nth-child(2) .icon-holder {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fulfillment_timeline_date .time:first-child .icon-holder:after,
.fulfillment_timeline_date .time:last-child .icon-holder:before {
  content: "";
  display: block;
  width: calc(100% - 35px);
  height: 2px;
  background-color: #f1f1f1;
}

.fulfillment_timeline_date .time:nth-child(2) {
  text-align: center;
}

.fulfillment_timeline_date .time:nth-child(2) .icon-holder:after,
.fulfillment_timeline_date .time:nth-child(2) .icon-holder:before {
  content: "";
  display: block;
  width: calc(50% - 20px);
  height: 2px;
  background-color: #f1f1f1;
}

.fulfillment_timeline_date .time:nth-child(2) .edd-description {
  margin: 0 auto;
}

.fulfillment_timeline_date .time:last-child {
  text-align: right;
}

.fulfillment_timeline_date .time:last-child .edd-description {
  margin-left: auto;
}

.fulfillment_timeline_date .time p {
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.est-desc,
.fulfillment_timeline_date .time .edd-description,
.simply-protection {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-underline-position: under;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  font-size: 13px;
  color: #444;
  text-transform: capitalize;
  font-weight: 400;
  cursor: help;
}

[data-tippy-root] .tippy-box {
  border: 1px solid #ececec;
  background: #fff;
  color: #26323d;
  -webkit-box-shadow: 0 0 15px 5px rgb(154 161 177 / 5%), 0 0px 80px 0px rgb(36 40 47 / 5%), 0 2px 4px 0px rgb(91 94 105 / 5%);
  box-shadow: 0 0 15px 5px rgb(154 161 177 / 5%), 0 0px 80px 0px rgb(36 40 47 / 5%), 0 2px 4px 0px rgb(91 94 105 / 5%);
}

[data-tippy-root] .tippy-arrow {
  color: #fff;
}

.tippy-content {
  padding: 10px !important;
}

.fulfillinfo {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 13px;
}

#flag-icons-us,
#flag-icons-eu {
  width: 20px;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
