.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input,
[dir=rtl] .iti--allow-dropdown input[type=text],
[dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input,
[dir=rtl] .iti--separate-dial-code input[type=text],
[dir=rtl] .iti--separate-dial-code input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png?1");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png?1");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

body {
    -ms-overflow-style: none;
    overflow-x: hidden;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    border: none;
    -webkit-appearance: none;
}

*:focus {
    outline: none;
}

*::before {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    border: none;
}

*::after {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    border: none;
}

a::after {
    display: none;
    content: "";
}

a:hover::after {
    display: none;
    content: "";
}

button::after {
    display: none;
    content: "";
}

button:hover::after {
    display: none;
    content: "";
}

input::after {
    display: none;
    content: "";
}

input:hover::after {
    display: none;
    content: "";
}

*:active {
    -webkit-appearance: none;
}


button, select, textarea, input, select {
    background: transparent;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-font-smoothing: inherit;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

input[type="date"] {
    background: transparent;
    width: 100%;
    height: 100%;
}

input[type="time"] {
    background: transparent;
    width: 100%;
    height: 100%;
}


input:active {
    border: none;
}

.body::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none;
}

.mw {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
}

body {
    font-size: 0.975em;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.icon-tooltip {
    position: relative;
}

.checkout-trustpilot-up {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.checkout-trustpilot-up svg {
    width: 110px;
}

.checkout-trustpilot {
    margin-top: 1.5em;
    display: flex;
    flex-direction: column;
    gap: 0.8em;
    padding-bottom: 2em;
    background-color: #00b6790a;
    border-radius: 5px;
    padding: 1em;
    border: var(--border-size) solid #00b6791a;
    cursor: pointer;
}

.checkout-trustpilot:hover {
    background-color: #00b6791a;
}

.checkout-trustpilot-title {
    font-weight: 500;
    font-size: 1.1em;
}

.ac-modal {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 4;
    background-color: white;
    border-radius: 5px;
    border: var(--border-size) solid rgba(0, 0, 0, 0.1);
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.199);
    height: fit-content;
    margin-top: 10px;
    display: none;

}

.ac-modal-on .ac-modal {
    display: block;
}

.ac-modal-head {
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    height: 45px;
}

.ac-modal-head-title {
    text-transform: uppercase;
    font-size: 0.815em;
    color: #636363;
    padding-left: 20px;
}

.ac-modal-head-close {
    width: 45px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ac-modal-head-close:hover {
    opacity: 0.7;
}

.ac-modal-head-close svg {
    fill: #585858;
    width: 20px;
    height: 20px;
}

.checkout-trustpilot-down {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 0.875em;
    color: #272727;
}

.checkout-trustpilot-down svg {
    width: 80px;
    min-width: 80px;
}

.checkout-trustpilot-amount {
    text-decoration: underline;
    font-weight: 700;
}

.buy-btn-svg {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #ffffff18;
}

.buy-btn-svg svg {
    width: 17px;
    height: 17px;
    fill: #ffffffa6;
}

.checkout-trustpilot-note {
    letter-spacing: -2px;
}

.icon-tooltip-tooltip {
    position: absolute;
    bottom: 100%;
    right: -3px;
    background-color: #0000009f;
    backdrop-filter: blur(3px);
    display: flex;
    padding: 1em;
    color: white;
    border-radius: 5px;
    opacity: 0;
    transition: all 300ms;
    transform: translateY(10px);
    width: max-content;
    max-width: 250px;
    font-size: 0.825em;
    pointer-events: none;
}

.icon-tooltip:hover .icon-tooltip-tooltip {
    opacity: 1;
    transform: translateY(0px);
    backdrop-filter: blur(10px);
}

.checkout-layout {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5em;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.checkout-order {
    width: 100%;
}

.checkout-cart {
    width: 33%;
    min-width: 33%;
}

.checkout-cart-summary-header {
    display: none;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.checkout-cart-summary-header-dropdown {
    display: none;
}

.descriptor-box {
    margin-top: 2em;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    color: #636363;
    font-size: 1em;
}

.descriptor-svg svg {
    fill: black;
    color: black;
    width: 20px;
    height: 20px;
}

.checkout-checkbox input[type="checkbox"] {
    cursor: pointer;
}

.descriptor-svg {
    height: 25px;
    width: 25px;
    border-radius: 100px;
    background-color: #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-footer-legal-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5em;
}

.checkout-footer-legal-container a {
    color: #696969;
}

.checkout-cart-summary {
    position: sticky;
    top: 2em;
    padding-top: 2em;
}

.checkout-order {
    padding-top: 2em;
}

.checkout-footer-legal-container a:hover {
    color: #000000;
}

#checkout-footer {
    background-color: #fafafa;
}

.checkout-footer-content {
    padding: 3em 0;
}

.checkout-timer {
    padding: 0.875em;
    border-radius: 5px;
    background-color: #ffe4ca;
    font-size: 0.875em;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 1.4em;
    color: black;
    border: 3px #f5ddc6 solid; 
}

#checkout-timer-timer {
    color: #000000;
    font-weight: 700;
    font-size: 1.075em;
}

.checkout-header {
    display: flex;
    justify-content: space-between;
    height: 65px;
    max-height: 65px;
    overflow: hidden;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-header .mw {
    display: flex;
    justify-content: space-between;
}


#checkout-timer-today {
    font-weight: 700;
}

.checkout-timer-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.checkout-timer-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-cart-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
}


.checkout-cart-summary-total-text {
    font-size: 1.1em;
    font-weight: 600;
}

.checkout-cart-summary-calc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4em 0;
    font-size: 0.875em;
}

