.carousel-progress{background:#eee;height:4px;margin:10px auto;width:80%;border-radius:2px;overflow:hidden;position:relative}
.carousel-progress-bar{background:#1e8e82;height:100%;width:0;transition:width .3s}
.owl-nav button{background:rgba(0,0,0,.2);color:#fff;border-radius:50%;width:32px;height:32px;margin:0 5px}
.owl-nav{position:absolute;top:40%;width:100%;display:flex;justify-content:space-between}
.product-slide,.term-slide,.cat-slide{text-align:center;padding:10px;border:1px solid #ddd;border-radius:6px;margin:5px}
/* Style the owl dots */
.reviews-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
    display: block;
}

.reviews-carousel .owl-dot.active span {
    background: #1e8e82;
}
.carousel-dotbar {
    position: relative;
    height: 4px;
    background: #e0e0e0;
    margin: 12px auto 0;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
}
.product-cat-carousel-wrap .carousel-dotbar {
width: 40%;
}
.carousel-dotbar .dot-seg {
    position: absolute;
    top: 0;
    height: 100%;
    background: transparent; /* segments invisible, only for structure */
}

.carousel-dotbar .dot-active {
    position: absolute;
    top: 0;
    height: 100%;
    background: #1e8e82;
    border-radius: 3px;
    transition: left 0.3s ease;
}
/* Dots container */
.has-dots .owl-dots {
    text-align: center;
    margin-top: 12px;
    position: relative;
    z-index: 10;
}

/* Dots style: rectangular rounded */
.has-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px 3px;
    background: #ccc;
    display: inline-block;
    border-radius: 4px;
    transition: background 0.3s ease;
}

/* Active dot */
.has-dots .owl-dot.active span {
    background: #1e8e82;
}

/* Arrows position */
/* Force show nav & dots on all screen sizes */
.selected-cat-carousel-wrap .owl-nav {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
        z-index: 999;
    cursor: pointer;
}
.selected-cat-carousel-wrap .owl-dots{
display: flex !important;
     opacity: 1 !important; 
    visibility: visible !important; 
    justify-content: center !important;
}
.selected-cat-carousel-wrap .owl-carousel .owl-stage-outer {

    min-height: 530px;
}

/* Center nav arrows properly */
.selected-cat-carousel-wrap .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.selected-cat-carousel-wrap .owl-nav button {
    pointer-events: all;
    background: rgba(0,0,0,.2);
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 0 5px;
}
.reviews-carousel .owl-dot span {
    display: block;
    width: 20px;
    height: 4px;
    margin: 4px;
    background: #ccc;
    border-radius: 2px; /* rounded edges */
    transition: background .3s;
}
.cat-slide {
    border: none;
}
.cat-img img{
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.cat-title {
    text-transform: uppercase;
}
.owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    font-size: 28px;
    outline: none;
}
.owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
        border: #000 1px solid !important;
}
.reviews-carousel .content {
    color: #000;
    text-align: center;
}
.reviews-carousel .star-rating {
    margin: 10px auto;
}
.reviews-carousel .review-product a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.reviews-carousel .review-product a:hover {
    text-decoration: underline;
}
.reviews-carousel .owl-dots {
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
}
.selected-cat-carousel .sel-cat-card.card-like {
    border-radius: 6px;
    background: #fff;
    min-height: 450px;
    position: relative;
}
.selected-cat-carousel .sel-cat-img, .sel-cat-img img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.selected-cat-carousel .sel-cat-body {
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}
.selected-cat-carousel .sel-cat-img a {
    display: block;
}
.selected-cat-carousel .sel-cat-title a {
    color: inherit;
    text-decoration: none;
}
.selected-cat-carousel .sel-cat-title a:hover {
    text-decoration: underline;
}
.selected-cat-carousel .sel-cat-title {
    text-transform: uppercase;
}
.selected-cat-carousel .owl-item img {
    max-height: 330px;
    height: 320px;
    margin-bottom: 0;
}
.selected-cat-carousel .owl-item .sel-cat-btn {
    text-align: center;
    margin: 0 auto;
    background: #11999a;
    padding: 6px 20px;
    color: #fff;
    border-radius: 12px;
    display: inline-block;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}
/* Parent slide styling */
.sub-category-carousel-wrap .owl-item:first-child {
    height: 100%;
    min-height: 170px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-sizing: content-box;
}

.sub-category-carousel-wrap .parent-slide {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    flex: 1;
    aspect-ratio: 1 / 1;
}
.sub-category-carousel-wrap .sub-category-slide:not(.parent-slide) img{
	aspect-ratio: 1 / 1;
}
.sub-category-carousel-wrap .parent-link {
    color: #000;
    font-size: 1.1rem;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none !important;
}
.sub-category-carousel-wrap .parent-link a{
text-decoration: none;
font-size: 22px;
font-weight: 600;
}
.sub-category-carousel-wrap .title-wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #000;
}
.sub-category-carousel-wrap .sub-category-slide a{
text-decoration: none !important;
}
.sub-category-carousel-wrap .parent-link .parent-arrow {
    transition: transform 0.3s 
ease;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}
.sub-category-carousel-wrap i {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px;
}
.owl-carousel .owl-item img {
    margin-bottom: 0;
}
.sub-category-carousel-wrap  .parent-title{
font-weight: 500;
font-size: 24px;
}
.sub-category-carousel-wrap .parent-link:hover .parent-arrow {
    transform: translateX(4px);
}
.sub-category-carousel-wrap .carousel-dotbar {
    position: relative;
    height: 4px;
    background: #e0e0e0;
    margin: 12px auto 0;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
}
.sub-category-carousel-wrap .carousel-dotbar .dot-active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #1e8e82;
    border-radius: 2px;
    transition: width 0.3s ease;
    width: 0;
}
.sub-category-carousel-wrap .carousel-dotbar {
  position: relative;
  height: 4px;
  background: #e0e0e0;
  width: 100%;
  margin: 12px auto 0;
  border-radius: 2px;
  overflow: hidden;
}
.sub-category-carousel-wrap .carousel-dotbar .dot-active {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 0;
  background: #1e8e82;
  border-radius: 3px;
  transition: left .25s ease, width .25s ease;
}

