
.form-control,
    .form-select {
      border-radius: 25px;
      font-size: 14px;
    }

.text-center{
    text-align:center;
}
.w-40{
    width: 60px !important;
}
.w-60{
    width: 60px !important;
}
.margin-left{
    margin-left:15px;
}
.border-shadow{
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); padding: 5px;
}
/* input { text-transform: capitalize }
input[type="email"] {
    text-transform: none !important;
}
textarea{
    text-transform: capitalize !important;
   } */
.font-size{
    font-size:11px;
}
.custom-input{
    font-size: 10px;height: 13px; border: 1px solid rgba(0, 0, 0, 0.4) !important;
}
.custom-height{
    height: 35px !important;
}

.div-width {
    width: 80%;
}

.input-width{
    width: 100%;
}

span.invalid-feedback.d-block{ float: left;}

.input-field{
    float: left;
    width: 80%;
}
.steric{
    color: red;
    font-weight: 900;
}

.img-pop{
    max-width: 150px;
}

.coupend .dic_cop {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
}
.coupend .dic_cop input {
    height: 50px;
    border: none;
    width: 51%;
    padding: 0 15px;
}
.coupend .dic_cop .btn.btn_blue {
    height: 40px;
    width: 155px;
    float: right;
    margin: 5px 10px 5px 0;
    /* background: #00b4d2 url(../images/arrow-right.svg) no-repeat; */
    background-position: 126px 12px;
    text-align: left;
    padding: 0 0 0 25px;
}


.menu-item.active svg path{ fill: #696cff;}

.cs-notification {
    width: 300px;
}

.notification-box{
    padding: 10px;
    border-bottom: 1px solid #d5d5d5;
}


.content-wrapper .row .mb-4 {
    position: relative;
    z-index: 1;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    z-index: 999999;
}
.d-flex.flex-wrap.gap-2 .form-control.form-control-sm {
    width: auto;
}

.wishlist-count,
.cartcount {
  position: absolute;
  top: -16px;
  right: -6px;
  font-size: 11px;
  padding: 3px 2px !important;
  line-height: 1;
  border-radius: 50%;
  width: 20px;
    height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* cart Checkout */

     .page-header {
                background-color: #0d1b2a;
                color: #ffffff;
                padding: 40px 0;
                text-align: center;
                }

                .page-header h2 {
                    font-family: Hanken Grotesk;
                    font-weight: 800;
                    font-style: ExtraBold;
                    font-size: 50px;
                    leading-trim: NONE;
                    line-height: 100%;
                    letter-spacing: 0%;
                    color: #42A9C5;

                }

                .page-header p {
                font-size: 14px;
                color: #dcdcdc;
                }

    .form-label {
      font-family: 'Hanken Grotesk';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: justify;
    padding-left: 20px;
    color: #232222;
    text-transform: none;
    padding-top: 10px;
    }

    .form-control,
    .form-select {
      border-radius: 25px;
      font-size: 14px;
          padding: 12px 20px;
          font-family: Hanken Grotesk;
            font-weight: 300;
            font-style: Light;
            font-size: 16px;
            leading-trim: NONE;
            line-height: 26px;
            letter-spacing: 0%;
            text-align: justify;
            color:#737373;

    }

    .form-check-label {
      font-size: 14px;
    }

    .section-title {
      color: #00a2c7;
   font-family: Hanken Grotesk;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: justify;

    }


    .right-box {
      /* background-color: #ffffff; */
      padding: 30px;
      /* border-radius: 10px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); */
    }

    .price-line {
      display: flex;
      justify-content: space-between;

      margin-bottom: 10px;

      font-family: Hanken Grotesk;
        font-weight: 500;
        font-style: Medium;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 26px;
        letter-spacing: 0%;
        text-align: justify;
        color: #737373;

    }

    .right-box .btn-order {
      background-color: #f2a007;
      color: white;
      font-weight: 600;
      border-radius: 25px;
      width: 100%;
      padding: 10px;
    }

    .privacy-text {
    font-family: Hanken Grotesk;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: justify;
    color: #232222;

    }

    .privacy-text span a{
        color: #FEC610;
        text-decoration: none
    }

    @media (max-width: 768px) {
      .btn-order {
        margin-top: 20px;
      }
    }
    .right-box .f-price{
        font-family: Hanken Grotesk;
        font-weight: 500;
        font-style: Medium;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 26px;
        letter-spacing: 0%;
        text-align: right;
        color: #232222;
    }
    .extra-charge{

        font-size: 18px;
        color: #737373;
    }


    /* cart Checkout */

