.symple-button :hover {
    text-decoration: none !important;
}

.btn-block {
    display: block !important;
}

/*-----------------------------------------------------------------------------------*/
/* preview img
/*-----------------------------------------------------------------------------------*/

.pep-img-border {
    margin: 10px auto;
    text-align: center;
}

.pep-img-border img {
    display: inline !important;
    padding: 8px;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    background-color: #fafafa;
}

/*-----------------------------------------------------------------------------------*/
/* sidebar purchase box
/*-----------------------------------------------------------------------------------*/
.pep-purchase-panel {
    margin-bottom: 30px;
}

.pep-purchase-box {
  width: 100%;
  border-radius: 10px;
  background: #27272a;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.pep-purchase-box::before {
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: 40%;
  left: 10%;
  border-radius: 50%;
  border: 35px solid rgba(255, 255, 255, 0.102);
  transition: all .8s ease;
  filter: blur(.5rem);
}

.pep-purchase-box .title {
  flex-grow: 1;
  padding: 15px;
  color: #edc74a;
  font-weight: 900;
  font-size: 16px;
}

.pep-purchase-box .title .price {
  color: aliceblue;    
  float: right;
  font-size: 18px;
}

.pep-purchase-box .discription{
  color: aliceblue;
  font-size: 14px;  
}

.pep-purchase-box .discription ul{
    margin-bottom: 20px;
    padding-left: 0px;
    margin-left: 20px;
    list-style: none    
}

.pep-purchase-box .discription ul li{
    padding-left: 20px;
    background: url('images/check.png') left center no-repeat;
}

.pep-purchase-box .buttons {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}

.pep-purchase-box .btn {
  border: none;
  font-weight: 500;  
  width: 100%;
  height: 35px;
  background-color: rgba(247, 234, 234, 0.589);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pep-purchase-box .btn:hover {
  background-color: rgb(247, 234, 234);
}

.pep-purchase-box .btn .icon {
  font-size: 16px;  
  margin-right: 7px;
}

.pep-purchase-box:hover::before {
  width: 140px;
  height: 140px;
  top: -30%;
  left: 50%;
  filter: blur(0rem);
}

/*-----------------------------------------------------------------------------------*/
/* sidebar box
/*-----------------------------------------------------------------------------------*/
.pep-box {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
}

.pep-box .image {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  object-fit: cover;
  background-size: contain;
}

.pep-box .title {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  font-size: 16px;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
}

.pep-box .discription {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: rgba(107, 114, 128, 1);
}

.pep-box .stars {
  display: flex;
  justify-content: center;
  grid-gap: 0.125rem;
  gap: 0.125rem;
  color: rgba(34, 197, 94, 1);
}

.pep-box .stars svg {
  height: 1rem;
  width: 1rem;
}

/*-----------------------------------------------------------------------------------*/
/* button 1
/*-----------------------------------------------------------------------------------*/
.pep-btn1 {
  position: relative;
  width: 150px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #17795E;
  background-color: #209978;
  overflow: hidden;
}

.pep-btn1, .pep-btn1__icon, .pep-btn1__text {
  transition: all 0.3s;
}

.pep-btn1 .pep-btn1__text {
  transform: translateX(22px);
  color: #fff;
  font-weight: 600;
}

.pep-btn1 .pep-btn1__icon {
  color: #fff;
  position: absolute;
  transform: translateX(109px);
  height: 100%;
  width: 39px;
  background-color: #17795E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pep-btn1 .svg {
  width: 20px;
  fill: #fff;
}

.pep-btn1:hover {
  background: #17795E;
}

.pep-btn1:hover .pep-btn1__text {
  color: transparent;
}

.pep-btn1:hover .pep-btn1__icon {
  width: 148px;
  transform: translateX(0);
}

.pep-btn1:active .pep-btn1__icon {
  background-color: #146c54;
}

.pep-btn1:active {
  border: 1px solid #146c54;
}

/*-----------------------------------------------------------------------------------*/
/* table
/*-----------------------------------------------------------------------------------*/
.pep-table th {
  text-align: center;
}
