/** Shopify CDN: Minification failed

Line 59:12 Unexpected "{"
Line 59:21 Expected ":"
Line 61:16 Expected identifier but found whitespace
Line 61:18 Unexpected "{"
Line 61:27 Expected ":"
Line 61:78 Expected ":"
Line 62:19 Expected identifier but found whitespace
Line 62:21 Unexpected "{"
Line 62:30 Expected ":"
Line 62:84 Expected ":"
... and 10 more hidden warnings

**/

  .material-symbols-outlined {
 font-family: 'Material Symbols Outlined' !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
  
  iframe#preview-bar-iframe {
    display: none;
  }

  .custom-button.disabled {
    background-color: #ddd;
    cursor: not-allowed;
  }
  .intl-tel-input.allow-dropdown input,
  .intl-tel-input.allow-dropdown input[type=text],
  .intl-tel-input.allow-dropdown input[type=tel] {
    padding-top: 10px !important;
  }


  .field__input:focus,
  .field__input:not(:placeholder-shown),
  .field__input:-webkit-autofill,
  .customer .field input:focus,
  .customer .field input:not(:placeholder-shown),
  .customer .field input:-webkit-autofill {
    box-shadow: none !important;
  }
  .customer .field{
    margin:2rem 0rem !important;
  }
  .section-{{ section.id }}
  -padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  :root {
    --inputs-radius: 2rem !important;
  }
  .field__input,
  .select__select,
  .customer .field input,
  .customer select {
    border-radius: --inputs-radius !important;
  }
  .flags {
    display: flex;
    justify-content: center;
    column-gap: 1rem;
    margin: 2rem 0;
  }
  .flags img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    object-fit: cover;
  }
  .logo {
    object-fit: cover;
    max-width: 29rem;
    width: 100%;
  }
  #phone {
    width: 100% !important;
  }
  textarea {
    resize: none;
    border: none;
    width: 100%;
    outline: none;
    border-radius: 2rem;
    height: 10rem;
    padding: 2rem;
  }
  textarea:focus-visible {
    outline: none;
    box-shadow: none;
    outline-offset: 0 !important;

  }
  .custom-button {
    background-color: #E2CD9D !important;
    border: 1px solid #E2CD9D !important;
    padding: 0.5rem 6rem !important;
    border-radius: 1rem !important;
  }

  textarea::placeholder {
    font-size: 1.5rem !important;
  }
  .button:after,
  .shopify-challenge__button:after,
  .customer button:after,
  .shopify-payment-button__button--unbranded:after {
    box-shadow: none !important
  }

  /* Modal */
  .modal {
    display: none;
    position: fixed;
    z-index: 990;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }

  /* Modal içeriği */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
  }

  /* Modal kapatma butonu */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .flags img {
    cursor: pointer;
  }
  .fieldBox {
    display: flex;
    align-items:flex-start;
  }
  input#termsCheckbox {
    width: 12px !important;
  }
  .fieldBox label {
    font-size: 9px;

  }
 #Register .PageContent.PageContent--fitScreen.PageContent--extraNarrow {
    margin-top: 20px !important;
}

  .fieldBox label a {
    font-size: 9px !important;
    margin-left: 5px;
  }
  input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
  .field-error-span{
    text-align:left;
    display:none;
    margin-top:2rem;
    color:red;
  }
  #custom-message{
    text-align:left
  }
  @media screen and (max-width:690px){
    .customer:not(.account):not(.order) {
        margin: 0 auto;
        max-width: 39.4rem !important;
    }
  }

