.rewards-box {
  background-color: #fff;
  padding: 0 0 15px;
  text-align: center;
  border-radius: 5px;
  border: none;
  color: #040442;
}

.benefits {
  text-align: center;
}

.benefits td {
  padding: 20px !important;
  width: 25% !important;
}

.bux td {
  padding: 20px !important;
}

.b1 {
  font-weight: bold;
  text-align: left;
  color: #555555 !important;
}

.b2 {
  font-family: "quatro-slab" !important;
  font-weight: bold;
}

.fa-circle {
  color: #45b3c1;
}

.birthday {
  font-family: 'Jost', sans-serif;
  text-align: center;
  font-size: 18px;
}

.promo-card {
  font-family: 'Jost', sans-serif;
  text-align: center;
  font-size: 18px;
  color: #121543;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}

.promo-card p {
  font-size: 12px;
  margin: 0;
  padding: 0;

}

.help-block {
  font-size: 11px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

.nb {
  border-top: none !important;
  background-color: #fff !important;
  vertical-align: bottom !important;
}

.progress {
  height: 10px;
}

.progress-bar {
  background-color: #009eed !important;
}

.progress2 {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.barOverflow{ /* Wraps the rotating .bar */
  position: relative;
  overflow: hidden; /* Comment this line to understand the trick */
  width: 200px; height: 100px; /* Half circle (overflow) */
  margin: -50px auto;
}
.bar{
  position: relative;
  width: 200px; 
  height: 200px; /* full circle! */
  border-radius: 50%;
  box-sizing: border-box;
  border: 20px solid #eee;     /* half gray, */
  border-bottom-color: #121543;  /* half azure */
  border-right-color: #121543;
  margin: auto;
}


.dot {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  margin: auto;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.steps {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  width: 100%;
  margin-top: -33px;
}

.teal {
  background-color: #009eed;
}

.white {
  background-color: #fff;
}

.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0
}

.number {
  text-align: center;
  margin-top: 21px;
  margin-left: -7px;
}

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

.e-title {
  font-size: 35px;
  font-family: 'Jost', sans-serif;
  color: #121543;
  font-weight: 200;
  line-height: 28px;
}

.f-title {
  font-family: 'Caveat Brush', cursive;
}

.point-num {
  font-size: 30px;
}

.point-summary {
  background-color: #eee;
  border-radius: 4px;
  padding: 20px;
}

.valign {
  display: flex;
  justify-content: center;
  align-items: center;	
}

.exclusive {
  border: none;
  background-color: #d1f1fc;
}

.progress {
  height: 15px;
}

.box {
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  padding: 15px;
}
.mvp-gold {
  color: #fbb08b;
}

.mvp-elite {
  color: #ef7260;
}	
.mvp-gold-border {
  border-bottom: 2px solid #fbb08b;
}
.mvp-border {
  border-bottom: 2px solid #38425b;
}

.poppins-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
}
.poppins-regular {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.poppins-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.status {
  font-size: 30px;
}


.reward-history table tr td {
  text-align: left;
}

.reward-point .points-box, .reward-point .expire-points-box{
  padding: 1.2rem;
  border: 0;
}

/* .reward-point .points-box {
  padding: 20px 0px;
  border: 1px solid #eee;
}
.reward-point .expire-points-box {
  padding: 20px 0px;
  border: 1px solid #eee;
} */
.nav-pills .nav-link {
  position: relative;
  background: var(--white);
  color: var(--blue);
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.tab-tilte h4 {
  margin-bottom: 0;
}
.nav-pills .nav-link.active {
  background-color: var(--lightblue);
}
.nav-link {
  color: black;
}
.account .rewards-head h2 {
  font-weight: inherit;
}
.account hr {
  color: #eee;
  opacity: 1;
}
.coupon-code .border {
  border-color: #eee;
}
.nav {
  background-color: #f9f9f9;
}
.account .nav-pills .nav-link.active {
    background-color: var(--blue);
    border: 2px solid var(--blue);
    color: #fff;
}


#tabmenu{
    border: 1px solid #ddd;
    border-radius: 10px;
    background: var(--lightgray); 
    padding-block: 1rem;
}

.reward-point p {
  margin: 0;
}

.coupon-code{
  background-color: #fffef1;
  color: var(--blue);
  height: 100%;
}

.gift-icon {
  font-size: 1.8rem;
  color: var(--blue);
  margin-bottom: 1rem;
}

.coupon-code p small{
  font-size: 1rem;
}

.card.rewad-section{
  background-color: var(--lightblue);
  padding: 2rem;
  border: 0;
}

.account-sec h2{
  font-size: 1.4rem; 
  font-weight: 600; 
  color: var(--blue);
}

.account-sec p a{
  color: var(--blue);
 font-weight: 700; 
 text-decoration: underline;
}

.expire-points-box.card p, .points-box.card p {
  color: var(--blue);
}

.my-profile label.form-label {
  color: var(--blue);
}

.tab-tilte {
  color: var(--blue);
  text-align: center;
  margin-bottom: 1.5rem;
  background: var(--breadcum);
  padding: 1rem;
  border-radius: var(--border-small);
}

button.btn.btn-default {
  border: 1px solid #ddd;
  font-size: medium;
}
.email-chnage {
  margin-top: 2rem;
}
.other-info label {
  font-weight: 700;
}

.other-info {
  margin-top: 1.2rem;
}

.other-info input {
  width: 28%;
  min-height: 40px;
}

.order-card-details .btn.cart-nbtn {
  width: 30%;
  padding: 0.25rem;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  background: var(--orange);
  color: var(--white);
  border: 1px solid var(--orange);
}
.track-btn .btn.cart-nbtn {
  font-size: 0.9rem;
  padding: 9px;
}
.order-card-details .btn.cart-nbtn:hover{
  text-decoration: none;

}


p.items-price{
  color: var(--price);
  font-weight: 600;
}
.order-card-details a {
  color: var(--blue);
}
.order-card-details a:hover {
  text-decoration: underline;
  color: var(--skyblue);
}
thead {
  border-bottom: 0;
}

.card-header table.table tr th,
.card-header table.table tr td {
  padding: 0;
  font-size: 0.9rem;
  background: #f9f9f9;
}
.card-header table tbody td {
  text-align: left;
  
}

.order-hisry select.form-select {
  width: 30%;
  margin-left: auto;
}

.track-btn .btn.cart-nbtn:hover{
  background: var(--blue);
  color: var(--white);
}

.btn.active-plan {
  background: var(--orange);
  min-width: 135px;
  font-size: 1rem;
  border-radius: 2rem;
  color: var(--white);
  font-weight: 500;
}

a.edit {
  font-size: 1.3rem;
  color: var(--savetag);
}
.toy-subcrib {
  margin-top: 2rem;
}

.valuablep-pet h5, .toy-subcrib h5,
.autoship-subscription h5{
  color: var(--blue);
}

#tabmenu .nav-pills .nav-link i{
  background: #e5ecff;
  padding: 10px;
  border-radius: 50%;
}

#tabmenu .nav-pills .nav-link.active i{
  background: var(--orange);
}

.tab-infom {
  padding: 0rem 3rem;
}

.pet-profile {
  margin-bottom: 1.2rem;
}

.profile-upload{
  position: relative;
  margin-bottom: 1rem;
}
.profile-pic {
  width: 200px;
  max-height: 200px;
  display: inline-block;
}

.file-upload {
  display: none;
}
.circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 128px;
  height: 128px;
  border: 2px solid #eee;
  padding: 5px;
}
.circle img {
  max-width: 100%;
  height: auto;
}

