/** Shopify CDN: Minification failed

Line 466:1 Unexpected "}"

**/

  @font-face {
  font-family: "Signika", sans-serif;
    src: url("/cdn/shop/files/FONTSPRINGDEMƒO-neueRadialBBoldRegular.woff2?v=1720594561")  format("woff2");
  src: url("/cdn/shop/files/FONTSPRINGDEMO-neueRadialBBoldRegular.woff?v=1720594561")  format("woff");
}

.tabby-div{
    padding: 0px !important;
    border: 0px solid #d6d6d3 !important; 
  }

.tamara-popup{
    border-radius: 10px;
    padding: 40px;
    position: relative;
    line-height: 1;
    background-color: #fff;
    z-index: 9999999;
}
.popup-container {
    display: block;
  max-width:100%;
    left: 0;
    right: 0;
    /* top: 0;
    bottom: 0; */
}
  .popup-container {
   top: 0;
    bottom: 0;
    height: fit-content;
}

  /* 28/6/2024*/
.custom-tabby{
  display:flex;
  margin-bottom:10px;
  gap:10px;
}

.custom-tabby img{
  height:20px;
}
  .popup, .popup1, .popup2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
    z-index:9999;
}
 .popup__content {
  width:fit-content;
   height:fit-content;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
   max-width:100%;
}
 .popup__content .cross {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 23px;
  display: block;
   cursor:pointer;
}
 
.popup-button,.popup-button1,.popup-button2{
     background: transparent;
    border: 0;
    padding: 0;
}

  .cashew-iframe{
    height:665px;
    width:415px;
    margin-top: -60px;
  }


   .popup1 .popup__content .cross{
         right: 10px;
    top: 10px;
   }

  #cashew-toaster-widget{
    display:none;
  }

  .tabby__content{
  background-color: #fff;
    padding: 32px;
    border-radius: 17px;
    text-align: left;
  
  }

 .tabby__content h4{
    max-width: 395px;
    padding-bottom: 12px;
   font-family: "Signika", sans-serif !important;
    font-weight: 700;
    font-size: 37px;
    line-height: 1;
    letter-spacing: -0.02em;
    background: linear-gradient(274.83deg, #00eba9 4.31%, #6bf 48.49%, #9450ff 96.51%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 10px;
   margin-top:10px;
  }

  .styles__description{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: "Signika", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #000;
  }

  .styles__description li {
    margin-bottom: 14px;
}

  .styles__howItWorksTitle{
    font-family: "Signika", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #292929;
}

  .styles__howItWorksListItem span{
    color: #292929;
    font-family: "Inter", sans-serif;
  }

  .styles__howItWorksListItem{
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

  .styles__howItWorksListItem:not(:last-child) {
    margin-bottom: 10px;
}

  .styles__howItWorksListItemCircle{
    -webkit-flex-shrink: 0;
    list-style: none;
    display:flex;
    justify-content:center;
    align-items:center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #f2f5f7;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-right: 12px;
}

    .styles__howItWorksList{
    padding: 0;
    margin: 16px 0 0;
}

  .styles__howItWorksListItemCircle {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #f2f5f7;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-right: 12px;
}

  .payment-logo svg{
    width: 36px;
    height: 24px;
    margin-left: 8px;
  }


 .payment-logo{
        text-align: right;
    margin-top: 32px;
  }

  .styles__circle{
    height: 50px;
    min-width: 50px;
    border: 1px solid #7f90a3;
        border-radius: 50%;
    position:relative;
}

  .styles__circle::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    top: 0;
}

  .styles__circleInside{
    height: 100%;
    width: 100%;
    border-radius: 50%;

}

  .styles__tabbyPromoGraphWithTitles{
    padding: 0 9px 10px;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content:space-between;
  }

  .styles__tabbyPromoGraphWithTitlesItemText p{
        font-weight:400;
    font-size: 12px;
    margin-bottom: 4px;
    color: #292929;
    font-family: Inter, sans-serif;
    line-height: 1.9;
  }

.styles__tabbyPromoGraphWithTitlesDescr{
  display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  justify-content:space-between;
}

  .styles__tabbyPromoGraphWithTitlesItemText{
    margin:0 8px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    text-align: center;
    margin: 0 7px;
    width: 68px;
    overflow: hidden;
  }

.styles__installmentsSchemeDivider{
  width: 100%;
    position: relative;
}
  
.styles__installmentsSchemeDivider::after {
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
    width: 100%;
    background-color: #acacb6;
}

.subtitlepopup{
  padding-bottom:10px;
      font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: #292929;
      font-family: "Inter", sans-serif;
}

  .styles__tabbyPromoGraphWithTitlesItemText p span{
    font-weight:bold;
  }


/* cacshw popup css */
  .cashew-popup{
    border-radius: 10px;
    padding: 40px;
    position: relative;
    line-height: 1;
    background-image: url(/cdn/shop/files/modal-bg.jpg?v=1723612472);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 9999999;
    font-family: "Poppins", sans-serif;
  }

.cashew-popup .styles__diagramm{
  text-align:left;
}

.styles__diagramm{
  margin-bottom:10px;
}
  
  .cashew-steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

  .cashew-steps li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 1rem;
    font-weight: 300;
    display: flex;
    align-items: center;
}

    .cashew-steps .cashew-icon {
    width: 40px;
    margin-right: 25px;
    display: flex;
    justify-content: center;
}

.cashew-icon img{
  max-width:40px;
}

.cashew-acceptance {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #595959;
 
}

  .cashew-logo-badge img {
    width: 55px;
    margin-left:10px;
}
  
 .cashew-acceptance p{
     margin:10px 0;
  }

  .text-center {
    text-align: center;
}

  .cashew-popup h4{
    font-size:20px;
    margin:20px 0;
  }

 .cashew-popup p.head{
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    margin:14px 0;
   text-transform: capitalize;
  }
  
.cashew-steps .content{
  font-size:12px;
  font-weight:300;
  text-align:left;
  display:flex;
  align-items:center;
}

.cashew-popup .styles__tabbyPromoGraphWithTitles,
.cashew-popup .styles__tabbyPromoGraphWithTitlesDescr{
  justify-content:space-between;
}

  
/*media query*/
@media (max-width:767px){
    .cashew-iframe{
     width: 100%;
        height: 700px;
    }

    .cashew-steps{
    margin:30px 0 0 0;
  }
}
  
  @media (max-width:991px){
      .BNPLDialog-tabby {
        width: calc(100vw - 70px);
        max-width: 100%;
        height: 600px;
          border-radius: 17px;
         background: #fff;
    }
}
  
  @media only screen and (min-width:992px) and (max-width:1279px){
      .BNPLDialog-tabby {
         width: 600px;
        height: 500px;
          border-radius: 17px;
         background: #fff;
    }
}
  
 @media only screen and (min-width:1280px) and (max-width:1600px){
      .BNPLDialog-tabby {
               width: 600px;
        height: 550px;
        border-radius: 17px;
        background: #fff;
    }
}


   @media (min-width:1601px){
      .BNPLDialog-tabby {
               width: 600px;
        height: 725px;
        border-radius: 17px;
        background: #fff;
    }
}}
@media only screen and (min-width: 2000px)
.shopkeeper-pop-up.show-popup .popup-container iframe {
    height: 90vh !important;
}