form#create_customer p, .checkboxDiv label {
     font-size: 12px !important;
}
 form#create_customer p{
     margin-top:10px;
}
 .PageContent {
     display: flex;
     flex-direction: column;
     margin-top: 80px !important;
     margin-bottom: 80px !important;
}
 .iti {
     position: relative;
     display: inline-block;
}
 .iti * {
     box-sizing: border-box;
     -moz-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;
}
 .iti__arrow--up {
     border-top: none;
     border-bottom: 4px solid #555;
}
 .iti__country-list {
     position: absolute;
     z-index: 2;
     list-style: none;
     text-align: left;
     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 {
     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, .iti__dial-code {
     vertical-align: middle;
}
 .iti__flag-box, .iti__country-name {
     margin-right: 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;
}
 .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
     right: auto;
     left: 0;
}
 .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__selected-dial-code {
     margin-left: 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: 5652px 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: 14px;
     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__cr {
     height: 12px;
     background-position: -1115px 0px;
}
 .iti__flag.iti__cu {
     height: 10px;
     background-position: -1137px 0px;
}
 .iti__flag.iti__cv {
     height: 12px;
     background-position: -1159px 0px;
}
 .iti__flag.iti__cw {
     height: 14px;
     background-position: -1181px 0px;
}
 .iti__flag.iti__cx {
     height: 10px;
     background-position: -1203px 0px;
}
 .iti__flag.iti__cy {
     height: 14px;
     background-position: -1225px 0px;
}
 .iti__flag.iti__cz {
     height: 14px;
     background-position: -1247px 0px;
}
 .iti__flag.iti__de {
     height: 12px;
     background-position: -1269px 0px;
}
 .iti__flag.iti__dg {
     height: 10px;
     background-position: -1291px 0px;
}
 .iti__flag.iti__dj {
     height: 14px;
     background-position: -1313px 0px;
}
 .iti__flag.iti__dk {
     height: 15px;
     background-position: -1335px 0px;
}
 .iti__flag.iti__dm {
     height: 10px;
     background-position: -1357px 0px;
}
 .iti__flag.iti__do {
     height: 14px;
     background-position: -1379px 0px;
}
 .iti__flag.iti__dz {
     height: 14px;
     background-position: -1401px 0px;
}
 .iti__flag.iti__ea {
     height: 14px;
     background-position: -1423px 0px;
}
 .iti__flag.iti__ec {
     height: 14px;
     background-position: -1445px 0px;
}
 .iti__flag.iti__ee {
     height: 13px;
     background-position: -1467px 0px;
}
 .iti__flag.iti__eg {
     height: 14px;
     background-position: -1489px 0px;
}
 .iti__flag.iti__eh {
     height: 10px;
     background-position: -1511px 0px;
}
 .iti__flag.iti__er {
     height: 10px;
     background-position: -1533px 0px;
}
 .iti__flag.iti__es {
     height: 14px;
     background-position: -1555px 0px;
}
 .iti__flag.iti__et {
     height: 10px;
     background-position: -1577px 0px;
}
 .iti__flag.iti__eu {
     height: 14px;
     background-position: -1599px 0px;
}
 .iti__flag.iti__fi {
     height: 12px;
     background-position: -1621px 0px;
}
 .iti__flag.iti__fj {
     height: 10px;
     background-position: -1643px 0px;
}
 .iti__flag.iti__fk {
     height: 10px;
     background-position: -1665px 0px;
}
 .iti__flag.iti__fm {
     height: 11px;
     background-position: -1687px 0px;
}
 .iti__flag.iti__fo {
     height: 15px;
     background-position: -1709px 0px;
}
 .iti__flag.iti__fr {
     height: 14px;
     background-position: -1731px 0px;
}
 .iti__flag.iti__ga {
     height: 15px;
     background-position: -1753px 0px;
}
 .iti__flag.iti__gb {
     height: 10px;
     background-position: -1775px 0px;
}
 .iti__flag.iti__gd {
     height: 12px;
     background-position: -1797px 0px;
}
 .iti__flag.iti__ge {
     height: 14px;
     background-position: -1819px 0px;
}
 .iti__flag.iti__gf {
     height: 14px;
     background-position: -1841px 0px;
}
 .iti__flag.iti__gg {
     height: 14px;
     background-position: -1863px 0px;
}
 .iti__flag.iti__gh {
     height: 14px;
     background-position: -1885px 0px;
}
 .iti__flag.iti__gi {
     height: 10px;
     background-position: -1907px 0px;
}
 .iti__flag.iti__gl {
     height: 14px;
     background-position: -1929px 0px;
}
 .iti__flag.iti__gm {
     height: 14px;
     background-position: -1951px 0px;
}
 .iti__flag.iti__gn {
     height: 14px;
     background-position: -1973px 0px;
}
 .iti__flag.iti__gp {
     height: 14px;
     background-position: -1995px 0px;
}
 .iti__flag.iti__gq {
     height: 14px;
     background-position: -2017px 0px;
}
 .iti__flag.iti__gr {
     height: 14px;
     background-position: -2039px 0px;
}
 .iti__flag.iti__gs {
     height: 10px;
     background-position: -2061px 0px;
}
 .iti__flag.iti__gt {
     height: 13px;
     background-position: -2083px 0px;
}
 .iti__flag.iti__gu {
     height: 11px;
     background-position: -2105px 0px;
}
 .iti__flag.iti__gw {
     height: 10px;
     background-position: -2127px 0px;
}
 .iti__flag.iti__gy {
     height: 12px;
     background-position: -2149px 0px;
}
 .iti__flag.iti__hk {
     height: 14px;
     background-position: -2171px 0px;
}
 .iti__flag.iti__hm {
     height: 10px;
     background-position: -2193px 0px;
}
 .iti__flag.iti__hn {
     height: 10px;
     background-position: -2215px 0px;
}
 .iti__flag.iti__hr {
     height: 10px;
     background-position: -2237px 0px;
}
 .iti__flag.iti__ht {
     height: 12px;
     background-position: -2259px 0px;
}
 .iti__flag.iti__hu {
     height: 10px;
     background-position: -2281px 0px;
}
 .iti__flag.iti__ic {
     height: 14px;
     background-position: -2303px 0px;
}
 .iti__flag.iti__id {
     height: 14px;
     background-position: -2325px 0px;
}
 .iti__flag.iti__ie {
     height: 10px;
     background-position: -2347px 0px;
}
 .iti__flag.iti__il {
     height: 15px;
     background-position: -2369px 0px;
}
 .iti__flag.iti__im {
     height: 10px;
     background-position: -2391px 0px;
}
 .iti__flag.iti__in {
     height: 14px;
     background-position: -2413px 0px;
}
 .iti__flag.iti__io {
     height: 10px;
     background-position: -2435px 0px;
}
 .iti__flag.iti__iq {
     height: 14px;
     background-position: -2457px 0px;
}
 .iti__flag.iti__ir {
     height: 12px;
     background-position: -2479px 0px;
}
 .iti__flag.iti__is {
     height: 15px;
     background-position: -2501px 0px;
}
 .iti__flag.iti__it {
     height: 14px;
     background-position: -2523px 0px;
}
 .iti__flag.iti__je {
     height: 12px;
     background-position: -2545px 0px;
}
 .iti__flag.iti__jm {
     height: 10px;
     background-position: -2567px 0px;
}
 .iti__flag.iti__jo {
     height: 10px;
     background-position: -2589px 0px;
}
 .iti__flag.iti__jp {
     height: 14px;
     background-position: -2611px 0px;
}
 .iti__flag.iti__ke {
     height: 14px;
     background-position: -2633px 0px;
}
 .iti__flag.iti__kg {
     height: 12px;
     background-position: -2655px 0px;
}
 .iti__flag.iti__kh {
     height: 13px;
     background-position: -2677px 0px;
}
 .iti__flag.iti__ki {
     height: 10px;
     background-position: -2699px 0px;
}
 .iti__flag.iti__km {
     height: 12px;
     background-position: -2721px 0px;
}
 .iti__flag.iti__kn {
     height: 14px;
     background-position: -2743px 0px;
}
 .iti__flag.iti__kp {
     height: 10px;
     background-position: -2765px 0px;
}
 .iti__flag.iti__kr {
     height: 14px;
     background-position: -2787px 0px;
}
 .iti__flag.iti__kw {
     height: 10px;
     background-position: -2809px 0px;
}
 .iti__flag.iti__ky {
     height: 10px;
     background-position: -2831px 0px;
}
 .iti__flag.iti__kz {
     height: 10px;
     background-position: -2853px 0px;
}
 .iti__flag.iti__la {
     height: 14px;
     background-position: -2875px 0px;
}
 .iti__flag.iti__lb {
     height: 14px;
     background-position: -2897px 0px;
}
 .iti__flag.iti__lc {
     height: 10px;
     background-position: -2919px 0px;
}
 .iti__flag.iti__li {
     height: 12px;
     background-position: -2941px 0px;
}
 .iti__flag.iti__lk {
     height: 10px;
     background-position: -2963px 0px;
}
 .iti__flag.iti__lr {
     height: 11px;
     background-position: -2985px 0px;
}
 .iti__flag.iti__ls {
     height: 14px;
     background-position: -3007px 0px;
}
 .iti__flag.iti__lt {
     height: 12px;
     background-position: -3029px 0px;
}
 .iti__flag.iti__lu {
     height: 12px;
     background-position: -3051px 0px;
}
 .iti__flag.iti__lv {
     height: 10px;
     background-position: -3073px 0px;
}
 .iti__flag.iti__ly {
     height: 10px;
     background-position: -3095px 0px;
}
 .iti__flag.iti__ma {
     height: 14px;
     background-position: -3117px 0px;
}
 .iti__flag.iti__mc {
     height: 15px;
     background-position: -3139px 0px;
}
 .iti__flag.iti__md {
     height: 10px;
     background-position: -3160px 0px;
}
 .iti__flag.iti__me {
     height: 10px;
     background-position: -3182px 0px;
}
 .iti__flag.iti__mf {
     height: 14px;
     background-position: -3204px 0px;
}
 .iti__flag.iti__mg {
     height: 14px;
     background-position: -3226px 0px;
}
 .iti__flag.iti__mh {
     height: 11px;
     background-position: -3248px 0px;
}
 .iti__flag.iti__mk {
     height: 10px;
     background-position: -3270px 0px;
}
 .iti__flag.iti__ml {
     height: 14px;
     background-position: -3292px 0px;
}
 .iti__flag.iti__mm {
     height: 14px;
     background-position: -3314px 0px;
}
 .iti__flag.iti__mn {
     height: 10px;
     background-position: -3336px 0px;
}
 .iti__flag.iti__mo {
     height: 14px;
     background-position: -3358px 0px;
}
 .iti__flag.iti__mp {
     height: 10px;
     background-position: -3380px 0px;
}
 .iti__flag.iti__mq {
     height: 14px;
     background-position: -3402px 0px;
}
 .iti__flag.iti__mr {
     height: 14px;
     background-position: -3424px 0px;
}
 .iti__flag.iti__ms {
     height: 10px;
     background-position: -3446px 0px;
}
 .iti__flag.iti__mt {
     height: 14px;
     background-position: -3468px 0px;
}
 .iti__flag.iti__mu {
     height: 14px;
     background-position: -3490px 0px;
}
 .iti__flag.iti__mv {
     height: 14px;
     background-position: -3512px 0px;
}
 .iti__flag.iti__mw {
     height: 14px;
     background-position: -3534px 0px;
}
 .iti__flag.iti__mx {
     height: 12px;
     background-position: -3556px 0px;
}
 .iti__flag.iti__my {
     height: 10px;
     background-position: -3578px 0px;
}
 .iti__flag.iti__mz {
     height: 14px;
     background-position: -3600px 0px;
}
 .iti__flag.iti__na {
     height: 14px;
     background-position: -3622px 0px;
}
 .iti__flag.iti__nc {
     height: 10px;
     background-position: -3644px 0px;
}
 .iti__flag.iti__ne {
     height: 15px;
     background-position: -3666px 0px;
}
 .iti__flag.iti__nf {
     height: 10px;
     background-position: -3686px 0px;
}
 .iti__flag.iti__ng {
     height: 10px;
     background-position: -3708px 0px;
}
 .iti__flag.iti__ni {
     height: 12px;
     background-position: -3730px 0px;
}
 .iti__flag.iti__nl {
     height: 14px;
     background-position: -3752px 0px;
}
 .iti__flag.iti__no {
     height: 15px;
     background-position: -3774px 0px;
}
 .iti__flag.iti__np {
     height: 15px;
     background-position: -3796px 0px;
}
 .iti__flag.iti__nr {
     height: 10px;
     background-position: -3811px 0px;
}
 .iti__flag.iti__nu {
     height: 10px;
     background-position: -3833px 0px;
}
 .iti__flag.iti__nz {
     height: 10px;
     background-position: -3855px 0px;
}
 .iti__flag.iti__om {
     height: 10px;
     background-position: -3877px 0px;
}
 .iti__flag.iti__pa {
     height: 14px;
     background-position: -3899px 0px;
}
 .iti__flag.iti__pe {
     height: 14px;
     background-position: -3921px 0px;
}
 .iti__flag.iti__pf {
     height: 14px;
     background-position: -3943px 0px;
}
 .iti__flag.iti__pg {
     height: 15px;
     background-position: -3965px 0px;
}
 .iti__flag.iti__ph {
     height: 10px;
     background-position: -3987px 0px;
}
 .iti__flag.iti__pk {
     height: 14px;
     background-position: -4009px 0px;
}
 .iti__flag.iti__pl {
     height: 13px;
     background-position: -4031px 0px;
}
 .iti__flag.iti__pm {
     height: 14px;
     background-position: -4053px 0px;
}
 .iti__flag.iti__pn {
     height: 10px;
     background-position: -4075px 0px;
}
 .iti__flag.iti__pr {
     height: 14px;
     background-position: -4097px 0px;
}
 .iti__flag.iti__ps {
     height: 10px;
     background-position: -4119px 0px;
}
 .iti__flag.iti__pt {
     height: 14px;
     background-position: -4141px 0px;
}
 .iti__flag.iti__pw {
     height: 13px;
     background-position: -4163px 0px;
}
 .iti__flag.iti__py {
     height: 11px;
     background-position: -4185px 0px;
}
 .iti__flag.iti__qa {
     height: 8px;
     background-position: -4207px 0px;
}
 .iti__flag.iti__re {
     height: 14px;
     background-position: -4229px 0px;
}
 .iti__flag.iti__ro {
     height: 14px;
     background-position: -4251px 0px;
}
 .iti__flag.iti__rs {
     height: 14px;
     background-position: -4273px 0px;
}
 .iti__flag.iti__ru {
     height: 14px;
     background-position: -4295px 0px;
}
 .iti__flag.iti__rw {
     height: 14px;
     background-position: -4317px 0px;
}
 .iti__flag.iti__sa {
     height: 14px;
     background-position: -4339px 0px;
}
 .iti__flag.iti__sb {
     height: 10px;
     background-position: -4361px 0px;
}
 .iti__flag.iti__sc {
     height: 10px;
     background-position: -4383px 0px;
}
 .iti__flag.iti__sd {
     height: 10px;
     background-position: -4405px 0px;
}
 .iti__flag.iti__se {
     height: 13px;
     background-position: -4427px 0px;
}
 .iti__flag.iti__sg {
     height: 14px;
     background-position: -4449px 0px;
}
 .iti__flag.iti__sh {
     height: 10px;
     background-position: -4471px 0px;
}
 .iti__flag.iti__si {
     height: 10px;
     background-position: -4493px 0px;
}
 .iti__flag.iti__sj {
     height: 15px;
     background-position: -4515px 0px;
}
 .iti__flag.iti__sk {
     height: 14px;
     background-position: -4537px 0px;
}
 .iti__flag.iti__sl {
     height: 14px;
     background-position: -4559px 0px;
}
 .iti__flag.iti__sm {
     height: 15px;
     background-position: -4581px 0px;
}
 .iti__flag.iti__sn {
     height: 14px;
     background-position: -4603px 0px;
}
 .iti__flag.iti__so {
     height: 14px;
     background-position: -4625px 0px;
}
 .iti__flag.iti__sr {
     height: 14px;
     background-position: -4647px 0px;
}
 .iti__flag.iti__ss {
     height: 10px;
     background-position: -4669px 0px;
}
 .iti__flag.iti__st {
     height: 10px;
     background-position: -4691px 0px;
}
 .iti__flag.iti__sv {
     height: 12px;
     background-position: -4713px 0px;
}
 .iti__flag.iti__sx {
     height: 14px;
     background-position: -4735px 0px;
}
 .iti__flag.iti__sy {
     height: 14px;
     background-position: -4757px 0px;
}
 .iti__flag.iti__sz {
     height: 14px;
     background-position: -4779px 0px;
}
 .iti__flag.iti__ta {
     height: 10px;
     background-position: -4801px 0px;
}
 .iti__flag.iti__tc {
     height: 10px;
     background-position: -4823px 0px;
}
 .iti__flag.iti__td {
     height: 14px;
     background-position: -4845px 0px;
}
 .iti__flag.iti__tf {
     height: 14px;
     background-position: -4867px 0px;
}
 .iti__flag.iti__tg {
     height: 13px;
     background-position: -4889px 0px;
}
 .iti__flag.iti__th {
     height: 14px;
     background-position: -4911px 0px;
}
 .iti__flag.iti__tj {
     height: 10px;
     background-position: -4933px 0px;
}
 .iti__flag.iti__tk {
     height: 10px;
     background-position: -4955px 0px;
}
 .iti__flag.iti__tl {
     height: 10px;
     background-position: -4977px 0px;
}
 .iti__flag.iti__tm {
     height: 14px;
     background-position: -4999px 0px;
}
 .iti__flag.iti__tn {
     height: 14px;
     background-position: -5021px 0px;
}
 .iti__flag.iti__to {
     height: 10px;
     background-position: -5043px 0px;
}
 .iti__flag.iti__tr {
     height: 14px;
     background-position: -5065px 0px;
}
 .iti__flag.iti__tt {
     height: 12px;
     background-position: -5087px 0px;
}
 .iti__flag.iti__tv {
     height: 10px;
     background-position: -5109px 0px;
}
 .iti__flag.iti__tw {
     height: 14px;
     background-position: -5131px 0px;
}
 .iti__flag.iti__tz {
     height: 14px;
     background-position: -5153px 0px;
}
 .iti__flag.iti__ua {
     height: 14px;
     background-position: -5175px 0px;
}
 .iti__flag.iti__ug {
     height: 14px;
     background-position: -5197px 0px;
}
 .iti__flag.iti__um {
     height: 11px;
     background-position: -5219px 0px;
}
 .iti__flag.iti__un {
     height: 14px;
     background-position: -5241px 0px;
}
 .iti__flag.iti__us {
     height: 11px;
     background-position: -5263px 0px;
}
 .iti__flag.iti__uy {
     height: 14px;
     background-position: -5285px 0px;
}
 .iti__flag.iti__uz {
     height: 10px;
     background-position: -5307px 0px;
}
 .iti__flag.iti__va {
     height: 15px;
     background-position: -5329px 0px;
}
 .iti__flag.iti__vc {
     height: 14px;
     background-position: -5346px 0px;
}
 .iti__flag.iti__ve {
     height: 14px;
     background-position: -5368px 0px;
}
 .iti__flag.iti__vg {
     height: 10px;
     background-position: -5390px 0px;
}
 .iti__flag.iti__vi {
     height: 14px;
     background-position: -5412px 0px;
}
 .iti__flag.iti__vn {
     height: 14px;
     background-position: -5434px 0px;
}
 .iti__flag.iti__vu {
     height: 12px;
     background-position: -5456px 0px;
}
 .iti__flag.iti__wf {
     height: 14px;
     background-position: -5478px 0px;
}
 .iti__flag.iti__ws {
     height: 10px;
     background-position: -5500px 0px;
}
 .iti__flag.iti__xk {
     height: 15px;
     background-position: -5522px 0px;
}
 .iti__flag.iti__ye {
     height: 14px;
     background-position: -5544px 0px;
}
 .iti__flag.iti__yt {
     height: 14px;
     background-position: -5566px 0px;
}
 .iti__flag.iti__za {
     height: 14px;
     background-position: -5588px 0px;
}
 .iti__flag.iti__zm {
     height: 14px;
     background-position: -5610px 0px;
}
 .iti__flag.iti__zw {
     height: 10px;
     background-position: -5632px 0px;
}
 .iti__flag {
     height: 15px;
     box-shadow: 0px 0px 1px 0px #888;
     background-image: url("../img/flags.png");
     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");
    }
}
 .iti__flag.iti__np {
     background-color: transparent;
}
/*! CSS Used from: https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200 */
 .material-symbols-outlined{
    font-family:'Material Symbols Outlined';
    font-weight:normal;
    font-style:normal;
    font-size:24px;
    line-height:1;
    letter-spacing:normal;
    text-transform:none;
    display:inline-block;
    white-space:nowrap;
    word-wrap:normal;
    direction:ltr;
    -webkit-font-feature-settings:'liga';
    -webkit-font-smoothing:antialiased;
}
/*! CSS Used from: https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0 */
 .material-symbols-outlined{
    font-family:'Material Symbols Outlined';
    font-weight:normal;
    font-style:normal;
    font-size:24px;
    line-height:1;
    letter-spacing:normal;
    text-transform:none;
    display:inline-block;
    white-space:nowrap;
    word-wrap:normal;
    direction:ltr;
    -webkit-font-feature-settings:'liga';
    -webkit-font-smoothing:antialiased;
}
/*! CSS Used from: https://www.godiva.com.tr/cdn/shop/t/39/assets/theme.css?v=5969277752972624051744795471 */
 *,*:before,*:after{
    box-sizing:border-box!important;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
 footer,header,main,nav,section{
    display:block;
}
 :active{
    outline:none;
}
 a{
    color:inherit;
    text-decoration:none;
}
 a:active,a:hover{
    outline:0;
}
 strong{
    font-weight:700;
}
 p,h1,h2{
    margin-top:0;
    font-size:inherit;
    font-weight:inherit;
}
 p:last-child{
    margin-bottom:0;
}
 img{
    max-width:100%;
    height:auto;
    border-style:none;
    vertical-align:top;
}
 svg:not(:root){
    overflow:hidden;
}
 ul{
    margin:0;
    padding:0;
    list-style-position:inside;
}
 button,input{
    color:inherit;
    font:inherit;
    margin:0;
}
 button{
    padding:0;
    overflow:visible;
    background:none;
    border:none;
    border-radius:0;
    -webkit-appearance:none;
}
 button{
    text-transform:none;
}
 button{
    -webkit-appearance:button;
    cursor:pointer;
}
 input{
    line-height:normal;
    border-radius:0;
}
 input[type=checkbox]{
    box-sizing:border-box;
    padding:0;
}
 input[type=search]{
    -webkit-appearance:none;
    box-sizing:content-box;
}
 input::placeholder{
    color:inherit;
}
 @media screen and (max-width: 640px){
     .hidden-phone{
        display:none!important;
    }
}
 @media screen and (min-width: 641px) and (max-width: 1007px){
     .hidden-tablet{
        display:none!important;
    }
}
 @media screen and (min-width: 641px){
     .hidden-tablet-and-up{
        display:none!important;
    }
}
 @media screen and (max-width: 1007px){
     .hidden-pocket{
        display:none!important;
    }
}
 @media screen and (min-width: 1008px) and (max-width: 1139px){
     .hidden-lap{
        display:none!important;
    }
}
 @media screen and (min-width: 1008px){
     .hidden-lap-and-up{
        display:none!important;
    }
}
 @media screen and (min-width: 1140px){
     .hidden-desk{
        display:none!important;
    }
}
 body:not(.is-tabbing) [tabindex]:focus,body:not(.is-tabbing) button:focus,body:not(.is-tabbing) input:focus{
    outline:none;
}
 .Container{
    margin:0 auto;
    padding:0 24px;
}
 @media screen and (min-width: 641px){
     .Container{
        padding:0 50px;
    }
}
 @media screen and (min-width: 1140px){
     .Container{
        padding:0 80px;
    }
}
 .Link{
    transition:color .2s ease-in-out,opacity .2s ease-in-out;
}
 .supports-hover .Link--primary:hover{
    color:var(--text-color);
}
 .supports-hover .Link--secondary:hover{
    color:var(--text-color-light);
}
 .Heading{
    font-family:var(--heading-font-family);
    font-weight:var(--heading-font-weight);
    font-style:var(--heading-font-style);
    color:var(--heading-color);
    transition:color .2s ease-in-out;
}
 .features--heading-uppercase .Heading{
    letter-spacing:.2em;
    text-transform:uppercase;
}
 .Text--subdued{
    color:var(--text-color-light);
}
 .Icon-Wrapper--clickable{
    position:relative;
    background:transparent;
}
 .Icon-Wrapper--clickable:before{
    position:absolute;
    content:"";
    top:-8px;
    right:-12px;
    left:-12px;
    bottom:-8px;
    transform:translateZ(0);
}
 .Icon{
    display:inline-block;
    height:1em;
    width:1em;
    fill:currentColor;
    vertical-align:middle;
    stroke-width:1px;
    background:none;
    pointer-events:none;
}
 .features--heading-small .u-h1{
    font-size:20px;
}
 .features--heading-small .u-h6{
    font-size:12px;
}
 .features--heading-small .u-h7{
    font-size:11px;
}
 @media screen and (min-width: 641px){
     .features--heading-small .u-h1{
        font-size:20px;
    }
     .features--heading-small .u-h6{
        font-size:12px;
    }
     .features--heading-small .u-h7{
        font-size:11px;
    }
}
 .Button{
    position:relative;
    display:inline-block;
    padding:14px 28px;
    line-height:normal;
    border:1px solid transparent;
    border-radius:0;
    text-transform:uppercase;
    font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
    text-align:center;
    letter-spacing:.2em;
    font-family:var(--heading-font-family);
    font-weight:var(--heading-font-weight);
    font-style:var(--heading-font-style);
    background-color:transparent;
    transition:color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86);
    z-index:1;
    -webkit-tap-highlight-color:initial;
}
 .Button:before{
    position:absolute;
    content:"";
    display:block;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    transform:scale(1);
    transform-origin:left center;
    z-index:-1;
}
 .Button--primary{
    color:var(--button-text-color);
    border-color:var(--button-background);
}
 .Button--primary:before{
    background-color:var(--button-background);
}
 .Button--full{
    width:100%;
}
 .Form{
    width:100%;
}
 .Form__Item{
    position:relative;
    margin-bottom:15px;
}
 label.Form__FloatingLabel {
     display: none;
}
 .Form__Submit{
    display:block;
    margin-top:20px;
    align-self:center;
    color:#000;
}
 .Form--spacingTight .Form__Item{
    margin-bottom:15px;
}
 @media screen and (min-width: 641px){
     .Form__Item{
        margin-bottom:30px;
    }
}
 .Form__Header{
    margin-bottom:24px;
    text-align:center;
}
 .Form__Hint{
    margin:24px 0 0;
}
 .Form__Hint:not(:last-child){
    margin-bottom:32px;
}
 .Form__Hint--center{
    text-align:center;
}
 .Form__ItemHelp{
    position:absolute;
    right:12px;
    top:50%;
    font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
    color:var(--text-color-light);
   /*  transform:translateY(-50%); */
}
 .HorizontalList{
    list-style:none;
    margin:-6px -8px;
}
 .HorizontalList__Item{
    display:inline-block;
    margin:6px 8px;
}
 .HorizontalList__Item>.Link{
    display:inline-block;
}
 .HorizontalList--spacingLoose{
    margin-left:-14px;
    margin-right:-14px;
}
 .HorizontalList--spacingLoose .HorizontalList__Item{
    margin-right:14px;
    margin-left:14px;
}
 .HorizontalList--spacingExtraLoose{
    margin-left:-17px;
    margin-right:-17px;
}
 .HorizontalList--spacingExtraLoose .HorizontalList__Item{
    margin-right:17px;
    margin-left:17px;
}
 @media screen and (min-width: 1140px){
     .HorizontalList--spacingExtraLoose{
        margin-left:-21px;
        margin-right:-21px;
    }
     .HorizontalList--spacingExtraLoose .HorizontalList__Item{
        margin-right:21px;
        margin-left:21px;
    }
}
 .Image--fadeIn{
    opacity:0;
    transition:opacity .3s ease;
}
 .Image__Loader{
    position:absolute;
    display:block;
    height:2px;
    width:50px;
    left:0;
    bottom:0;
    right:0;
    top:0;
    opacity:0;
    visibility:hidden;
    margin:auto;
    pointer-events:none;
    background-color:var(--border-color);
    z-index:-1;
    transition:all .2s ease-in-out;
    overflow:hidden;
}
 .Image__Loader:after{
    position:absolute;
    content:"";
    bottom:0;
    right:0;
    top:0;
    height:100%;
    width:200%;
    background-color:var(--heading-color);
}
 .AspectRatio{
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
 .AspectRatio:before{
    content:"";
    display:block;
}
 .AspectRatio>img{
    max-height:100%;
    max-width:100%;
}
 .Linklist{
    list-style:none;
    padding:0;
}
 .Linklist__Item{
    position:relative;
    display:block;
    margin-bottom:12px;
    width:100%;
    line-height:1.5;
    text-align:left;
    transition:all .2s ease-in-out;
}
 .Linklist__Item:last-child{
    margin-bottom:0!important;
}
 .Linklist__Item:before{
    position:absolute;
    content:"";
    display:inline-block;
    width:6px;
    height:6px;
    top:calc(50% - 3px);
    left:0;
    border-radius:100%;
    background:var(--text-color);
    opacity:0;
    transition:opacity .1s ease-in-out;
}
 .Linklist__Item>.Link{
    display:block;
    width:100%;
    text-align:inherit;
}
 .AnnouncementBar{
    position:relative;
    text-align:center;
    font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
    z-index:1;
}
 .AnnouncementBar__Wrapper{
    padding:12px 15px;
}
 .AnnouncementBar__Content{
    color:inherit;
    margin:0;
}
 @media screen and (min-width: 641px){
     .AnnouncementBar{
        font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
    }
}
 .PageLayout__Section:first-child{
    margin-bottom:60px;
}
 @media screen and (min-width: 641px){
     .PageLayout{
        display:flex;
        flex-wrap:nowrap;
    }
     .PageLayout__Section{
        flex:1 0 0;
    }
     .PageLayout__Section:first-child{
        margin-bottom:0;
    }
     .PageLayout__Section--secondary{
        flex:1 1 200px;
        max-width:200px;
    }
     .PageLayout__Section+.PageLayout__Section{
        margin-left:50px;
    }
}
 @media screen and (min-width: 641px) and (max-width: 1007px){
     .PageLayout--breakLap{
        display:block;
    }
     .PageLayout--breakLap .PageLayout__Section:first-child{
        margin-bottom:60px;
    }
     .PageLayout--breakLap .PageLayout__Section+.PageLayout__Section{
        margin-left:0;
        width:100%;
    }
}
 @media screen and (min-width: 1008px){
     .PageLayout__Section--secondary{
        flex-basis:235px;
        max-width:235px;
    }
}
 @media screen and (min-width: 1140px){
     .PageLayout__Section+.PageLayout__Section{
        margin-left:80px;
    }
     .PageLayout__Section--secondary{
        flex-basis:290px;
        max-width:290px;
    }
}
 .PageContent{
    max-width:1000px;
    margin:5px auto;
}
 .PageContent--fitScreen{
    display:flex;
    min-height:calc(100vh - 120px);
    align-items:center;
}
 .PageContent--extraNarrow{
    max-width:400px;
}
 .Rte{
    word-break:break-word;
}
 .Rte:after{
    content:"";
    display:block;
    clear:both;
}
 .Rte img{
    display:block;
    margin:0 auto;
}
 .Rte a:not(.Button){
    color:var(--link-color);
    text-decoration:underline;
    -webkit-text-decoration-color:rgba(var(--link-color-rgb),.6);
    text-decoration-color:rgba(var(--link-color-rgb),.6);
    text-underline-position:under;
    transition:color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;
    transition:color .2s ease-in-out,text-decoration-color .2s ease-in-out;
    transition:color .2s ease-in-out,text-decoration-color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;
}
 .Rte a:not(.Button):hover{
    color:var(--text-color);
    -webkit-text-decoration-color:rgba(var(--text-color-rgb),.6);
    text-decoration-color:rgba(var(--text-color-rgb),.6);
}
 .Rte p:not(:last-child){
    margin-bottom:1.6em;
}
 .Rte img{
    margin-top:2.4em;
    margin-bottom:2.4em;
}
 .Rte p:last-child{
    margin-bottom:0;
}
 @media screen and (min-width: 1008px){
     .Rte img{
        margin-top:3em;
        margin-bottom:3em;
    }
}
 .Footer{
    padding:34px 0;
    background:var(--footer-background);
    color:var(--footer-text-color);
}
 .Footer__Title,.Footer .Link--primary:hover{
    color:var(--footer-heading-color);
}
 .Footer .Link--secondary:hover{
    color:var(--footer-text-color);
}
 .Footer__Block{
    margin-top:48px;
}
 .Footer__Block:first-child{
    margin-top:0;
}
 .Footer__Title{
    margin-bottom:20px;
}
 .Footer__Social{
    margin-top:5px;
    margin-bottom:14px;
}
 .Footer__Aside{
    text-align:center;
}
 .Footer__Inner+.Footer__Aside{
    margin-top:0;
}
 .Footer__PaymentList{
    margin:54px -24px 0;
    padding-top:28px;
    border-top:1px solid var(--footer-border-color);
    display:flex;
    align-items:center;
}
 .Footer__PaymentList svg{
    opacity:.8;
    width:38px;
    height:24px;
}
 .Footer__StoreName{
    color:var(--footer-text-color);
}
 @media screen and (min-width: 641px){
     .Footer{
        padding:35px 0 42px;
    }
     .Footer__Inner{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        margin-left:-40px;
        margin-right:-40px;
    }
     .Footer__Block{
        flex:1 1 50%;
        margin-top:0;
        margin-bottom:50px;
        padding-left:25px;
        padding-right:25px;
    }
     .Footer__Social{
        margin-top:14px;
    }
     .Footer__Aside{
        text-align:left;
        display:flex;
        justify-content:space-between;
        align-items:center;
        flex-wrap:wrap;
    }
     .Footer__Inner+.Footer__Aside{
        margin-top:40px;
    }
     .Footer__StoreName{
        font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
    }
     .Footer__PaymentList{
        padding:0;
        margin:8px -8px 0;
        border:none;
    }
}
 @media screen and (min-width: 1140px){
     .Footer__Inner{
        display:flex;
        flex-wrap:unset;
        justify-content:space-between;
    }
     .Footer__Block{
        flex:0 1 auto;
    }
     .Footer__Block--text{
        flex-basis:240px;
    }
     .Footer__Inner+.Footer__Aside{
        margin-top:-10px;
    }
     .card-icon{
        display:flex;
        justify-content:space-between;
    }
     .float-left.flex.items-center{
        display:flex;
        gap:5px;
    }
}
 @media screen and (min-width: 1140px){
     .Footer__Block--text{
        flex-basis:400px;
    }
}
 .shopify-section--header{
    position:relative;
    width:100%;
    top:0;
    left:0;
    z-index:5;
}
 .Header .Heading,.Header .Link--secondary{
    color:var(--header-heading-color);
}
 .Header .Text--subdued,.Header .Link--secondary:hover{
    color:var(--header-light-text-color);
}
 .Header{
    background:var(--header-background);
    color:var(--header-heading-color);
    box-shadow:0 -1px var(--header-border-color) inset;
    transition:background .3s ease-in-out,box-shadow .3s ease-in-out;
}
 .Header__Wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 18px;
}
 .Header__Logo{
    position:relative;
    margin-bottom:0;
}
 .Header__LogoLink,.Header__LogoImage{
    display:block;
}
 .Header__LogoLink{
    text-align:center;
}
 .Header__LogoImage{
    margin:0 auto;
    transition:opacity .3s ease-in-out;
}
 .Header__Icon{
    display:inline-block;
    line-height:1;
    transition:color .2s ease-in-out;
}
 .Header__Icon span{
    display:block;
}
 .Header__Icon+.Header__Icon{
    margin-left:18px;
}
 .Header__Icon .Icon--nav{
    height:15px;
    width:20px;
}
 .Header__Icon .Icon--cart{
    width:17px;
    height:20px;
}
 .Header__Icon .Icon--search{
    position:relative;
    top:1px;
    width:18px;
    height:17px;
}
 .Header__FlexItem{
    display:flex;
}
 .Header__FlexItem--fill{
    flex:1 0 0;
    align-items:center;
}
 .Header__FlexItem--fill:last-child{
    justify-content:flex-end;
}
 .Header__CartDot{
    position:absolute;
    top:2px;
    right:-6px;
    width:8px;
    height:8px;
    border-radius:100%;
    background-color:var(--header-heading-color);
    box-shadow:0 0 0 2px var(--header-background);
    transform:scale(0);
    transition:all .3s ease-in-out;
}
 .Header__CartDot.is-visible{
    transform:scale(1);
}
 @media screen and (min-width: 641px){
     .Header__Wrapper{
        padding:18px 30px;
    }
     .Header__LogoImage{
        max-width:100%;
    }
     .Header__Icon+.Header__Icon{
        margin-left:25px;
    }
     .Header__Icon .Icon--nav-desktop{
        height:17px;
        width:24px;
    }
     .Header__Icon .Icon--cart-desktop{
        height:23px;
        width:19px;
    }
     .Header__Icon .Icon--search-desktop{
        position:relative;
        top:2px;
        width:21px;
        height:21px;
    }
     .Header__Icon .Icon--account{
        position:relative;
        top:2px;
        width:20px;
        height:20px;
    }
}
 @media screen and (min-width: 1140px){
     .js .Header__Wrapper{
        opacity:0;
        transition:opacity .3s ease-in-out;
    }
     .Header:not(.Header--sidebar) .Header__Wrapper{
        padding:18px 50px;
    }
     .Header__MainNav{
        margin-right:45px;
    }
     .Header--center .Header__Wrapper.Header__Wrapper{
        padding-bottom:24px;
    }
     .Header--center .Header__MainNav{
        position:absolute;
        bottom:0;
        left:0;
        padding-bottom:18px;
        width:100%;
        text-align:center;
    }
     .Header--center .Header__MainNav .HorizontalList{
        margin-left:0;
        margin-right:0;
    }
     .Header--center .Header__FlexItem{
        margin-bottom:40px;
    }
     .Header--initialized .Header__Wrapper{
        opacity:1;
    }
}
 .Header__LinkSpacer{
    position:absolute;
    display:block;
    bottom:0;
    color:transparent;
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
 .Header__LinkSpacer:after{
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    width:100%;
    opacity:0;
    transform:scaleX(0);
    transform-origin:left center;
    border-bottom:2px solid var(--header-heading-color);
    transition:transform .3s,opacity .3s;
}
 .DropdownMenu{
    position:absolute;
    visibility:hidden;
    opacity:0;
    top:100%;
    padding:25px 0;
    min-width:200px;
    max-width:270px;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    text-align:left;
    background:var(--header-background);
    border:1px solid var(--header-border-color);
    border-top:none;
    transition:all .3s ease-in-out;
}
 .DropdownMenu:before{
    content:"";
    position:absolute;
    bottom:100%;
    left:0;
    background:var(--header-heading-color);
    width:100%;
    height:2px;
    transform:scaleX(0);
    transform-origin:left center;
    transition:transform .3s;
}
 .DropdownMenu .Link{
    padding-left:25px;
    padding-right:40px;
}
 .DropdownMenu .Linklist__Item:hover>.Link--secondary{
    color:var(--header-light-text-color);
}
 .MegaMenu{
    position:absolute;
    padding:20px 0;
    width:100%;
    left:0;
    top:100%;
    visibility:hidden;
    opacity:0;
    max-height:600px;
    overflow:auto;
    -ms-scroll-chaining:none;
    overscroll-behavior:contain;
    text-align:left;
    background:var(--header-background);
    border-bottom:1px solid var(--header-border-color);
    transition:all .3s ease-in-out;
}
 .MegaMenu__Inner{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:nowrap;
    max-width:1250px;
    margin:0 auto;
    padding:0 10px;
}
 .MegaMenu--spacingEvenly .MegaMenu__Inner{
    justify-content:space-around;
    justify-content:space-evenly;
}
 .MegaMenu__Item{
    margin:20px 40px;
    flex-shrink:1;
}
 .MegaMenu__Item--fit{
    flex-shrink:0;
}
 .MegaMenu__Title{
    display:block;
    margin-bottom:20px;
}
 .MegaMenu__Push{
    display:inline-block;
    text-align:center;
    vertical-align:top;
    width:100%;
}
 .MegaMenu__PushImageWrapper{
    margin:8px auto 20px;
    max-width:100%;
    overflow:hidden;
}
 @media (-moz-touch-enabled: 0),(hover: hover){
     .MegaMenu__Push img{
        transform:scale(1);
        transition:opacity .3s ease,transform 8s cubic-bezier(.25,.46,.45,.94);
    }
     .MegaMenu__Push:hover img{
        transform:scale(1.2);
    }
}
 .Search{
    display:block;
    position:absolute;
    top:100%;
    width:100%;
    background:var(--background);
    pointer-events:none;
    visibility:hidden;
    opacity:0;
    transform:translateY(-25px);
    transition:transform .15s ease-in-out,opacity .15s ease-in-out,visibility .15s ease-in-out;
    z-index:-1;
}
 .Search__Inner{
    padding:14px 18px;
    max-height:calc(100vh - 60px);
    overflow:auto;
    -webkit-overflow-scrolling:touch;
}
 .Search__SearchBar{
    display:flex;
    align-items:center;
}
 .Search__Form{
    display:flex;
    align-items:center;
    flex:1 0 auto;
}
 .Search__Form .Icon--search{
    width:18px;
    height:17px;
}
 .Search__Form .Icon--search-desktop{
    width:21px;
    height:21px;
}
 .Search__InputIconWrapper{
    position:relative;
    top:-1px;
    margin-right:12px;
    color:var(--text-color-light);
}
 .Search__Input{
    background:none;
    width:100%;
    border:none;
    font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
    vertical-align:middle;
}
 .Search__Input::placeholder{
    color:var(--text-color-light);
}
 .Search__Close{
    color:var(--text-color-light);
    font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
    line-height:1;
}
 .Search__Results{
    display:none;
    margin-top:30px;
    margin-bottom:30px;
}
 @media screen and (min-width: 641px){
     .Search__Inner{
        padding:28px 50px;
    }
     .Search__Input{
        font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
    }
     .Search__InputIconWrapper{
        margin-right:20px;
    }
     .Search__Close{
        font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
    }
     .Search__Close svg{
        stroke-width:1.25px;
    }
     .Search__Results{
        margin-top:70px;
        margin-bottom:48px;
    }
}
 .storesText.upperleftthird{
    display:flex;
    gap:5px;
}
 @media (max-width: 1140px){
     .storesText.upperleftthird{
        display:none;
    }
}
 .Footer__Content.Rte a,.Footer__Content.Rte p{
  /*   color:#ffffffb3!important; */
    text-decoration: none;
}
 div.storesText.upperleftthird>a{
    font-family:Gotham Medium!important;
    text-transform:uppercase;
    font-size:12px;
    font-weight:700!important;
    letter-spacing:2.4px;
}
 a,span,p,li,ul{
    font-family:Gotham!important;
}
 button{
    font-family:Gotham Light!important;
}
 h1,h2{
    font-family:Gotham Bold!important;
    font-weight:600;
}
 .checkboxDiv{
    margin-bottom:10px;
}
 .Rte p{
    font-family:Gotham!important;
    font-size:12px;
}
 .h-wishlist-icon svg{
    stroke-width:1.5px;
}
 @media (min-width: 640px){
     .h-wishlist-icon svg{
        stroke-width:2.5px;
    }
}
 .h-wishlist-icon .wishlist-h-count{
    padding-left:0!important;
    display:inline-block!important;
    font-size:12px!important;
    position:absolute!important;
    width:15px!important;
    height:15px!important;
    border-radius:50%!important;
    font-size:8px!important;
    color:#000!important;
    background:#cfb56a!important;
    text-align:center!important;
    right:10px!important;
    top:10px!important;
    line-height:15px!important;
}
 .fs-heading-2-base{
    font-size:22px;
}
 .features--heading-small .u-h1{
    font-size:22px!important;
}
 .Footer .float-right{
    width:40px;
    height:40px;
}
/*! CSS Used from: https://www.godiva.com.tr/cdn/shop/t/39/assets/byte-dev.css?v=131561977864895514751747749712 */
 .Footer__Content p{
    white-space:nowrap;
}
 .Form__Submit{
    color:var(--button-text-color);
}
 .Form__Birthday{
    min-height:48px;
}
 .storesText.upperleftthird{
    align-items:center;
}
 .PageLayout__Section{
    margin-left:unset!important;
}
 @media screen and (min-width: 1140px){
     .PageLayout__Section+.PageLayout__Section{
        margin-left:80px!important;
    }
}
 @media screen and (min-width: 641px){
     .PageLayout__Section+.PageLayout__Section{
        margin-left:50px!important;
    }
}
 .Search__Results .PageLayout.PageLayout--breakLap .PageLayout__Section.PageLayout__Section--secondary{
    display:none;
}
 [data-section-type=announcement-bar]{
    position:relative;
    z-index:1;
}
 .icon-wrapper{
    transition:transform .3s cubic-bezier(.4,0,.2,1);
}
 .Footer__Content p a{
    font-family:Gotham Medium!important;
}
/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css */
 .slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
}
 .slick-list{
    position:relative;
    display:block;
    overflow:hidden;
    margin:0;
    padding:0;
}
 .slick-list:focus{
    outline:0;
}
 .slick-slider .slick-list,.slick-slider .slick-track{
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
 .slick-track{
    position:relative;
    top:0;
    left:0;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
 .slick-track:after,.slick-track:before{
    display:table;
    content:'';
}
 .slick-track:after{
    clear:both;
}
 .slick-slide{
    display:none;
    float:left;
    height:100%;
    min-height:1px;
}
 .slick-initialized .slick-slide{
    display:block;
}
/*! CSS Used from: https://cdn.shopify.com/extensions/f2d63def-bfe8-4b1d-bcd8-efc6c6b27f79/se-wishlist-engine-201/assets/wishlist-engine.css ;
 media=all */
 @media all{
     .h-wishlist-icon .wishlist-h-count{
        display:inline-block;
        position:absolute;
        border-radius:50%;
        color:#fff;
        text-align:center;
    }
     .h-wishlist-icon{
        text-decoration:none;
        color:inherit;
        vertical-align:middle;
        position:relative;
    }
     .h-wishlist-icon svg{
        vertical-align:middle;
        width:25px;
        height:25px;
        overflow:unset!important;
    }
     .h-wishlist-icon .wishlist-h-count{
        padding-left:3px;
        width:15px;
        height:15px;
        font-size:8px;
        background:#000;
        right:0;
        top:7px;
        line-height:15px;
    }
}
/*! CSS Used from: Embedded */
 .smplChar{
    color:#cfb56a;
}
 .smplChar.active{
    color:black;
}
/*! CSS Used from: Embedded */
 #section-ribbon{
    background:#d4aa65;
    color:#000000;
}
/*! CSS Used from: Embedded */
 @media (max-width:768px){
     .AnnouncementBar .slick-track{
        display:flex!important;
        align-items:center!important;
    }
}
/*! CSS Used from: Embedded */
 .accountIcon{
    display:flex;
    justify-content:center;
}
/*! CSS Used from: Embedded */
 .Header__LogoImage{
    max-width:150px;
}
 @media screen and (max-width: 640px){
     .Header__LogoImage{
        max-width:105px;
    }
}
/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css */
 .iti{
    position:relative;
    display:inline-block;
}
 .iti *{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
 .iti__hide{
    display:none;
}
 .iti input,.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;
}
 .iti__country-list{
    position:absolute;
    z-index:2;
    list-style:none;
    text-align:left;
    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;
}
 @media (max-width: 500px){
     .iti__country-list{
        white-space:normal;
    }
}
 .iti__flag-box{
    display:inline-block;
    width:20px;
}
 .iti__country{
    padding:5px 10px;
    outline:none;
}
 .iti__dial-code{
    color:#999;
}
 .iti__flag-box,.iti__country-name,.iti__dial-code{
    vertical-align:middle;
}
 .iti__flag-box,.iti__country-name{
    margin-right:6px;
}
 .iti--allow-dropdown input,.iti--allow-dropdown input[type=tel]{
    padding-right:6px;
    padding-left:52px;
    margin-left:0;
}
 .iti--allow-dropdown .iti__flag-container{
    right:auto;
    left:0;
}
 .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__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:5652px 15px;
    }
}
 .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__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__bw{
    height:14px;
    background-position:-768px 0px;
}
 .iti__flag.iti__by{
    height:10px;
    background-position:-790px 0px;
}
 .iti__flag.iti__bz{
    height:14px;
    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__cr{
    height:12px;
    background-position:-1115px 0px;
}
 .iti__flag.iti__cu{
    height:10px;
    background-position:-1137px 0px;
}
 .iti__flag.iti__cv{
    height:12px;
    background-position:-1159px 0px;
}
 .iti__flag.iti__cw{
    height:14px;
    background-position:-1181px 0px;
}
 .iti__flag.iti__cx{
    height:10px;
    background-position:-1203px 0px;
}
 .iti__flag.iti__cy{
    height:14px;
    background-position:-1225px 0px;
}
 .iti__flag.iti__cz{
    height:14px;
    background-position:-1247px 0px;
}
 .iti__flag.iti__de{
    height:12px;
    background-position:-1269px 0px;
}
 .iti__flag.iti__dj{
    height:14px;
    background-position:-1313px 0px;
}
 .iti__flag.iti__dk{
    height:15px;
    background-position:-1335px 0px;
}
 .iti__flag.iti__dm{
    height:10px;
    background-position:-1357px 0px;
}
 .iti__flag.iti__do{
    height:14px;
    background-position:-1379px 0px;
}
 .iti__flag.iti__dz{
    height:14px;
    background-position:-1401px 0px;
}
 .iti__flag.iti__ec{
    height:14px;
    background-position:-1445px 0px;
}
 .iti__flag.iti__ee{
    height:13px;
    background-position:-1467px 0px;
}
 .iti__flag.iti__eg{
    height:14px;
    background-position:-1489px 0px;
}
 .iti__flag.iti__eh{
    height:10px;
    background-position:-1511px 0px;
}
 .iti__flag.iti__er{
    height:10px;
    background-position:-1533px 0px;
}
 .iti__flag.iti__es{
    height:14px;
    background-position:-1555px 0px;
}
 .iti__flag.iti__et{
    height:10px;
    background-position:-1577px 0px;
}
 .iti__flag.iti__fi{
    height:12px;
    background-position:-1621px 0px;
}
 .iti__flag.iti__fj{
    height:10px;
    background-position:-1643px 0px;
}
 .iti__flag.iti__fk{
    height:10px;
    background-position:-1665px 0px;
}
 .iti__flag.iti__fm{
    height:11px;
    background-position:-1687px 0px;
}
 .iti__flag.iti__fo{
    height:15px;
    background-position:-1709px 0px;
}
 .iti__flag.iti__fr{
    height:14px;
    background-position:-1731px 0px;
}
 .iti__flag.iti__ga{
    height:15px;
    background-position:-1753px 0px;
}
 .iti__flag.iti__gb{
    height:10px;
    background-position:-1775px 0px;
}
 .iti__flag.iti__gd{
    height:12px;
    background-position:-1797px 0px;
}
 .iti__flag.iti__ge{
    height:14px;
    background-position:-1819px 0px;
}
 .iti__flag.iti__gf{
    height:14px;
    background-position:-1841px 0px;
}
 .iti__flag.iti__gg{
    height:14px;
    background-position:-1863px 0px;
}
 .iti__flag.iti__gh{
    height:14px;
    background-position:-1885px 0px;
}
 .iti__flag.iti__gi{
    height:10px;
    background-position:-1907px 0px;
}
 .iti__flag.iti__gl{
    height:14px;
    background-position:-1929px 0px;
}
 .iti__flag.iti__gm{
    height:14px;
    background-position:-1951px 0px;
}
 .iti__flag.iti__gn{
    height:14px;
    background-position:-1973px 0px;
}
 .iti__flag.iti__gp{
    height:14px;
    background-position:-1995px 0px;
}
 .iti__flag.iti__gq{
    height:14px;
    background-position:-2017px 0px;
}
 .iti__flag.iti__gr{
    height:14px;
    background-position:-2039px 0px;
}
 .iti__flag.iti__gt{
    height:13px;
    background-position:-2083px 0px;
}
 .iti__flag.iti__gu{
    height:11px;
    background-position:-2105px 0px;
}
 .iti__flag.iti__gw{
    height:10px;
    background-position:-2127px 0px;
}
 .iti__flag.iti__gy{
    height:12px;
    background-position:-2149px 0px;
}
 .iti__flag.iti__hk{
    height:14px;
    background-position:-2171px 0px;
}
 .iti__flag.iti__hn{
    height:10px;
    background-position:-2215px 0px;
}
 .iti__flag.iti__hr{
    height:10px;
    background-position:-2237px 0px;
}
 .iti__flag.iti__ht{
    height:12px;
    background-position:-2259px 0px;
}
 .iti__flag.iti__hu{
    height:10px;
    background-position:-2281px 0px;
}
 .iti__flag.iti__id{
    height:14px;
    background-position:-2325px 0px;
}
 .iti__flag.iti__ie{
    height:10px;
    background-position:-2347px 0px;
}
 .iti__flag.iti__il{
    height:15px;
    background-position:-2369px 0px;
}
 .iti__flag.iti__im{
    height:10px;
    background-position:-2391px 0px;
}
 .iti__flag.iti__in{
    height:14px;
    background-position:-2413px 0px;
}
 .iti__flag.iti__io{
    height:10px;
    background-position:-2435px 0px;
}
 .iti__flag.iti__iq{
    height:14px;
    background-position:-2457px 0px;
}
 .iti__flag.iti__ir{
    height:12px;
    background-position:-2479px 0px;
}
 .iti__flag.iti__is{
    height:15px;
    background-position:-2501px 0px;
}
 .iti__flag.iti__it{
    height:14px;
    background-position:-2523px 0px;
}
 .iti__flag.iti__je{
    height:12px;
    background-position:-2545px 0px;
}
 .iti__flag.iti__jm{
    height:10px;
    background-position:-2567px 0px;
}
 .iti__flag.iti__jo{
    height:10px;
    background-position:-2589px 0px;
}
 .iti__flag.iti__jp{
    height:14px;
    background-position:-2611px 0px;
}
 .iti__flag.iti__ke{
    height:14px;
    background-position:-2633px 0px;
}
 .iti__flag.iti__kg{
    height:12px;
    background-position:-2655px 0px;
}
 .iti__flag.iti__kh{
    height:13px;
    background-position:-2677px 0px;
}
 .iti__flag.iti__ki{
    height:10px;
    background-position:-2699px 0px;
}
 .iti__flag.iti__km{
    height:12px;
    background-position:-2721px 0px;
}
 .iti__flag.iti__kn{
    height:14px;
    background-position:-2743px 0px;
}
 .iti__flag.iti__kp{
    height:10px;
    background-position:-2765px 0px;
}
 .iti__flag.iti__kr{
    height:14px;
    background-position:-2787px 0px;
}
 .iti__flag.iti__kw{
    height:10px;
    background-position:-2809px 0px;
}
 .iti__flag.iti__ky{
    height:10px;
    background-position:-2831px 0px;
}
 .iti__flag.iti__kz{
    height:10px;
    background-position:-2853px 0px;
}
 .iti__flag.iti__la{
    height:14px;
    background-position:-2875px 0px;
}
 .iti__flag.iti__lb{
    height:14px;
    background-position:-2897px 0px;
}
 .iti__flag.iti__lc{
    height:10px;
    background-position:-2919px 0px;
}
 .iti__flag.iti__li{
    height:12px;
    background-position:-2941px 0px;
}
 .iti__flag.iti__lk{
    height:10px;
    background-position:-2963px 0px;
}
 .iti__flag.iti__lr{
    height:11px;
    background-position:-2985px 0px;
}
 .iti__flag.iti__ls{
    height:14px;
    background-position:-3007px 0px;
}
 .iti__flag.iti__lt{
    height:12px;
    background-position:-3029px 0px;
}
 .iti__flag.iti__lu{
    height:12px;
    background-position:-3051px 0px;
}
 .iti__flag.iti__lv{
    height:10px;
    background-position:-3073px 0px;
}
 .iti__flag.iti__ly{
    height:10px;
    background-position:-3095px 0px;
}
 .iti__flag.iti__ma{
    height:14px;
    background-position:-3117px 0px;
}
 .iti__flag.iti__mc{
    height:15px;
    background-position:-3139px 0px;
}
 .iti__flag.iti__md{
    height:10px;
    background-position:-3160px 0px;
}
 .iti__flag.iti__me{
    height:10px;
    background-position:-3182px 0px;
}
 .iti__flag.iti__mf{
    height:14px;
    background-position:-3204px 0px;
}
 .iti__flag.iti__mg{
    height:14px;
    background-position:-3226px 0px;
}
 .iti__flag.iti__mh{
    height:11px;
    background-position:-3248px 0px;
}
 .iti__flag.iti__mk{
    height:10px;
    background-position:-3270px 0px;
}
 .iti__flag.iti__ml{
    height:14px;
    background-position:-3292px 0px;
}
 .iti__flag.iti__mm{
    height:14px;
    background-position:-3314px 0px;
}
 .iti__flag.iti__mn{
    height:10px;
    background-position:-3336px 0px;
}
 .iti__flag.iti__mo{
    height:14px;
    background-position:-3358px 0px;
}
 .iti__flag.iti__mp{
    height:10px;
    background-position:-3380px 0px;
}
 .iti__flag.iti__mq{
    height:14px;
    background-position:-3402px 0px;
}
 .iti__flag.iti__mr{
    height:14px;
    background-position:-3424px 0px;
}
 .iti__flag.iti__ms{
    height:10px;
    background-position:-3446px 0px;
}
 .iti__flag.iti__mt{
    height:14px;
    background-position:-3468px 0px;
}
 .iti__flag.iti__mu{
    height:14px;
    background-position:-3490px 0px;
}
 .iti__flag.iti__mv{
    height:14px;
    background-position:-3512px 0px;
}
 .iti__flag.iti__mw{
    height:14px;
    background-position:-3534px 0px;
}
 .iti__flag.iti__mx{
    height:12px;
    background-position:-3556px 0px;
}
 .iti__flag.iti__my{
    height:10px;
    background-position:-3578px 0px;
}
 .iti__flag.iti__mz{
    height:14px;
    background-position:-3600px 0px;
}
 .iti__flag.iti__na{
    height:14px;
    background-position:-3622px 0px;
}
 .iti__flag.iti__nc{
    height:10px;
    background-position:-3644px 0px;
}
 .iti__flag.iti__ne{
    height:15px;
    background-position:-3666px 0px;
}
 .iti__flag.iti__nf{
    height:10px;
    background-position:-3686px 0px;
}
 .iti__flag.iti__ng{
    height:10px;
    background-position:-3708px 0px;
}
 .iti__flag.iti__ni{
    height:12px;
    background-position:-3730px 0px;
}
 .iti__flag.iti__nl{
    height:14px;
    background-position:-3752px 0px;
}
 .iti__flag.iti__no{
    height:15px;
    background-position:-3774px 0px;
}
 .iti__flag.iti__np{
    height:15px;
    background-position:-3796px 0px;
}
 .iti__flag.iti__nr{
    height:10px;
    background-position:-3811px 0px;
}
 .iti__flag.iti__nu{
    height:10px;
    background-position:-3833px 0px;
}
 .iti__flag.iti__nz{
    height:10px;
    background-position:-3855px 0px;
}
 .iti__flag.iti__om{
    height:10px;
    background-position:-3877px 0px;
}
 .iti__flag.iti__pa{
    height:14px;
    background-position:-3899px 0px;
}
 .iti__flag.iti__pe{
    height:14px;
    background-position:-3921px 0px;
}
 .iti__flag.iti__pf{
    height:14px;
    background-position:-3943px 0px;
}
 .iti__flag.iti__pg{
    height:15px;
    background-position:-3965px 0px;
}
 .iti__flag.iti__ph{
    height:10px;
    background-position:-3987px 0px;
}
 .iti__flag.iti__pk{
    height:14px;
    background-position:-4009px 0px;
}
 .iti__flag.iti__pl{
    height:13px;
    background-position:-4031px 0px;
}
 .iti__flag.iti__pm{
    height:14px;
    background-position:-4053px 0px;
}
 .iti__flag.iti__pr{
    height:14px;
    background-position:-4097px 0px;
}
 .iti__flag.iti__ps{
    height:10px;
    background-position:-4119px 0px;
}
 .iti__flag.iti__pt{
    height:14px;
    background-position:-4141px 0px;
}
 .iti__flag.iti__pw{
    height:13px;
    background-position:-4163px 0px;
}
 .iti__flag.iti__py{
    height:11px;
    background-position:-4185px 0px;
}
 .iti__flag.iti__qa{
    height:8px;
    background-position:-4207px 0px;
}
 .iti__flag.iti__re{
    height:14px;
    background-position:-4229px 0px;
}
 .iti__flag.iti__ro{
    height:14px;
    background-position:-4251px 0px;
}
 .iti__flag.iti__rs{
    height:14px;
    background-position:-4273px 0px;
}
 .iti__flag.iti__ru{
    height:14px;
    background-position:-4295px 0px;
}
 .iti__flag.iti__rw{
    height:14px;
    background-position:-4317px 0px;
}
 .iti__flag.iti__sa{
    height:14px;
    background-position:-4339px 0px;
}
 .iti__flag.iti__sb{
    height:10px;
    background-position:-4361px 0px;
}
 .iti__flag.iti__sc{
    height:10px;
    background-position:-4383px 0px;
}
 .iti__flag.iti__sd{
    height:10px;
    background-position:-4405px 0px;
}
 .iti__flag.iti__se{
    height:13px;
    background-position:-4427px 0px;
}
 .iti__flag.iti__sg{
    height:14px;
    background-position:-4449px 0px;
}
 .iti__flag.iti__sh{
    height:10px;
    background-position:-4471px 0px;
}
 .iti__flag.iti__si{
    height:10px;
    background-position:-4493px 0px;
}
 .iti__flag.iti__sj{
    height:15px;
    background-position:-4515px 0px;
}
 .iti__flag.iti__sk{
    height:14px;
    background-position:-4537px 0px;
}
 .iti__flag.iti__sl{
    height:14px;
    background-position:-4559px 0px;
}
 .iti__flag.iti__sm{
    height:15px;
    background-position:-4581px 0px;
}
 .iti__flag.iti__sn{
    height:14px;
    background-position:-4603px 0px;
}
 .iti__flag.iti__so{
    height:14px;
    background-position:-4625px 0px;
}
 .iti__flag.iti__sr{
    height:14px;
    background-position:-4647px 0px;
}
 .iti__flag.iti__ss{
    height:10px;
    background-position:-4669px 0px;
}
 .iti__flag.iti__st{
    height:10px;
    background-position:-4691px 0px;
}
 .iti__flag.iti__sv{
    height:12px;
    background-position:-4713px 0px;
}
 .iti__flag.iti__sx{
    height:14px;
    background-position:-4735px 0px;
}
 .iti__flag.iti__sy{
    height:14px;
    background-position:-4757px 0px;
}
 .iti__flag.iti__sz{
    height:14px;
    background-position:-4779px 0px;
}
 .iti__flag.iti__tc{
    height:10px;
    background-position:-4823px 0px;
}
 .iti__flag.iti__td{
    height:14px;
    background-position:-4845px 0px;
}
 .iti__flag.iti__tg{
    height:13px;
    background-position:-4889px 0px;
}
 .iti__flag.iti__th{
    height:14px;
    background-position:-4911px 0px;
}
 .iti__flag.iti__tj{
    height:10px;
    background-position:-4933px 0px;
}
 .iti__flag.iti__tk{
    height:10px;
    background-position:-4955px 0px;
}
 .iti__flag.iti__tl{
    height:10px;
    background-position:-4977px 0px;
}
 .iti__flag.iti__tm{
    height:14px;
    background-position:-4999px 0px;
}
 .iti__flag.iti__tn{
    height:14px;
    background-position:-5021px 0px;
}
 .iti__flag.iti__to{
    height:10px;
    background-position:-5043px 0px;
}
 .iti__flag.iti__tr{
    height:14px;
    background-position:-5065px 0px;
}
 .iti__flag.iti__tt{
    height:12px;
    background-position:-5087px 0px;
}
 .iti__flag.iti__tv{
    height:10px;
    background-position:-5109px 0px;
}
 .iti__flag.iti__tw{
    height:14px;
    background-position:-5131px 0px;
}
 .iti__flag.iti__tz{
    height:14px;
    background-position:-5153px 0px;
}
 .iti__flag.iti__ua{
    height:14px;
    background-position:-5175px 0px;
}
 .iti__flag.iti__ug{
    height:14px;
    background-position:-5197px 0px;
}
 .iti__flag.iti__us{
    height:11px;
    background-position:-5263px 0px;
}
 .iti__flag.iti__uy{
    height:14px;
    background-position:-5285px 0px;
}
 .iti__flag.iti__uz{
    height:10px;
    background-position:-5307px 0px;
}
 .iti__flag.iti__va{
    height:15px;
    background-position:-5329px 0px;
}
 .iti__flag.iti__vc{
    height:14px;
    background-position:-5346px 0px;
}
 .iti__flag.iti__ve{
    height:14px;
    background-position:-5368px 0px;
}
 .iti__flag.iti__vg{
    height:10px;
    background-position:-5390px 0px;
}
 .iti__flag.iti__vi{
    height:14px;
    background-position:-5412px 0px;
}
 .iti__flag.iti__vn{
    height:14px;
    background-position:-5434px 0px;
}
 .iti__flag.iti__vu{
    height:12px;
    background-position:-5456px 0px;
}
 .iti__flag.iti__wf{
    height:14px;
    background-position:-5478px 0px;
}
 .iti__flag.iti__ws{
    height:10px;
    background-position:-5500px 0px;
}
 .iti__flag.iti__xk{
    height:15px;
    background-position:-5522px 0px;
}
 .iti__flag.iti__ye{
    height:14px;
    background-position:-5544px 0px;
}
 .iti__flag.iti__yt{
    height:14px;
    background-position:-5566px 0px;
}
 .iti__flag.iti__za{
    height:14px;
    background-position:-5588px 0px;
}
 .iti__flag.iti__zm{
    height:14px;
    background-position:-5610px 0px;
}
 .iti__flag.iti__zw{
    height:10px;
    background-position:-5632px 0px;
}
 .iti__flag{
    height:15px;
    box-shadow:0px 0px 1px 0px #888;
    background-image:url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png");
    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("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png");
    }
}
 .iti__flag.iti__np{
    background-color:transparent;
}
/*! CSS Used from: Embedded */
 .iti__selected-flag{
    z-index:1;
    position:relative;
    display:flex;
    align-items:center;
    height:44px;
    padding:0 6px 0 8px;
}
 input#phone{
    border-color:#e0e0e0!important;
    height:45px;
    border:1px solid;
}
 input#phone::placeholder{
    color:#c9c9c9!important;
    font-weight:normal;
}
 .iti{
    width:100%;
}
 .iti.iti--allow-dropdown{
    margin-bottom:8px;
}
/*! CSS Used from: Embedded */
 #phone{
    width:100%!important;
}
/*! CSS Used from: Embedded */
 #Login{
    width:-webkit-fill-available;
}
 .PageContent{
    display:flex;
    flex-direction:column;
}
 label{
    display:block;
    text-align:left;
}
 .tabs{
    display:table;
    table-layout:fixed;
    width:100%;
    -webkit-transform:translateY(5px);
    transform:translateY(5px);
    margin-left:0px!important;
    padding-left:0px;
    margin-bottom:50px;
}
 .tabs > li{
    transition-duration:.25s;
    display:table-cell;
    list-style:none;
    text-align:center;
    padding:10px 10px 15px 10px;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    color:#666;
    background-color:none;
}
 .tabs > li:before{
    z-index:-1;
    position:absolute;
    content:"";
    width:100%;
    height:120%;
    color:#FFF;
    top:0;
    left:0;
    -webkit-transform:translateY(100%);
    transform:translateY(100%);
    transition-duration:.25s;
    border-radius:8px 8px 0 0;
}
 .tabs > li:hover:before{
    -webkit-transform:translateY(70%);
    transform:translateY(70%);
}
 .tabs > li.active{
    background:#cfb56a;
    color:#FFF;
}
 .tabs > li.active:before{
    transition-duration:.5s;
    background-color:#444;
    -webkit-transform:translateY(0);
    transform:translateY(0);
}
 #Login{
    background-color:white;
    position:relative;
    width:100%;
    border-radius:5px 5px 0px 0px;
    -webkit-box-shadow:0px 12px 34px -8px rgba(0,0,0,0.28);
    -moz-box-shadow:0px 12px 34px -8px rgba(0,0,0,0.28);
    box-shadow:0px 12px 34px -8px rgba(0,0,0,0.28);
    padding:30px;
}
 #Register{
    background-color:white;
    position:relative;
    width:100%;
    border-radius:5px 5px 0px 0px;
    -webkit-box-shadow:0px 12px 34px -8px rgba(0,0,0,0.28);
    -moz-box-shadow:0px 12px 34px -8px rgba(0,0,0,0.28);
    box-shadow:0px 12px 34px -8px rgba(0,0,0,0.28);
    display:none;
}
 .checkboxDiv{
    display:flex;
    margin-top:15px;
}
 .checkboxDiv input{
    margin:5px 10px 0 0;
    height:unset;
    padding:5px;
}
 .Form__Submit{
    color:var(--button-text-color);
}
/*! CSS Used from: Embedded */
 .material-symbols-outlined{
    font-family:'Material Symbols Outlined'!important;
}
/*! CSS Used from: Embedded */
 .phone-icon img{
    margin:5px!important;
}
 .contact-icon img{
    margin:5px!important;
}
 .accordion-inner{
    display:none;
}
 .accordion-button{
    border-bottom:rgba(255, 255, 255, 0.2) solid 1px;
    padding-bottom:10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
 .icon-wrapper{
    -moz-transition:0.5s ease-in-out;
    -webkit-transition:0.5s ease-in-out;
    transition:0.5s ease-in-out;
    display:inline-block;
}
 .icon-wrapper svg{
    width:1.5em;
    height:1.5em;
}
 @media (max-width: 1000px){
     .Footer__Inner{
        flex-direction:column;
    }
}
/*! CSS Used from: Embedded */
 .Footer__Title{
    font-family:Gotham!important;
    font-size:13px!important;
}
 .Footer .Linklist__Item > .Link{
    font-size:12px!important;
    font-family:Gotham Medium!important;
    color:#ffffffb3;
}
 .Footer .Container{
    max-width:calc(1400px + 6.6vw);
}
/*! CSS Used fontfaces */
 .iti__selected-flag {
     z-index: 1;
     position: relative;
     display: flex;
     align-items: center;
     height: 44px;
     padding: 0 6px 0 8px;
}
 input#phone {
     border-color: #e0e0e0 !important;
     height: 45px;
     border: 1px solid;
}
 input#phone::placeholder {
     color: #c9c9c9 !important;
     font-weight: normal;
}
 .iti {
     width: 100%;
}
 .iti.iti--allow-dropdown {
     margin-bottom: 8px;
}
  #Login{
        width: -webkit-fill-available;
  }
  .PageContent{
    display:flex;
    flex-direction:column;
  }
  #hidden-btn {
  display: none;
}
label {
    display: block;
    text-align: left;
}

