.menu-opener {
    direction: rtl;
}

.main-content-rtl{
    direction: rtl;
}

.product-permission {
    height: 30px;
    width: 80px;
}

.product-permission img {
    max-height: 100%;
    max-width: 100%;
}

.product-permission-text {
    font-size: 13px;
    /* text-align: center; */
    text-align: -webkit-match-parent
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    left: 10px;
    right: auto;
}

.select2-container .select2-selection--single {
    height: 100%!important;
    padding: 8px;
}

.mt-2 {
    margin-top: 0.9rem!important;
}

.breadcrumb {
    direction: rtl;
}

.num-in {
    background: #fff;
    border: 2px solid rgba(0,0,0,.1);
    margin-top: -22px;
    width: 110px;
}


label {
    font-size: 16px;
    padding-right: 5px;
}

.product-listing {
    direction: rtl;
}
.brand_div {
    height: 50px !important;
    width: 50px !important;
}
.brand_div [type=radio]+img {
    cursor: pointer;
    max-height: 50px;
    max-width: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative;
}
.brand_div [type=radio] {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}