.dokan-store .content-area {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 0;
}

.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap .seller-avatar {
  width: 72px;
  height: 72px;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap .seller-avatar a img {
  border-radius: 100%;
  height: 100%;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap .store-content {
  background: transparent !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  width: 70% !important;
  left: 85px !important;
  top: -15px !important;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap .store-content .store-data h2 {
  margin: 0 0 10px !important;
  line-height: 30px !important;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap .store-content .store-data h2 a {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 20px;
  color: #1c0903 !important;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .seller-info-wrap .store-content .store-data p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #666666;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper {
  border-radius: 12px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper:hover {
  -webkit-box-shadow: -8px 20px 40px rgba(0, 0, 0, 0.06) !important;
          box-shadow: -8px 20px 40px rgba(0, 0, 0, 0.06) !important;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper:hover .store-body {
  border: 1.5px solid transparent;
  border-top: 0;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img {
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .tw-dokan-meta-info {
  padding-top: 15px;
  border-top: 1px solid #ededed;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .tw-dokan-meta-info .dokan-store-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #666666;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 8px 10px;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .tw-dokan-meta-info .dokan-store-rating i {
  color: #ffc601;
  padding-right: 5px;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .tw-dokan-meta-info .dokan-store-rating p {
  margin: 0;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-related-cat {
  margin-bottom: 15px;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-related-cat .related-cat-list a {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 7px 12px 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #666666;
  display: inline-block;
  line-height: 18px;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-related-cat .related-cat-list a:last-child {
  margin-right: 0;
}
.tw-dokan-seller-listing .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-body {
  border: 1.5px solid #ededed;
  border-top: 0;
  background: #fff;
  padding: 25px 30px 15px 30px;
  border-radius: 0 0 12px 12px;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.tw-dokan-seller-listing.list-view .store-body {
  width: 80%;
  border: 0 !important;
}
.tw-dokan-seller-listing.list-view .store-body .seller-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}
.tw-dokan-seller-listing.grid-view .store-body .seller-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.sidebar-active .col-lg-8 #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
  width: 50% !important;
}

.dokan-follow-store-button {
  position: absolute;
  bottom: 15px;
  right: 30px;
}

.dokan-theme-cuinare .single-content .post .post-body,
.dokan-theme-cuinare .single-content article.page .post-body {
  border: 0;
  padding: 0;
  border-radius: 0;
}

#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header {
  padding-left: 30px;
}

.dokan-store-wrap.layout-right .dokan-store-sidebar {
  width: 33%;
}

#dokan-secondary .col-lg-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.dokan-store .dokan-store-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 0;
}

#dokan-seller-listing-wrap.dokan-seller-listing-store-grid .store-content .store-data-container {
  padding: 0px 0px 0 20px;
}
#dokan-seller-listing-wrap.dokan-seller-listing-store-grid .store-content .store-data-container .featured-favourite {
  display: none;
}
#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner {
  min-height: 140px;
}
#dokan-seller-listing-wrap.grid-view .seller-avatar {
  top: 46%;
}

.dokan-dashboard .dokan-template-content {
  padding: 80px 0;
}
.dokan-dashboard .dokan-add-new-product-popup .product-form-container {
  padding-top: 115px;
}
.dokan-dashboard .dokan-dashboard-content a {
  width: auto;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td[data-title=Name] {
  text-align: left;
}

/* Grid - view 1 */
.theme-cuinare .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper {
  border-radius: 6px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.theme-cuinare .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-seller-rating {
  display: none;
}
.theme-cuinare .dokan-seller-listing-store-grid.grid-view.view-1 .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img {
  border-radius: 6px 6px 0 0;
}

.dokan-template-content {
  padding: 100px 0;
}

#dokan-store-listing-filter-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  #dokan-store-listing-filter-wrap {
    padding: 20px 10px;
  }
}
#dokan-store-listing-filter-wrap .right .item.sort-by {
  margin: 0 0 0 30px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  #dokan-store-listing-filter-wrap .right .item.sort-by {
    margin: 0 0 0 2px;
    padding: 0 15px;
  }
}
#dokan-store-listing-filter-wrap .right .item select {
  border: none;
  padding: 10px 0;
}
#dokan-store-listing-filter-wrap .right .item select option {
  padding: 0 10px;
}
#dokan-store-listing-filter-wrap .right .toggle-view {
  margin-left: 15px;
}

#dokan-seller-listing-wrap .dokan-seller-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#dokan-seller-listing-wrap .dokan-seller-wrap li {
  margin-bottom: 30px !important;
}