.checkout-cart-summary-calc {
    padding-top: 0.5em;
}

.ccsc-list-item-product-infos-title {
    line-height: 0.975em;
    font-size: 0.875em;
}

.ccsc-list-item-product-infos-variant {
    font-size: 0.815em;
    color: #757575;
}


.checkout-cart-summary-content-list {
    list-style: none;
}


.ccsc-list-item-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 0;
}

.checkout-cart-price-final {
    font-weight: 600 !important;
}

.ccsc-list-item-product-left {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 1em;
}

.ccsc-list-item-product-infos {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 10px;
}

.ccsc-list-item-product-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.ccsc-list-item-product-image-container {
    width: 60px;
    min-width: 60px;
    height: 60px;
    position: relative;
    border-radius: 5px;
    border: var(--border-size) solid rgba(0, 0, 0, 0.2);
    position: relative;
}

.ccsc-list-item-product-quantity-container {
    position: absolute;
    right: -9.5px;
    top: -9.5px;
    background-color: #2b2b2ba4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.5px;
    height: 22.5px;
    z-index: 3;
    backdrop-filter: blur(5px);
}

.ccsc-list-item-product-quantity-quantity {
    color: white;
    font-size: 0.775em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.418);
}

.checkout-cart-summary-header-title {
    font-size: 14px;
    display: flex;
    font-weight: 600;
    width: fit-content;
    display: none;
    white-space: nowrap;
}

.checkout-header-img {
    height: var(--logo-height);
    /*max-width: 50%;*/
}

.checkout-divider {
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.checkout-step {
    padding-bottom: 1.75em;
}

.checkout-step-header {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 2px;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
}

.checkout-step-header-title {
    font-weight: 600;
    color: #333;
    font-size: 1.3rem;
}

.checkout-step-header-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 3px solid #333;
    border-radius: 50px;
}

.checkout-step-header-number span {
    font-weight: 700;
    color: #333;
    font-size: 1.6rem;
}

.checkout-form-action {
    padding-top: 2em;
    padding-bottom: 0.7em;
}

.checkout-form-action-btn {
    width: fit-content;
    height: 70px;
    background-color: var(--main-color);;
    border-radius: 5px;
    transition: all 0.2s;
}

.checkout-form-action-btn:hover {
    opacity: 0.85;
}

.confirm-order {
    width: 100% !important;
}

