body{
    direction: ltr;
}


.themeToggler .slider:before {
    content: "Dark";
}
.themeToggler input:checked + .slider:before {
    content: "Light";
}

.product_det .product_det_inner .tab-content {
    border-radius: 0 20px 20px 20px;
}

.checkout_pg .box .table thead tr th:nth-child(1) {
    border-radius: 25px 0 0 25px !important;
}
.checkout_pg .box .table thead tr th:last-child {
    border-radius: 0 25px 25px 0;
}

.footer .newsletter_inner .send_butn {
    right: 0;
    left: unset;
    border-radius: 0 15px 15px 0;
}

.navs-container .navbar .nav-link {
    font-size: 14px;
}