.extra_tools{
    left: auto !important;
    right: -17px !important;
}

.product .main-block{
    padding-left: inherit !important;
    padding-right: 20px !important;
}

.mid-column{
    padding-right: inherit !important;
    padding-left: 20px !important;
}

.product .main-block .first-column{
    border-left: inherit !important;
    border-right: 1px dotted var(--blue) !important;
}


.product .sub-block .form input:not([type="submit"]) {
    text-align: left  !important;
}

#mobileNavbar .dropdown-toggle::after {
    position: absolute;
    right: 5%;
    left: inherit;
}

.custom-shape-divider-bottom-1688560145, .custom-shape-divider-top-1688560378{
    direction: rtl;
}


@media (max-width: 767px) {
    .dropdown-menu[data-bs-popper] {
        right: 0 !important;
        left: -100px !important;
    }
}