.checkout-form-action-btn button {
    color: white;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.input-wrapper {
    height: 50px;
    background-color: transparent;
    border-radius: 5px;
    border: var(--border-size) solid #dedede;
    transition: all 150ms;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

.input-wrapper:hover {
    border: var(--border-size) solid #c9c9c9;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.input-label {
    opacity: 0;
    pointer-events: none;
    user-select: none;
    font-size: 0.825em;
    font-weight: normal;
    position: absolute;
    left: 15px;
    top: 7px;
    transition: all 150ms;
}


.selector-indicator {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    touch-action: none;
    pointer-events: none;
    padding-right: 15px;
}

.selector-bar {
    display: block;
    width: 1px;
    height: 20px;
    background-color: rgb(0 0 0 / 20%);
}

.selector-indicator svg {
    color: rgba(0, 0, 0, 0.54);
    fill: rgba(0, 0, 0, 0.54);
    transform: rotate(270deg);
    width: 12px;
}


.order-cart-item:hover {
    cursor: pointer;
    background-color: #f8f8f8;
}

.input-input {
    padding-left: 15px;
    word-break: normal;
    line-height: inherit;
    font-size: 0.925em;
    color: #1b1b1b;
}

.input-focused {
    border: var(--border-size) solid var(--main-color) !important;
    box-shadow: 0 0 0 var(--border-size) var(--main-color) !important;
}

.input-filled .input-label {
    opacity: 1;
    top: 5px !important;
    color: #737373;
}

.input-filled .input-input {
    padding-top: 17px;
    font-weight: 500;
}

.input-missing-text {
    display: none;
    color: #ed4337;
    font-size: 12px;
}

.input-missing .input-missing-text {
    display: block;
    opacity: 0;
}

.input-missing {
    border: var(--border-size) solid #ed4337;
    border-radius: 5px;
}

.input-invalid {
    border: var(--border-size) solid #ed4337 !important;
    box-shadow: 0 0 0 var(--border-size) #ed4337 !important;

}

.input-valid {
    border: var(--border-size) solid #37ed40;
    border-radius: 5px;
}

.input-divider {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: nowrap;
}

.checkout-header a {
    transition: all 200ms;
}

.checkout-header a:hover {
    opacity: 0.8;
}

.checkout-card-form {
    display: flex;
    flex-direction: column;
}

.checkout-card-form-content {
    padding: 1.25em;
    background-color: #f4f4f4;
    border-left: var(--border-size) solid #dedede;
    border-right: var(--border-size) solid #dedede;
    border-bottom: var(--border-size) solid #dedede;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.card-input-title {
    display: block;
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 5px;
}

.nom {
    margin-bottom: 0px !important;
}

.cc-secure-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    color: rgba(0, 0, 0, 0.54);
    fill: rgba(0, 0, 0, 0.54);
    touch-action: none;
    pointer-events: none;
}

.checkout-checkbox {
    margin-top: 1em;
    display: flex;
    gap: 0.5em;
    padding: 5px;
    align-items: center;
    font-size: 1.1em;
    cursor: pointer;
}

.cfdm-radio {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    border: 3px solid white;
    box-shadow: 0 0 0 var(--border-size) rgb(148, 148, 148);
}

.selector-background {
    background-color: var(--main-color);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0.05;
    z-index: 0;
}

.cfdm-active {
    border: var(--border-size) solid var(--main-color) !important;
    position: relative;
}

.cfdm-active .cfdm-radio {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background-color: var(--main-color);;
    border: 3px solid white;
    box-shadow: 0 0 0 var(--border-size) var(--main-color);
}

.ccfh-radio {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: white;
    border: 5px solid var(--main-color);
}

.checkout-card-form-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25em;
    border: var(--border-size) solid var(--main-color);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #f4f4f4;
}

.ccfh-title {
    font-size: 0.875em;
    font-weight: 500;
}

.ccfh-badges {
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 1;
}

.ccfh-badges img {
    width: 40px;
}

.ccfh-l {
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 1;
}


.checkout-select-dot {
    display: block;
    width: 19px;
    height: 19px;
    background-color: #ffffff;
    border-radius: 50%;
    border: var(--border-size) solid rgb(197, 197, 197);
}

.checkout-selected-dot {
    border: 5px solid var(--main-color) !important;
}

.checkout-form-delivery-method {
    padding: 1em;
    border: var(--border-size) solid rgb(210, 210, 210);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 1.5em;
    justify-content: space-between;
    margin-bottom: 1em;
    cursor: pointer;
}

