
.xcottons-widget {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}
.xcottons-widget-container {
  width: 100%;
  background-color: #fff;
  border: 1px solid #DFE4E8;
  display: flex;
  padding: 15px;
  border-radius: 5px;
}
.xcottons-widget-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 15px;
  min-width: 0;
}
.xcottons-widget-info > h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #212121;
  margin: 0;
}
.xcottons-widget-info .xcottons-widget-info-box {
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  color: #212121;
  margin: 0;
  display: flex;
  position: relative;
}
.xcottons-widget-info .xcottons-widget-info-box span {
  white-space: normal!important;
  word-wrap: break-word;
  word-break: break-all;
}
.xcottons-widget-info > p {
  font-size: 10px!important;
  line-height: 13px!important;
  margin: 0!important;
  padding: 0!important;
  color: #6F7598!important;
}

.xcottons-widget-info .xcottons-widget-info-tips {
  margin-top: 6px !important;
}

.xcottons-widget-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.xcottons-widget-switch {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.xcottons-widget-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}
.xcottons-widget-label {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  transition: border-color .3s,background-color .3s;
  vertical-align: middle;
}
.xcottons-widget-label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  transition: all .3s;
  width: 16px;
  height: 16px;
  background-color: #fff
}
.xcottons-widget-switch.checked > .xcottons-widget-label {
  border-color: #409eff;
  background-color: #409eff
}
.xcottons-widget-switch.checked > .xcottons-widget-label:after {
  left: 100%;
  margin-left: -17px
}

/*
.assurance-loading-mask {
  display:none;
  position: absolute;
  z-index: 2000;
  background-color: hsla(0,0%,100%,.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .3s;
}

.assurance-loading-mask.is-loading {
  display: block;
}

.assurance-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}

.assurance-loading-spinner .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90,150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409eff;
  stroke-linecap: round;
}

.assurance-circular {
  height: 32px;
  width: 32px;
  animation: loading-rotate 2s linear infinite;
}

.assurance-placeholder {
  flex-basis: 100%;
  color: red;
  font-size: 16px;
} 

@keyframes loading-rotate {
  to {
      transform: rotate(1turn)
  }
}

@keyframes loading-dash {
  0% {
      stroke-dasharray: 1,200;
      stroke-dashoffset: 0
  }

  50% {
      stroke-dasharray: 90,150;
      stroke-dashoffset: -40px
  }

  to {
      stroke-dasharray: 90,150;
      stroke-dashoffset: -120px
  }
}  */

/*START 对woo样式的特别处理*/
.wc-proceed-to-checkout {
  flex-wrap: wrap;
}
/*-- END --*/

/* START 自定义类格外附加样式 */
.xcotton-quantity {
  width: 3.631em;
  text-align: center;
  /* padding: ; */
}
.xcottons-li-none {
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius:none !important;
  margin: 0 !important;
  list-style: none !important;
}
/*-- END  --*/

.xcottons-widget-icon {
  width: 14px !important;
  min-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  margin-left: 10px !important;
  float: none !important;
  border: none !important;
  position: static!important;
  top: 0!important;
  transform: none !important;
}


.xcottons-dialog-content-wrap {
  transition: opacity .35s!important;
  opacity: 0!important;
  pointer-events: none!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  position: fixed!important;
  left: 0!important;
  top: 0!important;
  bottom: 0!important;
  right: 0!important;
  justify-content: center!important;
  z-index: 99999999999999999999!important;
  max-width: 100vw!important;
  box-sizing: border-box!important;
  padding: 0 10vw!important;
  color: #000!important;
  font-family: 'Montserrat-Light', Arial, Helvetica, sans-serif!important;
}

.xcottons-dialog-content-wrap.show {
  display: flex!important;
  pointer-events: initial!important;
  opacity: 1!important;
}

.xcottons-dialog-content {
  transition: all .35s!important;
  position: relative!important;
  left: 0!important;
  top: 0!important;
  right: auto!important;
  bottom: auto!important;
  transform: translateY(120vh)!important;
  z-index: 100!important;
  flex: 1!important;
  background-color: #fff!important;
  padding: 44px 0 20px!important;
  box-shadow: 0px 10px 20px 0px rgba(93, 99, 111, 0.1)!important;
  border-radius: 13px!important;
  border: 1px solid #ECEFF3!important;
  color: #5D636F!important;
  font-size: 12px!important;
  word-wrap: break-word!important;
  width: max-content!important;
  line-height: normal!important;
  font-style: normal!important;
  max-width: 468px!important;
  box-sizing: content-box!important;
  font-family: 'Montserrat-Light', Arial, Helvetica, sans-serif!important;
}