.loginWrapper {
	display: block;
	position: relative;
	width: 30%;
	text-align: center;	
	margin: auto;
	right: 0;
	left: 0;
	margin-top: 60px;
	margin-bottom: 60px;
	z-index: 1000;
	transition: box-shadow 1s;
}

.logginFormFooter {
	text-align: center;
	color: #777;
	width: 100%;
	font-size: 12px;
	position: fixed;
	bottom: 10px;
}

	.logginFormFooter a       {color: #777; font-weight: 600;}
	.logginFormFooter a:hover {color: #AAA;}



navByte {
  z-index: 9;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-left: 0px !important;
    padding-left: 0px;
      margin-bottom: 50px;
}

.tabs > li {
  transition-duration: .25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 10px 10px 15px 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #666;
  background-color: none;

}
.tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  color: #FFF;  
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 8px 8px 0 0;
}

.tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
.tabs > li.active {
  background:#cfb56a;
  color: #FFF;
}
.tabs > li.active:before {
  transition-duration: .5s;
 	background-color: #444;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#Login {
  background-color: white;
  position: relative;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
-webkit-box-shadow: 0px 12px 34px -8px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 12px 34px -8px rgba(0,0,0,0.28);
box-shadow: 0px 12px 34px -8px rgba(0,0,0,0.28);
  padding:30px;
}
#Register {
  background-color: white;
  position: relative;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
-webkit-box-shadow: 0px 12px 34px -8px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 12px 34px -8px rgba(0,0,0,0.28);
box-shadow: 0px 12px 34px -8px rgba(0,0,0,0.28);
  display:none;
}
 .checkboxDiv{
   display:flex;
margin-top: 15px;
 }
  .checkboxDiv input{
    margin: 5px 10px 0 0;
height: unset;
padding: 5px;
  }
  .Form__Submit{
    color:var(--button-text-color);
  }