.checkout-form-delivery-method .svg-icon {
    WIDTH: 30%;
    TEXT-ALIGN: RIGHT;
    border-radius: 8px;
}

.checkout-form-delivery-method .svg-icon img {
    max-width: 100px !important;
    vertical-align: middle;
    max-height: 50px !important;
    border-radius: 8px;
}

.cfdm-infos {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.cfdm-l {
    display: flex;
    align-items: center;
    gap: 0.8em;
}

.checkout-form-delivery {
    margin-top: 3em;
}

.cfdm-infos-title {
    font-weight: 700;
    font-size: 1.3em;
    display: block;
}

.checkout-form-delivery-title {
    font-weight: 600;
    font-size: 1.15em;
    display: block;
    margin-bottom: 1em;
}

.cfdm-price {
    display: flex;
    justify-content: end;
    width: auto;
}

.cfdm-price-price {
    font-size: 0.875em;
}

.cfdm-infos-title {
    font-size: 0.915em;
}

.cfdm-infos-desc {
    font-size: 0.875em;
    color: #505050;
}

.checkout-card-message {
    padding: 0.5em 0;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    opacity: 0.7;
    font-size: 0.875em;
}

.checkout-card-message img {
    width: 15px;
}

.input-divider .input-wrapper {
    width: 50% !important;
}

.checkout-checkbox-notif {
    padding: 10px;
    border-radius: 8px;
    background-color: #bbffca;
    color: #18291c;
    white-space: nowrap;
}

.timer-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: 1;
    opacity: var(--timer-fixed-state);
}

.timer-fixed .checkout-timer-header {
    display: none;
}

.timer-todisplay-fixed {
    display: none;
}

.timer-fixed .timer-todisplay-fixed {
    display: inline-block !important;
    padding-right: 5px;
}

.timer-fixed .timer-tohide-fixed {
    display: none !important;
}


input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    font: inherit;
    color: var(--main-color);
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    border: 0.15em solid rgb(70, 70, 70);
    border-radius: 0.15em;
    display: grid;
    place-content: center;
}

input[type=checkbox]::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--main-color);
    background-color: var(--main-color);
}

input[type=checkbox]:checked::before {
    transform: scale(1);
}

input[type=checkbox]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

.cc-input-container {
    position: relative;
    height: 55px;
    width: 100%;
    font-weight: 400;
    border: var(--border-size) solid rgb(217, 217, 217);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 5px;
    transition: all 200ms ease 0s;
    background-color: white;
}

.card-input-wrapper {
    width: 100%;
}

.card-input-wrapper .input-wrapper {
    background-color: white
}

.card-input-divider {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
}

.card-input-divider .card-input-wrapper {
    width: 50%;
}

.cc-types {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    touch-action: none;
    pointer-events: none;
    position: absolute;
}

.cc-types__img {
    display: none;
}

.cc-card-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    color: rgba(0, 0, 0, 0.54);
    fill: rgba(0, 0, 0, 0.54);
    touch-action: none;
    pointer-events: none;
}

.cc-input-container:hover {
    border: var(--border-size) solid var(--main-color);
}

.order-icon {
    display: none;
}

.checkout-footer-legal-copyright {
    display: block;
    padding-top: 2em;
    color: #696969;
    text-align: center;
}

.checkout-footer-legal-copyright a {
    color: #696969;
}

.checkout-footer-legal-copyright a:hover {
    color: #000000;
}

.checkout-card-trustbadges {
    padding: 1em 0;
    display: flex;
    justify-content: center;
}

.checkout-card-trustbadges img {
    width: 350px;
}

.button-tooltip:hover svg {
    fill: #494949;
}

.button-tooltip svg {
    width: 18px;
    height: 18px;
    fill: #a0a0a0;
    transition: all 200ms;
}

.button-tooltip {
    cursor: pointer;
}