/* arrows (don’t block dragging) */
.sub-category-carousel-wrap .owl-nav {
  position: absolute; top: 40%; left: 0; right: 0;
  display: flex; justify-content: space-between;
  pointer-events: none;
}
.sub-category-carousel-wrap .owl-nav button {
  pointer-events: all;
  background: rgba(0,0,0,.2);
  color: #fff;
  border-radius: 50%;
  width: 32px; height: 32px;
}

.carousel-dotbar .dot-seg {
  flex: 1;
  background: transparent;
}
.carousel-dotbar .dot-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #1e8e82;
  border-radius: 3px;
  width: 0;
  transition: left .25s ease, width .25s ease;
}
.sub-category-carousel-wrap .owl-nav {
  position: absolute; top: 40%; left: 0; right: 0;
  display: flex; justify-content: space-between;
  pointer-events: none;
}
.sub-category-carousel-wrap .owl-nav button {
  pointer-events: all;
  background: rgba(0,0,0,.2);
  color: #fff;
  border-radius: 50%;
  width: 32px; height: 32px;
}

/*Products slider*/
.product-slide {
text-align: left;
border: none;
}
.product-slide .p-title {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}
.product-slide .p-title a{
	color: #333333;
}
.product-slide .p-cat a {
    text-decoration: none !important;
    color: #208d81;
    font-weight: 600;font-size: 14px;
}
.product-slide .woocommerce-Price-currencySymbol {
    vertical-align: super;
    font-size: smaller;
}
.product-slide .woocommerce-Price-amount.amount {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.product-carousel .add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1e8e82;
  color: #fff;
  font-size: 16px;
  transition: background 0.3s ease;
  text-decoration: none;
  border: none;
  padding: 0;
}

.product-carousel .added_to_cart {
    background: transparent;
    padding: 0 5px;
    color: #000;
    font-size: 14px;
}
.product-carousel .add_to_cart_button:hover {
  background: #145e57;
}

.product-carousel .add_to_cart_button i {
    font-style: normal;
    color: #fff;
    font-size: 17px;
    display: block;
    font-family: "Font Awesome\ 5 Free";
    line-height: 20px;
    height: 20px;
    position: relative;
}
.selected-cat-carousel .owl-item img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
@media screen and (max-width: 768px){
.selected-cat-carousel .owl-item img{
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
}
@media screen and (max-width: 480px){
.sub-category-carousel-wrap .parent-slide{
    min-height: calc(100% + 40px);
    }
 .selected-cat-carousel .owl-item .sel-cat-btn {
    padding: 6px 10px; 
    white-space: nowrap;
    }
 .sub-category-carousel-wrap .owl-item:first-child {
    padding: 40px;
    box-sizing: border-box;
}
.sub-category-carousel-wrap .owl-item{
    box-sizing: border-box;
}
    }