.shop-carousel-element .owl-carousel.owl-shop-carousel .owl-stage {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}

.shop-carousel-element .owl-carousel .owl-item {
    overflow: hidden;
    box-shadow: none;
}

.shop-carousel-element .owl-carousel .owl-item img {
    border-radius: 0;
    margin: 0 auto 0 auto;
}

.shop-carousel-element .owl-carousel.owl-shop-carousel .owl-item .sc-item-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.shop-carousel-element .owl-shop-carousel .sc-items-top,
.shop-carousel-element .owl-shop-carousel .sc-items-bottom {
    width: 100%;
}

.shop-carousel-element .sc-item-content .product-title {
    margin: 15px;
}

.shop-carousel-element.without-price .owl-carousel .owl-item .product-title {
    border: none;
}

.shop-carousel-element .owl-carousel .owl-item .product-title {
    border-color: #00000014;
    min-height: initial;
    padding-bottom: 10px;
}

.shop-carousel-element .out-of-stock {
    font-size: 14px;
    right: 4px;
    left: auto;
    top: 5px;
    padding: 6px 10px;
    border-radius: 10px;
}

.shop-carousel-element .owl-nav {
    display: none;
}

.shop-carousel-element .item-buttons {
    text-align: center;
}

.shop-carousel-element .add-to-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #505050;
    background-color: #fff;
    border: 1px solid #7e7e7e;
    border-radius: 50px;
    padding: 7px 15px;
    margin-bottom: 15px;
    transition: ease .12s;
}

.shop-carousel-element .add-to-cart-btn svg {
    width: 15px;
    max-height: 100%;
}

.shop-carousel-element .product-price-wrap.with-label {
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.shop-carousel-element .product-price-wrap.with-label del {
    display: none;
}

.shop-carousel-element .product-price-wrap .price-label {
    font-size: 14px;
}

.shop-carousel-element .box-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.shop-carousel-element .box-heading .box-title,
.shop-carousel-element .box-heading .box-buttons a {
    font-size: 20px;
    font-weight: 600;
    color: #ff633b;
}

.shop-carousel-element .box-heading .box-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shop-carousel-element .box-heading .box-buttons a svg {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.shop-carousel-element .box-heading .box-title span {
    position: relative;
}

.shop-carousel-element .box-heading .box-title span:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 23px;
    background-color: #ff6c471c;
    position: absolute;
    left: -10px;
    bottom: -2px;
    z-index: -1;
}

.shop-carousel-element .carousel-buttons {
    display: inline-flex;
    vertical-align: middle;
    gap: 7px;
    position: relative;
}

.shop-carousel-element .carousel-buttons span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    font-size: 17px;
    cursor: pointer;
}

.shop-carousel-element .color-variations-list {
    position: absolute;
}

.shop-carousel-element .color-variations-list.mode-hr {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.shop-carousel-element .color-variations-list li {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    border-radius: 100%;
}

.shop-carousel-element .product-cover a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-carousel-element .owl-dots {
    margin-top: 25px;
    display: none;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.shop-carousel-element .owl-dot {
    text-align: center;
    bottom: 5px;
    backface-visibility: hidden;
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127, 127, 127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.shop-carousel-element .owl-dot.active {
    background: rgba(127, 127, 127, 1);
}

.shop-carousel-element .strikethrough {
    text-decoration: line-through;
}

.shop-carousel-element .owl-nav i {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .shop-carousel-element .sc-item-content a.title-price {
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    .shop-carousel-element .owl-carousel .owl-item {
        margin: 5px;
    }
}