.groundwork-goods-read-block .shop-single .product-info-tabs{
  position: relative;
    overflow: auto;
}










.groundwork-goods-read-block {
  position: relative;
  padding: 80px 0 30px;
}
@media (max-width: 767px) {
  .groundwork-goods-read-block {
    padding: 30px 0;
  }
}
.groundwork-goods-read-block .content-side {
  margin-bottom: 30px;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .basic-details {
  margin-bottom: 20px;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .basic-details .image-column {
  margin-bottom: 20px;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .basic-details .image-column .image-box {
  margin-bottom: 20px;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .basic-details .image-column .image-box img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .basic-details .info-column {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .groundwork-goods-read-block .content-side .shop-single .product-details .basic-details .info-column {
    margin-bottom: 0;
  }
}
.groundwork-goods-read-block .content-side .shop-single .product-details .basic-details .info-column .details-header {
  margin-bottom: 16px;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .basic-details .info-column .details-header h4 {
  font-size: 24px;
  font-weight: 400;
  margin: -5px 0px 7px;
  line-height: 1.4em;
  color: var(--title-text-color);
}
.groundwork-goods-read-block .content-side .shop-single .product-details .basic-details .info-column .text {
  position: relative;
  margin-bottom: 16px;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .basic-details .info-column .text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .basic-details .info-column .other-options button {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 600;
  overflow: hidden;
  border-radius: var(--button-radius);
  background-color: var(--color-primary);
  padding: 13px 40px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .basic-details .info-column .other-options button:hover {
  background-color: var(--btn-hover);
}
.groundwork-goods-read-block .content-side .shop-single .product-details .product-info-tabs .prod-tabs {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .groundwork-goods-read-block .content-side .shop-single .product-details .product-info-tabs .prod-tabs {
    margin-bottom: 20px;
  }
}
.groundwork-goods-read-block .content-side .shop-single .product-details .product-info-tabs .prod-tabs .nav-tabs {
  border-bottom: 1px solid #f4f4f4;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .product-info-tabs .prod-tabs .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  position: relative;
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 16px;
  background: #eaf0ec;
  border: 1px solid #f4f4f4;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  padding: 10px 15px;
  transition: all 500ms ease;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .product-info-tabs .prod-tabs .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .product-info-tabs .prod-tabs .nav-tabs .nav-item .nav-link.active {
  color: var(--color-primary);
  background: #ffffff;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .product-info-tabs .prod-tabs .tab-content {
  position: relative;
  padding: 35px 30px 40px;
  border: 1px solid #f0f0f0;
  border-top: 0px;
}
@media (max-width: 767px) {
  .groundwork-goods-read-block .content-side .shop-single .product-details .product-info-tabs .prod-tabs .tab-content {
    padding: 15px;
  }
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products h2 {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--title-text-color);
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item {
  position: relative;
}
@media (max-width: 767px) {
  .groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item {
    margin-bottom: 20px;
  }
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #f0f7f2;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box:hover {
  border: 1px solid transparent;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box:hover .image-box .overlay-box {
  opacity: 1 !important;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box:hover .overlay-box .cart-option {
  margin-top: -55px !important;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box:hover .image-box .image > img {
  opacity: 0.1;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .image-box {
  position: relative;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .image-box .image {
  height: 260px;
}
@media (max-width: 1199px) {
  .groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .image-box .image {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .image-box .image {
    height: 240px;
  }
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .image-box .image > img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .image-box .image .tag {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
  padding: 0 20px;
  border-radius: 15px;
  z-index: 99;
  background-color: #fdbf1d;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .image-box .image .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .image-box .image .overlay-box .cart-option {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  margin-top: -35px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .image-box .image .overlay-box .cart-option li {
  position: relative;
  display: block;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .image-box .image .overlay-box .cart-option li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  background-color: #b2b8b5;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .image-box .image .overlay-box .cart-option li a:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .image-box .image .overlay-box .cart-option li a img {
  width: 16px;
  height: 16px;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 0 30px;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .lower-content .price-box {
  position: relative;
  text-align: center;
  padding: 25px 0 35px;
  border-top: 1px solid #f6f4f1;
}
@media (max-width: 767px) {
  .groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .lower-content .price-box {
    padding: 10px 0;
  }
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .lower-content .price-box h3 {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: var(--title-text-color);
  font-weight: 400;
}
@media (max-width: 767px) {
  .groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .lower-content .price-box h3 {
    line-height: 1.6;
  }
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .lower-content .price-box h3 a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--title-text-color);
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-goods-read-block .content-side .shop-single .product-details .related-products .shop-item .inner-box .lower-content .price-box .desc {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: var(--color-primary);
  font-weight: 400;
}
.groundwork-goods-read-block .sidebar-side {
  position: static;
}
.groundwork-goods-read-block .sidebar-side .sidebar {
  position: static;
  padding-left: 25px;
}
@media (max-width: 991px) {
  .groundwork-goods-read-block .sidebar-side .sidebar {
    padding-left: 0;
  }
}
.groundwork-goods-read-block .sidebar-side .sidebar::before {
  position: absolute;
  margin-left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #f0f7f2;
  content: "";
}
@media (max-width: 991px) {
  .groundwork-goods-read-block .sidebar-side .sidebar::before {
    display: none;
  }
}
.groundwork-goods-read-block .sidebar-side .sidebar .sidebar-widget {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .groundwork-goods-read-block .sidebar-side .sidebar .sidebar-widget {
    margin-bottom: 20px;
  }
}
.groundwork-goods-read-block .sidebar-side .sidebar .sidebar-title {
  position: relative;
  margin-bottom: 23px;
}
.groundwork-goods-read-block .sidebar-side .sidebar .sidebar-title h2 {
  font-size: 20px;
  color: var(--title-text-color);
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
  text-transform: capitalize;
}
.groundwork-goods-read-block .sidebar-side .sidebar .search-box form .form-group {
  position: relative;
  margin: 0px;
}
.groundwork-goods-read-block .sidebar-side .sidebar .search-box form .form-group input {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #f0f7f2;
  background: none;
  color: #808080;
  width: 100%;
  height: 50px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.groundwork-goods-read-block .sidebar-side .sidebar .search-box form .form-group input .search {
  color: #222222;
  line-height: 1;
}
.groundwork-goods-read-block .sidebar-side .sidebar .search-box form .form-group input:focus {
  border-color: var(--color-primary);
}
.groundwork-goods-read-block .sidebar-side .sidebar .search-box form .form-group input:focus + button {
  background-color: var(--color-primary);
  color: #ffffff;
}
.groundwork-goods-read-block .sidebar-side .sidebar .search-box form .form-group input:focus + button .search {
  color: #ffffff;
}
.groundwork-goods-read-block .sidebar-side .sidebar .search-box form .form-group button {
  position: absolute;
  right: 0px;
  border-left: 1px solid #f2f2f2;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #222222;
  line-height: 100%;
  font-weight: normal;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: var(--color-second);
  transition: all 300ms ease;
  cursor: pointer;
}
.groundwork-goods-read-block .sidebar-side .sidebar .search-box form .form-group button img {
  width: 13px;
  height: 14px;
}
.groundwork-goods-read-block .sidebar-side .sidebar .search-box form .form-group button img.hover {
  display: none;
}
.groundwork-goods-read-block .sidebar-side .sidebar .sidebar-blog-category .shop-cat li {
  position: relative;
}
.groundwork-goods-read-block .sidebar-side .sidebar .sidebar-blog-category .shop-cat li:first-of-type a {
  padding-top: 0;
}
.groundwork-goods-read-block .sidebar-side .sidebar .sidebar-blog-category .shop-cat li:hover a {
  color: var(--color-primary);
}
.groundwork-goods-read-block .sidebar-side .sidebar .sidebar-blog-category .shop-cat li:hover a img.base {
  display: none !important;
}
.groundwork-goods-read-block .sidebar-side .sidebar .sidebar-blog-category .shop-cat li:hover a img.hover {
  display: block !important;
}
.groundwork-goods-read-block .sidebar-side .sidebar .sidebar-blog-category .shop-cat li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--title-text);
  line-height: 23px;
  font-weight: 400;
  padding: 15px 0;
  padding-left: 25px;
  border-bottom: 1px solid #f0f7f2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.groundwork-goods-read-block .sidebar-side .sidebar .sidebar-blog-category .shop-cat li a img {
  position: absolute;
  left: 0px;
  bottom: 19px;
  color: var(--title-text);
  line-height: 23px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 15px;
  height: 15px;
}
.groundwork-goods-read-block .sidebar-side .sidebar .sidebar-blog-category .shop-cat li a img.hover {
  display: none;
}
.groundwork-goods-read-block .sidebar-side .sidebar .related-posts .post {
  position: relative;
  padding: 0px 0px;
  padding-left: 90px;
  min-height: 98px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .groundwork-goods-read-block .sidebar-side .sidebar .related-posts .post {
    margin-bottom: 10px;
    min-height: 80px;
  }
}
.groundwork-goods-read-block .sidebar-side .sidebar .related-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border: 1px solid #f2f2f2;
}
.groundwork-goods-read-block .sidebar-side .sidebar .related-posts .post .post-thumb a {
  color: var(--color-primary);
}
.groundwork-goods-read-block .sidebar-side .sidebar .related-posts .post .post-thumb a img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.groundwork-goods-read-block .sidebar-side .sidebar .related-posts .post h4 {
  top: -5px;
  font-size: 16px;
  font-weight: 400;
  color: var(--title-text-color);
  text-transform: capitalize;
}
.groundwork-goods-read-block .sidebar-side .sidebar .related-posts .post h4 a {
  color: var(--title-text-color);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.groundwork-goods-read-block .sidebar-side .sidebar .popular-tags span {
  font-size: 14px;
  line-height: 25px;
  color: var(--title-text);
  font-weight: 400;
  border: 1px solid #f0f7f2;
  background-color: transparent;
  margin-right: 8px;
  position: relative;
  float: left;
  padding: 0 14px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.groundwork-goods-read-block .sidebar-side .sidebar .popular-tags span:hover {
  background-color: var(--color-primary);
  color: #ffffff;
  border: 1px solid var(--color-primary);
}
