.product-item.style1 .price ins{
    font-size: 16px;
    font-family: inherit !important;
    font-weight: bold;
}
.product-info-price .price ins {
    font-size: 18px;
    font-family: inherit !important;
    font-weight: bold;
}
.product-info-price .price del{
    font-size: 16px;
    color: #838383 !important;
}
.share-link{
    margin-left: 7px;color: #a6a6a6;border: 1px solid #a6a6a6;padding: 1px 1px;border-radius: 5px;cursor: pointer;
}
.diagonal-del {
    position: relative;
    color: black; /* رنگ متن */
    text-decoration: none !important; /* خط پیش‌فرض حذف بشه */
    font-family: inherit !important;
    font-weight: bold;
}
.block-search{
    width: auto !important;
}
.diagonal-del::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: red;
    transform: rotate(350deg);
    transform-origin: center;
}



.dir-ltr{
    direction: ltr !important;
}
.dir-rtl{
    direction: rtl !important;
}
.ltr{
    direction: ltr !important;
}
.rtl{
    direction: rtl !important;
}

.owl-carousel .product-item.style1 {
    box-shadow: none;
}
.owl-carousel .owl-item img{
    border-radius: 40px;
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1140px !important;
    }
}

.main-slide .item-slide:before{
    background: none !important;
}

.non-existent-inventory-flag {
    position: absolute;
    z-index: 999;
    color: #ffffff;
    background-color: #FF2929;
    padding: 1px 13px;
    top: 18px;
    border-radius: 25px 0 0 25px;
    box-shadow: -1px 1px 3px 1px #343131;
}
.offer-flag {
    position: absolute;
    z-index: 999;
    color: #ffffff;
    background-color: #6EC207;
    padding: 1px 13px;
    top: 18px;
    border-radius: 25px 0 0 25px;
    box-shadow: -1px 1px 3px 1px #343131;
}

.product-item.style1 .onsale, .product-item.style1 .onnew{
    right: unset;
    left: 20px !important;
    top: 20px !important;
}
