/** featured-products-section **/

.featured-products-section{
  position: relative;
}

.featured-products-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.featured-products-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
}

.featured-products-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
}
.shop-block-two .inner-box .lower-content .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #7C7C7C;
  text-transform: uppercase;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-block-two .inner-box .lower-content .text a{
  color: inherit;
}
.shop-block-two .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.shop-block-two .inner-box .lower-content h4 a{
  color: var(--title-color);
  outline: none;
  transition: all 500ms ease;
}

.shop-block-two .inner-box .lower-content h4 a:hover,
.shop-block-two .inner-box .lower-content h4 a:focus,
.shop-block-two .inner-box .lower-content .text:hover,
.shop-block-two .inner-box .lower-content .text a:hover,
.shop-block-two .inner-box .lower-content .text a:focus{
  color: var(--theme-color);
}

.shop-block-two .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #E92530;
  margin-bottom: 8px;
}
.shop-block-two .inner-box .lower-content h5 del{
  color: #7C7C7C;
  font-weight: 500;
  margin-right: 10px;
}
.shop-block-two .inner-box .lower-content h5 ins{
  text-decoration: none;
}

.shop-block-two .inner-box .lower-content .rating{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.shop-block-two .inner-box .lower-content .rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #F8CD2E;
  margin-right: 2px;
}

.shop-block-two .inner-box .lower-content .rating li span{
  color: #7C7C7C;
  padding-left: 2px;
}

/* Progress Box Styling */
.shop-block-two .inner-box .lower-content .progress-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.shop-block-two .inner-box .lower-content .progress-box .bar {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  background: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
}

.shop-block-two .inner-box .lower-content .progress-box .bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #28a745;
  border-radius: 3px;
  transition: width 0.3s ease;
}

.shop-block-two .inner-box .lower-content .progress-box.low-stock .bar-inner {
  background: #dc3545;
}

.shop-block-two .inner-box .lower-content .progress-box p {
  position: relative;
  display: block;
  font-size: 12px;
  color: #7C7C7C;
  margin-top: 8px;
  margin-bottom: 0;
}

.shop-block-two .inner-box .lower-content .progress-box p span {
  font-weight: 600;
  color: var(--title-color);
}

.featured-products-section .nav-style-one .owl-nav{
  position: absolute;
  top: -64px;
  right: 0px;
}
.shop-block-two .inner-box .lower-content .cart-btn .theme-btn.not{
  z-index: -1;
  opacity: 0.5;
}
.featured-products-section #featured-products-tabs .tab .inner-container{
  display: flex;
  flex-wrap: wrap;
}
.featured-products-section .inner-container .shop-block-two{
  width: 16.666%;
}

.featured-products-section .title-content .sec-title{
  margin-bottom: 0px;
}

.featured-products-section .title-content{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}

/* Ensure Featured Products section is visible */

.featured-products-section .tabs-box {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}


.featured-products-section .title-content .sec-title{
  margin-bottom: 0px;
}

.featured-products-section .tab-btns {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.featured-products-section .tab-btns .tab-btn:hover,
.featured-products-section .tab-btns .tab-btn:focus,
.featured-products-section .tab-btns .tab-btn.active-btn {
 color: var(--theme-color);
}

.featured-products-section .tab-btns .tab-btn:last-child {
  margin-right: 0;
}

/* Featured Products Tab Content */
.featured-products-section .tab {
  display: none;
}

.featured-products-section .tab.active-tab {
  display: block;
}

/* Ensure tab content is visible */
.featured-products-section .tabs-content {
  position: relative;
  display: block;
  width: 100%;
}

.featured-products-section .tabs-content .tab {
  display: none;
  width: 100%;
}

.featured-products-section .tabs-content .tab.active-tab {
  display: block !important;
  width: 100%;
}

/** responsive-css **/

@media only screen and (max-width: 1400px){
  .featured-products-section .inner-container .shop-block-two,
  .featured-products-section .tabs-content .tab.active-tab .inner-container .shop-block-two{
    width: 25% !important;
  }
}

@media only screen and (max-width: 1200px){
  .featured-products-section .inner-container .shop-block-two,
  .featured-products-section .tabs-content .tab.active-tab .inner-container .shop-block-two{
    width: 33.333% !important;
  }
}
@media only screen and (max-width: 767px){
  .featured-products-section .nav-style-one .owl-nav{
    display: none;
  }

  .featured-products-section .inner-container .shop-block-two,
  .featured-products-section .tabs-content .tab.active-tab .inner-container .shop-block-two {
    width: 50% !important;
  }
}

@media only screen and (max-width: 499px){
  .featured-products-section .inner-container .shop-block-two,
  .featured-products-section .tabs-content .tab.active-tab .inner-container .shop-block-two{
    width: 100% !important;
  }
}
