.all-product-wrapper {
    padding: 50px 0px;
}

.product-single-wrapper {
    position: relative;
    z-index: 1;
    padding: 30px;
    margin: 20px 0px 40px;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.product-image {
    position: relative;
    z-index: 1;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
}

.product-image-all-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-image.image-order0 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    height: 250px;
}

.product-image.image-order1 {
    max-width: 49%;
    width: 100%;
}

.product-image.image-order2 {
    max-width: 49%;
    width: 100%;
}

.product-image img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.product-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
}
.product-title .product-tile-links {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

.product-short-info .product-short-txt, .product-short-info p.product-short-txt {
    font-size: 13px;
    color: #303030;
    margin-bottom: 30px;
    line-height: 20px;
}

.product-features .product-features-ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

.product-features-ul .product-features-li {
    max-width: 48%;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-left: 60px;
    margin-bottom: 15px;
}

.product-features-ul .product-features-li .product-features-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: var(--btn-color);
    border-radius: 5px;
}

.product-features-ul .product-features-li .product-features-icon img.img-fluid {
    max-width: 25px;
    max-height: 25px;
    position: absolute;
    inset: 0;
    margin: auto;
}

.product-features-content .product-features-title {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: normal;
}

.product-features-content .product-features-txt {
    color: #606060;
    font-size: 13px;
    line-height: 20px;
}

.product-view-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.product-social .product-social-list {
    display: flex;
    align-items: center;
    justify-content: end;
}

.product-view-social .product-view-btn.all-btn {
    max-width: 40%;
    width: 100%;
}

.product-view-social .product-social {
    max-width: 60%;
    width: 100%;
}

.product-social-heading .product-social-heading-txt {
    margin-bottom: 0;
    margin-right: 20px;
    color: var(--h-color);
    font-weight: 600;
}

.product-social-list .product-social-li {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: 0.3s;
  margin-left: 8px;
}
.product-social-list .product-social-li .product-social-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.product-social-list .product-social-li .product-social-link img.img-fluid {
  transition: 0.3s;
  max-width: 18px;
  max-height: 18px;
}
.product-social-list .product-social-li .product-social-link:hover {
  background: #282828;
  transition: 0.3s;
}


@media (max-width: 767px) {
    .all-pagination ul.pagination li {
        margin: 0px 3px !important;
    }   
}

@media (min-width: 767px) and (max-width: 992px) {
    .all-pagination ul.pagination li {
        margin: 0px 3px !important;
    }   
}