.p-image {
  left: 58%;
  top: 65%;
  position: absolute;
  font-size: 1.3rem;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate(-50%, -50%);
}

.p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}
p.edit-payment i {
  font-size: 0.9rem;
  margin-left: 1rem;
}
.upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}

.btn.edit-pet {
  border: 1px solid var(--green);
  color: var(--green);
}

.btn.edit-pet:hover {
  background:  var(--green);
  color: var(--white);
}

.btn.edit-info {
  border: 1px solid var(--green);
  min-width: 135px;
  border-radius: 2rem;
  color: var(--green);
  font-weight: 500;
}

.btn.edit-info:hover {
  border: 1px solid var(--green);
  background: var(--green);
  color: var(--white);
}

.shipping-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0rem;
}

div#disble-section label.col-sm-3,
div#disble-section label.col-sm-5,
div#disble-section label.col-sm-6 {
  padding-right: 0;
}

.form-control:disabled, .form-select:disabled {
  background-color: #fff;
  border: 0;
}
div#disble-section label,
.orderview h5{
  position: relative;
}
div#disble-section label:after {
  content: ":";
  position: absolute;
  right: 0;
}

.orderview h5:after {
  content: ":";
  position: absolute;
  right: 0px;
}

.view-order-details table.table tr th,
.view-order-details table.table tr td {
  padding: 5px;
  vertical-align: middle;
}
div#disble-section label, 
.add-pet-form.card label {
  font-weight: 500;
}
.add-pet-form.card {
  padding: 1rem;
  margin-top: 1rem;
}
.remove-info{
  display: none;
}

.valuablep-pet table tbody td,
.toy-subcrib table tbody td,
.autoship-subscription table tbody td{
  text-align: left;
  vertical-align: middle;
}

div#v-pills-subscription table.table tr th,
div#v-pills-subscription table.table tr td {
  padding: 5px;
}

td.order-product img {
  width: 105px;
}

#editcard .btn.cart-nbtn,
div#edit-shipping .btn.cart-nbtn {
  background: var(--orange);
  color: var(--white);
  border: 1px solid var(--orange);
  font-size: 1.2rem;
}


input::placeholder{
  font-size: 1rem;
}