.woocommerce .cuinare-multivendor-item {
  border: 1px solid #ececec;
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce .cuinare-multivendor-item .shop-loop-thumb {
  background: #fff;
  padding: 10px 10px 0;
  border-radius: 6px;
}
.woocommerce .cuinare-multivendor-item .shop-loop-thumb .wishlist-icon-thumb {
  top: 20px;
  right: 20px;
}
.woocommerce .cuinare-multivendor-item .shop-loop-thumb .thumb-hover a {
  padding: 10px 10px 0;
}
.woocommerce .cuinare-multivendor-item .shop-loop-thumb .onsale-percentage {
  left: 20px;
  top: 20px;
}
.woocommerce .cuinare-multivendor-item .store-name {
  line-height: 1;
  margin-bottom: 15px;
}
.woocommerce .cuinare-multivendor-item .store-name a {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
.woocommerce .cuinare-multivendor-item .store-name a:hover {
  color: var(--primary-color);
}
.woocommerce .cuinare-multivendor-item .product-loop-desc {
  border: none;
}
.woocommerce .cuinare-multivendor-item .product-title {
  margin-bottom: 40px;
  font-weight: 700;
}
.woocommerce .cuinare-multivendor-item .product-title a {
  color: #092636;
}
.woocommerce .cuinare-multivendor-item .product-footer {
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.woocommerce .cuinare-multivendor-item:hover .thumb-hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.woocommerce .cuinare-multivendor-item:hover .product-footer {
  opacity: 0;
  visibility: hidden;
}
.woocommerce .cuinare-multivendor-item .star-rating {
  color: #ffc601;
  font-size: 14px;
}
.woocommerce .cuinare-multivendor-item .product-price {
  font-size: 20px;
}
.woocommerce .cuinare-multivendor-item .add-to-cart-hover-box {
  bottom: 30px;
  width: calc(100% - 40px);
  left: 20px;
}
.woocommerce .cuinare-multivendor-item .add-to-cart-hover-box a {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  height: 36px;
}
.woocommerce .cuinare-multivendor-item .add-to-cart-hover-box a:last-child {
  border: 1px solid #c4c4c4;
}
.woocommerce .cuinare-multivendor-item .add-to-cart-hover-box a:last-child:hover {
  border-color: transparent;
}
.woocommerce .cuinare-multivendor-item .add-to-cart-hover-box .shopengine-comparison {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}
.woocommerce .cuinare-multivendor-item .add-to-cart-hover-box .shopengine-quickview-trigger {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}
.woocommerce .cuinare-multivendor-item .add-to-cart-hover-box .add_to_cart_button {
  font-size: 13px;
  font-weight: 600;
}

.ts-vendor-grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.ts-vendor-grid-wrapper .store-header {
  position: relative;
}
.ts-vendor-grid-wrapper .store-banner img {
  border-radius: 6px 6px 0 0;
}
.ts-vendor-grid-wrapper .vendor-title {
  font-size: 20px;
  line-height: 1.2;
}
.ts-vendor-grid-wrapper .vendor-title a {
  color: #092636;
}
.ts-vendor-grid-wrapper .store-address {
  margin: 0;
  line-height: 1;
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ts-vendor-grid-wrapper .store-address i {
  margin-right: 5px;
}
.ts-vendor-grid-wrapper .store-footer {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.ts-vendor-grid-wrapper .dokan-btn-round[class] {
  font-size: 16px;
  line-height: 30px;
}
.ts-vendor-grid-wrapper .dokan-btn-theme {
  border: 2px solid transparent;
}
.ts-vendor-grid-wrapper .ts-vendor-button {
  background: var(--primary-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 100%;
  text-align: center;
}
.ts-vendor-grid-wrapper .ts-single-vendor:hover .vendor-title a,
.ts-vendor-grid-wrapper .ts-single-vendor:hover .store-address {
  color: #fff;
}
.ts-vendor-grid-wrapper .ts-single-vendor:hover .dokan-btn-theme {
  border-color: #fff;
}
.ts-vendor-grid-wrapper .ts-single-vendor:hover .ts-vendor-button {
  background: #fff;
  color: var(--primary-color);
}

.dokan-single-store .dokan-profile-frame-wrapper {
  padding-bottom: 20px;
}
.dokan-single-store .profile-frame .profile-info-box::before {
  content: "";
  height: 400px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 6px 6px 0 0;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
  height: 340px;
  border-radius: 6px 6px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
  z-index: 9;
  padding-left: 40px;
  border: 0 solid;
  padding: 30px;
  border-radius: 0 0 6px 6px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
  top: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info {
  padding-top: 10px;
  margin-left: 10px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  text-shadow: none;
  font-size: 24px;
  line-height: 18px;
  color: #1c0903;
  margin-bottom: 5px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
  font-size: 16px;
  padding-top: 8px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
  color: #666666;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  color: #666666;
  font-size: 16px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
  padding: 0;
  border: 0 solid transparent;
  border-radius: 100%;
}
.dokan-single-store .dokan-store-tabs {
  display: none;
}
.dokan-single-store > li {
  display: none;
}
.dokan-single-store .store-page-wrap .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dokan-single-store .store-page-wrap .products .single-product-item {
  margin-bottom: 30px;
  border: 0;
}
.dokan-single-store .single-product-item {
  border-radius: 12px;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border: 0;
  min-height: auto !important;
}
.dokan-single-store .single-product-item:hover .product-loop-desc {
  border-color: #ff5555;
  background-color: #ff5555;
}
.dokan-single-store .single-product-item:hover .product-loop-desc .product-title a {
  color: #fff;
  text-decoration: none;
}
.dokan-single-store .single-product-item:hover .product-loop-desc p.product-short-description {
  color: #fff;
}
.dokan-single-store .single-product-item:hover .product-loop-desc .product-footer-wrapper .product-price span.woocommerce-Price-amount {
  color: #fff;
}
.dokan-single-store .single-product-item:hover .product-loop-desc .product-footer-wrapper .product-price span:nth-child(2).woocommerce-Price-amount {
  color: #fff;
}
.dokan-single-store .single-product-item:hover .product-loop-desc .product-footer-wrapper .price-multiline {
  color: #fff;
}
.dokan-single-store .single-product-item:hover .product-loop-desc .product-footer-wrapper .product-footer-action-buttons .add-to-cart-hover-box a {
  background: #ffe119;
}
.dokan-single-store .single-product-item .shop-loop-thumb {
  height: 200px;
}
.dokan-single-store .single-product-item .shop-loop-thumb .product-image img {
  border-radius: 12px 12px 0 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dokan-single-store .single-product-item .product-loop-desc {
  padding: 25px 30px;
  border: 1px solid #ededed;
  border-radius: 0px 0px 12px 12px;
  border-top: 0;
  height: 205px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.dokan-single-store .single-product-item .product-loop-desc .product-title {
  line-height: 0;
  margin-bottom: 10px;
}
.dokan-single-store .single-product-item .product-loop-desc .product-title a {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: #1c0903;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.dokan-single-store .single-product-item .product-loop-desc p.product-short-description {
  margin-bottom: 20px;
  color: #666666;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 400;
}
.dokan-single-store .single-product-item .product-loop-desc .product-footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dokan-single-store .single-product-item .product-loop-desc .product-footer-wrapper .price-multiline {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #1c0903;
}
.dokan-single-store .single-product-item .product-loop-desc .product-footer-wrapper .product-footer-action-buttons .add-to-cart-hover-box a {
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  border: 2px solid #ffe119;
  background: transparent;
  border-radius: 50px !important;
  color: #222222;
  padding: 6px 15px;
}
.dokan-single-store .single-product-item .product-loop-desc .product-footer-wrapper .product-footer-action-buttons .add-to-cart-hover-box .wc-forward {
  display: none;
}
.dokan-single-store .single-product-item .product-loop-desc .product-footer-wrapper .product-footer-action-buttons .add-to-cart-hover-box a:hover {
  background: #ffe119 !important;
}
.dokan-single-store .single-product-item .product-loop-desc .product-footer-wrapper .product-price span.woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  color: #1c0903;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.dokan-single-store .single-product-item .product-loop-desc .product-footer-wrapper .product-price del .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-decoration: line-through;
  display: block;
}
.dokan-single-store .dokan-store-products-filter-area .product-name-search {
  padding-left: 20px;
  border-radius: 6px 0 0 6px;
  height: 50px;
}
.dokan-single-store .dokan-store-products-filter-area .search-store-products {
  border-radius: 0 6px 6px 0;
  height: 50px;
  cursor: pointer;
}
.dokan-single-store .dokan-store-products-filter-area .orderby-search {
  border-radius: 6px;
  height: 50px;
  padding: 0 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==);
  background-position: 90% 51%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding: 10px 30px 10px 15px;
}
.dokan-single-store .woocommerce-page .related.products .product .onsale {
  min-height: 45px;
}

.dokan-theme-cuinare .related .products.columns-4 .product {
  min-height: 100%;
  padding-bottom: 40px;
}
.dokan-theme-cuinare .woocommerce-tabs .woocommerce-Tabs-panel--more_seller_product .products.columns-4 .product {
  min-height: 100%;
  padding-bottom: 40px;
}