/*icons*/
.jewel-icons .sppb-carousel-extended-item img {
    object-fit: contain;
    width: 30%;
    margin: auto;
    height: auto;
    padding-bottom: 35px;
}

.jewel-icons img {
    filter: invert(32%) sepia(13%) saturate(387%) hue-rotate(43deg) brightness(97%) contrast(90%);
}

.jewel-icons .sppb-carousel-extended-outer-stage {
    height: auto!important;
}

.jewel-icons .sppb-carousel-extended-heading {
    color: #52574b;
    font-size: 14px;
    margin: 0;
    bottom: 3px;
    position: relative;
    font-weight: normal;
}

.jewel-icons .sppb-carousel-extended-content-wrap {
    padding: 0;
}

.jewel-icons .sppb-carousel-extended-dots ul li {
    width: 10px!important;
    height: 10px!important;
}

.jewel-icons .sppb-carousel-extended-dots ul li {
    background: rgb(0 0 0 / 0%);
    border-radius: 10px;
    border:1px solid #9a4f30;
    cursor: pointer;
    display: inline-block;
    transition: .35s;
    overflow: hidden;
    margin: 0 5px;
    position: relative
}

.jewel-icons .sppb-carousel-extended-dots ul li span {
    position: absolute;
    background: #9a4f30;
}



.jewel-icons .sppb-carousel-extended-nav-control .nav-control {
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 100px!important;
}

.jewel-icons .sppb-carousel-extended-nav-control .nav-control {
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    color: #9a4f30;
    border: 1px solid #9a4f30;
    transition: .35s
}

.jewel-icons .sppb-carousel-extended-nav-control .nav-control:hover{
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    background:#9a4f30;
    color: #fff;
    border: 1px solid #9a4f30;
    transition: .35s
}

.jewel-icons div.sppb-carousel-extended-dots {
    bottom: -50px;
}



/*image slider*/
.jewel-icons.product-img-slider .sppb-carousel-extended-item img {
    width: 100%;
    padding: 0;
}

.jewel-icons.product-img-slider img {
    filter: none;
}

.jewel-icons.product-img-slider div.sppb-carousel-extended-dots {
    bottom: -30px;
}


/*slider-color*/
.jewel-icons.green-bg .sppb-carousel-extended-nav-control .nav-control {
    color: #fff;
    border: 1px solid #fff;
}

.jewel-icons.green-bg .sppb-carousel-extended-nav-control .nav-control:hover{
    background:#fff;
    color: #52574b;
    border: 1px solid #fff;
}

.jewel-icons.green-bg  .sppb-carousel-extended-dots ul li {
    background: rgb(0 0 0 / 0%);
    border:1px solid #fff;
}

.jewel-icons.green-bg  .sppb-carousel-extended-dots ul li span {
    background: #fff;
}







