.wrapper{
  height: 45px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #969191;
  border-radius: 50px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
  }
  .wrapper span{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
  }
  .wrapper span.num{
    font-size: 30px;
    border-right: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
    pointer-events: none;
  }

.product_page{
  margin: auto 42px;
}

.page_inner .content{
  /* margin: auto 30px; */
}


.product-info>div>p {
  padding-bottom: 10px;
  margin-top: 2px;
  font-size: 20px;
}

.product-info>div {
  /*line-height: 1px;*/
  margin-top: 13px;
  padding: 0 5px;
}
.btn-primary {
  border-radius: 20px;
  color: #F87A05;
}

.instock-for-detail, .warrenty {
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  position: relative;
}

.instock-for-detail>i, .warrenty>i{
  position: absolute;
  right: 0;
  /*top: -8px;*/
}

.product-info>div>.price-area {
  width: 220px;
  text-align: center;
}

.img-product-det{
  margin: 5px 29px;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 1px 5px 4px 3px rgb(0 0 0 / 25%) ;
}

a:hover .img-product {
  box-shadow: 1px 5px 4px 3px rgb(0 0 0 / 25%) ;
}


.product_pod h3 {
  font-size: 12px;
}

.product_pod h3 a:hover {
  text-decoration: none;
  color: #F87A05;
}

.price_color{
  color: #000;
}

.for-mobile{
  display: none;
}