button.btn.delete-info {
  background: var(--price);
  color: var(--white);
  font-size: 1.4rem;
  padding: 0rem 0.5rem;
}

 .btn-secondary {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.pet-prifle-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mvpplan {
  text-align: center;
}

.mvpplan p:nth-child(2) {
  letter-spacing: 2px;
  color: var(--blue);
}
.mvpplan h4 {
  font-size: 1.5rem;
  color: var(--blue);
  margin-bottom: 1rem;
}

.mvpplan p:nth-child(3) {
  font-weight: 500;
  color: var(--blue);
}

p.mvp-member {
  padding: 0.8rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  color: var(--savetag);
}

.toy-subs {
  font-size: 1.3rem;
}

.toy-subs .fa-eye{
  color: var(--blue);
}
.add-fav-item .card-body a.card-text {
  min-height: auto;
}
.autoship-subscription h6 {
  font-weight: 600;
}

.edit-crt .btn.save-icons {
  font-size: 1.3rem;
  background: var(--orange);
  color: var(--white);
}

button.btn.form-edit{
  font-size: 1.3rem;
  border: 1px solid var(--green);
  color: var(--green);;
}
button.btn.form-edit:hover{
  font-size: 1.3rem;
  background: var(--green);
  color: var(--white);
}


/* Frequent Buyer CSS*/
.frequent-buyer{
  width: 100%;
  height: auto;
  display: block;
  min-height: 20px;
  background: #EFF5FC;
}

.fb-topbar{
  background: #009eed !important;
  color: #fff;
  text-align: center;
  margin-bottom: -7px;
}

.fb-topbar h3{
  padding: 5px;
}

.fb-body{
  padding: 15px 25px;
  margin-bottom: 15px;
}

.fb-product{
  width: 10%;
  max-width: 115px;
  height: auto;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #CBCBCB;
  display: inline-block;
  background: #fff;
}

.fb-product img{
  width: 100%;
  height: auto;
}

.fb-info {
  width: 65%;
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
}

.fb-counter {
  display: flex;
}

.fb-counts {
  width: 35px;
  height: 35px;
  background: #fff;
  margin-right: 5px;
  text-align: center;
  padding-top: 6px;
  border-radius: 50%;
  border: 1px solid #CBCBCB;
}

.fb-counts p{
  font-size: 16px;
  color: #A8A8A8;
}

.fb-small{
  padding-top: 10px;
  font-size: 11px;
  font-style: italic;
}

p.fp-maintxt {
  font-weight: 600;
  font-size: 16px;
}

.fb-filled {
  background: #009eed;
  color: #fff;
  border: 1px solid #009eed;
}

.fb-filled p{
  color: #fff !important;
}

.fb-button {
  width: 25%;
  height: auto;
  display: inline;
  background: none;
}

.fb-default{
  background: #fff;
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  padding: 10px 25px;
  font-size: 15px;
}

.fb-claim{
  background: #009eed;
  border: 1px solid #009eed;
  color: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  font-size: 15px;
}

.fb-divider{
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #CBCBCB;
}

.fb-cta{
  width: 100%;
  height: auto;
  max-height: 50px;
  display: block;
  padding: 15px 25px;
  background: #EFF5FC;
  position: relative;
}

.fb-cta::before{
  content: "";
  width: 5px;
  height: 100%;
  min-height: 45px;
  display: block;
  background: #009eed;
  position: absolute;
  top: 0;
  left: 0;
}

.fb-cta span.bold{
  font-weight: 600;
}

a.fb-ctabtn{
  background: #009eed;
  color: #fff;
  border-radius: 5px;
  padding: 7px 15px;
  position: absolute;
  right: 25px;
  top: 8px;
}

.fb-circle{
  background: #009eed;
  color: #fff;
  font-weight: 900;
  border-radius: 50%;
  padding: 7px 13px;
  margin-right: 10px;
}

.mz-thumb.mz-thumb-selected img{
  max-height: 60px;
}

.fb-cta-margins {
  margin-top: -13px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .fb-button {
    width: 100%;
    height: auto;
    display: block;
    background: none;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .fb-product {
    width: 20%;
  }
  .fb-info {
    width: 79%;
  }
}

@media screen and (max-width: 991px) {
  .fb-circle{
    display: none
  }

  a.fb-ctabtn{
    display: none;
  }

  .fb-cta p {
    font-size: 12px;
  }

  .fb-cta {
    max-height: 60px;
  }

  .fb-button {
    width: auto;
    height: auto;
    display: block;
    background: none;
    margin: 20px 0;
  }

  .fb-product {
    width: 20%;
    max-width: 115px;
    height: auto;
    padding: 0px;
  }

  .fb-info {
    width: 78%;
  }
}

@media screen and (max-width: 525px) {

  .fb-cta p {
    font-size: 11px;
  }

  .fb-cta {
    max-height: 70px;
  }

  .fb-info {
    width: 100%;
    display: block;
  }

  .fb-product {
    width: 40%;
    margin-bottom: 20px;
  }

  .fb-small {
    padding-top: 0;
  }

  .fb-counts {
    width: 27px;
    height: 27px;
    background: #fff;
    margin-right: 5px;
    text-align: center;
    padding-top: 4px;
  }

  .fb-counts p {
    font-size: 13px;
  }
}

