.plan-main-wrap {
   max-width: 960px;
   min-width: 320px;
   margin: auto;
   background: #f0f0f0;
   padding: 20px;
}
.profileIconBtn.v-btn--outlined:before,
.profileIconBtn.v-btn--round:before,
.profileIconBtn.v-btn--rounded:before {
   background-color: #aaaaaa !important;
}

.feature-ul {
   list-style: none;
   padding-left: 0px !important;
}
.feature-ul li {
   background-image: url("/imgs/plan/ckmark.png");
   background-repeat: no-repeat;
   background-position: 0px 6px;
   background-size: 17px 12px;
   padding-left: 25px;
}

.feature-ul li.star {
   background-image: url("/imgs/plan/star_mark.png");
   background-repeat: no-repeat;
   background-position: 0px 2px;
   background-size: 18px 18px;
   padding-left: 25px;
}

/* seller & shopper choose plan page */
/*=================================================================*/
.plan-gradient-banner {
   /* background: linear-gradient(0deg, #f8c1d1 0%, #feeebb 100%); */
   background-color: #e8e8e8;
}

.plan-desc-box {
   border: 1px solid #d4d4d4;
   border-radius: 5px;
   height: 100%;
   position: relative;
   background: #ffffff;
}

.plan-desc-box-popular {
   margin-top: -38px;
}

@media screen and (max-width: 959px) {
   .plan-desc-box-popular {
      margin-top: 0px;
   }
}

.plan-desc-box-popular .plan-desc-box {
   border-color: #48a984;
}

.plan-desc-box-picked {
   border-width: 2px;
   border-color: #48a984;
}

.plan-desc-box .big-digit {
   font-size: 40px;
   font-weight: 500;
}
.plan-feature-iconbox {
   padding: 10px;
}
.plan-popular-top {
   background-color: #48a984;
   border-radius: 4px 4px 0px 0px;
}
.plan-btm-btn {
   position: absolute;
   bottom: 20px;
   width: 100%;
   text-align: center;
}

.plan-feature-icon {
   width: 100%;
   height: 100%;
   max-width: 200px;
   max-height: 200px;
}

.plan-wrapper {
   color: #595959;
}
.plan-wrapper-inapp {
   margin-top: -50px;
}
/*=================================================================*/