.xcottons-dialog-content-wrap.show .xcottons-dialog-content {
  transform: translateY(0)!important;
}

.xcottons-dialog-content-p {
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  line-height: normal!important;
  height: 16px!important;
  font-size: 13px!important;
  font-weight: 700!important;
  color: #000!important;
  margin: 0 17% 13px!important;
  white-space: nowrap!important;
}

.xcottons-dialog-content-p:before {
  content: ''!important;
  flex: 1!important;
  height: 1px!important;
  background: #e6e6e6!important;
  overflow: hidden!important;
}
.xcottons-dialog-content-p:after {
  content: ''!important;
  flex: 1!important;
  height: 1px!important;
  background: #e6e6e6!important;
  overflow: hidden!important;
}

.xcottons-dialog-content-p span {
  position: relative!important;
  z-index: 1!important;
  background: #fff!important;
  padding: 0 5%!important;
  font-weight: lighter!important;
}

.xcottons_dialog_power_title {
  margin: 0 6.54% 13px!important;
}

.xcottons_dialog_power_title_item {
  font-family: 'Montserrat-Medium', Arial, Helvetica, sans-serif!important;
  font-size: 32px!important;
  color: #000!important;
  text-align: center!important;
  font-weight: bold!important;
}

.xcottons_dialog_power_title_item:nth-child(1) {
  white-space: nowrap!important;
}

.xcottons_dialog_coverage {
  display: flex!important;
  margin: 0 8.54% 20px!important;
}
.xcottons_dialog_coverage_list {
  flex: 1!important;
}

.xcottons_dialog_coverage_list_title {
  color: #000!important;
  margin-bottom: 12px!important;
  font-size: 17px!important;
  font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif!important;
}

.xcottons_dialog_coverage_item {
  position: relative!important;
  display: flex!important;
  align-items: center!important;
  line-height: normal!important;
  padding-left: 30px!important;
  font-size: 13px!important;
  min-height: 17px!important;
  color: #000!important;
  margin-bottom: 14px!important;
}

.xcottons_dialog_coverage_item:nth-last-child(1) {
  margin-bottom: 0!important;
}

.xcottons_dialog_coverage_icon {
  position: absolute!important;
  left: 0!important;
  top: 0!important;
  bottom: 0!important;
  display: flex!important;
  flex-direction: column!important;
  justify-content: center!important;
}

.xcottons_dialog_coverage_icon:after {
  content: ''!important;
  flex: 1!important;
}

.xcottons_dialog_coverage_icon img {
  min-width: 17px!important;
  max-width: 17px!important;
  min-height: 17px!important;
  max-height: 17px!important;
}

.xcottons_dialog_coverage_banner {
  min-width: 44%!important;
  max-width: 44%!important;
  max-height: max-content!important;
  margin-left: 4%!important;
  filter: drop-shadow(0px 0 1px rgba(0,0,0,.1))!important;
  border-radius: 8px!important;
  overflow: hidden!important;
}
.xcottons_dialog_coverage_banner img {
  vertical-align: top!important;
  width: 100%!important;
  height: auto!important;
  border-radius: 8px!important;
}

.xcottons-dialog-content-wrap.pp .xcottons_dialog_coverage_banner {
  min-width: 35.6%!important;
  max-width: 35.6%!important;
  margin-left: 11px!important;
}

.xcottons-dialog-content>h3 {
  font-weight: 700!important;
  margin: 0!important;
  font-size: 18px!important;
  color: #222222!important;
}

.xcottons-dialog-content>ul {
  padding: 0!important;
  font-weight: normal!important;
  margin: 8px 0 12px!important;
}

.xcottons-dialog-content>ul li {
  display: flex!important;
  flex: 1!important;
  font-size: 12px!important;
  color: #5D636F!important;
  list-style: none!important;
  margin-top: 7px!important;
}

.xcottons-dialog-content>ul li span {
  margin-right: 3px!important;
}

.xcottons-dialog-content>ul li div {
  flex: 1!important;
}

