:root{
  --bs-border-color:#ccc;
}
.modal{
  --bs-modal-margin:1rem !important
}
@font-face {
  font-family: 'Helvetica Now';
  src: url('https://summareconbandungrunfest.com/registration/assets/fonts/helvetica-now-rg.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now';
  src: url('https://summareconbandungrunfest.com/registration/assets/fonts/helvetica-now-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body{
  font-family: "Helvetica Now";
  color:#555;
  /*max-width: 1024px;
  margin: auto;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;*/
}
a{
  text-decoration:none;
  color:#278EFF;
  font-weight:400
}
input, .form-select, select.form-select option{
  font-size:15px !important;
  color:#555 !important;
}

::placeholder,select:invalid{
  color:#999 !important;
  opacity: 0.7 !important;
  font-size:15px
}

img:focus-visible,img:focus{
  border:none;
  outline:none;
}
header{
  background:#FFF
}
hr{
  border-top-color:#dee2e6 !important;
  opacity: 1
}
.content{
  min-height:calc(100vh - 144px)
}

.bi {
    display: inline-block;
    fill: currentcolor;
}
.btn {
    --bs-btn-padding-y: 12px;
    --bs-btn-font-family: "Helvetica Now";
    --bs-btn-font-size: 15px;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #FFF;
    --bs-btn-bg: #000;
    --bs-btn-border-color:#000;
    --bs-btn-border-radius: 10px;
    --bs-btn-disabled-bg:#000;
    --bs-btn-disabled-border-color:#000;
    --bs-btn-disabled-opacity:1;
    border:0;
}
.btn-race-category.disabled, .btn-race-category:disabled{
    background-color:#FFF;
    color:#2EAF4A;
    border-color:#2EAF4A;
    opacity:1;
    border:0
}
.btn-primary{
  --bs-btn-hover-bg:#000;
  --bs-btn-hover-border-color:#000
}
.btn-user{
  border:solid 1px #DDD;
  border-radius:10px;
  background-color:#FFF;
}
header .dropdown-menu {
  transform:initial !important;
  inset:initial !important;
  top:36px !important;
  right:0 !important;
}
.btn-block {
    display: block;
    width: 100%;
}
.form-select{
  padding:11px 10px
}
@media (max-width:410px)
{
  .form-select{
    --bs-form-select-bg-img:none
  }
}
.form-control{
  padding-top:11px;
  padding-bottom:11px
}
.hidden{display: none}
.grecaptcha-badge{display:none}
#divPassword i{
  font-size:20px;
  color:#555
}
#divPassword a.link{
  color:#555
}
#divActivate{
  text-align:center;
}
#divActivate .bi{
  font-size:80px;
  color:#34e7a5
}
#spanEmail{
  display:inline-block;
  line-height:25px;
  margin-left:5px
}
.banner-warrior{
  background-color: #000;
  background-image:url(../i/m-banner-sbrf2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 34%;
  background-size: contain
}
@media (min-width:768px){
  .banner-warrior{
    background-color: #000;
    background-image:url(../i/d-banner-sbrf2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 21%;
  }
}
.banner-kids-obstacle{
  background:url(../i/banner-kids-obstacle-m.jpg) no-repeat top center;
  padding-bottom: 33.41%;
  background-size: contain
}
@media (min-width:768px){
  .banner-kids-obstacle{
    background:url(../i/banner-kids-obstacle.jpg) no-repeat top center;
    background-size: contain;
    padding-bottom: 21%;
  }
}
.race-category{
  border:solid 1px #DDD;
  border-radius: 20px;
  margin: 30px auto;
  color: #FFF
}
.race-category-banner{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom:21.5%
}
.half-marathon{
  background-image: url(../i/half-marathon-new.svg);
}
.half-marathon-early-bird{
  background-image: url(../i/half-marathon-early-bird.svg);
}
.half-marathon-final-sale{
  background-image: url(../i/half-marathon-final-sale.svg);
}
.r10k-run{
  background-image: url(../i/10k-run-new.svg);
}
.r10k-run-early-bird{
  background-image: url(../i/10k-run-early-bird.svg);
}
.r10k-run-final-sale{
  background-image: url(../i/10k-run-final-sale.svg);
}
.r12k-obstacle-run-loyalty{
  background-image: url(../i/12k-obstacle-run-loyalty.svg);
}

.kids-dash-run{
  background-image: url(../i/kids-dash.svg);
}
.kids-obstacle-run-loyalty{
  background-image: url(../i/kids-obstacle-loyalty.svg);
}
.kids-obstacle-run-early-bird{
  background-image: url(../i/kids-obstacle-early-bird.svg);
}
.kids-obstacle-run-final-sale{
  background-image: url(../i/kids-obstacle-final-sale.svg);
}
.travel-package{
  background-image: url(../i/travel-package.svg);
}
.btn-race-category,.btn-race-category:hover{
  /* background: black; */
  background: linear-gradient(to bottom, #5cb848, #A6D83A, #bed94c);
  /* background: linear-gradient(to right, #2EAF4A, #F5EB15); */
  padding:8px 20px;
  /* color:#FFF; */
  color:black;
  border:0
}
@media (min-width:500px) {
  .btn-race-category,.btn-race-category:hover{
    padding:12px 35px;
    font-size:18px
  }
}
.form-group{
  margin-top: 30px
}
.form-info{
  font-size: 13px;color:#8A8A8A;margin-top:3px;margin-left:5px
}
.form-error{
  font-size: 13px;color:#ED1B2F;margin-top:5px;margin-left:5px;font-weight:600
}
.nav-tabs{margin:0 12px}
.nav-tabs .nav-link.active{
  color:#278EFF !important;
  font-weight:700;
  background-color:initial !important;
  border-color:transparent;
  border-bottom:solid 3px
}
.nav-tabs .nav-link{
  color:#555;
  padding: 10px 4px !important
}
.nav-tabs .nav-link:hover{
  background-color:#f3f3f3
}
@media (min-width:375px)
{
  .nav-tabs .nav-link{
    padding: 10px 11px !important
  }
}
@media (min-width:400px)
{
  .nav-tabs .nav-link{
    padding: 10px 15px !important
  }
}
h2{
  color: #000;
  font-weight: 700;
  font-size: 24px
}
.select-time{
  display: inline-block;
  width: 29%;
  max-width: 100px;
  margin-right: 7px
}
.btn-orange,.btn-orange:hover
{
  background-color: black;
  color:#FFF;
}

.btn-white,.btn-white:hover
{
  background-color: #FFF;
  color:#1d1d1d;
  border:solid 1px #1d1d1d;
}
.btn-red,.btn-red:hover,.btn-red:disabled
{
  background-color: #FFF;
  color:#ED1B2F;
  border:solid 1px #ED1B2F;
}

.row-button{
  max-width: 600px;
  margin:auto
}
.jerseysize{
  display: none
}
.jerseysize+label{
  width:32%;
  max-width:145px;
  margin-left: 0;
  margin-top:7px;
  padding: 11px;
  color:#555;
  border: 1px solid #DDD;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.jerseysize:checked+label{
  /* border-color:#FF4500;
  color:#FF4500; */
  border-color: #2eaf4a;
    color: #2eaf4a;
}
.jerseysize:disabled+label:after {
    position: absolute;
    content: "Out of Stock";
    top: 29px;
    left: calc(50% - 32.26px);
    font-size: 11px;
    color: red;
}

.targetfinishtime{
  display: none
}
.targetfinishtime+label{
  width:auto;
  margin-left: 5px;
  margin-top:7px;
  padding: 11px 20px;
  color:#555;
  border: 1px solid #DDD;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.targetfinishtime:checked+label{
  /* border-color:#FF4500;
  color:#FF4500; */
  border-color: #2eaf4a;
    color: #2eaf4a;
}

.img-product{
  margin-top:30px;
  padding-bottom:100%;
  background-repeat: no-repeat;
  background-size:contain;
  background-position:center;
  border-radius:10px
}
.product-name{
  color:#555;
  font-weight: 700;
  font-size:18px;
  margin-top:10px;
  line-height:normal;
}
.product-desc
{
  color:#555;
  font-weight: 400;
  margin-bottom:15px
}
.product-desc ul
{
  padding-left:22px;
  margin:0
}
.product-price-strike
{
  display: block;
  color:#555;
  font-size:14px;
  text-decoration:line-through;
}
.product-price{
  display: inline-block;
  font-weight: 700;
  font-size:18px;
  color:#ED1B2F;
}
.number-selector {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  align-content: stretch;
  flex-wrap: wrap;
}
.number-selector span{
  flex-grow: 1;
  text-align:center
}
.number-selector button, .number-selector span {
  padding: 7px 12px;
  background-color: #fff;
  border: none;
  font-size: 15px;
  cursor: pointer;
}
@media (min-width:360px){
  .number-selector button, .number-selector span {
    padding: 7px 15px;
  }
}
.number-selector button {
  border-right: 1px solid #ccc;
  width:44px
}

.number-selector button:last-child {
  border-right: none;
  border-left: 1px solid #ccc;

}

.number-selector button:hover {
  background-color: #eee;
}

.number-selector input {
  background-color: white;
  width: 50px;
  text-align: center;
}
.iti__search-input{
  border-radius: 0;
  padding:10px 15px;
  border-bottom:solid 1px #cecece
}
.iti__search-input:focus-visible{
  outline-color:#cecece
}
.iti__country{
  padding:10px var(--iti-spacer-horizontal) !important
}
.footer {
    margin-top: 20px;
    border-top: 1px solid #e1e6ef;
    padding: 10px 0;
    background-color: #ebebeb;
}
.cart-badge{
  background-color: #ED1B2F;
  border-radius:50%;
  font-size: 11px;
  font-style:normal;
  width: 18px;
  height: 18px;
  line-height:19px;
  color: white;
  text-align: center;
  position:absolute;
  right: -10px;
  top: -10px;
}
#spMailbox{
  font-size:20px
}
.badge-dot:empty {
    display: inline-block;
}
.badge-dot
{
    --mdb-badge-border-radius: 4.5px;
    --mdb-badge-height: 9px;
    --mdb-badge-width: 9px;
    --mdb-badge-margin-left: -0.3125rem;
    position: absolute;
    min-width: 0;
    top: -3px;
    right: -2px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    padding: 0;
    margin-left: var(--mdb-badge-margin-left);
}
.limited-stock{
  color: #FFF;
    background: #ED1B2F;
    padding: 2px 12px;
    width: 107px;
    border-radius: 12px;
    font-size:13px
}
