/* Category Tabbing */
.category-tabbing-wrapper .nav-item {
  box-sizing: border-box;
  margin-top: 7px;
  padding: 0 8px 1px 8px;
}
.category-tabbing-wrapper .nav-item:first-child {
  padding-left: 0;
}
.category-tabbing-wrapper .nav-tabs {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.category-tabbing-wrapper .nav-link {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #565656;
  padding: 0 0 7px 0;
  margin: 0 0 -1px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
}
.category-tabbing-wrapper .nav-item:first-child .nav-link {
  padding-left: 0;
}
.category-tabbing-bar {
  position: relative;
}
.category-tabbing-bar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D3D3D3;
  width: 100%;
  height: 1px;
}

.category-tabbing-wrapper .nav-tabs .nav-item.show .nav-link, 
.category-tabbing-wrapper .nav-tabs .nav-link.active,
.category-tabbing-wrapper .nav-tabs .nav-link:focus, 
.category-tabbing-wrapper .nav-tabs .nav-link:hover {
  color: #F59635;
  border-color: #F59635;
  transition: 0.3s ease-in-out;
}
.category-tab-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.category-tab-wrapper .button-prev,
.category-tab-wrapper .button-next {
  top: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #f59635;
}
.category-tab-wrapper .button-prev i,
.category-tab-wrapper .button-next i {
  background: #fff;
}
.category-tab-wrapper .button-prev.hidden,
.category-tab-wrapper .button-next.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.category-tab-list {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  white-space: nowrap;
}
.category-tab-list::-webkit-scrollbar {
  display: none;
}
.category-tab-list li {
  border: 1px solid #D3D3D3;
  display: inline-block;
  border-radius: 8px;
}
.category-tab-list li a { 
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #565656;
  padding: 6px 12px;
}
.category-tab-list li:hover,
.category-tab-list li.active {
  border-color: #F59635; 
  transition: 0.3s ease-in-out;
}
.category-tab-list li:hover a,
.category-tab-list li.active a { 
  color: #F59635; 
  transition: 0.3s ease-in-out;
}
.category-tab-list li:hover {
  border-color: #F59635; 
  transition: 0.3s ease-in-out;
}
.category-tab-list li:hover a { 
  color: #F59635; 
  transition: 0.3s ease-in-out;
}
.category-full-image {
  position: relative;
}
.category-full-image img {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.category-full-image .category-image-heading {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 421px;
  margin: 0;
  padding: 66px 0 66px 40px;
  width: 100%;
}
.offcanvas.offcanvas-end {
  width: 904px;
}
.filter-btn-close {
  position: absolute;
  top: 4px;
  left: -28px;
  border: 0;
  padding: 0;
}
.filter-btn-close i {
  background: #ffffff;
}
.product-col {
  margin-bottom: 24px;
}
.category-offcanvas .offcanvas-body { padding-bottom: 6px;}
/* Category Tabbing End */

/* Featured Products */
.fruit-sub-col {
  position: relative;
}
.product-image-large {
  border-radius: 10px;
  overflow: hidden;
}
.product-image-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swap-btn {
  font-size: 12px;
  line-height: 8px;
  color: #565656;
  font-weight: 400;
  padding: 5px 8px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background-color: #fff;
}
.swap-btn:hover {
  color: #F59635;
  border: 1px solid #F59635;
  transition: 0.3s ease-in-out;
}
.product-checkbox {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.form-check-input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.form-check-input[type="checkbox"]:checked {
  background-size: 10px;
  background-position: center 3px;
}
.btn-block-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.replace-btn {
  border: 1px solid #D3D3D3;
  font-size: 12px;
  line-height: 21px;
  border-radius: 100px;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  color: #565656;
}
.green-btn {
  border-color: #05A715;
}
.product-out-of-stock-img {
  position: relative;
}
.product-out-of-stock-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.58);
  z-index: 1;
}
.product-box .product-out-of-stock-img .counter {
  z-index: 0;
}
.product-box .product-out-of-stock-sale{
  display: none;
}
.product-out-of-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  margin: 0;
}
/* Scrollbar Track */
.category-tabbing-wrapper .nav-tabs::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.category-tabbing-wrapper .nav-tabs::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 0;
}

/* Scrollbar Thumb */
.category-tabbing-wrapper .nav-tabs::-webkit-scrollbar-thumb {
  background: #f59635;
  border-radius: 0;
}

.slider-list-wrapper {
  position: relative;
}
 
.swaping-product-row {
  margin-top: 30px;
}


@media only screen and (max-width: 1199px) {
  .category-full-image img {
    height: 200px;
  }
  .category-full-image .category-image-heading {
    padding: 59px 0 59px 35px;
  }
  .offcanvas.offcanvas-end {
    width: 800px;
  }
  .btn-block-wrapper {
    gap: 20px;
  }
  .category-tabbing-wrapper .nav-link {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .category-full-image img {
    height: 180px;
  }
  .category-full-image .category-image-heading {
    padding: 55px 0 55px 30px;
  }
  .category-tab-list {
    gap: 10px;
  }
  .offcanvas.offcanvas-end {
    width: 700px;
  }
  .fruit-sub-col {
    margin-top: 20px;
  }
  .btn-block-wrapper {
    gap: 16px;
  }
  .replace-btn {
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .category-full-image img {
    height: 160px;
  }
  .category-full-image .category-image-heading {
    padding: 50px 0 50px 30px;
  }
  .category-tab-list {
    gap: 8px;
  }
  /*.category-tabbing-wrapper .nav-tabs {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }*/
  .offcanvas.offcanvas-end {
    width: 520px;
  }
  .common-title .filter-button {
    font-size: 15px;
  }
  .btn-block-wrapper {
    gap: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .category-full-image img {
    height: 140px;
  }
  .category-full-image .category-image-heading {
    padding: 30px 24px;
  }
  .category-tab-list {
    gap: 6px;
  }
  .offcanvas.offcanvas-end {
    width: 400px;
    border-left: 0;
  }
  .filter-btn-close {
    top: 24px;
    left: inherit;
    right: 10px;
  }
  .filter-btn-close i {
    background: #17242a;
  }
  .common-title .filter-button {
    font-size: 14px;
  }
  .replace-item-col { margin-bottom: 16px;}
}
@media only screen and (max-width: 575px) { 
  .double-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .btn-block-wrapper {
    justify-content: space-between;
    width: 100%;
  }
}