.xcottons-dialog-more {
  margin: 0 3.84%!important;
  padding: 20px 0 0!important;
  border-top: 1px solid #e6e6e6!important;
  display: flex!important;
  flex-direction: column!important;
  align-items: center!important;
}

.xcottons-dialog-content-wrap.pp .xcottons-dialog-more {
  padding: 20px 0 0!important;
}

.xcottons-dialog-more-item {
  margin-bottom: 11px!important;
  text-align: center!important;
  padding: 1px 0!important;
}

.xcottons-dialog-more a {
  font-size: 15px!important;
  color: #000!important;
  text-decoration: underline!important;
  font-family: 'Montserrat-Medium', Arial, Helvetica, sans-serif!important;
}

.xcottons-dialog-more-item.more a {
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  border-radius: 13px 13px 13px 13px!important;
  height: 45px!important;
  width: 222px!important;
  border: 1px solid #707070!important;
  text-decoration: none!important;
  font-weight: bold!important;
  font-size: 20px!important;
}

.triangle {
  width: 0!important;
  height: 0!important;
  position: absolute!important;
  bottom: -6px!important;
  right: 75px!important;
  border-left: 8px solid transparent!important;
  border-right: 8px solid transparent!important;
  border-top: 8px solid #fff!important;
}

.xcotton-dialog-close {
  position: absolute!important;
  right: 10px!important;
  top: 10px!important;
  cursor: pointer!important;
  width: 25px!important;
  height: 25px!important;
}
.xcotton-dialog-close svg {
  max-width: 100%!important;
  margin: 0!important;
  padding: 0!important;
  height: auto!important;
}

.xcotton-dialog-close svg * {
  display: inline!important;
  margin: 0!important;
  padding: 0!important;
}

.xcottons-dialog-content-wrap-mask {
  position: fixed!important;
  left: 0!important;
  right: 0!important;
  top: 0!important;
  bottom: 0!important;
  display: block!important!important;
  background: rgba(0, 0, 0, .5)!important;
}

.xcotton-dialog-box,
.xcotton-mini-dialog-box {
  margin-left: 10px !important!important;
  position: relative!important;
  left: 0!important;
  top: 0!important;
  right: auto!important;
  bottom: auto!important;
}

.top {
  display: flex!important;
  align-items: center!important;
}
#xcottons-mini-dialog-content {
  width: 345px!important;
}

.xcotton_wrapper.xcotton_wrapper_open .xcotton-container {
  padding: 0!important;
  background: none!important;
  border: 0 none!important;
}

.xcotton_wrapper.xcotton_wrapper_open .xcotton-content-text {
  padding: 0 0 0 18px!important;
}

.xcotton_wrapper.xcotton_wrapper_open .xcotton-content-title span {
  font-size: 12px!important;
}

.xcotton_wrapper.xcotton_wrapper_open .xcotton-widget-switch {
  width: 12px!important;
  height: 12px!important;
}
.xcotton_wrapper.xcotton_wrapper_open .xcotton-widget-switch svg {
  width: 8px!important;
  height: 6px!important;
}

.xcottons-dialog-content-wrap.pp  .xcottons_dialog_power_title_item{
  word-wrap: break-word!important;
  white-space: normal!important;
  font-size: 32px!important;
}

.xcottons-dialog-content-wrap.pp .xcottons-dialog-content {
  max-width: 525px!important;
}

@media screen and (max-width: 650px) {
  .xcottons-dialog-content-wrap .xcottons_dialog_coverage_banner {
    display: none!important;
  }
  .xcottons-dialog-content-wrap .xcottons-dialog-content-p {
    font-size: 12px!important;
  }
  .xcottons-dialog-content-wrap .xcottons_dialog_power_title_item {
    font-size: 23px!important;
  }
  .xcottons-dialog-content-wrap .xcottons_dialog_coverage_list_title  {
    font-size: 15px!important;
  }
  .xcottons-dialog-content-wrap .xcottons_dialog_coverage_item {
    font-size: 12px!important;
  }
  .xcottons-dialog-content-wrap .xcottons-dialog-more a {
    font-size: 13px!important;
  }
  .xcottons-dialog-content-wrap .xcottons-dialog-more-item.more a {
    font-size: 17px!important;
    height: 38px!important;
  }
}