
.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;
  }
}.xoo-wl-notice-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 7px 10px;
}
.xoo-wl-notice-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
}

.xoo-wl-notices{
    display: none;
    margin: 15px 0;
    width: calc(100% - 20px);
}

.xoo-wl-notice-error p {
    margin-bottom: 2px;
}

.xoo-wl-notice-error , .xoo-wl-notice-success{
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    margin: 10px 0;
}

span.xoo-wl-scs-icon {
    margin-right: 5px;
}

.xoo-wl-opac {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    right: 0;
    background-color: black;
    opacity: 0;
    transition: all 0.2s ease-out
}

.xoo-wl-modal {
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10000000000;
    overflow: auto;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.xoo-wl-inmodal .scroll-content{
    height: 100%;
}

.xoo-wl-inmodal {
    display: inline-block;
    background: #fff;
    position: relative;
    vertical-align: middle;
    width: 90%;
    text-align: left;
    border-radius: 5px;
    height: 90%;
    border-radius: 17px;
}

.xoo-wl-srcont {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
}

.xoo-wl-popup-active .xoo-wl-modal{
    opacity: 1;
    transform: scale(1);
}
.xoo-wl-popup-active .xoo-wl-opac{
    opacity: 0.7;
}

.xoo-wl-popup-active.xoo-wl-popup{
    visibility: visible;
}
.xoo-wl-popup{
    visibility: hidden;
}

html.xoo-wl-popup-active, body.xoo-wl-popup-active {
    overflow-y: hidden;
}


span.xoo-wl-close {
    font-size: 23px;
    position: absolute;
    right: -11px;
    top: -11px;
    background-color: white;
    border-radius: 50%;
    font-weight: 400;
    cursor: pointer;
    z-index: 100;
    border: 4px solid #fff;
}

span.xoo-wl-close:hover{
    color: #e63030;
}


.xoo-wl-sidebar{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-radius: 15px 0 0 15px;
}
.xoo-wl-wrap {
    min-height:  100%;
    display: flex;
    width: 100%;
    height: 100%;
}

.xoo-wl-main {
    padding: 30px 25px;
    position: relative;
    vertical-align: top;
}
button.xoo-wl-action-btn{
    width: 100%;
    border-radius: 5px;
}
.xoo-wl-form button.xoo-wl-submit-btn {
    margin: 0 auto;
    display: table;
}


.xoo-wl-btc-inline_toggle .xoo-wl-inline-form {
    display: none;
}

.xoo-wl-btc-show{
    display: block!important;
}

span.xwh-heading {
    display: block;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    word-spacing: 1px;
}

span.xwh-subheading {
    display: block;
    margin: 20px 0;
}

.xoo-wl-btc-inline_toggle.xoo-wl-active button.xoo-wl-btn-toggle {
    display: none;
}

.xoo-wl-btc-inline_toggle.xoo-wl-active .xoo-wl-inline-form {
    display: block;
}

.xoo-wl-nlc-btns {
    margin: 10px 0;
}

.xoo-wl-nlc-btns a {
    margin-right: 12px;
}

.xoo-wl-btn-container.xoo-wl-btc-variable {
    display: none;
}


.xoo-wl-notloggedin-cont {
    display: table;
    margin: 20px auto;
}

@media only screen and (max-width: 769px) {
   .xoo-wl-sidebar{
        display: none;
    }
     .xoo-wl-wrap , .xoo-wl-main{
        display: block;
        width: 100%;
    }

    .xoo-wl-footer-note{
        position: relative;
    }
}