.checkout-cart-summary-header-l {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout-tooltip .tooltipster-box {
    border: none !important;
}

.checkout-tooltip .tooltipster-arrow-border {
    border-left: 0px !important;
    border-right: 0px !important;
}

.checkout-tooltip .tooltipster-content {
}

.tooltip-content {
    display: none;
}

.card-cvv-container {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 3px;
}

.card-cvv-container .card-input-title {
    margin-bottom: 0 !important;
}

.ccp-item {
    padding: 2em 0em;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.ccp-item-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ccp-item-header-svg {
    fill: var(--main-color);
    width: 40px;
}

.ccp-item-content {
    display: block;
    padding-top: 1em;
    font-size: 1.1em;
    color: #333;
}

.ccp-item-header-svg-container {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ccp-item-header-title {
    font-size: 1.3em;
    font-weight: 700;
}

.ccp-item-header-svg-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--main-color);
    opacity: 0.15;
    border-radius: 50px;
}

.checkout-card-form-content .input-wrapper {
    background-color: white;
}

.fixed-input-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fixed-input-icon svg {
    width: 20px;
    height: 20px;
    color: gray;
    fill: grey;
}

.checkout-incart-price-container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    font-size: 0.925em;
    align-items: end;
    gap: 0px;
    margin-top: -1.2em;
    flex-wrap: nowrap;
}

.checkout-incart-price-barred {
    text-decoration: line-through !important;
    opacity: 0.65;
    flex-wrap: nowrap;
    display: flex;
}

.checkout-incart-price-price {
    font-weight: 500;
    flex-wrap: nowrap;
    display: flex;
}


.checkout-cart-price-container {
    display: flex;
    justify-content: end;
    font-size: 1em;
    align-items: end;
    gap: 5px;
}

.checkout-cart-price-barred {
    text-decoration: line-through !important;
    opacity: 0.65;
    font-size: 12px;
}

.checkout-cart-price-price {
    font-weight: 500;
}

.checkout-checkbox-container-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 19px;
    width: 19px;
    border-radius: 4px;
    border: var(--border-size) solid rgba(0, 0, 0, 0.2);
    background-color: white;
    white-space: pre-wrap;
    overflow: hidden;
}

.checkout-checkbox-checked .checkout-checkbox-container-icon {
    background-color: var(--main-color);
    border: var(--border-size) solid var(--main-color) !important;
    border-radius: 4px !important;
}

.checkout-checkbox-content {
    display: none;
    padding-top: 8px;
}

.checkout-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-header-cartlink {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.checkout-cart-summary-calc-item-value {
    opacity: 0.65;
}

.checkout-header-cartlink svg {
    color: var(--main-color);
    fill: var(--main-color);
    height: 25px;
    width: 25px;
}

.checkout-checkbox-container-icon svg {
    color: white;
    fill: white;
    height: 12px;
    width: 12px;
}

.checkout-checkbox-container {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 7px;
    font-size: 0.875em;
    white-space: pre-wrap;
    padding: 5px 0px;
    cursor: pointer;
}

.checkout-promocode-container {
    display: flex;
    gap: 15px;
    padding-top: 15px;
}

.checkout-promocode-container .input-wrapper {
    background-color: white;
}

.checkout-promocode-button {
    height: 50px;
    border-radius: 5px;
    background-color: #0000000e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    border: var(--border-size) solid #0000001a;
    font-size: 0.875em;
    cursor: pointer;
}

.checkout-promocode-button:hover {
    border: var(--border-size) solid #00000036;
}

.checkout-mobile-order-summary {
    display: none;
    padding-top: 2.3em;
}

.checkout-mobile-order-summary-title {
    font-size: 1.2em;
    font-weight: 600;
}

.address-selector-wrapper-top {
    padding: 0px;
}

#address-selector-wrapper, #address-selector-wrapper-card {
    display: none;
    z-index: 2;
    position: absolute;
    top: calc(100% + 0px);
    width: 100%;
    background-color: white;
    border-radius: 5px;
    border: var(--border-size) solid #d9d9d9;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    flex-direction: column;
}

.address-button, .address-button-card, .noAddress {
    font-size: 1em;
    padding: 12.5px 15px;
    border-top: 1px solid #f1f1f1;
}

.address-button {
    cursor: pointer;
}

.address-button:hover {
    background-color: rgb(241, 241, 241);
}

.address-selector-wrapper-active {
    display: flex !important;
}

