.remove-item {
    position: absolute;
    right: 0px;
    display: inline-block;
    color: red;
    font-size: 27px;
}


.alert {
position: absolute !important;
padding: 5px 120px 5px 20px;
z-index: 11111;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 6px;
right: 30%;
top: 6px;
font-size: 14px;
transform: translate(-30%, 0px);
        width: 420px;
}
.alert button.close
 {
  position: absolute;
   right: 5px;
    background: #fff;
    border: 0;
    font-size: 1.5rem;
    top: 2px;
    opacity: 1;
    color:var(--p300);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 3px 3px #000;
    text-align: center;
    padding: 0px;
} 


.alert-success {
   color: #000 !important;
    background-color:var(--p300) !important;
    border-color:#000 !important;
}
.bonus-wtier table
  {
       background-color: #142025;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #262C2C;    
  }
  .bonus-wtier table tr td
  {color: #fff;
        padding: 24px 15px;
    text-align: center;
    border: 1px solid #262C2C;
  }

.bonus-wtier table tr th {
    padding: 10px;
    text-align: center;
    background-color: var(--p300);
    border-right: 1px solid rgb(51, 51, 51, 65%);
    color: #142025;
}

.bonus-wtier .table tr th, .bonus-wtier .table tr td
   {
    color:#fff;
   }

   .curency_xicn {
    background-color: transparent;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 26px;
    height: 50px;
    margin-top: 32px;
    line-height: 27px;
    width: 50px;
    border: 1px solid #97f312;
    float: right;
}

.point-winfo {

background: #0b0e14;
position: relative;
    padding: 10px; /* This defines the border thickness */
    border-radius: 20px;
    
    overflow: hidden;
    border: 5px solid;
    /* border-image-source: linear-gradient(90deg, #0ef0ad, #00d4ff, #ff00ff); */
    /* border-image-source: linear-gradient(90deg, #0ef0ad, #0093e9, #280b8b); */
    border-image-source: linear-gradient(90deg, #0ef0ad, #fbff00, #ff00ff);
    border-image-slice: 1;
}

.car-hours-group {
    position: relative;
    background:#2176f1;
    padding: 8px 10px;
    margin: 4px 40px 0 0;
    border-radius: 6px;color: #fff !important;
}

.car-hours-group h5 {
    font-size: 14px;
    margin: 0 0 0 0;
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
}

.car-hours-group a {
    position: absolute;
    right: -7px;
    top: -11px;
   background: #2176f1;
    color: #fff !important;
    border-radius: 40px;
    padding: 0 0 !important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.car-hours-group h6 {
    margin: 0 0 0 0;
    font-weight: 600;
}

ul.cart-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.slider-container
{
            background-color: #142025;
        box-shadow: 0px 3px 3px #000;
}

 .slider {
     padding:0px;
      width: 100%;
      -webkit-appearance: none;
      height: 6px;
      border-radius: 3px;
      background: #ddd;
      outline: none;
      position: relative;
      z-index: 2;
    }
.tooltip1 {
     position: absolute;
    top:-30px;
    transform: translateX(-50%);
    background-color: var(--p300);
    color:#333;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none;
    white-space: nowrap;
    margin-left:22px;
}
.tooltip1::after {
     content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color:var(--p300) transparent transparent transparent;
   }
.product-about a[href="#training"] {
    color:var(--p300);
    font-size: 17px;
    /*text-decoration: underline;*/
}
