:root{--primary-button-color: #15284b; --main-third-color: #000AFF; --main-fourth-color: #000000; --main-second-color: #FFFFFF; --border-radius: 0px; --product-card-bg: #fff; --product-card-border: #d2e4f6; --product-card-color: #15284b;} .basket-item-basket-price{ color:black !important;}
.campaign-chip{background-color: white !important;}
/* Laces Thin */
@font-face {
    font-family: 'Laces';
    src: url('https://istcodeteam.github.io/laces/fonts/Laces-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Laces Light */
@font-face {
    font-family: 'Laces';
    src: url('https://istcodeteam.github.io/laces/fonts/Laces-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Laces Regular */
@font-face {
    font-family: 'Laces';
    src: url('https://istcodeteam.github.io/laces/fonts/Laces-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Laces Bold */
@font-face {
    font-family: 'Laces';
    src: url('https://istcodeteam.github.io/laces/fonts/Laces-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Laces Heavy */
@font-face {
    font-family: 'Laces';
    src: url('https://istcodeteam.github.io/laces/fonts/Laces-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body, input, textarea, select {
    font-family: Laces, sans-serif !important;
    line-height: 1.2;
}
.logo img { width: 50%; }
.step-box.completed {
    border-color: #0600ff !important;
border-radius:0px !important;
background: white !important;

}

.active{
    border: 1px solid #0600ff !important;
border-radius:0px !important;
background: white !important;

}
.step-box  {
border-radius:0px !important;
   
}
.free-text {
  color: #0600ff !important;
}