.address-selector-wrapper-close {
    height: 40px;
    width: 40px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 200ms;
    border: var(--border-size) solid transparent;
}

.powered {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 7px 20px;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    gap: 5px;
}

.powered span {
    font-size: 0.8em;
    letter-spacing: -1px;
    color: #7c7c7c;
}

.powered img {
    width: 45px;
    filter: grayscale(100%);
    opacity: 0.8;
}

.address-selector-wrapper-close:hover {
    background-color: rgb(250, 250, 250);
    border: var(--border-size) solid rgb(235, 235, 235);
    cursor: pointer;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: skLinRotate 1s ease-in-out infinite alternate;
}

.loader:after {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
}

.loader.addressLoader:after {
    border-top-color: var(--main-color);
}

#shipping_message {
    display: flex;
    padding: 3em 2em;
    border: var(--border-size) solid rgba(0, 0, 0, 0.205);
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.205);
}

.loader.buttonLoader:after {
    border-top-color: #fff;
}

@keyframes skLinRotate {
    95%, 100% {
        transform: rotate(840deg)
    }
}

#address-selector-loader, #address-selector-loader-card {
    padding: 15px;
}

.input-wrapper-hidden, .hidden {
    display: none !important;
}

.error-container {
    padding: 10px;
    display: none;
    flex-direction: column;
    margin-top: 18px;
    background-color: rgb(255, 183, 183) !important;
    color: rgb(37, 0, 0) !important;
    border-radius: 8px;
}
.error-container.show {
    display: flex !important;
}

.error-item {
    background-color: rgb(255, 183, 183) !important;
    color: rgb(37, 0, 0) !important;
    font-size: 0.95em;
    padding: 1.2em;
    visibility: hidden;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.096);
}

.close-error {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #00000010;
    border-radius: 8px;
    transition: all 200ms;
}

.close-error:hover {
    background-color: #0000001c;
}

.df {
    display: flex;
}

.aic {
    align-items: center;
}

.jcc {
    justify-content: center;
}

.language-form {
    display: none;
    margin: 20px;
    padding-bottom: 20px;
}

#challengeIframe, iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
}

.checkout-form-delivery-method .svg-icon {
    display: none !important;
}

@media screen and (max-width: 900px) {
    .mw {
        padding-left: 20px !important;
        padding-right: 20px !important;
        max-width: 100%;
    }

    .checkout-card-trustbadges img {
        width: 90%;
    }

    .checkout-order {
        padding-top: 1em;
    }

    .checkout-mobile-order-summary {
        display: block;
    }

    .checkout-layout {
        flex-direction: column-reverse;
        padding-left: 0;
        padding-right: 0;
    }

    .card-input-divider {
        flex-direction: column;
    }

    .card-input-divider .card-input-wrapper {
        width: 100%;
    }

    .checkout-cart {
        width: 100%;
    }

    .checkout-cart-toslide {
        display: none;
    }

    .order-icon {
        display: block;
    }

    .input-divider {
        flex-direction: column;
        gap: 0px;
    }

    .input-divider .input-wrapper {
        width: 100% !important;
    }

    .checkout-cart-summary {
        cursor: pointer;
        top: inherit !important;
        padding-top: inherit !important;
    }

    .checkout-cart-summary-header {
        border-bottom: 1px solid transparent;
        transition: all 300ms;
        align-items: center;
        padding: 1em 0em;
        display: flex;
    }

    .checkout-cart-summary-header-title {
        font-weight: 500;
    }

    .checkout-layout {
        gap: 0.5em;
    }

    .checkout-cart-summary {
        border: var(--border-size) solid transparent;
        box-shadow: none;
        transition: all 300ms;
    }

    .summary-opened {
        margin-bottom: 1.5em;
    }

    .summary-opened .checkout-cart-summary-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .checkout-cart-summary-header-dropdown {
        display: block;
        transform: rotate(180deg);
    }

    .summary-opened .checkout-cart-summary-header-dropdown {
        transform: rotate(0deg) !important;
    }

    .checkout-cart-points {
        display: none;
    }

    .checkout-order {
        padding-left: 20px;
        padding-right: 20px;
    }

    .checkout-cart {
        background-color: #f5f5f5;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .checkout-cart-summary-header-title {
        display: flex !important;
    }

    .checkout-cart-summary-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .checkout-cart-toslide {
        padding-left: 20px;
        padding-right: 20px;

    }

    .checkout-cart-summary-content {
        padding-top: 1em;
    }

    .checkout-cart {
        position: inherit !important;
        top: 0px;
        z-index: 5;
    }

}
ul.ui-mailtip {
    zoom: 1; /* for IE6 IE7 clear float */
    background-color: #fff;
    list-style: none;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: left;
    /*font: italic 13px/1.5 Consolas, "Liberation Mono", Menlo, Courier, monospace, sans-serif;*/
}

