/*****************************
Single Product CSS
*****************************/

.single-product-img {
    position: relative;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .popup-img-sproduct {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .popup-img-sproduct i {
    color: #DB5C00;
    font-size: 2.5rem;
    width: 40px;
    line-height: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
  }
  
  .single-product .product-thumbnail {
    padding: 0 3rem;
  }
  
  
  
  .single-product-name {
    color: #2c2e3d;
    text-transform: capitalize;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
  
  .single-product-referance {
    color: #606060;
    margin-bottom: 1.5rem;
  }
  
  .single-product-review-btn {
    color: #606060;
    display: inline-block;
    margin-bottom: 2rem;
    cursor: pointer;
  }
  
  .single-product-review-btn i {
    margin-right: .6rem;
  }
  
  .single-product-price {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  
  .single-product-price span {
    display: inline-block;
  }
  
  .single-product-price .regular-price {
    margin-right: 1rem;
  }
  
  .single-product-short-desc {
    color: #2c2e3d;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 1.4rem;
  }
  
  .single-product .zeref-product-label {
    font-weight: 700;
    font-size: 1.5rem;
  }
  
  .single-product .product-availability {
    margin-bottom: 2rem;
  }
  
  .single-product .social-share {
    padding-left: 0;
  }
  
  .single-product .social-share span {
    font-size: 1.6rem;
    color: #555555;
  }
  
  .single-product .zeref-social-link i {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #333;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
  }
  
  .single-product .block-reassurance-item {
    padding: 1.5rem 0;
  }
  
  .single-product .block-reassurance-item:last-child {
    padding-bottom: 0;
  }
  
  .single-product .block-reassurance-item span {
    font-weight: 400;
    font-size: 1.4rem;
    color: #2c2e3d;
  }
  
  .single-product .block-reassurance-item img {
    margin-right: .8rem;
  }
  
  .product-description {
    color: #606060;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  
  .product-features {
    margin-top: 2rem;
    margin-left: .4rem;
  }
  
  .product-features h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  
  .product-features .data-sheet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -mox-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  
  .product-features .data-sheet li {
    -webkit-flex: 0 0 49.5%;
    -moz-flex: 0 0 49.5%;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    background: #f1f1f1;
    padding: 1rem;
    word-break: normal;
    margin-bottom: .8rem;
  }
  
  .our-products-area .product-tab {
    margin-top: 70px;
  }
  
  .group-product-table {
    width: 100%;
    background: #f1f1f1;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin-bottom: 3rem;
  }
  
  .group-product-table tbody tr td {
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    height: 100%;
    padding: 1rem 0;
  }
  
  .group-product-table tbody tr td.product-quantity .quantity {
    float: left;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  
  .group-product-table tbody tr td.product-quantity .quantity .qtybutton {
    background-color: #fff;
  }
  
  .group-product-table tbody tr td.product-quantity span {
    padding-left: 3rem;
    padding-top: 1.7rem;
    float: left;
  }
  
  .group-product-table tbody tr td.product-name {
    padding: 0;
  }
  
  .group-product-table tbody tr td.product-name a {
    color: #2c2e3d;
    text-transform: capitalize;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  
  .group-product-table tbody tr td.product-price {
    margin-bottom: 0;
    display: table-cell;
    width: 9rem;
  }
  
  .group-product-table tbody tr td.product-price .ammount {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .user-information {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
  }
  
  .user-information [class*="col-"]:not(:last-child) .user-information__single {
    border-right: 1px solid #ededed;
  }
  
  
  .user-information__single {
    height: 100%;
    padding: 3.5rem 2rem;
    min-height: 11.8rem;
  }
  
  .user-information p {
    color: #2c2e3d;
    font-size: 1.4rem;
  }
  
  .user-information p a {
    color: #DB5C00;
  }