.ui-mailtip li {
    padding-left: 10px !important;
    cursor: pointer;
    display: flex;
    height: 40px;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}

.ui-mailtip li:hover {
    background-color: #f1f1f1;
}

ul.ui-mailtip:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.ui-mailtip li {
    margin: 0;
    padding: 0;
    float: none;
}

ul.ui-mailtip li p {
    height: 28px;
    text-align: inherit;
    line-height: 28px;
    cursor: pointer;
    margin: 0 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.ui-mailtip li.active {
    /*color: #eb7350;*/
    /*background: #eaeaea;*/
}

ul.ui-mailtip li.hover {
    /*background: #e7f6ff;*/
}
/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

        :root {
            --main-color: #000000;
            --logo-height: 30px;
            --border-size: 1px;
            --timer-fixed-state: ;
            --border-radius: 5px;
        }
        
        /* Loading states for dynamic content */
        .product-loading {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        
        .product-spinner {
            border: 2px solid #f3f3f3;
            border-top: 2px solid var(--main-color);
            border-radius: 50%;
            width: 20px;
            height: 20px;
            animation: spin 1s linear infinite;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        .product-error {
            color: #dc3545;
            text-align: center;
            padding: 20px;
            font-size: 14px;
        }

        /* Order processing overlay */
        .order-processing-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            z-index: 9999;
            display: none;
            align-items: center;
            justify-content: center;
        }

        .order-processing-content {
            background: white;
            padding: 40px;
            border-radius: 10px;
            text-align: center;
            max-width: 400px;
        }

        .order-processing-spinner {
            border: 4px solid #f3f3f3;
            border-top: 4px solid var(--main-color);
            border-radius: 50%;
            width: 40px;
            height: 40px;
            animation: spin 1s linear infinite;
            margin: 0 auto 20px;
        }

        /* Address Autocomplete Styles */
        .address-selector-wrapper {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            z-index: 1000;
            max-height: 300px;
            overflow-y: auto;
            display: none;
        }
        
        .address-selector-wrapper-active {
            display: block !important;
        }
        
        .address-selector-wrapper-close {
            position: absolute;
            top: 5px;
            right: 10px;
            cursor: pointer;
            font-size: 18px;
            color: #999;
            z-index: 1001;
            background: white;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 15px;
            border-radius: 50%;
        }
        
        .address-selector-wrapper-close:hover {
            background: #f0f0f0;
        }
        
        .address-selector {
            padding: 10px 0;
        }
        
        .address-button {
            padding: 10px 15px;
            cursor: pointer;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            transition: background-color 0.2s;
            font-size: 14px;
        }
        
        .address-button:hover {
            background-color: #f5f5f5;
        }
        
        .address-button:last-child {
            border-bottom: none;
        }
        
        .address-button svg {
            margin-right: 8px;
            flex-shrink: 0;
            fill: #666;
        }
        
        .noAddress {
            padding: 15px;
            text-align: center;
            color: #666;
            font-style: italic;
        }
        
        /* Make sure input wrapper is relative for dropdown positioning */
        .input-wrapper {
            position: relative;
        }
        
        /* Loading spinner for address lookup */
        .loader.addressLoader {
            border: 2px solid #f3f3f3;
            border-top: 2px solid var(--main-color, #333);
            border-radius: 50%;
            width: 16px;
            height: 16px;
            animation: spin 1s linear infinite;
            margin: 10px auto;
        }
        
        .df.aic.jcc {
            display: flex;
            align-items: center;
            justify-content: center;
        }